﻿:root {
 
    --heading: #0E1316;
    --radius: 8px;
    --swiper-navigation-size: 24px !important;
    --swiper-theme-color: #09205C !important;
    --border-color: #e0e0e0;
    --text-color-primary: #444C61;
    --mNav-width: 100%;
    --text-heading-main: #000000;
    --text-subheading-main: #1a1a1a;
    --text-paragraph-main: #333333;
    --text-span-main: #444444;
    --text-heading-muted: #666666;
    --text-subheading-muted: #777777;
    --text-paragraph-muted: #888888;
    --text-span-muted: #999999;

    --color-primary: #F57C00;
    --color-primary-1:#bf4000;
    --color-second: #022539;
    --color-1: #f6f6f6;

    --text-color-white: #f5f5f5;
    --text-color-lW1: #dfdfdf;
    --text-color-lW2: #4E4E4E;
    --text-color-lW3:#f8f8f8;
    --text-color-lW4: #e0e0e0;
    --text-color-lW5: #999999;

    --text-color-dark: #3f485d;
    --text-color-d1: #8591ae;

    --border-color-1:rgba(255, 255, 255, .2);
    --border-color-2:#EDEDED
}
@media (min-width: 440px) {
    :root {
        --mNav-width: 340px !important;
    }
}
.feather-img {
    /* Feather viền 5px */
    -webkit-mask-image: linear-gradient(to top, transparent 0px, black 10px), linear-gradient(to right, transparent 0px, black 10px), linear-gradient(to bottom, transparent 0px, black 10px), linear-gradient(to left, transparent 0px, black 10px);
    -webkit-mask-composite: intersect;
    mask-composite: intersect;
}

.main-wrapper{
    transform:translateZ(0)
}

.ne-margin{
    margin-left: -10px;
    margin-right: -10px
}

.ne-margin1 {
    margin-left: -20px;
    margin-right: -20px
}

.p-20{
    padding-left: 20px;
    padding-right: 20px;
}

.f-header {
    z-index: 10000;
    top: -65px
}

    .f-header .navmain a {
        color: #000000 
    }

    .f-header .navmain nav-item.active, .f-header .navmain .nav-item:hover, .f-header .navmain .nav-i.active .nav-item, .f-header .navmain .nav-i.activeM .nav-item, .f-header .navmain .nav-link {
        color: var(--text-color-dark)
    }

    .f-header .navmain .sub-item .nav-link.active,
    .f-header .navmain .sub-item .nav-link:hover {
        color: var(--color-primary)
    }

        .f-header .ico-menu span{
            background-color: var(--text-color-dark) !important
        }

.f-header.ios{
    position: fixed;
}


h1, h2, h3, h4, h5, h6, h7, p, span, div {
    user-select: none; /* Ngăn không cho bôi đen copy text */
    cursor: default
}

@media (min-width: 996px) {
    :root {
        --margin-base: 60px !important;
    }
}

@media (min-width: 1200px) {
    .rSlider {
        margin: 0 25px;
    }
    :root {
        --margin-base: 80px !important;
    }
}

@media (min-width: 1400px){
    :root {
        --margin-base: 100px !important;
    }
    .rSlider {
        margin: 0 60px;
    }
}


a {
    display: block;
    position: relative;
    text-decoration: none;
    color:inherit;
    cursor: pointer !important
}

    a * {
        cursor: pointer !important
    }

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; /* For Firefox on macOS */ 
    font-size: .9rem;
    font-weight: 400;
    font-family: 'Mulish';
}

/*Control*/
[data-dropdown] .sub-item {
    border-radius: var(--radius);
    overflow: hidden;
    position: fixed;
    background: #fff;
    min-width: 180px;
    opacity: .6;
    z-index: 10001;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    height: 0;
    transition: height .3s ease-out, opacity .3s ease-out
}

[data-dropdown] .sub-item.show{
    opacity: 1;
    height: auto
}

h5{
    font-size: 1rem;
    margin-bottom: 5px;
    font-weight: 600;
    color: var(--text-color-dark)
}

.according .con-item {
    border-top: 1px solid var(--text-color-lW1);
}

    .according .con-item:last-child {
        border-bottom: 1px solid var(--text-color-lW1);
    }

.according .item {
    font-weight: 500;
    padding: 20px;
    transition: all .3s ease-in-out
}

    .according .item::before, .according .item::after {
        content: "";
        background: currentColor;
        height: 2px;
        width: 16px;
        display: block;
        position: absolute;
        top: 50%;
        right: 15px;
        transition: transform .3s ease-out;
        
    }
    .according .item::after {
        transform: rotate(90deg);
    }

    .according .item:hover, .according .item.active{
        font-size: 1rem;
        color: var(--color-primary)
    }
    .according .item::before:hover, .according .item::after:hover, .according .item.active::before, .according .item.active::after {
        background: var(--color-primary)
    }

    .according .sub-item {
        position:relative;
        box-shadow:none;
    }

        .according .sub-item > div {
            margin: 0px 20px 20px;
        }


/*Home Page*/
.desc {
    margin-top: 15px
}

.btn {
    border-radius: var(--radius);
    font-weight: 600;
    font-size: 1rem;
    padding: 15px 34px;
}

.btn-primary{
   
    background: var(--color-primary);
    color: var(--text-color-white)
}
    .btn-primary:hover {
        background: var(--color-second);
    }


.btn-second{
    background: var(--color-second);
    color: var(--text-color-white);
}

.btn-second:hover{
    background: var(--text-color-white);
    color: var(--text-color-dark)
}

body[page="1000"] #header {
    position: absolute;
    width: 100%;
    z-index: 1000;
    background: transparent !important
}

#header{
    position:relative;
    width: 100%;
    background: white
}

[class*=hblock] {
    font-size: .9rem;
}
body[page="1000"] [class*=hblock] a{
    color: var(--text-color-white) 
}

[class*=hblock] a {
    color: var(--text-color-dark)
}

body[page="1000"] .hblock1 {
    border-bottom: 1px solid var(--border-color-1) !important
}
body[page="1000"] .hblock2 {
    border-bottom: none !important
}
.hblock1, .hblock2 {
    border-bottom: 1px solid var(--border-color-2) !important
}
    .hblock1 .btn {
        transition: all .3s ease-in-out;
    }

.btn-signin {
    padding: 10px 25px;
    font-size: .9rem;
    font-weight: 500;
    border: 1px solid var(--text-color-white);
}

.btn-signin:hover{
    color: var(--text-color-dark);
    background: var(--text-color-white)
}

.nav-login{
    margin: 0 20px
}

.navmain {
    font-weight: 600;
    font-size: 1rem
}

    .navmain a {
        text-transform: capitalize;
        display: flex;
        padding: 15px;
        transition: color .3s ease-in-out
    }

body[page="1000"] #header .navmain .nav-item:hover, body[page="1000"] #header .navmain .nav-item.active, body[page="1000"] #header .navmain [data-dropdown].active .nav-item {
    color: var(--text-color-lW1)
}

.navmain .nav-item:hover, .navmain .nav-item.active, .navmain [data-dropdown].active .nav-item, .navmain [data-dropdown].activeM .nav-item {
    color: var(--color-second)
}




.sub-nav-full{
    width: 85vw !important;
    left: 50%;
    transform: translateX(-50%)
}
    .sub-nav-full .cfull {
        padding: 15px;
    }
.nav-col{
    margin: 10px 20px;
}


.nav-col .title{
    font-size: 1.1rem;
    font-weight: 700 !important;
    padding: 0 15px 15px;
    border-bottom: 1px solid var(--border-color-2)
}

.nav-link {
    font-size: .92rem;
    font-weight: 400;
    padding: 10px 15px;
    color: var(--text-color-dark);
    border-radius: var(--radius);
    transition: .3s all ease-in-out
}

.sub-item  .nav-link{
    padding: 10px 15px;
    transition: .3s all ease-in-out
}

body[page="1000"] .sub-item .nav-link, .sub-item .nav-link {
    color: var(--text-color-dark)
}

.nav-link:hover, .nav-link.active{
    color: var(--color-primary) !important;
    padding-left: 25px;
    background: var(--color-1)
}



.navmain .nav-item::before, .navmain .nav-item::after {
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: 45%;
    right: 49%;
    left: 49%;
    bottom: 0;
    height: 2px;
    background: var(--color-primary);
    transform: scaleX(0);
    transition: transform .4s ease-in-out
}

.navmain .nav-item::after {
    transform-origin: center right;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    left: 5%;
}

.navmain .nav-item::before {
    transform-origin: center left;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    right: 5%;
}

.navmain [data-dropdown].active .nav-item::after, .navmain .nav-item:hover::after, .navmain .nav-item.active::after, .navmain .activeM .nav-item::after {
    transform: scale(1);
}

.navmain [data-dropdown].active .nav-item::before, .navmain .nav-item:hover::before, .navmain .nav-item.active::before, .navmain .activeM .nav-item::before {
    transform: scaleX(1);
}

.m-header {
    z-index: 10000;
    border-top-right-radius: var(--radius);
    border-bottom-right-radius: var(--radius);
    position: fixed;
    left: calc(-1 * var(--mNav-width));
    height: 100%;
    top: 0;
    bottom: 0;
    background-color: #fff;
    width: var(--mNav-width);
    box-shadow: 0 2px 3px rgba(96, 96, 96, .4);
    transition: left .6s ease-out;
}

.m-header .c_logo{
    margin: 35px 30px 0;
}

    .m-header.show {
        left: 0;
    }

    .m-header .hd-close {
        font-size: 1.5em;
        position: absolute;
        top: 20px;
        right: 20px;
    }
    .m-header .nav-mainmenu [data-dropdown] .sub-item {
        position: relative;
        top: 0 !important;
        box-shadow: none;
    }

    .m-header .navmain {
        height: calc(100% - 120px);
        padding: 0 35px;
        margin-top: 20px;
    }

        .m-header .navmain .nav-item:hover::after, .m-header .navmain .nav-i.active .nav-item::after, .m-header .navmain .activeM .nav-item::after {
            left: 0;
            right: 50%;
            width: 50%
        }

        .m-header .navmain .nav-item:hover::before, .m-header .navmain .nav-i.active .nav-item::before, .m-header .navmain .activeM .nav-item::before {
            left: 50%;
            right: 0;
            width: 50%;
        }

    .m-header [data-dropdown].activeM .sub-item {
        opacity: 1 !important;
        height: auto !important;
    }

    .m-header .navmain a.active, .m-header .navmain .nav-item:hover {
        color: var(--color-second)
    }

    .m-header .navmain .sub-item .nav-link.active, .m-header .navmain .sub-item .nav-link:hover {
        padding-left: 15px;
        color: var(--color-primary);
        background: none
    }

    .m-header .navmain .sub-item .nav-link{
        padding-left: 10px
    }

    .m-header .navmain a {
        padding: 10px 0;
        display: inline-flex;
        color:var(--text-color-dark)

    }
    .m-header .navmain [data-dropdown] .sub-item {
        position: relative;
        top: 0 !important;
        box-shadow: none;
    }

    .m-header .sub-nav-full {
        width: 100% !important;
        left: 0;
        transform: none
    }
    .m-header .sub-nav-full .cfull{
        padding: 0;
    }
        .m-header .sub-nav-full .r-n-g > div 
        {
            flex: 0 0 100%;
           max-width: 100% !important
        }
        .m-header .sub-nav-full .nav-col {
            margin:5px 10px
        }
        .m-header .sub-nav-full .title {
            padding-left: 0;
            padding-bottom: 10px
        }

.rSlider {
    margin: 0;
}

.background {
    overflow:hidden;
    height: 100vh;
    min-height: 800px;
    width: 100%
}
    .background.overlay::before {
        background-color: rgba(17, 39,88, 0.4);
        z-index: 1;
        content: '';
        position: absolute;
        width: 100%;
        height: 100%
    }

.bg-content{
    position:absolute;
    width:100%;
    top:50%;
    transform: translateY(-50%)
}

.swiperM {
    border-radius: var(--radius);
    min-height: 800px;
    height: 100vh
}
.swiper-button-next,
.swiper-button-prev {
    opacity: 0;
    transition: opacity 0.3s;
}

/* Khi hover vào swiper, hiện nút */
.swiper:hover .swiper-button-next,
.swiper:hover .swiper-button-prev {
    opacity: 1;
}

.con_slider {
    background-color: rgba(17, 39,88, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    
    width: 100%;
    height: 100%;
}



.con-feature {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px
}


@media (min-width: 768px){
    .con-feature {
        margin-top: -140px
    }
}

.con-feature > div{
    margin: 20px 0
}

.flex-feature {
    padding: 25px 40px 50px;
    margin: 0 20px;
    z-index: 100;
    display: flex;
    background: #fff;
    height: 100%;
    border-radius: var(--radius);
    box-shadow: 0px 10px 45px 0px #05010112;
    border: 1px solid #ededed
}

.flex-feature i{
    color: var(--text-color-dark)
}

.flex-feature h3{
    text-transform: capitalize;
    text-align: center;
    color: var(--color-second);
    margin: 0 15px 15px;
}

    .flex-feature p {
        color: var(--text-color-lW2);
        text-align: center
    }

.banner-content{
    color: var(--text-color-white);
}

    .banner-content h1 {
        text-align:center;
        font-size: 6rem;
        opacity: 0;
        transition: 2s opacity cubic-bezier(0.65, 0, 0.35, 1);
        text-transform: capitalize
    }


.swiper-slide.show .banner-content h1{
    opacity: 1;
}
.swiper-slide.show .banner-content h2 {
    opacity: 1;
    transform: translateY(0);
}

    .banner-content h2 {
        text-align:center;
        opacity: 0;
        font-size: 3.6rem;
        line-height: 5rem;
        font-family: 'Mulish';
        transform: translateY(-100%);
        transition-delay: 2.3s;
        transition: 1s transform ease-in-out, .05s opacity ease-in-out;
    }
.swiper-slide.show .banner-content .desc {
    transform: scale(1)
}

    .banner-content .desc {
        font-size: 1.2rem;
        line-height: 1.4rem;
        text-align: center;
        max-width: 50%;
        transform: scale(0);
        transition-delay: 3.3s;
        transition: 1s transform ease-in-out;
    }

div[class*=sec]{
    overflow:hidden
}
.banner-content .btn-primary {
    transform: translateX(-100%);
    transition-delay: 4.3s;
    transition: .6s transform ease-in-out
}

.banner-content .btn-second {
    transform: translateX(100%);
    transition-delay: 4.3s;
    transition: .6s transform ease-in-out
}

.swiper-slide.show .banner-content .btn-primary {
    transform: translateX(0);
}

.swiper-slide.show .banner-content .btn-second {
    transform: translateX(0);
}

.langnav{
    transition: .3s color ease-in-out
}

[data-dropdown].active .langnav, .langnav:hover{
    color: var(--text-color-lW1);
}

.langnav + .sub-item {
    top: 76px;

}


    .langnav + .sub-item a {
        padding: 10px 20px;
        color: var(--text-color-dark);
        font-weight: 400;
        font-size: .85rem
    }


@keyframes up-rotate {
    0% {
        animation-timing-function: cubic-bezier(0.16, -0.88, 0.97, 0.53);
        transform: translateY(0px);
    }

    30% {
        transform-origin: center;
        animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
        transform: translateY(-10px);
    }

    100% {
        transform-origin: center;
        transform: translateY(-10px) rotate(45deg) scale(0.9);
    }
}

@keyframes down-rotate {
    0% {
        animation-timing-function: cubic-bezier(0.16, -0.88, 0.97, 0.53);
        transform: translateY(0px);
    }

    30% {
        transform-origin: center;
        animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
        transform: translateY(10px);
    }

    100% {
        transform-origin: center;
        transform: translateY(10px) rotate(-45deg) scale(0.9);
    }
}
@keyframes hide {
    29% {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.ico-menu {
    margin-left: 0;
    background-color: transparent;
    cursor:pointer
}

    .ico-menu div {
        background-color: transparent !important;
        cursor: pointer
    }

    .ico-menu span {
        background-color: var(--text-color-dark);
        border-radius: 2px;
        height: 2px !important;
        cursor: pointer
    }

body[page="1000"] .ico-menu span {
    background-color: var(--text-color-white)
}

    .ico-menu:hover div:first-child span, .ico-menu.active div:first-child span {
        animation: down-rotate 0.6s ease-in-out forwards;
    }

    .ico-menu:hover div:last-child span, .ico-menu.active div:last-child span {
        animation: up-rotate 0.6s ease-in-out forwards;
    }

    .ico-menu:hover div:nth-child(2) span, .ico-menu.active div:nth-child(2) span {
        animation: hide 0.6s ease-in-out forwards;
    }

    .ico-menu div:nth-child(2) span {
        transform-box: fill-box;
        transform-origin: center;
    }



.section {
    padding: 100px 0 70px
}

    .title.underline::before {
        content: '';
        position: absolute;
        bottom: -10px;
        height: 2px;
        width: 40%;
        left: 0;
        background: var(--color-primary)
    }

    .section .r > .r-n-g, .c-footer-1  .r > .r-n-g{
        width: calc(100% + 40px);
        margin: auto -20px
    }

.desc {
    line-height: 1.8
}

    .section .sub-title {
        color: var(--color-primary);
        text-transform: capitalize;
        font-weight: 700;
        letter-spacing: 1px;
        font-size: 1.2rem
    }

    .section .title {
        margin-bottom: 15px;
    }

.grid {
    margin: 0 20px;
    overflow: hidden;
    border-radius: var(--radius);
    margin-bottom: 40px;
    word-wrap: break-word;
    border: 1px solid #f1f1f1;
    box-shadow: rgb(158 158 158 / .1) 0 8px 11px 4px;
}

.grid-image img{
    width: 100%
}

.grid-image{
    background-color:transparent;
    overflow:hidden;
    border-radius: var(--radius)
}

.grid-body {
    position: relative;
    padding: 35px 40px;
    padding-right: 32px;
    border-top: none
}
.grid-body .sub-title{
    color: var(--text-color-lW2);
    font-size: .87rem;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.grid-body .title{
    font-weight: 700;
    font-size: 1.2rem;
    color: var(--text-color-dark);
    font-family: 'Mulish';
    padding-bottom: 0;
    margin-bottom: 15px
}

.container {
    display: flex;
    align-items: center;
    gap: 3px;
    margin-bottom: 60px
}
/* Line */

.line {
    width: 50px;
    height: 3px;
    background: var(--color-primary);
    border-radius: 3px;
    order: 1;
    animation: moveLine 4.8s infinite alternate linear;
    animation-direction: alternate
}
/* Dots */

.dot {
    width: 3px;
    height: 3px;
    background: var(--color-primary);
    border-radius: 50%;
    transform: scale(1);
}

    .dot1 {
        order:2;
        animation: dotPulse1 4.8s infinite alternate linear;
    }

    .dot2 {
        order: 3;
        animation: dotPulse2 4.8s infinite alternate linear;
    }
    .dot3 {
        order:4;
        animation: dotPulse3 4.8s infinite alternate linear;
    }
/* Line di chuyển order qua lại */

@keyframes moveLine {
    0%{
        order: 1
    }
    25%{
        order: 2;
    }
    50%
    {
        order: 3;
    }
    75%{
        order: 4;
    }
}
/* Dot nhấp nháy */

@keyframes dotPulse1 {
    0% {
        order: 2;
    }

    25% {
        order: 3;
    }

    50% {
        order: 4;
    }
    75% {
        order: 1;
    }
}
@keyframes dotPulse2 {
    0% {
        order: 3;
    }

    25% {
        order: 4;
    }

    50% {
        order: 1;
    }

    75% {
        order: 2;
    }
}
@keyframes dotPulse3 {
    0% {
        order: 4;
    }
    25% {
        order: 1;
    }
    50% {
        order: 2;
    }
    75% {
        order: 3;
    }
}

.order-list li {
    color: var(--text-color-dark);
    text-transform: capitalize;
    font-weight: 400;
}

    .order-list li:first-child {
        margin-top: 0;
    }


.order-list li {
    display: inherit;
    position: relative;
    padding-left: 30px;
    margin: 4px 0px;
}
.order-list .atg {
    color: var(--color-primary);
    left: -30px;
}

    .order-list .atg:before {
        margin-bottom: 4px;
    }


.section-break{
    padding: 150px 0
}

    .section-break::before {
        content: "";
        top:0;
        position:absolute;
        width: 100%;
        height: 100%;
        background-color: #070613;
        opacity: .4;
    }
    .section-break .sub-title {
        text-align: center;
        margin-bottom: 10px
    }
    .section-break .title{
        text-align:center;
        color:#fff
    }

/**About Section**/

.about-section {
    transition: .3s padding ease-in-out;
    padding-top: 20px;
    padding-bottom: 30px
}

.about-section .order-list li{
    font-weight: 500
}

.block-about {
    padding: 80px 0 0
}


.about-section .experience {
    border-radius: var(--radius);
    background-color: #fff;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    max-width: 335px;
    z-index: 1;
    position: absolute;
    right: 40px;
    border-right: 3px solid #FF4800;
    bottom: -60px;
    padding: 20px 30px
}

@media (min-width: 992px) {

    .block-about {
        padding-top: 0;
        padding-left: 100px
    }
    .about-section .experience {
        right: -50px
    }
}


.about-image1 {
    position: absolute;
    left: -220px;
    width: 310px;
    top: 60px;
    z-index: 100;
    overflow:hidden;
    border-radius: var(--radius);
    border: 2px solid #f6f6f6
}
    .about-image1 img {
        transform: scale(1.1);
    }

.signature img {
    width: 125px;
}


    .experience p {
        font-size: 1.2rem;
        margin: 0 0 20px;
    }


@media (max-width: 1440px) {
    .about-image-box .about-image1 {
        left: -105px;
    }
}
@media (min-width: 1440px) {

    .about-image-box .about-image1 {
        width:380px;
        top: 120px;
        left: -130px;
    }
}
/**End Section**/

/**Perfomance Section**/
.con-perf-section{
    margin-top: 25px;
}

@media (min-width: 992px){
    .con-perf-section {
        margin-top: 100px
    }
}

.perf-section{
    padding: 80px 0;
    color: #fff
}

    .perf-section .r-n-g{
        margin: 0 -20px
    }

    .perf-section .grid {
        border: none;
        box-shadow: none;
        margin: 20px
    }

    .perf-section span {
        text-align: center;
        font-size: 1.2rem;
        font-weight: 500
    }

    .perf-section h1 {
        font-size: 1.6rem;
    }

    @media (min-width: 576px) {
        .perf-section h1 {
            font-size: 2rem;
        }
    }


/***End Section***/

/**Cert Section***/
.cert-section {
    padding-top:0;
    padding-bottom: 60px
}
.cert-section .block1{
    background: var(--text-color-lW3);
    padding: 100px 0;
}

.cert-section .block2{
    z-index: 100;
    margin-top: -100px
}

@media (min-width: 1200px){
    .cert-section .block2 {
        margin-top: -140px
    }
}

.cert-section .desc {
    border-left: 3px solid var(--color-primary);
    margin: 30px 0
}

    .cert-section .grid {
        background: var(--color-primary);
        transition: all .3s ease-in-out;
        margin-bottom: 0;
        margin-top: 40px;
        height: calc(100% - 40px);
        padding: 20px;
        color:white
    }

    .cert-section .grid-image {
        margin: 40px 20px 0
    }

    .cert-section .grid:hover {
        background: var(--text-color-dark);
        transform: translateY(-5px);
    }

.cert-section .block-content{
    margin-left: -20px;
    margin-right: -20px
}
/***End Section**/

/***********Branch Section******************/

.map-container {
    position: relative;
    width: 100%; /* tự co theo responsive */
    max-height: 1000px; /* tuỳ ý */
}

    .map-container img {
        width: 100%;
        max-height: 1000px;
        display: block;
    }

.marker {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(255,0,0,0.4);
    border: 2px solid red;
    transform: translate(-50%  ,-50%)
}

/* Tọa độ theo ô vuông bao */
.han {
    left: 25.786560%;
    top: 18.594452%;
}

.dad {
    left: 33.688859%;
    top: 33.202089%;
}

.sgn {
    left: 31.533684%;
    top: 43.914321%;
}

.pnh {
    left: 27.941735%;
    top: 40.018990%;
}

.rgn {
    left: 9.982017%;
    top: 30.280548%;
}
/***End Section**/

/**********Customer Section**********/
.customer-section{
    padding: 80px 0 60px
}
.cust-reviews {
    padding: 40px 35px
}

    .cust-reviews .quote {
        opacity: .3;
        display: inline-block;
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: -1;
    }
.cust-body{
    display: flex;
    margin-top: 30px;
    color: white
}

.cust-image {
    width: 64px;
    height: 64px;
    border: 2px solid white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 3px;
}

    .cust-image img {
        width: 54px;
        height: auto
    }

.cust-reviews .star {
    display: flex;
    margin-bottom: 20px;
    line-height: 1;
}

    .cust-reviews .star li {
        display: inline;
        margin-right: 2px;
    }

        .cust-reviews .star li i {
            color: var(--color-primary);
        }
.cust-reviews p {
    color: var(--text-color-white);
    margin-bottom: 0;
}

/************End Section***********************/

/*********Award Section************/
.award-section{
    padding: 80px 0   
}
    .award-section .bg-wrapper1, .award-section .bg-wrapper {
        overflow:hidden;
        position:absolute;
        left:0;
        top:0;
        width: 100%;
        height: 100%
    }
        .award-section .bg-wrapper1 img {
            opacity: .1;
            position: absolute;
            left: -20%;
            width: auto;
            transform: scale(-1);
            transform-origin: center;
            height: 100%
        }
        .award-section .bg-wrapper img {
            opacity: .1;
            position: absolute;
            right: 0;
            height: 100%
        }

        @media (min-width: 992px){
            .award-section .bg-wrapper1 img, .award-section .bg-wrapper img {
                opacity: .15
            }
        }
.award-section .grid{
    box-shadow: none;
    border:none;
    display:flex;
    flex-direction: column
}

.award-section .grid img{
    width: 50%;
    min-width: 300px
}

.award-section .grid h3{
    margin: 10px 20% 0
}
 
/************End Section***********************/

/***Our Service Section***/
.our-section {
    padding:0
}

.our-section .desc{
    margin-top: 0
}

    .our-section .sep, .our-team-section .sep {
        width: 8px;
        border-radius: 5px;
        height: 100%;
        background: #FF4800
    }

.our-section .block1 .sub-title{
    color:white
}

.our-section .block1{
    padding-top: 100px;
    padding-bottom: 140px;
    background: var(--color-primary);
    color:white
}

.our-section .block2{
    margin-top: -80px
}

.our-section .block2 .r-n-g{
    margin: 0 -20px;
}

.our-section .grid{
    height: calc(100% - 40px);
    border:none
}

    .our-section .grid-body:after {
        transform: scale(0.8) rotate(-90deg);
        content: "\a028";
        position: absolute;
        font-family: 'atg-admin-font';
        right: -60px;
        bottom: -100px;
        font-size: 9rem;
        color: #FF4800;
        opacity: 0.06;
        transition: all 400ms ease-out 0s;
    }

    .our-section .service-item-thumb:before {
        z-index: 1;
        background: #03324d;
        border-radius: 8px 8px 0 0;
        position: absolute;
        height: 0;
        opacity: 0;
        width: 100%;
        left: 0;
        top: 0;
        transition: all .4s ease-out 0s;
        content: "";
    }


    .our-section .grid:hover .service-item-thumb:before {
        height: 100%;
        opacity: 0.4;
    }

    .our-section .grid:hover .grid-body:after {
        transform: scale(1.2) rotate(90deg);
        right: 30px;
        bottom: 0;
    }

    .our-section .grid:hover .service-item-icon {
        transform: translateY(30px)
    }

        .our-section .grid:hover .service-item-icon i {
            transform: rotateY(360deg);
        }

        

.service-item-icon {
    transform: translateY(20px);
    position: absolute;
    right: 20px;
    background: var(--color-primary);
    color: #fff;
    padding: 16px 20px;
    bottom: 0;
    border-radius: 5px;
    z-index: 1;
    transition: all .4s ease-out 0s;
}



    .service-item-icon i {
        transition: 0.6s linear;
    }
    
/**End Section*/
/***Section Partner***/
.partner-section{
    padding: 80px 0 140px
}

.partner-section:before{
    opacity: .1 !important
}

/***End Section***/

/***Quoute Section****/
.tabQuoute .tabcontent {
    padding: 30px
}

.tabQuoute h2{
    font-size: 1.8rem
}

.tabQuoute .tabcontents {
    background: white;
    border-bottom-left-radius: var(--radius);
    border-bottom-right-radius: var(--radius)
}

.tabQuoute .atabs{
    background: white;
    border-top-left-radius: var(--radius);
    border-top-right-radius: var(--radius);
    opacity: .9
}

.quote-section {
    margin-top: -76px;
    padding-top: 0;
    padding-bottom: 80px
}

.quote-section .order-list li {
    font-size: .9rem;
    color: var(--text-color-lW2)
}



.quote-section .photo-content{
    margin-left:auto;
    margin-right: auto;
    width: 70%;
    margin-top: 60px;
    position:relative;
    right:0;
    bottom: 0
}


@media (min-width: 992px) {
    .quote-section .photo-content {
        margin-top:0;
        width: 50%;
        position: absolute;
        right: -65px;
        bottom: -40px;
    }
}

@media (min-width: 1200px){
    .quote-section{
        padding-bottom: 140px
    }

    .quote-section .photo-content {
        width: 40%;
        right: -80px;
        bottom: -80px;
    }
}

.quote-quess {
    color: #a6c4d0;
    width: 80%;
    padding: 20px;
    border-radius: var(--radius);
    border: 1px solid #a6c4d0;
    border-left-width: 3px
}
    .quote-quess h3 {
        margin-top: 15px
    }

    .quote-quess p{
        margin-top: 10px;
        color: var(--text-color-dark)
    }
/***End Section***/
    
/**Blog Section*/
    .blog-section .title {
        text-align: center
    }

.blog-section .grid-image{
    overflow:hidden;
    max-height:230px;
}

.ourBlogSwiper .swiper-slide{
    height: 100%;
}


.blog-section .swiper-slide {
    padding: 0 20px 20px;
}

.blog-section .grid{
margin: 0;
height: 100%
}
.blog-author {
    position: absolute;
    top: -25px;
    right: 40px;
    padding: 10px;
    background: #ffffff;
    border-radius: 25px;
    min-width: 140px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.06);
}

.grid-body .title {
    text-align: left !important
}

.blog-author-content span{
    color: var(--text-color-lW5)
}
.blog-author-content a{
    font-weight: 600;
}
.blog-author-img {
    margin-right: 10px
}

.blog-author-img img {
    width: 30px;
    height: 30px
}

.blog-meta{
    color: var(--text-color-lW5)
}


/**Footer Section*/
#footer{
    z-index: -1;
    color: var(--text-color-dark)
}

.c-newsletter {
    padding-right:0; 
}

@media (min-width: 1200px) {
    .c-newsletter {
        padding-right: 40px;
    }
}

.newsletter {
    margin-top: 10px;
    display: flex;
    align-content: space-between;
    overflow: hidden;
    border-radius: var(--radius);
    border: 1px solid var(--text-color-lW1);
    transition: all .3s ease-in-out
}

.newsletter input::placeholder{
    color: var(--text-color-dark)
}

    .newsletter:hover, .newsletter:has(input:focus){
        border-color: var(--color-primary)
    }

    .newsletter:hover .btn, .newsletter input:focus ~ .btn {
        background-color: var(--color-primary);
        color: #fff
    }

.newsletter .btn{
    margin-right: -8px;
    font-size: .9rem;
    font-weight: 500;
    background: var(--text-color-lW1)
}

.newsletter input{
    padding: 0 20px;
    width: 100%
}

.c-social a{
    color: var(--text-color-dark);
    font-size: 3.4rem;
    margin-right: 10px;
    transition: .3s color ease-in-out
}

.c-social a:hover{
    color: var(--color-primary)
}


.galleries {
    margin: 8px -2px
}

.galleries .item {
    border-radius: var(--radius);
    overflow:hidden;
    margin: 2px;
}

.c-footer {
    background: var(--text-color-lW3);
    padding: 20px 0;
}

.c-footer-1 {
    background: var(--text-color-white);
    padding:40px 0
}

.c-footer-1 .title {
    padding-left: 0;
    padding-right: 0;
    border: none
}
    .c-footer-1 .nav-link {
        background-color: transparent;
        padding-right: 0;
        padding-left: 0 !important
    }

.c-footer .c_logo img{
    height: 60px
}

.c-footer-2{
    opacity: .55;
    background: var(--text-color-lW1)
}

.c-footer-2 span {
    padding: 15px 0;
}

/**Parallax Plugin**/


.con-parallax {
    position: relative;
    overflow: hidden
}

.bg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(var(--vh, 1vh) * 110);
    z-index: -1;
}

.bg-img {
    position: absolute;
    top: 0; /* bắt đầu từ trên */
    left: 50%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: translateX(-50%) translateY(0); /* chỉ dịch ngang center */
}

/*Overlay*/
.c-aoverlay.show {
    opacity: 1;
    visibility: visible;
    background: rgb(86 83 96 / 0.32);
    width: 100vw;
}

.c-aoverlay {
    position: absolute;
    top: 0;
    width: 0;
    height: 100vh;
    right: 0;
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in .4s;
}
/*End Ovelay*/
/****************** ATabs ***********************/
.atabs {
    display: inline-flex;
    font-weight: 600;
    padding: 1px 0;
}

    .atabs .item {
        
        padding: 20px 25px;
        color: var(--text-color-dark);
        line-height: 2.1;
        transition: color .15s ease-in-out, border-color .15s ease-in-out;
    }

        .atabs .item:not([disabled]):not(.active):hover {
            color: var(--color-primary)
        }

        .atabs .item[disabled] {
            cursor: default;
            color: var(--text-disable)
        }

.animationSlide {
    width: 100%;
    overflow-x: hidden;
}

    .animationSlide .slideContent {
        display: inline-flex;
        transition: transform .6s ease-in-out
    }

    .animationSlide .tabcontent.show {
        opacity: 1;
    }

    .animationSlide .tabcontent {
        opacity: 0;
    }

.animationFade .tabcontent {
    opacity: 0;
    display: none;
}

    .animationFade .tabcontent.show {
        display: block;
    }

.tabcontents {
    border: 1px solid var(--text-color-lW1)
}

.tabcontent.fade {
    transition: opacity .6s linear;
}

.atabs .item.active {
    color: var(--color-primary);    
    border-bottom: 2px solid var(--color-primary)
}

/********************* End ***********************/
/***Form Control****/
 .form-control {
    padding: .438rem 20px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d8d6de;
    border-radius: .357rem;
}
.form-control:focus, .form-group input:focus, .con-aselect.active .aselect, .form-group > .input-custom:focus-within {
        background-color: #fff;
        border-color: var(--color-primary);
        -webkit-box-shadow: 0 3px 10px 0 rgb(34 41 47 / 10%);
        box-shadow: 0 3px 10px 0 rgb(34 41 47 / 10%);
    }

.form-group > .input-custom input:focus {
    border: none !important;
    box-shadow: none !important
}


.form-control:focus {
    color: #6e6b7b;
    outline: 0;
}

.form-control:hover {
    cursor: text;
}

.form-control {
    display: block;
    width: 100%;
    height: 2.714rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.45;
    color: #6e6b7b;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.form-group {
    display: flex;
    margin-bottom: 15px;
    padding: 0 10px
}

.form-group input[type=radio]{
    width: 20px;
    height:20px
}

    .form-group label:not(.rd-value) {
        font-weight: 500;
        margin-bottom: 10px
    }
    .form-group .invalid, .form-group .invalid:focus {
        border-color: #ea5455;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ea5455'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23ea5455' stroke='none'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 20px;
        background-position: right 0.4rem center
    }

    .form-group input:disabled {
        background-color: #efefef
    }

    .form-group > .input-custom {
        border: 1px solid #d8d6de;
        border-radius: .357rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
    }

        .form-group > .input-custom input {
            border: none !important
        }

        .form-group > .input-custom:focus-within .input-append.right, .form-group > .input-custom:focus-within .input-append.left {
            border-color: #7367f0
        }

    .form-group .minus, .form-group .plus {
        cursor: pointer
    }

    .form-group > .input-custom .input-append {
        padding: .438rem 1rem;
        margin-bottom: 0;
        text-align: center;
        background-color: #fff;
        border-radius: .357rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
    }

        .form-group > .input-custom .input-append.right {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
            border-left: 1px solid #d8d6de
        }

        .form-group > .input-custom .input-append.left {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            border-right: 1px solid #d8d6de
        }

    .form-group .form-control, .form-group .aselect, .form-group textarea {
        font-size: .85rem;
        width: 100%;
        cursor: text;
        padding: 8px 25px 8px 15px;
        height: 38px;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #d8d6de;
        border-radius: .357rem;
        -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
        transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
    }

    .form-group textarea {
        height: auto !important;
        resize: none
    }

/*********End************/



/**About US***************/
body:not([page="1000"]) .partner-section{
    padding: 80px 0
}
.why-choose-section .con-image{
    margin:0
}

.why-choose-section h3{
    font-size: 1.8rem
}

/*********End************/
/*********Page Section***********/
.page-section {
    padding: 80px 0;
}

@media (min-width: 992px){
    .page-section {
        padding: 100px 0;
    }
}
@media (min-width: 1200px) {
    .page-section {
        padding: 120px 0;
    }
}


.page-section .title{
    padding: 60px 0;
}

.con-page-section {
    margin-bottom:40px
}


video.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: 0;
}

.con-masthead{
    overflow:hidden;
    margin-top: -40px;
    height: 90vh
}
.masthead:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -200px;
    left: -200px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
}


 .masthead-content {
    color: white;
    position: relative;
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 5rem;
}
        .masthead-content h2{
            text-transform: capitalize;
            font-size: 2.5rem
        }

.masthead-content p {
    font-size: 1rem;
    line-height: 2
}



      .masthead-content .input-group-newsletter input {
            height: auto;
            width: 100%;
            font-size: 1rem;
            padding: 1rem;
        }

        .masthead .masthead-content .input-group-newsletter button {
            font-size: 0.85rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: calc(1rem + 2px);
        }

@media (min-width: 992px) {
    .masthead-content {
        padding-right: 150px
    }

    .masthead:before {
         right: -35px;
        transform: skewX(-9deg);
        transform-origin: top right;
    }


}

.social-icons {
    position: absolute;
    z-index: 2;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%)
}

    .social-icons .btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        height: 4rem;
        width: 4rem;
        border-radius: 100rem;
    }

@media (min-width: 992px) {
    .social-icons {
        height: 100%;
        top: 50%;
        left:auto;
        transform: translate(0, -50%);
        right: 2.5rem;
        width: auto;
    }
}


/**********Services Company*************/

.con-sidebarR {
    padding: 25px;
    background: var(--text-color-lW3);
    border-radius: var(--radius);
    z-index: 2;
    transition: top .3s ease-in-out
}
.sidebarR .nav-item {
    font-size: .98rem;
    font-weight: 600;
    padding: 10px 15px;
    padding-left: 0;
    transition: all .3s ease-in-out
}

    .sidebarR .nav-item:hover {
        color: var(--text-color-dark);
        padding-left: 6px
    }

.sidebarR .sub-item{
    position:relative;
    background: transparent;
    box-shadow: none
}

.sidebarR .has-sub.activeM .sub-item{
    opacity:1 !important;
    height: 100% !important
}

.sidebarR .has-sub.activeM > .nav-item{
    font-weight: 700;
    color: var(--text-color-dark)
}

.sidebarR .has-sub.activeM .nav-item.active {
    color: var(--color-primary);
    padding-left: 20px
}

.sidebarR .sub-item .nav-item, .sidebarR.res > .nav-link {
    padding-left: 15px;
    font-size: .85rem;
    border-bottom: 1px solid var(--text-color-lW1);
    font-weight: 400;
}


    .sidebarR .sub-item .nav-item:hover{
        color: var(--color-primary);
        padding-left: 20px;
    }


/*************End Services*************/
/*****************Vision-Mission*********************/
.grid-only{
    opacity: .85;
    background: var(--color-primary);
    border-radius: var(--radius);
    padding: 40px 40px 60px
}

.n-b-t{
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.n-b-b {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}
.con-mision-vision{
    margin-top:-40px
}

.con-mision-vision .bg-content{
    z-index:2;
    color:#fff;
}


.con-mision-vision .u-content{
    margin-top: 40px;
    position: relative;
    text-align: left;
    bottom: 0
}

.u-content h2{
    font-size: 2.2rem   
}

@media (min-width: 992px){
    .con-mision-vision .u-content {
        text-align: right;
        position: absolute;
        bottom: -50px
    }
}
.mosaic {
    min-height: 850px;
    height: 100vh;
}

.m-col-1{
    background-color: var(--color-primary);
    color: #fff
}

.m-col-2 {
    background-color: #e0e5eb
}


.card {
    padding: clamp(18px, 3vw, 28px);
    display: flex;
    flex-direction: column;
}

.card h3{
    text-align:left;
    margin-bottom: 15px
}

.mosaic .con-image{
    margin: 0;
    height: 100%
}

.mosaic .con-image img{
    width: 100%;
    object-fit: cover
}

.tile-70{
    height: 70%;
}

.tile-30{
    height: 30%;
}


.tile-60 {
    height: 60%;
}

.tile-40 {
    height: 40%;
}


.section-core-value .con-image{
    margin: 4px;
}

.section-core-value .con-content{
    padding: 40px;
    max-width: 85%;
    width:380px;
    border-radius: var(--radius);
    opacity:.85;
    background: #000;
    color: white;
    position:absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%)
}


@media (min-width:768px){
    .section-core-value .con-content {
        max-width: 380px;
    }
}
@media (min-width: 1200px) {
    .section-core-value .con-content {
        width: 520px;
        max-width: 520px
    }
}
.section-core-value li{
    color: var(--text-color-lW4)
}

/*************End Services*************/
.our-team-section{
    padding-top:40px;
}

.our-team-section .block1{
    margin-bottom: 40px
}

.grid-teams .grid{
    margin: 0 5px;
    margin-bottom:10px
}

.grid-teams .grid-thumb::before {
    z-index: 1;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-image: linear-gradient(45deg, var(--color-primary) 0%, rgb(119, 33, 44) 52%, rgb(35, 35, 49) 100%);
     opacity: 0.6;
    transition: 0.5s
}

.grid-teams .grid:hover .grid-thumb::before{
    height:100%
}

.grid-content span{
    font-size: .95rem
}

.grid-teams .grid-content {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    padding: 20px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    color: #fff;
}

.grid-teams .grid:hover .grid-content {
    opacity: 1;
    visibility: visible;
}


/**********Our History Page*****************/
.our-history{
    color:white;
    margin-top: -40px
}

.our-history .bg-img{
    background-color: var(--color-primary);
}

.our-history .bg-img img{
    object-fit: fill    
}

.history-year.flip {
    margin-top: 55px;
    margin-bottom: 0
}
.history-year{
    margin-bottom: 55px;
    margin-top:0
}

.history-text {
    margin: 0 5px;
    margin-top: 0;
    color: var(--text-color-lW2);
    margin-bottom: 45px;
    font-size: .98rem;
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
}
.history-year.flip .history-text {
    margin-top: 45px;
    margin-bottom: 0
}

.history-year .year{
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center
}

    .history-text::before {
        position: absolute;
        content: "";
        width: 20px;
        height: 9px;
        background: #ffffff;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        bottom: -8px;
        left: 50%;
        transform: translateX(-50%);
    }

.history-year.flip .history-text::before {
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    top: -9px;
    bottom: auto
}

.slide-history .swiper-wrapper::before {
    z-index: 2;
    right: 0;
    position: absolute;
    content: "";
    width: 1000%;
    height: 6px;
    background: #11111f;
    top: 50%;
    left: -30%;
    transform: translateY(-50%)
}

.slide-history {
    margin: 40px 0
}

    .slide-history .swiper-button-prev, .slide-history .swiper-button-next {
        position: absolute;
        opacity: 1 !important;
        width: 50px;
        background: white;
        border-radius: 50%;
        height: 50px;
        transform: translateY(calc(-50% + 12px));
        transition: all .3s ease-in-out
    }

        .slide-history .swiper-button-prev:hover, .slide-history .swiper-button-next:hover {
            background: #11111f;
            color: white
        }


    .slide-history .swiper-button-prev {
        left: 0;
    }

        .slide-history .swiper-button-next {
            right: 0
        }

/***************End Page********************/


/**AGrid*/

.AGrid {
    width: 100%;
    flex-wrap: wrap;
    overflow: hidden;
}

    .AGrid .grid-item {
        transition: all .4s ease-in-out;
    }

    .AGrid .mImg {
        height: 200px;
        transform: scale(1);
        transition: transform .3s ease-in-out
    }

    .AGrid.WaterFall {
        overflow: unset !important;
        display: flex;
    }

        .AGrid.WaterFall .mImg {
            width: 100%;
            height: auto !important
        }

.grid-card {
    width: 100%;
    border-radius: var(--radius)
}



.grid-item.fh img {
    height: 350px;
    width: unset !important
}

/*----------End-------------------*/

/************Section News - Events********************/
.news-events-section{
    padding: 40px 0
}

.NewsGrid .grid-content{
    padding-top: 5px;
}

.NewsGrid .date{
    margin-top: 6px;
    font-weight:600;
    color:var(--text-color-lW2)
}

.NewsGrid .title:hover{
    color: var(--color-primary)
}

.NewsGrid .title {
    cursor:pointer;
    transition: all .3s ease-in-out;
    margin-top: 5px;
    margin-bottom: 0;
    color: var(--color-second);
    text-transform: capitalize;
    font-size: 1.2rem;
    font-weight: 600
}

.NewsGrid .sub-title {
    margin-top: 10px;
    font-size: .95rem;
    color: var(--text-color-dark);
    text-transform: capitalize;
    font-weight: 700
}

.NewsGrid .read-more {
    font-weight:600;
    color: var(--text-color-dark);
    font-size: .99rem;
    transition: all .3s ease-in-out
}


.NewsGrid .read-more:hover {
    color: var(--color-primary)
}

    .NewsGrid .read-more:hover::after {
        background: var(--color-primary);
        width: 100% !important
    }
    .NewsGrid .read-more::after {
        transition-delay: .5s;
        transition: width .6s ease-in-out;
        width: 0 !important
    }
    .NewsGrid .read-more::before, .NewsGrid .read-more::after {
        background: var(--text-color-dark);
        height: 1px;
        content: '';
        width: 100%;
        left: 0;
        bottom: -2px;
        position: absolute
    }

.NewsGrid .con-image{
    margin:0
}
.search-container {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 5px;
    border-radius: 50px; /* Bo tròn để tạo thành hình viên thuốc */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: width 0.4s ease-in-out; /* Hiệu ứng cho chính container */
}

.search-input {
    border: none;
    outline: none;
    background: none;
    font-size: 16px;
    padding: 0;
    /* TRẠNG THÁI ẨN BAN ĐẦU */
    width: 0;
    opacity: 0; /* Ẩn chữ bên trong khi co lại */
    /* Hiệu ứng chuyển động mượt mà */
    transition: width 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.search-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%; /* Bo tròn nút */
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    transition: transform 0.3s ease;
}

    .search-btn:hover {
        transform: scale(1.1);
    }

/* KHI CONTAINER CÓ CLASS "active" */
.search-container.active .search-input {
    width: 240px; /* Chiều rộng mong muốn khi hiện ra */
    opacity: 1;
    padding: 10px 15px; /* Thêm padding khi hiện ra */
}
/************************End Section******************/
/*********************Resources Section**************************/
.sidebarR.res > .nav-link{
    padding-left: 0;
    border-radius: 0
}
.sidebarR.res > .nav-link:hover, .sidebarR.res > .nav-link.active {
    padding-left: 15px;
}


.con-sidebar-resources{
    color: var(--text-color-dark)
}
.last-download{
    margin-bottom: 15px
}

.last-download img{
    margin-right: 5px;
    width:40px;
    height: auto
}
.last-download .title {
    font-weight: 700;
    margin-bottom: 5px
}

.galleryGrid .con-image, .partnerGrid .con-image{
    margin: 0
}
.partnerGrid .grid-item::before {
    content: '';
    position:absolute;
    background: var(--text-color-lW4);
    width: 1px;
    right: -20px;
    top: -10px;
    bottom: -10px;
}
    /*********************End Section*******************/


.section-contact{
    padding-top:40px
}
.contact-form .hd1 {
    font-size: 1.2rem;
    font-weight: 600;
}

.contact-form .hd2 {
    font-size: 1.4rem;
    font-weight: 700;
}

    .contact-group {
        margin-bottom: 15px
    }
    .contact-group i{
        display: flex;
        align-items: center;
        justify-content: center;
        width:45px;
        height: 45px;
        background: var(--color-primary);
        color: white;
        margin-right: 15px;
        border-radius: var(--radius)
    }

    .contact-group div{
        width: calc(100% - 60px)
    }

    .contact-group .title{
        font-weight: 700;
        margin-bottom: 2px;
        color: var(--text-color-dark)
    }