@media (min-width: 1300px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1280px;
    }
}

@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1380px;
    }
}

.btn-submit {
    padding: 1rem 2rem;
    border-radius: 7px;
}

.text-main {
    color: #ffffff;
}

.fs-16 {
    font-size: 16px !important;
}

.rounded-10 {
    border-radius: 10px;
}

.language-switch ul {
    display: flex;
}

.language-switch ul li{
    padding: 0 1rem;
}

.language-switch ul li a{
    color: var(--color-text);
}

.language-switch ul > li:nth-child(1){
    border-right: 1px solid var(--color-text);
}

.main-menu > .container > .row > div:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.banner-video video {
    height: 100vh;
    object-fit: cover;
    display: block;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}

.language-switch a.active {
    color: var(--color-highlight-2);
}


/*home*/

.row-home-vect {
    background: #111c2d;
}


.home-vect .heading-title .heading-top {
    color: #e67e2e;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 20px;
}


.home-vect .heading-title .heading-main {
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 20px;
}

.box-solieu {
    margin-top: 8rem;
}

.ratio-40 {
    padding-top: 40%;
}

.ratio-60 {
    padding-top: 60%;
}

.box-right {
    position: relative;
}

.swiper-pagination-fraction {
    top: 50%;
    transform: translateY(-50%) ! IMPORTANT;
    bottom: auto;
}

.box-right {
    --barWidth: 4rem;
    position: absolute;
    left: 13%;
    top: 85%;
    text-align: center;
    white-space: nowrap;
    z-index: 2;
    width: 300px;
}

.item_datb .content {
    position: absolute;
    bottom: 0;
    color: white;
    width: 100%;
    background: linear-gradient(180deg, #fff0 5.92%, #111c2d 90.37%);
    padding: 4rem 3rem 3rem;
    display: flex;
    align-items: center;
}

.box-duantieubieu .swiper-pagination {
    color: white;
    font-size: 40px;
}

.item_datb .main-content .name {
    font-size: 32px;
    font-weight: 700;
    /* margin-bottom: 1.5rem; */
    margin: 0;
}

.item_datb .main-content .location-content {
    margin-bottom: 1.5rem;
    color: #e4e4e4;
}

.item_datb .main-content .detail {
    color: #cacaca;
    text-align: justify;
}



.title-main {
    color: white;
    /* position: absolute; */
    /* top: -70px; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* color: var(--color-highlight-2); */
    font-size: 50px;
    font-weight: 700;
}


.brand-section .swiper-pagination {
    position: relative !important;
    bottom: 0;
    margin-top: 1rem;
}

.brand-section .item {
    background: white;
    border-radius: 10px;
	/*border: 1px solid var(--gray);*/
}

.brand-section .item img {
    padding: 10px;
    object-fit: contain;
}

.brand-section .swiper-wrapper {
    transition-timing-function: linear !important;
}

.brand-section .swiper-slide {
    width: 12%;
}

.box-what-customers .swiper-slide {
    height: auto;
}

.box-what-customers .item {
    /* border: 1px solid #ddd; */
    padding: 30px;
    border-radius: 20px;
    height: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background: #101c2c;
}

.box-what-customers .item .title {
    font-weight: 700;
    margin-bottom: 15px;
}

.box-what-customers .item .description {
    margin-bottom: 15px;
}

.box-what-customers .item .description {
  position: relative;
  /* background: linear-gradient(323deg, #1B8D0A, #28a745); */
  color: white;
  padding: 10px 14px;
  border-radius: 12px;
  margin-bottom: 10px;
  width: fit-content;
  max-width: 100%;
}

.box-what-customers .item .description::after {
  /* content: ""; */
  position: absolute;
  right: -4px;
  bottom: 5px;
  border-left: 6px solid #1B8D0A;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.title-section {
    background: url(/templates/thoitrang05/assets/media/tt.png) no-repeat bottom center;
    padding-bottom: 20px;
}

.desc-attr-td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--color-text);
    padding: 0.4rem 0;
}

.banner-video:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, #fff0 5.92%, #111c2d 90.37%);
    z-index: 9;
    height: 100px;
}
.home-vect {
    position: relative;
}
.home-vect:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, #fff0 5.92%, #111c2d 90.37%);
    z-index: 9;
    height: 100px;
}




.box-what-customers .item .img-name {
    display: flex;
    align-items: center;
}

.box-what-customers .item .img-name .img {
    flex: 0 0 80px;
    max-width: 80px;
    margin-right: 15px;
}

.box-what-customers .item .img-name .img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}

.box-what-customers .item .inter-content .name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #e67e2e;
}

.box-what-customers .item .inter-content .cv {
    color: white;
}

/*trang du an*/
.item-cate-duan.img-bg {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.item-cate-duan.img-bg:before {
    content: "";
    position: absolute;
    inset: 0;
    background: inherit;
    filter: blur(3px);
    z-index: 2;
}

.item-cate-duan.img-bg > .container {
    position: relative;
    z-index: 2;
}

.box-ds-cate-duan .title-section {
    font-size: 30px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.box-ds-cate-duan .container {
  position: relative;
  z-index: 2;
}

.box-ds-cate-duan > .item-cate-duan:nth-child(2n) > .container > .row  {
    flex-direction: row-reverse;
}

.article-item {
    border: 1px solid var(--gray);
    border-radius: 10px;
    margin-bottom: 0;
    overflow: hidden;
}

.article-item .inner-content {
    padding: 0 1rem 1rem 1rem;
}


















/*trang gioi thieu*/
.banner-top-page-gt img {
    /* max-height: 50rem; */
    width: 100%;
    object-fit: cover;
    aspect-ratio: 2.5;
}

.section-ht-page-gt {
    margin: 80px 0 80px 0;
}

.about-title-page-gt {
    font-size: 3.8rem;
    font-weight: 700;
    color: var(--color-highlight);
    line-height: normal;
    margin-bottom: 15px;
    position: relative;
}

.about-title-page-gt:before {
    position: absolute;
    content: '';
    top: -20px;
    left: 0;
    width: 100px;
    height: 10px;
    background: var(--color-highlight-2);
}

.des1-ht-page-gt {
    color: black;
}

.des2-ht-page-gt {
    background-color: #F8FAFC;
    padding: 15px 15px 15px 20px;
    position: relative;
    margin-top: 20px;
    line-height: 2;
    font-size: 18px;
}

.des2-ht-page-gt:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: var(--color-highlight-2);
}

.section-thong-diep {
    color: white;
    padding: 60px 0 60px 0;
    min-height: 29vw;
    overflow: hidden;
}

.section-thong-diep img {
    width: 100%;
}

.img-thong-diep-page-gt img {
    max-width: 320px;
    max-height: 440px;
    object-fit: cover;
    border-radius: 8px;
    /* border: 5px solid #535353; */
}

.text-td01-page-gt {
    margin-bottom: 20px;
}

.text-td01-page-gt i {
    font-size: 6rem;
    color: var(--color-highlight-2);
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.text-td02-page-gt {
    font-size: 1.8rem;
    text-align: justify;
}

.text-td03-page-gt {
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-highlight-2);
    margin: 40px 0 5px 0;
}

.img-hanhtrinh-page-gt img {
    border: 1px solid var(--gray);
    border-radius: 10px;
}

.section-linh-vuc-page {
    margin: 60px 0 60px 0;
}

.flex-title-url-section {
    text-align: center;
    margin-bottom: 45px;
}

.box-sp-page-gt {
    transition: 0.3s;
}

.box-sp-page-gt {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 14px;
    /* border: 1px solid #004DA4; */
    box-shadow: 0 2px 10.9px 0 rgb(0 0 0 / 8%);
    height: 290px;
    justify-content: center;
    padding: 10px;
}

.img-sp-page-gt {
    background-color: #111d2e;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-sp-page-gt img {
    width: 48px;
    height: 48px;
}

.box-sp-page-gt .tile {
    font-size: 2rem;
    font-weight: 700;
    margin: 30px 0 10px 0;
    color: var(--color-main);
    display: block;
}


.box-sp-page-gt:hover {
    transform: scale(1.07);
}

.section-tam-nhin-sm {
    position: relative;
    margin-bottom: -125px;
}

.box-tam-nhin-su-menh > .row > div:nth-child(1) .content {
    background-color: #e67e2e;
}

.box-tam-nhin-su-menh .content {
    height: 100%;
    color: white;
    border-radius: 16px;
    padding: 20px 30px 30px 30px;
    position: relative;
}

.box-tam-nhin-su-menh .content:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 15%;
    right: 15%;
    width: auto;
    height: 5px;
    background-color: #111d2e;
}

.box-tam-nhin-su-menh .img img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.box-tam-nhin-su-menh .tile {
    font-size: 3.2rem;
    text-transform: uppercase;
    font-weight: 700;
    margin: 10px 0 5px 0;
}

.box-tam-nhin-su-menh > .row > div:nth-child(2) .content {
    background: #e67e2e;
}

.img-line-cong-page-gt {
    text-align: center;
}

.section-gtri-cot-loi {
    background-color: #F8FAFC;
    padding: 150px 0 40px 0;
}

.flex-title-url-section {
    text-align: center;
    margin-bottom: 45px;
}

.bg-gia-tri {
    background-color: #111d2e;
    border-radius: 16px;
    padding: 45px 30px 40px 30px;
    height: 100%;
}

.bg-gia-tri {
    transition: 0.3s;
}

.bg-gia-tri .wrap {
    display: flex;
    border-bottom: 1px solid;
    padding-bottom: 30px;
    margin-bottom: 15px;
    align-items: center;
}

.bg-gia-tri .img {
    border-radius: 9px;
    background: #CDE4FF;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.bg-gia-tri .img img {
    width: 35px;
    height: 35px;
    object-fit: cover;
}

.bg-gia-tri .tile {
    font-weight: 700;
    color: #e67e2e;
}

.bg-gia-tri .description {
    color: white;
}

.section-ds-lanhdao {
    background: #F8FAFC;
}

.item-bld .cnt {
    background: var(--black);
    padding: 16px;
}

.item-bld .cnt .desc {
    color: white;
    font-size: 14px;
}

.item-bld .cnt .tile {
    color: #e67e2e;
    font-weight: 700;
    font-size: 17px;
}

.item-bld {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10.9px 0 rgb(0 0 0 / 8%);
}

.section-ds-lanhdao .swiper {
    padding-bottom: 6rem; 
}

.item-counter .box1 {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

.item-counter img {
    width: 48px;
}

.item-counter .title-item > div {
    font-size: 46px;
    font-weight: 700;
    line-height: 50px;
    color: white;
    transition: 0.3s;
}

.item-counter .title-item > div {
    font-size: 46px;
    font-weight: 700;
    line-height: 50px;
    color: white;
    transition: 0.3s;
}

.item-counter .description {
    color: white;
    font-size: 14px;
}

.home-vect .heading-title {
    padding-right: 2rem;
}

.article-detail > * {
    font-family: "Inter", sans-serif !important;
    text-align: justify;
}

/*footer*/

footer * {
 color: white;   
}

.copyright {
    text-align: center;
    padding: 1.5rem 0;
    border-top: 1px solid var(--gray);
}

.title-footer {
    font-size: 2.0rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.footer-menu-section ul li {
    margin-bottom: 10px;
}

.social-section li a {
    color: var(--color-highlight);
    margin-right: 1rem;
    font-size: 1.6rem;
    width: 3.6rem;
    height: 3.6rem;
    line-height: 3.6rem;
    display: block;
    background: var(--white);
    text-align: center;
    border-radius: 50%;
}

.social-section li a I{
    color: var(--black) !important;
}

/*lien he*/

.bg-trai-form-home {
    background-color: var(--color-highlight);
    border-radius: 12px;
    padding: 50px 20px 60px 20px;
    color: white;
}

.bg-trai-form-home .title {
    color: white;
    font-size: 3.2rem;
    font-weight: 700;
}

.des-form-home {
    margin-bottom: 45px;
    position: relative;
}

.des-form-home:before {
    position: absolute;
    content: '';
    bottom: -16px;
    left: 0;
    width: 121px;
    height: 4px;
    background-color: white;
}

.flex-info-web-section {
    display: flex;
    margin-bottom: 16px;
}

.flex-info-web-section i {
    font-size: 1.6rem;
    width: 30px;
}

.title-right-form {
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.border-form-contact .form-group {
    margin-bottom: 2.5rem;
}

.border-form-contact .form-control {
    border-radius: 8px;
    border: 1px solid #CDCDCD;
    background: #FAFAFA;
    padding: 12px 20px;
}


.border-form-contact .form-group {
    margin-bottom: 2.5rem;
}

.btn-submit-form {
    background-color: var(--color-highlight);
    color: white;
    padding: 10px 30px 11px 30px;
    border-radius: 10px;
    font-size: 1.4rem;
}


.scrolling header,
body:not(.home) header {
    background: white;
}

body:not(.home) {
    padding-top: 8rem;
}

.row-hosonangluc {
     background: #f8f9fa;
}

.profile-download {
  padding: 80px 0;
 
  text-align: center;
}

.profile-download h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.profile-download p {
  color: #666;
  margin-bottom: 30px;
}

.btn-profile {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  background: #1B8D0A;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}

.btn-profile .icon {
  display: flex;
}

.btn-profile:hover {
  transform: translateY(-2px);
}


.profile-download.img-bg {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.profile-download.img-bg::before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.profile-download .container {
    position: relative;
    z-index: 2;
}


@media (min-width: 1000px) {
    .scrolling header {
        transition: 0.3s;
        -moz-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.09);
        -webkit-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.09);
        box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
    }
    
    body.home:not(.scrolling) header .menu-section > ul > li > a {
         color: var(--white); 
    
    }
    
    body.home:not(.scrolling) header .menu-section > ul > li:hover > a {
         color: var(--color-highlight-2); 
    }
    
    body.home:not(.scrolling) header .btn-action-header {
         color: var(--white); 
    }
}


@media (min-width: 992px) {
    .home-vect .heading-title {
        width: 85%;
    }

}

@media (max-width: 1700px) {
    .box-right {
        left: 7%;
    }
}

@media (max-width: 1500px) {
    .box-right {
        left: 3%;
        top: 78%;
    }
        
}

@media (max-width: 1300px) {
    .box-right {
        width: 210px;
    }
}

@media (max-width: 992px) {
    .box-duantieubieu .swiper-pagination {
        color: white;
        font-size: 26px;
    }
    
    .title-main {
        top: -60px;
        font-size: 18px;
    }
    
    .box-right {
        width: 180px;
    }
    
    .box-right {
        top: 74%;
    }
    
}


@media (max-width: 767px) {
    .banner-video video {
        height: 50vh;
    }
    
    .home-vect .heading-title {
        padding: 0;
    }
    
    .item_datb .ratio-custome {
        padding-top: 130%;
    }
    
    .box-right {
        left: 50%;
        top: 93%;
        transform: translateX(-50%);
    }
    
    .brand-section .swiper-slide {
        width: 34%;
    }
    
    .img-thong-diep-page-gt {
        text-align: center;
    }

}



