﻿/*#region GLOBAL */
:root {
    font-size: 18px;
    --content-size: 1410px;
}
@font-face {
  font-family: 'HardwareRough';
  src: url('../fonts/iCielBCDDCHardwareRough-Compressed.ttf') format('truetype');
  font-display: swap;
}

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

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

html, body {
    font-family: 'Oldstyle', sans-serif;
    font-weight: normal;
    color: #444;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: #a2812e #ccc;
}
button:active{
    outline: none;
    border: none;
}
input[type="button"]{
   outline:none;
}
input[type="button"]::-moz-focus-inner {
   border: 0;
}
*:focus{
    outline: 0 !important;
    box-shadow: none !important;
}
.modal-open .modal {
    scrollbar-width: thin;
}

::-webkit-scrollbar { 
    width: 8px;
    height: 4px
} 
  
::-webkit-scrollbar-thumb { 
    background: #a2812e; 
} 
  
::-webkit-scrollbar-track { 
    background: #ccc; 
}

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%;
}
/*#endregion */

/*#region HEADER */


.hb_languages_box ul {
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
}

#gd_language_list {
    display: none;
}

.progress {
    background: linear-gradient(to right,#363636 var(--scroll),transparent 0);
    position: fixed;
    width: 100%;
    height: 4px;
    z-index: 101;
    top: 0;
    opacity: 0.05;
}

#header {
    width: 100%;
    position: absolute;
    z-index: 2;
    background: #363636;
}

    #header .kh_hide_menu {
        display: none;
    }

    #header .d-flex.justify-content-between {
        align-items: center;
    }
    
    #header.sticky {
        position: fixed;
        background: #363636;
        animation: fadeInDown 0.3s ease 0s;
        z-index: 100;
        top: 0;
    }

        .kh_container {
            width: 100%;
            margin-right: auto;
            margin-left: auto;
            padding: 0 30px;
        }

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

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

#header.sticky .gd_main_menu .gd_menu__primary > li > a {
    padding: 1.5rem 15px 1.5rem;
    color: #444;
}

#header.sticky .logo {
/*    padding: 10px 0;*/
overflow: hidden;
}
#header.sticky .logo .img-fluid {
   /* max-width: 80%;*/
   max-height: 100%;
}
.logo {
    align-self: center;
    padding: 0;
    height: 100%;
    z-index: 2;
    margin-top: -1px;
}

    .logo a {
        display: flex;
        align-items: baseline;
        height: 100%;
    }
    .logo h1 {
        margin-bottom: 0;
        height: 95px;
        position: sticky;
        z-index: 10;
    }
/*Menu*/
.gd_main_menu_container {
    display: flex;
    justify-content: flex-start;
    width: 100%;
   /* overflow: hidden;*/
}

    .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-start;
    list-style: none;
    margin: 0;
    padding: 0;
}

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

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

        .gd_main_menu .gd_menu__primary li:last-child {
        }

    .gd_main_menu .gd_menu__primary > li {
        padding: 0 10px;
    }

        .gd_main_menu .gd_menu__primary > li > a {
            text-transform: uppercase;
            font-size: 1rem;
            position: relative;
            text-decoration: none;
            overflow: hidden;
            white-space: nowrap;
            font-weight: 600;
            color: #fff;
            padding: 35px 15px;
        }

/*            .gd_main_menu .gd_menu__primary > li > a::after, .gd_main_menu .gd_menu__primary > li > a::before {
                content: "";
                position: absolute;
                left: 0;
                background: #f8b711;
                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: #a3001c !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_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: 80px;
    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-bottom: 2px solid #a3001c;
    /*border-top: 2px solid #a3001c;*/
}

.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: #f8f9fa;
    }

    .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);
    }

.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;
    z-index: 1001;
}

.gd_header_cta .btn-secondary, .gd_header_cta .show > .btn-secondary.dropdown-toggle {
    color: #444;
}

.gd_header_cta .dropdown-item {
    padding-left: 12px;
}

.gd_header_cta .dropdown-item a img {
    margin-right: 10px;
}
.gd_header_cta .dropdown-item a {
    color: #444;
}
.gd_header_cta .dropdown-item:hover a {
    color: #e72b16;
}

.cta_hotline i {
    margin-right: 5px;
}

.cta_hotline:hover {
    background-color: #a3001c;
    color: #fff;
}


.search-form {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 10;
    background: rgba(0,0,0,0.92);
    text-align: center;
    height: 55px;
    display: none;
    animation: fadeInDown 0.3s ease 0s;
}

.search_active .search-form {
    display: block;
    position: fixed;
    height: 100vh;
    top: 0;
    z-index: 101;
}

.gd_search__box .search-icon {
    display: inline-block;
    background: #a3001c;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border-radius: 50%;
   /* border: 1px solid #fff;*/
    width: 44px;
    height: 44px;
    line-height: 40px;
    z-index: 102;
    position: sticky;
}
.gd_search__box .search-icon i {
    font-weight: 900;
    font-size: 13px;
}

.search-form .d-flex {
    max-width: 1200px;
    margin: auto;
}

.search-form .form-control {
    background: transparent;
    border: none;
    border-radius: 0;
    height: 55px;
    font-size: 16px;
    color: #fff;
    text-align: left;
}

    .search-form .form-control:focus {
        border: none;
        box-shadow: none;
        background: none;
        color: #fff;
    }

    .search-form .form-control::-moz-placeholder, .search-form .form-control::placeholder {
        /*color: rgba(255,255,255,0.85);*/color: #fff;
    }
    .search-form .form-control::placeholder{
        color: rgba(255,255,255,0.85) !important;
    }
.search-form [type="submit"] {
    border: none;
    color: #fff;
    background-color: unset;
    padding: 15px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
    padding-right: 0;
    padding-bottom: 7px;
}
.search_active .search-form .d-flex {
    position: absolute;
    left: 50%;
    border-bottom: 1px solid rgba(255,255,255,.5);
    transform: translate(-50%, -50%);
    top: 50%;
    justify-content: space-between;
}
.search_active .search-form .form-control {
    padding: 10px 15px;
    background: transparent;
    color: #fff;
    width: 100%;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 30px;
    flex: 1 0 70%;
    font-weight: 100;
    padding-left: 0;
}
.search_active .search-form .far.fa-search {
    font-size: 20px;
    padding-top: 10px;
}
.kh_btn_search {
    display: flex;
}
.far.fa-search {
}
.kh_btn_search .far.fa-search {
    margin-right: 7px;
    color: #a3001c;
}
.kh_txt_search {
    color: rgba(255,255,255,0.85);
    padding-top: 7px;
}


/*Multi languages*/

.wpml-ls-legacy-list-vertical ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 4px;
    display: flex;
}
.wpml-ls-legacy-list-vertical ul li {
    padding-right: 10px;
    margin-right: 10px;
}
.wpml-ls-legacy-list-vertical ul li .wpml-ls-link {
    color: #fff;
    font-weight: 400;
    font-size: 1.1rem;
}
.wpml-ls-legacy-list-vertical ul li.wpml-ls-current-language .wpml-ls-link {
    color: #e72b16;
    cursor: not-allowed;
    pointer-events: none;
}
.wpml-ls-legacy-list-vertical ul li .wpml-ls-link:hover {
    color: #e72b16;
}

.sticky .wpml-ls-legacy-list-vertical ul li .wpml-ls-link {
    color: #222;
}
.sticky .wpml-ls-legacy-list-vertical ul li.wpml-ls-current-language .wpml-ls-link {
    color: #e72b16;
}

#gd_language_list .btn-secondary {
    background-color: rgba(0,0,0,0.05);
}

/*#endregion */

/*-----------------------*/
.kh_left_menu.show {
    background-image: url(<?php echo THEME_URL.'/images/banner_cover_home.jpg' ?>);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;

}
.kh_left_menu {
    background-color: #000;
    height: 100%;
    top: 0;
    left: 0;
    width: 0;
    position: fixed;
    padding: 30px 0;
    -webkit-transition: width .3s ease-in;
    transition: width .3s ease-in;
    z-index: 1000;
    overflow: hidden;
}
.kh_left_menu a {
    color: #fff;
}
.kh_left_menu.show {
    width: 100%;
    padding: 0;
    overflow: hidden;
    height: 100%;
    padding: 100px 200px;
    background: #000;
    text-align: left;
    /*justify-content: flex-start;*/
}
.kh_left_menu .logo_in_menu {
    opacity: 0;
}
@keyframes zoomInn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }
}
.kh_left_menu.show .logo_in_menu {
    animation: zoomInn 0.8s 0.5s forwards ease;
    transform: translate(-50%, -50%);
}
.kh_hide_btn {
    display: none;
}

.kh_left_menu ul {
    list-style: none;
}
.kh_left_menu.show .kh_main_menu {
    vertical-align: middle;
    display: block;
    padding: 0;
    list-style: none;
    position: absolute;
}

.kh_left_menu.show .kh_main_menu > li {
    -webkit-animation-name: goLeft;
    animation-name: goLeft;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    padding: 0.85vh 0;
}

.kh_left_menu.show .kh_left_side .kh_main_menu > li:nth-child(1) {
    animation-delay: 0ms;
}

.kh_left_menu.show .kh_left_side .kh_main_menu > li:nth-child(2) {
    animation-delay: 100ms;
}

.kh_left_menu.show .kh_left_side .kh_main_menu > li:nth-child(3) {
    animation-delay: 150ms;
}

.kh_left_menu.show .kh_left_side .kh_main_menu > li:nth-child(4) {
    animation-delay: 200ms;
}

.kh_left_menu.show .kh_left_side .kh_main_menu > li:nth-child(5) {
    animation-delay: 250ms;
}

.kh_left_menu.show .kh_left_side .kh_main_menu > li:nth-child(6) {
    animation-delay: 300ms;
}

.kh_left_menu.show .kh_left_side .kh_main_menu > li:nth-child(7) {
    animation-delay: 350ms;
}

.kh_left_menu.show .kh_left_side .kh_main_menu > li:nth-child(8) {
    animation-delay: 400ms;
}

.kh_left_menu.show .kh_left_side .kh_main_menu > li:nth-child(9) {
    animation-delay: 450ms;
}

.kh_left_menu ul li > .togglemenu {
    color: #fff;
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 10;
    width: 30px;
    display: flex;
    min-height: 38px;
    justify-content: center;
    align-items: center;
    /*visibility: hidden;*/
}

.kh_left_menu.show .kh_main_menu > li > .togglemenu {
    visibility: visible;
}

.kh_left_menu ul .sub-menu li > .togglemenu {
    /*right: 0;*/
}

.kh_left_menu .togglemenu::after {
    content: "\f105";
    cursor: pointer;
    font-family: 'Font Awesome 5 Pro';
    font-size: 16px;
    padding: 8px 12px;
}

.kh_left_menu ul li.is-active .menu-item-has-children .togglemenu {
    top: -5px;
}

.kh_left_menu ul li.is-active > .togglemenu::after {
    content: "\f107";
}

.kh_left_menu.show ul li a {
    color: #fff;
    padding: 10px 0;
}
.kh_left_menu.show ul .menu-item-has-children.is-active > a {
    color: #a2812e !important;
}
.kh_left_menu.show .current-menu-item > a, .kh_left_menu.show a:hover {
    color: #a2812e !important;
}

.kh_left_menu.show .sub-menu {
    transform: none !important;
    position: relative !important;
    display: none;
    background: none;
    visibility: visible !important;
    top: 0;
    box-shadow: none;
    transition: none !important;
    padding: 0;
    list-style: none;
}
.kh_left_menu.show .sub-menu .sub-menu {
    padding-bottom: 15px;
}
.kh_left_menu.show .sub-menu li {
    background: transparent;
    border-bottom: none !important;
    padding: 0 15px;
    position: relative;
}

.kh_left_menu.show ul.kh_main_menu > li:not(.mega-menu) .sub-menu li a {
    color: #fff;
    font-size: 20px;
    white-space: normal;
    margin-bottom: 5px;
}

.kh_left_menu.show ul.kh_main_menu > li:not(.mega-menu) .sub-menu .sub-menu li a {
    color: #fff;
    font-size: 15px;
}

.kh_left_menu.show .sub-menu.submenu_left {
    position: static !important;
}

.kh_left_menu.show ul li a {
    color: #fff;
    padding: 0 50px 0 0;
    text-transform: uppercase;
    color: #e5e5e5;
    font-size: 3.2vh;
    letter-spacing: 1px;
    font-weight: 300;
    text-align: left;
    border-bottom: none;
    display: inline-block;
    position: relative;
}

.kh_left_menu.show ul li a .fa.fa-home {
    position: absolute;
    left: -40px;
    top: 40%;
    transform: translateY(-50%);
}

.kh_menu_area {
    display: flex;
    padding: 30px 0;
}
.kh_left_side {
    flex: 0 0 40%;
    max-width: 40%;
}
.hb_logo_center{
    position: absolute;
    top:0;
    left: 50%;
    transform: translateX(-50%);
}
.kh_custom_menu .gd_ft_social {
    position: absolute;
    right: 0;
    bottom: 0;
}
.kh_custom_menu .gd_ft_social {
    right: 20px;
    bottom: 20px;
}
.kh_custom_menu .gd_ft_social .gd_social a:hover {
    color: #fff !important;
}
.kh_custom_menu .gd_ft_social .gd_social a{
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 1.25rem;
    text-align: center;
    line-height: 43px;
    margin-right: 10px;
}
.kh_custom_menu .gd_social a.facebook:hover {
    color: #bcbdc0;
    background: #a2812e;
    border: none;
}
.kh_custom_menu .gd_social a.youtube:hover {
    color: #bcbdc0;
    background: #a2812e;
    border: none;
}

.kh_left_menu.show ul .menu-item-has-children.is-active .sub-menu li a {
    position: relative;
}
.kh_left_menu.show ul .menu-item-has-children.is-active .sub-menu li a::before {
    content: '';
    height: 1px;
    width: 9px;
    background-color: #fff;
    position: absolute;
    top: 15px;
    left: -15px;
    /*transform: translateY(-50%);*/
/*! bottom: 0; */
}

@-moz-keyframes goRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes goRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes goRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes goLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes goLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-moz-keyframes goLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
/*Đa ngôn ngữ*/
    .hb_languages_box{
       padding: 14px 15px;
    }
    .hb_languages_box a{
        font-family: 'HardwareRough',sans-serif;
        font-size: 24px;
        color: #fff;
    }
    .btn-secondary{
        background-color: transparent;
        border-color: transparent;
    }
    .dropdown-toggle::after{
        display: none;
    }
    .hb_languages_box .btn{
        padding: 0;
    }
/*End*/
/*Đặt phòng*/
    .hb_schedule_box{
        display: flex;
       /* padding: 20px 10px;
        background: #26201a;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;*/
    }
    .hb_schedule_icon{
        border-right: 1px solid #a2812e;
        padding: 20px 20px;
        background: #26201a;
        border-bottom-left-radius: 20px;
        height: max-content;
    }
    .hb_button_schedule{
        padding: 15px 15px;
        background: #26201a;
        border-top-right-radius: 20px;
        height: max-content;
    }
    .hb_button_schedule a{
        font-family: 'HardwareRough',sans-serif;
        font-size: 24px;
        color: #fff;
    }
    .hb_schedule_box .hb_icon{
        background: #a2812e;
        -webkit-mask-image: url(../images/icon/icon_schedule.png);
        mask-image: url(../images/icon/icon_schedule.png);
        -webkit-mask-repeat: no-repeat;
        width: 23px;
        height: 26px;
    }
/*End*/
/*Menu box*/
    .hb_menu_box{
    }
    .hb_menu_box .kh_btn_show span{
        font-family: 'HardwareRough',sans-serif;
        font-size: 24px;
        color: #fff;
        margin-left: 12px;
    }
    .kh_btn_show{
        display: flex;
        padding: 25px 15px 25px 0;
        border-right: 1px solid #a2812e;
    }
    .kh_btn_show .hb_icon{
         background: #a2812e;
         -webkit-mask-image: url(../images/icon_menu.png);
         mask-image: url(../images/icon_menu.png);
         -webkit-mask-repeat: no-repeat;
         width: 26px;
         height: 28px;
         margin: 3px 0;
         cursor: pointer;
    }
/*End*/
/*code Bổ sung thêm phong trong menu*/
    .kh_right_side_title .hb_text{
        font-size: 2rem;
        font-family: 'HardwareRough',sans-serif;
        text-transform: uppercase;
        color: #a2812e;
    }
    .gd_p__image:hover img {
        transform: scale(1.1);
    }

    .gd_p__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 300ms ease-in 0ms;
    }
    .kh_right_side .gd_p__title .gd_text{
        font-family: 'HardwareRough',sans-serif;
        text-transform: uppercase;
        color: #a2812e;
        text-align: left;
        font-weight: 500;
    }
    .right_side-content .gd_p__image{
        margin-bottom: 0.5rem;
    }
/*End*/
/* ----------- Non-Retina Screens ----------- */

@media screen and (min-device-width: 1920px){
    .gd_main_menu .gd_menu__primary > li{
        padding: 0 20px !important;
    }
}

@media screen and (min-device-width: 1600px) and (max-device-width: 1800px) { 

    .gd_main_menu .gd_menu__primary > li > a {
        padding: 35px 8px;
    }
    #header.sticky .gd_main_menu .gd_menu__primary > li > a {
        padding: 1.5rem 8px 1.5rem;
    }
    .hb_schedule_icon{
        border-right:none;
        border-bottom-left-radius: 0;
    }
    .hb_button_schedule{
        display: none;
    }
}

@media screen and (max-device-width: 1536px) and (min-device-width: 1440px) {
    .gd_main_menu .gd_menu__primary > li{
        padding: 0 5px;
    }
    .gd_main_menu .gd_menu__primary > li > a {
        padding: 35px 5px;
    }
    #header.sticky .gd_main_menu .gd_menu__primary > li > a {
        padding: 1.5rem 5px 1.5rem;
    }
    .kh_left_menu ul li > .togglemenu {
        top: 5px;
    }
    .kh_left_menu.show .logo_in_menu .img-fluid {
        max-width: 50%;
    }
    .kh_left_menu.show {
        padding: 50px 200px;
    }
    .kh_menu_area {
        padding: 20px 0;
    }
    .hb_schedule_icon{
        border-right:none;
        border-bottom-left-radius: 0;
    }
    .hb_button_schedule{
        display: none;
    }
}
@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;
    }
    .gd_main_menu .gd_menu__primary > li > a{
        padding: 35px 10px;
    }
    .hb_languages_box img,
    .hb_menu_box img{
        width: 25px;
    }
    .gd_search__box .search-icon{
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
    .gd_header_cta{
        margin-left: 0;
    }

    .kh_left_menu ul li > .togglemenu {
        top: 3px;
    }
    .kh_left_menu.show {
        padding: 50px 73px;
    }
    .kh_menu_area {
        padding: 15px 0;
        justify-content: space-between;
    }
    .kh_left_menu.show .logo_in_menu .img-fluid {
        max-width: 55%;
    }
    .kh_right_side {
        flex: 0 0 60%;
        max-width: 60%;
    }
    .hb_schedule_icon{
        border-right:none;
        border-bottom-left-radius: 0;
        padding: 10px 10px;
        margin-top: 10px;
    }
    .hb_button_schedule{
        display: none;
    }
    .hb_languages_box{
        padding: 14px 5px !important;
    }
}
@media only screen and (max-width: 1280px) and (min-width: 1199px){
    .gd_main_menu .gd_menu__primary > li > a {
        padding: 35px 6px;
    }
    #header.sticky .gd_main_menu .gd_menu__primary > li > a {
        padding: 1.5rem 6px 1.5rem;
    }

    .hb_menu_box {
        padding: 0 !important;
    }

    .hb_languages_box {
        padding: 0 !important;
    }
    .gd_search__box {
        padding: 0 5px;
    }
    .logo > a:nth-child(1) > img:nth-child(1) {
        max-width: 80%;
    }
    .gd_main_menu_container {
        justify-content: space-between;
    }

    .hb_languages_box img, .hb_menu_box img {
    /* width: 25px; */
    width: 30px;
    }
    .gd_search__box .search-icon {
    /* width: 25px; */
    /* height: 25px; */
    /* line-height: 25px; */
    width: 30px;
    height: 30px;
    line-height: 30px;
    }
    .gd_search__box .search-icon i {
      /* font-size: 13px; */
      font-size: 15px;
    }
}

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

    .logo {
        align-self: center;
        /*padding: 15px 0;*/
    }
    #header.sticky .logo {
        /*padding: 15px 0;*/
    }

    .gd_main_menu .gd_menu__primary > li {
        padding: 18px 4px 16px;
        padding-left: 4px;
    }
}
@media screen and (max-width: 1199px) {
    .gd_main_menu {
        display: none !important;
    }

    .hb_languages_box, .kh_btn_show {
/*        width: 35px;
        height: 35px;*/
    }
    .hb_menu_box .kh_btn_show span{
        display: none;
    }
    .hb_languages_box img, .kh_btn_show img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .hb_menu_box {
        padding: unset !important;
    }
    .gd_search__box {
        padding: 0 10px 0 0;
    }
    .gd_search__box .search-icon {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .hb_languages_box {
        padding: unset !important;
        margin-right: 10px;
    }
    .hb_menu_box {
        padding: unset !important;
    }
}
@media only screen and (max-width: 1119px) and (min-width: 1080px){
    .hb_schedule_icon{
        border-right:none;
        border-bottom-left-radius: 0;
        padding: 10px 10px;
        margin-top: 10px;
    }
    .hb_button_schedule{
        display: none;
    }
    .hb_languages_box{
        padding: 14px 5px !important;
    }
    .kh_left_menu.show .kh_main_menu{
        padding-left: 20px;
        position: relative;
    }
    .kh_menu_area{
        flex-wrap: wrap;
    }
    .kh_left_side{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .kh_right_side{
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media only screen and (max-width: 1079px) and (min-width: 992px) {
   .hb_schedule_icon{
        border-right:none;
        border-bottom-left-radius: 0;
        padding: 10px 10px;
        margin-top: 10px;
    }
    .hb_button_schedule{
        display: none;
    }
    .hb_languages_box{
        padding: 14px 5px !important;
    }
    .kh_left_menu.show .kh_main_menu{
        padding-left: 20px;
        position: relative;
    }
    .kh_menu_area{
        flex-wrap: wrap;
    }
    .kh_left_side{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .kh_right_side{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .kh_hide_btn{
        width: 50px;
    }
    .kh_left_menu ul li > .togglemenu{
        width: 50px;
    }
    .kh_left_menu .togglemenu::after{
        font-size: 38px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .gd_main_menu_container{
        width: 20%;
    }
    .gd_search__box{
        padding:0 10px;
    }
    .gd_header_cta{
        /*padding-right: 40px;*/
    }
    .hb_schedule_icon{

    }
    .hb_button_schedule{
        display: none;
    }
    .hb_languages_box{
        padding: 14px 5px !important;
    }
    .kh_left_menu.show .kh_main_menu{
        padding-left: 0;
        position: relative;
    }
    .kh_menu_area{
        flex-wrap: wrap;
    }
    .kh_left_side{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .kh_right_side{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .kh_hide_btn{
        width: 50px;
        margin-top: 10px;
    }
    .kh_left_menu ul li > .togglemenu{
        width: 50px;
    }
    .kh_left_menu .togglemenu::after{
        font-size: 38px;
        padding: 0 12px;
    }
    .kh_left_menu.show{
        padding: 100px 100px;
    }
}
@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;
    }

    .logo {
        /*margin-right: 30px;*/
    }
    
    .gd_main_menu .gd_menu__primary > li {
        padding: 18px 10px 16px;
    }

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

    #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: 0;
        left: auto;
    }

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

@media only screen and (max-width: 992px) {
    .gd_header_cta {
        justify-content: space-between;
    }
    .hb_menu_box {
        padding: unset !important;
    }
    .kh_btn_show img, .kh_hide_btn img, .hb_languages_box img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .kh_btn_show, .kh_hide_btn, .hb_languages_box {
 /*       width: 30px;
        height: 30px;*/
        border-right:none;
    }
    .hb_button_schedule{
        display: none;
    }
    .hb_schedule_icon{
        border-right: none;
        padding: 5px 5px;
        border-bottom-left-radius: 0;
    }
    .hb_schedule_box{
        height: max-content;
        margin-top: 5px;
    }
    .logo h1{
        height: 50px !important;
    }
    .hb_schedule_box .hb_icon{
        width: 16px;
        height: 18px;
        -webkit-mask-size: cover
    }
    .gd_menu__mobile.mean-container {
        display: none;
    }
    .kh_hide_btn {
        right: 23px;
    }
    .logo .img-fluid {
        max-width: 72%;
        margin: 0 auto;
        display: block;
    }
    .kh_btn_show{
        padding: 10px 15px 10px 0;
        margin-right: 15px;
    }
    /* #region MEAN MENU*/
    /* hide the link until viewport size is reached */
    .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-vertical {
        display: none;
    }
    .gd_main_menu_container {
        order: 3;
    }
    a.meanmenu-reveal {
        display: none;
    }

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

    .mean-container a.meanmenu-reveal {
        color: #a3001c;
        cursor: pointer;
        display: block;
        font-family: Arial;
        font-weight: 700;
        height: 35px;
        line-height: 35px;
        padding: 0;
        position: absolute;
        text-decoration: none;
        width: 40px;
        background: none;
        border-radius: 4px;
    }

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

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

        .mean-container a.meanmenu-reveal span {
            background: #a3001c;
            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;
        margin-top: 30px;
        padding: 0;
        z-index: 2000;
        max-height: calc(100vh - 50px);
        overflow-y: scroll;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

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

        .mean-container .mean-nav ul {
            padding: 0;
            margin: 0;
            width: 100%;
            background: #a3001c;
            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 {
            font-weight: bold;
        }

        .mean-container .mean-nav ul li a.mean-expand {
            margin-top: -1px;
            width: 45px;
            line-height: 1rem;
            padding: 12px !important;
            text-align: center;
            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;*/
    margin-top: 0;
    }
    .mean-container .mean-nav{
        margin-top: 40px;
    }
    .gd_search__box .search-icon{
        padding: 9px 9px;
        width: 30px;
        height: 30px;
        line-height: 1;
    }
    /*Bổ sung hình ảnh đa ngôn ngữ ở header*/
    .hb_languages_box{
        padding: 0 !important;
    }
    /*-------------------------------------*/
    .mean-remove {
        display: none !important;
    }

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

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

    .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);
    }
    .kh_container {
        padding: 0 15px;
    }
    .container {
        max-width: 100%;
        padding: 0 30px;
    }

    .mean-container .mean-bar {
        position: absolute;
        right: 15px;
    }

    #header.sticky .logo {
        /*padding: 15px 0;*/
    }
    .search_active .search-form .form-control{
        font-size: 14px;
        padding: 10px 15px 0 0 !important;
        flex:0 0 90%;
    }
    .search-form [type="submit"]{
        margin-top: 10px;
        padding: 0;
        width: 100%;
        display: block;
    }
    .kh_btn_search span.kh_txt_search{
        display: none;
    }
    .search_active .search-form .far.fa-search{
        padding-top: 0;
    }
    .kh_btn_search .far.fa-search{
        margin-right: 0;
    }
    .gd_header_cta > div {
        padding: 0 5px;
    }
    .kh_left_menu.show .logo_in_menu {
        display: none;
    }
    .kh_left_menu.show {
        padding: 60px 15px;
    }
    .kh_menu_area {
        display: block;
        /*padding: 15px 0;*/
    }
    .kh_left_side {
        max-width: unset;
    }
    .kh_left_menu.show ul li a {
        font-size: 18px;
    }
    .kh_left_menu.show ul.kh_main_menu > li:not(.mega-menu) .sub-menu li a {
        font-size: 16px;
    }
    .kh_left_menu.show ul.kh_main_menu > li:not(.mega-menu) .sub-menu .sub-menu li a {
        font-size: 14px;
    }
    .kh_left_menu.show .kh_main_menu {
        padding-left: 25px;
    }
    .kh_left_menu.show ul li a .fa.fa-home {
        left: -25px;
        top: 45%;
    }
    .kh_custom_menu .gd_ft_social {
        padding-bottom: 0;
    }
    .kh_custom_menu .gd_ft_social .gd_social a {
        width: 30px;
        height: 30px;
        font-size: 1rem;
        line-height: 30px;
    }
    .kh_left_menu ul li.is-active .menu-item-has-children .togglemenu {
        top: -8px;
    }
    .logo,
    .logo h1{
        z-index: 1001;
    }
    .kh_right_side {
        display: none;
    }
}

@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;
    }

    .gd_search__box {
        padding: 0 7px;
    }
    .mean-container .mean-bar {
      /*  margin-top: -17px;*/
    }

    .mean-container .mean-nav {
        margin-top: 40px;
    }

    .gd_header_cta {
       /* padding-right: 60px;*/
    }

    .cta_hotline {
        display: none;
    }
    /*Bổ sung hình ảnh đa ngôn ngữ ở header*/

    .hb_languages_box img{
        max-width: 30px;
    }
    .kh_hide_btn span .fal {
        font-size: 30px;
    }
    .kh_hide_btn {
        right: 8vw;
        top: 25px;
    }
    .kh_left_menu ul li > .togglemenu {
        top: 0;
    }
    .kh_left_menu.show > ul {
        top: 11vh;
    }
    /*-------------------------------------*/
}
@media only screen and (max-width: 375px) {
    .logo .img-fluid {
        max-width: 65%;
    }
}