/*
Theme Name: AutoDoc
Description: This is a child theme for Flatsome Theme, design by Xuanlt 
Author: UX Themes - Xuanlt
Template: flatsome
Version: 3.0
*/

/* lexend-deca-regular - latin_vietnamese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lexend Deca';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/lexend-deca-v22-latin_vietnamese-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../webfonts/lexend-deca-v22-latin_vietnamese-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

body {
    line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6,
.ff-heading {
    font-weight: normal;
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2.5rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

h6,
.uppercase {
    letter-spacing: 0;
    text-transform: none;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-4 {
    margin-bottom: 1.75rem !important;
}

.ms-2 {
    margin-left: 0.5rem;
}

.me-2 {
    margin-right: 0.5rem;
}
.text-justify{
    text-align: justify;
}
.uppercase,
h6,
th,
span.widget-title {
    letter-spacing: 0;
}

span.widget-title {
    opacity: 0.5;
}

.rounded {
    border-radius: 0.25rem;
}

.border-rounded .col-inner {
    border-radius: 0.25rem;
}

.nav-line-bottom>li>a::before,
.nav-line-grow>li>a::before,
.nav-line>li>a::before {
    height: 3px;
}

.nav-line-bottom>li>a::before {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}


.nav-line-bottom>li>a>span {
    font-weight: bold;
}

.nav-line-bottom>li.tab {
    margin-right: 1rem;
}

.nav-line-bottom>li.tab.active a {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.nav-line-bottom>li.tab:last-child {
    margin-right: 0;
}
h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a {
    font-family: 'Lexend Deca', sans-serif !important;
    
}

.lh-1 {
    line-height: 1 !important;
}
/* Font Size */

.fs-large {
    font-size: 2.5rem !important;
}

.fs-xlarge {
    font-size: 3rem !important;
}

.fs-xxlarge {
    font-size: 3.5rem !important;
}

.small {
    font-size: 0.875rem;
}

/* Border */
.border-top {
    border-top: 1px solid rgba(0,0,0,0.1);
}
/* Padding */
.py-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/* Margin */
.mr-2{
    margin-right: 0.5rem !important;
}

/* FLex */

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.align-items-end {
    align-items: end;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

.flex-shirk-0 {
    flex-shrink: 0;
}

.flex-grow-1 {
    flex-grow: 1;
}

.ms-auto {
    margin-left: auto;
}
/* Uppercase */
.uppercase {
    text-transform: uppercase;
}

[data-opacity="0.5"] {
    opacity: 0.5;
}

.button.icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.button.icon i, button.icon i {
    top: auto;
}
/**/
.button.is-outline, input[type=button].is-outline, input[type=reset].is-outline, input[type=submit].is-outline {
    border: 1px solid;
}
.button.white.is-outline {
    border-color: rgba(0,0,0,0.2);
    color: #666;
}
.button.white.is-outline:hover {
    border-color: rgba(0,0,0,0.5);
}
button.primary.is-outline {
    border-color: var(--primary-color);
}

/* Flex */
.mt-n64px{
    margin-top: -64px;
}
.mt-n60px {
    margin-top: -60px;
}

.row-dashed .col:after, .row-solid .col:after {
    border-bottom: 0;
}
/* -----------------
    SITE HEADER
----------------- */
.header-wrapper {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.header-top {
    border-bottom: 1px solid #eee;
}
/* Button Hotline */
.btn-hotline {
    display: flex;
    background-color: #FF5900;
    color: #fff !important;
    padding: 0.5rem 1.5rem 0.5rem 3rem !important;
    border-radius: 2rem;
    flex-direction: column;
    text-align: left;
    position: relative;
    height: 2.75rem;
}    
.btn-hotline:before{
    width: 2.25rem;
    height: 2.25rem;
    content: '';
    position: absolute;
    left: 0.25rem;
    top: 0.25rem;
    background-color: rgba(255,255,255,0.2);
    border-radius: 50%;
}
.btn-hotline:after {
    content: '\f095';
    position: absolute;
    left: 0.25rem;
    top: 0.25rem;
    width: 2.25rem;
    height: 2.25rem;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'FontAwesome' !important;
 }
.btn-hotline .text {
    font-size: 0.75rem;
    line-height: 1;
    text-align: left;
}
.btn-hotline .number{
    font-size: 1rem;
    line-height: 1;
    text-align: left;
}

@media screen and (max-width:540px) {
    .btn-hotline {
        padding: 0.5rem 1.5rem 0.5rem 1.25rem !important;
    }
    .btn-hotline .text {
        display: none;
    }
    .btn-hotline .number{
        display: none;
    }
}

/* Btn Call */
.btn-call {
    display: flex;
    background-color: var(--wp--preset--color--white);
    color: #000 !important;
    padding: 0.75rem 1.5rem 0.75rem 3.5rem !important;
    border-radius: 2rem;
    flex-direction: column;
    text-align: left;
    position: relative;
    height: 3rem;
}  
.btn-call:hover{
    box-shadow: 0 0 2rem rgba(0,0,0,0.1);
}  

.btn-call:before{
    width: 2.5rem;
    height: 2.5rem;
    content: '';
    position: absolute;
    left: 0.25rem;
    top: 0.25rem;
    background-color: #0060AE10;
    border-radius: 50%;
}
.btn-call:after {
    content: '\f095';
    position: absolute;
    left: 0.25rem;
    top: 0.25rem;
    width: 2.25rem;
    height: 2.25rem;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'FontAwesome' !important;
    color: var(--fs-color-primary);
 }
.btn-call .text {
    font-size: 0.75rem;
    line-height: 1;
    text-align: left;
    opacity: 0.75;
}
.btn-call .number{
    font-size: 1rem;
    line-height: 1.25;
    text-align: left;
}

/* Btn Support */
.btn-support {
    display: flex;
    background-color: var(--wp--preset--color--white);
    color: #000 !important;
    padding: 0.75rem 3.5rem 0.75rem 3.5rem !important;
    border-radius: 2rem;
    flex-direction: column;
    text-align: left;
    position: relative;
    height: 3rem;
}  
.btn-support:hover{
    box-shadow: 0 0 2rem rgba(0,0,0,0.1);
}  

.btn-support:before {
    content: '\f061';
    position: absolute;
    right: 0.25rem;
    top: 0.25rem;
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'FontAwesome' !important;
    color: var(--fs-color-primary);
 }
.btn-support:after {
    content: '\e1e7';
    position: absolute;
    left: 0.35rem;
    top: 0;
    width: 3rem;
    height: 3rem;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'FontAwesome' !important;
    color: var(--fs-color-primary);
 }
.btn-support .text {
    font-size: 0.75rem;
    line-height: 1;
    text-align: left;
    opacity: 0.75;
}
.btn-support .text-heading{
    font-size: 1rem;
    line-height: 1.25;
    text-align: left;
}

/* heađer Contact */
.header-contact .icon-envelop,
.header-contact .icon-whatsapp{
    color: var(--fs-color-primary);
}

/* Header Nav */
.header-nav.header-nav-main .item-home .nav-top-link{
    display: inline-flex;
    width: 2.75rem;
    height: 2.75rem;
    border: 1px solid #eee;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: 0;
    line-height: 1;
}
.header-nav.header-nav-main .item-home .nav-top-link:hover,
.header-nav.header-nav-main .item-home.current-menu-item .nav-top-link{
    border-color: var(--fs-color-primary);
}
.header-nav.header-nav-main .item-home .nav-top-link:after{
    content: '\e487';
    font-family: 'FontAwesome' !important;
    font-size: 1rem;
}
.header-nav.header-nav-main .item-home.current-menu-item .nav-top-link:after{
    color: var(--fs-color-primary);
}
.header-nav.header-nav-main .current-menu-item .nav-top-link{
    color: var(--fs-color-primary);
}
/* Header Main */
.header-main {
    overflow: hidden;
}
.header-main  .flex-col.logo{
    padding-right: 2rem;
    position: relative;
}
.header-main  .flex-col.logo::before{
    content: '';
    height: 90px;
    width: 1px;
    right: 0;
    top: 50%;
    margin-top: -45px;
    background-color: #eee;
    position: absolute;
}
/* -----------------
   MAIN
----------------- */

.bg-bottom-line, 
.banner.bg-bottom-line .banner-bg.fill .overlay{
    background-image: url(img/bg-line.png);
    background-position: 50% 100%;
    background-repeat: repeat-x;
}
.banner.bg-bottom-line .banner-bg.fill .overlay{
    background-image: url(img/bg-line-white.png);
}

.bg-bottom-m-line {
    background-image: url(img/bg-m-line.png);
    background-position: 50% 100%;
    background-repeat: repeat-x;
}

/* Page Header */
.section-news-header .social-icons .icon.circle.is-outline,
.dark .title-share .social-icons .icon.circle.is-outline {
    width: 2.5rem;
    height: 2.5rem;
    background-color: #16335B !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-color: rgba(255,255,255,0.2);
}
.section-news-header .social-icons .button {
    margin-bottom: 0.25rem !important;
}
/* Custom List */
.custom-list li {
    list-style: none;
    position: relative;
    padding: 0;
    padding-left: 1.5rem;
    margin-left: 0 !important;
}
.custom-list li:before {
    content: '\f058';
    position: absolute;
    top: 0;
    left: 0;
    width: 1rem;
    text-align: center;
    font-family: 'FontAwesome' !important;
    color: var(--fs-color-primary);
}

/* Widgets */
@media screen and (max-width:768px){
    .widget {
        margin-bottom: 2rem;
    }
}

.widget .widget-title {
   width: 100%;
   max-width: 768px;
   height: 48px;    
   display: flex;
   align-items: stretch;
   opacity: 1;
   position: relative;
}
.widget .widget-title:before{
    content: '';
    width: 48px;
    height: 48px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(img/widget_tbg_light.png) 0 0 no-repeat;
    background-size: auto 48px;
}
.widget .widget-title span{
    flex-grow: 1;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 99;
    margin-left: 36px;
    background: url(img/widget_tbg_light.png) 100% 0 no-repeat;
    background-size: auto 48px;
    color: var(--fs-color-primary);
}



.widget .is-divider {
    display: none;
}
/* Widget Search */
.widget.widget_search .widget-title {
    display: none;
}
.widget.widget_search .search-field {
    border: 1px solid #eee;
    background-color: #fff;
    box-shadow: none;
    border-right: 0;
    color: rgba(0,0,0,0.5);
}
.widget.widget_search .ux-search-submit {
    background-color: #fff;
    border: 1px solid #eee;
    border-left: 0;
    color: rgba(0,0,0,0.35);
}
.widget.widget_search form:focus-within .search-field,
.widget.widget_search form:focus-within .ux-search-submit{
    border-color: #ccc;
}

/* Widget Categories */


.widget.widget_categories .widget-title:before {
   background: url(img/widget_tbg_primary.png) 0 0 no-repeat;
   background-size: auto 48px;    
}
.widget.widget_categories .widget-title span{
    background: url(img/widget_tbg_primary.png) 100% 0 no-repeat;
    background-size: auto 48px;
    color: var(--wp--preset--color--white);
}

.widget.widget_categories ul{
    border:1px solid #eee;
    border-top: 0;
}
.widget.widget_categories ul .cat-item {
    display: flex;
    align-items: center;
    padding-right: 1rem;
    font-size: 0.75rem;
    color: rgba(0,0,0,0.5);
}
.widget.widget_categories ul .cat-item:hover{
    background-color: #0060AE05;
}
.widget.widget_categories ul .cat-item a {
    position: relative;
    padding: 0.5rem 1rem 0.5rem 2.5rem;
    flex-grow: 1;
    font-size: 0.875rem;
}

.widget.widget_categories ul .cat-item a:before{
    font-family: 'FontAwesome' !important;
    content: '\f07b' !important;
    font-size: 1rem;
    position: absolute;
    left: 1rem;
    top: 0.5rem;
    color: rgba(0,0,0,0.25);
    font-weight: 300 !important;
}

.widget.widget_categories ul .cat-item.current-cat a,
.widget.widget_categories ul .cat-item.current-cat a:before{
    color: var(--fs-color-primary);
}

/* widget flatsome_recent_posts */
.widget.flatsome_recent_posts .recent-blog-posts-li .badge{
   
}

/* List categories */

.list-h-categories li a{
    padding: 0.75rem 1.5rem 0.75rem 1rem !important;
    position: relative;
    display: block !important;
}
.list-h-categories li a:after{
    font-family: 'FontAwesome' !important;
    content: '\f061' !important;
    font-size: 1rem;
    position: absolute;
    right: 0.5rem;
    top: 0.75rem;
    color: rgba(0,0,0,0.25);
    font-weight: 300 !important;
}
.list-h-categories li a:hover:after{
    color: var(--fs-color-primary);
}
/* Breadcrumbs */
.rank-math-breadcrumb p {
    margin: 0 !important;
    font-size: 0.75rem;
}   

/* Block */
.custom-block {
    margin-bottom: 2rem;
}


.custom-block .block-header{
    padding: 0.5rem 1.5rem;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    background-color: var(--fs-color-primary);
    color: var(--wp--preset--color--white);
    min-height: 64px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.custom-block .block-header.bg-dark {
    background-color: #16335B;
}

.custom-block .block-header.bg-light {
    background-color: #ECF4FF;
}
.custom-block .block-header.bg-light .block-title{
    color: rgba(0,0,0,0.75)
}
.custom-block .block-header .block-title{
    color: var(--wp--preset--color--white);
    margin: 0 !important;
}
.custom-block .block-content{
    padding: 1rem 1.5rem;
    border: 1px solid #eee;
    border-top: 0;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    background-color: var(--wp--preset--color--white);
}

/* S Table */
.s-table tbody tr td {
    border-bottom: 0;
    padding: 0.25rem 0;
}

/* License Plate Item */
.license-plate-item {
    background: var(--wp--preset--color--white);
    border: 1px solid rgba(0,0,0,0.15);
    display: flex;
    flex-direction: column;
    border-radius: 0.25rem;
}
.license-plate-item .item-content{
    padding: 0.75rem 1.125rem;
}
.license-plate-item .item-footer{
    padding: 0.75rem 1.125rem;
    background-color: #F6F6F6;
    margin-top: auto;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
} 
.license-plate-item .item-footer a {
    color: var(--fs-color-primary);
}
.license-plate-item .item-title.license-plate {
    border: 1px solid #222;
    padding: 0.25rem 0.5rem;
    font-size: 1.5rem;
    margin-top: 2rem;
}
.license-plate-item .item-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.75rem;
    
}
.license-plate-item .item-meta .meta-vehicle{
    max-width: 5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.license-plate-item .item-meta .meta-location{
    max-width: 10rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.license-plate-item:hover {
    border-color: var(--fs-color-primary);
    color: #000;
}
.license-plate-item:hover .item-footer{
    background-color: var(--fs-color-primary);
    color: var(--wp--preset--color--white);
}
.license-plate-item:hover .item-footer a {
    color: var(--wp--preset--color--white);
}

span.color-bienvang {
    background-color: #FFCF3D;
    padding: 0 0.5rem;
}


/* */
.list-categories-biensoxe {
    display: flex;
    margin: 0;
}
.list-categories-biensoxe li {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 1.5rem 0 0 !important;
}
.list-categories-biensoxe li a{
    display: block;
    padding: 0.75rem 0;
}


/* Row */
.row-dbs-1 {

}
.row-dbs-2 {
    margin-top: -120px;
}


/* Single Blog */

.blog-wrapper.blog-single.page-wrapper {
    padding-bottom: 0 !important;
}

.related-blogs-post .col.post-item {
    padding-bottom: 0 !important;
}

.col.post-item a.plain:hover {
    color: #333;
}

.related-blogs-post .col.post-item .box .box-text .blog-post-inner .post-title {
    font-size: 1rem;
}

.related-blogs-post .col.post-item .box .box-text .blog-post-inner .post-meta .cat-label {
    padding-left: 0;
}

.related-blogs-post .col.post-item .box .box-text .blog-post-inner .post-meta .cat-label:before {
    display: none;
}

/* BG Alt */
.bg-alt {
    background-color: #DCE8F8;
}

/* Page Nav */
.page-numbers li {
    margin-left: 0.4rem !important ;
}

.nav-pagination>li>a, .nav-pagination>li>span {
    border-width: 1px !important;
}

/* -----------
    BLOG
--------------*/
.blog-wrapper {
    padding-top: 0 !important;
}
/* Lastest Item */
.lastest-item .post-item .box .box-image,
.lastest-item .post-item .box .box-image .image-cover,
.lastest-item .post-item .box .box-image .image-cover .wp-post-image{
    border-radius: 0.25rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.lastest-item .post-item .box-blog-post .box-text{
    background-color: #ECF4FF;
}
.lastest-item .post-item .box-blog-post .post-title {
    font-size: 1.5rem;
}
.lastest-item .post-item .box-blog-post .from_the_blog_excerpt {
    display: none;
}
.lastest-item .post-item .box-blog-post .box-text .box-text-inner{
    padding-right: 4rem;
    min-height: 4rem;
    position: relative;
}
.lastest-item .post-item .box-blog-post .button{
    position: absolute;
    right:0;
    top:1.5rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: inline-flex;
    padding: 0;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    font-size: 0;
}
.lastest-item .post-item .box-blog-post .button:after{
    font-family: 'FontAwesome' !important;
    content: '\f054' !important;
    font-size: 1rem;
    color: var(--fs-color-primary);
}
.lastest-item .post-item .box-blog-post .button:hover:after{
    color: var(--fs-color-white);
}
/* Categories */
.cat-label.is-xxsmall.op-7.uppercase,
.cat-label.is-xxsmall.op-7.uppercase:hover {
    background-color: rgba(255,255,255,0) !important;
    color: #666 !important;
    text-transform:capitalize !important;
    padding: 0 !important;
    font-size: 0.75rem !important;
    font-weight: normal !important;
}
.box-blog-post .is-divider {
    display: none;
}
.box-blog-post .post-title {
    margin-bottom: 1rem;
    font-size: 1.125rem;
}
.box-blog-post .post-title.is-small {
    font-size: 0.9375rem;
}
.box-blog-post .post-title.is-large {
    font-size: 1.25rem;
}

.box-blog-post .from_the_blog_excerpt {
    color: rgba(0,0,0,0.5);
}


/* POST */
.post-item .box .box-image,
.post-item .box .box-image .image-cover,
.post-item .box .box-image .image-cover .wp-post-image{
    border-radius: 0.25rem;
}

.badge.post-date.top {
    top: 1rem;
    left: 1rem;
}

/* Home list-news-x */
.list-news-x .post-item {
    padding-bottom: 1rem;
}
.list-news-x .post-item:not(:first-of-type) {
    margin: 0;
    padding-bottom: 0 !important;
}
.list-news-x .post-item:not(:first-of-type) .col-inner .box-overlay .box-image {
    display: none;
}
.list-news-x .post-item:not(:first-of-type) .col-inner .box-overlay .box-text {
    position: relative;
    min-height: 3.25rem;
    text-shadow: none !important;
    color: #000;
    padding: 0 0.75rem 0 3.75rem !important;
}
.list-news-x .post-item:not(:first-of-type) .col-inner .box-overlay .box-text:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border:1px solid #eee;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
}
.list-news-x .post-item:not(:first-of-type) .col-inner .box-overlay .box-text:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'FontAwesome' !important;
    content: '\f1ea' !important;
    font-size: 1rem;
    color: var(--fs-color-primary);
}
.list-news-x .post-item:not(:first-of-type) .col-inner .box-overlay .box-text .post-title {
    font-size: 0.9375rem !important;
    color: #000 !important;
    position: relative;
    padding-right: 3rem;
}
.list-news-x .post-item:not(:first-of-type) .col-inner .box-overlay .box-text .post-title a{
    color: #000 !important;
}
.list-news-x .post-item:not(:first-of-type) .col-inner .box-overlay .badge {
    left: 0 !important;
    top: 0 !important;
}

/* Dich bien so */
.dichbienso_searchform .input{
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
    border: 0;
    height: 2.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.125rem;
}
.dichbienso_searchform .button{
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
    border: 0;
    height: 2.75rem;
}
/* list-dbs-numbers */
.list-dbs-numbers {
    padding: 0 !important;
    margin: 0 !important;
}
.list-dbs-numbers li {
    display: inline-flex;
    list-style: none;
    padding: 0 !important;
    margin: 0 0.25rem 0.25rem 0 !important;
}
.list-dbs-numbers li a{
    font-size: 0.875rem;
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    border: 1px solid rgba(0,0,0,0.1);
    min-width: 72px;
    display: block;
    text-align: center;
}
.list-dbs-numbers li a:hover{
    border-color: var(--fs-color-primary);
    background-color: rgba(255,255,255,0.2);
}
.dark .list-dbs-numbers li a {
    color: var(--wp--preset--color--white);
    border-color: rgba(255,255,255,0.1);
}
.dark .list-dbs-numbers li a:hover {
    color: var(--wp--preset--color--white);
    border-color: rgba(255,255,255,0.5);
    background-color: rgba(255,255,255,0.1);
    backdrop-filter: blur(5px);
}
/* Single Dich Bien So */
.the-number-item {
    display: flex;
    align-items: center;
}
.the-number {
    position: relative;
    padding: 0 3rem;
}
.the-number .sub-title {
    font-size: 0.875rem !important;
    line-height: 1rem;
    width: 100%;
    position: absolute;
    left: 0;
    top: -0.5rem;
}
.the-number:before {
    content: '\f053';
    font-family: 'FontAwesome' !important;
    font-weight: normal;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.5rem;
    width: 3rem;
    color: var(--fs-color-alert);
    transform: scale(1, 3);

}
.the-number:after {
    content: '\f054';
    font-family: 'FontAwesome' !important;
    font-weight: normal;
    position: absolute;
    right: 0;
    top: 50%;
    width: 3rem;
    margin-top: -0.5rem;
    color: var(--fs-color-alert);
    transform: scale(1, 3);
}

.overall-row {
    display: flex;
    align-items: center;
}
.overall-score {
    display: flex;
    align-items: center;
}
.overall-score .value{
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--fs-color-primary);
    border-radius: 50%;
    margin-right: 0.75rem;
    color: var(--fs-color-primary);
    text-align: center;
}
.suitable-for{
    border-left: 1px solid rgba(0,0,0,0.1);
    padding-left: 0.75rem;
    margin-left: 1rem;
    flex-grow: 1;
}
@media screen and (max-width:540px) {
    .the-number-item,
    .overall-row {
        flex-direction: column;
    }
    .the-number-content {
        width: 100%;
    }
    .suitable-for{
        border-left: 0;
        padding-left: 0;
        margin-left: 0;
        flex-grow: 1;
        width: 100%;
        border-top: 1px solid rgba(0,0,0,0.1);
        padding-top: 0.75rem;
        margin-top: 1rem;
    }
}

/* Btn Icon */
.btn-icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.1);
}
.btn-icon:hover{
    background-color: rgba(255,255,255,0.5);
    color: var(--fs-color-primary);
}
.ds-title {
    display: flex;
}
.ds-title .number{
    width: 36px;
    height: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--fs-color-primary);
    color: var(--wp--preset--color--white);
    border-radius: 50%;
    margin-right: 1rem;
    font-size: 1rem;
}

/* Section Top */
.bg-pattern-c .section-bg.fill{
    background:#16335B url(img/pattern-c.jpg) 0 0;
}
.bg-pattern-c .section-bg.fill img {
    display: none;
}
/* TextBox  */
.text-box-normal.res-text{
    font-size: 1rem !important;
}
.text-box-normal .button {
    margin-top: 0 !important;
}
/* -----------
    PAGE Dich Vu
--------------*/
.section-dbs {

}

.section-kbsd {

}

.section-dvpl {
    
}

/* Detail */
.section-bsx-c1 .row-dashed .col:before, 
.section-bsx-c1 .row-solid .col:before{
    border-color: rgba(0,0,0,0.1);
}

/* Category Block */
.category-block-link {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255,255,255,0.75);
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 0.25rem;
    flex-grow: 1;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
}
.category-block-link:hover{
    border-color: var(--fs-color-primary);
    background-color: #fff;
}

/* Form Select */
.form-select-none {
    background-color: rgba(255,255,255,0);
    border: 0;
    padding: 0;
}
.dark .form-select-none {
    color: #fff;
    background-color: rgba(255,255,255,0);
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-position: right .45em top 50%;
    background-repeat: no-repeat;
    background-size: auto 16px;
}
.row-search .form-select-none {
    margin-bottom: 0;
}
.row-search .form-select-none:focus{
    box-shadow: none;
}
/* -----------------
   SITE FOOTER
----------------- */
/* Row  F Icons */
.dark .row-divided>.col+.col:not(.large-12) {
    border-left-color: rgba(255,255,255,0.1) !important;}   
/* Back to top */
.back-to-top {
    background-color: var(--fs-color-primary) !important;
    border: 0 !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    color: var(--wp--preset--color--white) !important;
    width: 44px;
    height: 44px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.back-to-top:hover {
    color: var(--fs-color-primary) !important;
    background-color: var(--wp--preset--color--white) !important;
    border: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
/* CT Table */
.ct-table tr td,
.ct-table tr th  {
    border-bottom: 0;
}
.ct-table tr th {
    opacity: 0.75;
    text-transform:capitalize;
    font-weight: normal !important;
}
@media screen and (max-width:768px){
    .ct-table tr th {
        display: none;
    }
}

/**/
.foo-title {
    position: relative;
    margin-bottom: 1.25rem;
}
/* Foo Menu */
.foo-menu {
    margin: 0;
}
.foo-menu li {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 0.5rem !important;
    list-style: none;
    
}
.foo-menu li a{
    display: block;
    padding-right: 0.5rem;
    transition: all ease 0.2s;
    position: relative;
    opacity:0.75;
}
.foo-menu li a:before {
    content: '';
    width: 0;
    height: 1px;
    left: 0;
    top: 0.65rem;
    opacity: 0;
    transition: all ease 0.2s;
    position: absolute;
    background-color: var(--wp--preset--color--white);
}
.foo-menu li a:hover{
    display: block;
    padding-left: 1rem;
    padding-right: 0;
    transition: all ease 0.2s;
    opacity: 1;
}
.foo-menu li a:hover:before{
    opacity: 1;
    width: 0.5rem;
    transition: all ease 0.2s;
}


/* Newsletter */

.wpcf7-form {
    margin-bottom: 1rem;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0.75rem 0;
    border-width: 1px;
    border-radius: 0.25rem;
}

.newsletter-form .input-wrapper p {
    margin: 0;
    display: flex;
    align-items: center;
    position: relative;
    border: 0px;
    border-radius: 2rem;
    transition: all ease 0.2s;
    background-color: rgba(255,255,255,0.3);
    backdrop-filter: blur(10px);
}
.newsletter-form .input-wrapper p:before{
    content: '\f0e0';
    font-family: 'FontAwesome' !important;
    font-weight: normal;
    position: absolute;
    left: 1.25rem;
    top: 0.5rem;
    width: 1rem;
    display: inline-flex;
    justify-content: center;
    font-weight: normal;
    opacity: 0.5;

}
.newsletter-form .input-wrapper p:focus-within {
    border-color:  rgba(255,255,255,0.5);
    transition: all ease 0.2s;
    background-color: rgba(255,255,255,0.2);
}

.newsletter-form .input-wrapper p .wpcf7-form-control {
    margin: 0;
    border: 0;
}

.newsletter-form .input-wrapper p .wpcf7-form-control-wrap {
    flex-grow: 1;
}

.newsletter-form .input-wrapper p .wpcf7-form-control-wrap .wpcf7-form-control {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
    padding-left: 2.75rem;
}
.newsletter-form .input-wrapper p .wpcf7-form-control-wrap .wpcf7-form-control:focus{
    box-shadow: none !important;
}

.newsletter-form .input-wrapper p .wpcf7-form-control-wrap .wpcf7-form-control::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.newsletter-form .input-wrapper p .wpcf7-form-control.wpcf7-submit {
    flex-shrink: 0;
    background-color: rgba(255,255,255,0);
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    color: rgba(255,255,255,0);
    width: 3rem;

}
.newsletter-form .input-wrapper p:after {
    content: '\f061';
    position: absolute;
    right: 1rem;
    top: 0.5rem;
    width: 1rem;
    text-align: center;
    font-family: 'FontAwesome' !important;
 }



.newsletter-form .wpcf7-not-valid-tip {
    position: absolute;
    top: 100%;
    margin-top: 0;
}

.newsletter-form .input-wrapper p .wpcf7-spinner {
    position: absolute;
    right: 10px;
    top: 50%;
    margin: 0;
    margin-top: -12px;
}
/* Contact */
.row-fullwidth-bgdark {
    position: relative;
}
.row-fullwidth-bgdark:before {
    width: 100vw;
    height: 100%;
    position: absolute;
    content: '';
    left: 50%;
    margin-left: -50vw;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    backdrop-filter: blur(10px);
}
.row-fullwidth-bgdark .col-inner{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
/* Contact Form */

.contact-form .wpcf7-submit {
    margin-right: 0 !important;
    background-color: var(--primary-color) !important;
    color: var(--wp--preset--color--white);
    margin-bottom: 0;
}

.contact-form .wpcf7-submit:disabled {
    opacity: 0.5 !important;
    background-color: #ccc !important;
}

.contact-form .wpcf7-spinner {
    display: none;
}

.contact-form .input-group {
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    background-color: #fff;
    border-radius: 0;
    padding: 0.5rem 0 0.25rem;
    position: relative;
}

.contact-form .wpcf7-form-control-wrap {
    position: relative;
    z-index: 10;
}
.contact-form .wpcf7-form-control-wrap[data-name="customer-email"]:after {
    content: '\f0e0';
    font-family: 'FontAwesome' !important;
    position: absolute;
    top: 0.5rem;
    right: 0.25rem;
    width: 1rem;
    display: inline-flex;
    justify-content: center;
    font-weight: normal;
    opacity: 0.25;
}
.contact-form .wpcf7-form-control-wrap[data-name="customer-phone"]:after {
    content: '\f095';
    font-family: 'FontAwesome' !important;
    position: absolute;
    top: 0.5rem;
    right: 0.25rem;
    width: 1rem;
    display: inline-flex;
    justify-content: center;
    font-weight: normal;
    opacity: 0.25;
}
.contact-form .input-group .wpcf7-form-control {
    border: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
    position: relative;
    background: #fff;
}

.contact-form .input-group .wpcf7-form-control.wpcf7-select {
    -moz-appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-position: right .45em top 50%;
    background-repeat: no-repeat;
    background-size: auto 16px;
}

.contact-form .input-group.input-group-area {
    height: 6.5rem;
}

.contact-form .input-group .wpcf7-form-control.wpcf7-textarea {
    min-height: 4rem;
    height: 4rem;
}

.contact-form .input-group .label {
    display: none;
}

.contact-form .input-group:focus-within {
    border-color: var(--primary-color);
}

.contact-form .input-group:focus-within .wpcf7-form-control-wrap {
    margin-top: 0;
}


.contact-form .input-group:focus-within .wpcf7-form-control::placeholder {
    color: rgba(0, 0, 0, 0.5);
}


/* Custom Copyright Footer */
.row-copyright-footer {
    padding-top: 1.5rem;
    padding-bottom: 1.25rem;
    font-size: 0.875rem;
    position: relative;
}
.row-copyright-footer:after{
    content: '';
    width: 100vw;
    height: 1px;
    background-color: rgba(255,255,255,0.1);
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -50vw;
    
}
.footer-menu {
    display: flex;
    justify-content: end;
    align-items: center;
    margin: 0;
}
.footer-menu li {
    list-style: none;
    padding: 0 !important;
    padding:0 !important;
}
.absolute-footer {
    display: none;
}


/* Float support */


.float-support {
    display: flex;
    width: 44px;
    flex-direction: column;
    position: fixed;
    right: 20px;
    bottom: -50vh;
    z-index: 999;
    margin-left: 0.12em;
    margin-right: 0.12em;
    transition: all ease 0.5s;
}
.float-support.show{
    bottom: 72px;
    transition: all ease 0.5s;
}

.float-support a.icon {
    height: 44px;
    width: 100%;
    margin: 0.25rem 0 !important;
    border-radius: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    background-color: #eee;
    color: rgb(46 59 77);
    position: relative;
    z-index: 555;
    transition: all ease 0.2s;
}

.float-support a.icon:hover {
    transform: scale(1.1);
    transition: all ease 0.2s;
}

.float-support a.icon.zalo {
    background-color: #00BEE5;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.float-support a.icon.youtube {
    background-color: #EB0000;
    color: #fff;
}

.float-support a.icon.facebook {
    background-color: #1E376D;
    color: #fff;
}