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

 /*#region EDITER - WP DEFAULT */

 figure {
    border-radius: 13px;
}

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

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

.gd_content_editor h5 {
    font-style: oblique;
}

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

.gd_content_editor a {
    color: var(--color);
    font-weight: 600;
}

.gd_content_editor a:hover, .gd_content_editor a:active, .gd_content_editor a:focus {
    color: var(--color1);
}

.data_info div {
    display: none;
}


/*#endregion */

/*#region MAIN */
.gd_breadcrumb {
    justify-content: space-between;
    align-items: flex-end;
}

.breadcrumbs {
    color: #fff;
    font-size: 1.3rem;
    text-transform: uppercase;
    position: relative;
}

.breadcrumbs a {
    color: #fff;
}
.breadcrumbs span > span > span span {
    display: none;
}
.breadcrumbs span > span > span > span a{
    display: none;
}
.breadcrumbs span > span > span > span span{
    display: none;
}
.breadcrumbs span > span > span > span > span {
    display: none;
}
.breadcrumbs a:hover, .breadcrumbs a:active, .breadcrumbs a:focus {
    color: #f7941d;
}

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

.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: 3.75rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
}


/*#endregion */

/*#region POST */
.page-article{
    padding: 95px 0;
}
.page-single-article{
    padding: 95px 0;
}
.hb_content_main .kh_sticky_post{
    position: relative;
    flex-wrap: wrap;
}
.gd_group__stick .gd_news__item{
     padding-bottom: 10px;
}
.kh_sticky_post .gd_post__image{
    height: calc(50/130 * (var(--content-size) - 30px)) !important;
    position: relative;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 1rem;
}
/*.kh_sticky_post .gd_post__image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: 0.4;
    border-radius: 15px;
}*/

.kh_sticky_post .gd_post__content{
  padding-left: 0;
}
.stick-main .gd_post__item {
}
.stick-main .gd_post__inner {
    flex-flow: column;
}
.stick-main .gd_post__image {
    flex: 0 0 40%;
    height:calc(445/792 * (var(--content-size) * 4/10 * 6/12 - 30px));
    margin-bottom: 1rem;
}
.stick-main .gd_post__content {
    padding: 0;
}

.stick-aside .gd_post__image {
    flex: 0 0 45%;
}
.kh_sticky_post .gd_news__title .gd_text{
    color: var(--color);
    font-size: 1.875rem;
    font-weight: bold;
}
.hb_main_col{

}
.gd_news__item{
    margin: 0 0 30px;
    border-bottom: 1px solid #bbbb;
    padding-bottom: 30px;
}
.gd_posts__items .gd_news__item:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.gd_news__inner{
    display: flex;
}
.hb_main_col .gd_news__inner .gd_post__image{
    flex:0 0 32%;
    height: calc(1.5/5 * (var(--content-size)/2 - 30px));
    max-width: 32%;
    position: relative;
}
/*.hb_main_col .gd_news__inner .gd_post__image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: 0.4;
    border-radius: 15px;
}*/
.hb_main_col .gd_news__inner .gd_news__content{
    padding-left: 20px;
}
.gd_news__item .gd_news__content h3.gd_text{
    font-size: 1.5rem;
    color: var(--color);
    font-weight: bold;
}
.gd_news__item .gd_news__content h3.gd_text:hover{
    color: var(--color2);
}
.gd_post__item {
    margin-bottom: 2rem;
}
.hb_news_exceprt p.excerpt{
    color: #222222;
    font-size: 1.25rem;
}
.gd_post__inner {
    display: flex;
}

.gd_post__image {
    flex: 0 0 38.95%;
    margin-bottom: 0;
    background: -webkit-linear-gradient(45deg, #da8240 0%, #fde583 100%);
    background: linear-gradient(45deg, #fde583 0%,#da8240 100%);
    height: calc(2/3 * (var(--content-size)/3 - 30px));
    border-radius: 15px;
}

    .gd_post__image 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;
        -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;
        border-radius: 15px;
    }

        .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: 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: var(--color);
        }

.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;
}
.gd_actione .button_link a{
    color: #fff;
    font-weight: 600;
    padding: 15px 40px;
    background: linear-gradient(0deg, var(--color1) 50%, #20bef87a);
    border-radius: 25px;
    font-size: 1.1rem;
}
.gd_actione .button_link a:hover{
    background: linear-gradient(0deg, var(--color) 50%, #e2008254);
}
.gd_actione .button_link a:hover span::after,
.gd_actione .button_link a:hover span::before{
    background-color: var(--color);
}
.gd_group__post.gd_post__col {
}

.gd_group__post.gd_post__col .gd_post__image {
  height: calc(300/450 * (var(--content-size)/3 - 30px));
  margin-right: 0;
}

.gd_group__post.gd_post__col .gd_post__content {

}
.gd_group__post .stick-aside .gd_post__image {
    height: calc(180/320 * (var(--content-size)/4.3 - 30px));
}

.page-article-group .gd_box__title .gd_text {
    position: relative;
    display: inline-block;
    color: #2f99d4;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.page-article-group .gd_box__title .gd_text i {
    font-size: 20px;
    line-height: 38px;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    text-align: center;
    margin-left: 15px;
    background-color: #f7941d;
    position: relative;
    color: #fff;
}

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

/*Post single*/
.gd_post__single_title {
    font-size: 2.5rem;
    color: var(--color);
    margin-bottom: 0.5rem;
    font-weight: 800;
}

.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: 1.125rem;
    /*line-height: 1.42;*/
    text-align: justify;
    /*padding-left: 60px;
    position: relative;*/
    margin-bottom: 50px;
}
    .gd_post__single_content h2{
        color: var(--color);
        font-size: 1.5rem;
        font-weight: 500;
    }
    .gd_post__single_content h3,
    .gd_post__single_content h4{
        font-weight: 500;
    }
    .gd_post__single_content h4{
        font-style: italic;
    }
/*    .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_post__imagecover .lazied {
            /*width: 100%;*/
            margin-left: auto;
            margin-right: auto;
            display: block;
        }

        .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: 2.5rem;
            font-weight: bold;
            color: var(--color);
            display: block;
            margin-bottom: 1.5rem;
            line-height: 1.42;
            text-transform: uppercase;
            text-align: center;
            padding-bottom: 1rem;
            position: relative;
        }

        .gd_related__title .gd_text:after {
            content: "";
            width: 70px;
            height: 1px;
            background-color: var(--color);
            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: 0.5rem;
        }
        .gd_related__content .gd_post__content {
            max-width: 100%;
            border-top: none;
            padding: 0;
        }

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

        .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 SIDEBAR */
    .widget {
        width: 100%;
    }

    .gd_widget__title {
        background: var(--color);
        padding: 5px 17px;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

    .widget .gd_widget__title {
        text-align: left;
        position: relative;
        padding: 0;
    }
    .kh_prod_title{
        color: var(--color);
        font-weight: bold;
    }
    .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.3rem;
        text-transform:uppercase;
        color: #fff;
        display: inline-block;
        padding: 10px 20px;
        position: relative;
        font-weight: bold;
    }

    .widget .gd_widget__title .gd_text:before {
        content: none;
        width: 100%;
        height: 2px;
        background-color: #008ed4;
        left: 0;
        bottom: -1px;
        position: absolute;
    }
    .hb_hotline_sidebar{
        display: flex;
        margin-bottom: 20px;
    }
    .hb_sidebar_icon{
        width: 60px;
        height: 60px;
        background: var(--color);
        border-radius: 20px;
        align-items: center;
        display: flex;
        justify-content: center;
        margin-right: 10px;
    }
    .hb_sidebar_icon i.fas{
        color: #fff;
        font-size: 1.5rem;
    }
    .hb_sidebar_hotline{
        line-height: 1;
    }
    .hb_sidebar_hotline div{
        text-transform: uppercase;
        font-weight: 500;
        font-size: 1.2rem;
    }
    .hb_sidebar_hotline a{
        font-size: 2.5rem;
        color: var(--color);
        font-weight: 800;
    }
    .hb_hotline_online{
        display: flex;
        align-items: center;
        border-radius: 30px;
        margin-bottom: 30px;
        background: linear-gradient(0deg, var(--color) 50%, #e2008254);
    }
    .hb_online_icon{
       width: 50px;
       height: 50px;
        background: #20bef8;
        border-radius: 50%;
        align-items: center;
        display: flex;
        justify-content: center;
    }
    .hb_online_icon i.fas{
        color: #fff;
    }
    .hb_online_hotline{
        text-align: center;
        width: 85%;
        line-height: 1;
    }
    .hb_online_hotline a{
        font-size: 1.1rem;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        padding: 13px 115px;
    }
    .hb_hotline_online:hover{
        background: linear-gradient(0deg, var(--color1) 50%, #20bef87a);
    }
    .hb_hotline_online:hover .hb_online_hotline a{
        color: var(--color);
    }
    .hb_hotline_online:hover .hb_online_icon{
        background: #fff;
        border:1px solid var(--color);
    }
    .hb_hotline_online:hover .hb_online_icon i.fas{
        color: var(--color);
    }
    .kh_list_contacts{
        padding: 20px;
        list-style: none;
        margin-bottom: 0;
    }
    .gd_widget_article{
        border:1px solid var(--color);
        border-radius: 10px;
    }
    .gda-popular-contact-post{
        margin-bottom: 30px;
    }
    .hb_contact_form{

    }
    .hb_contact_form .gd_form_group_user input,
    .hb_contact_form .gd_form_group_phone input,
    .hb_contact_form .gd_form_group_email input{
        height: 50px;
    }
    .hb_contact_form .form-control{
        border-radius: 25px;
        outline: none;
    }
    .hb_contact_form .gd_form_group_user .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;
    }
    .hb_contact_form .gd_form_group_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;
    }
    .hb_contact_form .gd_form_group_email .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;
    }
    .hb_contact_form .gd_form_group_textarea_pen .kh_add_before:after {
        color: var(--color);
        content: "\f128";
        font-family: "Font Awesome 5 Pro";
        position: absolute;
        padding-left: 15px;
        top: 4%;
        text-align: center;
        font-size: 17px;
        font-weight: 600;
    }
    .hb_contact_form .gd_form_group_user .form-control, 
    .hb_contact_form .gd_form_group_email .form-control, 
    .hb_contact_form .gd_form_group_phone .form-control, 
    .hb_contact_form .gd_form_group_textarea_pen .form-control {
        padding-left: 40px;
        position: relative;
    }
    .hb_contact_form .gd_form_group_textarea_pen textarea{
        height: 100px;
    }
    .hb_contact_form .hb_submit {
        text-align: center;
    }
    .hb_contact_form .wpcf7-submit {
         text-transform: uppercase;
         font-weight: bold;
         color: #fff;
         background: linear-gradient(0deg, var(--color1) 50%, #20bef87a);
         padding: 10px 60px 10px 60px;
         font-size: 1.2rem;
         line-height: 1;
         width: 100%;
         border-radius: 50px;
    }
    .hb_contact_form .wpcf7-submit:hover {
        color: #fff;
        background: linear-gradient(0deg, var(--color) 50%, #e2008254);
    }
    .kh_first_contact{
        border-bottom: 1px solid #bbbb;
    }
    .hb_contact_form .hb_submit .ajax-loader{
        position: absolute;
        left: 50%;
        top: 10.6%;
        transform: translate(-50%,-10.6%);
    }
    .kh_item_contact{
        padding:8px 0;
    }
    .kh_list_contacts .kh_item_contact:nth-child(3){
        border-top: 1px solid #bbbb;
        border-bottom: 1px solid #bbbb;
    }
    .kh_list_contacts .kh_item_contact:last-child{
        padding: 8px 0 0;
    }
    .kh_list_contacts .kh_item_contact a{
        color: #000;
        font-size: 18px;
        position: relative;
        padding-left: 20px;
    }
    .kh_list_contacts .kh_item_contact a:before{
        position: absolute;
        content: '';
        width: 5px;
        height: 5px;
        background: var(--color);
        left: 0;
        top: 10px;
        border-radius: 50%;
    }
    .kh_list_contacts .kh_item_contact a:hover{
        color: var(--color);
    }
    /*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{
        border: 1px solid var(--color);
        border-radius: 10px;
        margin-bottom: 30px;
    }
    .widget_recent_entries ul {
        padding: 20px;
        list-style: none;
        margin-bottom: 0;
    }

    .widget_recent_entries ul li {
        border-bottom: 1px solid #bbbb; 
        margin-bottom: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .widget_recent_entries ul li:last-child{
        padding-bottom:0;
        margin-bottom: 0;
        border:none;
    }

    .widget_recent_entries ul li a {
        font-size: 1.125rem;
        color: #333;
        display: block;
        position: relative;
        padding-left: 20px;
    }
    .widget_recent_entries ul li a:before{
        position: absolute;
        content: '';
        width: 5px;
        height: 5px;
        left: 0;
        top: 10px;
        background: var(--color);
        border-radius: 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%;
        width: 100%;
        display: block;
    }


    .widget_text {
        margin-top: 30px;
    }
    .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;
    }

    .textwidget {
        padding: 20px 14px 0 14px;
        border-radius: 0 0 10px 10px;
        background-color: #fff;
        border: 1px solid var(--color);
        border-top: 0;
    }

    .kh_prod {
        display: flex;
       border-bottom: 1px solid #edededee;
       height: 100px;
       margin-bottom: 15px;
    }
    .kh_prod:last-child {
    border-bottom: none;}
    .kh_prod_img {
        flex: 0 0 30%;
        text-align: center;
    }
    .kh_prod_content p {
        -webkit-line-clamp: 2;
        margin-top: 0;
        margin-bottom: 1rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .textwidget span.wpcf7-form-control-wrap:nth-child(5) > input:nth-child(1) {
        height: 70px;
    }

    .textwidget  input.wpcf7-form-control:nth-child(7) {
        border-radius: 25px;
        border-style: dashed;
        border-color: #f7941d;
        color: #007bff;
    }
    .textwidget .form-control {
        border-radius: 25px;
    }
    .textwidget .form-control::placeholder {
        font-size: 14px;
        padding-left: 10px;
        text-align: justify;
        color: #000;
        vertical-align: middle;
    }
    #hb_form_control_submit{
            background: #fff;font-weight: bold;
    }
    .textwidget form{
        border-bottom: 1px solid #edededed;
    }
    .content-chuyengia .form-control{
        height: 110px;
    }

    .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*/

    .menu-danh-muc-tin-tuc-container {
        border-style: dashed;
        border-width: 1px;
        border-radius: 0 0 10px 10px;
        border-color: #f7941d;
        border-top: 0;
        padding: 0 15px;
    }

    #nav_menu-2 {
        margin-top: 0;
    }


    #nav_menu-2 .gd_widget__title {
        margin-bottom: 0;
    }

    .widget_nav_menu {
    }
    .widget_nav_menu .menu ul li a:hover {
     color: #f7941d;
        }
    .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;
        border-bottom: 1px solid #ededed;
        padding-bottom: 13px;
    }

    .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: #fd7e14;
        width: 4px;
        height: 4px;
        position: absolute;
        top: 0.7rem;
        left: 0;
    }

    .widget_nav_menu ul.menu > li > a:hover::before {
        background-color: #fd7e14;
    }
    /*#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: 50px;
        line-height: 48px;
        border: 1px solid #ccc;
        border-radius: 10px;
        text-align: center;
        margin-left: 8px;
        color: #393939;
        background-color: #ebebeb;
        font-weight: bold;
    }

    .navigation a:hover, .navigation span.current {
        background: linear-gradient(to bottom, #f7941d 0%,#ffe3c2 100%);
        border: none;
        margin-left: 0px;
    }

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

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

    /*#endregion */


/*#region CONTACT */
.hb_cover_item{
z-index: 2;
}
.hb_cover_text{
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 1.5rem;
    top: 45%;
    transform: translateY(-50%);
    text-align: center;
}
.hoz-animate-background {
    background-position: 0px 0px;
    background-repeat: no-repeat;
    animation: hozAnimatedBackground 40s linear infinite;
    -moz-animation: hozAnimatedBackground 40s linear infinite;
    -webkit-animation: hozAnimatedBackground 40s linear infinite;
}
@keyframes hozAnimatedBackground {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 100% 0;
    }

    100% {
        background-position: 0 0;
    }
}
.hb_cover_text .gd_text{
    font-size: 60px;
    color: #fff;
        font-family: UTM Cookies;
}
.hb_cover_text span a{
    color: #fff !important;
}
/*.page-contact{
    padding: 75px 0 0;
}*/
.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;
    }


.gd_contact_us {
background-color: #fff;
    padding: 40px;
    position: relative;
}

    .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;
        padding-bottom: 15px;
        color: var(--color);
        text-transform: uppercase;
        text-align: center;
        position: relative;
    }
    .gd_contact_us .gd_ct_form .gd_box__title .gd_text:before{
        content: '';
        position: absolute;
        width: 60px;
        height: 1px;
        background: var(--color);
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

.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 {
    width: 85%;
    margin: auto;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.gd_contact_form .gd_submit{
    text-align: center;
}
.gd_contact_form .wpcf7-submit{
    text-transform: uppercase;
    font-weight: bold;
    color: #fff ;
    background: linear-gradient(0deg, var(--color1) 50%, #20bef87a);
    padding: 15px 60px 15px 60px;
    font-size: 1.25rem;
    line-height: 1;
    border-radius: 50px;
    width: 250px;
    margin-top: 10px;
}
.gd_contact_form .wpcf7-submit:hover{
    color: #fff;
    background: linear-gradient(0deg, var(--color) 50%, #e2008254);
}
        .gd_contact_form .wpcf7-form-control-wrap {
            width: 100%;
        }

        .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: 50px;
            border-radius: 50px;
            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 .kh_add_before::after{
       color: var(--color);
       content: "\f3c5";
       font-family: "Font Awesome 5 Pro";
       position: absolute;
       padding-left: 20px;
       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: 20px;
    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: 20px;
    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: 20px;
        top: 50%; transform: translateY(-50%);
        text-align: center;
        font-size: 17px;
        font-weight: 600;
    }
    .gd_contact_form .wpcf7-textarea.form-control {
        height: 230px;
        width: 100%;
    }
    .gd_contact_form .hb_form_group_textarea_pen .form-control{
        padding-left: 50px;
        border-radius: 25px;
    }
    .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 .kh_add_before:after{
       color: var(--color);
       content: "\f304";
       font-family: "Font Awesome 5 Pro";
       position: absolute;
       padding-left: 20px;
       top: 10px;
       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 */

/*Điểm Bán*/
    .kh_page_curculigo{
        padding: 60px 0;
    }
    .kh_box_post{

    }
    .kh_wrap_name_area .kh_name_area{
        color: var(--color);
        font-weight: 600;
    }
    .kh_list_provinces{
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
    }
    .kh_list_provinces .kh_item_province{
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    .kh_list_provinces .kh_item_province a{
        position: relative;
        padding-left: 15px;
        font-size: 20px;
        color: #222222;
    }
    .kh_list_provinces .kh_item_province.top {
        order: -1;
    }
    .kh_list_provinces .kh_item_province.top a {
        font-weight: 700;
    }
    .kh_list_provinces .kh_item_province a:before{
        content: '';
        position: absolute;
        width: 5px;
        height: 5px;
        background:var(--color);
        border-radius: 50%;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .kh_list_provinces .kh_item_province a:hover{
        color: #000;
        font-weight: bold;
    }
/*#endregion DIEM BAN*/
/*Quảng Cáo*/
    .hb_box_qc{
       
    }
    
    .hb_box_button{ 
        margin-top: 30px; 
    }
    .hb_box_button .hb_qc_center{
        display: flex;
        justify-content: center;
    }
    .hb_qc_diem_ban{
        display: flex;
        margin-right: 15px;
        border-radius: 30px;
        background: linear-gradient(
            0deg
            , var(--color) 50%, #e2008254);
    }
    .hb_qc_mua_online{
        display: flex;
        border-radius: 30px;
        background: linear-gradient(
            0deg
            , var(--color) 50%, #e2008254);
    }
    .hb_box_icon {
        width: 60px;
        height: 60px;
        background: linear-gradient(
            0deg
            , var(--color1) 50%, #20bef87a);
        border-radius: 50%;
        align-items: center;
        display: flex;
        justify-content: center;
    }
    .hb_box_icon a{
        padding: 18px 24px;
    }
    .hb_box_text {
        text-align: center;
        width: 85%;
        line-height: 1;
        align-items: center;
        display: flex;
    }
    .hb_box_text a {
        font-size: 1.3rem;color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        padding: 13px 35px;
    }
    .hb_qc_center i.fas{
        color: #fff;
        font-size: 20px;
    }
    .hb_qc_diem_ban:hover{
        background: linear-gradient(
            0deg
            , var(--color1) 50%, #20bef87a);
    }
    .hb_qc_mua_online:hover{
        background: linear-gradient(
            0deg
            , var(--color1) 50%, #20bef87a);
    }
    .hb_qc_diem_ban:hover .hb_box_icon{
        background: linear-gradient(
            0deg
            , var(--color) 50%, #e2008254);
    }
    .hb_qc_mua_online:hover .hb_box_icon{
        background: linear-gradient(
            0deg
            , var(--color) 50%, #e2008254);
    }

/*End*/
/*Checkout*/
    #cart_content{
        padding: 0 0 30px;
    }
    .pro_item i.fal{
        color: var(--color);
        font-size: 30px;
    }
    .pro_item i.fal:hover{
        color: var(--color1);
    }
    .gd_products_list .cart-title{
        color: var(--color);
        margin-bottom: 20px;
    }
    .content_post_pd a{
        margin-right: 20px;
    }
    .content_post_pd .gd_text{
        color: #000;
        font-size: 1.125rem;
        font-weight: 600;
    }
    .content_post_pd .gd_text:hover{
        color: var(--color);
    }
    .product_name .p_title{
        color: #000;
        font-size: 1.125rem;
        font-weight: 600;
    }
    .gd_pro__inner{
        align-items: center;
    }
    .product_action a{
        padding: 10px 40px;
        background: linear-gradient(0deg, var(--color1) 50%, #20bef87a);
        color: #fff;
        border-radius: 5px;
        text-transform: uppercase;
    }
    .product_action a:hover{
        background: linear-gradient(0deg, var(--color) 50%, #e2008254);
    }
    .table td, .table th{
        vertical-align: unset !important;
    }
    .hb_images_td,.hb_paradigm{
        text-align: center;
    }
    .form_wrap{

    }
    .cart-detail{
        box-shadow:0px 0px 10px 3px #99999942;
        background: #fff;
        padding: 20px;
    }
    .cart-detail .cart-title{
        text-align: center;
        margin-bottom: 15px;
        display: block;
    }
    .form_wrap .form-group{
       
    }
    .form_wrap .form-control{
        border-radius: 0;
    }
    .link-continue{
        text-align: center;
    }
    .link-continue #submit{
        padding: 10px 20px;
        background: linear-gradient(0deg, var(--color) 50%, #e2008254);
        border-radius: 25px;
        font-size: 1.125rem;
        color: #fff;
        text-transform: uppercase;
    }
    .link-continue #submit:hover{
        background: linear-gradient(0deg, var(--color1) 50%, #20bef87a);
        border:none;
    }
/*End/