/*
Theme Name: Flatsome Child
Theme URI: univn.vn
Description: This is a child theme for Flatsome Theme
Author: Quang Hoa
Template: flatsome
Version: 3.0
Text Domain: shtheme
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
    src: url('assets/fonts/SVN-Poppins-Bold.ttf');
    font-family: 'SVN-Poppins';
    font-display: swap;
    ascent-override: 100%;
    font-weight: bold;
}
.uppercase, h6, th, span.widget-title {
    letter-spacing: 0;
}
td {
    color: inherit;
}
.text-box .text {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.button, input[type=submit], input[type=submit].button, input[type=reset].button, input[type=button].button {
    font-weight: bold;
    letter-spacing: 0;
}
.button.is-outline, input[type=submit].is-outline, input[type=reset].is-outline, input[type=button].is-outline {
    border-width: 1px;
}
.button.is-outline {
    color: inherit;
    line-height: calc( 2.5em - 2px );
}
select, .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection {
    padding-right: 1.6em;
}
.box-text {
    font-size: 1em;
}
.breadcrumbs {
    font-size: .875rem;
    text-transform: none;
}
.breadcrumbs a {
    color: inherit;
}
.single-page h2,
.page-inner h2 {
    font-size: 30px;
}
.single-page h3,
.page-inner h3 {
    font-size: 24px;
}
.single-page h4,
.page-inner h4 {
    font-size: 20px;
}
.single-page h5,
.page-inner h5 {
    font-size: 16px;
}
.single-page :where(h1,h2,h3,h4,h5,h6,table,ul,figure,p),
.page-inner :where(h1,h2,h3,h4,h5,h6,table,ul,figure,p) {
    margin-bottom: 8px;
}
.single-page ul li:last-child,
.page-inner ul li:last-child {
    margin-bottom: 0;
}
.wp-caption .wp-caption-text {
    background: transparent;
    font-style: normal;
}
/* img.size-full.alignnone {
    margin-bottom: 0;
} */
/*--------------------------------------------------------------
## Header 
--------------------------------------------------------------*/
.nav-dark .is-outline, .dark .nav>li>a, .dark .nav>li.html, .dark .nav-vertical li li.menu-item-has-children>a, .dark .nav-vertical>li>ul li a, .nav-dropdown.dark>li>a, .nav-dropdown.dark .nav-column>li>a, .nav-dark .nav>li>a, .nav-dark .nav>li>button {
    color: #FFF;
}
.nav>li>a, .nav-dropdown>li>a, .nav-column>li>a {
    color: inherit;
}
.header .nav>li {
    padding: 0 8px;
    margin: 0;
}
.header .nav>li>a {
    font-size: 16px;
    padding: 8px;
}
.header .header-main .header-nav-main>li:not(.header-button-1):hover {
    background-color: rgba(230, 230, 230, 1);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: 0px;
}
.header-top .nav-uppercase>li>a {
    text-transform: none;
}
.language-switcher a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}
.nav-uppercase>li>a {
    letter-spacing: 0;
}
.header .nav-dropdown {
    color: inherit;
}
.nav-dropdown-has-arrow li.has-dropdown:before {
	border-width: 12px;
}
.nav-dropdown-has-arrow li.has-dropdown:after {
    border-width: 10px;
    margin-left: -9px;
}
.nav-dropdown-has-border .nav-dropdown {
	border-width: 1px;
}
.menu-item-design-default .nav-dropdown-default {
    box-shadow: unset;
    padding: 0;
    display: block;
    min-width: 210px;
    border: 0 !important;
    /* border-radius: 5px; */
}
#masthead .header-nav-main>li.current-dropdown >.nav-dropdown-default {
    left: 0 !important;
}
.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:after,
.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before {
    display: none;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default>li.nav-dropdown-col, 
.menu-item-design-default > .nav-dropdown.nav-dropdown-default>li.image-column {
    display: block;
    width: 100%;
    border-right: none;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default li {
    position: relative;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default .menu-item-has-children>a, 
.menu-item-design-default > .nav-dropdown.nav-dropdown-default .title>a, 
.menu-item-design-default > .nav-dropdown.nav-dropdown-default .nav-dropdown-col>a {
    font-size: 1em;
    font-weight: normal;
    color: inherit;
    text-transform: none;
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default ul { 
    background-color: rgba(230, 230, 230, 1);
    min-width: 210px;
    top: 0px;
    left: calc( 100% + 1px ); 
    position: absolute; 
    -webkit-box-shadow: 1px 1px 15px rgba(0,0,0,0.15);
    box-shadow: 1px 1px 15px rgba(0,0,0,0.15);
    z-index: 99999; 
    opacity: 0; 
    visibility: hidden;
    -moz-transition: 0.2s ease-in-out; 
    -o-transition: 0.2s ease-in-out; 
    -webkit-transition: 0.2s ease-in-out; 
    transition: 0.2s ease-in-out; 
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default li:hover > ul { 
    opacity: 1; 
    visibility: visible; 
}
.menu-item-design-default > .nav-dropdown.nav-dropdown-default .nav-dropdown-col .menu-item-has-children {
    margin-top: 0;
}
.nav-dropdown.nav-dropdown-default>li>a {
    margin: 0;
    padding: 10px;
    white-space: nowrap;
}
/* Header Template Element */
.nav-click {position: relative;width: 32px;height: 32px;cursor: pointer;display: block;z-index: 999;}
.nav-click span, .nav-click::after, .nav-click::before {content: '';background-color: #000;position: absolute;height: 2px;transition: all .3s ease-in-out;pointer-events: none;}
.nav-dark .nav-click span, .nav-dark .nav-click::after, .nav-dark .nav-click::before {background-color: #FFF;}
.nav-click::after,.nav-click::before{top:6px;right:0;width:18px;transform-origin:50% 50%}
.nav-click::after{top:23px;width:30px}
.nav-click span{top:15px;right:0;width:24px}
@media (min-width:850px) {
    .nav-click{width:38px;height:38px}
    .nav-click span, .nav-click::after, .nav-click::before{height:3px}
    .nav-click::after, .nav-click::before{top:9px; width:25px}
    .nav-click::after{top:27px;width:35px}
    .nav-click span{top:18px;width:31px}
}
.has-off-canvas .current-lightbox-clicked .nav-click span{opacity:0}
.has-off-canvas .current-lightbox-clicked .nav-click::before{width:70%;left:17%;transform:rotate3d(0,0,1,45deg);top:43%}
.has-off-canvas .current-lightbox-clicked .nav-click::after{width:70%;left:15%;transform:rotate3d(0,0,1,-45deg);top:41%}

/*--------------------------------------------------------------
## Widget 
--------------------------------------------------------------*/
/* Widget Recent Posts */
.post-sidebar .widget_recent_entries ul li { padding: 5px 10px; border-bottom: 1px solid #cccccc; }
.post-sidebar .widget_recent_entries ul li:last-child { border-bottom: none; }
.post-sidebar .widget_recent_entries ul li .post-date { display: block; }

/* Widget Recent Posts */
.widget_list_posts .post-item {
    padding-bottom: 0;
}
.widget_list_posts .post-item:not(:last-child) .col-inner {
    margin-bottom: 20px;
}
.widget_list_posts .blog-col-inner .post-title {
    font-size: .875rem;
    line-height: 1.4;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 2.8em;
    width: auto;
    margin: 0 0 5px 0;
}
.widget_list_posts .from_the_blog_excerpt {
    font-size: .875rem;
}
@media screen and (min-width: 550px) {
    .widget_list_posts .box-vertical {
        display: flex;
    }
    .widget_list_posts .box-vertical .box-image {
        flex: 0 0 30%;
    }
    .widget_list_posts .box-vertical .box-text {
        padding: 0 0 0 20px;
    }
    .widget_list_posts__alignright .box-vertical .box-text {
        order: -1;
        padding: 0 20px 0 0;
    }
}
/* Widget Information */
.widget_information ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.widget_information ul li {
    padding: 6px 0 6px 22px;
    position: relative;
}
.widget_information ul li + li {
	border-top: none;
}
.widget_information ul li.hidden_icon {
    padding-left: 0;
}
.widget_information ul li.hidden_icon i {
    display: none;
}
.widget_information li i {
    font-size: 0.75rem;
    position: absolute;
    left: 0;
    top: 11px;
    width: 14px;
    text-align: center;
}
.widget_information li.label-company {
    padding-left: 0;
    text-transform: uppercase;
    font-weight: bold;
}
.widget_information li.label-company i {
    display: none;
}

/*--------------------------------------------------------------
## Shortcode 
--------------------------------------------------------------*/
/* Shortcode Blog */
.sh-blog-shortcode.layout-1 .box-image {
    float: left;
    width: 25%;
    margin-right: 15px;
}
.sh-blog-shortcode.layout-5 .box-image {
    float: left;
    width: 30%;
    margin-right: 15px;
}
.sh-blog-shortcode.layout-6 .first-element-layout .post-title {
    margin: 15px 0 10px 0;
}
.sh-blog-shortcode.layout-6 .second-element-layout .element:not(:last-child) {
    margin-bottom: 15px;
}
.sh-blog-shortcode.layout-6 .second-element-layout .element:last-child {
    margin-bottom: 0;
}
.sh-blog-shortcode.layout-6 .second-element-layout .col-inner {
    overflow: hidden;
}
.sh-blog-shortcode.layout-6 .second-element-layout .box-image {
    float: left;
    width: 30%;
    margin-right: 1em;
}
.sh-blog-shortcode.layout-6 .second-element-layout .box-image .image-zoom {
    padding-top: 62%;
}
.sh-blog-shortcode.layout-6 .second-element-layout .post-title {
    margin-top: 0;
    font-size: .875rem;
}
.sh-blog-shortcode.layout-7 .first-element-layout .element .box-image {
    float: left;
    width: 30%;
    margin-right: 20px;
}
.sh-blog-shortcode.layout-7 .first-element-layout .element .post-title {
    margin: 0 0 5px 0;
}
.sh-blog-shortcode.layout-7 .second-element-layout {
    margin-bottom: 20px;
}
.sh-blog-shortcode.layout-7 .second-element-layout .element {
    margin-bottom: 5px;
}
.sh-blog-shortcode.layout-7 .second-element-layout .element .post-title {
    margin: 0;
}
.sh-blog-shortcode.layout-7 .second-element-layout .element .post-title a:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #337ab7;
    border-radius: 50%;
    position: relative;
    top: -2px;
    margin-right: 5px;
}
.sh-blog-shortcode.layout-8 .element .col-inner {
    position: relative;
}
.sh-blog-shortcode.layout-8 .element .entry-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 10px;
}
.sh-blog-shortcode.layout-8 .element .post-title {
    font-size: .875rem;
    line-height: 20px;
    margin: 0;
}
.sh-blog-shortcode.layout-8 .element .post-title a {
    display: block;
}
/* Shortcode Title Product */
.uni-titlepro ul li {
    margin-left: 0;
    display: block;
}
.uni-titlepro .open-subcat {
    white-space: nowrap;
    cursor: pointer;
}
@media (min-width: 850px) {
    .uni-titlepro {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }
    .uni-titlepro .open-subcat {
        display: none;
    }
    .uni-titlepro ul li {
        display: inline-block;
    }
    .uni-titlepro li + li {
        margin-left: 30px;
    }
}
@media (max-width: 849.98px) {
    .uni-titlepro__main {
        display: flex;
        justify-content: space-between;
    }
    .uni-titlepro ul {
        display: none;
        overflow: hidden;
        margin-left: -5px;
        margin-right: -5px;
    }
    .uni-titlepro ul li {
        float: left;
        width: 50%;
        padding-left: 5px;
        padding-right: 5px;
    }
    .uni-titlepro ul li:last-child {
        width: 100%;
    }
}
/* Shortcode Custom Menu */
.uni_custom_menu ul.menu li {
    border: none;
}
/* UX Shortcode */
.ux-menu-link__link {
    min-height: unset;
}.ux-menu-title {
    font-size: 100%;
}
/* Category */
.box-blog-post .post-title {
    font-size: 1rem;
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: bold;
    background: linear-gradient(to right,#f06a21,#fcb713);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}
.category .box-blog-post.box-vertical .post-title a {
    background: linear-gradient(to right,#f06a21,#fcb713);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}
.box-blog-post .is-divider {
    display: none;
}
.box-blog-post .from_the_blog_excerpt {
    margin-bottom: 8px;
}
ul.links li {
    margin: 0 .4em !important;
}
.nav-pagination>li>span, .nav-pagination>li>a {
    border: none;
    border-radius: 6px;
    height: 2.25em;
    line-height: 2.25em;
}
.post-readmore .button {
    margin: 0;
    min-width: 102px;
    height: 46px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #212529;
    font-size: 16px;
}
.post-readmore .button:hover {
    color: #FFF;
    border: 0;
}
/* Single Post */
.entry-header h1.entry-title {
    font-size: 1.5rem;
}
p.entry-title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
}
.entry-post-meta {
    color: #9f9f9f;
    font-size: 15px;
    margin-bottom: 8px;
}
.entry-header h1.entry-title + .is-divider {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}
.entry-content {
    padding: 0;
}
.post-related {
    margin-top: 20px;
}
#related-list li {
    list-style-type: none;
}
#related-list li a:before {
    content: '\f0da';
    font-family: 'Font Awesome 6 Pro';
    font-weight: bold;
    color: var(--primary-color);
}
/* Wpcf7 */
.wpcf7-form {
    margin-bottom: 0;
}
.wpcf7-form p {
    margin-bottom: 0;
}
.wpcf7 .button {
    min-width: 100px;
    margin-bottom: 0;
}
.wpcf7 .wpcf7-response-output {
    border-radius: 0;
}
.wpcf7-not-valid-tip, .wpcf7 form .wpcf7-response-output {
    font-size: .9em;
}
.wpcf7 form .wpcf7-response-output {
    margin: 1em 0 1em;
}
.wpcf7 .wpcf7-spinner {
    display: none !important;
}
/* Template - Header */
.header-cart-title {
    line-height: 1.2;
}
.header li.cart-item > a {
    display: inline-flex;
    flex-direction: row-reverse;
}
.header li.cart-item span+.image-icon {
    margin-left: 0;
    margin-right: 10px;
}
/* Footer */
.footer-wrapper .widget {
    margin-bottom: 0;
}
.footer-wrapper .section {
    padding-top: 40px !important;
    padding-bottom: 10px !important;
}
.footer-wrapper .uni_custom_menu .widget-title {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: normal;
}
.footer-wrapper .uni_custom_menu li a {
    color: #7c7a7b !important;
    padding: 2px 0;
}
.lien-doanh .gallery {
    align-items: end;
    flex-wrap: wrap;
    /* margin-left: -5px;
    margin-right: -5px; */
}
.lien-doanh .gallery .gallery-item {
    max-width: 118px;
    padding: 0 15px 0;
}
.absolute-footer {
    padding: 0 0 0;
    color: #FFF !important;
}
@media (min-width: 850px) {
    .footer-secondary {
        padding: 0;
    }
}
.img-map .col_inner {
    position: relative;
    background-repeat: no-repeat;
    background-size: 153%;
    background-position: -211px 10px;
    margin-left: -181px;
}
.img-map .footer_map {
    enable-background: new 0 0 2000 1500;
    width: 100%;
    transform: translate(100px, -9px) scale(1.25)
}
.row-contact {
    padding: 5px;
    padding-bottom: -26px;
    border-bottom: 1px dashed #8d8c8c;
    margin-bottom: 15px;
}
.icon-footer-right {
    width: 20px;
    margin-right: 10px;
    opacity: 0.6;
}
.info-adress {
    margin-bottom: 0.5rem;
    width: 350px;
}
.row-img {
    margin-bottom: 4px;
}
.info-contact {
    margin-bottom: 8px;
}
.img-map-info {
    width: 111px;
    height: 50px;
    opacity: 0.5;
}
.cursor-pointer {
    cursor: pointer;
    position: relative;z-index: 999;
}
.active-row-contract{
    background-color:rgba(255,255,255,0.1);
    color:#ddd;
    padding:5px;
    padding-bottom:-26px
}
.back-to-top {
    color: #FFF !important;
    border: 0;
    bottom: 200px;
    right: 15px;
    width: 45px;
    height: 45px;
    line-height: 45px !important;
    border-radius: 3px;
    background: linear-gradient(to right,#f06a21,#fcb713);
    border: 0 !important;
    animation: action 1s infinite alternate;
    -webkit-animation: action 1s infinite alternate;
    -moz-osx-animation: action 1s infinite alternate;
    -o-transition: action 1s infinite alternate;
    -ms-transition: action 1s infinite alternate;
}
.back-to-top.icon i {
    font-size: 24px;
    font-weight: bold !important;
}
@-webkit-keyframes action {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(15px);
    }
}

@keyframes action {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(15px);
    }
}
.customer-supporter {
    background: url(assets/img/supporter.png);
    color: #fff;
    font-weight: bold;
    width: 300px;
    height: 122px;
    background-size: cover;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100;
}
.customer-supporter p {
    position: absolute;
    bottom: 10px;
    left: 20px;
    font-size: 18px;
    margin-bottom: 8px;
}
/*--------------------------------------------------------------
## Custom Css 
--------------------------------------------------------------*/
.bannerBlock {
    margin-bottom: 8px;
}
.bannerBlock h1 {
    background: linear-gradient(to right,#f06a21,#fcb713);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    font-weight: bold;
    width: fit-content;
    text-transform: uppercase;
    line-height: 150%;
    margin: 0;
}
.bannerBlock .sub-text {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 8px;
    margin-top: 0;
}
#dark-breadcrumbs .separator {
    display: inline-flex;
    font-size: 14px;
    margin: 0 7px;
}
#dark-breadcrumbs .separator:before {
    content: '\f105';
    font-family: 'Font Awesome 6 Pro';
}
#dark-breadcrumbs .last {
    color: var(--primary-color);
}
#dark-breadcrumbs .rank-math-breadcrumb p {
    margin-bottom: 0;
}
.page-wrapper {
    padding-top: 1rem;
}
/* Liên hệ */
.page-inner .lien-he-title {
    font-size: 35px;
    margin-bottom: 25px;
    font-weight: 700;
    background: linear-gradient(to right,#f06a21,#fcb713);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.header-button-1 .button,
.button_custom {
    overflow: hidden;
    background: none;
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    color: #f06a21;
    font-size: 16px;
    min-width: 180px;
    height: 46px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-transform: uppercase;
    transform: skew(0deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: normal;
    margin: 1em auto;
}
.header-button-1 .button:after,
.button_custom:after {
    height: 100%;
    right: -20px;
    top: 0;
    text-decoration: none;
    transform: skew(47deg);
    transition-duration: 0.25s;
    transform-origin: top left;
    width: 7%;
    background: linear-gradient(90deg, #f2761f, #fbaf14);
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.header-button-1 .button:hover,
.button_custom:hover {
    border: 0;
}
.header-button-1 .button:hover:after,
.button_custom:hover:after {
    height: 100%;
    width: 200%;
}
.header-button-1 .button {
    color: #FFF;
    min-width: 150px;
    height: 40px;
    background: linear-gradient(90deg, #f16a22 0%, #ffc710 100%);
    border: 0;
    font-weight: 500;
}
.box-text-content {
    margin-bottom: 55px;
}
.form-contact {
    max-width: 852px;
    margin: 0 auto;
}
.form-contact label {
    font-size: 16px;
}
.form-contact label span {
    color: #ff0000;
}
.form-contact .wpcf7-form-control-wrap > input:not(.wpcf7-file),
.form-contact .wpcf7-form-control-wrap textarea {
    border-color: #cbd6e2;
    height: 40px;
    background: #f5f8fa;
    border-radius: 3px;
    box-shadow: unset;
}
.form-contact textarea {
    min-height: 66px;
}
.form-contact input[type=checkbox],.form-contact input[type=radio] {
    margin-left: 0;
    margin-right: 5px;
    margin-bottom: 5px;
}
.form-contact .wpcf7-checkbox .wpcf7-list-item {
    display: block;
}
.form-contact .form-cs {
    margin-bottom: 18px;
}
.form-contact .form-cs p {
    display: flex;
    align-items: center;
}
.form-contact .form-cs a {
    color: #0600FF;
    text-decoration: underline;
}
.form-contact #check-accerpt {
    width: 13px;
    height: 13px;
    border: 1px solid rgb(118, 118, 118);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    margin-right: 5px;
}
.form-contact #check-accerpt.active:before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Pro';
    font-size: 10px;
    line-height: 1;
}
.form-contact .form-button .wpcf7-submit {
    border-radius: 3px;
    margin: 0;
    text-transform: none;
}
.section-title-container {
    margin-bottom: 0;
}
.section-title-container .section-title-center b {
    opacity: 0;
}
.section-title-container .section-title-center {
    font-weight: bold;
    line-height: 1.66666667;
    margin-bottom: 30px;
}
.section-title-container .section-title-center span {
    color: var(--primary-color);
    position: relative;
    padding-bottom: 5px;
}
.section-title-container .section-title-center span::before {
    content: '';
    width: 50%;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 4px;
    background: linear-gradient(to right,#f06a21,#fcb713);
}
.section-title-container .section-title-center span,
.post-related .section-title span,
.title-format {
    line-height: 1.2;
    font-weight: bold;
    background: linear-gradient(to right, #f2761f, #fbaf14);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.item-v-blog .img .img-inner:before { 
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.item-v-blog .img .img-inner:hover:before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}
@keyframes shine {
    100% {
        left: 125%
    }
}
.item-v-blog .section-title-container .section-title-center {
    margin-bottom: 0;
}
.item-v-blog .section-title-container .section-title-center .section-title-main {
    background: linear-gradient(to right, #f2761f, #fbaf14);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 0;
}
.item-v-blog .section-title-main:before {
    display: none;
}
.item-v-blog .button_custom {
    min-width: 100px;
    padding: 0 15px;
}
.item-v-blog .button_custom span {
    color: #212529;
}
.item-v-blog .button_custom:hover span {
    color: #FFF;
}
/*--------------------------------------------------------------
## Responsive 
--------------------------------------------------------------*/
@media only screen and (max-width: 849.98px) {
    .single-page h2,
    .page-inner h2 {
        font-size: 24px;
    }
    .single-page h3,
    .page-inner h3 {
        font-size: 20px;
    }
    .single-page h4,
    .page-inner h4 {
        font-size: 16px;
    }
    .single-page h5,
    .page-inner h5 {
        font-size: 14px;
    }
    .box-blog-post .post-readmore .button,
    .box-blog-post .post-meta,
    .box-blog-post .from_the_blog_excerpt {
        font-size: 14px;
    }
    .box-blog-post .post-title {
        font-size: 18px;
    }
    .blog-single.page-wrapper {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 699.98px) {
    .section-title-container .section-title-center {
        font-size: 24px;
    }
    .img-map .footer_map {
        width: auto;
        transform: unset;
    }
}

@media only screen and (max-width: 549.98px) {
    .bannerBlock .img-overlay {
        overflow: hidden;
        position: absolute;
        width: 130%;
        height: 100%;
        opacity: 0.5;
    }
    .item-v-blog .section-title-container .section-title-center {
        font-size: 24px;
    }
    .lien-doanh {
        padding: 0 15px;
    }
    .lien-doanh .gallery {
        justify-content: center;
        margin: 0;
        gap: 15px;
    }
    .lien-doanh .gallery .gallery-item {
        max-width: 45%;
        padding: 0;
    }
}

@media only screen and (min-width: 550px) {
    .bannerBlock .img-overlay {
        overflow: hidden;
        position: absolute;
        width: 50%;
        height: 100%;
        opacity: 0.5;
    }
    .item-v-blog .section-title-container .section-title-center {
        font-size: 30px;
    }
}

@media only screen and (min-width: 700px) {
    .section-title-container .section-title-center {
        font-size: 27px;
    }
    .item-v-blog .section-title-container .section-title-center {
        font-size: 35px;
    }
    .pt-30 {
        padding-top: 30px;
    }
}

@media only screen and (min-width: 850px) {
    .mb-4 {
        margin-bottom: 1.5rem;
    }
    .mb-5 {
        margin-bottom: 2rem;
    }
    .pb-large-0 {
        padding-bottom: 0;
    }
    .post-related {
        margin-top: 70px;
    }
    .blog-single.page-wrapper {
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 992px) {
    .bannerBlock .img-overlay {
        width: 41%;
    }
    .section-title-container .section-title-center {
        font-size: 30px;
    }
    .item-v-blog .section-title-container .section-title-center {
        font-size: 40px;
    }
}

@media only screen and (min-width: 1200px) {
    .mb-5 {
        margin-bottom: 3rem;
    }
    .item-v-blog .section-title-container .section-title-center {
        font-size: 45px;
    }
}