        .image-section {
  margin-top: -160px;
  position: relative;
  z-index: 17;
}
.swiper-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(0deg, #00000038 -31.56%, rgba(0, 0, 0, 0) 127.34%);
}
.service .tp-feature__content{
    padding: 20px;
}
.nav-tabs .nav-link:hover {
    background: transparent !important;
    color: none !important;
}
.text_slide_center_bottom_50 {
    padding: 0 10px;
    transform: translateY(50%);
  z-index: 99;
}
.text_slide_center_bottom_50 p {
  font-size: 45px;
  line-height: 45px;
  color: #fff;
  font-weight: 700;
}
.image-section .tp-feature__content {
  width: 80%;
  margin: auto;
  padding: 80px 0;
}
.bp_li_tabs {
  background-image: url("/files_upload/xuong-co-khi.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 33.3333333%;
  height: 200px;
  transition: 0.5s ease transform;
  overflow: hidden;
}

.bp_li_tabs img {
  width: 60px;
}
.service .bp_btn_tabs {
  width: 100%;
  height: 100%;
  position: relative;
  background: unset;
    padding: 0;
}
.service .bp_btn_tabs:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(132.46deg, rgba(2, 80, 170, 0.7) 9.48%, rgba(0, 186, 230, 0.7) 111.13%);
  transition: 1s ease opacity;
  z-index: 3;
}
.service .active.bp_btn_tabs:before {
  opacity: 1;
}
.service .bp_btn_tabs:after {
 content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    opacity: 1;
    background: rgba(0, 0, 0, 0.8);
    transition: 0.5s ease background, 0.5s ease opacity;
    transform: unset;
    z-index: 2;
    border-radius: 0;
    bottom: unset;
}

#m_s1_9588, #edit-8933, #m_s1_731, #edit-9387, #edit-370, #m_s_731 {
    margin: 0;
}

#myTab_9588 {
    padding: 0;
}
.service .tab-content {
    padding: 0;
}
.bp_btn_tabs .tab-icon,
.bp_btn_tabs span {
  position: relative;
  z-index: 3;
}
.bp_btn_tabs .tab-icon {
  margin-bottom: 10px;
}
.bp_btn_tabs span {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  transition: 0.5s ease color;
  text-transform: uppercase;
}
.nav-tabs {
  border: none;
  border-width: 0;
  --bs-nav-tabs-border-width: 0;
  gap: 0;
}
.nav-tabs .nav-link.active {
  background-color: transparent;
}

.bp_li_tabs:hover .bp_btn_tabs:after {
  background: rgba(0, 0, 0, 0.6);
}
.service .tp-feature__content {
  background: linear-gradient(117.85deg, #0250aa -3.62%, #00bae6 117.2%);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.service .tp-feature__heading {
  font-size: 38px;
  line-height: 45px;
  font-weight: 600;
  color: #fff;
}
.service .tp-feature__media {
  padding: 0;
}

.service .tp-feature__figure {
    height: 100%;
}

.service .tp-feature__figure img {
    height: 100%;
    object-fit: cover;
}

.service .content_button_link {
  background: 0 0;
  border: 1px solid #fff;
  padding: 13px 20px;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.35s, border-color 0.35s, color 0.35s;
  text-align: center;
}
.service .content_button_link:hover {
  background: #fff;
  color: #005eb8;
}
.service .tp-feature__text {
  margin: 25px 0;
}

.why-choose .tp-feature__body {
  padding: 80px 60px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  column-gap: 100px;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
}

.why-choose .tp-feature__heading {
  font-size: 32px;
  line-height: 34px;
  font-weight: 500;
  color: #000;
  margin: 0;
  grid-column: 1;
  max-width: 300px;
}

.why-choose .tp-feature__text {
  grid-column: 2;
  grid-row: 1;
  color: #333;
  margin: 0;
}

.why-choose .tp-feature__text p {
  font-size: 17px;
  line-height: 1.5rem;
  margin: 0 0 25px 0;
}

.why-choose .content_button_link {
  grid-column: 2;
  grid-row: 2;
  display: inline-block;
  color: #0066cc;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: color 0.3s ease;
  margin: 0;
}

.why-choose .content_button_link:hover {
  color: #004999;
}

.stats-section {
  background: linear-gradient(102deg, #21409a 7%, #00bae6 117%);
  padding: 80px 0;
  color: white;
  text-align: center;
}

.stats-title {
  font-size: 32px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.stats-subtitle {
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 60px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin-bottom: 50px;
}

.stat-item {
  position: relative;
  padding: 20px 30px;
  border: 1px solid #ffffff75;
  border-radius: 10px;
}

/*.stat-item:not(:last-child)::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  right: 0;*/
/*  top: 50%;*/
/*  transform: translateY(-50%);*/
/*  width: 3px;*/
/*  height: 100px;*/
/*  background: rgba(255, 255, 255, 0.3);*/
/*}*/

.report {
    background: linear-gradient(102deg, #21409a 7%, #00bae6 117%);
    padding: 140px 0;
}

.banner-product__heading .tp-feature__heading {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.banner-product__heading .tp-feature__text {
    max-width: 700px;
    margin: auto;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.banner-product__content .tp-feature__body {
    height: 100%;
    background: rgba(255,255,255,0.08);
    padding: 20px;
    border-radius: 14px;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.15);
    text-align: center !important;
}

.banner-product__content .tp-feature__heading {
    font-size: 50px;
    font-weight: 600;
}

.banner-product__content .tp-feature,
.banner-product__content .tp-feature > .row {
    height: 100%;
}

.banner-product__content > .row > .tp_module {
    margin-bottom: 25px;
}

.banner-product__content .tp-feature__text {
    font-size: 18px;
}

.report .content_button_link {
    display: inline-block;
    padding: 16px 45px;
    background: white;
    color: #1e3c72;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 4px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    margin: auto;
    margin-top: 40px;
}

.report .content_button_link:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    background: #f0f0f0;
    transition: all 0.3s ease;
}

.stat-number {
  font-size: 50px;
  line-height: 42px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1;
}

.stat-label {
  font-size: 16px;
  font-weight: 400;
}

.cta-button {
  display: inline-block;
  padding: 16px 45px;
  background: white;
  color: #1e3c72;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  background: #f0f0f0;
}
.quality .tp-feature__media {
  padding: 0;
}
.quality .tp-feature .row {
  position: relative;
}
.quality .tp-feature .row:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  transition: 0.8s ease background;
  z-index: 1;
}
.quality .tp-feature__content {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  padding: 30px;
}
.quality .tp-feature__body {
}
.quality .tp-feature__heading {
  display: inline-block;
  background: linear-gradient(92.88deg, #fff -9.17%, #fff 102.26%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.5s ease background;
  font-size: 26px;
  line-height: 28px;
  font-weight: 500;
  margin: 30px 0 15px;
}
.quality .tp-feature__text {
  color: #fff;
  opacity: 0.6;
  margin-bottom: 25px;
}
.quality .tp-feature__body {
  position: relative;
    text-align: center !important;
}
.quality .tp-feature__body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
}
.quality .content_button_link {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  color: #fff;
  border: 0.5px solid #005eb8;
  border-color: #fff;
  transition: all .4s;
  padding: 15px 30px;
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  display: inline-block;
  cursor: pointer;
  border-radius: 5px;
  width: fit-content;
  line-height: 15px;
  margin: auto;
}
.quality .tp-feature {
  overflow: hidden;
}
.quality .tp-feature__figure img {
  transition: 0.5s ease transform;
}
.quality .tp-feature:hover img {
  transform: scale(1.15);
}
.quality .tp-feature:hover .row:after {
  background: rgba(0, 0, 0, 0.9);
}
.quality .tp-feature:hover .tp-feature__body:before {
  background: linear-gradient(92.26deg, #005eb3 -23.17%, #00bae6 129.94%);
}
.quality .tp-feature:hover .tp-feature__heading {
  background: linear-gradient(92.88deg, #1c49cb -9.17%, #00bae6 92.26%, #00bae6 92.26%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.quality .tp-feature:hover .content_button_link {
  background: linear-gradient(to right, #0250aa, #61c9e0);
  border-color: #005eb3;
  transition: all .4s;
}
.quality .col-lg-4 {
  padding: 0;
}
.form-section .tp-feature__heading {
    font-size: 35px;
    font-weight: 600;
    margin: 30px 0 15px;
}

.form-section #frm-action-2817 {
  margin: 0 auto;
  padding: 20px;
}

.form-section .bp_form_label_up {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 0.5px;
}

.form-section .lbl-form-require {
  color: #d32f2f;
  margin-left: 2px;
}


.form-section .bp_form_data {
  width: 100%;
  padding: 12px 16px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  transition: border-color 0.3s;
  box-sizing: border-box;
}

.form-section .bp_form_data:focus {
  outline: none;
  border-color: #666;
}

.form-section .bp_form_data::placeholder {
  color: #999;
}

.form-section textarea.bp_form_data {
  min-height: 120px;
  resize: vertical;
  font-family: inherit;
}
@media (min-width: 768px) {
  .form-section #frm-action-2817 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .form-section .bp_form_field:nth-child(1) {
    grid-column: 1;
  }

  .form-section .bp_form_field:nth-child(2) {
    grid-column: 2;
  }

  .form-section .bp_form_field:nth-child(3) {
    grid-column: 1;
  }

  .form-section .bp_form_field:nth-child(4) {
    grid-column: 2;
  }

  .form-section .bp_form_field:nth-child(5) {
    grid-column: 1 / -1;
  }

  .form-section .bp_form_field:nth-child(6) {
    grid-column: 1 / -1;
  }
}

.form-section .bp-btn-send {
  padding: 10px 50px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background: #005eb3;
  border: 2px solid #005eb3;
  border-radius: 4px;
  cursor: pointer;
  margin: auto;
  display: block !important;
  transition: all 0.3s;
  letter-spacing: 0.5px;
}

.form-section .bp-btn-send:hover {
  background: #fff;
  color: #333;
}

.form-section .bp_msg_show {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  text-align: center;
}

@media (max-width: 992px) {
  .why-choose .tp-feature__body {
    padding: 60px 40px;
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .why-choose .tp-feature__heading {
    font-size: 2.2rem;
    grid-column: 1;
  }

  .why-choose .tp-feature__text {
    grid-column: 1;
    grid-row: 2;
  }

  .why-choose .tp-feature__text p {
    font-size: 1rem;
  }

  .why-choose .content_button_link {
    grid-column: 1;
    grid-row: 3;
  }
  .stats-section {
    padding: 60px 30px;
  }

  .stats-title {
    font-size: 2.2rem;
  }

  .stats-subtitle {
    font-size: 1.05rem;
    margin-bottom: 50px;
  }

  .stats-grid {
    gap: 40px;
  }

  .stat-number {
    font-size: 3rem;
  }

  .stat-label {
    font-size: 0.9rem;
  }
}

@media (max-width: 768px) {
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .stat-item:not(:last-child)::after {
    display: none;
  }

  .stat-item {
    padding: 0;
  }
  
  .bp_li_tabs button.nav-link {
      padding: 10px;
  }
  
  .bp_li_tabs img {
      width: 30px;
  }
  
  .bp_btn_tabs span {
      font-size: 12px;
  }
    
    .banner-product__heading .tp-feature__heading,
    .service .tp-feature__heading {
        font-size: 35px;
    }
    
    .report {
        padding: 50px 0;
    }

  .form-section #frm-action-2817 {
    padding: 15px;
  }

  .form-section .bp_form_field {
    margin-bottom: 16px;
  }


}
@media (max-width: 600px) {
  .why-choose .tp-feature__body {
    padding: 50px 20px;
  }

  .why-choose .tp-feature__heading {
    font-size: 1.8rem;
  }

  .why-choose .tp-feature__text p {
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .why-choose .content_button_link {
    font-size: 0.9rem;
  }
  .stats-section {
    padding: 50px 20px;
  }

  .stats-title {
    font-size: 1.8rem;
  }

  .stats-subtitle {
    font-size: 1rem;
    margin-bottom: 40px;
  }

  .stat-number {
    font-size: 2.5rem;
  }

  .stat-label {
    font-size: 0.85rem;
    letter-spacing: 1px;
  }

  .cta-button {
    padding: 14px 35px;
    font-size: 0.9rem;
  }
}

