.section-advantages .about-pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.125rem;
}

.install-app .install-app__item {
  border-radius: 10px;
  overflow: hidden;
}
.install-app .install-app__item img {
  width: 100%;
  max-height: 31.25rem;
}
.install-app .install-app__item .ct-text {
  position: absolute;
  width: 100%;
  max-width: 80%;
  bottom: 2.5rem;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  padding: 0.625rem 1.875rem;
}

.item-install__slide {
  height: 100%;
}
.item-install__slide .img {
  padding-top: 70%;
  border-radius: 10px;
  overflow: hidden;
}

.slide-install__app .swiper-slide {
  height: auto;
}

.item-team .avatar {
  width: 16.5625rem;
  height: 16.5625rem;
  border-radius: 100%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.item-team .avatar img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
.item-team .contact {
  gap: 1.25rem;
}
.item-team .contact li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 5px;
  background: #e5e5e5;
  color: #fff;
}
.item-team .contact li a:hover {
  color: #FF6700;
}

.btn-team__prev,
.btn-team__next {
  top: 8.25rem;
}

.item-procedure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  padding-right: 4.375rem;
  height: 100%;
  margin-bottom: 2.5rem;
  position: relative;
}
.item-procedure:not(:nth-child(3n+3))::after {
  content: "";
  width: 4.375rem;
  height: 2.125rem;
  background-image: url(../images/2-6.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 6.90625rem;
  right: 0;
  z-index: 1;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.item-procedure:last-child::after {
  display: none;
}
.item-procedure .image img {
  width: 100%;
  height: 13.75rem;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.item-procedure .content {
  gap: 2.1875rem;
}
.item-procedure .content .stt {
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 100%;
  background: #FF6700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fff;
  font-size: 1.875rem;
  font-family: "Roboto_Bold", sans-serif;
}

.fulfillment {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
.fulfillment:not(:nth-child(4n+4))::after {
  content: "";
  width: 4.375rem;
  height: 2.125rem;
  background-image: url(../images/2-6.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 6.90625rem;
  right: 0;
  z-index: 1;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fulfillment:nth-child(4n+4)::after {
  display: none;
}
.fulfillment:nth-child(3n+3)::after {
  display: block;
}

.item-price__service {
  -webkit-box-shadow: 8px 0px 10px #BCBCBCBF;
          box-shadow: 8px 0px 10px #BCBCBCBF;
  border-radius: 8px;
  background: #fff;
  padding: 1.875rem;
}
.item-price__service .title {
  font-size: 3.4375rem;
  line-height: 1.2;
  position: relative;
}
.item-price__service .title::after {
  content: "";
  width: 9.375rem;
  height: 0.25rem;
  background: #FF6700;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: inherit;
  pointer-events: none;
}
.item-price__service ul li {
  padding: 1.25rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.5rem;
}

.section-sevice__special .fulfill-tab {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.section-sevice__special .fulfill-tab .nav-item .nav-link {
  min-width: unset !important;
}

.form-partner {
  padding: 3.125rem;
}
.form-partner .button {
  gap: 3.75rem;
}
.form-partner .button .text a {
  color: #FF6700;
  font-family: "Roboto_Bold", sans-serif;
}

.video-all {
  padding-top: 70%;
}

.slide-support__center .image {
  padding-top: 70%;
}
.slide-support__center .button-slide {
  position: absolute;
  bottom: 0.9375rem;
  z-index: 1;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.125rem;
}
.slide-support__center .button-slide .swiper-button__circle {
  position: relative;
  -webkit-transform: unset;
          transform: unset;
  top: unset;
}

.module-faq ul li {
  position: relative;
}
.module-faq > ul > li:not(:last-child) {
  margin-bottom: 9.375rem;
}
.module-faq > ul > li > span:not(.btn-dropdown-faq) {
  font-size: 1.875rem;
  font-family: "Roboto_Bold", sans-serif;
  display: block;
  background: #FF6700;
  color: #fff;
  padding: 0.9375rem 3.75rem;
  -webkit-box-shadow: 6px 6px 8px #D3D1D1BF;
          box-shadow: 6px 6px 8px #D3D1D1BF;
  border-radius: 10px;
  padding-right: 8.125rem;
}
.module-faq > ul ul {
  display: none;
}
.module-faq > ul ul li {
  padding: 1.25rem 0;
}
.module-faq > ul ul li span:not(.btn-dropdown-faq) {
  display: block;
  font-size: 1.5rem;
  font-family: "Roboto_Bold", sans-serif;
  padding: 0.9375rem 3.75rem;
  -webkit-box-shadow: 6px 6px 8px #D3D1D1BF;
          box-shadow: 6px 6px 8px #D3D1D1BF;
  border-radius: 10px;
  background: #f8f8f8;
  padding-right: 8.125rem;
}
.module-faq > ul ul li .btn-dropdown-faq {
  position: absolute;
  color: #FF6700;
  top: 1.875rem;
  right: 5.625rem;
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.875rem;
  z-index: 1;
  cursor: pointer;
}
.module-faq > ul ul li ul li {
  font-size: 1.5rem;
  padding: 0.9375rem 5rem;
  -webkit-box-shadow: 6px 6px 8px #D3D1D1BF;
          box-shadow: 6px 6px 8px #D3D1D1BF;
  border: 0.8503937125px solid #E6E6E6;
  border-radius: 10px;
  margin-top: 1.25rem;
  padding-right: 8.125rem;
}
.module-faq .btn-dropdown-faq {
  position: absolute;
  color: #fff;
  top: 1.0625rem;
  right: 5.625rem;
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.875rem;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.module-faq .btn-dropdown-faq.open {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1651px) {
  .install-app .install-app__item .ct-text {
    font-size: 1.3125rem;
  }

  .item-price__service ul li {
    font-size: 0.875rem;
  }

  .item-price__service .title {
    font-size: 1.875rem;
  }
  .item-price__service .title::after {
    height: 0.125rem;
  }
}
@media (max-width: 1199px) {
  .item-procedure .content {
    gap: 0.625rem;
  }
  .item-procedure .content .stt {
    font-size: 1rem;
    width: 2.5rem;
    height: 2.5rem;
  }

  .item-procedure .image img {
    height: 7.5rem;
  }

  .item-procedure:not(:nth-child(3n+3))::after, .fulfillment:not(:nth-child(4n+4))::after {
    width: 3.125rem;
    top: 3.75rem;
  }
}
@media (max-width: 991px) {
  .item-team .avatar {
    width: 12.5rem;
    height: 12.5rem;
  }

  .module-procedure {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .item-procedure {
    padding-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33% - 15px);
            flex: 0 0 calc(33% - 15px);
  }
  .item-procedure::after {
    display: none;
  }

  .fulfillment:nth-child(3n+3)::after {
    display: none;
  }

  .section-sevice__special .fulfill-tab {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
  }
}
@media (max-width: 767px) {
  .form-partner {
    padding: 1.25rem;
  }
  .form-partner .text {
    font-size: 0.875rem;
  }

  .install-app .install-app__item .ct-text {
    font-size: 1rem;
  }

  .item-procedure {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
  }
}
@media (max-width: 575px) {
  .form-partner {
    padding: 0.625rem;
  }

  .form-partner .button {
    gap: 0.625rem;
  }

  .install-app .install-app__item .ct-text {
    max-width: 100%;
  }

  .item-procedure {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .fulfillment {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
  }
}