/*
 * layout.css
 * Version - 1.0
 * Website: Gelex.vn
 * 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%;
    height: auto;
}
.gd_content_editor b, .gd_content_editor strong{
	font-weight: 600;
}
.hb_field_single b, .hb_field_single strong {
	font-weight: 600;
}
.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: 100%;
        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: #5b8c36;
        font-weight: 600;
    }


/*#endregion */

/*#region MAIN */
.gd_breadcrumb {
    text-align: center;
}

.breadcrumbs {
    font-size: 1rem;
    color: #fff;
    font-size: 1rem;
    position: relative;
    text-shadow: 1px 1px 0 #000;
}
/*ẩn tên tiêu đề tin tức*/
.gd_breadcrumb .breadcrumbs span > span > span span{
    display: none;
}
.gd_breadcrumb .breadcrumbs span > span > span span.breadcrumb_last{
    display: none;
}
/*----------------------*/
 /*   .breadcrumbs::after {
        content: "";
        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: "";
        color: #222;
        background-color: #5b8c36;
        font-size: 1.25rem;
        width: 60px;
        height: 1px;
        display: inline-block;
    }*/

    .breadcrumbs a {
        color: #fff;
            text-shadow: 1px 1px 0 #000;
    }

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

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

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

.gd_box__desc {
    font-size: 1rem;
}

.gd_cover_item {
    position: relative;
    overflow: hidden;
}

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

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

    .gd_absolute .gd_text {
        font-size: 3.125rem;
        color: #fff;
        margin: 0;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1.2;
        text-shadow: 1px 1px 0 #000;
    }

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


/*#endregion */
.page-article{
    padding: 30px 0;
}
/*#region POST */
.gd_post__item {
    margin-bottom: 25px;
}

.gd_post__inner {
    display: flex;
}

.gd_post__image {
    flex: 0 0 30%;
    margin-bottom: 0;
    background: -webkit-linear-gradient(45deg, #5b8c36 0%, #3b6c3f 100%);
    background: linear-gradient(45deg, #5b8c36 0%,#3b6c3f 100%);
    border: 1px solid #ededed;
}

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

    }

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

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

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

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

.gd_post__content {
    padding-left: 20px;
    flex: 1;
}

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

.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: #5b8c36;
    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: 20px;
    display: none;
}
    .gd_post__meta i {
        color: var(--color);
    }

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

        .gd_post__meta .gd_date .far {
            color: #5b8c36;
        }
    .gd_posts__items .hb_post__item{

    }
    .kh_list_top .owl-nav {
        position: absolute;
        top: unset;
        bottom: 30px;
        right: 30px;
        width: auto;
        height: auto;
        display: flex;
        justify-content: flex-end;
        z-index: 1;
    }
    .kh_list_top .owl-nav .owl-prev, .kh_list_top .owl-nav .owl-next {
        position: unset;
        transform: unset;
        width: 50px;
        height: 50px;
        /*! text-align: center; */
        /*! line-height: 50px; */
        border: 1px solid #fff;
        color: #fff;
        font-weight: 300;
        font-size: 2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 6px;
        margin: 0 2px;
    }
    .kh_list_top .owl-nav .owl-prev:hover, .kh_list_top .owl-nav .owl-next:hover {
        background-color: var(--color);
        border-color: var(--color);
    }
    .kh_list_top {
        margin-bottom: 25px;
    }
    .gd_post__item.hb_post__item {
        margin-bottom: 0;
    }
    .gd_posts__items .hb_post__item .hb_post__inner{
        flex-wrap: wrap;
        position: relative;
    }
    .gd_posts__items .hb_post__item .hb_post__image{
        flex:0 0 100%;
        max-width: 100%;
        height: calc(631/932 * (var(--content-size) * 8/12 - 30px));

    }
    .gd_posts__items .hb_post__item .hb_post__content{
        position: absolute;
        bottom: 0; 
        padding: 0 200px 0 30px;
        text-align: left;
        color: #fff;
        margin-bottom: 30px;
    }
    .gd_posts__items .hb_post__item .gd_post__meta{
        display: block;
    }
    .gd_posts__items .hb_post__item .gd_post__meta span{
        margin-right: 5px;
    }
    .gd_posts__items .hb_post__item .gd_post__meta,
    .gd_posts__items .hb_post__item .gd_post__meta i.fas,
    .gd_posts__items .hb_post__item .gd_post__excerpt{
        color: #fff;
    }
    .gd_posts__items .hb_post__item .gd_post__excerpt{
        position: relative;
    }
    .gd_posts__items .hb_post__item .gd_post__title .gd_text{
        color: #fff;
        font-size: 1.6rem;
    }
    .gd_posts__items .hb_post__item .gd_post__image a:after{
        background: linear-gradient(to top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.15) 80%);
        width: 100%;
        height: 100%;
        content: '';
        position: absolute;
        left: 0;
        top: 0
        right: 0;
        bottom: 0;
    }
    .gd_posts__items .gd_post__image{
        height:  calc(175/261 * (var(--content-size) * 3/10 * 8/12 - 30px));
    }
/* ===================================================== */
/*Post-single*/
    .page-single-article{
        padding: 50px 0;
    }
    .gd_post__single_title{
        font-size: 1.6rem;
        font-weight: 600;
        margin-bottom: 0;
        color: var(--color);
    }
    .page-single-article .gd_post__meta{
        display: block;
    }
/*End*/
/*Post related*/
.related-post-list {
    margin-bottom: 40px;
    margin-top: 40px;
}
.related-post-list .gd_post__meta{
    display: none;
}
.gd_related__title {
    margin-bottom: 0;
}
.hb_related_button{
    text-align: center;
}
.hb_related_button a{
    padding: 15px 60px;
    background: var(--color);
    color: #fff;
    text-transform: uppercase;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    font-weight: 600;
}
.hb_related_button a:hover{
    box-shadow: 5px 3px 0 var(--color2);
    border: 1px solid var(--color);
    background: #fff;
    color: var(--color);
}
    .gd_related__title .gd_text {
        font-size: 2rem;
        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: #5b8c36;
            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 {
        margin-bottom: 0;
    }

    .gd_related__content .gd_post__inner {
        /*display: block;*/
        flex-wrap: wrap;
    }

    .hb_related_content .gd_post__item {
        flex:0 0 100%;
        max-width: 100%;
    }
    .gd_related__content .gd_post__image {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
        height: calc(2/5 * var(--content-size)/2 - 30px);
    }
    .gd_related__content .gd_post__content {
        padding:0;
        max-width: 100%;
    }

    .gd_related__content .gd_post__title .gd_text {
        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: #5b8c36;
            }

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

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

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

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

.gda-popular-post .gd_post__image,
#kh-related-post-2 .gd_post__image{
    flex: 0 0 120px;
    height: 90px;
}
#kh-related-post-2 .gd_post__title .gd_text{
    font-size: 1rem;
    font-weight: 500;
}
#kh-related-post-2 .kh_excerpt{
    display: none;
}

    .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: 500;
    color: #222;
    margin-top: -3px;
}

    .gda-popular-post .gd_post__title .gd_text:hover {
        color: #5b8c36;
    }

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

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

    .widget.gda-popular-post {
        border: 1px solid #4444;
        background: #f5f5f5;
        margin-bottom: 30px;
    }
    .gd_widget__title{
        font-size: 20px;
        font-weight: 500;
        color: var(--color);
        border-bottom: 1px solid #4444;
        padding-left: 25px;
        padding: 10px 0 10px 25px;
        position: relative;
    }
    .gd_widget__text{
        position: relative;
        padding-bottom: 15px;
    }
     .widget.kh-category.gda-popular-post .kh_list_cats {
        list-style: none;
        padding-left: 25px;
        margin-bottom: 0;
        /*! padding: 0 20px 11px 0; */
    }
    .widget.kh-category.gda-popular-post .kh_list_cats .kh_item_cat {
        position: relative;
        padding: 8px 0 8px 20px;
        border-bottom: 1px #ccc solid;
    }
    .widget.kh-category.gda-popular-post .kh_list_cats .kh_item_cat:before {
        content: "\200B";
        background-color: var(--color);
        width: 5px;
        display: inline-block;
        height: 5px;
        border-radius: 50%;
        margin-left: -20px;
        top: 18px;
        position: absolute;
    }
    .widget.kh-category.gda-popular-post .kh_list_cats a {
        color: #222;
        font-size: 1.1rem;
    }
    .widget.kh-category.gda-popular-post .kh_list_cats a:hover{
        color: var(--color);
    }
    .widget.kh-category.gda-popular-post .kh_list_cats .kh_item_cat.current-cat a {
        color: var(--color);
        font-weight: 600;
    }
    .widget.kh-category.gda-popular-post .kh_list_cats .kh_item_cat:last-child {
        border-bottom: unset;
    }
    #gda-popular-post-2 .gd_post__items,
    #kh-related-post-2 .gd_post__items{
        padding: 1.25rem 25px;
    }
    .widget.kh-related-post {
        border: 1px solid #4444;
        background: #f5f5f5;
        margin-bottom: 30px;
    }
    .kh-related-post .gd_post__item:last-child{
        margin-bottom: 0;
    }
    .widget_media_image img{
        width: 100%;
        height: 100%;
    }
    .gd_widget__text span{
        color: var(--color);
    }

    /*Widget Nav*/

    .widget_nav_menu {
        border: 1px solid #4444;
        background: #f5f5f5;
        margin-bottom: 30px;
    }

    .widget_nav_menu ul.menu {
        border-top: none;
        list-style: none;
        padding-left: 25px;
    }
    .widget_nav_menu .gd_widget__title .gd_text{
        position: relative;
    }
    .gd_widget__title::before {
        content: '';
        position: absolute;
        background: var(--color);
        height: 20px;
        width: 4px;
        left: 0;
        top: 12px;
    }
    .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: var(--color);
        position: relative;
    }

    .widget_nav_menu ul.menu > li {
        padding: 20px 0;        
        border-bottom: 1px solid #dadadaed;
    }

    .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: var(--color);
        width: 4px;
        height: 4px;
        position: absolute;
        top: 10px;
        left: 0;
    }

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

/*End*/
/*#region CONTACT */
.page-contact{
    padding: 60px 0 0;
}
.google-map {
    position: relative;
}

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

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

.gd_contact_us {
    background-color: #fff;
    padding: 50px;
    width: 90%;
    margin: 0 auto;
    box-shadow:  0px 0px 8px #8e8d8d;
}

    .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: var(--color);
        text-transform: uppercase;
        text-align: center;
    }

.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: 90%;
    margin: auto;
}

    .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: 5px;
        font-size: 1rem;
    }

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

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

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


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

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

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

.gd_contact_form .gd_submit {
    font-size: 1.5rem;
    font-weight: 400;
    text-align: center;
    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);*/
    }
/*#endregion */

/*#region PAGE NAVIGATE */

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

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

    .navigation .wp-pagenavi a, .navigation .wp-pagenavi span {
        margin-left: 0;
    }

    .navigation a, .navigation span.current {
        display: inline-block;
        width: 60px;
        height: 60px;
        line-height: 60px;
        background: #e5e5e5;
        border-radius: 50%;
        text-align: center;
        margin-right: 8px;
        color: #393939;
        padding:0;
    }

        .navigation a:hover, .navigation span.current {
            color: #fff;
            border-color: var(--color);
            background-color: var(--color);
        }

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

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

/*#endregion */

.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: var(--color);
    top: 47%;
    transform: translateY(-50%);
    right: -10px;
}
.hb_btn .hb_hover span::after {
    content: '';
    position: absolute;
    display: block;
    height: 1px;
    width: 5px;
    background-color: var(--color);
    top: 47%;
    transform: translateY(-50%);
    right: -20px;
}
.button.v19 .label {
  padding: 10px 5px;
  display: inline-block;
  z-index: 10;
  position: relative;
  white-space: nowrap;
  line-height: 24px;
  -webkit-transition: all 0.225s;
  transition: all 0.225s;
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
  letter-spacing: 2px;
}
 .button.v19.button-start .label {
  padding: 12px 65px;
}
 .button.v19 .icon2 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.225s;
  transition: all 0.225s;
  -webkit-transform: skew(-40deg, 0deg) scaleX(1);
          transform: skew(-40deg, 0deg) scaleX(1);
  background: rgba(240, 32, 47, 0.8);
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
 .button.v19 .icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.225s;
  transition: all 0.225s;
  -webkit-transform: scale(0.9) skew(0deg, 0deg);
          transform: scale(0.9) skew(0deg, 0deg);
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
 .button.v19 .icon:before,  .button.v19 .icon:after {
  width: 60px;
  opacity: 0;
  content: '';
  height: 1px;
  position: absolute;
  display: block;
  background: var(--color);
  -webkit-transition: all 0.375s;
  transition: all 0.375s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
 .button.v19 .icon:before {
  top: 0;
  left: calc(50% - 30px);
}
 .button.v19 .icon:after {
  bottom: 0;
  right: calc(50% - 30px);
}
 .button.v19 .icon span:before,  .button.v19 .icon span:after {
  height: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  content: '';
  background: var(--color);
  position: absolute;
  display: block;
  width: 2px;
  -webkit-transition: all 0.225s;
  transition: all 0.225s;
}
 .button.v19 .icon span:before {
  left: 0;
  top: 0;
}
 .button.v19 .icon span:after {
  right: 0;
  bottom: 0;
}
 .button.v19:hover .icon {
  -webkit-transform: skew(-40deg, 0deg);
          transform: skew(-40deg, 0deg);
}
 .button.v19:hover .icon:before,  .button.v19:hover .icon:after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  width: 30px;
  opacity: 1;
}
 .button.v19:hover .icon:before {
  left: 0;
}
 .button.v19:hover .icon:after {
  right: 0;
}
 .button.v19:hover .icon span:before,  .button.v19:hover .icon span:after {
  height: 30px;
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
 .button.v19:hover .icon2 {
  -webkit-transform: skew(-40deg, 0deg) scaleX(0.2);
          transform: skew(-40deg, 0deg) scaleX(0.2);
  background: transparent;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}
 .button.v19.white:hover .label {
  color: var(--color);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
 .button.v19.white .icon2 {
  background: var(--color);
}
 .button.v19.white .icon:before,  .button.v19.white .icon:after {
  background: var(--color);
}
 .button.v19.white .icon span:before,  .button.v19.white .icon span:after {
  background: var(--color);
}
 .button.v19.labelred .label {
  color: var(--color);
}
 .button.v19.labelgray .label {
  color: #1D1D1D;
}
 .button.v19.transparent {
  float: none;
  display: inline-block;
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
}
 .button.v19.transparent .label {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.button.v19.transparent .label i.fal{
    color: var(--color);
}
.button.v19.transparent .label a{
    color: var(--color);
    font-weight: 500;
    font-size: 18px;
}
.button.v19.transparent .label a:hover{
    color: #000;
}
 .button.v19.transparent .label:hover i.fal{
    color: #000;
 }
 .button.v19.transparent .icon2 {
  background: transparent;
}
 .button.v19.transparent .icon {
  -webkit-transform: scale(1) skew(10deg, 0deg);
          transform: scale(1) skew(10deg, 0deg);
}
 .button.v19.transparent .icon:before,  .button.v19.transparent .icon:after {
  background: var(--color);
}
 .button.v19.transparent .icon span:before,  .button.v19.transparent .icon span:after {
  background: var(--color);
}
 .button.v19.transparent:hover .icon {
  -webkit-transform: scale(1) skew(-40deg, 0deg);
          transform: scale(1) skew(-40deg, 0deg);
}
/*------------------
/*Lĩnh Vực Hoạt Động*/
    .page-content.page-competence{
        padding: 90px 0 50px;
    }
    .hb_compete_wapper{
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px;
    }
    .hb_compete_wapper .hb_compete_item{
        flex:0 0  33.33333%;
        max-width: 33.33333%;
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .hb_compete_wapper .hb_inner .hb_compete_image{
        height: calc(300/450 * (var(--content-size)/3 - 30px));
        overflow: hidden;
        border: 1px solid #ccc;
        position: relative;
        margin-bottom: 0;
    }
    .hb_compete_wapper .hb_inner .hb_compete_image a * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.6s ease;
        transition: all 0.6s ease;
    }
    .hb_compete_wapper .hb_inner .hb_compete_image a:after,
    .hb_compete_wapper .hb_inner .hb_compete_image a:before {
        background: var(--color2);
        width: 0;
        height: 100%;
        position: absolute;
        content: '';
        opacity: 0.1;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        z-index: 1;
    }
    .hb_compete_wapper .hb_inner .hb_compete_image a:after {
        top: 0;
        left: 0;
    }
    .hb_compete_wapper .hb_inner .hb_compete_image a:before {
        right: 0;
        bottom: 0;
    }
    .hb_compete_wapper .hb_inner .hb_compete_image a img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-width: 100%;
        opacity: 1;
    }
    .hb_compete_wapper .hb_inner .hb_compete_image a img:hover{
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }
    .hb_compete_wapper .hb_inner .hb_compete_image a:hover:after,
    .hb_compete_wapper .hb_inner .hb_compete_image a:hover:before {
        width: 100%;
        height: 100%;
    }
    .hb_compete_wapper .hb_inner .hb_compete_content .hb_compete_title a .hb_text{
        font-size: 1.5rem;
        color: #222222;
        font-weight: 900;
        text-align: left;
        display: -webkit-box !important;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        text-transform: uppercase;
    }
    .hb_compete_wapper .hb_inner .hb_compete_content .hb_compete_title a .hb_text:hover{
        color: var(--color);
    }
    .hb_compete_content{
        position: relative;
    }
    .hb_compete_content .kh_num_compete{
       position: absolute;
       left: 0;
       top: 5px;
       font-size: 6.5rem;
       line-height: 1;
       z-index: -1;
       opacity: 0.2;
       color: var(--color);
       font-weight: 300;
    }
    .hb_compete_content{
        padding-top: 40px;
        padding-left: 40px;
    }
    .hb_compete_desc p{
        margin-bottom: 0;
        display: -webkit-box!important;
        max-width: 100%;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
/*End*/
    .kh_inner_title{
        position: relative;
    }
    .kh_inner_title:before{
        content: '';
        position: absolute;
        width: 100px;
        height: 3px;
        background: var(--color);
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
    }
    .kh_inner_title .kh_title_about{
        font-weight: 800;
        font-size: 2.5rem;
        text-transform: uppercase;
        color: var(--color);
        padding-bottom: 10px;
    }
    .kh_inner_title .kh_title_solgan{
        font-weight: 500;
        font-size: 2rem;
        color: var(--color2);
    }
/*********************************************
    2. Module whychoose
    **********************************************/
    .hb_module_whychoose{
        padding: 60px 0;
        background: #f5f5f5;
    }
    .hb_module_whychoose .kh_inner_title:before{
        left: 0;
        transform: unset
    }
    .hb_module_whychoose .kh_inner_title .kh_title_about{
        font-size: 3.125rem;
    }
    .hb_whychoose_counter{
        padding-top: 80px;
    }
    .number_whychoose{
        font-weight: bold;
        font-size: 2rem;
        color: var(--color);
    }
    .count_item{
        text-align: center;
    }
    .hb_whychoose_icon{
        width: 180px;
        height: 180px;
        margin: 0 auto 1rem;
        position: relative;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .hb_whychoose_icon:before{
        position: absolute;
        content: '';
        width: 180px;
        height: 180px;
        border: 2px solid #eaeaea;
        -webkit-transform: rotate(
            -45deg
            );
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        border-radius: 25px;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
    }
    .hb_whychoose_icon:hover img {
        animation: shake 0.5s;
        animation-iteration-count: infinite;
    }
     @keyframes shake {
        0% { transform: translate(1px, 1px) rotate(0deg); }
        10% { transform: translate(-1px, -2px) rotate(-1deg); }
        20% { transform: translate(-3px, 0px) rotate(1deg); }
        30% { transform: translate(3px, 2px) rotate(0deg); }
        40% { transform: translate(1px, -1px) rotate(1deg); }
        50% { transform: translate(-1px, 2px) rotate(-1deg); }
        60% { transform: translate(-3px, 1px) rotate(0deg); }
        70% { transform: translate(3px, 1px) rotate(-1deg); }
        80% { transform: translate(-1px, -1px) rotate(1deg); }
        90% { transform: translate(1px, 2px) rotate(0deg); }
        100% { transform: translate(1px, -2px) rotate(-1deg); }
    }
    .hb_whychoose_counter .count_text{
        margin-top: 35px;
    }
    .hb_whychoose_desc{
        display: flex;
        justify-content: flex-end;
    }
    .hb_whychoose_wrap{
        align-items: center;
    }
    .hb_whychoose_wrap .kh_box_inner {
        line-height: 1.3;
    }
    .hb_whychoose_content{
        font-weight: 500;
        font-style: italic;
        font-family: system-ui;
    }

/*********************************************
    **********************************************/
/*Chi tiết lĩnh vực hoạt động*/
    .hb_field_single{
        padding: 70px 165px;
        border: 1px solid #ededed;
        box-shadow: 0 0 20px #ededed;
    }
    .hb_field_single .gd_post__single_title{
        text-align: center;
        text-transform: uppercase;
    }
    .hb_field_single .gd_post__single_title span{
         display: flex;
         font-size: 1rem;
         font-weight: 500;
         text-align: center;
         justify-content: center;
         text-transform: inherit;
    }
    .kh_page_field .hb_related_content{
        display: flex;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
    }
    .kh_page_field .gd_field__item{
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 15px;
    }
    .gd_field__inner{
        position: relative;
        border: 1px solid #ededed;
    }
    .gd_field__image{
        margin-bottom: 0;
        position: relative;
        height: calc(460/690 * (var(--content-size)/2 - 30px))
    }
    .gd_field__image:after{
        background:linear-gradient(to top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.15) 80%);
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0
    }
    .gd_field__image img{
        width: 100%;
        height: 100%;
    }
    .gd_field__content{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        opacity: 0;
    }
    .gd_field__title{
         padding: 15px 50px;
         border: 1px solid #fff;
         border-bottom-left-radius: 20px;
         border-top-right-radius: 20px;
         color: #fff;
         font-size: 1.3rem;
         text-transform: uppercase;
         font-weight: 700;
    }
    .gd_field__title:hover{
        box-shadow: 5px 3px 0 var(--color2);
        background:#fff;
        color: var(--color);
    }
    .gd_field__inner:hover .gd_field__image:after,
    .gd_field__inner:hover .gd_field__content{
        opacity: 1;
    }
/*End*/


/*#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: var(--color);
            border-color: var(--color);
            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: #01a34e91;
        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%;
        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;
    height: calc(2/3 * var(--content-size)/3 - 30px);
}

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