/*!
 * layout.css
 * Version - 1.0
 * Website: lebencommunity.com
 * Author: Ghida
 * Copyright (c) 2020 bicweb.com
 */

/*#region EDITER - WP DEFAULT */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
    max-width: 100%;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
    max-width: 100%;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
    max-width: 100%;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.wp-caption {
    background: #fff;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

    .wp-caption.alignnone {
        margin: 5px 20px 20px 0;
    }

    .wp-caption.alignleft {
        margin: 5px 20px 20px 0;
    }

    .wp-caption.alignright {
        margin: 5px 0 20px 20px;
    }

    .wp-caption img {
        border: 0 none;
        height: auto;
        margin: 0;
        max-width: 98.5%;
        padding: 0;
        width: auto;
    }

    .wp-caption .wp-caption-text {
        font-size: 14px;
        padding: 10px;
    }

.gd_content_editor *:not(table) {
    max-width: 100%;
}

.gd_content_editor img {
    height: auto;
}

.gd_content_editor h2 {
    font-size: 1.25rem;
    font-weight: 700;
}

.gd_content_editor h3, .gd_content_editor h4 {
    font-weight: 600;
    font-size: 1.125rem;
}

.gd_content_editor h5, .gd_content_editor h6 {
    font-style: oblique;
    font-weight: 600;
    font-size: 1.125rem;
}

.gd_content_editor ol, .gd_content_editor ul {
    padding-left: 30px;
}

.gd_content_editor a {
    color: #183885;
    font-weight: 600;
}

    .gd_content_editor a:hover, .gd_content_editor a:active, .gd_content_editor a:focus {
        color: #008ed4;
        font-weight: 600;
    }


/*#endregion */

/*#region MAIN */
 .breadcrumbs a,
 span.breadcrumb_last,
 .breadcrumbs span{
        color: #fff;
    }
        .breadcrumbs a:hover, .breadcrumbs a:active, .breadcrumbs a:focus {
            color: var(--color);
        }
       .breadcrumbs i.fas.fa-home {
            width: 30px;
            height: 30px;
            background: #0000009c;
            border-radius: 50%;
            border:1px solid #fff;
            padding:5px;
            font-size: 15px;
            margin-right: 10px;
        }

.gd_box__title {
    position: relative;
    margin-bottom: 1.875rem;
}

    .gd_box__title .gd_text {
        font-size: 2.5rem;
        font-weight: 400;
        color: #222;
        margin: 0;
    }

.gd_box__desc {
    font-size: 1rem;
}

.gd_cover_item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
    .gd_cover_item:before{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgb(0, 0, 0,0.6);

    }
    .gd_cover_item .img-fluid {
        width: 100%;
        height: 100%;
    }

.gd_absolute {
    position: absolute;
    left: 0;
    width: 100%;    
    line-height: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

    .gd_absolute .gd_text {
        font-size: 5rem;
        color: #fff;
        margin: 0;
        line-height: 0.7;
         font-family: 'HardwareRough',sans-serif;
    text-transform: uppercase;
    }

    .gd_cover_item .gd_absolute .hb_border{
        position: relative;
        text-align: center;
    }
    .gd_cover_item .gd_absolute .hb_border:before{
        position: absolute;
        /*content: '';*/
        border-left: 5px solid var(--color);
        left: 0;
        width: 100%;
        height: 100%;
    }


/*#endregion */

/*#region POST */
.gd_post__item {
    margin-bottom: 2rem;
}

.gd_post__inner {
    display: flex;
    background: #fff;
}

.gd_post__image {
    flex: 0 0 38.95%;
    margin-bottom: 0;
    background: -webkit-linear-gradient(45deg, #008ed4 0%, #00a3e7 100%);
    background: linear-gradient(45deg, #008ed4 0%,#00a3e7 100%);
}

    .gd_post__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
        max-width: none;
        width: 100%;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
        transition: opacity 0.35s, transform 0.45s;

    }

    .gd_post__image a {
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
    }

        .gd_post__image a:before {
            position: absolute;
            top: 15px;
            right: 15px;
            bottom: 15px;
            left: 15px;
            border: 1px solid #fff;
            content: '';
            opacity: 0;
            filter: alpha(opacity=0);
            -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
            transition: opacity 0.35s, transform 0.45s;
            -webkit-transform: translate3d(-15px,0,0);
            transform: translate3d(-15px,0,0);
            z-index: 1;
        }

    .gd_post__image:hover img {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .gd_post__image:hover a:before {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

.gd_post__content {
    padding-left: 30px;
}

.gd_post__title {
}

    .gd_post__title .gd_text {
        font-size: 1.25rem;
        color: #222;
        display: -webkit-box !important;
        max-width: 100%;
        margin-bottom: 0.5rem;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: 600;
    }

        .gd_post__title .gd_text:hover {
            color: #008ed4;
        }

.gd_post__excerpt {
    color: #222222;
    font-size: 1rem;
    line-height: 1.42;
}

    .gd_post__excerpt p.text-right {
        margin: 0;
    }

.gd_post__list .gd_readmore {
    margin-top: 0;
    background: none;
    color: #008ed4;
    padding: 0;
    font-size: 1rem;
    font-weight: normal;
}

    .gd_post__list .gd_readmore .fal {
        margin-left: 5px;
        transition: all 300ms cubic-bezier(.17,.67,.83,.67);
    }

    .gd_post__list .gd_readmore:hover .fal {
        transform: translateX(10px);
    }

.gd_post__meta {
    margin-right: 30px;
}

    .gd_post__meta .gd_date {
        display: block;
        text-align: center;
        background: #a2812e;
        padding: 10px 12px;
    }
        .gd_post__meta .gd_date span {
            display: block;
            line-height: 1;
            font-size: 0.75rem;
            text-transform: uppercase;
            color: #fff;
        }

            .gd_post__meta .gd_date span:first-child {
                font-size: 2.5rem;
                font-weight: bold;
                margin-bottom: 3px;
            }

.gd_post__col .gd_posts__items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.gd_post__col .gd_post__item {
}

.gd_post__col .gd_post__inner {
    display: block;
}

.gd_post__col .gd_post__content {
    padding-left: 0;
}

/* ===================================================== */

/*Post single*/
    .gd_post__single_wr{
        width: calc(100% - 106px);
    }
    .kh_post_img{
        max-height: 425px;
        overflow: hidden;
        text-align: center;
    }
    .kh_post_img img{
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .gd_post__single_title{
        font-family: 'HardwareRough',sans-serif;
        text-transform: uppercase;
        color: #a2812e;
        font-weight: 400;
        font-size: 2.5rem;
        min-height: 62px;
    }
    .content_editor img{
        max-width: 100%;
        height: auto;
    }
/*End*/

/*#region POST */
    .gd_post__item {
        margin-bottom: 30px;
    }

    .gd_post__inner {
    }

    .gd_post__image {
        margin-bottom: 1.25rem;
        background: -webkit-linear-gradient(45deg, #FFD700 0%, #05abe0 100%);
        background: linear-gradient(45deg, #FFD700 0%,#05abe0 100%);
        height: calc(524/931 * var(--content-size) * 8/12 - 30px);
        flex: 0 0 100%;
        max-width: 100%;
    }

    .gd_post__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
        transition: opacity 0.35s, transform 0.45s;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .gd_post__image a {
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
    }

    .gd_post__image a:before {
        position: absolute;
        top: 20px;
        right: 20px;
        bottom: 20px;
        left: 20px;
        border: 1px solid #fff;
        content: '';
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
        transition: opacity 0.35s, transform 0.45s;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0);
        z-index: 1;
    }

    .gd_post__image:hover img {
        opacity: 0.6;
        filter: alpha(opacity=60);
        -webkit-transform: translate3d(0,0,0);
        transform: scale(1);
    }

    .gd_post__image:hover a:before {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .gd_post__item .gd_meta {
        margin-right: 15px;
    }

    .gd_post__item .gd_meta .gd_date {
        display: block;
        text-align: center;
        background: #a2812e;
        padding: 20px 12px;
    }

    .gd_post__item .gd_meta span {
        display: block;
        line-height: 1;
        font-size: 1rem;
        text-transform: uppercase;
        color: #fff;
    }

    .gd_post__item .gd_meta .gd_date span:first-child {
        font-size: 2.5rem;
        font-weight: 900;
        margin-bottom: 3px;
    }

    .gd_post__content {
        width: 90%;
    }

    .gd_post__content .gd_readmore {
        line-height: 1.4;
        margin-top: 1rem;
    }

    .gd_post__title {
    }

    .gd_post__title .gd_text {
        font-size: 1.5rem;
        font-weight: 400;
        color: #666;
        display: block;
        max-width: 100%;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 0.5rem;
        position: relative;
        font-family: 'HardwareRough',sans-serif;
        text-transform: uppercase;
        color: #a2812e;
    }

    .gd_post__title .gd_text:hover {
        color: #c52033;
    }

    .gd_post__excerpt {
        color: #000;
        font-size: 1.125rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .gd_post__excerpt p.text-right {
        margin: 0;
    }

    .gd_post__list .gd_post__item:nth-child(2n) .gd_post__inner {
        flex-direction: row-reverse;
    }

    .gd_post__list .gd_post__item {
    }

    .gd_post__list .gd_post__title .gd_text {
       
    }
    .kh_btn a{
        font-family: 'HardwareRough',sans-serif;
        background: #a2812e;
        font-size: 20px;
        color: #fff;
        padding: 20px 80px;
        border-bottom-left-radius: 20px;
        border-top-right-radius: 20px;
    }
/*Post related*/
    .hb_related_box{

    }
    .hb_related_box .gd_box__title{
        text-align: center;
    }
    .hb_related_box .gd_box__title .gd_text{
        font-family: 'HardwareRough',sans-serif;
        text-transform: uppercase;
        color: #a2812e;
        font-size: 3.5rem;
        position: relative;
        padding-bottom: 10px;
        text-align: center;
    }
    .hb_related_box .gd_box__title .gd_text:before{
        content: '';
        position: absolute;
        width: 60px;
        height: 1px;
        background: #000;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
    }
    .hb_related_box .gd_p__image{
        margin-bottom: 0.5rem;
        height: calc(255/452 * var(--content-size)/3 - 30px);
    }
    .hb_related_box .gd_p__title .gd_text{
        font-family: 'HardwareRough',sans-serif;
        text-transform: uppercase;
        color: #444444;
        font-size: 2rem;
        font-weight: 400;
        text-align: left;
    }
/*#endregion */

/*#region GALERY */

.list_tax_filter {
    margin-bottom: 30px;
}

    .list_tax_filter .nav {
        display: flex;
        justify-content: center;
    }

    .list_tax_filter .nav-link {
        text-transform: uppercase;
        color: #666;
        border: 1px solid #ccc;
        margin: 0 5px;
        padding: .85rem 2rem;
        width: 200px;
        text-align: center;
    }

        .list_tax_filter .nav-link.active {
            background-color: #a2812e;
            border-color: #a2812e;
            color: #fff;
        }

.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_video .gd_gallery_inner a::after {
    content: "\f04b";
    font-weight: bold;
}

.gd_gallery_image {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

    .gd_gallery_image:hover .img-fluid {
        transform: scale(1.1);
    }

.gd_gallery_content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0.75rem 0;
    opacity: 0;
    transition: all 300ms ease-in-out 0ms;
    z-index: 2;
}

.gd_gallery_title {
    font-size: 1rem;
    color: #fff;
    margin: 0;
}
    .gd_gallery_title::before {
        content: "";
        background-color: #fff;
        width: 50px;
        height: 1px;
        display: inline-block;
        margin-right: 10px;
    }
.gd_gallery_inner:hover .gd_gallery_content {
    opacity: 1;
}
/*#endregion */
/*#region PRODUCT */
.gd_p__item {
    margin-bottom: 30px;
}

.gd_p__inner {
}

.gd_p__image {
    margin-bottom: 1.5rem;
}

    .gd_p__image a {
        width: 100%;
        height: 100%;
        display: flex;
        overflow: hidden;
        align-items: center;
        justify-content: center;
    }

    .gd_p__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 300ms ease-in 0ms;
    }

    .gd_p__image:hover img {
        transform: scale(1.1);
    }

.gd_p__content {
}

.gd_p__title {
}

    .gd_p__title .gd_text {
        color: #008ed4;
        text-transform: uppercase;
        font-size: 1.5rem;
        font-weight: bold;
        margin: 0;
        text-align: center;
    }

        .gd_p__title .gd_text:hover {
            color: #222;
        }

/*GDA - POST*/
.gda-popular-post .gd_widget__title .gd_text {
    margin: 0;
}

.gda-popular-post .gd_widget__content {
    
}

.gda-popular-post .gd_post__item {
    margin-bottom: 1.25rem;
}

.gda-popular-post .gd_post__image {
    flex: 0 0 120px;
    height: 90px;
}

    .gda-popular-post .gd_post__image a::before {
        display: none;
    }

.gda-popular-post .gd_post__title .gd_text {
    font-size: 1rem;
    -webkit-line-clamp: 3;
    font-weight: 600;
    color: #222;
    margin-top: -3px;
}

    .gda-popular-post .gd_post__title .gd_text:hover {
        color: #008ed4;
    }

.gda-popular-post .gd_post__content {
    padding-left: 15px;
}

    .gda-popular-post .gd_post__content .gd_date {
        font-size: 13px;
        display: block;
        color: #bdbdbd;
    }

/*POST Entries*/
.gd_widget__singlepage{
    margin-top: 30px;
}
.widget_recent_entries .gd_widget__title{
    margin-bottom: 0;
}
.widget_recent_entries ul {
    padding-left: 0;
    list-style: none;
}

    .widget_recent_entries ul li {
        padding: 10px 0;
        border-bottom: 1px solid #d5d5d5;
    }
    .widget_recent_entries ul li:last-child{
        border: none;
    }
        .widget_recent_entries ul li a {
            font-size: 1.125rem;
            color: #333;
            display: block;
            position: relative;
            padding-left: 1rem;
        }
        .widget_recent_entries ul li a:before {
            content: "";
            width: 5px;
            height: 5px;
            background: #a2812e;
            border-radius: 50%;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
        }
            .widget_recent_entries ul li a:hover {
                color: #008ed4;
            }

.widget_categories ul {
    padding-left: 15px;
}

    .widget_categories ul li {
        margin-bottom: 0.5rem;
    }

        .widget_categories ul li a {
            font-size: 1rem;
            color: #222;
            display: block;
        }

            .widget_categories ul li a:hover {
                color: #008ed4;
            }

.widget_media_image img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.widget_text .form_wrap__trip {
}

    .widget_text .form_wrap__trip .form-group .form-control {
        height: 35px;
        border-radius: 0;
    }

.form_wrap__trip .title {
    text-transform: uppercase;
    color: #008ed4;
    font-weight: bold;
    display: block;
    text-align: center;
    font-size: 1.125rem;
}

.form_wrap__trip .form-group.d-flex {
    align-items: center;
    margin-bottom: 10px;
}

    .form_wrap__trip .form-group.d-flex .wpcf7-form-control-wrap {
        width: 100%;
    }

    .form_wrap__trip .form-group.d-flex > i {
        font-size: 12px;
        color: #008ed4;
    }

    .form_wrap__trip .form-group.d-flex .form-control {
        font-size: .85rem;
    }

.form_wrap__trip .form-group.text-center {
    margin: 0;
}

.form_wrap__trip .form-group .book-note {
    height: 65px;
    border-radius: 0;
    font-size: 0.85rem;
}

.form_wrap__trip .form-group .book-now {
    width: 100%;
    background: #008ed4 url(../images/icon/send_small.png) no-repeat left 85px center;
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 400;
}

.form_wrap__trip .wpcf7-not-valid-tip {
    font-size: 0.85rem;
    padding-left: 12px;
}
/*Widget Nav*/

.widget_nav_menu {
}

    .widget_nav_menu ul.menu {
        border-top: none;
        list-style: none;
        padding: 0;
    }

        .widget_nav_menu ul.menu li {
            padding: 1rem;
        }

            .widget_nav_menu ul.menu li a {
                color: #222;
                position: relative;
            }

                .widget_nav_menu ul.menu li a:hover {
                    color: #008ed4;
                    position: relative;
                }

        .widget_nav_menu ul.menu > li {
            padding: 1rem 0 0;
        }

            .widget_nav_menu ul.menu > li:last-child {
                border-bottom: none;
            }

            .widget_nav_menu ul.menu > li > a {
                color: #222;
                display: inline-block;
                padding-left: 1rem;
            }

                .widget_nav_menu ul.menu > li > a::before {
                    border-radius: 50%;
                    content: "";
                    background-color: #008ed4;
                    width: 4px;
                    height: 4px;
                    position: absolute;
                    top: 0.7rem;
                    left: 0;
                }

                .widget_nav_menu ul.menu > li > a:hover::before {
                    background-color: #008ed4;
                }
/*#endregion */

/*#region CONTACT */
.google-map {
    position: relative;
}

    .google-map .gd_map {
        height: 500px;
    }

    .google-map .gd_absolute {
        top: 2rem;
        left: 50%;
        transform: translateX(-50%);
        align-items: flex-start;
        bottom: auto;
    }

.page-content.page-contact{
    padding: 20px 0 50px;
}

.gd_contact_us {
    background-color: #fff;
    margin-top: -10px;
}

    .gd_contact_us .form-control {
        height: 60px;
        padding: .375rem 20px;
    }
    .gd_ct_form .gd_box__title{
        margin-bottom: 0;
    }
    .gd_contact_us .gd_ct_form .gd_box__title .gd_text {
        font-weight: 500;
        margin-bottom: 10px;
        font-family: 'HardwareRough',sans-serif;
        text-transform: uppercase;
        color: #a2812e;
        font-size: 2rem;
    }

.gd_address__item [class^="gd_add_col"] {
    text-align: center;
}

.gd_address__item {
    align-items: center;
    margin-bottom: 30px;
}

    .gd_address__item .fal {
        padding-top: 2rem;
        font-size: 2rem;
        border-radius: 50%;
        background: #008ed4;
        color: #fff;
        width: 95px;
        height: 95px;
    }

.gd_add_title {
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 1.5rem;
    margin-bottom: 10px;
}

.gd_add_content {
    font-size: 0.9375rem;
}

 .gd_contact_form .wpcf7-form-control-wrap {
        width: 100%;
    }

    .gd_contact_form .row {
        margin: 0;
    }

    .gd_contact_form .form-group {
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .gd_contact_form .form-control {
        border-radius: 0;
        font-size: 1rem;
    }

        .gd_contact_form .form-control:focus {
            box-shadow: none;
        }

    .gd_contact_form .col-form-label {
        font-size: 1rem;
    }

    .gd_contact_form .wpcf7-textarea.form-control {
        height: 210px;
    }

.form_wrap .form-group.text-right {
    position: relative;
}

.gd_contact_form .ajax-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.gd_contact_form p {
    font-size: 1.5rem;
    font-weight: 400;
}

.gd_contact_form .gd_submit {
    font-size: 1.5rem;
    font-weight: 400;
    text-align: left;
    position: relative;
}

.gd_contact_form .gd_submit::before {
        /*        content: "";
        position: absolute;
        height: 50px;
        top: 10px;
        left: 50%;
        border-left: 1px solid rgba(0,0,0,0.5);
        border-right: 1px solid rgba(255,255,255,0.5);
        margin-left: -45px;
        display: block;
        width: 1px;
        transform: translateX(-50px);*/
    }
    .gd_contact_form .gd_form__wrap .hb_form_inner .hb_form_group, .gd_contact_form .gd_form__wrap .hb_form_inner .hb_form_group_textarea_pen{
        width: 100%;
        display: flex;
    }


    .gd_contact_form .wpcf7-submit{
        text-transform: uppercase;
        font-family: 'HardwareRough',sans-serif;
        color: #fff;
        border: none;
        background:#a2812e ;
        cursor: pointer;
        padding: 15px 100px;
        border-bottom-left-radius: 20px;
        border-top-right-radius: 20px;
        font-size: 1.25rem;
        margin-top: 10px;
    }
    .gd_contact_form .wpcf7-submit:hover{
      color: #a2812e;
     background:#fff;
     border:1px solid #000;
      outline: none;
      text-decoration: none;
  }

  .gd_contact_form .gd_submit:hover::before {
    width: 0px;
}

.gd_contact_form .gd_submit:hover::after {
    height: 0px;
}



.gd_contact_form .wpcf7-form-control-wrap {
    width: 100%;
}

.gd_contact_form .row {
    margin: 0;
}

.gd_contact_form .form-group {
    position: relative;
}
.gd_contact_form .hb_form_group_user .form-control,
.gd_contact_form .hb_form_group_email .form-control,
.gd_contact_form .hb_form_group_phone .form-control,
.gd_contact_form .hb_form_group_address .form-control{
    padding-left: 40px;
    position: relative;
}

.gd_contact_form .hb_form_group_user .form-control::placeholder,
.gd_contact_form .hb_form_group_email .form-control::placeholder,
.gd_contact_form .hb_form_group_phone .form-control::placeholder,
.gd_contact_form .hb_form_group_address .form-control::placeholder { 
  padding-left: 0px;
}
.gd_contact_form .hb_form_group_address:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    transition: all 300ms ease-in 0ms;

}
.gd_contact_form .hb_form_group_address:after{
 color: #a64822;

 font-family: "Font Awesome 5 Pro";
 transform: translate(-50%, -50%);
 position: absolute;
 left: 33px;
 top: 50%; transform: translateY(-50%);
 text-align: center;
 font-size: 17px;font-weight: 600;

}
.gd_contact_form .hb_form_group_phone:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    transition: all 300ms ease-in 0ms;
    
}
.gd_contact_form .contact-phone .kh_add_before::after{
    color: #a64822;
    
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    padding-left: 15px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 17px;
    font-weight: 600;
}
.gd_contact_form .hb_form_group_email:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    transition: all 300ms ease-in 0ms;
    
}
.gd_contact_form .contact-mail .kh_add_before::after{
    color: #a64822;
    
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    padding-left: 15px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 17px;
    font-weight: 600;}
    .gd_contact_form .hb_form_group_user:before{
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        opacity: 0;
        transition: all 300ms ease-in 0ms;

    }
    .kh_add_before {
        position: relative;
    }
    .gd_contact_form .contact-name .kh_add_before::after{
        color: #a64822;

        font-family: "Font Awesome 5 Pro";
        position: absolute;
        left: 15px;
        top: 50%; transform: translateY(-50%);
        text-align: center;
        font-size: 17px;
        font-weight: 600;
    }
    .gd_contact_form .wpcf7-textarea.form-control {
        height: 210px;
        width: 100%;
    }
    .gd_contact_form .hb_form_group_textarea_pen .form-control{
        padding-left: 40px;
    }
    .gd_contact_form .hb_form_group_textarea_pen:before{
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        opacity: 0;
        transition: all 300ms ease-in 0ms;

    }
    .gd_contact_form .hb_form_group_textarea_pen:after{
     color: #a64822;

     font-family: "Font Awesome 5 Pro";
     position: absolute;
     padding-left: 15px;
     top: 4%;
     text-align: center;
     font-size: 17px;font-weight: 600;
 }
 .gd_contact_form .hb_form_group_textarea_pen .form-control::placeholder { 
  padding-left: 0px;
  padding-top: 3px;
}
/*#endregion */

/*#region PAGE NAVIGATE */

.navigation {
    clear: both;
    text-align: left;
    margin-bottom: 2.5rem;
}

    .navigation .pages {
        margin-right: 15px;
        display: none;
    }

    .navigation a, .navigation span.current {
        display: inline-block;
        width: 36px;
        line-height: 34px;
        border: 1px solid #e5e5e5;
        border-radius: 2px;
        text-align: center;
        margin-right: 8px;
        color: #393939;
    }

        .navigation a:hover, .navigation span.current {
            color: #fff;
            border-color: #008ed4;
            background-color: #008ed4;
        }

        .navigation a.last, .navigation a.first {
            width: auto;
            padding: 0 15px;
        }

    .navigation .extend {
        margin-right: 8px;
    }

/*#endregion */
/*Widget*/
    .widget {
        margin-bottom: 1rem;
        width: 100%;
    }

    .gd_widget__title {
        margin-bottom: 0.8rem;
    }

    .gd_widget__title .gd_text {
        font-size: 2rem;
        text-transform: uppercase;
        display: block;
        line-height: 1;
        font-family: 'HardwareRough',sans-serif;
        text-transform: uppercase;
        color: #a2812e;
    }

    .gd_widget_article .gd_post__inner {
        display: flex;
    }

    .gd_widget_article .gd_post__image {
        flex: 0 0 160px;
        height: 90px;
    }

    .gd_widget_article .gd_post__image a::before {
        display: none;
    }

    .gd_widget_article .gd_post__title .gd_text {
        font-size: 1.125rem;
        -webkit-line-clamp: 4;
        margin-top: -3px;
        font-family: 'Oldstyle', sans-serif;
        text-transform: inherit;
        font-weight: 500;
        color: #000;
    }
    #gda-popular-post-2 .gd_widget_article .gd_post__title .gd_text{
        -webkit-line-clamp: 2;
    }
    .gd_widget_article .gd_post__title .gd_text:hover{
        color: #a2812e;
    }
    .gd_widget_article .gd_post__title .gd_text:after {
        display: none;
    }

    .gd_widget_article .gd_post__item {
        margin: 0;
    }

    .widget_recent_entries ul {
        padding-left: 0;
        list-style: none;
        width: 100%;
        clear: both;
    }

    .widget_recent_entries ul li {
       /* margin-bottom: 0.5rem;*/
    }

    .widget_recent_entries ul li a {
        font-size: 1.125rem;
        color: #666;
        display: block;
    }

    .widget_recent_entries ul li a:hover {
        color: #a2812e;
    }

    .widget_categories ul {
        padding-left: 15px;
        float: left;
        width: 100%;
        clear: both;
    }

    .widget_categories ul li {
        margin-bottom: 0.5rem;
    }

    .widget_categories ul li a {
        font-size: 1.125rem;
        color: #666;
        display: block;
    }

    .widget_categories ul li a:hover {
        color: #a2812e;
    }

    .widget_media_image img {
        max-width: 100%;
        display: block;
        margin: auto;
    }

    .widget_nav_menu ul {
        padding: 0;
        list-style: none;
        float: left;
        width: 100%;
        clear: both;
    }

    .widget_nav_menu ul li {
        border-top: 1px solid #d5d5d5;
        padding: 8px 0;
    }

    .widget_nav_menu ul li:last-child {
        border-bottom: 1px solid #d5d5d5;
    }

    .widget_nav_menu ul li a {
        color: #666;
        position: relative;
        display: block;
        padding-left: 1rem;
    }

    .widget_nav_menu ul li a:before {
        content: "";
        width: 6px;
        height: 6px;
        background: #a2812e;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 0.45rem;
    }

    .widget_nav_menu ul li a:hover {
        color: #a2812e;
    }
/*-----------------------------------------*/
    #gda-popular-post-3 .gd_widget__title{
        margin-bottom: 0;
    }
    #gda-popular-post-3 .gd_widget_article{
        padding-bottom: 0.5rem;
    }
    .gd_widget__content .gd_list__content{
        padding: 0;
        margin: 0;
        list-style: none;
        width: 100%;
    }
    .gd_widget__content .gd_item{
        border-bottom: 1px solid #d5d5d5;
        padding: 8px 0;
    }
    .gd_widget__content .gd_item a{
        color: #000;
        position: relative;
        display: block;
        padding-left: 1rem;
    }
    .gd_widget__content .gd_item a:hover{
        color: #a2812e;
    }
    .gd_widget__content .gd_item a:before{
        content: "";
        width: 5px;
        height: 5px;
        background: #a2812e;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .gd_widget__content .gd_item:last-child{
        border: none;
    }
/*----------------------------------------------*/

    .widget_media_gallery{

    }
    .widget_media_gallery .gallery{
        display: flex;
        flex-wrap: wrap;
        margin: 0 -5px;
        margin-bottom: 0.6rem;
    }
    .widget_media_gallery .gallery-item{
        flex:0 0 50%;
        max-width: 50%;
        padding: 0 5px;
    }
    .widget_media_gallery .gallery-item img{
        width: 100%;
        height: 100%;
    }
/*End*/
/*Hệ Thống phòng*/
    .gd_room_list{
        padding-top: 20px;
    }
    .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: 50px;
    }
    .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{
        max-width: 100%;
        height: auto;
        object-fit: fill;
        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 55px;
        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 55px;
        border-bottom-left-radius: 20px;
        border-top-right-radius: 20px;
    }
    .hb_restroom_datphong a:hover{
        border: 1px solid #a2812e;
        background: #a2812e;
        color: #fff;
    }
    .kh_list_type{
        display: flex;
        margin: 0 -15px;
    }
    .kh_item_type{
        padding: 0 15px;
        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;
        height: calc(91/161 * var(--content-size)/4 * 5/10 - 30px);
        overflow:hidden;
    }
    .kh_rest_img img{
        border-bottom-left-radius: 20px;
        max-width: 100%;
        height: auto;
        object-fit: cover;
    }
    .kh_item_type a{
        font-size: 18px;
        padding: 10px 71px 5px 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;
    }
    .gd_module__restroom .gd_room_list .kh_item_restroom:nth-child(2n) {
        background: #ebebeb;
        border-bottom-left-radius: 40px;
        border-top-right-radius: 40px;
    }
    .gd_module__restroom .gd_room_list .kh_item_restroom:nth-child(2n) .kh_inner_restroom {
        justify-content: flex-end;
        position: relative;
    }
    .gd_module__restroom .gd_room_list .kh_item_restroom:nth-child(2n) .hb_restroom_content {
        left: 0;
        right: auto;
        border-top-right-radius: none;
        position: absolute;
    }
    .gd_module__restroom .gd_room_list .kh_item_restroom:nth-child(2n) .kh_rest_image{
        border-top-right-radius: 40px;
        border-bottom-left-radius: 0;
    }
    .owl-nav {
    }
    .gd_room_list .kh_item_restroom .hb_restroom_img .owl-nav {
        position: absolute;
        bottom: 0;
        right: 0;
        display: flex;
    }
    .gd_room_list .kh_item_restroom .hb_restroom_img .owl-nav .owl-prev, .gd_room_list .kh_item_restroom .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;
    }
/*End*/
/*Single Hệ thống phòng*/
    .hb_list_desc{
        display: flex;
        margin: 0 -15px;
        border-bottom: 1px solid #000;
        padding-bottom: 10px;
    }
    .hb_list_desc .hb_item_desc{
        flex:0 0 33.333%;
        max-width: 33.333%;
        padding: 0 15px;
    }
    .hb_list_desc .hb_desc_inner{
        text-align: center;
    }
    .hb_desc_item_content .hb_desc_item_name{
        font-size: 2rem;
        font-family: 'HardwareRough',sans-serif;
        text-transform: uppercase;
        color: #444444;
    }
    .hb_desc_images{
        margin-bottom: 0.5rem;
    }
    .page-single-restroom{
        padding: 30px 0;
    }
    .hb_restroom_left{

    }
    .hb_left_img{
        margin-bottom: 30px;
        height: calc(389/692 * var(--content-size) * 6/12 - 30px);
        overflow: hidden;
        position: relative;
    }
    .hb_left_img img{
        width: 100%;
        height: 100%;
    }

    .hb_restroom_left .hb_left_title{
        font-family: 'HardwareRough',sans-serif;
        text-transform: uppercase;
        color: #a2812e;
        font-size: 2rem;
    }
    .hb_left_desc ul{
        padding: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
    }
    .hb_left_desc ul li{
        flex: 0 0 33.333%;
        max-width: 33.333%;
        position: relative;
        padding-left: 1rem;
    }
    .hb_left_desc ul li:before{
        content: "";
        width: 5px;
        height: 5px;
        background: #a2812e;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .hb_restroom_right{

    }
    .hb_restroom_right .hb_right_title{
        font-family: 'HardwareRough',sans-serif;
        text-transform: uppercase;
        color: #a2812e;
        font-size: 2rem;
    }
    .hb_right_desc img{
        width: 100%;
    }
     .hb_content_images{
        position: absolute;
        bottom: 0;
        left: 0;
        display: flex;
    }
    .hb_gallery{
        padding: 10px;
        background: #a2812e;
        display: none;
    }
    .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;
    }
/*End*/