/*
Theme Name: Flatsome child
Description: This is Flatsome for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.9
*/
/* @import url('https://fonts.googleapis.com/css2?family=Cuprum:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap'); */
/* h1, h2, h3, h4, h5, h6, a, span, p, div, strong{
	font-family: 'Cuprum', sans-serif !important;
} */
:root{
    --primary-color-red: #ed1c2e;
    --title-color: #3e5163;
}
/*************** ADD CUSTOM CSS HERE.   ***************/
/*
/*---------------------Trang chủ-----------------------  */
/*topbar  */
#top-bar span.title-chaomung {
    color: var(--primary-color-red);
    font-weight: 600;
}
/* Search */
button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
    background-color: var(--primary-color-red);
}

/* Menu */
#header a.nav-top-link {
    font-weight: 500 !important;
}
.nav-dropdown-has-border .nav-dropdown {
    border-radius: 5px;
}
.nav-dropdown.nav-dropdown-default>li>a {
    border-bottom: none; 
	transition: 0.25s;
}
.nav-dropdown.nav-dropdown-default>li>a:hover{
	color: var(--primary-color-red);
	transform: scale(1.1);
}
.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before {
     border-bottom-color: transparent !important; 
}
.nav-dropdown-has-arrow li.has-dropdown:after {
     border-bottom-color: transparent !important;

}
/*Menu 2 cấp*/
/* Css Menu 2 level */
#wide-nav a.nav-top-link {
    color: white;
}
.nav-dropdown li {
    padding: 5px;
}
.nav-dropdown>li.nav-dropdown-col{display:block}
.nav-dropdown{border:1px solid #ddd; padding:0}
.nav-dropdown .nav-dropdown-col>a, .nav-dropdown li a {
    font-weight: normal !important;
    text-transform: none !important;
    font-size: 14px;
    color: var(--main-col);
}
.nav-dropdown .nav-dropdown-col>ul li:hover{background:#e8f2ea}
.nav-dropdown-default>li:hover>a, .nav-dropdown .nav-dropdown-col>ul li:hover>a,.nav-dropdown li.active>a{color:var(--main-col);}
.nav-dropdown-default>li:hover {
    background: #ebe9e9;
}
.nav-dropdown .menu-item>a:before {
    content: "\f101";
    font-family: FontAwesome;
    padding-right: 5px;
    font-size: 8px;
    position: relative;
    top: -2px;
}

.nav-dropdown-has-arrow li.has-dropdown:before{border-width: 10px;
    margin-left: -10px;}
.nav-dropdown .nav-dropdown-col>ul{border: 1px solid #d2d2d2;margin-top:-40px;box-shadow: 2px 2px 5px #828282;display:none;position: absolute;
    left: 100%;z-index: 9;background: white;min-width: 240px;}
.nav-dropdown>li.nav-dropdown-col{width:100%;border-right:0}
.nav-dropdown>li.nav-dropdown-col.active .sub-menu{display: none !important;}
.nav-dropdown>li.nav-dropdown-col.active:hover .sub-menu{display: block !important;}
.nav-dropdown .nav-dropdown-col>ul li a{padding:10px;  text-transform: none;color:var(--main-col);}
.header-nav li.nav-dropdown-col:hover >ul{display:block !important}

/*Giới thiệu  */
.st_gioithieu h2.title-gioithieu {
    text-align: center;
    text-transform: uppercase;
    color: var(--title-color);
    font-size: 30px;
    font-weight: 700;
}
.st_gioithieu p.text-gioithieu {
    text-align: justify;
    font-size: 18px;
    color: var(--title-color);
}
/*Block Dịch vụ  */
.st_block-dichvu h4.title-bl-dichvu {
    text-transform: uppercase;
    color: var(--primary-color-red);
}
.st_block-dichvu .box{
    transform: 0.25;
}
.st_block-dichvu .box:hover h4.title-bl-dichvu {
    border: 1px solid #fff;
    background: #fff;
    padding: 20px;
    margin-top: -50px;
    transition: 0.25s;
}

/* Slider bài viết */
.st_baiviet .box-text-inner.blog-post-inner {
    background-color: #fff;
    padding: 40px;
    border-left: 5px solid var(--primary-color-red);
    margin-left: -45px;
}

/*Khách hàng đối tác  */
.st_khachhang-doitac h2.title-khachhang-doitac {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--title-color);
}

/*----------------------------Trang tin tức ------------------------ */
/*Trang tin tức  */
/* Css cate */
.archive-page-header h1.page-title.is-large.uppercase {
    display: none;
}
.blog-archive .col.post-item .col-inner{
    line-height: 1.5em;
    background: var(--title-color);
    box-shadow: 0 0 5px rgb(0 0 0 / 25%);
    overflow: hidden;
    height: 100%;
}
.blog-archive .col.post-item .col-inner:hover{
    box-shadow: 1px 2px 15px rgb(0 0 0 / 30%);
}

.blog-archive .col.post-item .box-text{
    padding: 15px;
}
/* .blog-archive .post-item:nth-child(n + 3) .box-text h5{
    min-height: 35px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000;
} */

.blog-archive .col.post-item .box-text h5:hover{
    color: #4688ff;
}
.blog-archive .post-item .col-inner{
    box-shadow: 0 1px 4px 0 rgb(102 98 98 / 40%);
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
}
.blog-archive .col.post-item .image-cover:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
    background: linear-gradient(transparent, var(--title-color));
    pointer-events: none;
    backface-visibility: hidden;
    transition: opacity .3s;
}
.blog-archive .col.post-item .image-cover
{
    padding-top: 65% !important;
}
.blog-archive .col.post-item .box-text {
    position: absolute;
    width: 100%;
    max-height: 100%;
    bottom: 0;
    padding-left: 1.5em;
    padding-right: 1.5em;
}
.blog-archive .col.post-item
{
    max-width: 50%;
    flex-basis: 50%;
}
.blog-archive .col.post-item .box-text{
    padding: 1.5rem !important;
    background: transparent;
}
.blog-archive .col.post-item .box-text p.cat-label{
    color: #fff !important;
    opacity: 1;
    font-size: 12px;
    font-weight: bold;
}
.blog-archive .post-item .box-text h5{
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
}
.blog-archive .post-item .box-text h5:hover{
    color: #fff !important;
}
.blog-archive .from_the_blog_excerpt:hover{
    color: #fff !important;
}
.blog-archive .from_the_blog_excerpt ,.blog-archive .post-meta{
    color: #fff !important;
}
/* .blog-archive .post-item:nth-child(n + 3) .box-text h5,.blog-archive .post-item:nth-child(n + 3) .from_the_blog_excerpt,.blog-archive .post-item:nth-child(n + 3) .post-meta {
    color: var(--title-color) !important;
    font-size: 14px;
}
.blog-archive .post-item:nth-child(n + 3) .from_the_blog_excerpt{
    width: 200px;
    overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis;
} */
.blog-archive .post-item:hover img{
    transform: scale(1.1);
}
/* .blog-archive .post-item:nth-child(n + 3) .box-text{
    padding: 1rem 1.25rem;
    border-top: 2px solid var(--title-color);
    background-color: #fff;
}
.blog-archive .post-item:nth-child(n + 3) .box-text p.cat-label{
    position: absolute;
    top: -14px;
    left: 1rem;
    font-weight: bold;
    font-size: 14px;
    background-color: var(--primary-color-red);
    color: #fff;
    padding: .2rem 1rem;
    border-radius: 4rem;
    opacity: 1;
    text-transform: none;
} */
.box-blog-post .is-divider{
    display: none;
}
/* Hiden divider post*/
.entry-divider.is-divider.small {
    display: none;
}
p.from_the_blog_excerpt:hover {
    color: #000 !important;
}
.bai-viet-lien-quan ul li {
    list-style: none;
    width: 33.33%;
    padding-left: 4px;
    padding-right: 5px;
}
.bai-viet-lien-quan{margin-top:20px}
.bai-viet-lien-quan h2{font-size:20px; }
.bai-viet-lien-quan ul {
    width: 100%;
    margin-bottom: 0;
    display: flex;
    clear: both;
}
.bai-viet-lien-quan ul li .box-image img {
    height: 230px;
    border-radius: 6px;
    object-fit: cover;
    object-position: center;
}
.bai-viet-lien-quan ul li h3 {
    height: 45px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    color: var(--primary-color-red);
    margin-top: 7px;
    line-height: 22px;
}
.bai-viet-lien-quan h2 span {
    display: inline-block;
    color: var(--primary-color-red);
    border-bottom: 2px solid var(--primary-color-red);
    padding-bottom: 10px;
    margin-bottom: -2px;
    text-transform: uppercase;
}
.bai-viet-lien-quan h2 {
    border-bottom: 2px solid var(--title-color);
}
.flex-row.next-prev-nav.bt.bb {
    display: none;
}
/* Widget Sidebar */
.shop-container p.title-chitiet-sp:before {
    content: "";
    display: block;
    background: var(--title-color);
    width: 100%;
    height: 1px;
    border-radius: 4px;
    position: relative;
    top: 26px;
}
.page-wrapper img.img-widget {
    width: 100px;
    padding-top: 10px;
}
.img-hotline-widget {
    text-align: center;
    border: 1px solid var(--primary-color-red);
}
.page-wrapper span.widget-title {
    line-height: 50px;
    height: 50px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    background: url(/wp-content/uploads/2023/04/background-img-title.png) right;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5px 50px 5px 15px;
    border-bottom: 0;
    margin-bottom: -1px;
}
.page-wrapper p.phone-hotline-widget {
    color: var(--primary-color-red);
    font-weight: 600;
    margin-top: 20px;
    text-align: center;
    font-size: 22px;
}
aside#flatsome_recent_posts-2 ul {
    border: 1px solid var(--primary-color-red);
    padding: 5px;
}
.widget>ul>li+li {
    border-top: none;
}
#custom_html-3 .textwidget.custom-html-widget{
    border: 1px solid var(--primary-color-red);
    padding: 5px;
}
aside#wp_statistics_widget-2 ul {
    border: 1px solid var(--primary-color-red);
    padding: 5px;
}
aside#wp_statistics_widget-2 ul li{
    display: flex;
    color: var(--title-color);
}
aside#wp_statistics_widget-2 ul label{
    color: var(--primary-color-red);

}

/*--------------Trang chi tiết tin tức----------------- */
/*ẩn bubble ngày tháng  */
.badge.absolute.top.post-date.badge-circle {
    display: none;
}
/*ẩn tên tác giả  */
.entry-header span.byline {
    display: none;
}
/* Ẩn search form */
.blog-single p{
    text-align: justify;
}
.post-sidebar form.searchform {
    display: none;
}
.entry-header h1.entry-title {
    color: var(--primary-color-red);
}
h6.entry-category.is-xsmall a:hover,span.meta-author.vcard a:hover, time.entry-date.published:hover{
    color: var(--title-color);
}
.widget{
    background: transparent !important;
}
.is-divider.small {
    display: none !important;
}
.recent-blog-posts a:hover{
    color: var(--title-color) !important;
}
.widget>ul>li>a:hover{
    color: var(--title-color) !important;
}
.entry-author h5.author-name.uppercase.pt-half {
    color: var(--title-color);
}
#comments input[type=submit], input[type=submit].button, input[type=submit], .primary {
    background-color: (--title-color);
}
/*------------------------Trang dịch vụ-----------------------  */
.st_page-dichvu h2.title-dichvu {
    text-align: center;
    text-transform: uppercase;
    color: var(--primary-color-red);
}
/*-------------------------Trang liên hệ--------------------------  */
.st_map-thongtin h3.title-map-thongtin {
    text-transform: uppercase;
    color: var(--primary-color-red);
    font-weight: 600;
}
.st_map-thongtin p.text-map-thongtin span {
    color: var(--primary-color-red);
    font-weight: 600;
}
.st_form-pagelienhe .title-lienhe {
    text-transform: uppercase;
    color: var(--title-color);
}
.st_form-pagelienhe .form-dautien {
    display: flex;
}
.st_form-pagelienhe .wpcf7 .form-dautien label {
    display: inline-block;
    width: 90%;
}
.st_form-pagelienhe .wpcf7 .wpcf7-form-control-wrap {
    display: block;
    width: 95%;
}
.st_form-pagelienhe .wpcf7-form-control.has-spinner.wpcf7-submit {
    border-radius: 10px;
    text-transform: none !important;
    font-weight: 100;
    background-color: var(--primary-color-red);
}
.st_form-pagelienhe input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .st_form-pagelienhe input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel,
.st_form-pagelienhe textarea.wpcf7-form-control.wpcf7-textarea {
    border-radius: 10px;
}
/*-------------------------------Page văn phòng cho thuê--------------------------------  */
p.woocommerce-result-count.hide-for-medium {
    display: none;
}
form.woocommerce-ordering {
    display: none;
}
nav.woocommerce-breadcrumb.breadcrumbs.uppercase {
    color: var(--primary-color-red);
    text-align: center;
}
.shop-container .product-small .col-inner {
    border: 1px solid #ededed;
    border-radius: 10px;
    transition: 0.25s;
    padding-bottom: 30px;
}
.shop-container .product-small .col-inner:hover{
    box-shadow: 0 0 11px rgba(33,33,33,.2); 
}
.shop-container .product-small.box img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.shop-container .title-wrapper {
    margin-left: 10px;
}
.shop-container p.category.uppercase.is-smaller.no-text-overflow.product-cat.op-7{
    color: var(--primary-color-red);
}
.shop-container .price-wrapper {
    padding-left: 10px;
    padding-top: 5px;
}
.shop-container .price-wrapper span.diachi-vpct {
    position: absolute;
    margin-top: -7px;
    color: var(--title-color);
    font-size: 13px;
}
.shop-container span.giachothue-vpct {
    position: absolute;
    margin-top: 25px;
}
/* ------------------------------Page chi tiết văn phòng cho thuê------------------------ */
.meta-related {
    display: none;
}
.image-tools.absolute.bottom.left.z-3 {
    display: none;
}
.col-thongtin-vanphong {
    display: flex;
}
.thongtin-vanphong img {
    max-width: 20px;
    /* margin-top: -35px; */
    height: 30px;
}
.row-thongso-toanha{
    border-bottom: 1px solid #ededed;
    margin-bottom: 30px;
}
.thongso-vp {
    margin-left: 10px;
}
aside#custom_html-4 {
    border-radius: 10px;
}
.thong_tin-des-sp p {
    text-align: center;
}
.thong_tin-des-sp p.price-vp {
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
}
.thong_tin-des-sp p.vat-vp {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color-red);
}
.thong_tin-des-sp p.vat-vp a{
    margin-left: 5px;
    color: var(--primary-color-red);
}
.thong_tin-des-sp i.fa-solid.fa-circle-check {
    color: green;
}
.thong_tin-des-sp .contact-building {
    text-align: center;
}
.thong_tin-des-sp .contact-building a.btn-lienhe.chitiet-vanphong {
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.43px;
    background: var(--primary-color-red);
    border-radius: 6px;
    color: #FFFFFF;
    padding: 12px 30px;
    width: 100%;
    display: block;
    margin-bottom: 16px;
    text-transform: uppercase;
    transition: 0.25s;
}
/* .contact-building a.btn-lienhe.chitiet-vanphong:hover{
    background-color: #fff;
    color: var(--title-color);
    border: 1px solid var(--primary-color-red);
} */
.thong_tin-des-sp .contact-building .btn-lienhe.datlich-vanphong{
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.43px;
    border: 1px solid var(--primary-color-red);
    border-radius: 6px;
    color: var(--primary-color-red);
    padding: 12px 30px;
    width: 100%;
    display: block;
    margin-bottom: 16px;
    text-transform: uppercase;
    transition: 0.25s;
}
/* .contact-building .btn-lienhe.datlich-vanphong:hover{
    background-color: var(--primary-color-red);
    color: #fff;
} */
.thong_tin-des-sp .chuyenvien-tuvan {
    text-align: center;
}
.thong_tin-des-sp .chuyenvien-tuvan img {
    width: 100px;
    height: 100px;
    border-radius: 99px;
    border: 1px solid #ededed;
}
.st_banner-vpct {
    background-color: #2f323c;
}
h2.title-giupban-vpct {
    color: #fff;
}
.giupban-vpct ul li {
    list-style: none;
    margin-left: 0;
}
.giupban-vpct ul li a{
    margin-left: 7px;
    color: #fff;
}
.giupban-vpct i.fa-solid.fa-circle-check {
    color: green;
}
.col-giupban-img img {
    border-radius: 10px;
}
.build-btn-banner {
    text-align: center;
}
.btn-hottline-banner a {
    font-family: "Inter", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.23px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: var(--primary-color-red);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--primary-color-red);
    border-radius: 4px 4px 4px 4px;
    padding: 15px 100px 15px 100px;
}
.btn-hottline-banner a:hover{
    color: #fff;
}
.st_vp-lienquan h3.title-vp-lienquan {
    background: url(/wp-content/uploads/2023/04/background-img-title.png);
    background-repeat: no-repeat;
    padding: 5px;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 1px solid var(--primary-color-red);
}
.product-small .name.product-title.woocommerce-loop-product__title a {
    color: var(--primary-color-red);
    font-weight: 600;
}
/* Footer */
.st_footer h3.title-footer {
    text-transform: uppercase;
    color: var(--primary-color-red);
    font-size: 18px;
    border-bottom: 2px solid #fff;
}
.st_footer h3.title-footer span {
    border-bottom: 2px solid var(--primary-color-red);
    display: inline-block;
    margin-bottom: -2px;
}
.st_footer p {
    color: #fff;
    text-align: justify !important;
    font-size: 14px;
}
.row-divided>.col+.col:not(.large-12) {
    border-left: none  !important;
}
.st_footer h3.title-form-footer, .st_footer h3.title-mxh-footer {
    color: var(--primary-color-red);
    font-size: 18px;
}
.st_footer span.text-footer-number {
    color: var(--primary-color-red);
}
.st_footer .wpcf7 label{
    display: flex;
}
.st_footer .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #fff;
}
.st_footer .row-email-footer p {
    display: flex;
}
.st_footer input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
    border-radius: 99px;
    height: 40px;
    
}
.st_footer input.wpcf7-form-control.has-spinner.wpcf7-submit {
    border-radius: 99px;
    height: 40px;
    left: -8%;
    background-color: var(--primary-color-red);
    font-weight: 200;
    padding: 0px 25px;
}
.st_footer .logo-footer:after{
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.2);
    top: 25%;
    left: 50%;
    width: 500px;
    height: 1px;
    margin-left: 140px;
}
.st_footer .logo-footer::before{
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.2);
    top: 25%;
    right: 50%;
    width: 500px;
    height: 1px;
    margin-right: 140px;
}
.st_footer h3.title-bt-logo {
    color: #fff;
    font-size: 16px;
}
.st_footer p.text-bt-logo {
    text-align: center !important;
}
.st_footer p.text-bt-logo span {
    color: #f07e00;
}
.absolute-footer.dark.medium-text-center.text-center {
    display: none;
}
@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    /* Set img dưới title chung */
    .img-duoi-title{
        width: 150px !important;
    }
    /* Menu mobile */
    .off-canvas-left .mfp-content {
        width: 100%;
        top: 70px;
        background: #fff !important;
        box-shadow: none;
    }
    .mobile-sidebar {
        background: #fff;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li>a {
        font-size: 17px;
        color: var(--title-color);
    }
    .mfp-content .toggle {
        color: var(--title-color);
    }
    .icon-menu:before {
        content: "\f550";
        font-family: "Font Awesome 5 Free" !important;
        font-weight: 900;
        margin-right: 5px;
        color: var(--title-color);
    }
    .icon-menu:after {
         content: "Menu";
         font-weight: bold;
         color: var(--title-color);
         font-family: 'Muli';
    }
    .header-main .nav > li > a > i {
        font-size: 22px;
        color: var(--primary-color-red);
        background: transparent;
        border-radius: 4px;
        padding: 5px;
    }
    /*slider bài viết  */
    .st_baiviet .box-text-inner.blog-post-inner{
        margin-left: 0;
    }
    .st_khachhang-doitac h2.title-khachhang-doitac {
        font-size: 22px;  
    }
    .nav-sidebar.nav-vertical>li+li{border-color: #ececec !important;}
    /*-----------------Trang tin tức------------------------ */
    .blog-archive .col.post-item {
        flex-basis: 100%;
        max-width: 100%;
    }
    .bai-viet-lien-quan ul li {
        width: 100%;
    }
    .bai-viet-lien-quan ul {
        flex-direction: column;
    }
    /*------------------Trang Liên hệ------------------ */
    .st_form-pagelienhe .form-dautien {
        display: block;
    }
    .st_form-pagelienhe .wpcf7 .form-dautien label {
        width: 100%;
    }
    .st_form-pagelienhe .wpcf7 .wpcf7-form-control-wrap {
        width: 100%;
    }
    /*-------------------Trang chi tiết văn phòng cho thuê-----------------------  */
    .col-1-vpct-dv{
        padding: 0px 15px 10px 15px;
    } 
    .col-2-vpct {
        padding: 0px 15px 0px 15px;
        margin-top: -28px;
    }
    .shop-container .price-wrapper span.diachi-vpct {
        font-size: 12px;
        line-height: 1.2;
    }
    .col-title-diachi-vpct{
        margin-top: 10px;
    }
    /*----------Footer mobile----------- */
    .st_footer input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
        width: 250px;
    }
    }