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

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
.uppercase,
h6,
th,
span.widget-title {
    letter-spacing: 0;
}

label {
    font-weight: normal;
}

td {
    color: inherit;
}

.text-box .text {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

.uni-breadcrumbs {
    margin-bottom: 30px;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

.button,
input[type=submit],
input[type=submit].button,
input[type=reset].button,
input[type=button].button {
    font-weight: 500;
    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 {
    line-height: calc( 2.5em - 2px);
}

.box-text {
    font-size: 1em;
}

.breadcrumbs {
    font-size: .875rem;
    font-weight: normal;
    text-transform: none;
}

.breadcrumbs a {
    color: inherit;
}

/*--------------------------------------------------------------
## 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;
}

.nav>li>a {
    font-size: .875rem;
}

.header-top .nav-uppercase>li>a {
    text-transform: none;
}

.nav-uppercase>li>a {
    letter-spacing: 0;
}

.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.nav-dropdown-default {
    padding: 20px;
    display: block;
}

.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 {
    min-width: 290px;
}

.menu-item-design-default>.nav-dropdown.nav-dropdown-default ul {
    background-color: #fff;
    min-width: 210px;
    top: -1px;
    border: 1px solid #ddd;
    left: 100%;
    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;
}

/* Header Template Element */

.nav-click {
    position: relative;
    width: 18px;
    height: 12px;
    cursor: pointer;
    display: block;
    z-index: 999;
}

.nav-click span,
.nav-click::after,
.nav-click::before {
    content: '';
    background: #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: 0;
    right: 0;
    width: 18px;
    transform-origin: 50% 50%
}

.nav-click::after {
    top: 11px;
    width: 18px
}

.nav-click span {
    top: 6px;
    right: 0;
    width: 18px
}

.nav-click+.menu-title {
    display: block;
    margin-left: .5em
}

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

.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
    font-size: .875rem;
}

/*--------------------------------------------------------------
## Widget 
--------------------------------------------------------------*/

/* Widget Recent Posts */

.sidebar .widget_recent_entries ul li {
    padding: 5px 10px;
    border-bottom: 1px solid #cccccc;
}

.sidebar .widget_recent_entries ul li:last-child {
    border-bottom: none;
}

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

@media (min-width: 1200px) {
    .widget_supports .list-supporter {
        padding-top: 190px;
        background-image: url(assets/img/bg-support.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain;
    }
}

.widget_supports .list-supporter .email {
    padding: 5px 10px;
    font-weight: 600;
    line-height: 20px;
}

.widget_supports .phone {
    font-size: 1.25rem;
    color: #ff0000;
    font-weight: bold;
}

.widget_supports .list-supporter li {
    margin: 0;
}

.widget_supports .support-style-1 {
    background-color: #FFF;
}

.widget_supports .support-style-1 .supporter {
    padding: 0 10px 10px 10px;
}

.widget_supports .support-style-1 li {
    padding: 5px 0;
    font-size: .875rem;
    color: #333333;
    border-top: 1px solid #333;
}

.widget_supports .support-style-1 li:first-child {
    border-top: none;
}

.widget_supports .support-style-1 li:last-child {
    border-bottom: none;
}

.widget_supports .support-style-1 i {
    width: 22px;
    margin-right: 12px;
}

.widget_supports .support-style-2 .supporter {
    margin: 0 8px;
    padding: 5px 8px 5px 50px;
    border-top: 1px solid #dddddd;
    background: url(lib/images/ic-phone.png) 7px 10px no-repeat;
    position: relative;
}

.widget_supports .support-style-2 .supporter:first-child {
    border-top: none;
}

.widget_supports .support-style-2 .name {
    font-weight: 600;
}

.widget_supports .support-style-2 .skype {
    position: absolute;
    right: 7px;
    bottom: 10px;
    z-index: 1;
}

.widget_supports .support-style-2 .email a {
    color: #333333;
}

.widget_supports .support-style-3 .supporter:not(:last-child) {
    border-bottom: 1px solid #dfdfdf;
}

.widget_supports .support-style-3 ul {
    position: relative;
    padding: 8px 10px;
}

.widget_supports .support-style-3 .name {
    font-size: 0.75rem;
    color: #333333;
}

.widget_supports .support-style-3 .phone {
    line-height: 24px;
}

.widget_supports .support-style-3 .social {
    position: absolute;
    bottom: 10px;
    right: 8px;
    z-index: 1;
}

.widget_supports .support-style-3 .social a {
    display: inline-block;
    margin-left: 4px;
}

/* Widget Information */

.widget_information ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.widget_information ul li {
    padding: 3px 0 3px 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: .8em;
    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 .element .entry-thumb .image-zoom {
    padding-top: 56%;
}

.sh-blog-shortcode .element .entry-content {
    margin: 0;
    padding: 0;
    font-size: 0.9375rem;
}

.sh-blog-shortcode .element .entry-content p {
    margin-bottom: 10px;
}

.sh-blog-shortcode .element .entry-meta {
    opacity: .7;
    font-style: italic;
    margin-bottom: 5px;
    font-size: .875rem;
}

.sh-blog-shortcode .element .entry-meta i {
    margin-right: 5px;
}

.sh-blog-shortcode .element .entry-title {
    margin: .5em 0 .5em;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4em;
    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;
}

.sh-blog-shortcode .element .entry-title a {
    color: inherit;
}

.sh-blog-shortcode .element .entry-description {
    text-align: justify;
    line-height: 1.4;
    font-size: 0.9375rem;
    color: #999999;
}

.sh-blog-shortcode.style-1 .entry-thumb {
    float: left;
    width: 25%;
    margin-right: 15px;
}

.sh-blog-shortcode.style-1 .entry-title {
    margin: 0 0 5px 0;
}

.sh-blog-shortcode.style-5 .entry-thumb {
    float: left;
    width: 30%;
    margin-right: 15px;
}

.sh-blog-shortcode.style-5 .entry-title {
    margin-top: 0;
}

.sh-blog-shortcode.style-6 .first-element-layout .entry-title {
    margin: 15px 0 10px 0;
}

.sh-blog-shortcode.style-6 .second-element-layout .element:not(:last-child) {
    margin-bottom: 15px;
}

.sh-blog-shortcode.style-6 .second-element-layout .element:last-child {
    margin-bottom: 0;
}

.sh-blog-shortcode.style-6 .second-element-layout .post-inner {
    overflow: hidden;
}

.sh-blog-shortcode.style-6 .second-element-layout .entry-thumb {
    float: left;
    width: 30%;
    margin-right: 1em;
}

.sh-blog-shortcode.style-6 .second-element-layout .entry-thumb .image-zoom {
    padding-top: 62%;
}

.sh-blog-shortcode.style-6 .second-element-layout .entry-title {
    margin-top: 0;
    font-size: .875rem;
}

.sh-blog-shortcode.style-7 .first-element-layout .element .entry-thumb {
    float: left;
    width: 30%;
    margin-right: 20px;
}

.sh-blog-shortcode.style-7 .first-element-layout .element .entry-title {
    margin: 0 0 5px 0;
}

.sh-blog-shortcode.style-7 .second-element-layout {
    margin-bottom: 20px;
}

.sh-blog-shortcode.style-7 .second-element-layout .element {
    margin-bottom: 5px;
}

.sh-blog-shortcode.style-7 .second-element-layout .element .entry-title {
    margin: 0;
}

.sh-blog-shortcode.style-7 .second-element-layout .element .entry-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.style-8 .element .post-inner {
    position: relative;
}

.sh-blog-shortcode.style-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.style-8 .element .entry-title {
    font-size: .875rem;
    line-height: 20px;
    margin: 0;
}

.sh-blog-shortcode.style-8 .element .entry-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 {
    font-size: .875rem;
}

.ux-menu-link__link {
    min-height: unset;
}

/* Category */

.post-banner {
    margin: 0 0 34px;
}

.post-banner .title {
    font-weight: 600;
    font-size: 2.125rem;
    line-height: 1.3em;
    letter-spacing: .36px;
    color: #222531;
    margin: 0 0 12px;
}

.post-banner p {
    font-size: .9375rem;
}

.page-wrapper {
    padding-top: 60px;
}

.brd-4 {
    border-radius: 4px;
}

.brd-12 .box-image {
    border-radius: 12px;
}

.brd-12 .post-item .col-inner,
.brd-12 .post-item .box {
    border-radius: 12px;
}

.brd-12 .post-item .box-image {
    border-radius: 12px 12px 0 0;
}

.blog-post-inner .post-title {
    font-size: 1.2rem;
    margin: .5em 0 .5em;
}

@media (min-width: 1200px) {
    .blog-post-inner .post-title {
        font-size: 1.5rem;
    }
}

.blog-post-inner .is-divider {
    display: none;
}

.blog-post-inner .from_the_blog_excerpt {
    font-size: .9375rem;
}

@media (min-width: 1200px) {
    .list-building.blog-related .swiper-slide {
        width: 33.333333%;
    }
}

/* Single Post */

.entry-header h1.entry-title {
    font-size: 1.6rem;
}

@media (min-width: 1200px) {
    .entry-header h1.entry-title {
        font-size: 2.125rem;
    }
}

.entry-header h1.entry-title+.is-divider {
    display: none;
}

.entry-header-text-top {
    padding-bottom: 0
}

.entry-header-text {
    margin-bottom: 3em;
}

.article-inner .entry-image {
    margin-bottom: 2em;
}

.article-inner img {
    border-radius: 12px;
}

ul.links {
    text-align: left;
    margin: 2em 0 3em 0;
}

ul.links li {
    margin: 0 .4em !important;
}

.nav-pagination>li>span,
.nav-pagination>li>a {
    border: none;
    border-radius: 50%;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
}

.article-inner .single-page {
    position: relative;
    padding-top: 0;
}

.post-content-main .post-share .socials {
    display: flex;
}

@media (min-width: 850px) {
    .post-content-main .post-share {
        position: absolute;
        left: -64px;
        top: 0;
    }
    .post-content-main .post-share .socials {
        flex-direction: column;
        padding-bottom: 0;
    }
}

@media (max-width: 840px) {
    .post-content-main .post-share .socials {
        column-gap: 5px;
    }
}

.post-content-main .post-share .socials a {
    margin-bottom: 16px;
}

.blog-related {
    padding-top: 60px;
    position: relative;
}

.blog-related .title {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.3em;
    letter-spacing: .38px;
    color: #222531;
    margin-top: 0;
    margin-bottom: 40px;
}

/* Wpcf7 */

.wpcf7-form {
    margin-bottom: 0;
}

.wpcf7 input,
.wpcf7 textarea {
    border-radius: 4px;
}

.wpcf7 input[type=text],
.wpcf7 input[type=tel],
.wpcf7 input[type=email],
.wpcf7 select,
.wpcf7 textarea {
    border: 1px solid #a6b0c3;
    box-shadow: none;
    margin-bottom: 20px;
}

.wpcf7 input,
.wpcf7 select {
    height: 52px;
}

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

.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 .ux-menu-link__link:hover {
    color: #e31c5f !important;
}

.absolute-footer {
    border-top: 1px;
    padding: 20px 0 20px;
}

.absolute-footer .social-icons .button {
    margin-left: 0;
    margin-right: 15px;
    margin-bottom: 0;
    background-color: #fff;
    color: #222531;
}

.absolute-footer .social-icons .button:last-child {
    margin-right: 0;
}

.absolute-footer .social-icons .button i {
    top: 0;
}

@media (min-width: 850px) {
    .footer-secondary {
        padding: 0;
    }
}

.icon-list-item {
    display: flex;
}

.icon-list-icon span {
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    width: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    letter-spacing: -.23px;
    color: #000;
    background: #fff;
    border-radius: 100px;
}

.icon-list-text {
    padding-left: 10px;
}

/*--------------------------------------------------------------
## Custom Css 
--------------------------------------------------------------*/

.p-0 p {
    margin-bottom: 0;
}

.p-last-0 p:last-child {
    margin-bottom: 0;
}

.header-main .nav>li>a {
    font-size: .9375rem;
    font-weight: bold;
    color: inherit !important;
}

.header-main .nav>li>a:hover {
    color: #e31c5f !important;
}

.header-main .nav-spacing-xlarge>li {
    margin: 0 15px;
}

.header-main .nav-dropdown {
    font-size: .9375rem;
}

.header-main .nav-dropdown a {
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.header-main .nav-dropdown .underline a {
    text-decoration: underline;
}

.header-main .nav-dropdown a:hover {
    background: #EFF2F5;
    border-radius: 4px;
    color: #e31c5f;
}

.header-button .button {
    border-radius: 3px !important;
    font-size: .9375rem;
    font-weight: bold;
    text-transform: none;
    padding: 5px 20px;
}

.header-button .button.secondary {
    color: #222531;
    border-color: #A6B0C3;
}

.header-button .button.secondary:hover {
    color: #e31c5f;
    background-color: #FFF !important;
}

.off-canvas-right .mfp-content,
.off-canvas-left .mfp-content {
    background-color: #FFF;
}

.off-canvas:not(.off-canvas-center) li.html {
    padding-left: 15px;
    padding-right: 15px;
}

.mobile-sidebar .nav-vertical>li+li {
    border-top: none;
}

.mobile-sidebar .nav-vertical>li>a {
    text-transform: none;
    font-size: 1.125rem;
}

.mobile-sidebar ul.nav-vertical li>a {
    padding-left: 10px !important;
}

.mobile-sidebar ul.nav-vertical>li>a {
    padding-left: 15px !important;
}

.mobile-sidebar ul.nav-vertical ul ul li {
    padding-left: 0 !important;
}

.mobile-sidebar ul.nav-vertical ul li a {
    font-size: .9em;
}

.mobile-sidebar ul.nav-vertical .sub-menu-2>ul {
    display: flex;
    flex-wrap: wrap;
}

.mobile-sidebar ul.nav-vertical .sub-menu-2>ul>li {
    flex: 0 0 50%;
    padding: 0;
}

.mobile-sidebar ul.nav-vertical .sub-menu-2>ul>li>a {
    padding: 5px 10px !important;
}

.nav-vertical .nav-slide-header .toggle {
    opacity: 1;
    text-transform: none;
    font-size: 1.125rem;
    min-height: unset;
}

.nav-vertical li li.menu-item-has-children>a {
    font-size: 1rem;
    font-weight: bold;
    text-transform: none;
}

/**/

.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.dropdown-menu>li {
    margin: 0 !important;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.open>.dropdown-menu {
    display: block;
}

.nav-dropdown-default .nav-column li>a,
.nav-dropdown.nav-dropdown-default>li>a {
    border-bottom: none;
}

.header-wrapper.stuck,
.header-shadow .header-wrapper,
.layout-shadow #wrapper {
    -webkit-box-shadow: 0px 0.5px 0px 0px #cfd6e4;
    box-shadow: 0px 0.5px 0px 0px #cfd6e4;
}

/* Home */

.uni-choose-local .dropdown {
    margin-bottom: 16px;
}

.uni-choose-local .btn-dropdown {
    padding: 12px 16px;
    border-style: solid;
    border-width: 1px;
    border-color: #a6b0c3;
    text-align: left;
    line-height: 1.6;
    border-radius: 4px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    background: #FFF;
    font-size: 1rem;
    font-weight: normal;
}

.uni-choose-local .dropdown-menu {
    width: 100%;
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #a6b0c3;
    padding: 12px 0;
}

.uni-choose-local .dropdown-menu>li>a {
    padding: 10px 16px;
}

.uni-choose-local .dropdown-menu>li>a:hover {
    background-color: #eff2f5;
}

.uni-choose-local .button {
    padding: 12px 16px;
    line-height: 1.6;
    border-radius: 4px;
}

.box-district.icon-box {
    align-items: center;
}

.box-district .icon-box-img img {
    border-radius: 8px;
}

.box-district .icon-box-text * {
    margin-bottom: 0;
}

.li-check li {
    display: flex;
    column-gap: .8em;
    list-style: none;
    padding-left: 0;
    margin-left: 0 !important;
}

.li-check li:before {
    color: #e31c5f;
    font-weight: bold;
    content: "\f058";
    font-family: 'Font Awesome 5 Pro';
}

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

.uni-gallery .box {
    border-radius: 8px;
    border: 1px solid #cfd6e4;
}

.button.is-underline:before {
    opacity: 1;
    left: 0;
    width: 100%;
}

.box-tool.icon-box {
    align-items: center;
    padding: 8px;
    border-radius: 16px;
    background: #08234c;
    border: 1px solid #cfd6e4;
}

.box-tool .icon-box-img {
    background: #e31c5f;
    border-radius: 12px;
    width: 80px !important;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-tool .icon-box-img img,
.box-tool .icon-box-img svg {
    max-width: 32px;
    padding-top: 0;
}

.box-tool .icon-box-text * {
    margin-bottom: 0;
}

.brd-8.box .box-image {
    border-radius: 8px;
}

.brd-12.img .img-inner,
.brd-12.banner {
    border-radius: 12px;
}

.uni-banner .overlay {
    background-color: transparent;
    background-image: linear-gradient(180deg, #04265AB3 0%, #04265AB3 100%);
}

@media (max-width: 549px) {
    .home-blog .flickity-slider>.col {
        flex-basis: 75%;
        max-width: 75%;
    }
}

.home-blog .flickity-prev-next-button {
    display: none;
}

.font-500 {
    font-weight: 500;
}

.img-auto img {
    width: auto;
}

.dark,
.dark p,
.dark td {
    color: #FFF;
}

.w-100 {
    width: 100% !important;
}

/**/

.section-ttbs {
    background: #F8FAFD;
    box-shadow: inset 0px -0.5px 0px #cfd6e4, inset 0px 0.5px 0px #CFD6E4;
}

.section-ttbs.dien-tich {
    background: #fff;
}

.ttbs-layout h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.38px;
    color: #222531;
}

.page-content-head {
    margin-bottom: 40px;
}

.posts-count {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -.23px;
    margin-bottom: 16px;
    display: inline-block;
}

.page-content-head h1,
.page-content-head h2 {
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.3em;
    letter-spacing: .36px;
    margin-top: 0;
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    .page-content-head h1,
    .page-content-head h2 {
        font-size: 2.125rem;
    }
}

.list-price-filter {
    display: flex;
}

@media (max-width: 849px) {
    .list-price-filter .nav {
        flex-wrap: nowrap;
        overflow: scroll;
        white-space: nowrap;
    }
}

.short-description {
    margin-bottom: 1.5em;
}

.tab-phan-loai {
    display: flex;
    padding-bottom: 30px;
    border-bottom: 1px solid #CFD6E4;
    margin-bottom: 30px;
}

.tab-phan-loai li {
    list-style: none;
    margin-right: 35px;
    margin-bottom: 0;
}

.tab-phan-loai li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.23px;
    color: #222531;
    padding-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    display: inline-flex;
    align-items: center;
    align-content: center;
}

.tab-phan-loai li a .icon {
    margin-right: 8px;
}

.tab-phan-loai li a:after {
    content: "";
    position: absolute;
    left: 50%;
    width: 0;
    bottom: 0;
    height: 3px;
    background: #08234C;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tab-phan-loai li a:hover {
    color: #222531;
}

.tab-phan-loai li a.active {
    font-weight: 700;
    color: #222531;
}

.tab-phan-loai li a:hover:after,
.tab-phan-loai li a.active:after {
    opacity: 1;
    width: 100%;
}

.tab-phan-loai li a .label {
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    padding: 0 7px;
    display: inline-block;
    margin-left: 10px;
    letter-spacing: -0.23px;
    color: #FFFFFF;
    background: #E31C5F;
    border-radius: 2px;
}

.nav-pills li a {
    font-size: .875rem;
    line-height: normal;
    font-weight: normal !important;
    padding: 8px 16px;
    border: 1px solid #cfd6e4;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -ms-border-radius: 2em;
    -o-border-radius: 2em;
    border-radius: 2em;
    margin-right: 16px;
    margin-bottom: 16px;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.nav-pills li a:hover {
    color: #FFF;
    background: #08234c;
}

.sort-view {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.sort-global .btn-default {
    border-radius: 4px;
    margin: 0;
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.23px;
    color: #333333;
    border-color: #cfd6e4;
    padding: 10px 16px;
    box-shadow: none;
    background: 0 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.sort-global .btn-default:hover,
.sort-global .btn-default:active,
.sort-global .btn-default:focus,
.sort-global .btn-default.dropdown-toggle,
.sort-global .btn-default.active {
    border-color: #cfd6e4;
    background-color: transparent;
}

.sort-global .dropdown-menu {
    right: 0;
    padding: 12px 0;
    margin: 2px 0 0;
    background: #fff;
    border: 1px solid #cfd6e4;
    box-shadow: 0 8px 20px rgb(0 0 0 / 12%);
    border-radius: 4px;
}

.sort-global .dropdown-menu>li {
    margin-bottom: 0;
}

.sort-global .dropdown-menu>li>a {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -.23px;
    color: #333333;
    padding: 10px 16px;
}

.sort-global .dropdown-menu>li>a:hover {
    background: #EFF2F5;
}

.list-grid-view {
    width: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    border: none;
    border-radius: 0;
    flex: none;
    flex-grow: 0;
    margin: 0;
}

.list-grid-view>li>span {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.23px;
    color: #333333;
    padding: 12px 10px 4px;
}

.list-grid-view>li a {
    background-color: transparent !important;
    color: #808a9d !important;
    padding: 10px 8px !important;
    border-radius: 0 !important;
    display: inline-flex;
    border: none;
    margin: 0;
}

.list-grid-view>li a svg {
    width: 20px;
    height: 20px;
}

.list-grid-view>li.active>a,
.list-grid-view>li a:hover,
.list-grid-view>li a:active,
.list-grid-view>li a:focus {
    color: #000 !important;
}

.top-search {
    padding: 8px 0;
    background-color: #08234c;
    margin-bottom: 2.5em;
}

@media (min-width: 850px) {
    .top-search .row>div+div:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        height: 20px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        border-left: 1px solid rgba(255, 255, 255, .32);
    }
}

.form-search.search-title-building {
    padding: 0;
    text-align: inherit;
    background: 0 0;
    border: none;
    border-radius: 6px;
}

.form-search.search-title-building .search-suggest {
    margin: 0;
    position: relative;
    border-radius: 4px;
    border: 1px solid #08234c;
}

.form-search.search-title-building .search-suggest .dropdown-menu {
    top: 100% !important;
    left: 0 !important;
    padding: 12px 0 16px;
    position: absolute;
    float: none;
    width: 100% !important;
    overflow: auto;
    background: #fff;
    border: 1px solid rgba(34, 37, 49, .16);
    box-shadow: 0px 16px 32px rgba(34, 37, 49, .24);
    border-radius: 8px;
    margin-top: 5px;
    max-width: 540px;
}

.form-search.search-title-building .search-suggest .dropdown-menu>li {
    background: none;
}

.form-search.search-title-building .search-suggest .dropdown-menu>li.active>a {
    background: #eff2f5;
}

.form-search.search-title-building .search-suggest .dropdown-menu>li>a {
    display: block;
    font-size: .875rem;
    padding: 12px 32px;
    color: #333333;
    white-space: normal;
}

.form-search.search-title-building .search-suggest .dropdown-menu>li>a:hover,
.form-search.search-title-building .search-suggest .dropdown-menu>li>a:focus,
.form-search.search-title-building .search-suggest .dropdown-menu>li>a:active {
    background: #eff2f5;
}

.form-search.search-title-building .search-suggest .dropdown-menu>li>a span {
    background: #f8fafd;
    border: 1px solid #a6b0c3;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    margin-right: 12px;
}

.form-search.search-title-building .search-ten {
    padding: 12px 20px 12px 52px;
    font-weight: 400;
    font-size: 1rem;
    color: #333333;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 6px;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    box-shadow: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.form-search .search-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #333333;
}

.form-search.search-title-building .search-suggest .dropdown-menu {
    top: 100% !important;
    left: 0 !important;
    padding: 12px 0 16px;
    position: absolute;
    float: none;
    width: 100% !important;
    overflow: auto;
    background: #fff;
    border: 1px solid rgba(34, 37, 49, .16);
    box-shadow: 0px 16px 32px rgb(34 37 49 / 24%);
    border-radius: 8px;
    margin-top: 5px;
    max-width: 540px;
}

.form-search form {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.form-search .search-field {
    padding: 0 3px;
    flex: 0 0 50%;
    max-width: 50%;
}

.form-search.four-columns .search-field {
    flex: 0 0 25%;
    max-width: 25%;
}

.form-search .search-field .btn-field-filter {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.23px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .16);
    padding: 8px 12px;
    border-radius: 6px;
    background: 0 0;
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.form-search .search-field .btn-field-filter:hover,
.form-search .search-field .btn-field-filter:focus,
.form-search .search-field .btn-field-filter:active,
.form-search .search-field .btn-field-filter.active {
    border-color: #fff;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.btn .caret {
    margin-left: 0;
}

.form-search .search-field .btn-field-filter small {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .36px;
    color: rgba(255, 255, 255, .7);
}

.form-search .search-field .btn-field-filter small span {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.23px;
    color: #fff;
    display: block;
}

.form-search .search-field .dropdown-menu {
    margin: 5px 0 0;
    background: #fff;
    border: 1px solid rgba(34, 37, 49, .16);
    box-shadow: 0 16px 32px rgb(34 37 49 / 24%);
    border-radius: 8px;
    padding: 12px 0;
    min-width: 340px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.form-search .search-field.two-columns .dropdown-menu {
    min-width: 350px;
}

.form-search .search-field ul>li:first-child {
    padding: 0 30px;
}

.form-search .search-field h3 {
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: -.43px;
    color: #333333;
    margin: 0 0 12px;
    padding: 16px 0;
    border-bottom: 1px solid #a6b0c3;
}

.form-search .search-field.two-columns .list-filter-tax {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.form-search .search-field.two-columns .list-filter-tax .item {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
}

.form-search .item-checkbox {
    font-size: .9375rem;
    font-weight: normal;
    letter-spacing: -.23px;
    color: #333333;
    position: relative;
    margin-bottom: 0;
    padding: 12px 0 12px 32px;
    width: 100%;
    cursor: pointer;
}

.form-search .list-filter-price {
    margin: 30px 0;
}

.form-search .dropdown-menu .divider {
    background-color: #a6b0c3;
    margin: 12px 0;
    display: none;
}

.form-search .search-field .note .divider {
    content: "";
    width: 16px;
    margin: 0 8px;
    border-top: 1px solid #a6b0c3;
    display: inline-block;
}

.form-search .search-field .note {
    display: flex;
    align-items: center;
}

.form-search .search-field .note .note-item {
    font-size: 0.75rem;
    letter-spacing: .36px;
    color: rgba(34, 37, 49, .7);
    padding: 6px 12px;
    flex: 0 0 calc(50% - 16px);
    max-width: calc(50% - 16px);
    border: 1px solid #a6b0c3;
    border-radius: 4px;
}

.form-search .search-field .note .note-item>span {
    font-size: .8375rem;
    letter-spacing: -.23px;
    color: #333333;
    opacity: 0;
    visibility: hidden;
}

.form-search .list-filter-tax .item-checkbox span {
    font-size: .9375rem;
    letter-spacing: -.23px;
    color: #333333;
}

.form-search .item-checkbox input {
    width: 0;
    height: 0;
    opacity: 0;
    cursor: pointer;
    position: absolute;
}

.form-search .item-checkbox input:checked~.checkmark {
    border-color: #e31c5f;
    background-color: #e31c5f;
}

.form-search .item-checkbox .checkmark {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 0;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #a6b0c3;
}

.form-search .item-checkbox .checkmark:after {
    top: 4px;
    left: 8px;
    width: 6px;
    content: "";
    height: 10px;
    display: none;
    position: absolute;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-search .item-checkbox input:checked~.checkmark:after {
    display: block;
}

.form-search .tz-search-btn {
    /*flex: 0 0 50%;*/
    /*max-width: 50%;*/
    width: 100%;
    margin: auto;
    font-weight: 400;
    font-size: 1rem;
    line-height: 28px;
    padding: 12px;
    letter-spacing: -.43px;
    background: #e31c5f;
    color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    border: none;
}

/*.form-search.four-columns .tz-search-btn {
    flex: 0 0 25%;
    max-width: 25%;
}*/

@media (max-width: 849px) {
    .form-search.four-columns .search-field {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
        margin-bottom: 10px;
    }
    .form-search.four-columns .search-field:last-child {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.form-search .reset-save {
    justify-content: flex-end;
    align-items: center;
    padding: 0 12px;
    display: none;
}

.form-search .btn-filter-reset {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -.23px;
    text-decoration-line: underline;
    color: #08234c;
    opacity: .4;
    display: none;
}

.form-search .btn-filter-reset:hover {
    opacity: 1;
}

.form-search .btn-filter-save {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -.23px;
    background: #08234c;
    border-radius: 4px;
    padding: 6px 16px;
    color: #fff;
}

.form-search .btn-filter-save:hover {
    background-color: #e31c5f;
    border-color: #e31c5f;
}

body .jslider {
    margin-bottom: 16px;
}

body .jslider .jslider-bg i {
    background-color: #808a9d;
    background-image: none;
    height: 2px;
}

body .jslider .jslider-bg i.v {
    background-color: #808a9d;
    height: 2px;
}

body .jslider .jslider-bg i.l {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

body .jslider .jslider-bg i.r {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

body .jslider .jslider-pointer {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    width: 24px;
    top: -12px;
    border: 1px solid #808a9d;
    background: linear-gradient(180deg, #fff 0%, #f9fafb 100%);
    box-shadow: 0 1px 0 0 rgba(22, 29, 37, 0.05);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: border 0.35s ease-in-out 0s;
    -o-transition: border 0.35s ease-in-out 0s;
    transition: border 0.35s ease-in-out 0s;
}

body .jslider .jslider-pointer:before {
    content: "";
    width: 1px;
    height: 12px;
    background: #808a9d;
    margin: 0 2px;
    display: inherit;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

body .jslider .jslider-pointer:after {
    content: "";
    width: 1px;
    height: 12px;
    background: #808a9d;
    margin: 0 2px;
    display: inherit;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

body .jslider .jslider-pointer:hover {
    border-color: #e31c5f;
}

body .jslider .jslider-pointer:hover:before,
body .jslider .jslider-pointer:hover:after {
    background-color: #e31c5f;
}

body .jslider .jslider-value {
    padding: 0;
    position: absolute;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.23px;
    color: #333333;
    display: inline-flex;
    margin-left: 0 !important;
    margin-right: 0 !important;
    left: 8px !important;
    top: 52px !important;
    background: 0 0;
}

body .jslider .jslider-value.jslider-value-to {
    top: 52px !important;
    left: calc(50% + 30px) !important;
    margin-left: 0 !important;
}

body .jslider .jslider-value span {
    order: 2;
    margin-left: 2px;
}

body .jslider .jslider-label,
body .jslider .jslider-scale {
    opacity: 0;
    visibility: hidden;
}

.sec-building-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.sec-building-top .heading {
    margin: 0;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -.26px;
    color: #222531;
}

.building-rank .readmore {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.23px;
    white-space: nowrap;
    text-decoration-line: underline;
    color: #222531;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.building-rank .readmore:hover {
    color: #E31C5f;
}

.list-building {
    margin-bottom: 30px;
}

.uni_office_location_hcmc:last-child .list-building {
    margin-bottom: 0;
}

.list-building .swiper-container:not(.swiper-container-horizontal) .swiper-wrapper {
    display: flex;
}

.list-building .swiper-container:not(.swiper-container-horizontal) .swiper-wrapper .swiper-slide {
    flex: 0 0 25%;
}

.list-building .swiper-container {
    margin-left: -12px;
    margin-right: -12px;
}

.list-building .swiper-slide {
    width: 75%;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 30px;
}

@media (min-width: 550px) {
    .list-building .swiper-slide {
        width: 40%;
    }
}

@media (min-width: 850px) {
    .list-building .swiper-slide {
        width: 30%;
    }
}

@media (min-width: 1200px) {
    .list-building .swiper-slide {
        width: 25%;
    }
}

.building-item {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    border: 1px solid #cfd6e4;
    box-shadow: 0 0 4px rgb(34 47 49 / 8%);
    -webkit-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;
}

.building-item:hover {
    box-shadow: 0 8px 24px rgb(34 37 49 / 16%);
}

.building-item .box-content {
    padding: 1rem;
}

.building-item h3 {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 1.6em;
    line-height: 1.6em;
    width: auto;
    font-weight: 600;
    font-size: 1rem;
}

.building-item .address {
    font-size: .8125rem;
    opacity: .7;
    margin-bottom: 12px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3.2em;
    line-height: 1.6em;
}

.building-item .meta {
    display: flex;
    align-items: center;
}

.building-item .meta .price {
    width: 100%;
    font-weight: 600;
    font-size: .9375rem;
}

.building-item .meta .price .sub-price {
    font-weight: 400;
    font-size: .8125rem;
    opacity: .7;
}

.section-list-item {
    position: relative;
    padding-bottom: 50px;
}

.section-list-item:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100vw;
    height: 1px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    box-shadow: inset 0px -0.5px 0px #cfd6e4, inset 0px 0.5px 0px #cfd6e4;
}

.section-layout {
    position: relative;
    padding-bottom: 80px;
    padding-top: 80px;
}

@media (max-width: 849px) {
    .section-layout {
        padding-bottom: 60px;
        padding-top: 60px;
    }
}

.section-layout:not(:last-of-type):after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100vw;
    height: 1px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    box-shadow: inset 0px -0.5px 0px #cfd6e4, inset 0px 0.5px 0px #cfd6e4;
}

.section-layout .title {
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.38px;
    color: #222531;
    margin-bottom: 1.5em;
}

.accordion-item {
    padding-top: .8em;
    padding-bottom: .8em;
    border-bottom: 1px solid #CFD6E4;
}

.accordion-title {
    font-size: 1rem;
    font-weight: 600 !important;
    border-top: none;
    border-bottom: none;
    padding-left: 0;
}

.accordion-title.active {
    background: none;
    color: inherit;
}

.accordion .toggle {
    opacity: 1;
    left: initial;
    right: 0;
}

.accordion-inner {
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 0;
}

.section-tong-quan {
    padding: 80px 0;
    background: #F8FAFD;
}

.section-tong-quan .layout-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media (min-width: 850px) {
    .section-tong-quan .layout-info {
        max-width: 46%;
        -ms-flex-preferred-size: 46%;
        flex-basis: 46%;
    }
    .section-tong-quan .layout-info>.col-inner {
        padding-right: 30px;
    }
    .section-tong-quan .layout-image {
        max-width: 54%;
        -ms-flex-preferred-size: 54%;
        flex-basis: 54%;
    }
}

@media (min-width: 850px) {
    .section-tong-quan .layout-info>.col-inner {
        padding-right: 80px;
    }
}

.section-tong-quan .title {
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.38px;
    color: #222531;
    margin-bottom: 1em;
}

.section-tong-quan img {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
}

@media (max-width: 849px) {
    .mobile-center {
        text-align: center;
    }
}

.modal-body {
    padding: 65px 30px;
    max-width: 800px;
    margin: 0 auto;
}

.modal-body .title {
    font-weight: 600;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: 0.36px;
    color: rgba(0, 0, 0, 0.8);
}

.modal-body .thumb {
    margin-bottom: 2.5em;
}

.author-container {
    margin-top: 1.5em;
    background-color: #222531;
    border-radius: 10px;
}

.author .profile-image {
    padding: 15px 0;
}

.author img {
    border-radius: 10px;
    margin: 15px 20px;
}

.author .profile-description {
    padding: 15px 5px;
}

.author .card-block {
    margin: 15px 30px;
}

.author h6 {
    text-transform: none;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 44px;
    margin: 0;
}

.author p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: -0.43px;
    margin: 0;
}

.author .short-description {
    color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 430px) {
    .author .profile-image {
        text-align: center;
        padding-bottom: 0;
    }
    .author .card-block {
        text-align: center;
        margin: 0 20px 20px 20px;
    }
}

.btn-care {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    cursor: pointer;
    border: none;
    font-size: 0.625rem;
    text-align: center;
    white-space: nowrap;
}

.btn-care .text {
    display: none;
    margin-left: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.23px;
    text-decoration-line: underline;
    color: #222531
}

.btn-care i {
    font-size: 18px;
}

.btn-care span {
    position: relative;
}

.btn-care span .fa-heart.fas {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.btn-care span .fa-heart.fal {
    opacity: 1;
    visibility: visible;
}

.btn-care:hover {
    color: #e31c5f;
}

.btn-care:hover span .fa-heart.fal {
    opacity: 0;
    visibility: hidden;
}

.btn-care:hover span .fa-heart.fas {
    opacity: 1;
    visibility: visible;
}

.btn-care.active {
    color: #e31c5f
}

.btn-care.active span .fa-heart.fal {
    opacity: 0;
    visibility: hidden;
}

.btn-care.active span .fa-heart.fas {
    opacity: 1;
    visibility: visible;
}

.row.list>.col {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.row.list>.col>.building-item {
    display: flex;
}

.row.list>.col>.building-item .box-image {
    flex: 0 0 35%;
}

.row.list>.col>.building-item .box-content {
    flex: 0 0 65%;
}

@media (min-width: 550px) {
    .row.list>.col>.building-item .box-image {
        flex: 0 0 20%;
    }
    .row.list>.col>.building-item .box-content {
        flex: 0 0 80%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

.row.list>.col>.building-item .box-image .image-zoom {
    height: 100%;
}

.row.list>.col>.building-item .address {
    height: unset;
}

.row.list>.col>.building-item .btn-care {
    margin-left: 44px;
}

.sort-vpdt {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.sort-vpdt .sort-global {
    margin-right: 20px;
    margin-bottom: 20px;
}

.sort-vpdt .caret {
    margin-left: 10px;
}

.sort-vpdt .dropdown-menu {
    min-width: 200px;
}

@media (min-width: 550px) {
    .sort-vpdt .sort-global {
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .sort-vpdt .sort-global.sort-quan.open .dropdown-menu {
        min-width: 350px;
        display: flex;
        flex-wrap: wrap;
    }
    .sort-vpdt .sort-global.sort-quan .dropdown-menu li {
        flex: 0 0 50%;
    }
}

.vpdt-item .price {
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.43px;
    color: #222531;
}

.vpdt-item .sub-price {
    font-weight: normal;
}

.vpdt-item .mota {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.08px;
    color: #222531;
    opacity: 0.7;
    margin-bottom: .5em;
}

.vpdt-item .ma-dien-tich {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.08px;
    color: #222531;
}

.vpdt-item .ma-dien-tich a {
    color: #222531;
}

.vpdt-item .ma-dien-tich a:hover {
    color: #e1175c;
}

.vpdt-meta .price {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.26px;
    color: #222531;
}

.vpdt-meta .sub-price {
    font-weight: 400;
    font-size: 17px;
    line-height: 34px;
    letter-spacing: -0.43px;
    color: #222531;
}

.vpdt-meta .btn-phone {
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.43px;
    color: #FFFFFF;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 38px;
    background: #E31C5F;
    border-radius: 6px;
}

.vpdt-meta .meta-box {
    background: #FFFFFF;
    border: 1px solid #CFD6E4;
    box-shadow: 0px 12px 20px rgba(34, 37, 49, 0.08);
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 18px 17px 25px;
    margin-bottom: 25px;
}

.vpdt-meta .bao-gom {
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.43px;
    color: #222531;
    display: block;
}

.vpdt-meta {
    display: block;
    margin-bottom: 30px;
}

.vpdt-meta .bao-gom i {
    color: #16C784;
}

@media (max-width: 576px) {
    .vpdt-meta .price {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .vpdt-meta .btn-phone {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .vpdt-meta .meta-box {
        margin-bottom: 25px;
        flex-wrap: wrap;
    }
}

.vpdt-extra {
    margin-top: 80px;
    padding-top: 80px;
    box-shadow: inset 0px 0.5px 0px #CFD6E4;
}

.building-gallery li {
    border-radius: 12px !important;
    overflow: hidden;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
}

.building-gallery li img {
    width: 100%;
}

.building-gallery .lSAction>a {
    opacity: 1;
}

.thong_tin_vpdt .tab-content ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}

.thong_tin_vpdt .tab-content ul li {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 22px;
}

.thong_tin_vpdt .tab-content ul li .icon {
    flex: 0 0 40px;
    max-width: 40px;
    display: inline-flex;
}

.thong_tin_vpdt .tab-content ul li .info {
    display: flex;
    flex-direction: column;
    flex: 0 0 calc(100% - 40px);
    max-width: calc(100% - 40px);
    padding: 0;
}

.thong_tin_vpdt .tab-content ul li .info strong {
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.43px;
    color: #222531;
}

.thong_tin_vpdt .tab-content ul li .info span,
.thong_tin_vpdt .tab-content ul li .info a {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.23px;
    color: rgba(34, 37, 49, 0.7);
}

.thong_tin_vpdt .tab-content ul li .info a:hover {
    color: var(--primary-color);
}

/**/

.character-menu {
    border-top: 1px solid #cfd6e4;
    border-bottom: 1px solid #cfd6e4;
}

.character-menu a {
    font-size: .875rem;
    letter-spacing: -.23px;
    color: #222531;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.character-menu a:hover {
    color: #e31c5f;
}

.section-ten-duong .duong-character {
    position: relative;
    padding: 40px 0 28px;
    border-bottom: 1px solid #cfd6e4;
}

.section-ten-duong .duong-character:last-child {
    border-bottom: none;
}

.section-ten-duong .character-title {
    font-weight: 600;
    font-size: 1.75rem;
    text-align: center;
    letter-spacing: .38px;
    color: #fff;
    background: #222531;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 12px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.section-ten-duong .list-duong {
    font-size: .9375rem;
}

.section-ten-duong .list-duong a:hover {
    color: #e31c5f;
}

@media (min-width: 850px) {
    .section-ten-duong .duong-character-inner {
        display: flex;
        justify-content: flex-start;
        position: relative;
        padding-left: 80px;
        min-height: 80px;
        align-items: center;
    }
    .section-ten-duong .duong-character-inner .character-title {
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
    }
    .section-ten-duong .character-title {
        width: 80px;
        height: 80px;
    }
    .section-ten-duong .list-duong {
        padding-left: 60px;
        flex: 0 0 calc(100% - 80px);
    }
}

/* Single */

.list-img-detail {
    margin-bottom: 20px;
}

.list-img-detail.list-img-detail-2 {
    grid-template-columns: auto auto;
}

.list-img-detail.list-img-detail-2 .imgc,
.list-img-detail.list-img-detail-4 .imgc {
    grid-row: unset !important;
    grid-column: unset !important;
}

.list-img-detail.list-img-detail-3 {
    grid-template-columns: auto auto auto;
}

.list-img-detail.list-img-detail-4 {
    grid-template-columns: auto auto auto auto;
}

.list-img-detail .box-image {
    border-radius: 12px;
}

.list-img-detail .imgc {
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.projectImage {
    position: relative;
}

.projectImage .more {
    display: none;
    border-radius: 12px;
    width: calc((100% - 30px)/4);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    height: calc(50% - 5px);
    background-color: rgba(0, 0, 0, .4);
    font-weight: bold;
    color: #fff;
    text-align: center;
    pointer-events: none;
}

.projectImage .more span {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 5px;
}

/*@media (min-width: 850px) {*/

.list-img-detail {
    display: grid;
    grid-gap: 12px;
    grid-template-columns: auto auto auto auto;
}

.list-img-detail .imgc:nth-child(5n+1) {
    grid-row: 1/span 2;
    grid-column: 1/span 2;
}

.projectImage .more {
    display: block;
}

/*}*/

@media (max-width: 849px) {
    /*.projectImage .list-img-detail {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        margin-left: -6px;
        margin-right: -6px;
    }
    .projectImage .list-img-detail .image-cover {
        padding-top: 0 !important;
    }
    .projectImage .list-img-detail img {
        position: static;
    }
    .projectImage .list-img-detail .imgc {
        flex: 0 0 calc(100% - 40px);
        max-width: 335px;
        width: 335px;
        padding-left: 6px;
        padding-right: 6px;
    }*/
    .projectImage__mb .list-img-detail {
        grid-template-columns: auto auto;
        grid-gap: 5px;
        margin-top: 5px;
    }
    .projectImage__mb .list-img-detail .imgc:nth-child(5n+1) {
        grid-column: 1/span 3;
    }
    .projectImage__mb .list-img-detail .imgc:nth-child(4)~.imgc {
        display: none;
    }
    .projectImage__mb .more {
        width: calc((100% - 10px)/3);
        height: calc(74px);
    }
    .projectImage__mb .more span {
        font-size: 12px;
    }
}

.fancybox__container {
    --fancybox-thumbs-width: 48px;
    --fancybox-thumbs-ratio: 1;
}

.fancybox__thumb {
    border-radius: 6px;
    opacity: 0.4;
}

.fancybox__thumb:hover,
.is-nav-selected .fancybox__thumb {
    border-radius: 6px;
    opacity: 1;
}

.is-nav-selected .fancybox__thumb::after {
    display: none;
}

.building-meta .btn-care .text {
    display: block
}

.post-share .socials {
    display: flex
}

.post-share .socials a {
    width: 32px;
    height: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: .5px solid #a6b0c3;
    border-radius: 100px;
    font-size: 12px;
    color: #58667e
}

.post-share .socials a:hover {
    background-color: #e31c5f;
    border-color: #e31c5f;
    color: #fff
}

.building-detail-head h1 {
    font-weight: 600;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: 0.36px;
    color: #222531;
    margin: 0 0 16px;
}

@media (max-width: 849px) {
    .building-detail-head h1 {
        font-size: 28px;
        line-height: 34px;
        letter-spacing: 0.38px;
        margin-bottom: 8px;
    }
}

.building-detail-head .building-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

@media (max-width: 849px) {
    .building-detail-head .building-meta {
        margin-bottom: 24px;
    }
}

.building-detail-head .building-meta>p {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.23px;
    color: #222531;
    opacity: 0.7;
    margin: 0;
}

.building-detail-head .meta-right {
    display: flex;
}

@media (max-width: 849px) {
    .building-detail-head .meta-right {
        display: none;
    }
}

.building-detail-head .meta-right .btn-care {
    margin-left: 36px;
}

.building-detail-head .post-share {
    position: relative;
}

.building-detail-head .post-share:hover .socials,
.building-detail-head .post-share:active .socials,
.building-detail-head .post-share:focus .socials {
    right: 0;
    width: 120px;
    opacity: 1;
    visibility: visible;
}

.building-detail-head .post-share>span {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.23px;
    text-decoration-line: underline;
    color: #222531;
}

.building-detail-head .post-share>span i {
    margin-right: 5px;
}

.building-detail-head .post-share .socials {
    position: absolute;
    background: #fff;
    right: -20px;
    top: 50%;
    height: 32px;
    display: flex;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 60px;
    opacity: 0;
    visibility: hidden;
}

.building-detail-head .post-share .socials a {
    margin: 0 0 0 8px;
}

.building-gallery {
    margin-bottom: 40px;
    position: relative;
}

.building-gallery .building-gallery-inner {
    margin-left: -6px;
    margin-right: -6px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 849px) {
    .building-gallery .building-gallery-inner {
        flex-wrap: nowrap;
    }
}

.building-gallery .building-gallery-inner .building-gallery-item {
    padding-left: 6px;
    padding-right: 6px;
}

@media (max-width: 849px) {
    .building-gallery .building-gallery-inner .building-gallery-item {
        flex: 0 0 calc(100% - 40px);
        max-width: 335px;
        width: 335px;
    }
}

@media (min-width: 768px) {
    .building-gallery .building-gallery-inner .building-gallery-item:first-child {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .building-gallery .building-gallery-inner .building-gallery-item.item-none {
        display: none !important;
    }
}

.building-gallery .building-gallery-inner .gallery-item-inner {
    background: linear-gradient(0deg, rgba(8, 35, 76, 0.7), rgba(8, 35, 76, 0.7));
    border: none;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
    height: 0;
    position: relative;
    padding-top: 75%;
    z-index: 1;
}

.building-gallery .building-gallery-inner .gallery-item-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    .building-gallery .building-gallery-inner.one .building-gallery-item,
    .building-gallery .building-gallery-inner.two .building-gallery-item {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .building-gallery .building-gallery-inner.one .gallery-item-inner,
    .building-gallery .building-gallery-inner.two .gallery-item-inner {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .building-gallery .building-gallery-inner.one .gallery-item-inner>span,
    .building-gallery .building-gallery-inner.two .gallery-item-inner>span {
        font-weight: 600;
        font-size: 22px;
        line-height: 44px;
        letter-spacing: 0.36px;
        color: #fff;
    }
    .building-gallery .building-gallery-inner.three .building-gallery-item {
        flex: 0 0 50%;
        max-width: 50%;
        display: none;
    }
    .building-gallery .building-gallery-inner.three .building-gallery-item:first-child {
        display: block;
    }
    .building-gallery .building-gallery-inner.three .building-gallery-item:nth-child(2) {
        display: block;
    }
}

@media (min-width: 850px) {
    .building-gallery .building-gallery-inner.five {
        display: grid;
        grid-template-columns: auto auto auto auto;
        grid-row-gap: 12px;
    }
    .building-gallery .building-gallery-inner.five .building-gallery-item {
        flex: none;
        max-width: none;
    }
    .building-gallery .building-gallery-inner.five .building-gallery-item:first-child {
        flex: none;
        max-width: none;
        grid-row-start: 1;
        grid-row-end: 3;
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .building-gallery .building-gallery-inner.five .building-gallery-item:first-child .gallery-item-inner {
        padding-top: 0;
        height: 100%;
    }
}

.gallery-view-full {
    position: absolute;
    bottom: 26px;
    right: 26px;
    z-index: 2;
}

.btn-view-full {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.23px;
    color: #222531;
    padding: 12px 40px;
    background: #fff;
    border: 1px solid #cfd6e4;
    border-radius: 4px;
    display: inline-block;
}

.btn-view-full:hover {
    background-color: #e31c5f;
    border-color: #e31c5f;
    color: #fff;
}

.building-head {
    text-align: center;
    padding: 40px 28px;
    background: #fff;
    border: 1px solid #cfd6e4;
    box-shadow: 0px 12px 20px rgba(34, 37, 49, 0.08);
    border-radius: 8px;
}

.building-head .price {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.26px;
    color: #222531;
    margin: 0 0 22px;
    display: block;
}

.building-head .price .sub-price {
    font-weight: 400;
    font-size: 17px;
    line-height: 34px;
    letter-spacing: -0.43px;
    color: #222531;
}

.building-head .bao-gom {
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.43px;
    color: #222531;
    display: block;
    margin: 0 0 22px;
}

.building-head .bao-gom i {
    margin-right: 10px;
    color: #16c784;
}

.building-head .contact-building {
    /*padding: 22px 0;*/
    padding-top: 22px;
    /*margin-bottom: 10px;*/
}

.building-head .contact-building .btn-phone {
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.43px;
    background: #e31c5f;
    border-radius: 6px;
    color: #fff;
    padding: 12px 30px;
    width: 100%;
    display: block;
    margin-bottom: 16px;
}

.building-head .contact-building .btn-submit {
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.43px;
    background: #fff;
    border: 0.5px solid #e31c5f;
    border-radius: 6px;
    color: #e31c5f;
    padding: 12px 30px;
    margin-bottom: 16px;
    width: 100%;
    display: block;
}

.building-head .contact-building .btn-submit:hover {
    border-color: #08234c;
    color: #08234c;
}

.building-head .team-tu-van>span {
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.23px;
    color: #222531;
    display: block;
    margin-bottom: 20px;
}

.list-tu-van {
    display: flex;
    justify-content: center;
    padding-left: 6px;
}

.list-tu-van li {
    margin-left: -12px;
}

.list-tu-van .thumb {
    background: #f9fafb;
    border: 1px solid rgba(34, 37, 49, 0.16);
    border-radius: 100px;
    display: block;
    position: relative;
    overflow: hidden;
    width: 64px;
    height: 64px;
}

.list-tu-van .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-item .tab-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.26px;
    color: #222531;
    margin: 0 0 30px;
}

.box-item .tab-title b,
.box-item .tab-title strong {
    font-weight: 600;
}

.thong_so {
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 0.5px solid #a6b0c3;
}

/*.thong_so .tab-content {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}
.thong_so .tab-content ul {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 20px;
    padding-right: 20px;
}
@media (max-width: 849px) {
    .thong_so .tab-content ul {
        flex: 0 0 100%;
        max-width: 100%;
    }
}*/

.thong_so .tab-content ul li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 22px;
}

.thong_so .tab-content ul li .icon {
    flex: 0 0 40px;
    max-width: 40px;
    display: inline-flex;
}

.thong_so .tab-content ul li .icon span {
    max-width: 25px;
    display: inline-block;
    text-align: center;
}

.thong_so .tab-content ul li .info {
    display: flex;
    flex-direction: column;
    flex: 0 0 calc(100% - 40px);
    max-width: calc(100% - 40px);
    padding: 0;
}

.thong_so .tab-content ul li .info strong {
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.43px;
    color: #222531;
}

.thong_so .tab-content ul li .info span {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.23px;
    color: rgba(34, 37, 49, 0.7);
}

.list-dots {
    margin-bottom: 30px;
    border-bottom: .5px solid #a6b0c3
}

.list-dots.two-columns .tab-content ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 10px
}

.list-dots.two-columns .tab-content ul li {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px
}

@media (max-width: 849px) {
    .list-dots.two-columns .tab-content ul li {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.list-dots .tab-content ul li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 22px
}

.list-dots .tab-content ul li .icon {
    width: 8px;
    height: 8px;
    margin: 10px 24px 10px 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #222531
}

.list-dots .tab-content ul li .info {
    display: flex;
    flex-direction: column;
    flex: 0 0 calc(100% - 52px);
    max-width: calc(100% - 52px);
    padding: 0
}

.list-dots .tab-content ul li .info strong {
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -.43px;
    color: #222531
}

.list-dots .tab-content ul li .info span {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -.23px;
    color: rgba(34, 37, 49, .7)
}

.building-ttnb {
    margin-top: 40px;
    border-radius: 12px;
    position: relative;
    padding: 60px;
    margin-bottom: 30px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

@media (max-width: 849px) {
    .building-ttnb {
        padding: 40px 20px
    }
}

.building-ttnb .ttnb-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(3, 41, 98, .95) 41.73%, rgba(8, 35, 76, 0) 153.62%, rgba(3, 41, 98, .2) 153.62%, rgba(3, 41, 98, .2) 153.62%)
}

.building-ttnb .ttnb-description {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -.26px;
    color: #fff;
    margin: 0 0 24px;
    max-width: 55%;
    position: relative
}

@media (max-width: 849px) {
    .building-ttnb .ttnb-description {
        max-width: 80%
    }
}

@media (max-width: 849px) {
    .building-ttnb .ttnb-description {
        max-width: none
    }
}

.building-ttnb .ttnb-contact {
    font-weight: 600;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: -.43px;
    color: #fff;
    max-width: 55%;
    position: relative
}

@media (max-width: 849px) {
    .building-ttnb .ttnb-contact {
        max-width: 100%
    }
}

.building-ttnb .ttnb-contact a {
    color: #e31c5f
}

.content-extra {
    /*margin-bottom: 40px;*/
    padding-bottom: 40px;
    border-bottom: .5px solid #a6b0c3
}

@media (max-width: 849px) {
    .content-extra .readmore {
        text-align: center
    }
}

.content-extra .fulltext h2 {
    font-size: 17px;
}

.btn-view-more {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -.23px;
    padding: 5px 40px;
    background: #fff;
    border-radius: 4px;
    margin-top: 30px;
    display: inline-block
}

.section-extra {
    margin-bottom: 80px;
    padding-bottom: 80px;
    box-shadow: inset 0px -.5px 0px #cfd6e4
}

.section-map .map-content p {
    margin: 0
}

.section-map .map-content iframe {
    width: 100%;
    border: 1px solid rgba(34, 37, 49, .16) !important;
    border-radius: 8px;
    overflow: hidden
}

.single .section-building.cung-hang,
.single .section-building.cung-quan {
    padding-bottom: 50px
}

.single .section-building.cung-hang {
    margin-bottom: 0;
    padding-bottom: 80px;
}

.single .section-building.section-map .heading {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -.26px;
    margin: 0 0 30px
}

.single .section-building .heading {
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: .38px;
    color: #222531;
    margin: 0 0 40px
}

.section-building .swiper-container {
    margin-left: -6px;
    margin-right: -6px;
}

.section-building .swiper-slide {
    width: 60%;
    padding-left: 6px;
    padding-right: 6px;
}

@media (min-width: 550px) {
    .section-building .swiper-slide {
        width: 31%;
    }
}

@media (min-width: 850px) {
    .section-building .swiper-slide {
        width: 22%;
    }
}

@media (min-width: 1200px) {
    .section-building .swiper-slide {
        width: 20%;
    }
}

.detail-menu-sticky.navbar-default {
    background: #fff;
    box-shadow: inset 0px -.5px 0px #cfd6e4;
    border: none
}

.detail-menu-sticky.navbar-default .container {
    padding-left: 15px;
    padding-right: 15px;
}

.detail-menu-sticky.navbar-default .collapse {
    display: flex;
    justify-content: space-between;
    border: none;
    padding: 0
}

.detail-menu-sticky.navbar-default .navbar-nav {
    width: auto;
}

.detail-menu-sticky.navbar-default .navbar-nav>li.active>a {
    background-color: transparent
}

.detail-menu-sticky.navbar-default .navbar-nav>li.active>a:before {
    top: 0;
    opacity: 1;
    visibility: visible
}

.detail-menu-sticky.navbar-default .navbar-nav>li:first-child>a {
    padding-left: 0
}

.detail-menu-sticky.navbar-default .navbar-nav>li>a {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -.23px;
    color: #222531;
    padding: 30px 16px
}

.detail-menu-sticky.navbar-default .navbar-nav>li>a:hover {
    background-color: transparent;
    color: #e31c5f
}

.detail-menu-sticky.navbar-default .navbar-nav>li>a:hover:before {
    top: 0;
    opacity: 1;
    visibility: visible
}

.detail-menu-sticky.navbar-default .navbar-nav>li>a:before {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    height: 4px;
    background-color: #e31c5f;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.detail-menu-sticky .navbar-right {
    display: inline-flex;
    align-items: center;
    margin: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media (max-width: 849px) {
    .detail-menu-sticky .navbar-right .navbar-text {
        margin: 25px 0
    }
}

.detail-menu-sticky .price {
    width: 100%;
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -.43px;
    color: #222531
}

.detail-menu-sticky .price .sub-price {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -.08px;
    color: #222531;
    opacity: .7
}

.detail-menu-sticky .btn-phone {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -.23px;
    color: #fff;
    padding: 16px 32px;
    margin-left: 16px;
    background-color: #e31c5f;
    border-radius: 4px;
}

@media (max-width: 849px) {
    .detail-menu-sticky .btn-phone {
        display: none
    }
}

@media (min-width: 850px) {
    body.single-van_phong_hn .header-wrapper.stuck,
    body.single-van_phong_hcmc .header-wrapper.stuck {
        position: static;
    }
}

.affix {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9 !important
}

.js-navbar-detail-affix .navbar {
    display: none
}

.js-navbar-detail-affix.affix .navbar {
    display: block
}

@media (max-width: 849px) {
    .js-navbar-detail-affix.affix .navbar {
        display: none
    }
}

.js-navbar-detail-affix .navbar-right {
    opacity: 0;
    visibility: hidden
}

.footer-mobile {
    height: 84px;
    background: #fff;
    justify-content: space-between;
    align-items: center;
    box-shadow: inset 0px -.5px 0px #cfd6e4, inset 0px .5px 0px #cfd6e4;
    padding: 0 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    display: none
}

@media (max-width: 849px) {
    .footer-mobile {
        display: flex
    }
}

.footer-mobile .price {
    width: 100%;
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -.43px;
    color: #222531
}

.footer-mobile .btn-phone {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -.23px;
    color: #fff;
    padding: 15px 32px;
    margin-left: 16px;
    background-color: #e31c5f;
    min-width: 150px;
    white-space: nowrap;
    border-radius: 4px;
    text-align: center;
}

.button.white {
    border-color: #cfd6e4;
    color: #222531 !important;
    padding: 6px 40px;
}

.button.white:hover {
    color: #fff !important;
    border-color: #e31c5f;
    background-color: #e31c5f !important;
    box-shadow: none;
}

.button-main {
    padding: 12px 30px !important;
    line-height: normal !important;
}

.widget-button-care .care-container {
    display: inline-block;
}

.care-container {
    position: relative;
}

.widget-button-care .btn-list-care {
    display: inline-flex;
    color: #212121;
    cursor: pointer;
}

.widget-button-care .btn-list-care .icon-mobile-care {
    font-size: 22px;
    position: relative;
}

.widget-button-care .btn-list-care .icon-mobile-care .count-care {
    position: absolute;
    font-size: 10px;
    width: 14px;
    height: 14px;
    background: #e31c5f;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    right: 0;
    top: 0;
    margin-right: -5px;
    /*margin-top: -5px;*/
}

/* Dịch vụ */

.sec-gallery .list-img-detail {
    grid-template-columns: auto auto;
}

.project-item .btn-readmore {
    font-weight: 600;
    font-size: .875rem;
    text-decoration: underline;
}

/* Tỷ giá */

.ty-gia-wrapper form {
    margin-bottom: 0;
}

.ty-gia-wrapper .quy-doi-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -12px;
    margin-right: -12px;
}

.ty-gia-wrapper .quy-doi-row>div {
    padding-left: 12px;
    padding-right: 12px;
}

.ty-gia-wrapper .form-default label {
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: -.23px;
    color: #222531;
}

.ty-gia-wrapper .khoi-luong input {
    width: 280px;
}

.ty-gia-wrapper .quy-doi-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -12px;
    margin-right: -12px;
}

.ty-gia-wrapper .quy-doi-inner>div {
    padding-left: 12px;
    padding-right: 12px;
}

.ty-gia-wrapper .qd-box-switch {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 52px;
}

.ty-gia-wrapper .blur {
    opacity: 0;
    visibility: hidden;
}

.ty-gia-wrapper .btn-switch {
    background: #fff;
    border: 1px solid #a6b0c3;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.ty-gia-wrapper .btn-switch:hover {
    border-color: #e31c5f;
}

.ty-gia-wrapper .qd-box {
    background: #fff;
    border: 1px solid #a6b0c3;
    border-radius: 4px;
    display: block;
    position: relative;
    padding: 12px 16px;
    width: 280px;
    height: 52px;
}

.ty-gia-wrapper .qd-box-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.ty-gia-wrapper .qd-box.qd-box-usd .usd {
    opacity: 1;
    visibility: visible;
}

.ty-gia-wrapper .qd-box.qd-box-vnd .vnd {
    opacity: 1;
    visibility: visible;
}

.ty-gia-wrapper .flat {
    width: 23px;
    height: 18px;
    display: inline-flex;
    margin-right: 10px;
}

.ty-gia-wrapper .vnd .flat {
    background-color: #f31818;
}

.ty-gia-wrapper .usd .flat {
    background-color: #a2124f;
}

.ty-gia-wrapper .currency {
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -.43px;
    color: rgba(34, 37, 49, .7);
}

.ty-gia-wrapper .qd-box.qd-box-usd .vnd {
    position: absolute;
    left: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
}

.ty-gia-wrapper .qd-box.qd-box-vnd .usd {
    position: absolute;
    left: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
}

.ty-gia-wrapper .qd-box.qd-box-usd.switch .usd {
    opacity: 0;
    visibility: hidden;
}

.ty-gia-wrapper .qd-box.qd-box-usd.switch .vnd {
    opacity: 1;
    visibility: visible;
}

.ty-gia-wrapper .qd-box.qd-box-vnd.switch .usd {
    opacity: 1;
    visibility: visible;
}

.ty-gia-wrapper .qd-box.qd-box-vnd.switch .vnd {
    opacity: 0;
    visibility: hidden;
}

.ty-gia-wrapper .quy-doi-result {
    display: none;
}

.ty-gia-wrapper .form-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    column-gap: 15px;
}

.ty-gia-wrapper .ghi-chu {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.23px;
    color: rgba(34, 35, 81, .7);
}

.ty-gia-wrapper .ghi-chu p {
    margin-bottom: 0;
}

.ty-gia-wrapper .form-default button[type=submit] {
    margin-bottom: 0;
}

.form-default .form-group {
    margin-bottom: 30px;
}

.form-default button,
.form-default .button {
    font-size: 1rem;
    line-height: normal;
    text-transform: none;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    letter-spacing: -.43px;
    color: #fff;
    background: #e31c5f;
    border-radius: 4px;
    padding: 16px 10px;
    min-width: 130px;
    border: none;
    box-shadow: none;
    margin-bottom: 32px;
}

.form-default .dropdown button {
    font-size: 1rem;
    letter-spacing: -.43px;
    padding: 12px 16px;
    background: #fff;
    border: 1px solid #a6b0c3;
    border-radius: 4px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    text-transform: none;
    font-weight: normal;
}

.form-default .dropdown-menu {
    width: 100%;
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #a6b0c3;
    padding: 12px 0;
}

.form-default .dropdown-menu>li>a {
    padding: 10px 16px;
}

.form-default .dropdown-menu>li>a:hover {
    background-color: #eff2f5;
}

.form-default .form-alert-info {
    font-size: 22px;
    line-height: 34px;
    text-align: center;
    letter-spacing: .38px;
    color: #222531;
    display: block;
}

/* Tính toán diện tích cho thuê */

input.form-control,
select.form-control {
    height: 52px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border-color: #a6b0c3;
    padding: 12px 16px;
}

/* Phong thủy */

.pt-detail-content .content-inner.pt-hidden {
    display: none;
}

.pt-detail-content .pt-btn {
    text-align: center;
    margin-bottom: 1.5em;
}

.pt-detail-content .btn-prev {
    text-transform: none;
    font-size: .9375rem;
    padding: 8px 30px;
    background-color: transparent;
    text-align: center;
    min-width: 120px;
    font-weight: 500;
    letter-spacing: -.23px;
    color: #222531;
    border: 1px solid #222531;
    border-radius: 4px;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.pt-detail-content .btn-prev:hover,
.pt-detail-content .btn-prev:focus {
    background-color: #04265a;
    color: #FFF;
}

.pt-detail-content .pt-btn .btn-next {
    text-transform: none;
    font-size: .9375rem;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
    padding: 8px 30px;
    background: linear-gradient(45deg, #e1175c 0%, #e8306f 100%);
    box-shadow: inset 0 1px 0 1px rgb(255 255 255 / 6%), 0 1px 0 0 rgb(22 29 37 / 10%);
    color: #fff;
    font-weight: 500;
    text-align: center;
    min-width: 120px;
}

/*--------------------------------------------------------------
## Responsive 
--------------------------------------------------------------*/

@media (max-width: 1199.98px) {}

@media (max-width: 991.98px) {}

@media (max-width: 767.98px) {}

@media (max-width: 575.98px) {}