﻿/*!
 * home.css
 * Version - 1.0
 * Website: lebencommunity.com
 * Author: Ghida
 * Copyright (c) 2020 bicweb.com
 */
.logo h1 {
    margin-bottom: 0;
    height: 95px;
    position: sticky;
    z-index: 10;
}

.gd_box__title {
    text-align: center;
}

    .gd_box__title .gd_text {
        font-size: 30px;
        color: #083190;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
        margin-bottom: 30px;
        position: relative;
        padding-bottom: 10px;
    }

        .gd_box__title .gd_text::after {
            content: "";
            width: 70px;
            height: 1px;
            background-color: #008ed4;
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
        }

.gd_module {
    padding: 40px 0;
}

/*********************************************
    1. Banner
**********************************************/
.gd_banner {
    clear: both;
}

    .gd_banner img.bg_slider {
    }

.gd_banner_image {
    margin: 0;
}

.gd_banner .owl-nav [class^="owl-"] {
    color: #fff;
    line-height: 1;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.3s ease-in 0s;
    visibility: hidden;
    z-index: 100;
    height: 65px;
    width: 40px;
    cursor: pointer;
    font-size: 48px;
}

.gd_banner .owl-prev {
    left: 40px;
}

.gd_banner .owl-next {
    right: 40px;
}

.gd_banner:hover .owl-nav [class^="owl-"] {
    opacity: 1;
    visibility: visible;
}

.gd_banner .owl-nav.disabled {
    display: none;
}


.gd_banner .owl-dots {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    padding: 3px 10px;
    border-radius: 5px 5px 0 0;
}

    .gd_banner .owl-dots::after, .gd_banner .owl-dots:before {
        content: "";
        bottom: 0;
        position: absolute;
        display: none;
    }

    .gd_banner .owl-dots::after {
        border-left: 0px solid transparent;
        border-right: 15px solid transparent;
        right: -14px;
        border-bottom: 24px solid #fff;
    }

    .gd_banner .owl-dots::before {
        border-left: 15px solid transparent;
        border-top: 0px solid transparent;
        border-bottom: 24px solid #fff;
        left: -14px;
    }

.gd_banner .owl-dot {
    padding: 5px;
}

.gd_banner .owl-dots .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #fff;
    transition: all 300ms ease-in 0ms;
}

.gd_banner .owl-dot.active span {
    width: 50px;
}

.gd_box_testimonial .owl-dots {
    background: none;
    bottom: -20px;
}

.owl-nav.disabled {
    display: none;
}
    .hb_title_solgan{
        font-size: 24px;
        font-family: 'HardwareRough',sans-serif;
        text-transform: uppercase;
    }
    .hb_title_sub{
        font-size: 60px;
        font-family: 'HardwareRough',sans-serif;
        text-transform: uppercase;
        color: #a2812e;
    }
/*********************************************
    2. Module About
**********************************************/
    .gd_about_content{
        margin: 30px 0;
    }
    .gd_desc{
        font-size: 18px;
        text-align: justify;
    }
    .hb_button_content{
        margin-top: 45px;
    }
    .hb_button_content a{
        font-size: 20px;
        font-family: 'HardwareRough',sans-serif;
        background: #a2812e;
        color: #fff;
        padding: 20px 60px;
        border-bottom-left-radius: 20px;
        border-top-right-radius: 20px;
    }
    .hb_button_content a:hover{
        background: #fff;
        color: #a2812e;
        border: 1px solid #a2812e;
    }
    .hb_images{
        margin: 0;
    }
    .gd_about_image{
        position: relative;
    }
    .hb_content_images{
        position: absolute;
        bottom: 11px;
        left: 26px;
        display: flex;
    }
    .hb_gallery{
        padding: 10px;
        background: #a2812e;
    }
    .hb_icon_gallery{
        background: #fff;
        -webkit-mask-image: url(../images/icon_imgaes.png);
        mask-image: url(../images/icon_imgaes.png);
        -webkit-mask-repeat: no-repeat;
        width: 26px;
        height: 28px;
    }
    .hb_button_video{
        padding: 15px;
        background: #a2812e;
        border-left: 1px solid #fff;
    }
    .hb_icon_button{
        background: #fff;
        -webkit-mask-image: url(../images/icon_play.png);
        mask-image: url(../images/icon_play.png);
        -webkit-mask-repeat: no-repeat;
        width: 16px;
        height: 18px;
    }
/*********************************************
    3. Module Dịch Vụ
**********************************************/
    .gd_module__service{

    }
    .gd_module__service .hb_title_about{
        text-align: center;
        margin-bottom: 30px;
        position: relative;
    }
    .gd_module__service .hb_title_about:before{
        content: '';
        position: absolute;
        width: 60px;
        height: 1px;
        background: #000;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
    }
    .gd_service_posts{

    }
    .gd_service__image{
        width: 100%;
        height: calc(350/450 * (var(--content-size)/3 - 30px));
        border-top-right-radius: 40px;
        margin-bottom: 0;
        overflow: hidden;
        position: relative;
        background-color: #045e78;
        color: #ffffff;
    }
    .gd_service__image img{
        width: 100%;
        height: 100%;
        border-top-right-radius: 40px;
    }
    .gd_service__image a {
        display: block;
        width: 100%;
        height: 100%;
    }
    .gd_service__image a .img-fluid {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .gd_service__image * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 2s ease;
        transition: all 2s ease;
    }
    .gd_service__image:after {
        background-color: #fff;
        opacity: 0.6;
        top: 0;
        bottom: 0;
        content: '';
        left: -100%;
        position: absolute;
        width: 200px;
        box-shadow: 0 0 100px #fff;
        -webkit-transform: skew(-20deg);
        transform: skew(-20deg);
        -webkit-transition: all 2s ease;
        transition: all 2s ease;
    }

    .gd_service__image img {
        vertical-align: top;
        max-width: 100%;
        backface-visibility: hidden;
    }

    .gd_service__image:hover > img {
        opacity: 0.8;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }
    .gd_service__image:hover:after{
        left: 200%;
    }
    .gd_service__image img{
        width: 100%;
    }
    .gd_service__content{
        border-bottom-left-radius: 40px;
        background: #ebebeb;
        padding: 30px;
    }
    .hb_service_desc p{
        text-align: justify;
        display: -webkit-box!important;
        max-width: 100%;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .gd_service__content .gd_text{
        font-family: 'HardwareRough',sans-serif;
        text-transform: uppercase;
        color: #a2812e
    }
    .gd_service__content .gd_text:hover{
        color: #000;
    }
/*********************************************
    4. Module Vì sao
**********************************************/
    .gd_module__why{
      background: url(../images/border_why.png) no-repeat center;
      background-position: 52.5% 82%;
    }
    .gd_module__why .hb_title_about{
        line-height: 1;
    }
    .hb_why_box{
    }
    .kh_list_why{
        margin: 40px 30px;
    }
    .kh_item_why .kh_why_inner{
        display: flex;
    }
    .kh_why_images{
        flex: 0 0 30%;
        max-width: 30%;
        margin: 0;
    }
    .kh_item_why:nth-child(2) .kh_why_images{
        flex: 0 0 23%;
        max-width: 23%;
    }
    .kh_item_why:nth-child(3) .kh_why_images{
        flex: 0 0 25%;
        max-width: 25%;
    }
    .kh_why_images img{
        height: 100%;
    }
    .kh_why_item_title a{
        font-size: 24px;
        font-family: 'HardwareRough',sans-serif;
        text-transform: uppercase;
        color: #a2812e;
    }
    .kh_why_item_desc a{
        color: #000;
    }
/*********************************************
    5. Module Hệ Thống phòng
**********************************************/
    .gd_module__restroom .hb_title_about{
        text-align: center;
        position: relative;
    }
    .gd_module__restroom .hb_title_about:before {
        content: '';
        position: absolute;
        width: 60px;
        height: 1px;
        background: #000;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
    }
    .kh_list_restroom{
        margin-top: 20px;
    }
    .kh_inner_restroom{
        display: flex;
        margin-bottom: 20px;
    }
    .hb_restroom_img{
        flex: 0 0 65%;
        max-width: 65%;
    }
    .hb_restroom_content{
        flex:0 0 35%;
        max-width: 35%;
        border-top-right-radius: 40px;
        background: #ebebeb;
        padding: 30px 40px;
    }
    .kh_rest_image{
        height: calc(500/900 * var(--content-size) * 6.5/10 - 30px);
        border-bottom-left-radius: 40px;
        overflow: hidden;
        margin: 0;
    }
    .kh_rest_image img{
        width: 100%;
        height: 100%;
        border-bottom-left-radius: 40px;
    }
    .hb_restroom_title{
        font-family: 'HardwareRough',sans-serif;
        text-transform: uppercase;
        border-bottom: 1px solid #000;
        font-size: 30px;
        margin-bottom: 10px;
    }
    .hb_restroom_gia{
        border-bottom: 1px solid #000;        
        margin-bottom: 10px;
        padding-bottom: 15px;
    }
    .hb_restroom_gia strong{
        font-size: 24px;
        margin-left: 5px;
        font-weight: 500;
    }
    .hb_restroom_desc p{
        display: -webkit-box !important;
        max-width: 100%;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .hb_button_restroom{
        display: flex;
        margin-top: 40px;
    }
    .hb_restroom_chitiet{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .hb_restroom_datphong{
         flex: 0 0 50%;
        max-width: 50%;
    }
    .hb_restroom_chitiet a{
        font-size: 20px;
        font-family: 'HardwareRough',sans-serif;
        background: #a2812e;
        color: #fff;
        padding: 20px 0;
        display: inline-block;
        width: 100%;
        text-align: center;
        border-bottom-left-radius: 20px;
        border-top-right-radius: 20px;
    }
    .hb_restroom_chitiet a:hover{
        border: 1px solid #000;
        background: #fff;
        color: #a2812e;
    }
    .hb_restroom_datphong a{
        font-size: 20px;
        font-family: 'HardwareRough',sans-serif;
        border: 1px solid #000;
        color: #000;
        padding: 20px 0;
        width: 100%;
        display: inline-block;
        text-align: center;
        border-bottom-left-radius: 20px;
        border-top-right-radius: 20px;
    }
    .hb_restroom_datphong a:hover{
        border: 1px solid #a2812e;
        background: #a2812e;
        color: #fff;
    }
    .kh_item_restroom {
        display: none;
    }
    .kh_item_restroom.room_show {
        display: block;
    }
    .kh_list_type{
        display: flex;
        margin: 0 -35px;
        align-items: center;
    }
    .kh_item_type{
        padding: 0 35px;
        flex: 0 0 25%;
        max-width: 25%;
        border-top-right-radius: 20px;
        display: flex;
    }
    .kh_rest_img{
        flex: 0 0 50%;
        max-width: 50%;
        border-bottom-left-radius: 20px;
        margin-bottom: 0;
        flex: 0 0 53.333%;
        max-width: 53.333%;
        height: calc(91/161 * (var(--content-size) - 210px)/8);
        overflow:hidden;
    }
    .kh_rest_img img{
        border-bottom-left-radius: 20px;
        width: 100%;
        height: 100%;
    }
    .kh_item_type a{
        font-size: 18px;
        display: flex;
        height: auto;
        align-items: center;
        flex: 0 0 46.667%;
        max-width: 46.667%;
        padding-left: 10px;
        border-top-right-radius: 20px;
        color: #000;
        font-family: 'HardwareRough',sans-serif;
    }
    .gd_module__restroom .kh_nav_type .kh_item_type:hover a{
       background: #a2812e;
       color: #fff;
    }
    .gd_module__restroom .kh_nav_type .kh_item_type.type_active a{
        background: #a2812e;
        color: #fff;
    }

    .owl-nav {
    }
    .kh_item_restroom.room_show .hb_restroom_img .owl-nav {
        position: absolute;
        bottom: 0;
        right: 0;
        display: flex;
    }
    .kh_item_restroom.room_show .hb_restroom_img .owl-nav .owl-prev, .kh_item_restroom.room_show .hb_restroom_img .owl-nav .owl-next {
        width: 50px;
        height: 50px;
        background-color: rgba(0,0,0,0.5);
        text-align: center;
        line-height: 50px;
        color: #fff;
        font-size: 2rem;
        margin-left: 2px;
        cursor: pointer;
    }

/*********************************************
    6. Module Thư viện ảnh
**********************************************/
    .gd_module__library .hb_title_about{
        text-align: center;
        position: relative;
    }
    .gd_module__library .hb_title_about:before {
        content: '';
        position: absolute;
        width: 60px;
        height: 1px;
        background: #000;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
    }
    .kh_list_library{
        padding-top: 20px;
        margin: 0 -10px;
    }
    .kh_box_left{
        flex-flow: column;
        display: flex;
        padding: 0 10px;
    }
    .kh_box_left .gd_gallery_inner:nth-child(1){
        margin-bottom: 20px;
    }
    .kh_box_left .gd_gallery_inner:nth-child(1) .gd_gallery_image{
        height: calc((var(--content-size)/3 - 20px));
        margin: 0;
    }
    .gd_gallery_inner a{
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
    }
    .gd_gallery_image img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
        max-width: none;
    }
    .kh_box_left .gd_gallery_inner:nth-child(2) .gd_gallery_image{
        height: calc(260/462 * (var(--content-size)/3 - 20px));
        margin: 0;
    }
    .kh_box_center{
       flex-flow: column;
       display: flex;
       padding: 0 10px;
    }
    .kh_box_center .gd_gallery_inner:nth-child(1){
       margin-bottom: 20px;
    }
    .kh_box_center .gd_gallery_inner:nth-child(1) .gd_gallery_image{
        height: calc(260/462 * (var(--content-size)/3 - 20px));
        margin: 0;
    }
    .kh_box_center .gd_gallery_inner:nth-child(2) .gd_gallery_image{
        height: calc((var(--content-size)/3 - 20px));
        margin: 0;
    }
    .kh_box_right{
        padding: 0 10px;
        display: flex;
        flex-flow: column-reverse;
    }
    .kh_box_right  .gd_gallery_inner .gd_gallery_image{
        height: calc(736/462 * (var(--content-size)/3 - 20px));
        margin: 0;
    }
    .gd_module__library .hb_button_content{
        margin: 45px auto 0;
    }
    .gd_module__library .hb_button_content a{
        padding: 15px 80px;
    }
    .gd_gallery_inner {
        position: relative;
    }

    .gd_gallery_inner a::before {
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgb(162, 129, 46,0.6);
        z-index: 1;
        transition: all 300ms ease-in 0ms;
        opacity: 0;
    }

    .gd_gallery_inner a::after {
        color: #fff;
        content: "\f00e";
        font-family: "Font Awesome 5 Pro";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, 50%);
        width: 60px;
        height: 60px;
        text-align: center;
        border-radius: 50%;
        border: 1px solid #fff;
        line-height: 58px;
        z-index: 2;
        opacity: 0;
        transition: all 300ms ease-in 0ms;
        font-weight: 300;
        font-size: 26px;
    }

    .gd_gallery_inner:hover a::before {
        opacity: 1;
    }

    .gd_gallery_inner:hover a::after {
        opacity: 1;
        transform: translate(-50%, -50%);
    }

    .gd_gallery_inner .img-fluid {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 300ms ease-in-out 0ms;
    }
    .gd_gallery_image {
        margin-bottom: 30px;
        position: relative;
        overflow: hidden;
    }

    .gd_gallery_image:hover .img-fluid {
        transform: scale(1.1);
    }
/*********************************************
    7. Module XXX
**********************************************/
@media screen and (min-device-width: 858px) and (max-device-width: 1800px) {

}
@media screen and (min-device-width: 1600px) and (max-device-width: 1800px) {
     .gd_module__why{
        padding: 0 0 30px;
        background: none
    }
    .kh_list_why{
        margin: 20px 0 0;
        display: flex;
    }
    .kh_item_why{
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    .kh_why_item_desc a{
        display: -webkit-box !important;
        max-width: 100%;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .kh_why_images{
        padding-right: 10px;
    }
}

@media screen and (max-device-width: 1536px) and (min-device-width: 1440px) {
     .gd_module{
        padding: 30px 0;
    }
    .hb_title_sub{
        font-size: 2.5rem;
    }
    .gd_desc{
         font-size: 16px;
         text-align: justify;
         display: -webkit-box !important;
         max-width: 100%;
         -webkit-line-clamp: 5;
         -webkit-box-orient: vertical;
         overflow: hidden;
         text-overflow: ellipsis;
    }
    .hb_button_content{
        margin-top: 30px;
    }
    .hb_button_content a {
        font-size: 18px;
        padding: 15px 50px;
    }
    .gd_module__service{
        padding: 0 0 30px;
    }
    .gd_module__why{
        padding: 0 0 30px;
        background: none
    }
    .kh_list_why{
        margin: 20px 0 0;
        display: flex;
    }
    .kh_item_why{
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    .kh_why_item_desc a{
        display: -webkit-box !important;
        max-width: 100%;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .kh_why_images{
        padding-right: 10px;
    }
    .gd_module__restroom{
        padding: 0 0 30px;
    }
    .hb_restroom_chitiet{
        text-align: center;
    }
    .hb_restroom_chitiet a{
        font-size: 18px;
    }
    .hb_restroom_datphong{
        text-align: center;
    }
    .hb_restroom_datphong a{
        font-size: 18px;
    }
    .kh_item_type a{
        font-size: 16px;
    }
    .gd_module__library{
        padding: 0 0 30px;
    }
    .gd_module__library .hb_button_content a{
        padding: 15px 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    .gd_module{
        padding: 30px 0;
    }
    .hb_title_sub{
        font-size: 2.5rem;
    }
    .gd_desc{
         font-size: 16px;
         text-align: justify;
         display: -webkit-box !important;
         max-width: 100%;
         -webkit-line-clamp: 5;
         -webkit-box-orient: vertical;
         overflow: hidden;
         text-overflow: ellipsis;
    }
    .hb_button_content{
        margin-top: 30px;
    }
    .hb_button_content a {
        font-size: 18px;
        padding: 15px 50px;
    }
    .gd_module__service{
        padding: 0 0 30px;
    }
    .gd_module__why{
        padding: 0 0 30px;
        background: none
    }
    .kh_list_why{
        margin: 20px 0 0;
        display: flex;
    }
    .kh_item_why{
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    .kh_why_item_desc a{
        display: -webkit-box !important;
        max-width: 100%;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .kh_why_images{
        padding-right: 10px;
    }
    .gd_module__restroom{
        padding: 0 0 30px;
    }
    .hb_restroom_chitiet a{
        font-size: 18px;
        padding: 15px 25px;
    }
    .hb_restroom_datphong a{
        font-size: 18px;
        padding: 15px 25px;
    }
    .kh_item_type a{
        font-size: 16px;
    }
    .gd_module__library{
        padding: 0 0 30px;
    }
    .gd_module__library .hb_button_content a{
        padding: 15px 50px;
    }
}
@media screen and (min-device-width: 625px) and (max-device-width: 1366px) {

}
@media screen and (min-device-width: 858px) and (max-device-width: 1200px) {

}
@media only screen and (max-width: 1280px) and (min-width: 1199px){
   
}

@media only screen and (max-width: 1119px) and (min-width: 1080px){
    .gd_module{
        padding: 30px 0;
    }
    .hb_title_sub{
        font-size: 2.5rem;
    }
    .gd_desc{
         font-size: 16px;
         text-align: justify;
         display: -webkit-box !important;
         max-width: 100%;
         -webkit-line-clamp: 5;
         -webkit-box-orient: vertical;
         overflow: hidden;
         text-overflow: ellipsis;
    }
    .hb_button_content{
        margin-top: 30px;
    }
    .hb_button_content a {
        font-size: 18px;
        padding: 15px 50px;
    }
    .gd_module__service{
        padding: 0 0 30px;
    }
    .gd_module__why{
        padding: 0 0 30px;
        background: none
    }
    .kh_list_why{
        margin: 20px 0 0;
        display: flex;
    }
    .kh_item_why{
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    .kh_why_item_desc a{
        display: -webkit-box !important;
        max-width: 100%;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .kh_why_images{
        padding-right: 10px;
    }
    .gd_module__restroom{
        padding: 0 0 30px;
    }
    .hb_restroom_chitiet a{
        font-size: 18px;
        padding: 15px 25px;
    }
    .hb_restroom_datphong a{
        font-size: 18px;
        padding: 15px 25px;
    }
    .kh_item_type a{
        font-size: 16px;
    }
    .gd_module__library{
        padding: 0 0 30px;
    }
    .gd_module__library .hb_button_content a{
        padding: 15px 50px;
    }
}

@media only screen and (max-width: 1079px) and (min-width: 992px) {
    .kh_why_item_content{
        text-align: center;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .kh_item_why:nth-child(3) .kh_why_images{
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .gd_module{
        padding: 30px 0;
    }
    .hb_title_sub{
        font-size: 2.5rem;
    }
    .gd_desc{
        font-size: 16px;
    }
    .gd_about_content{
        order: 2;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 20px 0;
    }
    .gd_about_image{
        flex: 0 0 100%;
        max-width: 100%;
        order: 1;
    }
    .hb_images img{
        width: 100%
    }
    .hb_content_images{
        bottom: 12px;
        left: 27px;
    }
    .hb_button_content a{
        font-size: 18px;
        padding: 15px 50px;
    }
    .hb_button_content{
        margin-top: 30px;
    }
    .gd_module__service{
        padding: 0 0 30px;
    }
    .gd_service__content{
        padding: 15px;
    }
    .gd_service__content .gd_text{
        font-size: 1.5rem;
    }
    .hb_service_desc p{
        font-size: 12px;
    }
    .gd_module__why{
        padding: 0 0 30px;
        background: none;
    }
    .kh_list_why{
        display: flex;
        margin: 20px 0 0;
    }
    .kh_item_why{
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    .kh_item_why .kh_why_inner{
        flex-wrap: wrap;
    }
    .kh_why_images img{
        height: auto;
    }
    .kh_why_images{
        margin: 0 auto 1rem;
    }
    .gd_module.gd_module__restroom{
        padding: 0 0 30px;
    }
    .kh_inner_restroom{
        flex-wrap: wrap;
    }
    .hb_restroom_img {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .hb_restroom_content{
        flex: 0 0 100%;
        max-width: 100%;
        border-bottom-left-radius: 40px;
        border-top-right-radius: 0;
    }
    .kh_rest_image{
        border-bottom-left-radius: 0;
        border-top-right-radius: 40px;
        height: calc(500/900 * var(--content-size) - 30px)
    }
    .kh_rest_image img{
        border-bottom-left-radius: 0;
    }
    .hb_restroom_chitiet{
        text-align: center;
    }
    .hb_restroom_datphong{
        text-align: center;
    }
    .kh_list_type{
        margin: 0 -15px;
    }
    .kh_item_type{
        padding: 0 15px;
    }
    .kh_rest_img{
        display: none;
    }
    .kh_item_type a{
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        text-align: center;
        display: block;
        padding: 10px;
        border-bottom-left-radius: 20px;
        opacity: 0.5;
    }
    .gd_module__restroom .kh_nav_type .kh_item_type.type_active a{
        opacity: 1;
    }
    .gd_module__library{
        padding: 0 0 30px;
    }
    .gd_module__library .hb_button_content {
        margin: 30px auto 0;
    }
    .gd_module__library .hb_button_content a{
        padding: 10px ​55px;
    }
}
@media screen and (max-device-width: 992px) {

    
}

@media only screen and (max-width: 767px) and (min-width: 577px) {

}

@media screen and (max-device-width: 576px) {
    .gd_module{
        padding: 30px 0;
    }
    .gd_about_content{
        margin: 0 0 40px;
    }
    .hb_title_sub{
        font-size: 2.5rem;
    }
    .hb_title_about{
        text-align: center;
    }
    .hb_button_content{
        margin-top: 30px;
        text-align: center;
    }
    .hb_button_content a{
        font-size: 18px;
        padding: 15px 50px;
    }
    .hb_content_images{
        left: 20px;
        bottom: 6px;
    }
    .gd_module__service{
        padding: 0 0 30px;
    }
    .gd_service__item{
        margin-bottom: 30px;
    }
    .gd_service__item:last-child{
        margin-bottom: 0;
    }
    .gd_service__image{
        height: unset;
    }
    .gd_module__why{
        padding: 0 0 30px;
        background: none;
    }
    .kh_list_why{
        margin: 20px 0;
    }
    .kh_item_why .kh_why_inner{
        flex-wrap: wrap;
    }
    .kh_item_why{
        margin-bottom: 30px;
    }
    .kh_item_why:last-child{
        margin-bottom: 0;
    }
    .kh_why_images {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 auto 1rem;
        text-align: center;
    }
    .kh_item_why:nth-child(3) .kh_why_images{
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 auto 1rem;
        text-align: center;
    }
    .gd_module.gd_module__restroom{
        padding: 0 0 30px;
    }
    .kh_inner_restroom{
        flex-wrap: wrap;
    }
    .hb_restroom_content{
        flex: 0 0 100%;
        max-width: 100%;
        border-top-right-radius: 0;
        border-bottom-left-radius: 40px;
    }
    .hb_restroom_img{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .kh_rest_image{
        height: calc(300/450 * var(--content-size) - 30px);
        border-bottom-left-radius: 0;
        border-top-right-radius: 40px;
    }
    .kh_rest_image img{
         border-bottom-left-radius: 0;
    }
    .hb_button_restroom{
        margin-top: 30px;
    }
    .hb_restroom_chitiet a,
    .hb_restroom_datphong a{
        font-size: 18px;
        padding: 15px 25px;
    }
    .kh_item_type{
        flex: 0 0 50%;
        max-width: 50%;
        flex-wrap: wrap;
        padding: 0 15px;
    }
    .kh_list_type{
        flex-wrap: wrap;
        margin: 0 -15px;
    }
    .kh_rest_img{
        display: none;
    }
    .kh_item_type a{
        flex: 0 0 100%;
        max-width: 100%;
        border-bottom-left-radius: 20px;
        display: block;
        text-align: center;
        padding: 10px 0;
    }
    .kh_box_left .gd_gallery_inner:nth-child(1) .gd_gallery_image,
    .kh_box_left .gd_gallery_inner:nth-child(2) .gd_gallery_image,
    .kh_box_center .gd_gallery_inner:nth-child(1) .gd_gallery_image,
    .kh_box_center .gd_gallery_inner:nth-child(2) .gd_gallery_image,
    .kh_box_right .gd_gallery_inner .gd_gallery_image{
        height: unset;
    }
    .kh_box_left,
    .kh_box_center{
        margin-bottom: 20px;
    }
}

@media screen and (max-device-width: 414px) {

}

@media screen and (max-device-width: 375px) {

}
@media screen and (max-device-width: 360px) {

}