/*//custom//*/
body {
    font-family: "Inter", sans-serif;
}

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

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

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


.cus-form .dropdown-item:hover, .dropdown-item:focus {
    color: white;
    text-decoration: none;
    background-color: var(--color-highlight);
}

.cus-form .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: var(--color-highlight);
}

.cus-form .dropdown-menu {
    padding: 0;
}

.setting-menu{
	background: var(--white);
	-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);
}

.setting-menu.fixed {
    margin: auto;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation: stuckMoveDown .6s;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@keyframes stuckMoveDown {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

.title.bg-text-gradident {
    background: var(--Accent-Gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.header-main > .row > div:nth-child(3) {
    display: flex;
    justify-content: end;
}

.object-cover {
    object-fit: cover !important;
}

.language-switch .topbar-dropdown {
    width: max-content;
}

.title-footer {
    font-size: 18px;
    line-height: 20px;
    color: var(--color-highlight);
    margin-bottom: 15px;
    text-transform: uppercase;
}

.tw-btn-link {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    color: var(--color-hl-text);
}

.tw-btn-link:hover {
    -webkit-text-fill-color: var(--color-highlight);
    color: var(--color-highlight);
}

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

.distance-75 > .row > div{
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.bg-brand-yellow {
    background: var(--Brand-Yellow);
}

.bg-hl-brand {
    background: var(--color-highlight-2);
}

.color-brand-dark-green {
    color: #2c5057;
}

.color-brand-yellow {
    color: var(--Brand-Yellow);
}

.fw-600{
    font-weight: 600;
}

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

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

.title-sec-left { 
    position: relative;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    font-weight: 500;
    color: #8A632B;
    font-size: 16px;
    
}

.title-sec-left:before {
    content: "";
    background: var(--Accent-Gradient);
    width: 48px;
    height: 2px;
    display: inline-block;
    
}

.title-sec-top {
    font-size: 14px;
    line-height: 20px;
    position: relative;
    color: var(--color-hl-text);
}

.title-sec-top:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 48px;
    height: 2px;
    /* background: -webkit-gradient(linear, left top, right top, from(#50b848), to(#ffda00)); */
    background: var(--Accent-Gradient);
}

.title-sec-bottom {
    font-size: 16px;
    line-height: 20px;
    position: relative;
    color: var(--color-hl-text);
}

.title-sec-bottom:before {
    content: "";
    /* background: -webkit-gradient(linear, left top, right top, from(#50b848), to(#ffda00)); */
    background: var(--Accent-Gradient);
    width: 48px;
    height: 2px;
    display: block;
    position: absolute;
    bottom: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}



.contact-header-top {
    display: flex;
    gap: 1rem 3rem;
  flex-wrap: wrap;
}

.contact-header-top .item a{
    color: white;
}

.contact-header-top .item span{
    font-size: 14px;
    font-weight: 500;
}
 
.header-main > .row > div:nth-child(1) {
    display: flex;
}

.zalo .call-now {
    bottom: 100px;
}

#zalo-vr, #messenger-vr {
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
}

#phone-vr {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
    -webkit-transition: 0.7s all;
}

.button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 70px;
    height: 70px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.phone-vr-circle-fill {
    width: 50px;
    height: 50px;
    top: 20px;
    left: 20px;
    position: absolute;
    box-shadow: 0 0 0 0 #BDA163;
    background: var(--color-highlight-2);
    border-radius: 50%;
    border: 1px solid var(--color-highlight);
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

#zalo-vr .phone-vr-circle-fill, #messenger-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #BDA163;
    background: var(--color-highlight-2);
}

.phone-vr-img-circle {
    background-color: var(--color-highlight-2);
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

#zalo-vr .phone-vr-img-circle, #messenger-vr .phone-vr-img-circle {
    background-color: var(--Accent-Gradient);
}

.phone-vr-img-circle a {
    display: flex;
    line-height: 37px;
}

.phone-vr-img-circle img {
    max-height: 35px;
    max-width: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

@keyframes zoom {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

.button-contact i{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}

.fixed-contact {
    position: fixed;
    right: 30px;
    bottom: 15px;
    cursor: pointer;
    z-index: 9999 !important;
}

.sec-banner-home-main .swiper-slide--wrap {
    position: absolute;
    top: auto;
    left: 0;
    transform: none;
    bottom: 0;
    z-index: 9;
    width: 100%;
    padding-bottom: 48px;
}

.sec-banner-home-main .swiper-slide--tile {
    font-size: 20px;
}

.sec-banner-home-main .swiper-slide--description {
    font-size: 48px;
    line-height: 64px;
    font-weight: 700;
}

.box-content-banner-main {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    gap: 24px;
}

.box-content-banner-main .box-in-right-banner {
    margin-top: auto;
    padding-bottom: 8px;
    font-size: 14px;
    line-height: 20px;
}

.box-content-banner-main .list-projects {
    padding-top: 16px;
    /* overflow: auto; */
    gap: 16px;
}

.box-content-banner-main .list-projects .item-link {
    color: inherit;
    position: relative;
    border-radius: 100px;
    width: 196px;
    height: 32px;
    overflow: hidden;
    flex-shrink: 0;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
    -webkit-box-align: center;
    align-items: center;
    padding-right: 16px;
    padding-left: 16px;
}

.box-content-banner-main .list-projects .item-link .icon {
    /*width: 8px;*/
    /*height: 8px;*/
    overflow: hidden;
    position: relative;
    z-index: 9;
    color: var(--Brand-Yellow);
}

.box-content-banner-main .list-projects .item-link .text {
    color: white;    
    z-index: 8;
    font-weight: 600;
}

.box-content-banner-main .list-projects .item-link:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    border: 1px solid #fff;
}

.box-content-banner-main .list-projects .item-link:after {
    position: absolute;
    content: "";
    z-index: 1;
    border-radius: 100%;
    width: 75%;
    height: auto;
    aspect-ratio: 2.5;
    background: var(--Accent-Gradient);
    top: 100%;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    pointer-events: none;
}

.box-content-banner-main .list-projects .item-link:hover:after {
    top: -1%;
    -webkit-transform: scale(4, 2);
    transform: scale(4, 2);
}
.sec-banner-home-main .swiper-wrapper {
    position: relative;
    /*overflow: hidden;*/
    /* width: 100%; */
    /* height: 56vw; */
}


.sec-banner-home-main .swiper-slide img {
    min-height: 0;
    width: 100%;
    max-height: 100%;
    object-fit: cover;
    height: 40vw;
}

option:hover {
    background-color: #9127E2 !important;
    color: white;
}

.title{
    font-size: 32px;
    font-weight: 700;
    color: var(--color-highlight-2);
    font-family: "Playfair Display", serif;
}

.title-modal {
    font-family: "Playfair Display", serif;
}

.sec-banner-gioithieu .img-banner {
    border-radius: 8px;
}

.paragraph {
    font-size: 16px;
    color: #ffffff;
    text-align: justify;
}

.sec-banner-gioithieu .data .lable {
    font-size: 14px;
    line-height: 20px;
    
}

.sec-banner-gioithieu .data .number {font-size: 44px;line-height: 1;font-weight: 600;}

.sec-banner-gioithieu .data .big-text {
    color: var(--color-highlight);
}
.box-gt-01 {
    background: linear-gradient(360deg, #FDF0D6 0%, #F8F6EF 61.40350877192983%);
}

.box-gt-02 {
    padding: 60px 0 0;
    background: linear-gradient(360deg, #FDF0D6 0%, #F8F6EF 61.40350877192983%);
}
.sec-banner-gioithieu > .row > div:nth-child(2) {
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: space-between; */
} 


.sec-slider-post-tienich .swiper {
  width: 100%;
  overflow: hidden;
}

.sec-slider-post-tienich .swiper-slide {
  width: auto;
  margin-right: 10px;
  /*white-space: nowrap;*/
}

.sec-slider-post-tienich .swiper-wrapper {
  transition-timing-function: linear !important;
}

.sec-slider-post-tienich .card:before{
    overflow: hidden;
    position: relative;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
    width: 100%;
}

.sec-slider-post-tienich .tw-background {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    z-index: 1;
    border-radius: 8px;
}

.tw-background {
    width: 100%;
    height: 100%;
} 
.sec-slider-post-tienich .article-item {
    border-radius: 8px;
}

.sec-slider-post-tienich .card:before {
    position: absolute;
    content: "";
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/templates/thoitrang05/assets/media/background/bg_card_yellow.png) no-repeat 0 100%;
    background-size: cover;
    opacity: 0.4;
}

.sec-slider-post-tienich .card .tw-background:before {
    position: absolute;
    content: "";
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .6;
    border-radius: 8px;
}

.sec-slider-post-tienich .card .tw-background img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}


.sec-slider-post-tienich .card .inner-image {
    position: relative;
    z-index: 99;
    margin: 4px;
}

.sec-slider-post-tienich .card .inner-content {
    position: relative;
    z-index: 99;
}

.sec-slider-post-tienich .article-item .inner-image img {
    border-radius: 8px;
}
    
.sec-khampha-tienich .paragraph {
    margin-bottom: 8rem;

    color: var(--color-highlight-2);
}    

.sec-slider-post-tienich .article-item a {
    color: #000000;
}

.sec-slider-post-tienich .article-item i {
    background: var(--color-hl-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
   
.social-section i{
    background: var(--Accent-Gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    background-clip: text;
    color: transparent;
}

.tw-button {
    width: fit-content;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 16px;
    border-radius: 0 16px;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
    position: relative;
    border: none;
    outline: 0;
    font-weight: 600;
    background: var(--btn-gradient);
    color: var(--color-highlight-2) !important;
    text-transform: uppercase;
}

.tw-button:before {
    position: absolute;
    content: "";
    border-radius: inherit;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(77.72deg, #c99122 -2.13%, #c99122 75.18%);
    z-index: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
}

.tw-button:hover:before {
    opacity: 1;
    color: white;
}

.tw-button i , .tw-button span {
    z-index: 99;
    color: var(--color-highlight-2);
}

.sec-slider-post-tienich {
    height: 430px;
}

.sec-slider-post-tienich .swiper{
    height: 100%
} 

.sec-slider-post-tienich .article-item {
    height: max-content;
}

.sec-slider-post-tienich > .swiper > .swiper-wrapper {
    height: 100%;
}

.sec-slider-post-tienich > .swiper > .swiper-wrapper > .article-item:nth-child(even) {
    position: relative;
    overflow: hidden;
    margin-bottom: auto;
    width: 100%;
    display: flex;
    align-content: flex-end;
    height: 100%;
}

.sec-slider-post-tienich > .swiper > .swiper-wrapper > .article-item:nth-child(even) > .card {
    position: relative;
    overflow: hidden;
     margin-top: auto; 
    width: 100%;
}

@media (max-width: 1200px) {
    .box-sec-khampha-tienich {
        padding-right: 10rem;
    }
}
.cus-form .content .title span {
    color: #fff;
}

.cus-form .content .title:after {
    content: '';
    position: absolute;
    bottom: -11px;
    left: 0;
    width: 80px;
    height: 2px;
    background: linear-gradient(
    to right,
    #C58F3E 0%,
    #E4BC74 35%,
    #F5D58D 50%,
    #E4BC74 65%,
    #C58F3E 100%
);
}
.sec-four-reson .description {
    font-size: 14px;
    line-height: 20px;
}

.sec-four-reson .title {
    margin: 4px 0 0px;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
    font-size: 32px;
    /* line-height: 36px; */
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.sec-four-reson .title-item {
    margin: 4px 0 0px;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
    font-size: 22px;
    /* line-height: 36px; */
    margin-bottom: 0.5rem;
    /* text-transform: uppercase; */
    font-weight: 700;
}

.sec-four-reson .sub-des {
    font-size: 16px;
    line-height: 24px;
    color: var(--color-hl-text-2);
}

.sec-four-reson .item_content {
    position: absolute;
    bottom: 0;
    padding: 1rem;
    z-index: 9;
    transition: bottom 0.6s ease;
} 
.sec-four-reson .item-detail {
    position: absolute;
    width: 100%;
    text-align: justify;
    padding: 1rem;
    bottom: 40%;
    z-index: 9;
    opacity: 0;
    transition: 0.6s ease;
}

.sec-four-reson .item:hover .item-detail {
    opacity: 1;
}


.sec-four-reson .item {
    position: relative;
}

.sec-four-reson .row > div:nth-child(1),
.sec-four-reson .row > div:nth-child(3) {
    margin-top: 5rem;
}

.sec-four-reson .item .image-box{
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    padding-top: 140%;
}

.sec-four-reson .item .image-box::before{
    background: linear-gradient(180deg, rgba(21, 52, 130, 0) 56.06%, rgb(9 33 61) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    content:'';
    z-index: 9;
    opacity: 1;
    transition: opacity 0.6s ease;
}

.sec-four-reson .item .image-box::after{
 content: "";
 position: absolute;
 inset: 0;
 background: linear-gradient(168.33deg, rgb(76 63 38 / 44%) 53.99%, var(--color-highlight) 91.27%);
 transition: opacity 0.6s ease;
 opacity: 0;
 z-index: 9;
 pointer-events: none;
}

.sec-four-reson .item:hover .item_content {
    /* transform: translateY(100%); */
    bottom: 73%;
}

.sec-four-reson .item:hover .image-box::before {
  opacity: 0;
}

.sec-four-reson .item:hover .image-box::after {
  opacity: 0.85;
}

.sec-four-reson .item .image-box img{
    border-radius: 8px;
}

/*.sec-four-reson .item .image-box:after {*/
/*    content: "";*/
/*    z-index: 2;*/
/*    background-image: url(/templates/thoitrang05/assets/media/background/decor_item.png);*/
/*    background-position: bottom;*/
/*    background-size: cover;*/
    
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/

.sec-four-reson .img-bg {
    position: relative;
    overflow: hidden;
    padding: 3rem 0;
}

.sec-four-reson .img-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/templates/thoitrang05/assets/media/background/bg_4_reson.jpg');
    background-size: cover;
    background-position: center;
    filter: blur(3px);
    z-index: 1;
}

.sec-four-reson .img-bg > .container {
    position: relative;
    z-index: 2; 
}

.sec-four-reson .pa-title .number {
    background: var(--Accent-Gradient, linear-gradient(44deg, #50b848 13.64%, #ffda00 106.24%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /*font-family: Work Sans;*/
    font-size: 120px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "Playfair Display", serif;
}

.sec-four-reson .pa-title {
    gap: 1rem;
}

.sec-four-reson .pa-title .tw-heading {
    flex-direction: column;
}


.box-cus-title .number {
    font-size: 16px;
    margin-bottom: 8px;
    margin-right: 1rem;
}

.sec-yeutodatgia .nameof{
   gap: 12px;
}

.sec-yeutodatgia .item{
    background: var(--light);
    padding: 20px;
    border-radius: 8px;
}

.sec-yeutodatgia .nameof img{
    /* width: 24px; */
    height: 24px;
}

.sec-yeutodatgia .nameof span{
    font-size: 20px;
    font-weight: 700;
}

.sec-toadovang .block-bottom{
    background: var(--color-highlight-2);
    padding: 3rem;
    border-radius: 12px;
}

.sec-toadovang .content-right .text.body span {
    font-size: 24px;
    font-weight: 700;
    color: var(--color-highlight);
    margin-bottom: 10px !important;
    display: block;
}

.sec-toadovang .content-right .text.body p {
    font-size: 16px;
}

.sec-toadovang .content-right .item {
    align-items: center;
    margin-bottom: 1rem;
}

.sec-toadovang .content-right .item > *{
    color: white;
}

.sec-toadovang .content-right .item .minute {
    -webkit-box-flex: 0;
    aspect-ratio: 1 / 1;
    /* border: 1px solid #fff; */
    border-radius: 50%;
    display: -webkit-box;
    /*display: flex;*/
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    position: relative;
}

.sec-toadovang .content-right .item .minute span {
    font-family: Work Sans;
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
}

.sec-toadovang .content-right .item .text .location:not(:last-child) {
    margin-bottom: 6px;
}

.sec-toadovang .content-right .item .text .location:last-child {
    margin-bottom: 0px;
}

.sec-hthong-tienich .block-tab.nav .nav-item .nav-link {
    background: #fff!important;
    border-radius: 8px;
    color: #000;
    border: 1px solid  #fff;
}

.sec-hthong-tienich .swiper-wrapper {
    width: 30%;
}

.sec-hthong-tienich .swiper-pagination {
    text-align: left;
}

.sec-hthong-tienich .article-item .article-title a {
    color: var(--color-highlight-2 ) !important;
    font-weight: 700;
    font-size: 20px;
}

.sec-hthong-tienich .article-item .inner-content {
    background: var(--btn-gradient)!important;
    border-radius: 0 0 8px 8px;
    padding: 15px !IMPORTANT;
}

.sec-hthong-tienich .article-item img {
    border-radius: 8px 8px 0 0;
}

.sec-hthong-tienich .block-tab {
    gap: 16px;
}

.sec-hthong-tienich .article-item  {
    height: auto;
    background: var(--btn-gradient-3);
    border-radius: 8px;
}

.sec-hthong-tienich .article-item .card {
    height: auto;
}

.po-relative {
    position: relative;
}

.cus-navigation .swiper-button-prev,
.cus-navigation .swiper-button-next {
    position: relative;
}

.cus-navigation .swiper-button-next{
    left: 0;
    right: auto;
    transform: none;
}

.cus-navigation .swiper-button-prev{
    right: 0;
    left: auto;
    transform: none;
}

.cus-navigation {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.cus-navigation i {
    color: white;
    border: 1px solid white;
    padding: 1.5rem;
    border-radius: 50%;
}

.cus-bottom-slider .swiper-pagination {
    text-align: left;
}

.sec-tab-moitruongsong .item  {
    width: calc(50% - 8px);
    padding: 16px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: relative;
    cursor: pointer;
    border-radius: 8px;
    background: #f4f5f8;
}

.sec-tab-moitruongsong .item.active {
    background: var(--Accent-Gradient) !important;
}

.sec-tab-moitruongsong .item.active,
.sec-tab-moitruongsong .item:hover {
    color: #fff;
}

.sec-tab-moitruongsong .item.active img,
.sec-tab-moitruongsong .item:hover img{
    filter: brightness(99);
}

.sec-tab-moitruongsong .item:hover {
    background: var(--Accent-Gradient);
}

.sec-tab-moitruongsong .item img {
    margin-top: 4px;
    -webkit-box-flex: 0;
    flex: 0 0 40px;
    height: 40px;
    width: 40px;
}

.sec-tab-moitruongsong .content-right {
    gap: 16px;
}

.sec-slide-tintuc {
}

.sec-slide-tintuc .swiper-wrapper{
    width: 45%;
}

.row-tintuc-sukien  {
    background-image: url(/templates/thoitrang05/assets/media/background/bg_2.png);
    padding: 50px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec-slide-tintuc .cus-navigation i {
    color: var(--color-highlight);
    background: white;
}

.sec-slide-tintuc .article-item .inner-image img {
   border-radius: 8px 8px 0 0;
    
}

.sec-slide-tintuc .article-item {
    background: white;
    border-radius: 8px;
    height: auto;
}

.sec-slide-tintuc .article-item .inner-content {
    padding: 15px;
}

.sec-slide-tintuc .article-item .article-category a {
    padding: 4px 10px;
    text-decoration: none;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
    font-size: 14px;
    line-height: 20px;
    border-radius: 3px;
    background: var(--color-highlight-2);
    color: var(--color-highlight);
}

.sec-slide-tintuc .article-item .post-date {
     font-size: 14px;
    line-height: 20px;
}
.sec-slide-tintuc .article-item .article-title {
    font-weight: 600;
}

.sec-sukien {
}

.sec-sukien .post-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--color-highlight-2);
    height: 75px;
    width: 75px;
    border-radius: 5px;
    flex-shrink: 0;
    justify-content: center;
}

.sec-sukien .article-item {
    display: flex;
    gap: 16px;
    margin-bottom: 0;
    align-items: center;
}

.sec-sukien .article-item .article-title a{
    text-decoration: none;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.sec-topkinhdoanh .agency-item{
    /* border: 1px solid var(--Neutral-N3---Background---Line, #e6e8f0); */
    position: relative;
    text-decoration: none;
    /* height: 200px; */
    overflow: hidden;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
}

.sec-topkinhdoanh .agency-item .img-corner {
    position: absolute;
    bottom: 0;
    right: 0;
}

.sec-topkinhdoanh .agency-item {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    /* padding: 16px; */
    border-radius: 8px;
}

.sec-topkinhdoanh .tw-sub-heading {
    background: var(--Accent-Gradient, linear-gradient(44deg, #50b848 13.64%, #ffda00 106.24%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
    font-size: 16px;
    line-height: 24px;
}

.sec-topkinhdoanh .article-title a {
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
    
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}

.sec-topkinhdoanh .title {
    text-align: center;
}
.sec-topkinhdoanh .agency-item .article-title a{
    position: relative;
    padding-bottom: 1rem;
}

.sec-topkinhdoanh .agency-item .article-title a:before {
    content: "";
    width: 48px;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(#50b848), to(#ffda00));
    background: linear-gradient(90deg, #50b848, #ffda00);
    position: absolute;
    bottom: 0;
    left: 0;
}



.sec-tab-thuvien .grid-parent > .article-item .inner-image{
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.sec-tab-thuvien .cus-tab_ha .inner-content {
    position: absolute;
    bottom: 0;
    z-index: 99;
    
    width: 100%;
    padding: 0 16px 24px;
}

.sec-tab-thuvien .cus-tab_ha .article-item {
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
}

/*.sec-tab-thuvien .cus-tab_ha .article-item:after {*/
/*    content: "";*/
/*    width: 620px;*/
/*    height: 302px;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    background-image: url(/templates/thoitrang05/assets/media/background/tab_hinh_anh.png);*/
/*    background-repeat: no-repeat;*/
/*    background-position: 50%;*/
/*    background-size: contain;*/
/*    z-index: 1;*/
/*    pointer-events: none;*/
/*}*/


.sec-tab-thuvien .tab_video .article-item {
    border: 1px solid var(--gray);
    border-radius: 8px;
}

.sec-tab-thuvien .tab_video .article-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    
    text-decoration: none;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
    padding: 16px;
}

.sec-tab-thuvien .block-tab {
    gap: 16px
}

.sec-tab-thuvien .block-tab .nav-link {
    background: var(--gray);
    color: black !important;
    border-radius: 8px;

}

.sec-tab-thuvien .block-tab .nav-link.active {
    color: white !important;
}

.sec-tab-thuvien .block-tab .nav-link:hover {
    color: white !important;
}

.cus-form {
    position: relative;
}
.cus-form {
    background-size: cover;
    background-repeat: no-repeat;
    height: 36vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
}

.cus-form .content .title {
    display: flex;
    flex-direction: column;
    font-size: 40px;
    position: relative;
    color: var(--color-highlight);
}

.cus-form .content .form-group input,
.cus-form .content .form-group textarea,
.cus-form .content .form-group select
{
    border-radius: 5px;
    background: rgba(255,255,255,0.8);
}

footer .logo-section img {
    height: 9rem;
    object-fit: contain;
}


footer {
    background: #09213d;
}
.info-footer {
    text-align: center;
    margin-top: 16px;
}

.info-footer .title-ct {
    font-size: 27px;
    color: #fff;
    margin-bottom: 15px !important;
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
}

.info-footer .dsc-ct {
    color: var(--color-highlight);
    margin-bottom: 10px;
    font-size: 18px;
}

.cus-row-1 .row > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cus-tab-tailieu .image{
    width: 128px;
    height: 146px;
    background: var(--Accent-Gradient);
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    border-radius: 8px 0 0 8px;
}

.cus-tab-tailieu .image img {
    height: 8rem;
}

.cus-tab-tailieu .article-item{
    background: #f4f5f8;
    border-radius: 8px;
}

.cus-tab-tailieu .inner-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px;
}

@media only screen and (max-width: 1920px) {
    .sec-hthong-tienich .swiper  {
        margin-left: 12.5%;
    }
}
@media (min-width: 768px) {
    .py-10 {
        padding: 10rem 0;
    }
    
    .sec-tab-thuvien .grid-parent {
         display: grid; 
         grid-template-columns: repeat(4, 1fr); 
         grid-template-rows: repeat(2, 310px); 
         grid-gap: 16px; 
    }
    
    .sec-tab-thuvien .grid-parent > .article-item:nth-child(1) {
        grid-row: 1 / 2;
        grid-column: 1 / 2;
    }
    
    .sec-tab-thuvien .grid-parent > .article-item:nth-child(2) {
         grid-row: 2 / 3; 
         grid-column: 1 / 2; 
    }
    
    .sec-tab-thuvien .grid-parent > .article-item:nth-child(3) {
        grid-row: 1 / 3;
         grid-column: 2 / 3; 
    }
    
    .sec-tab-thuvien .grid-parent > .article-item:nth-child(4) {
         grid-row: 1 / 2; 
         grid-column: 3 / 5; 
    }
    
    .sec-tab-thuvien .grid-parent > .article-item:nth-child(5) {
         grid-row: 2 / 3; 
         grid-column: 3 / 4; 
    }
    
    .sec-tab-thuvien .grid-parent > .article-item:nth-child(6) {
        grid-row: 2 / 3; 
        grid-column: 4 / 5; 
    }
}

@media (max-width: 768px) {
    
    .sec-banner-home-main .swiper-slide--description {
        font-size: 32px;
    }
    
    .sec-banner-home-main .swiper-slide--wrap {
        padding-bottom: 10px;
    }
    
    .sec-slider-post-tienich {
        height: 260px;
    }
    
    .sec-four-reson .item .image-box img{
       width: 100%;
    }
    
    .sec-four-reson .row > div{
        margin-top: 1.5rem !important;
    }

    
    .sec-toadovang .content-right .item .minute {
        /* padding: 1rem 3.5rem; */
    }
    
    .sec-slide-tintuc .swiper-wrapper {
        width: 90%;
    }
    
    .sec-slide-tintuc {
        padding-top: 0;
    }
    
    .sec-tab-thuvien .grid-parent {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 179px);
        grid-gap: 16px;
    }
    
    .sec-tab-thuvien .grid-parent > .article-item:nth-child(1) {
        grid-row: 1 / 1;
        grid-column: 1 / 1;
    }
    
    .sec-tab-thuvien .grid-parent > .article-item:nth-child(2) {
        grid-column-start: 1;
        grid-row-start: 2;
    }
    
    .sec-tab-thuvien .grid-parent > .article-item:nth-child(3) {
        grid-row: span 2 / span 2;
        grid-column-start: 2;
        grid-row-start: 1;
    }
    
    .sec-tab-thuvien .grid-parent > .article-item:nth-child(4) {
        grid-column: span 2 / span 2;
        grid-row-start: 3;
    }
    
    .sec-tab-thuvien .grid-parent > .article-item:nth-child(5) {
       grid-row-start: 4;
    }
    
    .sec-tab-thuvien .grid-parent > .article-item:nth-child(6) {
        grid-row-start: 4;
    }
    
    .sec-hthong-tienich .swiper-wrapper {
        width: 90%;
    }
     
    .cus-form img {
        height: 80rem;
        object-fit: cover;
        object-position: left;
    }
    .sec-tab-thuvien .cus-tab_ha .article-item:after {
        /* bottom: -70px !important; */
    }
}

.box-form-modal .modal-content {
    background: var(--Accent-Gradient);
    border: none;
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 900px !important;
    }
}


.sec-banner-gioithieu .title {
    margin-bottom: 30px !important;
}
.box-form-modal .form-control {
    background: none;
    border: none;
    border-bottom: 1px solid white;
    padding-left: 0;
    color: white;
}

.box-form-modal .form-control::placeholder {
    color: white;
}

.paragraph span {
    color: var(--color-highlight);
}

.txt-namecty-footer{
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 48px;
    letter-spacing: 4%;
    text-align: center;
    vertical-align: middle;
}

@media (max-width: 1500px) {
    
    .txt-namecty-footer {
        font-size: 16px;
    }
}
.box-home-02 {
    padding-top: 70px;
    padding-bottom: 60px;
    background-image: linear-gradient(360deg, #fff7e7 0%, #F8F6EF 61.40350877192983%);
}

.box-home-03 {
    padding-bottom: 60px;
    background-image: linear-gradient(358deg, #FDF0D6 0%, #fff7e7 61.40350877192983%);
}

.sec-four-reson {
    background-image: linear-gradient(358deg, #ffffff 0%, #fdf0d7 61.40350877192983%);
}

.box-home-06 {
    padding-top: 50px;
    padding-bottom: 60px;
}

.box-home-07 {
    padding-bottom: 50px;
}

.box-home-08 {
    padding: 60px 0;
}

.box-home-09 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.box-home-011 {
    padding-top: 50px;
    padding-bottom: 80px;
}

.box-home-12 {
    padding-bottom: 60px;
}
.sec-topkinhdoanh .agency-item .img-corner img {
    width: 90px;
}

.cus-form .paragraph {
    color: #fff;
}

.box-tt-da {
    background-size: cover;
    background-repeat: no-repeat;
    background: var(--color-highlight-2);
    padding: 60px 0 !IMPORTANT;
}

.sec-hthong-tienich .article-item .inner-content .article-description {
    color: var(--color-highlight-2 ) !important;
}

.box-search {
    border-radius: 8px;
    overflow: hidden;
}
.box-address {
    display: flex;
    flex-direction: column;
    gap: 55px;
}

.box-address .item {
    display: flex;
    gap: 20px;
}

.box-address .item .icon {
    width: 50px;
    height: 50px;
    border: 1px solid var(--color-highlight);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-highlight);
    flex: 0 0 50px;
    font-size: 18px;
}


.box-address .item .right .dsc {
    color: #fff;
}

.info-footer .dsc-ct.dsc-ct-02 {
    margin-bottom: 20px;
}

.box-footer-02 {
    padding: 60px 0;
    font-size: 16px;
    position: relative;
}

.box-footer-02>.container>.row>div {
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
}

.box-footer-02>.container>.row>div:before {
    content: '';
    position: absolute;
    left: 0;
    width: 1px;
    height: 100%;
    background: #f0c77542;
}

.box-footer-02>.container>.row>div:first-child:before {
    display: none;
}

.box-footer-02>.container>.row {
    margin-left: -50px;
    margin-right: -50px;
}

section.topbar-section.social-section {
    margin-top: 50px;
}

section.topbar-section.social-section .title-02 {
    color: #fff;
    margin-bottom: 15px;
}

section.topbar-section.social-section ul.list-inline {
    margin-left: -1rem;
    margin-right: -1rem;
}

section.topbar-section.social-section ul.list-inline li>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: 1px solid var(--color-highlight);
    border-radius: 50%;
}
.box-footer-02:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4px;
   background: linear-gradient(
    to right,
    #C58F3E 0%,
    #E4BC74 35%,
    #F5D58D 50%,
    #E4BC74 65%,
    #C58F3E 100%
);
    left: 0;
}

.cus-form .form-group label {
    color: var(--color-highlight);
    font-weight: 400;
}
.sec-sukien .post-date div {
    line-height: 1.4;
}

.sec-sukien .post-date div span {
    margin-right: 0;
    color: var(--color-highlight) !important;
    font-weight: 700;
}

.sec-sukien>.row>div {
    margin-bottom: 25px;
}

.sec-hthong-tienich .block-tab.nav .nav-item .nav-link.active {
    background: var(--color-highlight-2) !important;
    border-color: var(--color-highlight) !important;
}

.sec-hthong-tienich .block-tab.nav .nav-item .nav-link.active {
    background: var(--color-highlight-2) !important;
    border-color: var(--color-highlight) !important;
}
.sec-yeutodatgia .list .paragraph {
    color: var(--color-highlight-2);
}
.header-top {
    background: var(--color-highlight-2);
}


.sec-banner-gioithieu .paragraph {
    color: var(--color-highlight-2);
}

.header-page-title {
    height: 215px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.header-page-title .title-brc {
    margin-bottom: 0;
    color: var(--color-highlight);
    font-weight: 700;
    font-family: "Playfair Display", serif;
    margin-bottom: 15px;
    margin-top: 15px;
    text-transform: uppercase;
}

.breadcrumbs-section a:last-child::after {
    display: none;
}

.header-page-title .slogan {
    color: #fff;
    max-width: 400px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-page-title .slogan span {
    width: 60px;
    height: 1px;
    background: var(--color-highlight);
}

/* ================================================
   Article Detail Ã¢â‚¬â€ Modern Editorial
   ================================================ */

/* TiÃƒÂªu Ã„â€˜Ã¡Â»Â bÃƒÂ i viÃ¡ÂºÂ¿t */
.art-detail-modern .art-detail-title {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--color-highlight-2);
    margin-bottom: 0;
}

/* Meta bar: tÃƒÂ¡c giÃ¡ÂºÂ£, ngÃƒÂ y giÃ¡Â»Â */
.art-detail-modern .art-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 18px;
    font-size: 13px;
    color: #8a8f99;
    padding: 12px 0 14px;
    border-bottom: 1px solid #ebe8e1;
    margin-bottom: 24px;
}

.art-detail-modern .art-meta-author,
.art-detail-modern .art-meta-date {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.art-detail-modern .art-meta-author i,
.art-detail-modern .art-meta-date i {
    font-size: 12px;
    color: var(--color-highlight);
}

.art-detail-modern .art-meta-divider {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #c8c4ba;
    flex-shrink: 0;
}

/* Gallery Ã¡ÂºÂ£nh */
.art-detail-modern .art-gallery {
    margin-bottom: 28px;
}

.art-detail-modern .art-gallery-main {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 20px rgba(9, 33, 61, 0.09);
}

.art-detail-modern .art-gallery-main img {
    border-radius: 0 !important;
}

.art-detail-modern .art-nav-btn {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.18);
    margin-top: -20px;
    transition: background 0.2s;
}

.art-detail-modern .art-nav-btn::after {
    display: none;
}

.art-detail-modern .art-nav-btn i {
    font-size: 16px;
    color: var(--color-highlight-2);
}

.art-detail-modern .art-nav-btn:hover {
    background: var(--color-highlight);
}

.art-detail-modern .art-nav-btn:hover i {
    color: var(--color-highlight-2);
}

.art-detail-modern .art-gallery-thumbs {
    overflow: hidden;
    margin-top: 8px;
}

.art-detail-modern .art-gallery-thumbs .swiper-slide {
    border-radius: 6px;
    overflow: hidden;
    opacity: 0.5;
    transition: opacity 0.2s;
    cursor: pointer;
}

.art-detail-modern .art-gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    outline: 2px solid var(--color-highlight);
    outline-offset: 2px;
}

/* Video */
.art-detail-modern .art-video-wrap {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 20px rgba(9, 33, 61, 0.09);
}

/* MÃƒÂ´ tÃ¡ÂºÂ£ (lead paragraph) */
.art-detail-modern .art-description {
    border-left: 3px solid var(--color-highlight);
    padding: 4px 18px;
    font-size: 15px;
    font-weight: 500;
    color: #3a4560;
    line-height: 1.75;
    margin-bottom: 24px;
}

/* NÃ¡Â»â„¢i dung bÃƒÂ i viÃ¡ÂºÂ¿t */
.art-detail-modern .art-content {
    font-size: 15px;
    line-height: 1.9;
    color: #2d3340;
}

.art-detail-modern .art-content p {
    margin-bottom: 16px;
}

.art-detail-modern .art-content h2,
.art-detail-modern .art-content h3,
.art-detail-modern .art-content h4 {
    font-weight: 700;
    color: var(--color-highlight-2);
    margin: 28px 0 10px;
}

.art-detail-modern .art-content img {
    border-radius: 8px;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 4px auto;
}

.art-detail-modern .art-content a {
    color: #1a56db;
    text-underline-offset: 2px;
}

.art-detail-modern .art-content blockquote {
    border-left: 3px solid var(--color-highlight);
    padding: 10px 18px;
    margin: 20px 0;
    color: #4b5563;
    font-style: italic;
}

/* File Ã„â€˜ÃƒÂ­nh kÃƒÂ¨m */
.art-detail-modern .art-files {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 20px 0;
    border-top: 1px solid #ebe8e1;
    margin-top: 24px;
}

.art-detail-modern .art-file-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    border: 1.5px solid var(--color-highlight);
    border-radius: 6px;
    color: var(--color-highlight-2);
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.art-detail-modern .art-file-btn i {
    color: var(--color-highlight);
    transition: color 0.2s;
}

.art-detail-modern .art-file-btn:hover {
    background: var(--color-highlight);
    color: var(--color-highlight-2);
    text-decoration: none;
}

.art-detail-modern .art-file-btn:hover i {
    color: var(--color-highlight-2);
}

/* Tags */
.art-detail-modern .art-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    padding: 16px 0;
    border-top: 1px solid #ebe8e1;
}

.art-detail-modern .art-tags-label {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.art-detail-modern .art-tags-label i {
    color: var(--color-highlight);
    font-size: 12px;
}

.art-detail-modern .art-tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.art-detail-modern .art-tags-list li {
    display: inline-block;
}

.art-detail-modern .art-tags-list li a {
    display: inline-block;
    padding: 3px 12px;
    border: 1px solid #d5d0c8;
    border-radius: 4px;
    font-size: 12px;
    color: #555e72;
    text-decoration: none;
    transition: border-color 0.2s, background 0.2s, color 0.2s;
}

.art-detail-modern .art-tags-list li a:hover {
    border-color: var(--color-highlight);
    background: var(--color-highlight);
    color: var(--color-highlight-2);
}

/* Social share */
.art-detail-modern .art-share {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 0 4px;
    border-top: 1px solid #ebe8e1;
    flex-wrap: wrap;
}

.art-detail-modern .art-share-label {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.art-detail-modern .art-share-label i {
    color: var(--color-highlight);
    font-size: 12px;
}

.art-detail-modern .art-share-list {
    display: flex;
    align-items: center;
    gap: 8px;
}

.art-detail-modern .art-share-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    color: #fff !important;
}

.art-detail-modern .art-share-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.art-detail-modern .art-share-fb { background: #1877f2; }
.art-detail-modern .art-share-tw { background: #1da1f2; }
.art-detail-modern .art-share-gg { background: #ea4335; }
.art-detail-modern .art-share-pi { background: #e60023; }
.art-detail-modern .art-share-li { background: #0a66c2; }

/* === Modern Article Card (item-page) === */
.article-item.item-page {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(9, 33, 61, 0.08);
    transition: box-shadow 0.35s ease, transform 0.35s ease;
    margin-bottom: 2.4rem;
    display: flex;
    flex-direction: column;
}

.article-item.item-page:hover {
    box-shadow: 0 12px 40px rgba(9, 33, 61, 0.16);
    transform: translateY(-5px);
}

.article-item.item-page .inner-image {
    position: relative;
    overflow: hidden;
}

.article-item.item-page .inner-image .img {
    overflow: hidden;
    border-radius: 0;
}

.article-item.item-page .inner-image img {
    border-radius: 0 !important;
    transition: transform 0.5s ease;
}

.article-item.item-page:hover .inner-image img {
    transform: scale(1.07);
}

.article-item.item-page .article-category {
    position: absolute;
    bottom: 12px;
    left: 12px;
    z-index: 2;
}

.article-item.item-page .article-category a {
    display: inline-block;
    background: var(--color-highlight);
    color: var(--color-highlight-2) !important;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 20px;
    text-decoration: none;
    line-height: 1.7;
    transition: background 0.25s ease, color 0.25s ease;
}

.article-item.item-page .article-category a:hover {
    background: var(--color-main);
    color: var(--color-highlight) !important;
    opacity: 1 !important;
}

.article-item.item-page .inner-content {
    padding: 18px 20px 22px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.article-item.item-page .post-date {
    font-size: 12px;
    color: #9ca3af;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 0;
}

.article-item.item-page .post-date i {
    font-size: 12px;
    color: var(--color-highlight);
}

.article-item.item-page .article-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.55;
    margin-bottom: 0;
}

.article-item.item-page .article-title a {
    color: var(--color-highlight-2);
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.25s ease;
}

.article-item.item-page .article-title a:hover {
    color: var(--color-highlight);
}

.article-item.item-page .article-description {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.65;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}

/* =========================================
   CONTACT BLOCK (2jra76v) â€” PREMIUM DARK LUXURY
   ========================================= */
.cbl-section {
    padding: 100px 0;
    background: linear-gradient(145deg, #0b1e34 0%, #09213d 55%, #0e2846 100%);
    position: relative;
    overflow: hidden;
}
.cbl-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}
.cbl-glow-1 {
    width: 800px; height: 800px;
    top: -300px; right: -250px;
    background: radial-gradient(circle, rgba(240,199,117,.10) 0%, transparent 65%);
}
.cbl-glow-2 {
    width: 600px; height: 600px;
    bottom: -250px; left: -150px;
    background: radial-gradient(circle, rgba(240,199,117,.07) 0%, transparent 65%);
}
.cbl-dots {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(240,199,117,.13) 1px, transparent 1px);
    background-size: 38px 38px;
    pointer-events: none;
    opacity: .45;
}
.cbl-inner { position: relative; z-index: 2; }

/* Heading */
.cbl-heading { margin-bottom: 64px; }
.cbl-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--color-highlight);
    padding: 7px 22px;
    border: 1px solid rgba(240,199,117,.32);
    border-radius: 50px;
    margin-bottom: 22px;
}
.cbl-eyebrow::before,
.cbl-eyebrow::after {
    content: '';
    display: inline-block;
    width: 5px; height: 5px;
    background: var(--color-highlight);
    border-radius: 50%;
    opacity: .7;
}
.cbl-title {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    line-height: 1.15;
    letter-spacing: -1px;
}
.cbl-title strong {
    font-weight: 800;
    background: var(--btn-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.cbl-subtitle {
    font-size: 15px;
    color: rgba(255,255,255,.45);
    max-width: 460px;
    margin: 0 auto;
    line-height: 1.8;
}

/* Info card */
.cbl-info {
    border-radius: 24px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.09);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    padding: 44px 36px;
    position: relative;
    overflow: hidden;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.cbl-info-wm {
    position: absolute;
    bottom: -20px; right: -10px;
    font-size: 180px;
    line-height: 1;
    color: rgba(240,199,117,.04);
    pointer-events: none;
    user-select: none;
}
.cbl-info-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(240,199,117,.10);
    border: 1px solid rgba(240,199,117,.22);
    border-radius: 12px;
    padding: 9px 16px;
    margin-bottom: 20px;
    width: fit-content;
}
.cbl-info-badge i {
    font-size: 16px;
    color: var(--color-highlight);
}
.cbl-info-badge-label {
    font-size: 13px;
    font-weight: 600;
    color: var(--color-highlight);
}
.cbl-info-title {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px;
    line-height: 1.35;
}
.cbl-info-sep {
    width: 48px; height: 3px;
    background: var(--btn-gradient);
    border-radius: 2px;
    margin-bottom: 32px;
}
.cbl-info-list {
    list-style: none;
    padding: 0; margin: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.cbl-info-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 22px 0;
    border-bottom: 1px solid rgba(255,255,255,.06);
    transition: transform .22s ease;
}
.cbl-info-item:last-child { border-bottom: none; }
.cbl-info-item:hover { transform: translateX(5px); }
.cbl-info-icon {
    width: 46px; height: 46px; min-width: 46px;
    background: var(--btn-gradient);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3a2a08;
    font-size: 16px;
    box-shadow: 0 6px 20px rgba(240,199,117,.30);
    flex-shrink: 0;
}
.cbl-info-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,.35);
    margin: 0 0 5px;
}
.cbl-info-value {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    line-height: 1.55;
}

/* Form card */
.cbl-form-card {
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 40px 90px rgba(0,0,0,.32), 0 0 0 1px rgba(0,0,0,.04);
    padding: 48px;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.cbl-form-head {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 32px;
    padding-bottom: 28px;
    border-bottom: 1px solid #f0f0f0;
}
.cbl-form-icon {
    width: 52px; height: 52px; min-width: 52px;
    background: var(--btn-gradient);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3a2a08;
    font-size: 20px;
    box-shadow: 0 8px 24px rgba(240,199,117,.38);
    flex-shrink: 0;
}
.cbl-form-title {
    font-size: 19px;
    font-weight: 700;
    color: #111c2d;
    margin: 0 0 6px;
    line-height: 1.3;
}
.cbl-form-desc {
    font-size: 13px;
    color: #aab0be;
    margin: 0;
    line-height: 1.6;
}
.cbl-form { flex: 1; }
.cbl-form .form-group { margin-bottom: 14px; }
.cbl-field {
    display: flex;
    align-items: center;
    background: #f7f8fb;
    border: 1.5px solid #eaeef5;
    border-radius: 14px;
    overflow: hidden;
    transition: border-color .2s, background .2s, box-shadow .2s;
}
.cbl-field:focus-within {
    border-color: var(--color-highlight);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(240,199,117,.14);
}
.cbl-field-ico {
    width: 50px; min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    color: #ccd0db;
    font-size: 14px;
    border-right: 1.5px solid #eaeef5;
    transition: color .2s, border-color .2s;
    flex-shrink: 0;
}
.cbl-field:focus-within .cbl-field-ico {
    color: #c49a30;
    border-right-color: rgba(240,199,117,.45);
}
.cbl-field .form-control {
    border: none !important;
    background: transparent !important;
    border-radius: 0 !important;
    padding: 14px 18px !important;
    font-size: 14px !important;
    color: #111c2d !important;
    width: 100% !important;
    box-shadow: none !important;
    outline: none !important;
}
.cbl-field .form-control::placeholder { color: #bcc2d0 !important; }
.cbl-field-ta { align-items: flex-start; }
.cbl-field-ta .cbl-field-ico { align-self: flex-start; padding-top: 16px; }
.cbl-field-ta .form-control { min-height: 128px !important; resize: none !important; }
.cbl-submit {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    width: 100% !important;
    padding: 16px 32px !important;
    background: var(--btn-gradient) !important;
    color: #3a2a08 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    border-radius: 14px !important;
    border: none !important;
    cursor: pointer !important;
    overflow: hidden !important;
    transition: transform .25s, box-shadow .25s !important;
    box-shadow: 0 10px 30px rgba(240,199,117,.42) !important;
}
.cbl-submit::after {
    content: '';
    position: absolute;
    top: 0; left: -80%;
    width: 50%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.3), transparent);
    transform: skewX(-18deg);
    transition: left .55s ease;
}
.cbl-submit:hover { transform: translateY(-3px) !important; box-shadow: 0 18px 44px rgba(240,199,117,.52) !important; }
.cbl-submit:hover::after { left: 140%; }
.cbl-submit:active { transform: translateY(-1px) !important; }

@media (max-width: 991px) {
    .cbl-section { padding: 60px 0; }
    .cbl-title { font-size: 30px; letter-spacing: -.5px; }
    .cbl-info { border-radius: 20px 20px 0 0; padding: 30px 22px; }
    .cbl-form-card { border-radius: 0 0 20px 20px; padding: 30px 22px; box-shadow: 0 20px 50px rgba(0,0,0,.22); }
}
@media (max-width: 575px) {
    .cbl-title { font-size: 26px; }
}

.box-article-01 {
    padding: 50px 0;
}

.box-article-detai-02 {
    padding: 60px 0;
}

.box-article-detai-01 .title-brc {
    font-size: 25px;
}


/* ============================================================
   PAGE GIOI THIEU - blocks gtb*
   ============================================================ */

/* --- Tam Nhin 1 (gtbtn01) --- */
.gt-vision-section {padding: 70px 0;}
.gt-vision-section .label-primary {
    font-size: 32px;
    font-weight: 700;
    color: #9E7F3A;
    letter-spacing: 3px;
    text-transform: uppercase;
    border-left: 3px solid #9E7F3A;
    padding-left: 14px;
    line-height: 1.4;
}
.gt-vision-section .desc-text {
    font-size: 16px;
    color: #352708;
    line-height: 1.9;
}

/* --- 3 Feature Cards (gtbcd01) --- */
.gt-feature-cards { overflow: hidden; }
.gt-feature-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: block;
    padding-top: 130%;
}
.gt-feature-card img {
    transition: transform 0.5s ease;
}
.gt-feature-card:hover img { transform: scale(1.08); }
.gt-feature-card .card-bg-placeholder { width: 100%; height: 100%; }
.gt-feature-card .card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.05) 60%, transparent 100%);
    transition: background 0.4s ease;
}
.gt-feature-card:hover .card-overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.25) 100%);
}
.gt-feature-card .card-body-text {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 24px 22px;
    color: #fff;
    transition: transform 0.35s ease;
}
.gt-feature-card .card-title-text {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 0;
    color: #fff;
    transition: margin-bottom 0.35s ease;
}
.gt-feature-card .card-desc-text {
    font-size: 16px;
    line-height: 1.65;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.35s ease 0.1s, max-height 0.4s ease;
    color: rgba(255,255,255,0.88);
}
.gt-feature-card:hover .card-title-text { margin-bottom: 10px; }
.gt-feature-card:hover .card-desc-text { opacity: 1; max-height: 100px; }
@media (max-width: 768px) {
    .gt-feature-card { height: 280px; }
}

.gt-feature-cards .col-md-4:nth-child(2) .gt-feature-card:hover img {
    opacity: 1;
}
.gt-feature-cards .col-md-4:nth-child(2) .gt-feature-card .card-overlay {
    opacity: 0;
    transition: opacity 0.5s ease;
}
.gt-feature-cards .col-md-4:nth-child(2) .gt-feature-card:hover .card-overlay {
    opacity: 1;
}

/* --- Tam Nhin 2 (gtbtn02) --- */
.gt-vision-2 {
    padding-bottom: 40px;
}
.gt-vision-2 .label-primary {
    font-size: 32px;
    font-weight: 700;
    color: #9E7F3A;
    letter-spacing: 3px;
    text-transform: uppercase;
    border-left: 3px solid #9E7F3A;
    padding-left: 14px;
    line-height: 1.4;
}
.gt-vision-2 .desc-text {
    font-size: 16px;
    color: #352708;
    line-height: 1.9;
    font-style: italic;
}

/* --- Voi Khach Hang & Doi Tac (gtbkh01) --- */
.gt-kh-section { overflow: hidden; }
.gt-kh-card {
    position: relative;
    overflow: hidden;
    height: 480px;
    cursor: pointer;
}
.gt-kh-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.gt-kh-card:hover img { transform: scale(1.06); }
.gt-kh-card .card-bg-placeholder { width: 100%; height: 100%; }
.gt-kh-card .card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.70) 0%, rgba(0,0,0,0.15) 50%, transparent 100%);
    transition: background 0.4s ease;
}
.gt-kh-card:hover .card-overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.30) 100%);
}
.gt-kh-card .card-content {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 32px 28px;
    color: #fff;
}
.gt-kh-card .card-title-kh {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #fff;
    transition: margin-bottom 0.3s ease;
}
.gt-kh-card .card-desc-kh {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255,255,255,0.85);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.35s ease 0.1s;
}
.gt-kh-card:hover .card-title-kh { margin-bottom: 12px; }
.gt-kh-card:hover .card-desc-kh { max-height: 120px; opacity: 1; }
@media (max-width: 768px) {
    .gt-kh-card { height: 320px; }
}

/* --- He Quan Tri (gtbhq01) --- */
.gt-hq-section {
    background: #f5f0e4;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.gt-hq-section::before,
.gt-hq-section::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    border: 1px solid rgba(184,150,46,0.25);
    border-radius: 50%;
}
.gt-hq-section::before { top: 20px; left: 20px; }
.gt-hq-section::after { bottom: 20px; right: 20px; }
.gt-hq-section .ornament {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 24px;
}
.gt-hq-section .ornament-line {
    flex: 1;
    max-width: 80px;
    height: 1px;
    background: linear-gradient(to right, transparent, #9E7F3A);
}
.gt-hq-section .ornament-line.right {
    background: linear-gradient(to left, transparent, #9E7F3A);
}
.gt-hq-section .ornament-diamond {
    width: 10px;
    height: 10px;
    background: #9E7F3A;
    transform: rotate(45deg);
}
.gt-hq-section .hq-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: #2a2a2a;
    letter-spacing: 1px;
    margin-bottom: 12px;
    line-height: 1.4;
}
.gt-hq-section .hq-subtitle {
    font-size: 0.85rem;
    font-weight: 600;
    color: #9E7F3A;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 28px;
}
.gt-hq-section .hq-desc {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.9;
    max-width: 750px;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .gt-hq-section .hq-title { font-size: 1.15rem; }
    .gt-hq-section { padding: 50px 20px; }
}

/* --- Gia Tri Cot Loi (gtbvl01) --- */
.gt-values-section {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.gt-values-section .bg-image {
    position: absolute;
    inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    z-index: 0;
}
.gt-values-section .bg-placeholder {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, #3a2e1e 0%, #6b5c3a 50%, #4a3820 100%);
    z-index: 0;
}
.gt-values-section .values-bar {
    position: relative;
    z-index: 1;
    background: rgba(30,25,15,0.80);
    padding: 32px 0;
}
.gt-values-bar-inner { display: flex; justify-content: center; gap: 0; }
.gt-value-item {
    flex: 1;
    text-align: center;
    padding: 20px 10px;
    border-right: 1px solid rgba(255,255,255,0.12);
    transition: background 0.3s ease;
}
.gt-value-item:last-child { border-right: none; }
.gt-value-item:hover { background: rgba(184,150,46,0.15); }
.gt-value-item .val-number {
    font-size: 0.75rem;
    color: #9E7F3A;
    font-weight: 600;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 6px;
}
.gt-value-item .val-name {
    font-size: 1.4rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
}
@media (max-width: 576px) {
    .gt-values-section { min-height: 320px; }
    .gt-value-item .val-name { font-size: 1rem; }
    .gt-values-bar-inner { flex-wrap: wrap; }
    .gt-value-item { flex: 0 0 50%; border-bottom: 1px solid rgba(255,255,255,0.1); }
}

/* --- He Sinh Thai 3 Tru Cot (gtbhs01) --- */
.gt-ecosystem { background: #2b2416; color: #fff; padding: 70px 0; }
.gt-ecosystem .eco-title {
    font-size: 1.65rem;
    font-weight: 800;
    margin-bottom: 22px;
    color: #fff;
    line-height: 1.35;
}
.gt-ecosystem .eco-desc {
    font-size: 0.88rem;
    line-height: 1.9;
    color: rgba(255,255,255,0.75);
    margin-bottom: 50px;
}
.gt-ecosystem .partner-grid {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}
.gt-ecosystem .partner-card {
    flex: 1;
    min-width: 200px;
    max-width: 260px;
    text-align: center;
    padding: 28px 20px;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 4px;
    transition: border-color 0.3s ease, background 0.3s ease;
}
.gt-ecosystem .partner-card:hover {
    border-color: #9E7F3A;
    background: rgba(184,150,46,0.08);
}
.gt-ecosystem .partner-logo {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.gt-ecosystem .partner-logo img {
    max-height: 60px;
    max-width: 160px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.85;
    transition: opacity 0.3s ease;
}
.gt-ecosystem .partner-card:hover .partner-logo img { opacity: 1; }
.gt-ecosystem .partner-logo .logo-placeholder {
    width: 70px; height: 70px;
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gt-ecosystem .partner-name {
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}
.gt-ecosystem .partner-role {
    font-size: 0.76rem;
    color: #9E7F3A;
    line-height: 1.5;
}

/* --- Nang Luc & Uy Tin (gtbnl01) --- */
.gt-nangLuc { background: #fff; padding: 70px 0; }
.gt-nangLuc .nl-title {
    font-size: 2rem;
    font-weight: 300;
    color: #2a2a2a;
    margin-bottom: 16px;
    letter-spacing: 1px;
    text-transform: lowercase;
}
.gt-nangLuc .nl-title strong { font-weight: 800; }
.gt-nangLuc .nl-desc {
    font-size: 0.88rem;
    color: #777;
    line-height: 1.8;
    max-width: 600px;
    margin: 0 auto 50px;
}
.gt-nangLuc .logos-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px 40px;
}
.gt-nangLuc .logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    min-width: 120px;
    height: 60px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.gt-nangLuc .logo-item:hover {
    border-color: #9E7F3A;
    box-shadow: 0 2px 12px rgba(184,150,46,0.12);
}
.gt-nangLuc .logo-item img {
    max-height: 36px;
    max-width: 110px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: filter 0.3s ease, opacity 0.3s ease;
}
.gt-nangLuc .logo-item:hover img { filter: grayscale(0%); opacity: 1; }
.gt-nangLuc .logo-placeholder-text {
    font-size: 0.8rem;
    font-weight: 700;
    color: #aaa;
    letter-spacing: 1px;
    text-transform: uppercase;
}


/* --- He Quan Tri with SVG ornament (view_he_quan_tri) --- */
.gt-hq-section {
    position: relative;
    background: #f5f0e4;
    padding: 80px 0;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gt-hq-inner { position: relative; z-index: 2; }
.gt-hq-ornament {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.35;
    pointer-events: none;
    z-index: 1;
}
.gt-hq-ornament--left { left: -30px; }
.gt-hq-ornament--right { right: -30px; }
@media (max-width: 992px) {
    .gt-hq-ornament { display: none; }
    .gt-hq-section { padding: 50px 20px; }
}

/* --- Core Values 4 Panels (view_core_values) --- */
.gt-core-values {
    display: flex;
    height: 520px;
    overflow: hidden;
}
.gt-cv-panel {
    position: relative;
    flex: 1;
    overflow: hidden;
    cursor: pointer;
    transition: flex 0.5s ease;
    border-right: 1px solid rgba(255,255,255,0.08);
}
.gt-cv-panel:last-child { border-right: none; }
.gt-cv-panel:hover { flex: 1.6; }
.gt-cv-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.gt-cv-panel:hover .gt-cv-bg { transform: scale(1.04); }
.gt-cv-bg--placeholder {
    background: linear-gradient(160deg, #3a2e1e, #6b5c3a);
}
.gt-cv-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.1) 60%, transparent 100%);
    transition: background 0.4s ease;
    z-index: 1;
}
.gt-cv-panel:hover .gt-cv-overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.3) 100%);
}
.gt-cv-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 28px 24px;
    color: #fff;
    z-index: 2;
}
.gt-cv-static { margin-bottom: 0; }
.gt-cv-number {
    font-size: 13px;
    font-weight: 600;
    color: #9E7F3A;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 6px;
}
.gt-cv-name {
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.2;
}
.gt-cv-hover-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(12px);
    transition: max-height 0.45s ease, opacity 0.4s ease 0.05s, transform 0.4s ease 0.05s;
}
.gt-cv-panel:hover .gt-cv-hover-content {
    max-height: 200px;
    opacity: 1;
    transform: translateY(0);
}
.gt-cv-subtitle {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
    margin-top: 12px;
    margin-bottom: 8px;
}
.gt-cv-desc {
    font-size: 13px;
    line-height: 1.7;
    color: rgba(255,255,255,0.82);
}
@media (max-width: 768px) {
    .gt-core-values { flex-direction: column; height: auto; }
    .gt-cv-panel { flex: none; height: 200px; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); }
    .gt-cv-panel:hover { flex: none; }
    .gt-cv-name { font-size: 20px; }
    .gt-cv-hover-content { max-height: 200px; opacity: 1; transform: none; }
}
.sec-banner-gioithieu .dsc-note {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
}


/* ===== SEC MÔI TRƯỜNG SỐNG ===== */
.mts-hero {
    padding: 30px 0 50px;
}

.mts-hero-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 50px;
    align-items: center;
}

.mts-hero-content small {
    color: #c89b3c;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 14px;
    position: relative;
    padding-left: 58px;
}

.mts-hero-content small::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 2px;
    background: var(--Accent-Gradient, linear-gradient(135deg, #d8a84d, #c58d28));
}

.mts-title {
    font-family: 'Playfair Display', serif;
    font-size: 56px;
    line-height: 1.15;
    color: var(--color-highlight-2);
    margin-bottom: 24px;
    font-weight: 700;
}

.mts-hero-content .mts-desc {
    color: #666;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 35px;
    max-width: 520px;
}

.mts-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: linear-gradient(135deg, #d8a84d, #c58d28);
    color: #fff !important;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    box-shadow: 0 10px 30px rgba(200, 155, 60, 0.25);
    transition: transform .35s;
    text-decoration: none;
}

.mts-btn:hover {
    transform: translateY(-3px);
    color: #fff !important;
}

.mts-hero-image {
    position: relative;
}

.mts-hero-image::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    background: linear-gradient(180deg, #fff5df, #fff);
    border-radius: 50%;
    top: -50px;
    right: -60px;
    z-index: -1;
}

.mts-hero-image img {
    width: 100%;
    border-radius: 24px;
    object-fit: cover;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}

.mts-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.mts-feature-card {
    background: rgba(255, 255, 255, 0.88);
    border-radius: 24px;
    padding: 32px 26px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(8px);
    position: relative;
    overflow: hidden;
    min-height: 240px;
    transition: transform .35s, box-shadow .35s;
}

.mts-feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.09);
}

.mts-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #d8a84d, #c58d28);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    flex-shrink: 0;
}

.mts-icon img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    filter: brightness(99);
}

.mts-feature-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #2d2d2d;
    line-height: 1.3;
}

.mts-feature-card p {
    color: #666;
    line-height: 1.8;
    font-size: 15px;
}

@media (max-width: 1200px) {
    .mts-feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .mts-hero-wrapper {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .mts-title {
        font-size: 42px;
    }
}

@media (max-width: 768px) {
    .mts-hero {
        padding: 0 0 30px;
    }

    .mts-hero-wrapper {
        grid-template-columns: 1fr;
    }

    .mts-hero-image::before {
        display: none;
    }

    .mts-title {
        font-size: 32px;
    }

    .mts-feature-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .mts-feature-card {
        min-height: auto;
        padding: 24px 18px;
    }
    .cus-form {
        height: auto;
        padding: 50px 0;
    }
    
    .cus-form .content .form-group.h-100 {
        height: auto !important;
    }
    .box-cus-title {
        margin-bottom: 15px;
    }
    
    .sec-hthong-tienich .block-tab.nav .nav-item .nav-link {
        padding: 1rem 1.5rem;
    }
    
    .sec-hthong-tienich .block-tab {
        gap: 10px;
    }
    
    .sec-hthong-tienich .swiper {
        margin-left: 15px;
        margin-right: 15px;
    }
    
    .box-tt-da {
        padding: 30px 0 !IMPORTANT;
    }
    
    .row-tintuc-sukien>.container>.row>div, .box-home-03>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .box-home-011 {
        padding-top: 0;
        padding-bottom: 50px;
    }
    .box-sec-khampha-tienich {
        padding-right: 0;
    }
    
    .sec-khampha-tienich .paragraph {
        margin-bottom: 4rem;
    }
    .sec-four-reson .pa-title {
    margin-bottom: 0 !important;
}

.sec-four-reson .img-bg {
    padding-top: 0;
}
p.description.text-white {
    display: none;
}
}

@media (max-width: 480px) {
    .mts-feature-grid {
        grid-template-columns: 1fr;
    }
}
/* ===== END SEC MÔI TRƯỜNG SỐNG ===== */