/*!
 * 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;
    }


/*Btn Load More*/
    .gd_actione .gd_loadbtn{
        text-transform: uppercase;
        letter-spacing: 1.5px;
        cursor: pointer;
        display: inline-block;
        padding: 5px;
        position: relative;
        z-index: 1;
    }
    .gd_loadbtn .button_link.kh_btn{
        width: 250px;
        height: 50px;
        border: 1px solid #b4b4b4;
        font-size: 20px;
        -webkit-tap-highlight-color: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 0;
        transition: 0.5s;
    }
    .kh_btn::before {
        height: 50px;
        width: 100px;
        right: 0;
        bottom: 0;
    }
    .kh_btn::after {
        width: 250px;
        height: 30px;
    }
    .kh_btn::before, .kh_btn::after {
        position: absolute;
        background: #fff;
        z-index: -1;
        transition: 0.5s;
        content: '';
    }
    .kh_btn .noselect {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        color: var(--color);
        font-size: 1.15rem;
        text-transform: uppercase;
    }
    .kh_btn .noselect span {
        position: relative;
    }
    .kh_btn .noselect span::before {
        content: '';
        position: absolute;
        display: block;
        height: 1px;
        width: 5px;
        color: ;
        background-color: var(--color);
        top: 47%;
        transform: translateY(-50%);
        right: -10px;
    }
    .kh_btn .noselect span::after {
        content: '';
        position: absolute;
        display: block;
        height: 1px;
        width: 5px;
        background-color: var(--color);
        top: 47%;
        transform: translateY(-50%);
        right: -20px;
    }

    .kh_btn:hover .noselect {
        color: #ffcb29;
    }

    .kh_btn:hover::before {
        width: 0px;
    }

    .kh_btn:hover::after {
        height: 0px;
    }

    .kh_btn:hover {
        background: #fff;
        border: 1px solid var(--color);
    }

    /*Nút button*/
    .hb_btn {
        cursor: pointer;
        position: relative;
        padding: 10px 20px;
        font-size: 20px;
        transition: all 1s;
        width:50%;
       text-align: center;
    }
    .hb_btn:after, .hb_btn:before {
        content: " ";
        width: 10px;
        height: 10px;
        position: absolute;
        border: 0px solid #fff;
        transition: all 1s;
    }
    .hb_btn:after {
        top: 0px;
        right: 0px;
        border-top: 1px solid #b4b4b4;
        border-right: 1px solid #b4b4b4;
        width:50%;
        height: 30%;
    }
    .hb_btn:before {
        bottom: 0px;
        left: 0px;
        border-bottom: 1px solid #b4b4b4;
        border-left: 1px solid #b4b4b4;
        width:50%;
        height: 70%;
    }
    .hb_btn:hover:before, .hb_btn:hover:after, a.hb_hover:hover:before {
        width: 100%;
        height: 100%;
    }
    .hb_btn:hover a.hb_hover:before {
        width: 100%;
        height: 100%;
    }
    .hb_hover{
        color: var(--color); position: relative;
        transition: all 1s;
        z-index: 1;text-transform: uppercase;
    }
    .hb_hover:hover{
        color: var(--color);
    }
    a.hb_hover:before {
        content: '';
        position: absolute;
        width: 25%;
        border-bottom: 1px solid #b4b4b4;
        bottom: 0;
        margin-bottom: -13px;
        right: -32px;
        transition: all 1s;
    }
    .hb_btn .hb_hover span{
        position: relative;
    }
    .hb_btn .hb_hover span::before {
        content: '';
        position: absolute;
        display: block;
        height: 1px;
        width: 5px;
        background-color: #fff;
        top: 47%;
        transform: translateY(-50%);
        right: -10px;
    }
    .hb_btn .hb_hover span::after {
        content: '';
        position: absolute;
        display: block;
        height: 1px;
        width: 5px;
        background-color: #fff;
        top: 47%;
        transform: translateY(-50%);
        right: -20px;
    }

/*#endregion */

/*#region MAIN */
.gd_breadcrumb {
    transform: skew(33deg);
}

.breadcrumbs {
    color: #fff;
    font-size: 1.25rem;
    text-transform: uppercase;
    font-size: ;
    font-weight: 600;
    position: relative;
}
    .gd_breadcrumb .breadcrumbs > span > span > span span{
        display: none;
    }
    .breadcrumbs::after {
        content: unset;
        width: calc(100vw / 2);
        height: 2px;
        max-width: 500px;
        position: absolute;
        right: 100%;
        background: linear-gradient(45deg, rgba(255,255,255,0.005) 10%, rgba(255,255,255,0.25) 25%, rgba(255,255,255,0.5) 50%,#fff 100%);
        bottom: 50%;
    }

    .breadcrumbs::before {
        content: unset;
        color: #222;
        background-color: #008ed4;
        font-size: 1.25rem;
        width: 60px;
        height: 1px;
        display: inline-block;
    }

    .breadcrumbs a {
        color: #fff
    }

        .breadcrumbs a:hover, .breadcrumbs a:active, .breadcrumbs a:focus {
            color: #008ed4;
        }

.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;
    height: max-content;
}

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

    .gd_absolute .gd_text {
        font-size: 2.5rem;
        font-weight: 800;
        transform: skew(33deg);
        padding-right: 23px;;
        margin: 0;
        text-transform: uppercase;
        line-height: 1.2;
    }
    .kh_box_banner {
        position: absolute;
        width: 100%;
        height: max-content;
        top: 0;
        left: 0;
    }
    .hb_border {
        width: 60%;
        margin: 0 0 auto auto;
        background-color: var(--color);
        color: #fff;
        padding: 30px 100px;
        position: relative;
        /*! width: 150px; */
        /*! height: 100px; */
        transform: skew(-33deg);
        background: var(--color);
        /*! background-color: #f3ec78; */
        background-image: linear-gradient(90deg, #3e87fb, var(--color));
    }


/*#endregion */

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

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



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

/*Post single*/

/*Post related*/
.related-post-list {
    margin-bottom: 40px;
    margin-top: 40px;
}

.gd_related__title {
    margin-bottom: 0;
}

    .gd_related__title .gd_text {
        font-size: 1.5rem;
        font-weight: bold;
        color: #083190;
        display: block;
        margin-bottom: 1.5rem;
        line-height: 1.42;
        text-transform: capitalize;
        text-align: center;
        padding-bottom: 1rem;
        position: relative;
    }

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

.gd_related__content {
    margin-left: -10px;
    margin-right: -10px;
    flex-wrap: wrap;
}

    .gd_related__content .gd_post__item {
    }

    .gd_related__content .gd_post__inner {
        display: block;
    }

    .gd_related__content .gd_post__image {
        margin-bottom: 10px;
    }

    .gd_related__content .gd_post__content {
        padding: 0;
        max-width: 100%;
    }

    .gd_related__content .gd_post__title .gd_text {
        font-size: 1rem;
        margin-bottom: 10px;
        -webkit-line-clamp: 3;
    }

    .gd_related__content .gd_post__excerpt {
        font-size: 15px;
    }

.gda-popular-post .gd_post__item:last-child {
    margin: 0;
}

ul.gd_related__content {
    margin: 0;
    padding: 0;
}

    ul.gd_related__content li {
        list-style: none;
        padding: 8px 0 8px 15px;
        border-bottom: 1px solid #ebebeb;
        position: relative;
    }

        ul.gd_related__content li::before {
            border-radius: 50%;
            content: "";
            background-color: #ccc;
            width: 6px;
            height: 6px;
            position: absolute;
            top: 1rem;
            left: 0;
        }

        ul.gd_related__content li a {
            color: #222222;
        }

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

        ul.gd_related__content li:last-child {
            border: none;
        }
/*#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: #008ed4;
            border-color: #008ed4;
            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: rgba(0,142,212,0.8);
        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 */

/*Single Product*/

/*#endregion */

/*#region SIDEBAR */
.widget {
}

    .widget .gd_widget__title {
        text-align: left;
        position: relative;
        border-bottom: 1px solid #ccc;
        padding: 0;
        margin-bottom: 15px;
    }

.gd_widget__content .gd_info__text {
    margin-left: 20px;
    margin-top: 3px;
    font-size: 16px;
}

    .gd_widget__content .gd_info__text b {
        font-size: 20px;
    }

.widget .gd_widget__title .gd_text {
    font-size: 1.5rem;
    color: #222222;
    line-height: 1.2;
    display: inline-block;
    padding: 1rem 0;
    position: relative;
}

    .widget .gd_widget__title .gd_text:before {
        content: none;
        width: 100%;
        height: 2px;
        background-color: #008ed4;
        left: 0;
        bottom: -1px;
        position: absolute;
    }
/*GDA - POST*/
.gda-popular-post .gd_widget__title .gd_text {
    margin: 0;
}

.gda-popular-post .gd_widget__content {
    padding: 1.25rem 0;
}

.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*/
.widget_recent_entries ul {
    padding-left: 0;
    list-style: none;
}

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

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

            .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: 600px;
    }

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

.page-content.page-contact {
    margin: 50px 0 0;
    padding: 40px 0;
    background-size: cover;
}
.gd_contact_us {
  padding: 0 60px 0 15px;;
}

    .gd_contact_us .form-control {
        height: 60px;
        padding: .375rem 20px;
    }

    .gd_contact_us .gd_ct_form .gd_box__title .gd_text {
        font-weight: bold;
        margin-bottom: 30px;
        color: #a64822;
        position: relative;
        text-align: left;
        padding-left: 20px;
        text-transform: uppercase;
    }
    .gd_contact_us .gd_ct_form .gd_box__title .gd_text:before{
         content: '';
         position: absolute;
         width: 2px;
         height: 70%;
         bottom: 0;
         background: #a64822;
         left: 0;
         margin-bottom: 7px;
    }

.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: 110px;
    }

.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-weight: bold;
        color: #fff;
        border: none;
        background: var(--color) url(../images/icon/send_small.png) no-repeat left 40% center;
        cursor: pointer;
        padding: 15px 30px 15px 50px;
        font-size: 1.25rem;
        line-height: 1;
        border-radius: 0;
        width: 300px;
        margin-top: 10px;
    }
    .gd_contact_form .wpcf7-submit:hover{
          color: #fff;
          background: #0c3668 url(../images/icon/send_small.png) no-repeat left 40% center;
          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;
       content: "\f3c5";
       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: var(--color);
    content: "\f879";
    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: var(--color);
    content: "\f0e0";
    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: var(--color);
        content: "\f007";
        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: 100px;
        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: var(--color);
       content: "\f044";
       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 */

/*Tin tức */
    .page-article{
        padding: 60px 0;
    }
    /*.gd_article_stickys{
        padding: 0 0 30px;
    }*/
    .gd_group__stick .kh_sticky_post .gd_post__content{
        background:#fff;
        border: 1px solid #ccc;
        padding: 35px 60px;
    }
    .gd_group__stick{
        position: relative;
    }
    .gd_group__stick .kh_sticky_post .gd_post__meta{
        position: absolute;    
        z-index: 3;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        text-align: center;
    }
    .gd_group__stick .kh_sticky_post:hover .gd_post__content{
      color: #fff;background: #cc0000;border: 1px solid #cc0000;
    }
    .gd_post__content:hover .gd_post__image a:before{
        color: #fff;
    }
    .gd_group__stick .kh_sticky_post:hover .hb_compete_button a{
      color: #fff;background: #cc0000;
    }
    .gd_group__stick .kh_sticky_post:hover .gd_post__title a h2.gd_text{
        color: #fff;
    }
    .gd_group__stick .kh_sticky_post:hover .gd_post__excerpt{
          color: #fff;background: #cc0000;
    }
    .gd_group__stick .kh_sticky_post:hover .gd_post__meta .views{
        color: #cc0000;
    }
    .gd_group__stick .kh_sticky_post:hover .gd_post__meta .views:before{
        background: #fff;
    }
    .gd_group__stick .kh_sticky_post .gd_post__meta .views{
        position: relative;margin-bottom: 20px; color: #fff;text-align: center;
    }
    .gd_group__stick .kh_sticky_post .gd_post__meta .views:before{
        content: "";
        position: absolute;
          width: 70px;
        height: 70px;
        border-radius: 50%;
           left: 50%;
        transform: translateX(-50%);
        background:#cc0000;
        z-index: 1;
    }
    .gd_group__stick .kh_sticky_post .gd_post__meta .views:after{
        content: "";
        position: absolute;
       width: 100%;
        left: 0;
      bottom: 35%;
        height: 1px;
        background:#ccc; 
    }
    .gd_group__stick .kh_sticky_post .gd_post__meta .views .kh_date .kh_day{
        font-size: 30px; font-weight: 900;position: relative;z-index: 2;
    }
    .gd_group__stick .kh_sticky_post .gd_post__meta .views .kh_date .kh_month_year{
          font-size: 12px;
        position: relative;
        z-index: 2;
    }
    .gd_group__stick .kh_sticky_post .gd_post__title{
        border-bottom: 1px solid #ccc;
    }
    .gd_group__stick .kh_sticky_post .gd_post__excerpt{
        line-height: inherit;
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .gd_group__stick .kh_sticky_post .hb_compete_button a{
        color: #cc0000;font-weight: bold;
    }
    .gd_group__stick .kh_sticky_post .gd_post__title .gd_text{
        font-weight: 700;
        font-size: 22px;
        display: -webkit-box !important;
        max-width: 100%;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 20px;
    }
    .gd_post__col .gd_post__item .gd_post__meta{
        position: absolute;
        color: #fff;
        z-index: 3; 
        left: 50%;
        bottom: 56px;
        transform: translate(-50%);
        text-align: center;
        margin-bottom: 15px;
    }
    .gd_post__item .gd_post__image{
        position: relative;
    }
    .gd_post__col .gd_post__item .gd_post__meta .views:before{
        content: "";
        position: absolute;
          width: 70px;
        height: 70px;
        border-radius: 50%;
           left: 50%;
        transform: translateX(-50%);
        background:#cc0000;
        z-index: 1;
    }
    .gd_post__col .gd_post__item .gd_post__meta .views:after{
        content: "";
        position: absolute;
       width: 100%;
        left: 0;
      bottom: 35%;
        height: 1px;
        background:#ccc; 
    }
    .gd_post__item .gd_post__meta .views .kh_date .kh_day{
        font-size: 30px; font-weight: 900;position: relative;z-index: 2;
        margin-top: 8px;
    }
    .gd_post__item .gd_post__meta .views .kh_date .kh_month_year{
          font-size: 12px;
        position: relative;
        z-index: 2;
    }
    .gd_post__col .gd_post__image img{
      height: 100%;
    }
    .gd_post__col .gd_post__image{      
        height: calc(30/135 * (var(--content-size) - 25px));
        border: 1px solid #ccc;
        margin-bottom: 10px;
    }
    .gd_post__col .gd_post__title .gd_text:hover{
        color: var(--color);
    }
    .gd_actione span.gd_loadbtn .button_link a.remode_link:hover{
        background: #fff;
    }
    /*#endregion */
    /*#region POST */
    .gd_article_stickys .gd_post__item {
        margin-bottom: 2rem;
    }

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

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

    .gd_post__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
        max-width: none;
        max-height: none;
        width: calc(100% + 60px);
        -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
        transition: opacity 0.35s, transform 0.45s;
        -webkit-transform: translate3d(-40px,0,0);
        transform: translate3d(-40px,0,0);
    }

    .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);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .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: 16px;
        color: #222;
        display: -webkit-box !important;
        max-width: 100%;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 1.42;
        text-overflow: ellipsis;
        margin-bottom: 0;
        font-weight: 600;
       /* padding-top: 10px;*/
    }

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

    .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 {
        font-size: 14px;
        text-transform: uppercase;
        color: #666666;
        position: relative;
        display: flex;
        justify-content: space-between;
        margin-bottom: 0.25rem;
    }

    .gd_post__meta .gd_date {
        white-space: nowrap;
        padding-right: 10px;
        text-transform: capitalize;
    }

    .gd_post__meta .gd_date .far {
        color: #008ed4;
    }

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

    .gd_post__col .gd_post__item {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .gd_post__col .gd_post__inner {
        display: block;
    }

    .gd_post__col .gd_post__content {
        padding-left: 0;
       /* margin-top: 15px;*/
    }

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

    /*Post single*/
    .gd_post__single_title {
        font-size: 1.5rem;
        color: #222222;
        margin-bottom: 0.85rem;
        font-weight: 600;
    }

    .gd_post__single .gd_post__meta {
        margin-bottom: 0.5rem;
    }

    .gd_post__single .gd_post__meta::after {
        width: 80%;
        border-bottom: 1px solid #fff;
        content: "";
        top: 50%;
        position: relative;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .gd_post__single_content {
        font-size: 1rem;
        line-height: 1.42;
        text-align: justify;
        padding-left: 60px;
        position: relative;
        margin-bottom: 50px;
    }

    .gd_post__single_content::before {
        content: "";
        width: 50px;
        top: 1rem;
        position: absolute;
        left: 1px;
        height: 1px;
        background-color: #008ed4;
    }

    .gd_post__single .share {
        margin: 1rem 0;
        display: flex;
        justify-content: space-between;
        position: relative;
    }

    .gd_post__single .share::before {
        width: 80%;
        border-bottom: 1px solid #fff;
        content: "";
        top: 50%;
        position: relative;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .gd_widget__singlepage {
        margin-bottom: 60px;
        margin-top: 10px;
    }
    /*Post related*/
    .related-post-list {
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .gd_related__title {
        margin-bottom: 0;
    }

    .gd_related__title .gd_text {
        font-size: 1.5rem;
        font-weight: bold;
        color: #083190;
        display: block;
        margin-bottom: 1.5rem;
        line-height: 1.42;
        text-transform: capitalize;
        text-align: center;
        padding-bottom: 1rem;
        position: relative;
    }

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

    .gd_related__content {
        margin-left: -10px;
        margin-right: -10px;
        flex-wrap: wrap;
    }

    .gd_related__content .gd_post__item {
    /*    height: 362px;*/
    }

    .gd_related__content .gd_post__inner {
        display: block;
    }

    .gd_related__content .gd_post__image {
        height: calc(40/60 * (var(--content-size)/3 - 30px));
        position: relative;border: 1px solid #ccc;
    }

    .gd_related__content .gd_post__content {
        padding: 0;
        max-width: 100%;
    }

    .gd_related__content .gd_post__title .gd_text {
        font-size: 1rem;
        margin-bottom: 10px;
        -webkit-line-clamp: 2;
        /*padding-top: 20px;*/
    }
    .gd_related__content .gd_post__title .gd_text:hover{
        color: #cc0000;
    }
    .gd_related__content .gd_post__excerpt {
        font-size: 15px;
    }

    .gda-popular-post .gd_post__item:last-child {
        margin: 0;
    }

    ul.gd_related__content {
        margin: 0;
        padding: 0;
    }

    ul.gd_related__content li {
        list-style: none;
        padding: 8px 0 8px 15px;
        border-bottom: 1px solid #ebebeb;
        position: relative;
    }

    ul.gd_related__content li::before {
        border-radius: 50%;
        content: "";
        background-color: #ccc;
        width: 6px;
        height: 6px;
        position: absolute;
        top: 1rem;
        left: 0;
    }

    ul.gd_related__content li a {
        color: #222222;
    }

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

    ul.gd_related__content li:last-child {
        border: none;
    }
    /*#endregion */
/*#endregion */

/*#Chi tiết tin tức*/
    .page-single-article{
        padding: 40px 0;
    }
    .page-single-article .hb_post_single{
        padding: 0 120px;
    }
    .hb_post_single .gd_post__single{
        border: 1px solid #ccc;
    }
    .page-single-article .hb_post_inner{
        margin: 40px 130px;
        text-align: center;
    }
    .hb_post_inner .gd_post__excerpt img{
        height: 100%;
        width: 100%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .hb_post_inner .gd_post__excerpt .content .img-editor{
        width: 1000px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .hb_post_inner .gd_post__excerpt p iframe{
        width: 100%;height: 365px;
    }
    .hb_post_inner .gd_post__meta{
        text-align: center;
        display: block;
    }
    .hb_post_inner .gd_post__single_title {
        font-size: 28px;
        color: #333;
        margin-bottom: 0.85rem;
        font-weight: 700;
        padding: 10px 60px;
    }
    .hb_post_inner .gd_post__excerpt{
        text-align: justify;
    }
    .hb_post_inner .gd_post__meta .views span.kh_date {
        position: relative;
        color: #6e6e6e;
    }
    .hb_post_inner .gd_post__meta .views{
        position: relative;
    }
    .hb_post_inner .gd_post__meta .views:before{
        content: "";
        position: absolute;
          width: 70px;
        height: 70px;
        border-radius: 50%;
           left: 50%;
        transform: translateX(-50%);
        background:#cc0000;
        z-index: 1;
        display: none;
    }
    .hb_post_inner .gd_post__meta .views:after{
        content: unset;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        height: 1px;
        background:#ccc; 
    }
    .page-single-article .hb_post_inner .gd_post__meta .views .kh_date .kh_day{
        font-size: 30px; font-weight: 900;position: relative;z-index: 2;padding-top: 10px;
    }
    .hb_post_inner .gd_post__meta .views .kh_date .kh_month_year{
          font-size: 12px;
        position: relative;
        z-index: 2;
    }
    .hb_related_box .related-post-list{
        margin-bottom: 0;
    }
    .hb_related_box .read_link{
        text-align: center;padding: 10px 0 40px;
    }
    .hb_related_box .read_link a.hb_see_more{
        color: #fff;
        background: #c80000;
        padding:15px 75px 15px 75px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .hb_related_box .read_link a.hb_see_more:hover{
        color: #c80000;background:#fff;border: 1px solid #ededed;
    }

    .hb_post__meta{
        position: absolute;
        z-index: 2;
        color: #fff;bottom:25px;
        text-align: center;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .hb_post__meta .views .kh_date .kh_day{
        font-size: 30px; font-weight: 900;position: relative;z-index: 2;
        display: block;
        padding-top: 10px;

    }
    .hb_post__meta .views .kh_date .kh_month_year{
          font-size: 12px;
        position: relative;
        z-index: 2;
    }
    .gd_post__inner .hb_post__meta .views{
        position: relative;margin-bottom: 27px;
    }
    .gd_post__inner .hb_post__meta .views:before{
        content: "";
        position: absolute;
          width: 70px;
        height: 70px;
        border-radius: 50%;
           left: 50%;
        transform: translateX(-50%);
        background:#cc0000;
        z-index: 1;
    }
    .gd_post__inner .hb_post__meta .views:after{
        content: "";
        position: absolute;
       width: 100%;
        left: 0;
      bottom: 35%;
        height: 1px;
        background:#ccc; 
    }
    .page-single-article .hb_related_box .gd_related__title .gd_text{
        color: var(--color);
        font-size: 30px;
        text-transform: uppercase;
    }
    .page-single-article .hb_related_box .gd_related__title .gd_text:after{
        background-color: var(--color);
    }
    .page-single-article .gd_social__bar {
        justify-content: center;
    }
/*#endregion */

/*Danh sách sản phẩm*/
    .kh_page_list {
        padding: 50px 0;
    }

    /*Bộ lọc*/
        .kh_fillter {
            display: flex;
            align-items: center;
            margin: 0 -15px;
        }
        .kh_fillter .kh_search_box {
            flex: 0 0 33.3333%;
            max-width: 33.3333%;
            padding: 0 15px;
        }
        .kh_fillter .kh_select {
            flex: 0 0 66.6666%;
            max-width: 66.6666%;
            padding: 0 15px;
        }
        .kh_fillter .kh_search_box #searchform {
            position: relative;
            border: 1px solid #cccccc;
        }
        .kh_fillter .kh_search_box #searchform #s {
            width: 100%;
            height: 100%;
            border: none;
            height: 50px;
            padding: 10px 15px;
        }
        .kh_fillter .kh_search_box #searchform #searchsubmit {
            position: absolute;
            right: 0;
            background: #fff;
            border: 1px solid #fff;
            top: 9px;
            right: 6px;
            color: var(--color);
            cursor: pointer;
            font-weight: bold;
            cursor: pointer;
        }
        .kh_fillter .kh_select #kh_form_select {
            display: flex;
            align-items: center;
            margin: 0 -15px;
        }
        .kh_fillter .kh_select #kh_form_select .kh_select_box {
            flex: 0 0 50%;
            max-width: 50%;
            padding: 0 15px;
        }
        .kh_fillter .kh_select select {
            height: 100%;
            width: 100%;
            padding: 13px 15px;
            border: none;
            -webkit-appearance: none;
            background: url('../images/canvasy.png') no-repeat right 5px top 50%;
            background-size: auto;
            background-size: auto;
            background-size: 25px 20px;
            border: 1px solid #cccccc;
        }

    /*End*/    
    .kh_nothing.col-12 {
        text-align: center;
        padding: 50px 0;
        font-size: 1.4rem;
        color: var(--c);
    }
    .kh_khpro_list.row {
        padding: 30px 0;
    }
    .kh_item_khpro {
        margin-bottom: 30px;
    }
    .kh_inner_khpro {
        height: 100%;
    }
    .kh_item_khpro .kh_img_khpro {
        height: calc(1 * var(--content-size)/4 - 30px);
        margin-bottom: 0;
        border: 1px solid #c9c9c9c9;
        border-bottom: 0;
        position: relative;
        overflow: hidden;
        background: -webkit-linear-gradient(45deg, #a64822 0%, #a64822  100%);
        background: linear-gradient(45deg, #a64822 0%,#a64822  100%);
    }
   
    .kh_item_khpro .kh_img_khpro a {
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
    }

    .kh_item_khpro .kh_img_khpro 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;
    }

    .kh_item_khpro .kh_img_khpro:hover a::before {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
    .kh_item_khpro .kh_img_khpro img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
        max-width: none;
        width: calc(100% + 60px);
        -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
        transition: opacity 0.35s, transform 0.45s;
    }

    .kh_item_khpro .kh_img_khpro:hover img {
        opacity: 0.6;
        filter: alpha(opacity=60);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
    .kh_item_khpro .kh_img_khpro .img-fluid {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .kh_info_khpro {
        padding: 40px 15px 30px 15px;
        text-align: center;
        border: 1px solid #c9c9c9;
        position: relative;
        height: calc(100% - (1 * var(--content-size)/4 - 30px));
    }
    .kh_info_khpro .kh_title_khpro {
        font-size: 1.15rem;
        font-weight: 600;
        position: relative;
    }
    .kh_info_khpro a{
        color: #000;
    } 
    .kh_info_khpro a .kh_title_khpro:before {
        content: unset;
        position: absolute;
        top: 50%;
        left: -40px;
        width: 25px;
        height: 1px;
        background-color: var(--color);
        transform: translateY(-50%);
    }
    .kh_info_khpro .kh_add_project {
        color: #222;
        font-weight: 500;
        font-size: 0.9rem;
    }
    .kh_loadmore.gd_actione {
        align-items: center;
    }
    .kh_btn:hover .noselect {
        color: var(--color);
    }

    .kh_info_khpro:before {
        content: '\f00e';
        position: absolute;
        font-family: "Font Awesome 5 Pro";
        width: 40px;
        height: 40px;
        border: 1px solid #c9c9c9;
        border-radius: 50%;
        line-height: 40px;
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #fff;
        cursor: pointer;
        color: var(--color);
        font-weight: 800;
    }
    .kh_price {
        font-size: 15px;
    }
    .kh_price a {
        color: var(--color);
        font-weight: 800;
    }
    .kh_price .kh_main_price {
        color: var(--color);
        font-size: 1rem;
        font-weight: 800;
    }
    .kh_price .kh_old_price {
        position: relative;
        color: #838383;
        display: inline-block;
    }
    .kh_price .kh_old_price:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #838383;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    
/*End*/

/*Chi tiết sản phẩm*/
    .kh_single_product {
        padding: 50px 0 0;
    }
    /*Hình ảnh sản phẩm*/
        .kh_img_prod {
            display: flex;
            height: calc(1 * var(--content-size)/12 * 5 * 0.80 - 30px);
            margin: 0 -5px;
        }
        .swiper-container.gallery-thumbs {
            flex: 0 0 20%;
            max-width: 20%;
            padding: 0 5px;
        }
        .swiper-container.gallery-top .kh_box_img.kh_img_intro {
            width: 100%;
            height: calc(1 * var(--content-size)/12 * 5 * 0.80 - 30px);
            border: 1px solid #c9c9c9;
        }
        .kh_box_img.kh_img_intro .img-fluid {
            width: 100%;
            height: 100%;
            object-fit: cover; 
        }
        .swiper-container.gallery-top {
            flex: 0 0 80%;
            max-width: 80%;
            padding: 0 5px;
        }
        .swiper-container.gallery-thumbs .kh_box_img.kh_img_intro {
            height: 100%;
        }
        .swiper-container.gallery-thumbs .swiper-slide {
            border: 1px solid #c9c9c9;
        }
        .swiper-button-next, .swiper-button-prev {
            color: var(--color);
        }
        .kh_img_prod .swiper-button-next, .swiper-button-prev {
            color: var(--color) !important;
        }
    /*End*/

    /*Thông tin sản phẩm*/
        .kh_name_prod {
            font-size: 1.7rem;
            font-weight: 700;
            color: #222;
        }
        .kh_download_doc.hb_button_about {
            display: flex;
            margin: 10px -10px 20px;
        }
        .kh_download_doc.hb_button_about .kh_wrap_btn {
            flex: 0 0 33.333%;
            max-width: 33.333%;
            padding: 0 10px;
        }
        .kh_download_doc.hb_button_about .kh_wrap_btn .hb_button.hb_btn {
            width: 100%;
            font-size: 1rem;
        }
        .kh_download_doc.hb_button_about .kh_wrap_btn:first-child .hb_button.hb_btn {
            background-color: var(--color);
        }
        .kh_download_doc.hb_button_about .kh_wrap_btn:first-child .hb_button.hb_btn .hb_hover {
            color: #fff;
        }
        .kh_download_doc.hb_button_about .kh_wrap_btn:first-child .hb_button.hb_btn:before, .kh_download_doc.hb_button_about .kh_wrap_btn:first-child .hb_button.hb_btn:after {
            content: unset;
        }
        .kh_download_doc.hb_button_about .kh_wrap_btn:first-child .hb_button.hb_btn .hb_hover:before {
            content: unset;
        }
        .kh_des_prod {
            padding: 10px 0 0;
        }
        .fancybox-caption {
            bottom: unset !important;
            top: 0 !important;
            font-weight: 700 !important;
            text-align: center !important;
            font-size: 2rem !important;
        }
        .fancybox-toolbar {
            z-index: 999999 !important;
        }
        .kh_list_img .owl_thumb_slider {
            padding-left: 0;
            list-style: none;
        }
        .kh_list_img .owl_thumb_slider .kh_img_project {
            margin-bottom: 0;
            height: calc(100/180 * var(--content-size)/12 * 7 / 4 - 15px);
        }
        .kh_bottom_prod {
            width: 60%;
            margin: 40px auto 0;
        }
        .kh_bottom_prod .kh_nav {
            justify-content: center;
        }
        .kh_bottom_prod .kh_nav .kh_nav_link {
            border: unset;
            color: #333;
            padding-left: 25px;
            padding-right: 25px;
        }
        .kh_bottom_prod .kh_nav .kh_nav_item {
            margin-bottom: 0;
        }
        .kh_bottom_prod .kh_nav .kh_nav_link .kh_name_nav {
            font-size: 1.3rem;
            text-transform: uppercase;
            font-weight: 600;
        }
        .kh_bottom_prod .kh_nav .kh_nav_link.active.show {
            color: var(--color);
            position: relative;
        }
        .kh_bottom_prod .kh_nav .kh_nav_link.active.show:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 2px;
            background-color: var(--color);
            bottom: 0;
            left: 0;
        }
        .kh_inner_tab {
            padding: 30px 0;
        }
        .kh_inner_tab img {
            max-width: 100%;
            height: a0;
        }
        .kh_inner_tab h3 {
            font-size: 1.15rem;
            color: var(--color);
        }
        .kh_inner_tab h4, .kh_inner_tab h5 {
            font-size: 1rem;
            color: var(--color);
        }
        .kh_title_box h2 {
            text-align: center;
            text-transform: uppercase;
            font-size: 2rem;
            font-weight: 700;
            position: relative;
        }
        .kh_title_box h2::before {
            content: '';
            position: absolute;
            width: 100px;
            height: 2px;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            background-color: var(--color);
        }
        .kh_title_box h2 {
            padding-bottom: 15px;
            margin-bottom: 30px;
            color: var(--color);
        }
    /*End*/
/*End*/