/*!
Theme Name: nt-theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nt-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

nt-theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
span.cd-words-wrapper.single-headline {
    color: var(--bs-clr-pr-1);
    /*font-size: 58px;*/
}
.heading-tr {
    padding: 0px;
    padding-top: 30px;
}
section.bs-core-product-4-area .heading-tr {
    padding-left: 20px;
}
.heading-tr p {
    margin-bottom: 0px;
}
.heading-tr h2 {
    font-weight: bold;
    color: var(--bs-clr-black-2);
}
.heading-tr p {
    color: var(--bs-clr-h-4);
}
p.bs-p-4.item-disc {
    color: #777;
    font-size: 16px;
}
.bs-core-feature-4-item .item-title{
	font-size: 20px;
}
.bs-core-feature-4-item .item-title a{
	color: #333;
}
h2.bs-hero-4-big-title.bs-h-4.wa-split-up>div, h2.bs-hero-4-big-title.bs-h-4.wa-split-up>div>div, h2.bs-hero-4-big-title.bs-h-4.wa-split-up>div, h2.bs-hero-4-big-title.bs-h-4.wa-split-up {
    width: 100%;
    text-align: center;
}
.item-number p {
    color: var(--bs-clr-pr-1);
    font-size: 34px;
    font-weight: bold;
    border-bottom: 2px solid #E8E8E8;
    padding-bottom: 11px;
}
.bs-services-4-item .bs-services-4-item-single.wa-bg-default:nth-child(2) .default-content {
    background: #7FBDFA;
}
.bs-services-4-item .bs-services-4-item-single.wa-bg-default:nth-child(3) .default-content {
    background: #469FF8;
}
.bs-services-4-item .bs-services-4-item-single.wa-bg-default:first-child .default-content {
    color: #000 !important;
    background: #c5e2ff;
}.bs-services-4-item .bs-services-4-item-single.wa-bg-default:first-child .default-content h4 {
    color: #333;
    text-transform: none;
    font-size: 24px;
}
.content-ser-tr ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.content-ser-tr ul li {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    color: #4A4A4A;
}
.content-ser-tr ul li strong {
 font-weight: normal;
}
.content-ser-tr hr {
    border-color: #E8E8E8;
}
.content-ser-tr h4 {
    font-size: 34px;
    max-height: 115px;
    overflow: hidden;
}
    .certificate-slider img {
      width: 100%;
      height: auto;
    }

    .certificate-slider p {
      font-size: 14px;
      font-weight: 500;
      margin: 0;
    }
.name-ceff {
    position: absolute;
    bottom: 0;
    width: 84%;
    left: 8%;
    text-align: center;
    color: var(--themexriver-com-cod-gray, var(--color-grey-2, #060606));
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    padding: 10px;
    display: flex
;
    align-items: center;
    justify-content: center;
    min-height: 110px;
    border: 1px solid #086FD6;
    background: #fff;
}.box-ceff {
    padding-bottom: 30px;
}
.name-ceff h4{
	font-size: 20px;
	text-align: center;
}
.date-post {
    display: flex
;
    /* align-items: center; */
    color: var(--bs-clr-h-4);
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    gap: 4px;
}
h4.title.bs-h-1 a {
    color: var(--bs-clr-black-2);
    font-size: 20px;
    line-height: 28px;
}
.bs-blog-4-content.text-center h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 72px;
    color: var(--bs-clr-black-2);
}
.bs-blog-4-content.text-center p {
    color: var(--bs-clr-h-4);
    font-size: 20px;
}
a.btn-primary-ouline {
    color: #086FD6;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    border: 1px solid #086FD6;
    gap: 10px;
    width: fit-content;
    margin: 0 auto;
    margin-top: 30px;
    border-radius:0px;
    font-weight: 500;
}
a.btn-primary-ouline:hover {
    color: #fff;
    background: #086FD6;
}

a.btn-primary-ouline:hover svg path {
    stroke: #ffff;
}
a.btn-blue-icon:hover svg path{
    stroke: #086FD6;
}
.accordion-tr {
    width: 100%;
    max-width: 600px;
    margin: auto;
    border: none;
    border-radius: 6px;
    background: #fff;
    box-shadow: none;
}
.accordion-header-tr {
  border-bottom: 1px solid #ddd;
}

.accordion-item-tr:last-child {
  border-bottom: none;
}

.accordion-header-tr {
    padding: 15px 0px;
    cursor: pointer;
    background: transparent;
    font-weight: bold;
    position: relative;
    transition: background 0.3s;
    font-size: 16px;
    line-height: 24px;
    color: var(--bs-clr-black-2);
    padding-left: 35px;
    padding-right: 30px;
}
.accordion-header-tr span.arrow-tr {
    position: absolute;
    right: 0;
    top: 15px;
    transition: all 1s;
    transform: rotate(180deg);
}

.accordion-header-tr.active-tr::after {
  transform: none; /* xoay ngược thành mũi tên lên */
}

.accordion-content-tr {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  background: #fff;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.accordion-content-tr p {
  margin: 15px 0;
}

.accordion-content-tr.show-tr {
  padding: 15px 20px;
}
.accordion-content-tr {
    font-size: 16px;
    line-height: 24px;
    color: var(--bs-clr-h-4);
}
span.number-faq {
    font-size: 16px;
    color: #777;
    margin-right: 11px;
    position: absolute;
    left: 0;
}
.accordion-header-tr.active-tr span.number-faq{
	color: #3772FF;
}
.form-group-tr input, .form-group-tr textarea {
    padding: 16px;
    width: 100%;
    border: none;
    max-height: 130px;
    background: #eff5ff;
    border-radius: 20px;
}
.content-contact-grid h3 {
    color: #333;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
}
.content-contact-grid h4 {
    text-transform: uppercase;
    padding: 5px 10px;
    border-left: 2px solid #086fd6;
    margin-bottom: 12px;
}section.bs-blog-4-area {
    padding-top: 70px;
}
.form-group-tr label {
    color: #606060;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
.form-group-tr  .wpcf7-form-control-wrap {
    width: 100%;
}
.btn-contact-tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 14px;
}
.btn-contact-tr input {
    height: 48px;
    width: 50%;
    background-color: #086FD6;
    border: none;
    color: transparent;
    font-size: 16px;
    border-radius: 3px;
    background-image: url(/wp-content/uploads/2025/08/btn-submit-contact.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.btn-contact-tr input:before {
    content: '';
    position: absolute;
}
span.wpcf7-spinner {
    display: none;
}
a.phone-contact-tr {
    width: 50%;
    height: 48px;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: #086FD6;
    font-size: 16px;
    font-weight: 600;
    background: #fff;
    border: 1px solid #086FD6;
    border-radius: 3px;
}
.swiper-nav-tr {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
section.our-partners-tr {
    background-color: #022140;
    padding: 60px 0px;
    background-image: url(/wp-content/uploads/2025/08/img-bt-pa.png);
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
}
.our-partners-grid {
    display: grid;
    grid-template-columns: 1fr 3fr;
    align-items: center;
}
.title-left-tr h3 {
    color: #fff;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
}
.list-partners {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.partners-item {
  text-align: center;
  padding: 30px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.partners-item img {
  width: auto;
  height: 64px;
  margin: 0 auto 15px;
  display: block;
}

.partners-item p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    line-height: 20px;
}
.list-partners .partners-item:nth-child(3n) {
    border-right: none;
}
.list-partners .partners-item:nth-last-child(-n+3) {
  border-bottom: none;
}
.footer-tr h4 {
    color: #2A3342;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
.footer-tr a {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.info-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.info-footer li {
    position: relative;
    color: #777;
    font-size: 14px;
    font-weight: 500;
    padding-left: 28px;
}
.info-footer li img {
    position: absolute;
    left: 0;
    width: 24px;
}
.info-footer li span {
    display: block;
}
.info-footer a {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.info-footer p {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.footer-2 ul li a {
    color: #333;
    margin-bottom: 7px;
}.social {
    display: flex
;
    align-items: center;
    gap: 10px;
}
.copy-right {
    text-align: center;
    font-size: 14px;
    color: #606060;
    padding: 10px;
    border-top: 1px solid #EEF0F3;
    padding-top: 14px;
    margin-top: 30px;
}
.bs-work-5-card.has-ani-up {
    transform: translate(0px, -14px) !important;
}
.bs-work-5-card.has-ani-down {
    transform: translate(0px, 14px) !important;
}
.list-ser-tr {
    display: grid
;
    grid-template-columns: 1fr 1fr;
    text-align: left;
}
.content-ser-tr a {
    margin: unset;
}
.list-left .content-ser-tr {
    order: 2;
}
.content-ser-tr {
    padding: 30px;
}
.content-ser-tr h3 {
    font-size: 48px;
    font-weight: 600;
}
main.wrap.products-archive {
    background: linear-gradient(180deg, #F5FAFF 0%, #FFF 100%);
}
.category-filter a {
    border-radius: 999px;
    background: var(--Blue-50, #E6F2FE);
    padding: 12px 24px;
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.category-filter {
    display: flex
;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    gap: 10px;
}.category-filter a.active, .category-filter a:hover {
    background: #086FD6;
    color: #fff;
    border: none;
}
.content-ser-tr p {
    color: #606060;
    font-size: 20px;
}
.our-partners-tr {
    color: #fff;
    text-align: center;
}
.list-three-logo {
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 0px;
}
.logo-list-tr {
    padding: 14px;
    border-right: 1px solid #fff;
}
.list-three-logo .logo-list-tr:last-child {
    border: none;
}
.logo-list-tr span
 {
    display: block;
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
    margin-top: 11px;
}

.logo-list-tr {
    padding: 0px 67px;
    border-right: 1px solid #fff;
}
.logo-list-tr img {
    height: 60px;
    width: auto;
}
.logo-list-tr {
    border-right: 1px solid #fff;
    width: 300px;
}
.our-partners-tr .title-center-tr {
    margin: 24px 0px;
}
section.list-ser {
    padding-bottom: 30px;
    padding: 50px 0px;
}section.maps_cty {
    padding-bottom: 50px;
}section.maps-img img {
    width: 100%;
    height: auto;
}

section.maps-img {
    padding-top: 50px;
}
.title-grid-tr {
    display: flex
;
    align-items: flex-end;
    justify-content: space-between;
}
.title-center-tr.title-grid-tr {
    justify-content: center;
}
.left-title-grid {
    max-width: 50%;
}
.left-title-grid p {
    margin-bottom: 0px;
}
a.btn-blue-icon {
    background: #086FD6;
    border: 2px solid #086FD6;
    color: #fff;
    padding: 12px 24px;
    border-radius: 4px;
}
a.btn-blue-icon svg {
    margin-left: 10px;
}
a.btn-blue-icon:hover{
    background: #fff;
    color:#086FD6;
}
.title-grid-tr h2 {
    color: #333;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
}
.title-grid-tr p {
    color: #606060;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}
section.bs-project-tr {
    padding: 60px 0px;
}
.project-grid-tr {
    display: grid
;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.project-item-tr img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
}
.project-item-tr a {
    width: 100%;
}
.project-item-tr h4 {
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    margin-top: 16px;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 8px;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 90px;
    text-align: center;
}
span.list-left {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #777;
}
span.list-right {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #333;
}
.list-info-project {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 8px;
}
.project-item-tr h4 a {
    color: #333;
}
main.wrap.products-archive {
    padding: 60px 0px;
    padding-bottom: 0px;
}

.products-grid {
    display: grid
;
    grid-template-columns: 1fr 1fr 1fr;
}
.products-grid h4 {
    margin-bottom: 0px;
    border: none;
    height: auto;
}
.pagination .wp-pagenavi a, .pagination .wp-pagenavi span {
    text-decoration: none;
    border: none;
    padding: 15px 26px;
    margin: 2px;
    background: #06529e;
    color: #fff;
}

.pagination {
    display: flex
;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.bs-core-feature-4-wrap.bs-core-feature-4-wrap-three{
    grid-template-columns: 1fr 1fr 1fr;
}
h4.bs-h-4.app-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    color: #333;
    margin-top: 16px;
}
.grid-list-6 {
    display: flex
;
    flex-wrap: wrap;
}
.item-list-3 {
    max-width: 33.333%;
    width: 33.3333%;
    border: 1px solid #ccc;    position: relative;
    border-left: none;display: flex
;
    flex-wrap: wrap;
}
.item-list-3 .content-app {
    padding: 30px;
}
.title-list-6 {
    width: 33.333%;
    max-width: 33.333%;
}
.list-1-3-tr {
    width: 100%;
    max-width: 100%;
}
.list-1-3-tr {
    width: 100%;
    max-width: 100%;
    display: flex
;
    align-items: self-end;
}
.col-3-1-tr {
    width: 66.6666%;
}
.col-6-list-tr {
    display: flex
;
    align-items: stretch;
}
.col-6-list-tr .item-list-6 {
    display: flex
;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.title-list-6 h2 {
    font-size: 39px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
    color: #333;
}
.content-app h4 {
    color: #333;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}

.item-list-6 {
    width: 50%;
    max-width: 50%;
    float: left;
}
.title-list-6 {
    display: flex
;
    align-items: center;
    border: 1px solid #ccc;
    padding: 30px;
}
.item-list-12 {
    display: flex
;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 30px 0px 0px 30px;
    border-bottom: 1px solid #ccc;
}
.item-list-12 .content-app {
    width: 33.333%;
    max-width: 33.333%;
}
.item-list-12>img {
    max-width: 66.666%;
}
.col-3-1-tr .item-list-6 .content-app {
    padding: 30px;
    padding-bottom: 0px;
}
.content-app {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #333;
}
.list-1-3-tr .item-list-3 {
    border-top: navajowhite;
}
.bs-blog-4-item img {
    width: 100%;
    height: 250px !important;
}
img.img-slider-project {
    width: 100%;
    height: auto;
}
.project-gallery a {
    width: 100%;
}
.project-gallery-wrap{max-width:1000px;margin:40px auto;}
  .project-gallery{padding:24px 0;}

  /* kích thước mỗi slide (desktop) */
  .project-gallery .swiper-slide{
    width:70%;              /* slide giữa to, hai bên nhỏ lại nhờ coverflow */
    transition:transform .4s ease, opacity .4s ease;
  }

  /* thẻ card để bo góc/đổ bóng */
  .project-gallery .slide-card{
    position:relative; overflow:hidden;
    height:420px;           /* chỉnh chiều cao banner ở đây */
    box-shadow:0 20px 40px rgba(0,0,0,.15);
    border-radius:28px;     /* slide active */
    background:#f2f2f2;
  }
  .project-gallery img{
    width:100%; height:100%; object-fit:cover; display:block;
  }

  /* hai slide kề bên: thu nhỏ + bo tròn kiểu "viên thuốc" */
  .project-gallery .swiper-slide-prev .slide-card,
  .project-gallery .swiper-slide-next .slide-card{
    transform:scale(.86);
    border-radius:999px;    /* tạo cảm giác tròn 2 đầu */
    box-shadow:0 12px 24px rgba(0,0,0,.12);
  }

  /* xa hơn nữa: mờ đi */
  .project-gallery .swiper-slide{opacity:.45}
  .project-gallery .swiper-slide-prev,
  .project-gallery .swiper-slide-next{opacity:.9}
  .project-gallery .swiper-slide-active{opacity:1}
 /* trạng thái bình thường */
.bs-header-4-area {
  position: relative;
  width: 100%;
  z-index: 999;
  will-change: transform, background, box-shadow;
  transition: transform 200ms ease, background 200ms ease, box-shadow 200ms ease, padding 200ms ease;
}

/* khi đã fixed */
.bs-header-4-area.is-fixed {
  position: fixed;
  top: 0; left: 0; width: 100%;
  background: rgba(255,255,255,0.9);          /* tuỳ màu nền site bạn */
  backdrop-filter: saturate(180%) blur(8px);   /* hiệu ứng mờ nhẹ */
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  transform: translateY(0);                    /* trạng thái cuối của animation */
}

/* hiệu ứng xuất hiện: trượt nhẹ từ trên xuống + thu gọn padding */
.bs-header-4-area.is-fixed.anim-enter {
  transform: translateY(-12px);                /* start */
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}
.bs-header-4-area .inner {                     /* nếu header có lớp bọc nội dung */
  transition: padding 200ms ease;
}

.section-history {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245/var(--tw-bg-opacity))
}

.section-history .swiper-button-lock {
    display: flex
}

.section-history.about-history {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
   PADDING: 50PX 0PX;
}
section.partent-tr-section {
    text-align: center;
    padding-top: 50px;
}
.video-banner {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    margin-top: -40px;
    margin-bottom: 40px;
}
.video-banner video {
    width: 100%;
}
@media screen and (max-width: 1024px) {

    .section-history {
        padding-bottom:3.5rem;
        padding-top: 3.5rem
    }

    .section-history .container {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center
    }
}
.swiper-history-main.relative.w-full.lg\:w-10\/12.mx-auto {
    position: relative;
}
section.bs-work-5-area.wa-bg-default.pt-135.pb-170 {
    background: #fafafa;
}h2.block-title.blue-2
 {
    font-family: var(--bs-font-1);
    line-height: 1.076;
    font-weight: bold;
    letter-spacing: -0.03em;
    text-align: center;
}
.swiper-nav-wrap {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 100%;
}
.nav-arrow-next {
    right: 0;
    left: inherit;
    position: absolute;
}
.swiper-nav-wrap>div {
    width: 40px;
    height: 40px;
    display: flex
;
    background: #e3e3e3;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}.nav-arrow-prev {
    transform: rotate(180deg);
}
@media screen and (max-width: 1024px) {
    .section-history .block-title {
        order:1
    }

    .section-history .swiper-history-thumb {
        order: 2;
        width: 100%
    }
}

@media (min-width: 1024.1px) {
    .section-history .swiper-history-thumb {
        margin-top:2.60417rem
    }
}

.section-history .swiper-history-thumb .years {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 9.89583rem;
    justify-content: center;
    justify-content: flex-start;
    position: relative;
    width: 100%
}

.section-history .swiper-history-thumb .title {
    --tw-text-opacity: 1;
    align-items: center;
    color: rgb(32 134 218/var(--tw-text-opacity));
    display: flex;
    font-size: 2rem;
    font-weight: 600;
    justify-content: center;
    line-height: 1
}

@media (min-width: 1024.1px) {
    .section-history .swiper-history-thumb .title {
        font-size:2.08333rem
    }
}

.section-history .swiper-history-thumb .swiper-slide:nth-child(2n) .years {
    justify-content: flex-end
}

.section-history .swiper-history-thumb .swiper-slide:nth-child(odd).swiper-slide-thumb-active .arrow-please span:before {
    bottom: 2.86458rem;
    top: unset
}

.section-history .swiper-history-thumb .swiper-slide:nth-child(odd).swiper-slide-thumb-active .arrow-please span:after {
    bottom: 100%;
    top: unset
}

.section-history .swiper-history-thumb .swiper-slide.swiper-slide-thumb-active .title {
    --tw-text-opacity: 1;
    color: rgb(6 82 158/var(--tw-text-opacity))
}

.section-history .swiper-history-thumb .swiper-slide.swiper-slide-thumb-active .arrow-please span {
    opacity: 1;
    position: relative
}

.section-history .swiper-history-thumb .swiper-slide.swiper-slide-thumb-active .arrow-please span:before {
    height: 6px;
    left: 3px;
    top: 2.86458rem;
    transform: rotate(45deg);
    width: 6px
}

.section-history .swiper-history-thumb .swiper-slide.swiper-slide-thumb-active .arrow-please span:after,.section-history .swiper-history-thumb .swiper-slide.swiper-slide-thumb-active .arrow-please span:before {
    --tw-bg-opacity: 1;
    background-color: rgb(6 167 224/var(--tw-bg-opacity));
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    transition: all .3s ease-in-out;
    transition-duration: .15s;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    z-index: 10
}

.section-history .swiper-history-thumb .swiper-slide.swiper-slide-thumb-active .arrow-please span:after {
    height: 2.5rem;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    width: 1px
}

.section-history .swiper-history-thumb .swiper-slide.swiper-slide-thumb-active .arrow-please:after,.section-history .swiper-history-thumb .swiper-slide.swiper-slide-thumb-active .arrow-please:before {
    --tw-bg-opacity: 1;
    background-color: rgb(6 82 158/var(--tw-bg-opacity))
}

.section-history .arrow-please {
    align-items: center;
    display: flex;
    height: 26px;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

.section-history .arrow-please span {
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    border-radius: 9999px;
    display: block;
    height: 12px;
    opacity: 0;
    pointer-events: none;
    position: relative;
    width: 12px;
    z-index: 50
}

.section-history .arrow-please span,.section-history .arrow-please:after,.section-history .arrow-please:before {
    --tw-bg-opacity: 1;
    transition: all .3s ease-in-out;
    transition-duration: .15s;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

.section-history .arrow-please:after,.section-history .arrow-please:before {
    background-color: rgb(32 134 218/var(--tw-bg-opacity));
    content: "";
    height: 13.2px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 30
}

.section-history .arrow-please:before {
    top: 0;
    transform: skew(45deg)
}

.section-history .arrow-please:after {
    bottom: 0;
    transform: skew(-45deg)
}

.section-history .swiper-history-main {
    margin-top: 2rem
}
.maps-box {
    background: #086fd6;
    padding: 30px;
    margin: 30px auto;
        color: #fff;
}
.grid-contact {
    display: grid
;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 10px;
}
.item-contact h3 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 50px;
}
.item-contact ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
.item-contact ol strong {
    font-weight: normal;
    display: block;
    opacity: .6;
}
.item-contact ol li {
    margin-bottom: 12px;
    font-size: 14px;
}
.item-contact {
    position: relative;
}

.item-contact:before {
    content: '';
    position: absolute;
    right: -10px;
    width: 1px;
    height: 100%;
    background: #fff;
    opacity: .5;
}
.item-contact:not(:first-child) {
    padding: 0px 15px;
}
.grid-contact .item-contact:last-child:before {
    content: none;
}
@media screen and (max-width: 1024px) {
    .section-history .swiper-history-main {
        order:3
    }
    .grid-contact {
    display: grid
;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.grid-contact .item-contact:nth-child(2):before {
    content: none;
}
}

@media (min-width: 1024.1px) {
    .section-history .swiper-history-main {
        margin-top:2.34375rem
    }
}

.section-history .swiper-history-main .img-wrap a {
    display: block;
    position: relative
}

.section-history .swiper-history-main .img-wrap a img {
  
    width: 100%
}

.section-history .swiper-history-main .row,.section-history .swiper-history-main .row .col {
    margin: 0;
    padding: 0
}

.section-history .swiper-history-main .txt {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    height: 100%;
    padding: 1.5625rem
}

@media screen and (min-width: 1280px) {
    .section-history .swiper-history-main .txt {
        padding:2.08333rem 3.125rem
    }
}

@media screen and (min-width: 1600px) {
    .section-history .swiper-history-main .txt {
        padding:3.125rem 4.16667rem
    }
}

.section-history .swiper-history-main .title {
    --tw-text-opacity: 1;
    align-items: center;
    color: rgb(20 74 148/var(--tw-text-opacity));
    display: flex;
    font-size: 2rem;
    font-weight: 600;
    justify-content: flex-start;
    line-height: 1;
    margin-bottom: 1.25rem;
    text-transform: uppercase
}

.login-card-body .section-history .swiper-history-main .title {
    margin-bottom: 20px
}

.login-form .section-history .swiper-history-main .title {
    margin-bottom: 50px
}

@media (min-width: 1024.1px) {
    .section-history .swiper-history-main .title {
        font-size:2.08333rem;
        margin-bottom: 1.75rem
    }
}

.section-history .swiper-history-main .title:before {
    --tw-bg-opacity: 1;
    background-color: rgb(20 74 148/var(--tw-bg-opacity));
    border-radius: 9999px;
    content: "";
    display: inline-block;
    height: 8px;
    margin-right: 1rem;
    pointer-events: none;
    transition: all .3s ease-in-out;
    transition-duration: .15s;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    width: 8px;
    z-index: 10
}

@media (min-width: 1024.1px) {
    .section-history .swiper-history-main .title:before {
        margin-right:1.25rem
    }
}

.section-history .swiper-history-main .caption {
    padding-left: 1.25rem
}

@media (min-width: 1024.1px) {
    .section-history .swiper-history-main .caption {
        padding-left:1.5625rem
    }
}

/* tôn trọng người dùng giảm chuyển động */
@media (prefers-reduced-motion: reduce) {
  .bs-header-4-area, .bs-header-4-area .inner {
    transition: none;
  }
}

.home .bs-testimonial-4-slider-item .content{
    display: flex;
    align-items: center;
} 
.home  .bs-testimonial-4-slider-item .comment{
    margin-bottom: 0px;
}
.breadcrumbs {
  --bc-gap: 0.5rem;
  --bc-color: #64748b;
  --bc-current: #0f172a;
  --bc-sep: "/";
  --bc-bg: transparent;
  --bc-link-hover: #0ea5e9;
  --bc-shadow: 0 1px 2px rgba(0,0,0,.05);
  display: block;
  padding: .5rem 0;
  background: var(--bc-bg);
  font-size: 0.925rem;
  line-height: 1.5;
  color: var(--bc-color);
}
.breadcrumbs > ol {
    display: flex
;
    flex-wrap: wrap;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
}
.bs-about-1-sec-title .breadcrumbs > ol {
    justify-content: flex-start;
}
.breadcrumbs li {
  display: inline-flex;
  align-items: center;
  gap: var(--bc-gap);
  white-space: nowrap;
  max-width: 100%;
}
.breadcrumbs a {
  color: var(--bc-color);
  text-decoration: none;
  transition: color .15s ease;
}
.breadcrumbs a:hover,
.breadcrumbs a:focus {
  color: var(--bc-link-hover);
  text-decoration: underline;
  outline: none;
}
.breadcrumbs li > span[ itemprop="name" ],
.breadcrumbs li > strong[ itemprop="name" ],
.breadcrumbs li > span > span[ itemprop="name" ],
.breadcrumbs li > strong > span[ itemprop="name" ] {
  color: var(--bc-current);
  font-weight: 600;
}
.breadcrumbs li + li::before {
  content: var(--bc-sep);
  display: inline-block;
  margin: 0 .5rem;
  color: #94a3b8;
  transform: translateY(-1px);
}
.breadcrumbs li a span,
.breadcrumbs li > span[ itemprop="name" ],
.breadcrumbs li > strong[ itemprop="name" ] {
  display: inline-block;
  max-width: 22ch;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
.breadcrumbs--chip a,
.breadcrumbs--chip li > span[ itemprop="name" ],
.breadcrumbs--chip li > strong[ itemprop="name" ] {
  padding: .15rem .5rem;
  border-radius: 999px;
  background: rgba(148,163,184,.15);
}
.breadcrumbs--chip li + li::before {
  margin: 0 .35rem;
}
.breadcrumbs--sm { font-size: .85rem; }
.breadcrumbs--lg { font-size: 1rem; }
.dark .breadcrumbs {
  --bc-color: #cbd5e1;
  --bc-current: #ffffff;
  --bc-link-hover: #38bdf8;
}
.dark .breadcrumbs li + li::before { color: #94a3b8; }
@media (prefers-reduced-motion: reduce) {
  .breadcrumbs a { transition: none; }
}

  /* responsive */
    @media (min-width: 768px){
  .bs-hero-4-slider-thum .swiper-slide {
    width: 260px !important;
    background: #fff;
}
}

  @media (max-width: 768px){
 .bs-choose-4-content-fix::after {
    background: transparent;
}.bs-choose-4-content-fix {
    background: #3C3D40;
    font-size: 14px;
    padding: 20px;
}.bs-choose-4-content-fix p.bs-p-4 {
    font-size: 14px;
}
    .project-gallery .swiper-slide{width:85%}
    .project-gallery .slide-card{height:300px}
  }
.content-project-single {
    max-width: 1280px;
    padding: 15px;
    display: grid
;
    justify-content: space-between;
    margin: 0 auto;
    grid-template-columns: 45% 55%;
    gap: 30px;
    padding-top: 50px;
}
.left-single-project h1 {
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    color: #333;
}
.info-project .list-info-project span.list-left {
    width: 40%;
}
.info-project .list-info-project span.list-right {
    width: 50%;
    text-align: right;
}
.info-project .list-info-project
 {
    border-bottom: 1px solid #ccc;
    padding: 11px 0px;
}
h1.title-single-tr {
    color: var(--Colors-Neutral-1000, #333);
    text-align: center;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
}
.meta-top-single {
    text-align: center;
}
span.author-top:before {
    content: '';
    position: absolute;
    right: 0;
    width: 5px;
    height: 5px;
    background: #333;
    top: calc(50% - 2.5px);
    border-radius: 50%;
}
.meta-top-single .date {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #777;
}
.thumbnail-single-tr img {
    height: auto;
}
.thumbnail-single-tr {
    margin-top: 30px;
    margin-bottom: 30px;
}
.meta-bottom-single {
    display: grid
;
    grid-template-columns: 1fr 1fr;
}
span.author-name {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    display: block;
}
img.author-avatar {
    width: 60px;
    margin-right: 10px;
}
.author-box {
    display: flex
;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
}
.right-single-bottom {
    text-align: right;
}
.kk-star-ratings.kksr-template {
    justify-content: flex-end;
}
.share-btn {
    display: flex
;
    align-items: center;
    justify-content: flex-end;
    margin-top: 16px;
}
.relatedcat h3 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
}
.relate-post-sidebar {
    padding-top: 30px;
}
.share-btn ul {
    list-style: none;
    display: flex
;
    align-items: center;
    gap: 10px;
}
.share-btn ul a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #CEE5FD;
    border-radius: 50%;
}
span.author-posi {
    color: #606060;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.project-grid-tr.products-grid .item-img a {
    width: 100% !important;
}
.product-tr .partners-item img {
    width: 100%;
    max-width: 100%;
    height: 250px;
}
.product-tr a.partners-item {
    border-color: #E8E8E8 !important;
}
.product-tr a.partners-item p {
    color: #333;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}
.form-group-tr {
    margin-bottom: 20px;
}
.bs-p-4.bs-hero-4-disc.wa-split-y p {
    margin-bottom: 0px;
}
.title-project-card {
    text-align: center;
    font-size: 30px;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 30px;
}
section.contact-tr-fix {
    background-color: rgba(239, 245, 255, 1);
    padding: 70px 0px;
    background-repeat: no-repeat;
    background-size: contain;
}.content-contact-grid .social {
    margin-top: 30px;
}
.contact-grid {
    display: grid
;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.contact-form-grid {
    padding: 20px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 20px;
}
img.img-5-ap, img.img-6-ap{
	width:100% !important;
	max-height:300px;
	object-fit:cover !important;
}
.w-full {
    width: 100%;
    flex: auto;
}
@media (min-width: 768px) {
    .md\:w-1\/2 {
        width: 50%;
    }
}
@media (max-width: 1600px) {
    .bs-main-navigation .navbar-nav{
        gap: 25px;
    }
}
/* Tablet: 2 cột */
@media (max-width: 1023px) {
    .list-partners {
        grid-template-columns: repeat(3, 1fr);
    }
    .title-left-tr h3 br {
    display: none;
}
.title-left-tr h3 {
    font-size: 32px;
}
}
@media (max-width: 768px) {
    .contact-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .list-partners {
        grid-template-columns: 1fr;
    }
    .btn-contact-tr {
    display: block;
}
.content-contact-grid h3{
    font-size: 30px;
    line-height: 36px;
}
.btn-contact-tr input, a.phone-contact-tr {
    width: 100%;
    margin-bottom: 10px;
        background-position: 32% center;
}
.product-tr a.partners-item{
    border: none;
}
.meta-bottom-single {
    display: block;
}
.right-single-bottom {
    text-align: left;
}
.kk-star-ratings.kksr-template, .share-btn {
    justify-content: flex-start;
}
h1.title-single-tr {
    font-size: 30px;
    line-height: 40px;
}
.content-ser-tr h4 {
    font-size: 30px;
}
section.bs-services-4-area.pt-100.wa-fix {
    padding-bottom: 50px;
}
.our-partners-grid {
    display: block;
}.title-left-tr h2 {
    font-weight: 700;
    color: #333;
}
body .bs-work-5-card.has-ani-up, body .bs-work-5-card.has-ani-down  {
    transform: none !important;
    margin-bottom: 10px !important;
}
.bs-services-4-item-single{
        min-height: inherit;    padding-bottom: 0px;        padding-top: 0px;HEIGHT: AUTO;
}
.bs-services-4-item-single .active-content{
    padding: 30px 0px;
}
.active-content.content-ser-tr img {
    width: 100%;
    height: auto;
}
.list-ser-tr {
    grid-template-columns: 1fr;
}
.list-ser-tr .thumbail-right {
    order: 1;
}
.list-ser-tr .content-ser-tr {
    order: 2;
}
.content-ser-tr h3 {
    font-size: 32px;
}
.content-ser-tr {
    padding: 30px 15px;
}
.logo-list-tr {
    border-right: 1px solid #fff;
    width: 33.333%;
    padding: 0px;
}
.logo-list-tr span {
    font-size: 16px;
    margin-top: 5px;
}
.logo-list-tr img {
    height: 40px;
    width: auto;
}
.title-grid-tr {
    flex-wrap: wrap;
}
.left-title-grid {
    max-width: 100%;
    margin-bottom: 10px;
}
    .title-grid-tr h2, .bs-blog-4-content.text-center h2 {
        font-size: 38px;
    }
.title-grid-tr p {
    font-size: 16px;
    line-height: 24px;
}
a.btn-blue-icon {
    padding: 9px 18px;
    border-radius: 4px;
    font-size: 14px;
}
.project-grid-tr {
    grid-template-columns: 1fr;
}
.project-item-tr h4 {
    font-size: 18px;
    line-height: 26px;
    height: auto;
    font-weight: 600;
}
span.list-left {
    font-size: 14px;
}
span.list-right {
    font-size: 14px;
}
.info-project .list-info-project{
    padding: 7px 0px ;
}
.bs-blog-4-content.text-center p {
    font-size: 16px;
}
h4.title.bs-h-1 a {
    font-size: 18px;
    line-height: 24px;
}
.date-post {
    font-size: 14px;
}
.title-center-tr h3{
    font-size: 26px;
}
.bs-core-feature-4-wrap.bs-core-feature-4-wrap-three {
    grid-template-columns: 1fr;
    padding: 30px 0px;
}
.title-list-6 {
width: 100%;
    max-width: 100%;
}
.item-list-3 {
    width: 100%;
    max-width: 100%;    border-top: none;
}
.list-1-3-tr {
    flex-wrap: wrap;
    /* padding: 15px; */
}
.list-1-3-tr .item-list-3 {
    width: 100%;
    max-width: 100%;
}
.item-list-3 .content-app {
    padding: 15px;
}
.item-list-12 {
    border-right: 1px solid #ccc;
    padding: 15px 0px 0px 15px;
}
.item-list-12 .content-app {
    width: 100%;
    max-width: 100%;
}
.item-list-6 {
    width: 100%;
    max-width: 100%;
    float: left;
}
.grid-list-6 {
    padding: 0px 15px;
}
.item-list-3 {
    border-left: 1px solid #ccc;
}
.col-3-1-tr {
    width: 100%;
    border-left: 1px solid #cccc;
}
.col-6-list-tr {
    flex-wrap: wrap;
}
    .list-partners {
        grid-template-columns: 1fr 1fr;
    }
   .list-partners > .partners-item:nth-child(even) {
    border-right: none;
}
.list-partners > .partners-item:nth-last-child(-n+2){
        border-bottom: none !important;
}
.partners-item {
    border-bottom: 1px solid #ccc !important;
}
.list-partners > .partners-item:nth-child(odd) {
  border-right: 1px solid #ccc !important;
}
.grid-contact {
;
    grid-template-columns: 1fr;
    gap: 20px;
}
.grid-contact  .item-contact:before {
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
}
.grid-contact .item-contact:before {
    content: '' !important;
}
.item-contact h3{
    min-height: inherit;
}
.swiper-nav-wrap {
    display: none;
}
}
@media (max-width: 1024px){
    .content-project-single {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 500px) {
.btn-contact-tr input, a.phone-contact-tr {
    width: 100%;
    margin-bottom: 10px;
        background-position: 32% center;
}
.category-filter {
    flex-wrap: wrap;
}
.bs-blog-4-wrap .bs-blog-4-item:nth-child(n+4) {
    display: none;
}
}
