﻿/*#region GLOBAL */
:root {
    font-size: 14px;
    --content-size: 1220px;
    --c: #2d7138;
}

@font-face{
    font-family: 'UTM Alexander';
    src: url(../fonts/UTM-Alexander.ttf) format('truetype');
    font-display: swap;
}

@font-face{
    font-family: 'UTM Dinh Tran';
    src: url(../fonts/UTM-Dinh-Tran.ttf) format('truetype');
    font-display: swap;
} 

html, body {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    color: #4c4c4c;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: var(--c) #444;
}
h1, h2, h3, h4, h5 {
    font-family: 'UTM Alexander', sans serif;
}
::-webkit-scrollbar { 
    width: 7px; 
} 
  
::-webkit-scrollbar-thumb { 
    background: var(--c);
} 
  
::-webkit-scrollbar-track { 
    background: #444; 
} 

a {
    text-decoration: none;
}

    a:active, a:visited, a:hover {
        text-decoration: none;
        transition: all 100ms ease-in 0ms;
    }

.gd_module img, .gd_banner img {
    max-width: 100%;
    width: 100%;
}
/*#endregion */

/*#region HEADER */
.progress {
    background: linear-gradient(to right,#183885 var(--scroll),transparent 0);
    position: fixed;
    width: 100%;
    height: 4px;
    z-index: 101;
    top: 0;
    opacity: 0.05;
}
.load{
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
/*    top: 0;
    left: 0;*/
    z-index: 100000000000;
    display: block;
    overflow: hidden;
}
.load img{
    position: absolute; 
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    max-width: 100%;
}

#header {
    background: var(--c) url(../images/hearder_background.jpg) no-repeat center center;
    width: 100%;
    box-shadow: 0 1px 15px rgba(0,0,0,0.1);
    position: relative;
    height: 70px;
}

    #header .container {
        height: 100%;
    }

    .kh_wrap_menu {
        height: auto;
        display: flex;
        height: 100%;
        justify-content: center;
    }

    #header.sticky {
        position: fixed;
        animation: fadeInDown 0.3s ease 0s;
        z-index: 100;
        top: 0;
    }

        #header.sticky::after {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            box-shadow: 0 10px 30px rgba(0,0,0,0.2);
            left: 0;
            top: 0;
            -webkit-transition: opacity 0.3s ease-in-out;
            transition: opacity 0.3s ease-in-out;
            z-index: -1;
        }

    #header.sticky .logo {
        display: flex;
        justify-content: center;
    }

.admin-bar #header.sticky {
    top: 32px !important;
}

#header.sticky .gd_main_menu .sub-menu {
    top: 69px;
}

#header.sticky .gd_main_menu .gd_menu__primary > li > a {
    padding: 1.5rem 0;
}

.logo {
    align-self: center;
    padding: 0;
    height: 100%;
    z-index: 2;
}

    .logo a {
        display: flex;
        align-items: baseline;
        height: 100%;
    }

    .logo a h1 {
        margin-bottom: 0;
        height: 90px;
        position: sticky;
        z-index: 10;
    }

    #header.sticky .logo a {
        position: relative;
        width: 80%;
    }

    #kh_line_header {
        width: 100%;
        height: 12px;
        background-color: #f3ec78;
        background-image: linear-gradient(45deg, #d99d0f, #fff0b3, #f6bb2f);
        background-size: 100%;
        -moz-background-clip: text;
        -moz-text-fill-color: transparent;
    }

/*Menu*/
.kh_inner_header {
    align-items: center;
}
.gd_nav_menu {
    flex: 0 0 35%;
    max-width: 35%;
}
.gd_nav_menu.right_menu {
}
.gd_nav_menu.right_menu .gd_main_menu .gd_menu__primary {
    justify-content: flex-start;
}
.gd_nav_menu.right_menu .gd_main_menu_container {
    justify-content: flex-start;
}
.gd_main_menu_container {
    display: flex;
    justify-content: flex-end;
    max-width: 100%;
    align-items: center;
    height: 100%;
}

    .gd_main_menu_container .offer {
        display: inline-block;
        background: url(../images/offer.png) no-repeat center center;
        width: 81px;
        height: 71px;
        margin-left: 30px;
    }

.gd_main_menu ul {
    padding: 0;
}

.gd_main_menu .gd_menu__primary {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .gd_main_menu .gd_menu__primary li {
        list-style: none;
        padding: 0 25px;
        position: relative;
    }

        .gd_main_menu .gd_menu__primary li a {
            color: #333;
            display: block;
            padding: 0;
        }

        .gd_main_menu .gd_menu__primary li:last-child {
        }

        .gd_main_menu .gd_menu__primary > li > a {
            text-transform: uppercase;
            position: relative;
            text-decoration: none;
            overflow: hidden;
            white-space: nowrap;
            font-weight: 500;
            font-size: 14px;
            color: #fff;
             font-family: 'UTM Alexander', sans serif;
        }

            .gd_main_menu .gd_menu__primary > li > a::after, .gd_main_menu .gd_menu__primary > li > a::before {
                /*content: "";*/
                position: absolute;
                left: 0;
                background: #008ed4;
                height: 3px;
                width: 100%;
                bottom: 0;
                transform: translate(-100%);
                transition: all 300ms ease-in 0ms;
                visibility: hidden;
            }

            .gd_main_menu .gd_menu__primary > li > a:before {
                display: none;
                width: 25px;
                bottom: 0;
                transition: all 300ms ease-in 150ms;
            }

        .gd_main_menu .gd_menu__primary > li:hover > a::after, .gd_main_menu .gd_menu__primary > li:hover > a:before,
        .gd_main_menu .gd_menu__primary > li.current-menu-item > a::after, .gd_main_menu .gd_menu__primary > li.current-menu-item > a:before {
            visibility: visible;
            transform: translate(0);
        }

        .gd_main_menu .gd_menu__primary > li:hover > a, .gd_main_menu .gd_menu__primary .current-menu-item > a {
            color: #2fcd53 !important;
        }

    .gd_main_menu .gd_menu__primary .current-menu-item > a {
    }

    .gd_main_menu .gd_menu__primary > li:hover, .gd_main_menu .gd_menu__primary .current-menu-item {
    }

    .gd_nav_menu.left_menu .gd_main_menu .gd_menu__primary > li:first-child {
        padding-left: 0;
    }

        .gd_main_menu .gd_menu__primary > li:first-child:hover, .gd_main_menu .gd_menu__primary > li.current-menu-item:first-child {
            background: none;
        }

        .gd_main_menu .gd_menu__primary > li:first-child > a {
            /*font-size: 0;
                    background: url('../images/icon/icon-home.png') no-repeat center center;
                    height: 47px;
                    width: 47px;*/
        }

    .gd_main_menu .gd_menu__primary > li.menu-item-has-children::before {
        content: "\e5cf";
        display: none;
        position: absolute;
        right: -2px;
        top: 50%;
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .gd_main_menu .gd_menu__primary > li.menu-item-has-children.mega-menu::before {
        display: none;
    }

.gd_main_menu .sub-menu {
    display: block;
    left: 0;
    position: absolute;
    top: 45px;
    z-index: 1000;
    visibility: hidden;
    min-width: 200px;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

    .gd_main_menu .sub-menu.submenu_right {
        right: 100% !important;
        top: 0;
        left: auto;
        margin-right: 1px;
        -moz-transform-origin: right;
        -ms-transform-origin: right;
        -o-transform-origin: right;
        -webkit-transform-origin: right;
        transform-origin: right;
    }

    .gd_main_menu .sub-menu.submenu_left {
        left: 100% !important;
        top: 0;
        right: auto;
        margin-left: 1px;
        -moz-transform-origin: left;
        -ms-transform-origin: left;
        -o-transform-origin: left;
        -webkit-transform-origin: left;
        transform-origin: left;
    }

.gd_main_menu ul.gd_menu__primary > li:not(.mega-menu) .sub-menu {
    box-shadow: 0px 3px 3px #a1a1a1;
    border-top: 2px solid #c62128;
    border-bottom: 2px solid #c62128;
}

.gd_main_menu ul.gd_menu__primary > li:not(.mega-menu) > .sub-menu {
    transform: rotateX(90deg);
    transform-origin: center top 0;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
}

.gd_main_menu ul.gd_menu__primary > li:hover:not(.mega-menu) > .sub-menu {
    opacity: 1;
    transform: rotateX(0deg);
    visibility: visible;
}

.gd_main_menu ul.gd_menu__primary > li:not(.mega-menu) .sub-menu li {
   /* border-bottom: 1px solid #e5e5e5;*/
    -moz-transition: all 300ms ease-in 0ms;
    -o-transition: all 300ms ease-in 0ms;
    -webkit-transition: all 300ms ease-in 0ms;
    transition: all 300ms ease-in 0ms;
    padding: 0;
}

    .gd_main_menu ul.gd_menu__primary > li:not(.mega-menu) .sub-menu li a {
        background: #fff;
        padding: 8px 15px;
        white-space: nowrap;
        font-size: 1rem;
    }

    .gd_main_menu ul.gd_menu__primary > li:not(.mega-menu) .sub-menu li:hover > a {
        background: #2d7138;
        color: #fff;
    }

    .gd_main_menu ul.gd_menu__primary > li:not(.mega-menu) .sub-menu li:last-child {
       /* border: none;*/
    }

    .gd_main_menu ul.gd_menu__primary > li:not(.mega-menu) .sub-menu li .sub-menu {
        transform: rotateY(90deg);
        margin-top: -3px;
    }

    .gd_main_menu ul.gd_menu__primary > li:not(.mega-menu) .sub-menu li:hover > .sub-menu {
        visibility: visible;
        opacity: 1;
        transform: rotateY(0deg);
    }

#menu-menu-chinh > li a.view {
    color: var(--color);
}

.cta_hotline {
    display: inline-block;
    background-color: #f26522;
    color: #fff;
    font-weight: bold;
    padding: 8px 15px;
    line-height: 1;
    border-radius: 1px;
    margin-left: 5px;
}

.gd_header_cta {
    display: flex;
    align-items: center;
    margin-left: 40px;
}

.kh_text_hotline span {
    display: block;
    font-weight: 600;
    line-height: 1.1;
}
.kh_hotline_header {
    align-items: center;
}
.kh_text_hotline {
    flex: 1;
}
.kh_icon_hotline {
    border: 1px solid #222;
    color: var(--color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
}

.kh_text_hotline a {
    font-weight: bold;
    font-size: 1.25rem;
    color: var(--color);
}

/*#endregion */
/* ----------- Non-Retina Screens ----------- */
@media screen and (min-device-width: 1440px) and (-webkit-min-device-pixel-ratio: 1) {
    :root {
        font-size: 16px;
    }

    .container {
        max-width: 1410px;
    }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1440px) {
    :root {
        font-size: 14px;
        --content-size: 1170px;
    }

    .container {
        max-width: 1170px;
    }
    .gd_main_menu .gd_menu__primary > li {
        padding: 0 15px;
    }
}


@media only screen and (max-width: 1199px) {
    :root {
        font-size: 14px;
        --content-size: 960px;
    }

    .logo {
        align-self: center;
    }

    .gd_main_menu .gd_menu__primary > li {
        padding: 18px 4px 16px;
        padding-left: 4px;
    }
}

@media only screen and (min-device-width : 992px) and (max-device-width : 1199px) {
    :root {
        font-size: 14px;
        --content-size: calc(100vw - 30px);
    }

    .container {
        max-width: 100%;
        padding: 0 30px;
    }
    .gd_nav_menu {
        flex: 0 0 80%;
        max-width: 80%;
    }
    .gd_main_menu .gd_menu__primary > li {
        padding: 18px 10px 16px;
    }

        .gd_main_menu .gd_menu__primary > li > a {
            padding: 10px 0;
            font-size: 12px;
        }

    #header.sticky .gd_main_menu .gd_menu__primary > li > a {
        padding: 10px 0;
    }
}

@media only screen and ( max-width: 992px) and ( min-width: 768px) {
    .gd_header_cta {
        padding-right: 50px;
    }

    .gd_main_menu_container {
        position: relative;
    }

    .search-form {
        width: 100vw;
        right: -39px;
        left: auto;
    }

    :root {
        font-size: 14px;
        --content-size: 720px;
    }
}

@media only screen and (max-width: 992px) {

    .logo {
        max-width: 200px;
        z-index: 10000;
    }
    .kh_wrap_menu {
        justify-content: flex-start;
    }
    /* #region MEAN MENU*/
    /* hide the link until viewport size is reached */
    a.meanmenu-reveal {
        display: none;
    }

    /* when under viewport size, .mean-container is added to body */
    .mean-container .mean-bar {
        background: none;
        float: right;
        padding: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 9999;
    }

    .mean-container a.meanmenu-reveal {
        color: #fff;
        cursor: pointer;
        display: block;
        font-family: Arial;
        font-weight: 700;
        padding: 0;
        position: absolute;
        text-decoration: none;
        width: 40px;
        background: none;
        border-radius: 4px;
        top: 50%;
        transform: translateY(-50%);
    }

    .gd_menu__mobile.mean-container {
        height: 100%;
        width: 100%;
    }

    .gd_main_menu_container {
        display: block;
    }

    .gd_nav_menu {
        flex: unset;
        max-width: unset;
        flex: 1;
    }

        .mean-container a.meanmenu-reveal::before {
            content: "MENU";
            font-size: 11px;
            font-weight: 400;
            text-indent: 0px;
            display: block;
            line-height: 1;
            text-align: center;
            color: #fff;
        }

        .mean-container a.meanmenu-reveal.meanclose::before {
            display: none;
        }

        .mean-container a.meanmenu-reveal span {
            background: #fff;
            border-radius: 3px;
            display: block;
            height: 2px;
            margin: 4px 0 0 5px;
            width: 30px;
        }

            .mean-container a.meanmenu-reveal span:first-child {
                margin-top: 4px;
            }

    .mean-container .mean-nav {
        position: fixed;
        width: 100vw;
        left: 0;
        top: 0;
        padding: 0;
        z-index: 2000;
        max-height: calc(100vh - 50px);
        overflow-y: scroll;
        scrollbar-width: none;
        -ms-overflow-style: none;
        margin-top: 70px;
    }

        .mean-container .mean-nav::-webkit-scrollbar {
            display: none; /* Chrome Safari */
        }

        .mean-container .mean-nav ul {
            padding: 0;
            margin: 0;
            width: 100%;
            background: var(--c);
            list-style-type: none;
            float: left;
        }


            .mean-container .mean-nav ul li {
                border-top: 1px solid rgba(255,255,255,0.2);
                background: none;
                float: left;
                position: relative;
                width: 100%;
            }

                .mean-container .mean-nav ul li a {
                    color: #fff;
                    display: block;
                    font-size: 1.125rem;
                    float: left;
                    line-height: 42px;
                    margin: 0;
                    padding: 0;
                    text-align: left;
                    text-decoration: none;
                    width: 100%;
                }

                .mean-container .mean-nav ul li li a {
                    width: 90%;
                    padding: 0 5%;
                    opacity: 0.75;
                    filter: alpha(opacity=75);
                    text-shadow: none !important;
                    visibility: visible;
                }

        .mean-container .mean-nav > ul > li:first-child {
            border: none;
        }

        .mean-container .mean-nav .sub-menu li a {
            text-transform: none;
            white-space: nowrap;
        }

        .mean-container .mean-nav ul li.mean-last a {
            border-bottom: none;
            margin-bottom: 0;
        }

        .mean-container .mean-nav ul li li li a {
            width: 80%;
            padding: 0 10%;
        }

        .mean-container .mean-nav ul li li li li a {
            width: 70%;
            padding: 0 15%;
        }

        .mean-container .mean-nav ul li li li li li a {
            width: 60%;
            padding: 0 20%;
        }

        .mean-container .mean-nav ul li a:hover {
            background: rgba(255, 255, 255, 0.1);
            font-weight: bold;
        }

        .mean-container .mean-nav ul li a.mean-expand {
            margin-top: -1px;
            width: 100%;
            line-height: 1rem;
            padding: 12px !important;
            text-align: right;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 2;
            font-weight: 300;
            background: none;
            border: none !important;
            /* border-left: 1px solid rgba(255, 255, 255, 0.4) !important; */
            /* border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; */
            color: rgba(255,255,255,0.5);
        }

            .mean-container .mean-nav ul li a.mean-expand:hover {
                background: none;
            }

    .mean-container .mean-push {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        clear: both;
    }

    .mean-nav .wrapper {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    /* Fix for box sizing on Foundation Framework etc. */
    .mean-container .mean-bar, .mean-container .mean-bar * {
        /*-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;*/
    }

    .mean-remove {
        display: none !important;
    }

    .home .mean-container a.meanmenu-reveal, .sticky .mean-container a.meanmenu-reveal {
        color: #fff;
    }

        .home .mean-container a.meanmenu-reveal span, .sticky .mean-container a.meanmenu-reveal span {
            background: #fff;;
        }

    .mean-container .mean-nav > .gd_menu__primary {
        padding: 0 15px;
    }
    /* #endregion MEANMENU*/
}

@media only screen and (max-width: 767px) {
    :root {
        font-size: 14px;
        --content-size: calc(100vw - 30px);
    }

    .container {
        max-width: 100%;
        padding: 0 30px;
    }

    .mean-container .mean-bar {
        position: absolute;
        right: 15px;
    }
    .kh_box_header {
        padding: 0 15px;
    }
    .gd_header_cta {
        padding-right: 50px;
    }
    .gd_c_lang {
        border-bottom: none;
    }
    #header.sticky .logo a {
        height: unset;
    }
    .load img {
        max-width: 50%;
    }
    .logo {
        max-width: 150px;
    }
    .kh_language_btn .kh_btn {
        padding: 3px 2px;
    }
    .kh_text_btn {
        padding: 0 3px;
    }
    .gd_header_cta {
        margin-left: unset;
    }
}

@media only screen and (min-width: 577px) and (max-width: 636px) {
    .gd_header_cta {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 576px) {
    .container {
        max-width: 100%;
        padding: 0 15px;
    }

    .logo {
        padding: 7px 0;
    }
    .logo a {
        align-items: center;
    }

    .logo a .img-fluid {
        max-width: 100%;
    }

    .mean-container .mean-bar {
        top: 0;
        display: flex;
        align-items: center;
    }

    .cta_hotline {
        display: none;
    }
    .gd_c_lang span {
        display: none;
    }
}
@media screen and (max-width: 375px){
    .mean-container .mean-nav .sub-menu li a {
        white-space: inherit;
        line-height: 1.42;
        font-size: 14px;
        padding: 12px 15px;
    }
    .gd_c_lang span {
        display: none;
    }
    .gd_c_lang > img {
        margin-right: 0;
    }
}