body .section-home-3 {
  padding-top: 80px !important;
  padding-bottom: 100px !important;
}
.section-home-3 .col-left {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  align-content: flex-end;
}

.section-home-3 .col-left .col-inner {
  display: flex;
  align-content: center;
  justify-content: flex-end;
}
.section-home-3 .box-main .col-inner::before {
  content: "";
  background-image: url("../../img/shape-service.svg");
  position: absolute;
  top: 0px;
  right: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 115px;
  height: 125px;
}
.section-home-3 .box-item .col-inner,
.section-home-3 .box-main .col-inner {
  height: 100%;
  position: relative;
}
.section-home-3 .box-main .col-inner,
.section-home-3 .box-item .col-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-home-3 .box-main .title-36 {
  font-weight: 600;
}
.section-home-3 .box-main h3,
.section-home-3 .box-item h3,
.section-home-3 .box-item p {
  margin-bottom: 0px;
}
.section-home-3 .box-item {
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
.section-home-3 .box-item:hover .col-inner {
  background: var(--mint-70) !important;
}
.section-home-3 .box-item:hover .col-inner::before {
  transform: translateY(0px);
  opacity: 1;
}
.section-home-3 .box-item:hover .col-inner .img-inner {
  background-color: var(--white);
}
.section-home-3 .box-item .col-inner .img-inner {
  border-radius: 14px;
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-home-3 .row-top {
  margin-bottom: 100px;
}
.section-home-3 .box-item .col-inner::before {
  content: "";
  background-image: url("../../img/bg-service.svg");
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.5s;
  height: 214px;
  width: 294px;
}

.section-home-3 .box-item:hover .number p {
  transform: translateX(130px);
}
.section-home-3 .box-item .number p {
  font-size: 84px;
  font-weight: 700;
  line-height: 1.5;
  color: rgba(214, 249, 245, 0.6);
  text-transform: uppercase;
  margin-bottom: 0px;
  position: absolute;
  top: -18px;
  right: 0px;
  transition: all 0.5s ease;
}

/* home-4 */
body .section-home-4 {
  background-image: url("../../img/process-mobile.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 1095px !important;
  padding: 100px 0px !important;
  padding-top: 0px !important;
  display: inline-block;
}

.section-home-4 .wrap-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  height: 135px;
}
.section-home-4 .wrap-content {
  padding-top: 100px;
}
.section-home-4 .wrap-title .title-bg {
  top: 0px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.35) 0%,
    rgba(255, 255, 255, 0.21) 45.19%,
    rgba(255, 255, 255, 0) 87.02%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-home-4 .wrap-title .desc {
  margin-top: 10px;
}

.section-home-4 .title-about {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
}
.section-home-4 .title-about h2 {
  color: var(--white);
  margin-bottom: 0px;
}
.section-home-4 .wrap-item {
  position: absolute;
}
.section-home-4 .wrap-item:nth-child(1) {
  top: 145px;
  left: 270px;
}
.section-home-4 .wrap-item:nth-child(2) {
  top: 145px;
  right: 485px;
}
.section-home-4 .wrap-item:nth-child(3) {
  top: 145px;
  right: 90px;
}
.section-home-4 .wrap-item:nth-child(4) {
  bottom: 0px;
  left: 200px;
}

.section-home-4 .wrap-item:nth-child(5) {
  bottom: 0px;
  right: 513px;
}
.section-home-4 .wrap-item:nth-child(6) {
  bottom: 0px;
  right: 154px;
}
.section-home-4 .list-process {
  height: 728px;
}
.section-home-4 .item {
  background: var(--white);
  width: 240px;
  height: 240px;
  padding: 24px;
  border-radius: 20px;
  position: relative;
  text-align: center;
}

.section-home-4 .item .number {
  position: absolute;
  top: 0px;
  left: -40px;
  width: 76px;
  height: 76px;
}
.section-home-4 .item .icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 10px;
}

/* home-5 */
body .section-home-5 {
  padding: 126px 0px !important;
}
.section-home-5 .list-advantage {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.section-home-5 .item {
  flex: 1 1 0%;
  flex-grow: 1;
  width: auto;
  padding: 24px;
  background: var(--white);
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  height: 432px;
  transition: all 0.5s;
}
.section-home-5 .item::before {
  content: "";
  background-image: url("../../img/shape-advantage.svg");
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 290px;
  height: 180px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  transition: all 0.5s;
}
.section-home-5 .item.active {
  flex-grow: 2;
}
.section-home-5 .item.active::before {
  opacity: 0;
}
.section-home-5 .item.active .image-toggle {
  opacity: 1;
}
.section-home-5 .item .desc {
  opacity: 0;
  transition: all 0.5s;
}
.section-home-5 .item.active .desc {
  opacity: 1;
}
.section-home-5 .item .image-toggle {
  position: absolute;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  transition: all 0.5s;
}
.section-home-5 .item .image-toggle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* home-6 */
body .section-home-6 {
  padding: 128px 0px !important;
}

.section-home-6 > .section-content {
  position: static !important;
}
.section-home-6 .shape-1 {
  width: 200px !important;
  height: 217px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
}
.section-home-6 .shape-2 {
  width: 228px !important;
  height: 248px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: -1;
}
.section-home-6 .shape-3 {
  width: 100%;
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 320px;
  z-index: -1;
}

@media (min-width: 1200px) {
  .section-home-6 .shape-3 {
    width: 1440px !important;
  }
}

/* home-7 */
.section-home-7 {
  background: linear-gradient(
    180deg,
    rgba(243, 243, 243, 0) 25.93%,
    rgba(243, 243, 243, 0.59) 54.28%,
    #f0f0f0 96.81%
  );
  padding-bottom: 350px !important;
}

/* home-8 */
.section-home-8 {
  margin-top: -300px;
}
.section-home-8 .wrap-feedback .item {
  background: var(--white);
  border-radius: 24px;
  border: 1px solid #dfe8f0;
  overflow: hidden;
}

.section-home-8 .wrap-feedback .item::before {
  content: "";
  background-image: url("../../img/shape-question.svg");
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 390px;
  height: 245px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}

.section-home-8 .wrap-info {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 22px;
  margin-bottom: 30px;
}
.section-home-8 .wrap-info .caption {
  color: var(--strong);
}

.section-home-8 .avatar {
  background: #f8f9fb;
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.section-home-8 .icon {
  width: 72px;
  height: 56px;
  position: absolute;
  top: 110px;
  right: 65px;
  z-index: 2;
}
.section-home-8 .content {
  padding: 20px;
  padding-right: 51px;
  position: relative;
}
.section-home-8 .home-cols-brand .swiper {
  transition-timing-function: linear !important;
}
.section-home-8 .home-cols-brand .swiper .swiper-slide {
  width: auto !important;
}
.section-home-8 .home-cols-brand .swiper .swiper-slide .item {
  padding: 20px;
}
.section-home-8 .home-cols-brand .swiper .swiper-slide .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-home-8 .wrap-feedback .swiper-slide {
  height: auto;
}

.section-home-8 .wrap-feedback .swiper-slide .item {
  height: 100%;
}
.home-8-brand {
  padding-top: 35px;
}

/* home-9 */
body .section-home-9 {
  padding-top: 60px !important;
  padding-bottom: 510px !important;
}
.section-home-9 .col-left {
  padding-right: 55px;
}

.section-home-9 .col-left .title-bg {
  top: auto;
}

.section-home-9 .col-left .title-about {
  margin-top: auto;
  height: 110px;
}
.section-home-9 .col-title {
  margin-top: auto;
}

.section-home-9 .home-cols-new {
  overflow: hidden;
}
.section-home-9 .swiper-slide {
  height: auto;
}
.section-home-9 .item {
  overflow: hidden;
  height: 100%;
  border-radius: 16px;
  border: 1px solid #dfe8f0;
}
.section-home-9 .item .content {
  background-color: var(--white);
  padding: 20px;
  padding-top: 12px;
  height: 100%;
}
.section-home-9 .item .category {
  margin-bottom: 10px;
}
.section-home-9 .item .category a {
  color: var(--surface-primary);
}
.section-home-9 .item h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--strong);
  height: 72px;
}

.section-home-9 .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-content .item .date {
  color: var(--description);
}

/* section footer home */
.section.footer-home {
  margin-top: -400px !important;
  padding: 0px 40px;
}
.section.footer-home h2 {
  font-size: 48px;
  text-align: center;
  font-weight: 500;
  color: #000;
  padding-left: 45px;
}

.section.footer-home h2 span {
  color: var(--surface);
}
.section.footer-home .btn-footer {
  text-align: center;
  margin: auto;
  display: flex;
  justify-content: center;
}
.section.footer-home .img.has-hover {
  width: 663px;
  height: 372px;
}

.section.section.footer-home .img-inner.dark {
  position: absolute;
  left: 0px;
  top: -130px;
}
.footer-contact .icon-box-img,
.section.footer-home .list-box-social .icon-box-img {
  height: 60px;
  padding: 14px;
  background: #ffa600;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.footer-contact .list-box-social img,
.section.footer-home .list-box-social img {
  margin-top: 0px !important;
}
.footer-contact .list-box-social h3,
.section.footer-home .list-box-social h3 {
  margin-bottom: 0px;
  color: #48494d;
}

@media (min-width: 1024px) {
  .section-home-9 .home-cols-new {
    width: 100vw;
  }
  body .section-home-9 {
    padding-top: 140px !important;
    padding-bottom: 550px !important;
  }
  .section.section.footer-home .img-inner.dark {
    left: -50px;
  }
}

@media (min-width: 1600px) {
  .section.footer-home {
    max-width: 1700px;
    margin: auto;
  }
}

@media (min-width: 1200px) {
  .section-home-7 {
    padding-top: 120px !important;
  }
}

@media (max-width: 1280px) {
  .section-home-4 .wrap-item:nth-child(1) {
    left: 170px;
  }
  .section-home-4 .wrap-item:nth-child(2) {
    right: 415px;
  }
  .section-home-4 .wrap-item:nth-child(3) {
    right: 35px;
  }
  .section-home-4 .wrap-item:nth-child(4) {
    left: 110px;
  }
  .section-home-4 .wrap-item:nth-child(5) {
    right: 445px;
  }
  .section-home-4 .wrap-item:nth-child(6) {
    right: 75px;
  }
}

@media (max-width: 1200px) {
  .section-home-4 .list-process {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 70px;
  }
  .section-home-4 .wrap-item {
    position: static;
  }
  .section-home-4 .wrap-content {
    margin-bottom: 90px;
  }
  body .section-home-4 {
    background-position: inherit;
  }
}

@media (min-width: 567px) {
  body .section-home-4 {
    background-image: url("../../img/bg-process-desk.svg");
  }
}

@media (max-width: 768px) {
  .section-home-5 .item {
    flex: auto;
  }
  .list-box-social .icon-box-text .title-24 {
    font-size: 20px;
  }
  .section-home-7 {
    padding-top: 100px !important;
  }
  .col-left .icon-2 {
    right: 170px;
    bottom: 105px;
  }
  .col-left .icon-1 {
    bottom: 100px;
    left: 180px;
  }
  .col-left .icon-4 {
    top: 155px;
    left: 300px;
  }
  .col-left .icon-3 {
    bottom: 190px;
    right: 65px;
  }
  .section-home-3 .row-top {
    margin-bottom: 50px;
  }
  body .section-home-3 {
    padding-bottom: 60px !important;
  }
  .section-home-5 .item .image-toggle,
  .section-home-5 .item .desc {
    opacity: 1;
  }
  .section-home-5 .item::before {
    opacity: 0;
  }
}

@media (max-width: 567px) {
  body .section-home-4 {
    padding-bottom: 250px !important;
  }
  body .section-home-4 {
    background-position: inherit;
  }
  .section-home-4 .list-process {
    gap: 185px;
  }
  .section-home-4 .wrap-content {
    margin-bottom: 200px;
  }
  .section.footer-home .img.has-hover {
    height: 60px;
  }
  .section.footer-home h2 {
    padding: 0px;
    font-size: 30px;
  }
  .list-box-social .icon-box-text .title-24 {
    font-size: 18px;
  }
  .list-box-social {
    padding-top: 15px;
  }
}
