@charset "UTF-8";

/*
    Theme Name: Maison Real
    Theme URI: https://www.google.com/
    Author: Duytv - 0399664281
    Author URI: https://amitheme.com/
    Version: 1.0
    Description: Description.
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: one-column, two-columns, three-columns, four-columns, right-sidebar,  theme-options
    Text Domain: maisonreal
    Domain Path: /languages
*/
/* Table of Content

1. General
2. Typography
3. Navigation
4. Layout
5. Blog
  5.1 Blog Standard
  5.2 Quote
6. Portfolio
7. Shortcodes
8. Footer
9. Shop
10. Responsive

*/
/* Fonts */
/*  Fonts Weight  */
/*  Background Color  */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.hentry.sticky .entry-title:after {
    content: "\f08d";
    padding-left: 20px;
    color: #E1175C;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
}

.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #0073aa;
    display: block;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

/* Media */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Caption */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Gallery */
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/* Infinite scroll */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    max-width: 100%;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    clip: auto !important;
    color: #21759b;
    display: block;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.bypostauthor,
.sticky {
    color: #E1175C;
}

code {
    color: #E1175C;
}

form.post-password-form p label {
    font-family: "Muli", sans-serif;
    font-size: 14px;
    font-weight: 400;
    float: left;
}

form.post-password-form p label input {
    border: none;
    border-radius: 0;
    line-height: 30px;
    padding: 10px 15px;
    margin-left: 20px;
}

form.post-password-form p input[type='submit'] {
    border-radius: 0;
    cursor: pointer;
    border: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: 300;
    line-height: 30px;
    padding: 10px 15px;
    margin-left: 10px;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

form.post-password-form p input[type='submit']:hover {
    background: #E1175C;
}

a.more-link {
    color: #E1175C;
}

a.more-link:hover {
    color: #E1175C;
}

.gallery {
    margin-bottom: 20px;
}

.gallery:before,
.gallery:after {
    content: "";
    display: table;
    clear: both;
}

.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
    width: auto !important;
}

.gallery-columns-2 .gallery-item {
    max-width: 48%;
    max-width: -webkit-calc(46%);
    max-width: calc(46%);
    width: auto !important;
}

.gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: -webkit-calc(29.3%);
    max-width: calc(29.3%);
    width: auto !important;
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(21%);
    max-width: calc(21%);
    width: auto !important;
}

.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(16%);
    max-width: calc(16%);
    width: auto !important;
}

.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(12.7%);
    max-width: calc(12.7%);
    width: auto !important;
}

.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(10.28%);
    max-width: calc(10.28%);
    width: auto !important;
}

.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(8.5%);
    max-width: calc(8.5%);
    width: auto !important;
}

.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(7.1%);
    max-width: calc(7.1%);
    width: auto !important;
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1),
.gallery-columns-4.gallery-size-thumbnail figure.gallery-item:nth-of-type(4n+1),
.gallery-columns-5.gallery-size-thumbnail figure.gallery-item:nth-of-type(5n+1),
.gallery-columns-6.gallery-size-thumbnail figure.gallery-item:nth-of-type(6n+1),
.gallery-columns-7.gallery-size-thumbnail figure.gallery-item:nth-of-type(7n+1),
.gallery-columns-8.gallery-size-thumbnail figure.gallery-item:nth-of-type(8n+1),
.gallery-columns-9.gallery-size-thumbnail figure.gallery-item:nth-of-type(9n+1) {
    clear: left;
}

.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
}

.gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

#gallery-2 {
    width: 300px;
}

#gallery-10 img,
#gallery-9 img,
#gallery-8 img,
#gallery-7 img,
#gallery-6 img,
#gallery-5 img,
#gallery-4 img,
#gallery-3 img,
#gallery-2 img,
#gallery-1 img {
    width: 100%;
    height: auto;
    border: none !important;
}

#gallery-3 {
    width: 600px;
}

* {
    outline: none !important;
}

html {
    min-height: 100%;
}

body {
    color: #212B36;
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.43px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

h1 {
    font-size: 34px;
}

h2 {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.38px;
}

h3 {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.26px;
}

h4 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.45px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

a {
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
}

a:hover {
    color: #E1175C;
}

label {
    margin-bottom: 10px;
}

label.error {
    margin-bottom: 0;
    color: #E1175C;
    font-size: 0.8em;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
}

iframe {
    max-width: 100%;
}

.banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner.default {
    height: 275px;
}

@media (min-width: 576px) {
    .container {
        width: 540px;
    }
}

@media (min-width: 640px) {
    .container {
        width: 600px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 930px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

/**
  Modal
*/
.modal .modal-dialog {
    max-height: initial;
    overflow: auto;
}

.modal .modal-header {
    color: #fff;
    margin: -1px -1px 0;
    padding: 22px 56px 22px;
    background-color: #1C3665;
    position: relative;
}

.modal .modal-title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
}

.modal .modal-content {
    border-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal button.close {
    position: absolute;
    right: 44px;
    top: 44px;
    font-size: 26px;
}

.modal .modal-body {
    padding: 65px 30px;
    max-width: 800px;
    margin: 0 auto;
}

.modal .modal-body textarea {
    height: 120px;
}

.modal .modal-body .form-group {
    margin-bottom: 32px;
}

.modal .modal-body label {
    margin-bottom: 8px;
}

.modal-backdrop.in {
    z-index: 9999;
    background: rgba(34, 37, 49, 0.8);
}

.tz-form-contact.modal .modal-body {
    padding: 21px 56px 15px;
    max-width: none;
}

.tz-form-contact.modal form>h4 {
    margin-bottom: 16px;
    font-size: 16px;
}

.tz-form-contact.modal .action .btn {
    padding: 9px 30px;
}

.tz-form-contact.modal.modal .action {
    padding: 14px 56px;
}

.tz-form-contact.modal.modal form:before,
.tz-form-contact.modal.modal form:after {
    content: "";
    display: table;
    clear: both;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/* Header
----------------------------------- */
.site-header .navbar-header {
    padding-right: 30px;
    height: 70px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.site-header .header-logo {
    display: inline-block;
}

.site-header .header-logo img {
    max-width: 100%;
    height: auto;
    width: auto;
    max-height: 100%;
}

.site-header .main-menu>li {
    padding: 0 20px;
    display: inline-flex;
    position: relative;
}

.site-header .main-menu>li.current-menu-ancestor>a:before,
.site-header .main-menu>li.current-menu-parent>a:before,
.site-header .main-menu>li.current_page_parent>a:before,
.site-header .main-menu>li.current-menu-item>a:before,
.site-header .main-menu>li.current_page_item>a:before {
    opacity: 1;
    top: 0;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.site-header .main-menu>li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.site-header .main-menu>li>a {
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    text-transform: uppercase;
    padding: 28px 0;
    display: inline-block;
    position: relative;
    background: transparent;
    overflow: hidden;
}

.site-header .main-menu>li>a:hover:before {
    opacity: 1;
    top: 0;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.site-header .main-menu>li>a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 4px;
    background-color: #D8175C;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}

.site-header .main-menu>li .sub-menu {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    box-shadow: none;
    background-color: #1C3665;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 20px;
    visibility: hidden;
    opacity: 0;
}

.site-header .main-menu>li .sub-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.site-header .main-menu>li .sub-menu li.current-menu-ancestor>a,
.site-header .main-menu>li .sub-menu li.current-menu-parent>a,
.site-header .main-menu>li .sub-menu li.current_page_parent>a,
.site-header .main-menu>li .sub-menu li.current-menu-item>a,
.site-header .main-menu>li .sub-menu li.current_page_item>a {
    color: #E1175C;
}

.site-header .main-menu>li .sub-menu li:last-child {
    border-bottom: none;
}

.site-header .main-menu>li .sub-menu li>a {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    text-transform: uppercase;
    padding: 18px 20px;
    display: block;
}

.site-header .main-menu>li .sub-menu li>a:hover {
    color: #E1175C;
}

.site-header .main-menu>li .icon_menu_item_mobile {
    position: absolute;
    right: 15px;
    top: 17px;
    height: 30px;
    display: none;
    /* margin-top: -7px; */
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.site-header .main-menu>li .icon_menu_item_mobile.active {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.site-header .lang-menu>li>a {
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    padding: 27px 0;
    margin-right: 40px;
    background: transparent;
}

.site-header .lang-menu>li>a:after {
    content: "\f0d7";
    font-family: 'FontAwesome';
    margin-left: 8px;
}

.site-header .btn-list-care {
    display: flex;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    padding: 27px 0;
    cursor: pointer;
}

.site-header .btn-list-care .icon-mobile-care {
    /*display: none;*/
    font-size: 22px;
    position: relative;
}

.site-header .btn-list-care .icon-mobile-care .count-care {
    position: absolute;
    font-size: 10px;
    width: 14px;
    height: 14px;
    background: #E1175C;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    right: 0;
    top: 0;
    margin-right: -5px;
    margin-top: -5px;
}

.site-header .btn-list-care .icon-care {
    height: 16px;
    width: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    margin-right: 4px;
}

.site-header .btn-list-care .icon-care:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.1;
    background-color: #FFFFFF;
    box-shadow: 0 1px 0 0 rgba(22, 29, 37, 0.05);
}

.site-header .btn-list-care .icon-care:after {
    content: "";
    height: 6px;
    width: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #E1175C;
    box-shadow: 0 1px 0 0 rgba(22, 29, 37, 0.05);
    display: inline-block;
}

.rectangle {
    background-color: #1C3665;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
}

.site-header .navbar {
    border: none;
}

body .site-header+* {
    margin-top: 80px;
}

.care-container {
    position: relative;
}

.care-container:hover .care-info,
.care-container:focus .care-info,
.care-container:active .care-info,
.care-container.active .care-info {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}

.care-container .care-info {
    position: absolute;
    top: 100%;
    right: 0;
    width: 280px;
    border-radius: 3px;
    background-color: #FFFFFF;
    padding: 16px;
    box-shadow: 0 0 0 1px rgba(6, 44, 82, 0.1), 0 1px 3px 0 rgba(64, 66, 69, 0.12), 0 2px 16px 0 rgba(33, 43, 54, 0.08);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 10px;
    opacity: 0;
    visibility: hidden;
}

.care-container .care-info.empty {
    width: 500px;
    padding: 24px 32px;
}

.care-container .care-info.empty .care-note,
.care-container .care-info.empty .care-page-link {
    display: none;
}

.care-container .care-info.empty .care-empty {
    display: inline-block;
}

.care-container .care-info .care-note {
    color: #637381;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    margin: 0 0 16px;
}

.care-container .care-info .care-page-link {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    padding: 7px 16px 6px;
    display: inline-block;
    background: linear-gradient(45deg, #E1175C 0%, #E8306F 100%);
    box-shadow: inset 0 1px 0 1px rgba(255, 255, 255, 0.06), 0 1px 0 0 rgba(22, 29, 37, 0.1);
}

.care-container .care-info .care-empty {
    color: #212B36;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    display: none;
    margin: 0;
}

.tz_icon_menu {
    display: none;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 24px;
    margin: 0;
    padding: 19px 0;
    text-align: center;
    border: none;
    margin-left: 24px;
}

.tz_icon_menu.collapsed .fa-bars {
    opacity: 1;
    visibility: visible;
}

.tz_icon_menu.collapsed .fa-close {
    opacity: 0;
    visibility: hidden;
}

.tz_icon_menu i {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tz_icon_menu .fa-bars {
    opacity: 0;
    visibility: hidden;
}

.tz_icon_menu .fa-close {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
}

@media (max-width: 991px) {
    .site-header .main-menu>li.alway-show .icon_menu_item_mobile {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .site-header .main-menu>li.alway-show .icon_menu_item_mobile.active {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    .site-header .main-menu>li.alway-show .sub-menu {
        opacity: 1;
        visibility: visible;
        margin-top: 0;
        display: block;
    }
}

.site-footer {
    background-color: #001429;
}

.footer-logo {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 23px 0;
}

.footer-logo a {
    display: inline-block;
}

.footer-logo img {
    max-height: 30px;
    width: auto;
}

.footer-widgets {
    padding: 52px 0 54px;
}

.footer-row {
    position: relative;
    margin: 0 -15px;
}

.footer-row:before,
.footer-row:after {
    content: "";
    display: table;
    clear: both;
}

.footer-item {
    width: 25%;
    float: left;
    padding: 0 15px;
}

.footer-item.item-1 {
    width: 35%;
}

.footer-item.item-2,
.footer-item.item-3 {
    width: 20%;
}

.footer-item .widget-title {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}

.footer-item .textwidget p {
    color: #8C9AB2;
    font-size: 12px;
    line-height: 24px;
    margin: 0;
    padding-left: 0;
}

.footer-item .textwidget p a {
    line-height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    background: linear-gradient(45deg, #E1175C 0%, #E8306F 100%);
    box-shadow: inset 0 1px 0 1px rgba(255, 255, 255, 0.06), 0 1px 0 0 rgba(22, 29, 37, 0.1);
    display: inline-block;
    width: 282px;
    font-size: 14px;
    max-width: 100%;
    text-align: center;
    color: #FFFFFF;
}

.footer-item .widget_nav_menu ul li a {
    color: #8795AD;
    line-height: 30px;
}

/* Page default
----------------------------------- */
.loi-ich .list-loiich .item {
    padding: 0 25px;
}

.loi-ich .list-loiich .thumb {
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.loi-ich .list-loiich .thumb img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.ky-gui-page .wpcf7-form h4 {
    font-weight: 600;
}

div#mfcf7_zl_multifilecontainer p {
    border-radius: 2px;
    background-color: #DFE3E8;
    box-shadow: 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
    color: #193666;
    font-weight: 600;
    line-height: 30px;
    padding: 0 15px;
}

div#mfcf7_zl_multifilecontainer p:before,
div#mfcf7_zl_multifilecontainer p:after {
    content: "";
    display: table;
    clear: both;
}

div#mfcf7_zl_multifilecontainer .mfcf7_zl_delete_file {
    float: right;
    color: #193666;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

div#mfcf7_zl_multifilecontainer .mfcf7_zl_delete_file:hover {
    color: #E1175C;
}

body #mfcf7_zl_multifilecontainer .wpcf7-form-control-wrap a i {
    margin: 0;
}

/*Scrollup Style*/
.scrollup {
    background-image: url("assets/images/back-to-top.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    text-align: center;
    z-index: 99999;
    width: 54px;
    height: 54px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border-radius: 50%;
    line-height: 54px;
    font-size: 30px;
    box-shadow: 0 4px 8px 0 rgba(33, 43, 53, 0.14);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.scrollup:hover {
    box-shadow: 0 4px 8px 0 rgba(33, 43, 53, 0.4);
}

/*End Scrollup Style*/
/*body .contact-building {*/
/*  background-size: cover;*/
/*  background-repeat: no-repeat;*/
/*  background-position: center;*/
/*  background-image: url("assets/images/bg_lien_he.png"); }*/

body div.wpcf7-response-output {
    margin-right: 0;
    margin-left: 0;
}

body div.wpcf7-mail-sent-ok {
    border-color: #E1175C;
}

.sidebar .widget_nav_menu .menu>li.current-menu-ancestor>a,
.sidebar .widget_nav_menu .menu>li.current-post-ancestor>a,
.sidebar .widget_nav_menu .menu>li.current-menu-parent.menu-item-has-children>a,
.sidebar .widget_nav_menu .menu>li.current-menu-item>a,
.sidebar .widget_nav_menu .menu>li.current_page_item>a {
    color: #E1175C;
    border-right-color: #E1175C;
}

.sidebar .widget_nav_menu .menu>li>a {
    color: #212B36;
    line-height: 20px;
}

.sidebar .widget_contact .btn-submit,
.sidebar .widget_contact .btn-phone {
    line-height: 20px;
}

body .sidebar .widget_contact {
    padding: 30px 20px 0;
}

/*.contact-building h3 {*/
/*  font-size: 24px;*/
/*  font-weight: 500;*/
/*  line-height: 32px;*/
/*  margin-top: 1px; }*/

/*.contact-building p {*/
/*  line-height: 24px; }*/

/*body .contact-building .btn-phone, body .contact-building .btn-submit {*/
/*  padding: 9px 32px;*/
/*  margin: 30px 8px 10px;*/
/*  line-height: 20px; }*/

body .custom-checkbox .checkmark {
    width: 16px;
    height: 16px;
}

body .quan-gia-page .form-search .search-field h3 {
    margin-bottom: 23px;
}

body .custom-checkbox {
    margin-bottom: 24px;
    cursor: pointer;
}

body .price-filter .range-slider {
    margin-top: 26px;
}

body .building-item h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
}

body .building-item .content {
    padding: 16px;
}

body .building-item .name {
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.quan-gia-page .team-building {
    padding: 40px 0 70px;
}

body .list-member {
    margin: auto;
    max-width: 880px;
}

.list-member>li {
    max-width: 25%;
}

.list-member>li>h3 {
    margin-top: 17px;
}

body .kinh-nghiem .tab-title .nav-pills>li>a {
    padding: 20px 0 15px;
}

.kinh-nghiem .tab-content h2 {
    margin-top: 16px;
    margin-bottom: 30px;
}

.kinh-nghiem .tab-content h3 {
    margin-bottom: 30px;
}

.kinh-nghiem .tab-content h5 {
    margin-top: 30px;
    font-size: 14px;
    line-height: 24px;
}

body .kinh-nghiem .tab-content .content {
    max-width: 850px;
}

.box-breadcrumb {
    margin: 20px 0 30px;
}

.box-breadcrumb .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: unset;
}

.box-breadcrumb .breadcrumb li.item-current span {
    color: #222531;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.23px;
}

.box-breadcrumb .breadcrumb li a {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.23px;
    color: #222531;
}

.box-breadcrumb .breadcrumb li a:hover {
    color: #E1175C;
}

body .breadcrumb>li+li:before {
    padding: 0 10px;
    content: "\f105";
    font-family: 'FontAwesome';
    color: #212B36;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
}

.single-detail.toa-nha {
    padding-top: 0;
}

.single-detail.toa-nha .building-sidebar.is-affixed>.inner-wrapper-sticky {
    padding-top: 30px;
}

.info-building .building-head p {
    color: #272B48;
    font-size: 20px;
    line-height: 28px;
    margin: 17px 0 24px;
}

body .info-building .tab-item .tab-content {
    padding: 12px 17px;
}

body .info-building .tab-item .tab-content>li {
    padding: 12px 15px;
}

body .info-building .tab-item.edit .tab-content>li {
    padding: 12px 15px 0;
    height: 44px;
    display: inline-flex;
}

.info-building .tab-item.edit .tab-content>li>span {
    width: 67%;
}

.info-building .tab-item .tab-content.gia_thue>li span {
    display: inline-block;
    padding-top: 4px;
}

body .info-building .tab-item.content .tab-content {
    padding: 32px 32px 29px;
}

body .building-related {
    padding: 80px 0 60px;
}

.price-filter .range-slider .range-input {
    pointer-events: none;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%;
    outline: none;
    height: 24px;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.price-filter .range-slider .range-input::-moz-range-track {
    height: 4px;
    background: transparent;
    border: none;
    border-radius: 50%;
}

.price-filter .range-slider .range-input::-webkit-slider-thumb {
    z-index: 1000;
    width: 20px;
    height: 20px;
    outline: none;
    background: #fff;
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid rgba(35, 69, 97, 0.26);
    -webkit-transform: 0.3s ease-in-out 0s;
    -moz-transform: 0.3s ease-in-out 0s;
    -ms-transform: 0.3s ease-in-out 0s;
    -o-transform: 0.3s ease-in-out 0s;
    transform: 0.3s ease-in-out 0s;
    -webkit-box-shadow: 0 1px 0 0 rgba(22, 29, 37, 0.05);
    box-shadow: 0 1px 0 0 rgba(22, 29, 37, 0.05);
}

.price-filter .range-slider .range-input::-webkit-slider-thumb:hover {
    border: 2px solid #E1175C;
}

.price-filter .range-slider .range-input::-moz-range-thumb {
    z-index: 1000;
    width: 20px;
    height: 20px;
    outline: none;
    background: #fff;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid rgba(35, 69, 97, 0.26);
    -webkit-box-shadow: 0 1px 0 0 rgba(22, 29, 37, 0.05);
    box-shadow: 0 1px 0 0 rgba(22, 29, 37, 0.05);
}

.price-filter .get-value .price-right {
    left: auto;
    right: 0;
    margin-right: -5px;
}

.banner .section-content {
    padding-bottom: 10px;
}

body .quan-page .banner .main-title,
body .quan-gia-page .banner .main-title {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 20px;
}

.search-fixed.fixed {
    position: fixed;
    top: 70px;
    min-height: 60px;
    z-index: 1;
}

.search-fixed.fixed .search-head {
    display: flex;
    opacity: 1;
    height: 61px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.search-fixed.fixed #filter-form {
    margin-top: -61px;
}

.search-head {
    justify-content: space-between;
    height: 60px;
    align-items: center;
    background: #fff;
    padding: 0 25px;
    border-bottom: 1px solid #EAECEE;
    display: none;
    -webkit-transition: opacity 0.5s ease-in-out 0.5s, transform 0.5s ease-in-out 0.5s;
    -o-transition: opacity 0.5s ease-in-out 0.5s, transform 0.5s ease-in-out 0.5s;
    transition: opacity 0.5s ease-in-out 0.5s, transform 0.5s ease-in-out 0.5s;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.search-head.edit {
    width: 1px;
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: none;
}

.search-head.edit>div {
    position: absolute;
    right: 100%;
    width: 32px;
    height: 61px;
    top: 0;
    background: #E1175C;
    padding: 0;
    display: flex;
}

.search-head.edit .btn-toggle-filter {
    color: #fff;
    width: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.search-head.edit .btn-toggle-filter i {
    -webkit-transform: rotate(-270deg);
    -moz-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    -o-transform: rotate(-270deg);
    transform: rotate(-270deg);
}

.search-head.edit .btn-toggle-filter.collapsed {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.search-head.edit .btn-toggle-filter.collapsed i {
    -webkit-transform: rotate(-270deg);
    -moz-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    -o-transform: rotate(-270deg);
    transform: rotate(-270deg);
}

.search-head h3 {
    color: #212B36;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    margin: 0;
    text-transform: uppercase;
}

.search-head .btn-toggle-filter {
    font-size: 16px;
    /* background-color: #C4CDD5; */
    color: #C4CDD5;
    background: transparent;
    border: none;
    box-shadow: none;
    -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: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.search-head .btn-toggle-filter.collapsed {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}



/*.form-search.search-duong {*/
/*  text-align: center;*/
/*  padding: 30px 30px 30px 34px; }*/
/*.form-search.search-duong .search-title {*/
/*  font-size: 14px;*/
/*  border-radius: 18px;*/
/*  background-color: #F4F6F8;*/
/*  font-weight: 600;*/
/*  line-height: 24px;*/
/*  padding: 6px 0;*/
/*  color: #212B36;*/
/*  width: 185px;*/
/*  text-align: center;*/
/*  max-width: 100%;*/
/*  display: inline-block;*/
/*  margin: 0; }*/
/*.form-search.search-duong .list-duong {*/
/*  position: relative;*/
/*  text-align: left; }*/
/*.form-search.search-duong .list-duong:before, .form-search.search-duong .list-duong:after {*/
/*  content: "";*/
/*  display: table;*/
/*  clear: both; }*/
/*.form-search.search-duong .list-duong .clearfix {*/
/*  width: 100%; }*/
/*.form-search.search-duong .line-item {*/
/*  border-top: 1px solid #DEE0E3;*/
/*  display: block;*/
/*  width: 100%;*/
/*  clear: both; }*/
/*.form-search.search-duong .character-title {*/
/*  height: 24px;*/
/*  width: 24px;*/
/*  color: #FFFFFF;*/
/*  font-size: 14px;*/
/*  font-weight: 500;*/
/*  line-height: 24px;*/
/*  text-align: center;*/
/*  background: #193666;*/
/*  margin: 32px 7px 7px;*/
/*  -webkit-border-radius: 50%;*/
/*  -moz-border-radius: 50%;*/
/*  -ms-border-radius: 50%;*/
/*  -o-border-radius: 50%;*/
/*  border-radius: 50%; }*/
/*.form-search.search-duong .character-title:before, .form-search.search-duong .character-title:after {*/
/*  content: "";*/
/*  display: table;*/
/*  clear: both; }*/
/*.form-search.search-duong .character-title:nth-of-type(1) {*/
/*  margin-top: 27px; }*/
/*.form-search.search-duong .duong-item {*/
/*  width: 25%;*/
/*  float: left;*/
/*  background-color: #FFFFFF;*/
/*  color: #212B36;*/
/*  font-size: 14px;*/
/*  line-height: 20px;*/
/*  padding: 10px 16px 9px; }*/
/*.form-search.search-duong .duong-item:hover {*/
/*  color: #E1175C; }*/
/*.form-search.search-duong.search-vptb .duong-item {*/
/*  width: 50%;*/
/*  padding-left: 0;*/
/*  padding-right: 0;*/
/*  display: flex;*/
/*  align-items: center; }*/
/*.form-search.search-duong.search-vptb .th-logo {*/
/*  margin-right: 15px; }*/

.tim-kiem .banner {
    z-index: 1;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    margin-bottom: 50px;
}

.building-list {
    padding: 30px 0;
}

.list-filter .btn-filter {
    line-height: 20px;
    padding: 7px 16px;
    font-size: inherit;
    color: inherit;
    display: inline-block;
}

.list-filter .btn-filter.active {
    background-color: rgba(25, 54, 102, 0.2);
}

.quan-page .form-search {
    padding-bottom: 0;
}

.auto-loading {
    position: absolute;
    width: 150px;
    height: 50px;
    background: url(assets/images/loading.gif) center no-repeat;
    top: 250px;
    left: 50%;
    margin-top: -25px;
    margin-left: -75px;
    opacity: 0;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: none;
}

.auto-loading.active {
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.home-page .banner .section-content {
    padding-bottom: 47px;
}

.home-page .banner .main-title {
    margin-bottom: 40px;
}

.home-page .banner .btn-phone {
    line-height: 20px;
}

/*
  Quote
*/
.info {
    background: #fff;
    padding: 100px 0 90px;
}

.info .section-content {
    margin: auto;
    font-size: 18px;
    max-width: 556px;
    line-height: 28px;
    position: relative;
    padding: 0 56px 60px;
    background-color: #fff;
    border-top: 4px solid #E1175C;
    -webkit-box-shadow: 0 4px 12px 0 rgba(99, 115, 129, 0.15);
    box-shadow: 0 4px 12px 0 rgba(99, 115, 129, 0.15);
}

.info .section-content:before {
    content: "";
    width: 24px;
    height: 48px;
    margin: 52px 0 32px;
    display: inline-block;
    background: #E1175C;
    border-top: 26px solid #fff;
    border-right: 24px solid transparent;
}

.info .section-content:after {
    content: "";
    top: 52px;
    left: 96px;
    width: 24px;
    height: 48px;
    position: absolute;
    display: inline-block;
    background: #E1175C;
    border-top: 26px solid #fff;
    border-right: 24px solid transparent;
}

.info .section-content .infor-title {
    margin: 0 0 20px;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    color: #212B36;
}

.info .section-content .info-name {
    display: block;
    margin-top: 60px;
    color: #E1175C;
}

.info .section-content .info-service {
    color: #637381;
}

/*
  Reason
*/
.reason {
    padding: 100px 0;
    text-align: center;
    background-color: #193666;
}

.reason .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px;
}

.reason .row>div {
    padding-left: 30px;
    padding-right: 30px;
}

.reason .reason-title {
    margin-top: 0;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 60px;
}

.reason .reason-item {
    height: 100%;
    background: #fff;
    padding: 60px 32px 25px;
    color: #637381;
}

.reason .reason-item h3 {
    font-size: 18px;
    margin-top: 40px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 16px;
    color: #193666;
}

/*
  Member
*/
.member {
    background: #fff;
    padding: 100px 0 85px;
}

.member .member-title {
    font-size: 28px;
    margin: 0 0 60px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
}

.member .js-member-owl-carousel {
    padding: 0 70px;
    text-align: center;
}

.member .js-member-owl-carousel .member-item {
    padding: 0 30px;
}

.member .js-member-owl-carousel .member-item>h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #212B36;
    margin-bottom: 0;
    margin-top: 18px;
}

.member .js-member-owl-carousel .member-item span {
    color: #637381;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
}

.member .owl-carousel .owl-nav button.owl-next {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("assets/images/next-arrow.png");
}

.member .owl-carousel .owl-nav button.owl-next i {
    opacity: 0;
}

.member .owl-carousel .owl-nav button.owl-prev {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("assets/images/prev-arrow.png");
}

.member .owl-carousel .owl-nav button.owl-prev i {
    opacity: 0;
}

.member .owl-nav {
    font-size: 24px;
}

.member .owl-prev,
.member .owl-next {
    top: 40%;
    position: absolute;
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    transform: translateY(-40%);
}

.member .owl-prev {
    left: 0;
}

.member .owl-next {
    right: 0;
}

/*
  Quy trinh
*/
.quy_trinh {
    padding: 100px 0;
    text-align: center;
}

.quy_trinh .section-content {
    max-width: 848px;
    margin: auto;
}

.quy_trinh .quy_trinh-title {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 60px;
    line-height: 36px;
    text-align: center;
}

.quy_trinh ul {
    text-align: left;
}

.quy_trinh ul>li {
    list-style: none;
    background: #fff;
    margin-left: 62px;
    padding: 24px 32px;
    margin-bottom: 15px;
    position: relative;
}

.quy_trinh ul>li:before {
    top: 50%;
    z-index: 1;
    color: #fff;
    left: -62px;
    width: 32px;
    height: 32px;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    counter-increment: index;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    content: counter(index, decimal);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #193666;
}

.quy_trinh ul>li:first-child {
    counter-reset: index;
}

.quy_trinh ul>li:not(:last-child):after {
    z-index: 0;
    content: "";
    top: 50%;
    left: -46px;
    height: 100%;
    display: block;
    margin-top: 10px;
    position: absolute;
    border-left: 1px dashed #DEE0E3;
}

.quy_trinh ul>li h3 {
    margin-top: 0;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
    text-transform: uppercase;
    color: #212B36;
    line-height: 28px;
}

.quy_trinh ul>li .dich_vu {
    color: #637381;
    margin-bottom: 4px;
}

.quy_trinh ul>li .loi_ich {
    color: #212B35;
}

.quy_trinh ul>li p {
    margin: 0;
}

.quy_trinh .btn-phone {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-top: 42px;
    line-height: 20px;
    padding: 10px 42px;
    display: inline-block;
    background-image: -webkit-linear-gradient(left, #E1175C 0%, #E8306F 100%);
    background-image: -o-linear-gradient(left, #E1175C 0%, #E8306F 100%);
    background-image: linear-gradient(to right, #E1175C 0%, #E8306F 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE1175C', endColorstr='#FFE8306F', GradientType=1);
}

/*
  Feedback
*/
.feedback {
    padding: 100px 0 70px;
    background: #fff;
    text-align: center;
}

.feedback .section-content {
    max-width: 860px;
    margin: auto;
}

.feedback .feedback-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    margin: 0 0 56px;
}

.feedback .feedback-item {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    position: relative;
    color: #637381;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 4px 24px -5px rgba(33, 43, 54, 0.1);
    box-shadow: 0 4px 24px -5px rgba(33, 43, 54, 0.1);
}

.feedback .feedback-item:before {
    content: "";
    width: 16px;
    height: 32px;
    display: inline-block;
    margin: 0 23px 30px 0;
    border-top: 16px solid #fff;
    background: #D3D5D7;
    border-right: 16px solid transparent;
}

.feedback .feedback-item:after {
    content: "";
    top: 30px;
    left: 50%;
    width: 16px;
    height: 32px;
    margin-left: 13px;
    position: absolute;
    display: inline-block;
    border-top: 16px solid #fff;
    background: #D3D5D7;
    border-right: 16px solid transparent;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.feedback .feedback-item .fb-content {
    font-size: 16px;
    max-width: 690px;
    line-height: 26px;
    margin: 0 auto 20px;
}

.feedback .feedback-item .fb-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #E1175C;
    margin-bottom: 3px;
}

.feedback .feedback-item .fb-name+span {
    color: rgba(39, 43, 72, 0.5);
}

.feedback .feedback-item .avatar {
    margin-top: -16px;
    text-align: center;
}

.feedback .feedback-item .avatar>img {
    top: 33px;
    width: auto;
    height: 73px;
    display: inline;
    position: relative;
}

.feedback .js-list-feedback-owl-carousel {
    text-align: center;
    padding: 0;
}

.feedback .js-list-feedback-owl-carousel .feedback-item {
    padding: 30px 60px 0;
    margin: 0 25px 40px;
}

.feedback .owl-nav {
    font-size: 24px;
}

.feedback .owl-prev,
.feedback .owl-next {
    top: 40%;
    position: absolute;
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    transform: translateY(-40%);
    width: 32px;
    height: 23px;
}

.feedback .owl-prev i,
.feedback .owl-next i {
    opacity: 0;
}

.feedback .owl-prev {
    left: -85px;
    right: auto;
}

.feedback .owl-next {
    right: -75px;
    left: auto;
}

.feedback .owl-carousel .owl-nav button.owl-next {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("assets/images/next-arrow.png");
}

.feedback .owl-carousel .owl-nav button.owl-prev {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("assets/images/prev-arrow.png");
}

/*
  Process
*/
.process {
    color: #fff;
    padding: 100px 0;
    background: #193666;
}

.process .row {
    margin-left: -30px;
    margin-right: -30px;
}

.process .row>div {
    padding-left: 30px;
    padding-right: 30px;
}

.process .process-title {
    color: #FFFFFF;
    font-size: 28px;
    margin: 0 0 60px;
    font-weight: 600;
    line-height: 38px;
    text-align: center;
}

.process .thumb {
    position: relative;
    height: 170px;
    overflow: hidden;
}

.process .thumb img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.process h3 {
    margin-top: 35px;
    font-size: 17px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 5px;
}

.process p {
    color: #8795AD;
}

.process .btn-readmore {
    color: #fff;
    font-weight: 500;
    line-height: 30px;
    display: flex;
    margin-top: 5px;
    margin-bottom: 16px;
    align-items: center;
}

.process .btn-readmore i {
    font-size: 20px;
    margin-left: 6px;
}

/*
    Banner
*/
.cbanner-image {
    color: #fff;
    font-size: 24px;
    line-height: 50px;
    position: relative;
    margin-bottom: 30px;
    height: 260px;
}

.cbanner-image:before {
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    display: block;
    position: absolute;
    background-color: rgba(0, 20, 41, 0.7);
}

.cbanner-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.cbanner-image p {
    top: 50%;
    width: 100%;
    position: absolute;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog .sidebar .widget {
    margin-bottom: 14px;
}

/*
  Group news
*/
.group-news .item-cat {
    display: flex;
    background: #fff;
    margin-bottom: 16px;
    padding-left: 290px;
    position: relative;
}

.group-news .item-cat:last-child {
    margin-bottom: 0;
}

.group-news .item-thumb {
    width: 290px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.group-news .item-thumb img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.group-news .item {
    color: #637381;
    padding: 24px 24px 20px;
}

.group-news .item h3 {
    margin: 0;
    line-height: inherit;
    padding: 0;
}

.group-news .item .name {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    display: inline-block;
    color: #272B48;
    margin-bottom: 15px;
}

.group-news .item .name:hover {
    color: #E1175C;
}

.group-news .item .excerpt {
    color: #637381;
    font-size: 14px;
    line-height: 24px;
}

.group-news .item .excerpt p {
    margin: 0;
}

.group-news .item .read-more {
    margin-top: 10px;
    color: #E1175C;
    display: inline-block;
}

.group-news .item .read-more:hover {
    color: #ef6594;
}

.group-news .item .read-more i {
    margin-left: 3px;
    font-size: 16px;
}

.tim-kiem .banner .main-title {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 20px;
}

.search-result .cbanner-image {
    margin-bottom: 40px;
}

.search-result .cbanner-image .search-info {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
}

.search-result .list-building {
    padding-bottom: 70px;
}

.not-result {
    margin: 0 0 30px;
}

.not-result h2,
.not-result h3,
.not-result h4 {
    margin: 0;
    padding: 0;
}

.view-style {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    margin-bottom: 40px;
}

.view-style>span {
    color: #272B48;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    margin-right: 11px;
}

.view-style .btn-view {
    position: relative;
    display: flex;
}

.view-style .btn-view.list .btn-view-style.list {
    opacity: 0;
    visibility: hidden;
}

.view-style .btn-view.list .btn-view-style.grid {
    opacity: 1;
    visibility: visible;
}

.view-style .btn-view.grid .btn-view-style.list {
    opacity: 1;
    visibility: visible;
}

.view-style .btn-view.grid .btn-view-style.grid {
    opacity: 0;
    visibility: hidden;
}

.view-style .btn-view .btn-view-style {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: #272B48;
    border: 1px solid #1C3665;
    box-shadow: 0 1px 0 0 rgba(22, 29, 37, 0.05);
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.view-style .btn-view .btn-view-style:hover,
.view-style .btn-view .btn-view-style:focus,
.view-style .btn-view .btn-view-style:active {
    color: #fff;
    background: #E1175C;
    border-color: #E1175C;
}

.view-style .btn-view .btn-view-style.list {
    opacity: 1;
}

.view-style .btn-view .btn-view-style.grid {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.list-building.grid .grid-hide {
    display: none;
}

/*.list-building.list .list-head {*/
/*  display: block; }*/

/*.list-building.list .list-1 {*/
/*  width: 60px;*/
/*  padding-left: 18px; }*/

/*.list-building.list .list-2 {*/
/*  width: 120px; }*/

/*.list-building.list .list-3 {*/
/*  width: 350px;*/
/*  padding-left: 25px; }*/

/*.list-building.list .list-4 {*/
/*  width: 265px; }*/

/*.list-building.list .list-5 {*/
/*  width: 130px; }*/

/*.list-building.list .list-6 {*/
/*  width: 75px; }*/

/*.list-building.list .list-hide {*/
/*  opacity: 0;*/
/*  visibility: hidden; }*/

/*.list-building.list > div {*/
/*  width: 100%; }*/

/*.list-building.list .building-item {*/
/*  font-size: 14px;*/
/*  display: flex;*/
/*  padding: 0;*/
/*  margin-bottom: 24px;*/
/*  border: 1px solid #CFD6E4;*/
/*  box-shadow: 0px 0px 4px rgba(34, 37, 49, 0.08);*/
/*  border-radius: 12px;*/
/*}*/
/*.list-building.list .building-item .stt {*/
/*  font-weight: 500;*/
/*  color: #212B35;*/
/*  padding-top: 5px; }*/
/*.list-building.list .building-item .thumb {*/
/*  height: 90px; }*/
/*.list-building.list .building-item .name{*/
/*  font-weight: 600;*/
/*  font-size: 22px;*/
/*  line-height: 30px;*/
/*  letter-spacing: -0.26px;*/
/*  color: #222531;*/
/*  margin-bottom: 4px;*/
/*}*/
/*.list-building.list .building-item .vitri{*/
/*  font-size: 13px;*/
/*  line-height: 20px;*/
/*  letter-spacing: -0.08px;*/
/*  color: #222531;*/
/*  opacity: 0.7;*/
/*}*/
/*.list-building.list .building-item .meta .price{*/
/*  font-weight: 600;*/
/*  font-size: 17px;*/
/*  line-height: 28px;*/
/*  letter-spacing: -0.43px;*/
/*  color: #222531;*/
/*}*/
/*.list-building.list .building-item .hang {*/
/*  color: #212B36;*/
/*  font-size: 14px;*/
/*  line-height: 24px; }*/
/*.list-building.list .building-item .content {*/
/*  padding: 8px 0 0;*/
/*  display: flex; }*/
/*.list-building.list .building-item .meta {*/
/*  display: flex;*/
/*  align-items: flex-start; }*/

.list-building .list-head {
    display: none;
}

.list-building .list-head ul {
    height: 53px;
    border: 1px solid #EAECEE;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.list-building .list-head ul li {
    color: #212B35;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
}

.care-result .cbanner-image {
    margin-bottom: 40px;
}

.care-result .cbanner-image .care-infomation {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
}

.care-result .list-building {
    padding-bottom: 70px;
}

.page-template-template-care .site-content {
    padding-bottom: 0;
}

/***
  * Slider
*/
.js-slider-owl-carousel {
    padding-right: 160px;
}

.js-slider-owl-carousel .owl-dots {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    bottom: 0;
}

.js-slider-owl-carousel button.owl-dot {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 10px solid #fff;
}

.js-slider-owl-carousel button.owl-dot:last-child {
    border: none;
}

body .modal {
    z-index: 99999;
}

.navigation {
    display: block;
    margin: 20px 0;
}

.navigation .loadmore {
    color: #1C3665;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    border: 1px solid #1C3665;
    border-radius: 2px;
    box-shadow: 0 1px 0 0 rgba(22, 29, 37, 0.05);
    padding: 9px 54px;
    display: inline-block;
}

.navigation .loadmore:hover {
    color: #E1175C;
    border-color: #E1175C;
}

.sidebar-bottom-hide {
    display: flex;
    width: 100%;
    height: 60px;
    background: transparent;
    opacity: 0;
}

.edit-sidebar .sidebar-bottom-hide {
    height: 135px;
}

.tax-hang_van_phong .sidebar-bottom-hide {
    height: 100px;
}

.building-rank,
.quan-page .building-list {
    padding-bottom: 40px;
}

.tax-duong .sidebar-bottom-hide,
.page-template-template-duong .sidebar-bottom-hide,
.page-template-template-ten .sidebar-bottom-hide {
    display: none;
}

.info-building .tab-item {
    margin-bottom: 35px;
}

.single-van_phong .sidebar-bottom-hide {
    height: 15px;
}

#slider-price {
    opacity: 0;
}

.data-building {
    display: none;
}

.list-send {
    display: none;
}

.content-slick .thumbnails .slick-arrow {
    font-size: 24px;
}

.content-slick {
    position: relative;
}

.content-slick .js-slider-slick {
    width: 635px;
    height: 476px;
}

.content-slick .thumbnails {
    top: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
    position: absolute;
}

.content-slick .thumbnails:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.content-slick .thumbnails .thumbnails-inner {
    position: relative;
}

.content-slick .thumbnails .slick-arrow {
    opacity: 0;
    z-index: 1;
    width: 100%;
    color: #fff;
    cursor: pointer;
    position: absolute;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.content-slick .thumbnails .slick-arrow.top {
    bottom: 0;
    top: auto;
}

.content-slick .thumbnails .slick-arrow.bottom {
    top: 0;
    bottom: auto;
}

.content-slick .slick-vertical {
    width: 173px;
}

.content-slick .slick-arrow {
    text-align: center;
}

.content-slick .js-slider-slick-thumbnails {
    box-sizing: border-box;
}

.content-slick .js-slider-slick-thumbnails .slick-slide {
    border: none;
    overflow: hidden;
    position: relative;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.content-slick .js-slider-slick-thumbnails img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.content-slick .slick-list,
.content-slick .slick-track,
.content-slick .slick-slide {
    height: 100%;
}

.content-slick .slick-slide img:not(.portrait) {
    margin: auto;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.content-slick .slick-slide img.portrait {
    margin: auto;
}

.quan-page .banner,
.quan-gia-page .banner {
    z-index: 1;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    margin-bottom: 50px;
}

.quan-page .banner:before,
.quan-gia-page .banner:before {
    z-index: -1;
}

.archive.category .is-affixed .inner-wrapper-sticky {
    top: 70px !important;
}

/*Mua bán văn phòng*/
.building-item.mbvp {
    font-size: 15px;
    line-height: 24px;
    font-weight: inherit;
    color: #6d6d6d;
}

.building-item.mbvp .thumb {
    height: 100%;
    position: relative;
    width: 100%;
}

.building-item.mbvp .thumb a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.mbvp-row {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-right: 30px;
}

@media (max-width: 640px) {
    .mbvp-row {
        padding-right: 0;
    }
}

.mbvp-row .mbvp-left {
    flex: 0 0 35%;
    max-width: 35%;
    padding: 20px 30px;
}

@media (max-width: 640px) {
    .mbvp-row .mbvp-left {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 20px;
    }
}

.mbvp-row .mbvp-left h3 {
    font-size: 18px;
    font-weight: 700;
    padding: 0 30px;
    color: #212B36;
}

@media (max-width: 640px) {
    .mbvp-row .mbvp-left h3 {
        padding: 0;
    }
}

.mbvp-row .mbvp-right {
    flex: 0 0 65%;
    max-width: 65%;
    padding: 20px 0;
    border-bottom: 1px solid #f1f1f1;
}

@media (max-width: 640px) {
    .mbvp-row .mbvp-right {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 20px 20px;
    }
}

.mbvp-row .mbvp-right>h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6em;
    color: #212B36;
}

.mbvp-row.mbvp-info .mbvp-left {
    padding: 0 30px 0 0;
}

@media (max-width: 640px) {
    .mbvp-row.mbvp-info .mbvp-left {
        padding: 0;
    }
}

.mbvp-row.mbvp-info .mbvp-meta {
    padding-top: 10px;
    margin-top: 20px;
    border-top: 1px solid #f1f1f1;
}

.mbvp-row.mbvp-info .mbvp-meta .mbvp-meta-item {
    padding: 10px 0 0;
}

.mbvp-row.mbvp-ttct .mbvp-right {
    padding: 15px 0;
}

@media (max-width: 640px) {
    .mbvp-row.mbvp-ttct .mbvp-right {
        padding: 0 20px 20px;
    }
}

.mbvp-row.mbvp-ttct .mbvp-meta .mbvp-meta-item {
    padding: 5px 0;
}

.mbvp-meta {
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
}

.mbvp-meta .mbvp-meta-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 5px 0;
}

@media (max-width: 640px) {
    .mbvp-meta .mbvp-meta-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.mbvp-meta .mbvp-meta-item.da_ban span {
    color: #dc3545;
}

.mbvp-meta .mbvp-meta-item.chua_ban span {
    color: #28a745;
}

.mbvp-gallery-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.mbvp-gallery-list .mbvp-gallery-item {
    flex: 0 0 12.5%;
    max-width: 12.5%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

@media (max-width: 640px) {
    .mbvp-gallery-list .mbvp-gallery-item {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.mbvp-btn-toogle {
    position: absolute;
    right: 30px;
    bottom: 20px;
}

.btn-mbvp-collapse {
    background: transparent;
    box-shadow: none;
    border: none;
    color: #E1175C;
    font-size: 24px;
    position: relative;
    width: auto;
    height: auto;
    line-height: 1em;
}

.btn-mbvp-collapse>i {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.btn-mbvp-collapse.collapsed>i {
    opacity: 1;
}

.btn-mbvp-collapse.collapsed>span {
    opacity: 0;
    visibility: hidden;
}

.btn-mbvp-collapse>span {
    position: absolute;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    visibility: visible;
}

/*
  Ky gui
*/
.ky-gui-page .contact-building {
    z-index: 1;
    height: 300px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.ky-gui-page .contact-building:before {
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 22, 73, 0.8);
}

.ky-gui-page .contact-building h3 {
    font-size: 32px;
    line-height: 48px;
}

.ky-gui-page .contact-building .btn-phone,
.ky-gui-page .contact-building .btn-submit {
    margin-top: 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.ky-gui-page .contact-building .btn-phone {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 30px;
}

.ky-gui-page .contact-building .btn-submit {
    color: #1C3665;
    padding: 10px 53px;
}

.ky-gui-page .section-building {
    padding: 100px 0 0;
}

.ky-gui-page .section-building h3 {
    margin-top: 0;
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    margin-bottom: 60px;
}

.ky-gui-page .loi-ich {
    padding: 100px 0;
}

.ky-gui-page .wpcf7-form h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
}

.ky-gui-page .wpcf7-form h4:not(:nth-of-type(1)) {
    margin-top: 33px;
    margin-bottom: 15px;
}

.ky-gui-page .wpcf7-form textarea {
    width: 100%;
    max-height: 120px;
    padding: 16px 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #BEC0C6;
}

.ky-gui-page .wpcf7-form textarea::placeholder {
    color: #919EAB;
}

.ky-gui-page .wpcf7-form .qbutton {
    font-size: 12px;
    background: rgba(255, 255, 255, 0.32);
    padding: 8px 16px;
    line-height: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid rgba(99, 115, 129, 0.32);
}

.ky-gui-page .wpcf7-form .qbutton:before {
    content: "\f0c6";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ky-gui-page .wpcf7-form .action {
    margin-top: 20px;
    padding: 20px 0;
    border-top: 1px solid #dfe3e8;
}

.ky-gui-page .wpcf7-form .action .wpcf7-submit.btn {
    color: #fff;
    padding: 9px 32px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: linear-gradient(45deg, #E1175C 0%, #E8306F 100%);
}

.ky-gui-page .wpcf7-form .form-group label {
    margin-bottom: 7px;
}

.ky-gui-page div.wpcf7 {
    max-width: 810px;
    margin: auto;
}

.loi-ich {
    padding: 100px 0;
    background: #fff;
    border-bottom: 1px solid #DEE0E3;
}

.loi-ich .sec-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    margin-bottom: 80px;
}

.loi-ich .list-loiich {
    text-align: center;
    padding-top: 20px;
}

.loi-ich .list-loiich h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 24px;
    margin-bottom: 16px;
}

/*
  Contact
*/
.page-template-template-lien-he .site-content {
    padding-bottom: 0;
}

.contact-page .banner {
    z-index: 1;
    height: 300px;
    position: relative;
}

.contact-page .banner:before {
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 22, 73, 0.8);
}

.contact-page .banner .main-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
    margin-top: 7px;
    margin-bottom: 0;
}

.contact-page .banner .section-content {
    max-width: 885px;
}

.contact-page .section-building .sec-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 42px;
}

.contact-page .section-building .sec-subtitle {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.contact-page .contact {
    padding: 80px 0 90px;
    background: #fff;
}

.contact-page .list-contact {
    color: #637381;
}

.contact-page .list-contact .item .thumb {
    min-height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.contact-page .list-contact .item .thumb img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.contact-page .list-contact .item h4 {
    margin: 18px 0 20px;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    color: #212B36;
}

/*
  Duong
*/
/*.archive.duong {*/
/*  padding-top: 60px; }*/
.archive.duong .cbanner-image:before {
    background-color: rgba(0, 22, 73, 0.8);
}

.archive.duong .cbanner-image h2,
.archive.duong .cbanner-image .title {
    color: #FFFFFF;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.archive.duong .list-building {
    padding-bottom: 0;
}

.archive.duong .thuong-hieu-related {
    border-top: 1px solid #DEE0E3;
    padding: 30px 0 45px;
}

.archive.duong .thuong-hieu-related .title {
    color: #193666;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin: 0 0 24px;
}

.archive.duong .thuong-hieu-related ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch;
}

.archive.duong .thuong-hieu-related ul:before,
.archive.duong .thuong-hieu-related ul:after {
    content: "";
    display: table;
    clear: both;
}

.archive.duong .thuong-hieu-related ul li {
    display: flex;
    align-items: center;
    max-width: 50%;
    flex: 0 0 50%;
    margin-bottom: 15px;
}

.archive.duong .thuong-hieu-related ul li .name {
    color: #212B36;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 20px 9px;
    display: block;
}

.archive.duong .thuong-hieu-related ul li .name:hover {
    color: #E1175C;
}

.building-item .thumb img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.building-item .fields {
    padding-top: 10px;
    border-top: 1px solid #DEE0E3;
}

.building-item .fields li {
    display: flex;
    flex-direction: column;
    /* padding: 10px 0; */
    margin: 10px 0;
}

.building-item .fields li span {
    color: rgba(39, 43, 72, 0.5);
}

.building-item.vptg-item .vitri {
    margin-bottom: 15px;
}

.building-item .meta.vptg {
    justify-content: space-between;
}

.building-item .meta.vptg .btn-care {
    flex: 0 0 auto;
    width: auto;
    margin-left: auto;
}

.th-logo {
    max-width: 60px;
    max-height: 60px;
    display: inline-block;
}

.th-logo img {
    width: auto;
    height: auto;
}

/*
  Tron goi
*/
.tron-goi-page {
    padding-top: 40px;
}

.tron-goi-page .sec-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    color: #212B36;
    font-family: 'Inter';
    text-align: center;
}

.tron-goi-page .menu-onepage ul li.active a {
    color: #E1175C;
}

.tron-goi-page .menu-onepage ul li a {
    color: #212B36;
    line-height: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #DEE0E3;
    display: block;
    width: 100%;
}

.tron-goi-page .menu-onepage ul li a:hover {
    color: #E1175C;
}

.tron-goi-page .banner {
    height: 260px;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.tron-goi-page .banner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 22, 73, 0.8);
}

.tron-goi-page .banner .main-title {
    color: #FFFFFF;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
    width: 666px;
    margin: 0;
}

.tron-goi-page .yeu_cau {
    background-color: #FFFFFF;
    padding: 32px;
}

.tron-goi-page .yeu_cau .wpcf7-form {
    margin-top: 48px;
}

.tron-goi-page .yeu_cau .wpcf7-form .form-tron-goi {
    margin: 0 -8px;
    position: relative;
}

.tron-goi-page .yeu_cau .wpcf7-form .form-tron-goi:before,
.tron-goi-page .yeu_cau .wpcf7-form .form-tron-goi:after {
    content: "";
    display: table;
    clear: both;
}

.tron-goi-page .yeu_cau .wpcf7-form .form-group {
    margin-bottom: 0;
    padding: 0 8px;
    width: 33.3333%;
    float: left;
    position: relative;
}

.tron-goi-page .yeu_cau .wpcf7-form .form-group.full {
    width: 100%;
    margin-bottom: 10px;
}

.tron-goi-page .yeu_cau .wpcf7-form label {
    color: #212B36;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
}

.tron-goi-page .yeu_cau .wpcf7-form input,
.tron-goi-page .yeu_cau .wpcf7-form select {
    width: 100%;
    border: 1px solid #C4CDD5;
    border-radius: 2px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F9FAFB 100%);
    box-shadow: 0 1px 0 0 rgba(22, 29, 37, 0.05);
    color: #212B36;
    font-size: 14px;
    line-height: 20px;
    padding: 9px 15px;
    display: block;
    height: 40px;
}

.tron-goi-page .yeu_cau .wpcf7-form input option,
.tron-goi-page .yeu_cau .wpcf7-form select option {
    height: 20px;
    margin-bottom: 9px;
}

.tron-goi-page .yeu_cau .wpcf7-form input option:last-child,
.tron-goi-page .yeu_cau .wpcf7-form select option:last-child {
    margin-bottom: 0;
}

.tron-goi-page .yeu_cau .wpcf7-form .btn-submit {
    color: #FFFFFF;
    font-weight: 500;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    background: linear-gradient(45deg, #E1175C 0%, #E8306F 100%);
    box-shadow: inset 0 1px 0 1px rgba(255, 255, 255, 0.06), 0 1px 0 0 rgba(22, 29, 37, 0.1);
    margin-top: 24px;
    font-size: 14px;
    line-height: 20px;
    padding: 9px 15px;
    display: block;
    height: 40px;
    width: 100%;
}

.tron-goi-page .yeu_cau .wpcf7-form input.wpcf7-submit {
    color: #FFFFFF;
    font-weight: 500;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    background: linear-gradient(45deg, #E1175C 0%, #E8306F 100%);
    box-shadow: inset 0 1px 0 1px rgba(255, 255, 255, 0.06), 0 1px 0 0 rgba(22, 29, 37, 0.1);
    margin-top: 24px;
}

.tron-goi-page .yeu_cau .wpcf7-form .ajax-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    margin-top: 12px;
}

.tron-goi-page .quy_trinh {
    padding: 0;
}

.tron-goi-page .quy_trinh .quy_trinh-title {
    margin: 0 0 40px;
}

.tron-goi-page .list-filter {
    margin-top: 40px;
    border-bottom: 1px solid #DEE0E3;
    padding-bottom: 16px;
    margin-bottom: 10px;
}

.tron-goi-page .list-filter li {
    display: inline-block;
}

.tron-goi-page .building-list {
    padding: 30px 0 0;
}

.tron-goi-page .building-list .list-building {
    padding-bottom: 0;
}

.tron-goi-page .building-list .building-item {
    color: #193666;
    background: transparent;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 30px;
    border: none;
}

.tron-goi-page .building-list .building-item h3 {
    color: #212B36;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 24px;
}

.tron-goi-page .building-list .building-item .content {
    padding: 0;
    border: 1px solid #EAECEE;
    background-color: #FFFFFF;
    position: relative;
    margin-bottom: 40px;
}

.tron-goi-page .building-list .building-item .content:before,
.tron-goi-page .building-list .building-item .content:after {
    content: "";
    display: table;
    clear: both;
}

.tron-goi-page .building-list .building-item .thumb {
    width: 33.3333%;
    max-height: 100%;
    float: left;
}

.tron-goi-page .building-list .building-item .thumb .owl-carousel,
.tron-goi-page .building-list .building-item .thumb .owl-stage-outer,
.tron-goi-page .building-list .building-item .thumb .owl-stage,
.tron-goi-page .building-list .building-item .thumb .owl-item,
.tron-goi-page .building-list .building-item .thumb .item {
    height: 100%;
}

.tron-goi-page .building-list .building-item ul {
    width: 66.6667%;
    float: left;
    padding: 23px 32px 14px;
}

.tron-goi-page .building-list .building-item ul li {
    border-bottom: 1px solid #EAECEE;
    display: block;
    width: 100%;
    padding: 6px 0;
}

.tron-goi-page .building-list .building-item ul li:last-child {
    border-bottom: none;
}

.tron-goi-page .building-list .building-item ul li.head {
    color: #272B48;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    border: none;
    padding: 0 0 10px;
}

.tron-goi-page .building-list .building-item ul li span {
    width: 50%;
    display: inline-block;
}

.tron-goi-page .tong_quan {
    border: 1px solid #EAECEE;
    background-color: #FFFFFF;
    padding: 40px 30px;
}

.tron-goi-page .tong_quan .sec-title {
    margin-top: 0;
    margin-bottom: 22px;
}

.tron-goi-page .tong_quan.image {
    position: relative;
    padding-right: 390px;
}

.tron-goi-page .tong_quan.image .thumb {
    width: 360px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.tron-goi-page .tong_quan.image .thumb img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.tron-goi-page .huu_ich .sec-title {
    font-size: 20px;
    text-align: left;
    margin-top: 0;
    line-height: 24px;
}

.tron-goi-page .huu_ich ul {
    list-style: disc;
    color: #E1175C;
    padding-left: 15px;
    padding-top: 15px;
}

.tron-goi-page .huu_ich ul li a {
    color: #E1175C;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 12px;
    display: block;
}

.tron-goi-page .tron-goi-line {
    width: 100%;
    border-bottom: 1px solid #DEE0E3;
    margin: 40px 0;
    display: block;
}

/*VP tron goi*/
body .vptg-detail .info-building .tab-row {
    display: flex;
    justify-content: stretch;
    flex-wrap: wrap;
}

body .vptg-detail .info-building .tab-row>div {
    background: #fff;
}

body .vptg-detail .info-building .tab-item.col-50 {
    width: 100%;
}

@media (min-width: 640px) {
    body .vptg-detail .info-building .tab-item.col-50 {
        width: calc(50% - 15px);
    }

    body .vptg-detail .info-building .tab-item.col-50.left {
        margin-right: 15px;
    }

    body .vptg-detail .info-building .tab-item.col-50.right {
        margin-left: 15px;
    }
}

body .vptg-detail .info-building .tab-item.col-50 .tab-content>ul {
    width: 100%;
    float: none;
}

body .vptg-detail .info-building .tab-item.col-50 .tab-content>ul li {
    flex-direction: column;
}

body .vptg-detail .info-building .tab-item.full {
    clear: both;
}

body .vptg-detail .info-building .tab-item .tab-content>ul>li {
    display: flex;
    flex-wrap: wrap;
    min-height: 44px;
    height: auto;
    justify-content: stretch;
}

body .vptg-detail .info-building .tab-item .tab-content>ul>li>strong {
    flex: 0 0 55%;
    max-width: 55%;
    width: auto;
}

body .vptg-detail .info-building .tab-item .tab-content>ul>li span {
    width: auto;
}

body .vptg-detail .info-building .tab-item.d-flex .tab-content>ul {
    width: 100%;
    float: none;
}

body .vptg-detail .info-building .tab-item.d-flex .tab-content>ul:before,
body .vptg-detail .info-building .tab-item.d-flex .tab-content>ul:after {
    content: "";
    display: table;
    clear: both;
}

body .vptg-detail .info-building .tab-item.d-flex .tab-content>ul li {
    width: 50%;
    float: left;
}

.sidebar .widget_help_center .tzwidget-help_center.style-2 {
    padding: 21px;
    border: 1px solid #EAECEE;
    background-color: #193666;
}

.sidebar .widget_help_center .tzwidget-help_center.style-2 .widget-title {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 8px;
}

.sidebar .widget_help_center .tzwidget-help_center.style-2 .help-desc {
    opacity: 0.8;
    color: #FFFFFF;
    font-weight: 400;
    margin-bottom: 16px;
}

.sidebar .widget_help_center .tzwidget-help_center.style-2 .btn-submit {
    border-radius: 2px;
    background-color: #FFFFFF;
    color: #193666;
    font-weight: 500;
}

.sidebar .widget_help_center .widget-title {
    color: #212B36;
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
    font-family: 'Inter';
    margin-bottom: 20px;
}

.sidebar .widget_help_center .help-desc {
    color: #637381;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 20px;
}

.sidebar .widget_help_center .btn-submit {
    border-radius: 2px;
    background-color: #193666;
    color: #FFFFFF;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    display: block;
    width: 100%;
    padding: 10px 0;
}

.tz-form-contact.help_center.modal .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tz-form-contact.help_center.modal .modal-dialog {
    max-height: 615px;
    overflow: auto;
    max-width: 615px;
}

.tz-form-contact.help_center.modal .modal-body {
    padding: 31px 60px 40px 50px;
}

.tz-form-contact.help_center.modal .modal-body .form-group {
    margin-bottom: 10px;
    position: relative;
}

.tz-form-contact.help_center.modal .modal-body .form-group br {
    display: none;
}

.tz-form-contact.help_center.modal .modal-body .form-group.no-spacing {
    margin-bottom: 0;
}

.tz-form-contact.help_center.modal .modal-body textarea {
    height: 95px;
    padding: 16px 20px;
}

.tz-form-contact.help_center.modal .btn-tooltip {
    position: absolute;
    left: 100%;
    top: 50%;
    opacity: 1;
    display: inline-flex;
    transform: translateY(-50%);
    font-size: 16px;
    margin: 11px 0 0 11px;
    color: #07253F;
}

.tz-form-contact.help_center.modal .des-tooltip {
    color: #FFFFFF;
    font-family: 'Inter';
    font-size: 13px;
    line-height: 20px;
    min-height: 73px;
    width: 321px;
    background-color: #212B36;
    padding: 4px 11px 9px 8px;
    margin-bottom: -18px;
    position: absolute;
    right: 0;
    bottom: 100%;
    display: none;
}

.tz-form-contact.help_center.modal .des-tooltip:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 5px solid #212B36;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    bottom: 0;
    margin-bottom: -10px;
    z-index: 1;
}

.tz-form-contact.help_center.modal .modal-header {
    padding: 17px 60px 17px 50px;
}

.tz-form-contact.help_center.modal .modal-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    padding: 0;
    font-family: 'Inter';
}

.tz-form-contact.help_center .wpcf7-form {
    position: relative;
}

.tz-form-contact.help_center .wpcf7-form h4 {
    padding-bottom: 15px;
}

.tz-form-contact.help_center .btn-next-form {
    color: #FFFFFF;
    font-weight: 500;
    line-height: 20px;
    padding: 10px 0;
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 16px;
    border-radius: 2px;
    background-color: #193666;
}

.tz-form-contact.help_center .wpcf7-submit {
    color: #FFFFFF;
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 10px 0;
    background: linear-gradient(45deg, #E1175C 0%, #E8306F 100%);
    border-radius: 2px;
    margin-top: 16px;
    width: 100%;
    display: block;
}

.tz-form-contact.help_center .form-second {
    display: none;
}

.tz-form-contact.help_center .form-second p {
    margin: 0;
}

.tz-form-contact.help_center .form-second .ajax-loader {
    display: none;
}

/* Văn phòng trọn gói
----------------------------------- */
.page-template-study .site-header+*,
.page-template-about-us .site-header+*,
.page-template-mua-ban-van-phong .site-header+* {
    padding-bottom: 0;
}

@media (min-width: 768px) {
    .home-page.mbvp .banner {
        padding: 0 80px;
    }
}

@media (max-width: 1280px) {
    .home-page.mbvp .banner {
        height: auto;
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.home-page.mbvp .banner .section-content {
    color: #000;
    padding: 40px;
    background: #fff;
    max-width: 400px;
    margin: 0;
}

@media (max-width: 991px) {
    .home-page.mbvp .banner .section-content {
        max-width: none;
    }
}

.home-page.mbvp .banner .main-title {
    font-size: 36px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .home-page.mbvp .banner .main-title {
        font-size: 28px;
    }
}

.home-page.mbvp .banner .btn-phone {
    text-align: center;
}

.home-page.mbvp .banner p {
    font-size: 16px;
    line-height: 1.8;
    color: #828282;
}

.home-page.mbvp .banner .banner-address {
    position: relative;
    display: flex;
    margin: 2rem 0;
}

.home-page.mbvp .banner .banner-address span {
    position: absolute;
    top: 0;
    left: 30px;
    background: #fff;
    padding: 0 10px;
    font-size: 10px;
    color: #aaa;
    line-height: 1.5em;
    transform: translateY(-50%);
}

.home-page.mbvp .banner .banner-address select {
    border: 1px solid #C4CDD5;
    border-radius: 2px;
    background-color: #FFFFFF;
    padding: 14px 16px 12px;
    color: #637381;
    line-height: 20px;
    height: 46px;
    margin: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.home-page.mbvp .banner .banner-address select:hover,
.home-page.mbvp .banner .banner-address select:focus {
    border-color: #E1175C;
}

.home-page.mbvp .banner .btn-phone {
    display: block;
}

.home-page.mbvp .reason {
    text-align: left;
    color: #ddd;
}

.home-page.mbvp .reason .section-content {
    max-width: 800px;
}

.home-page.mbvp .partner {
    padding: 60px 0 30px;
}

.home-page.mbvp .sec-contact.sec-spacing {
    padding-bottom: 0 !important;
}

.home-page.mbvp .sec-contact .sec-container {
    padding-top: 100px;
}

@media (max-width: 767px) {
    .home-page.mbvp .sec-contact .sec-container {
        padding-top: 0;
    }
}

.home-page.mbvp .sec-contact .section-content {
    padding: 60px 0;
    max-width: 860px;
    margin: auto;
}

@media (max-width: 1280px) {
    .home-page.mbvp .sec-contact .section-content {
        max-width: 80%;
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .home-page.mbvp .sec-contact .section-content {
        max-width: 100%;
    }
}

.home-page.mbvp .sec-contact .sec-title {
    margin-bottom: 40px;
}

.home-page.mbvp .question .section-content {
    background: #f4f6f8;
    padding-left: 30px;
    padding-right: 30px;
}

.home-page.mbvp .question .sec-title {
    margin: 0 0 56px;
}

.home-page.mbvp .question .list-question {
    max-width: 850px;
    margin: auto;
}

.home-page.mbvp .question .section-questions {
    padding-bottom: 24px;
    margin-bottom: 17px;
    max-width: 585px;
    margin-left: 96px;
}

.home-page.mbvp .question .section-questions.common {
    border-bottom: 1px solid #dfe3e8;
}

.home-page.mbvp .question .collapse {
    background-color: transparent;
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

.home-page.mbvp .question .collapse.in {
    background-color: #fff;
}

.home-page.mbvp .question .btn-ques-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    display: block;
    color: #000;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    text-align: left;
    padding: 20px 40px;
    margin: 0;
    position: relative;
    white-space: inherit;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
    .home-page.mbvp .question .btn-ques-title {
        padding: 20px 30px 20px 0;
    }
}

.home-page.mbvp .question .btn-ques-title.collapsed {
    background-color: transparent;
}

.home-page.mbvp .question .btn-ques-title.collapsed:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.home-page.mbvp .question .btn-ques-title:before {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    background-image: url("assets/images/icon_toggle.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -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: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

@media (max-width: 767px) {
    .home-page.mbvp .question .btn-ques-title:before {
        right: 0;
    }
}

.home-page.mbvp .question .ques-body {
    color: #212B36;
    font-size: 16px;
    padding: 0 60px 12px 40px;
}

.home-page.mbvp .question .ques-body p {
    margin: 0 0 12px;
}

.home-page.mbvp .question .ques-item:not(:last-child) {
    border-bottom: 1px solid #dfe3e8;
}

.home-page.mbvp .reason .reason-title {
    font-weight: 700;
}

.home-page.mbvp .sec-title {
    font-size: 28px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .home-page.mbvp .sec-title {
        line-height: 1.4em;
    }
}

.news .row {
    margin-left: -20px;
    margin-right: -20px;
}

@media (max-width: 639px) {
    .news .row {
        display: flex;
        flex-wrap: wrap;
    }

    .news .row:nth-child(2)>div:first-child {
        order: 2;
    }

    .news .row:nth-child(2)>div:last-child {
        order: 1;
    }

    .news .row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .news .row>div:first-child {
        order: 1;
    }

    .news .row>div:last-child {
        order: 2;
    }
}

.news .row:not(:last-child) {
    margin-bottom: 20px;
}

.news .row>div {
    padding-right: 20px;
    padding-left: 20px;
}

@media (max-width: 991px) {
    .news .row>div {
        margin-bottom: 20px;
    }
}

.news .info-sub {
    color: rgba(39, 43, 72, 0.5);
    margin-bottom: 20px;
    display: flex;
    align-items: flex-end;
    line-height: 1em;
}

.news .info-sub:before {
    content: "";
    width: 15px;
    margin-right: 10px;
    border-top: 2px solid #E1175C;
    margin-bottom: 2px;
}

.news .infor-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
}

@media (max-width: 991px) {
    .news .infor-title {
        line-height: 1.4em;
    }
}

.news .info-content {
    color: #828282;
    font-size: 16px;
}

.news .info-btn {
    color: #E1175C;
    white-space: nowrap;
    margin-top: 5px;
    display: inline-block;
}

.reason ul li:not(:last-child) {
    margin-bottom: 40px;
}

.reason ul li h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #ddd;
    display: flex;
    align-items: flex-end;
    line-height: 1em;
}

.reason ul li h3:before {
    content: "";
    width: 15px;
    margin-right: 10px;
    border-top: 2px solid #E1175C;
    margin-bottom: 2px;
}

.reason ul li .desc {
    font-size: 16px;
}

.sec-white {
    background-color: #fff;
}

.th-count-post {
    display: flex;
    align-items: center;
    color: rgba(39, 43, 72, 0.5);
    font-size: 14px;
}

.th-count-post:before {
    content: "";
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #E1175C;
    margin-right: 5px;
}

.building-item.flex {
    border: none;
}

.building-item.flex .content {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
}

.building-item.flex .content .th-logo {
    margin-right: 15px;
}

.building-item.flex .content .th-meta {
    flex-grow: 1;
}

.sec-desc {
    font-size: 16px;
    color: #828282;
    margin-bottom: 30px;
}

.partner .owl-carousel .owl-nav button.owl-next,
.partner .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 75px;
    background-color: #f4f6f8;
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #E1175C;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    font-size: 30px;
}

@media (max-width: 767px) {

    .partner .owl-carousel .owl-nav button.owl-next,
    .partner .owl-carousel .owl-nav button.owl-prev {
        width: 40px;
        height: 40px;
        top: calc(50% - 60px);
        margin-top: -20px;
    }
}

.partner .owl-nav button.owl-prev {
    left: -25px;
}

@media (max-width: 767px) {
    .partner .owl-nav button.owl-prev {
        left: 0;
    }
}

.partner .owl-nav button.owl-next {
    right: -25px;
}

@media (max-width: 767px) {
    .partner .owl-nav button.owl-next {
        right: 0;
    }
}

.section-item .wpcf7-form h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
}

.section-item .wpcf7-form h4:not(:nth-of-type(1)) {
    margin-top: 33px;
    margin-bottom: 15px;
}

.section-item .wpcf7-form textarea {
    width: 100%;
    max-height: 120px;
    padding: 16px 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #BEC0C6;
}

.section-item .wpcf7-form textarea::placeholder {
    color: #919EAB;
}

.section-item .wpcf7-form .qbutton {
    font-size: 12px;
    background: rgba(255, 255, 255, 0.32);
    padding: 8px 16px;
    line-height: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid rgba(99, 115, 129, 0.32);
}

.section-item .wpcf7-form .qbutton:before {
    content: "\f0c6";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.section-item .wpcf7-form .action {
    margin-top: 20px;
    padding: 20px 0;
    border-top: 1px solid #dfe3e8;
    display: flex;
    justify-content: flex-end;
}

.section-item .wpcf7-form .action .wpcf7-submit.btn {
    color: #fff;
    padding: 9px 32px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: linear-gradient(45deg, #E1175C 0%, #E8306F 100%);
    order: 2;
}

@media (max-width: 767px) {
    .section-item .wpcf7-form .action .wpcf7-submit.btn {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .section-item .wpcf7-form .action .ajax-loader {
        display: none;
    }
}

.section-item .wpcf7-form .form-group label {
    margin-bottom: 7px;
}

.section-item div.wpcf7 {
    max-width: 600px;
    margin: auto;
}

.sec-bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

/*About Us Page*/
.about-us-page .sec-title {
    font-size: 28px;
    color: #1C3665;
    font-weight: 700;
    margin-bottom: 20px;
}

.about-us-page .thumb img {
    width: 100%;
    height: auto;
}

.about-us-page .sec-desc {
    font-weight: 500;
    color: #000;
}

.about-us-page .banner.default {
    height: 500px;
    text-align: left;
}

@media (max-width: 1024px) {
    .about-us-page .banner.default {
        height: 400px;
    }
}

.about-us-page .banner .section-content {
    max-width: none;
}

.about-us-page .banner .main-title {
    margin-bottom: 20px !important;
    font-weight: 700;
}

@media (max-width: 640px) {
    .about-us-page .banner .main-title {
        font-size: 30px !important;
        line-height: 1.4 !important;
    }
}

.about-us-page .banner p {
    font-size: 24px;
    color: #ddd;
}

@media (max-width: 640px) {
    .about-us-page .banner p {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .about-us-page .introduce .sec-desc {
        max-width: 70%;
    }
}

@media (min-width: 1281px) {
    .about-us-page .member {
        padding: 120px 0 40px;
    }
}

.about-us-page .member .member-title {
    text-align: left;
}

.about-us-page .member .member-title.sec-title {
    margin-bottom: 20px;
}

.about-us-page .member .section-content>p,
.about-us-page .member .sec-desc {
    font-size: 16px;
    color: #000;
    margin-bottom: 60px;
    font-weight: 500;
}

.about-us-page .member .member-item h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1c3665;
}

.about-us-page .member .member-item span {
    color: #828282;
}

.about-us-page .process .sec-title {
    color: #fff;
}

.cot-moc {
    background-color: #1c3665;
    color: #ddd;
}

.cot-moc .cm-title {
    margin-top: 0;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 60px;
}

.cot-moc .subtitle {
    position: absolute;
    left: 20px;
    top: 0;
    background-color: #1c3665;
    padding: 0 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
}

.cot-moc .number {
    color: #E1175C;
    margin: 0 15px 0 0;
    font-size: 100px;
    font-weight: 700;
    line-height: 1em;
}

@media (max-width: 1024px) {
    .cot-moc .number {
        margin: 0 0 10px;
    }
}

@media (max-width: 991px) {
    .cot-moc .number {
        font-size: 60px;
    }
}

.cot-moc .desc {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 10px;
}

@media (max-width: 1024px) {
    .cot-moc .desc {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .cot-moc .desc {
        font-size: 16px;
    }
}

.cot-moc .cm-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: stretch;
}

.cot-moc .cm-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.cot-moc .cm-col:first-child {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.cot-moc .cm-col:nth-child(2) {
    -ms-flex: 0 0 67%;
    flex: 0 0 67%;
    max-width: 67%;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.cot-moc .cm-col:nth-child(2) .cm-item {
    justify-content: flex-end;
}

@media (max-width: 767px) {
    .cot-moc .cm-col:nth-child(2) {
        border-top: none;
    }
}

.cot-moc .cm-col:nth-child(3) {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.cot-moc .cm-col:nth-child(4) {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
}

.cot-moc .cm-col:nth-child(4) .cm-item {
    justify-content: flex-end;
}

@media (max-width: 767px) {
    .cot-moc .cm-col {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        border-left: 1px solid rgba(255, 255, 255, 0.3);
        border-right: 1px solid rgba(255, 255, 255, 0.3);
    }
}

.cot-moc .cm-item {
    display: flex;
    position: relative;
    justify-content: stretch;
    align-items: flex-end;
    padding: 30px 0;
}

@media (max-width: 1024px) {
    .cot-moc .cm-item {
        align-items: center;
        flex-direction: column;
    }
}

.quote .section-content {
    margin: auto;
    font-size: 18px;
    max-width: 90%;
    line-height: 28px;
    position: relative;
    padding: 0 0 60px;
    text-align: center;
}

@media (min-width: 1025px) {
    .quote .section-content {
        padding: 0 56px 80px;
    }
}

.quote .quote-icon {
    display: inline-flex;
}

.quote .quote-icon:before {
    content: "";
    width: 24px;
    height: 48px;
    margin: 0 0 30px;
    display: inline-block;
    background: #E1175C;
    border-top: 26px solid #fff;
    border-right: 24px solid transparent;
}

.quote .quote-icon:after {
    content: "";
    margin-left: 15px;
    width: 24px;
    height: 48px;
    display: inline-block;
    background: #E1175C;
    border-top: 26px solid #fff;
    border-right: 24px solid transparent;
}

.quote .quote-title {
    margin: 0 0 20px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5em;
    color: #212B36;
}

@media (max-width: 991px) {
    .quote .quote-title {
        font-size: 24px;
    }
}

.pt-detail-content {
    text-align: center;
}

.pt-detail-content .pt-form {
    /*max-width: 100%;*/
    margin: 30px auto;
}

.pt-detail-content input,
.pt-detail-content select {
    color: #637381;
    margin: 0;
    width: 100%;
    margin-bottom: 30px;
    padding: 12px 16px;
    font-weight: normal;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.43px;
    color: rgba(34, 37, 49, 0.7);
    background: #FFFFFF;
    border: 1px solid #A6B0C3;
    box-sizing: border-box;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pt-detail-content input:hover,
.pt-detail-content input:focus,
.pt-detail-content select:hover,
.pt-detail-content select:focus {
    border-color: #E1175C;
}

.pt-detail-content input::-moz-placeholder,
.pt-detail-content select::-moz-placeholder {
    color: #637381;
    opacity: 1;
}

.pt-detail-content input:-ms-input-placeholder,
.pt-detail-content select:-ms-input-placeholder {
    color: #637381;
}

.pt-detail-content input::-webkit-input-placeholder,
.pt-detail-content select::-webkit-input-placeholder {
    color: #637381;
}

.pt-detail-content .pt-desc {
    margin-bottom: 30px;
}

.pt-detail-content .content-inner {
    display: block;
}

.pt-detail-content .content-inner.pt-hidden {
    display: none;
}


.single-detail.study {
    padding: 0;
}

.single-detail.study .sec-banner {
    background: #2c6397;
    background: linear-gradient(90deg, #2c6397 0%, #2c6397 0%, #2ebbbd 100%);
}

.single-detail.study .study-thumbnail {
    margin-top: -100px;
    text-align: center;
    position: relative;
}

.single-detail.study .study-thumbnail img {
    width: 100%;
    height: auto;
}

.single-detail.study .study-social {
    text-align: right;
    margin-bottom: 10px;
}

.single-detail.study .study-social .post-share {
    display: inline-flex;
    color: #fff;
    font-size: 16px;
}

.single-detail.study .study-social .post-share a {
    color: #fff;
    margin-left: 10px;
}

.single-detail.study .study-social .post-share a:hover {
    color: #E1175C;
}

.single-detail.study .study-meta {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 35px;
    margin-top: 35px;
    justify-content: space-between;
}

.single-detail.study .study-meta .meta-item {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1024px) {
    .single-detail.study .study-meta .meta-item {
        flex: 0 0 15%;
        max-width: 15%;
    }
}

.single-detail.study .study-meta .meta-label {
    font-weight: 700;
}

.single-detail.study .sec-content {
    position: relative;
    z-index: 1;
    padding-bottom: 60px;
}

.single-detail.study .partner {
    padding: 60px 0 30px;
}

.single-detail.study .sec-gallery .gallery-item:not(:last-child) {
    margin-bottom: 40px;
}

.single-detail.study .sec-contact .sec-container {
    padding-top: 100px;
}

@media (max-width: 767px) {
    .single-detail.study .sec-contact .sec-container {
        padding-top: 0;
    }
}

.single-detail.study .sec-contact .section-content {
    padding: 60px 0;
    max-width: 860px;
    margin: auto;
}

@media (max-width: 1280px) {
    .single-detail.study .sec-contact .section-content {
        max-width: 80%;
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .single-detail.study .sec-contact .section-content {
        max-width: 100%;
    }
}

.single-detail.study .sec-title,
.single-detail.study .sec-contact .sec-title {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .single-detail.study .sec-title {
        line-height: 1.4em;
    }
}

body.single-study .site-header+* {
    padding-bottom: 0;
}

.sec-study .study-item {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    background: #fff;
    margin-bottom: 30px;
    border: 1px solid #eaecee;
}

.sec-study .study-content {
    padding: 20px 20px 20px;
}

.sec-study h3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 700;
}

.sec-study .study-meta {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.sec-study .study-meta .meta-item {
    color: rgba(39, 43, 72, 0.5);
    display: inline-flex;
}

.sec-study .study-meta .meta-item:not(:last-child):after {
    content: "|";
    padding: 0 15px;
}

.page-template-study .home-page .banner .main-title {
    font-size: 36px;
    font-weight: 600;
    margin: 10px 0;
}

.page-template-study .home-page .banner .section-content p {
    font-size: 18px;
}

/*-------------------------------------------------------*/
/* Responsive Styles
/*-------------------------------------------------------*/
@media (max-width: 1280px) {

    .sec-spacing,
    .info,
    .reason,
    .member,
    .quy_trinh,
    .process,
    .ky-gui-page .section-building.loi-ich {
        padding: 85px 0;
    }

    .reason .reason-title,
    .member .member-title,
    .quy_trinh .quy_trinh-title,
    .feedback .feedback-title,
    .process .process-title {
        margin-bottom: 50px;
    }

    .feedback {
        padding: 75px 0 60px;
    }

    .home-page .banner .main-title {
        margin-bottom: 30px;
    }

    .banner .main-title {
        font-size: 36px;
        line-height: 54px;
        margin-bottom: 35px;
    }

    .banner {
        height: 450px;
    }

    .home-page .banner .section-content {
        padding-bottom: 35px;
    }

    .info .section-content .infor-title {
        font-size: 30px;
        line-height: 44px;
    }

    .info .section-content .info-name {
        margin-top: 50px;
    }

    .reason .row>div,
    .process .row>div {
        padding-left: 15px;
        padding-right: 15px;
    }

    .reason .row,
    .process .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .reason .reason-item {
        padding: 50px 20px 20px;
    }

    .member .js-member-owl-carousel .member-item {
        padding: 0 15px;
    }

    .member .js-member-owl-carousel {
        padding: 0;
        margin: 0 -15px;
    }

    .site-content {
        padding-bottom: 85px;
    }

    .ky-gui-page .section-building {
        padding: 85px 0 0;
    }

    .feedback .owl-prev {
        left: -50px;
        right: auto;
    }

    .feedback .owl-next {
        right: -50px;
        left: auto;
    }

    .kinh-nghiem .tab-title .nav-pills {
        border-bottom: none;
    }

    .kinh-nghiem .tab-title .nav-pills>li {
        position: relative;
        border-bottom: 2px solid #DEE0E3;
    }

    .kinh-nghiem .tab-title .nav-pills>li:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        right: 0;
        border-bottom: 2px solid #E1175C;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        opacity: 0;
        visibility: hidden;
    }

    .kinh-nghiem .tab-title .nav-pills>li.active:after {
        opacity: 1;
        visibility: visible;
    }

    .kinh-nghiem .tab-title .nav-pills>li.active>a {
        border-bottom: none;
    }

    .kinh-nghiem {
        padding-top: 85px;
    }

    .kinh-nghiem .sec-title {
        margin: 0 0 50px;
    }

    .tron-goi-page .banner .main-title {
        font-size: 20px;
        line-height: 30px;
        width: auto;
        padding: 0 30px;
    }

    .tron-goi-page .building-list .building-item h3 {
        font-size: 16px;
    }

    .content-slick .js-slider-slick {
        max-width: 100%;
    }

    .single-detail .building-content {
        padding-left: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .site-header .main-menu>li .icon_menu_item_mobile {
        display: block;
    }

    .site-header .main-menu>li .sub-menu {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        display: none;
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        visibility: visible;
        opacity: 1;
        box-shadow: none;
        -webkit-transition-duration: 0s;
        -moz-transition-duration: 0s;
        -o-transition-duration: 0s;
        transition-duration: 0s;
        background-color: #061329;
        clear: both;
    }

    .site-header .main-menu>li .sub-menu li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .site-header .main-menu>li .sub-menu li:last-child {
        border-bottom: none;
    }

    .site-header .main-menu>li .sub-menu li>a {
        color: #FFFFFF;
        font-size: 12px;
        font-weight: 500;
        line-height: 14px;
        text-transform: uppercase;
        padding: 25px 40px;
        display: inline-block;
    }

    .header-content {
        position: relative;
    }

    .dtv-menu {
        float: none !important;
        position: absolute;
        top: 100%;
        background-color: #0A1B38;
        right: 0;
        left: 0;
    }

    .dtv-menu #navbar {
        padding: 0;
    }

    .dtv-menu .navbar-nav {
        float: none;
        border-left: 1px solid rgba(255, 255, 255, 0.1);
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }

    .dtv-menu .navbar-collapse.collapse {
        opacity: 0;
        visibility: hidden;
        display: none;
    }

    .dtv-menu .navbar-collapse.collapse.in {
        display: block;
        opacity: 1;
        visibility: visible;
    }

    .site-header .main-menu>li {
        display: block;
        float: none;
        padding: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .site-header .main-menu>li:before,
    .site-header .main-menu>li:after {
        content: "";
        display: table;
        clear: both;
    }

    .site-header .main-menu>li>a {
        float: left;
    }

    .site-header .main-menu>li>a {
        padding: 25px 20px;
    }

    .tz_icon_menu {
        display: inline-flex;
    }

    .site-header .main-menu>li>a:before {
        top: auto;
        bottom: 0;
        height: 1px;
    }

    .site-header .main-menu>li.current-menu-ancestor>a:before,
    .site-header .main-menu>li.current-menu-parent>a:before,
    .site-header .main-menu>li.current_page_parent>a:before,
    .site-header .main-menu>li.current-menu-item>a:before,
    .site-header .main-menu>li.current_page_item>a:before {
        top: auto;
    }

    .site-header .navbar-header {
        height: 62px;
    }

    .site-header .lang-menu>li>a {
        padding: 23px 0;
    }

    .site-header .btn-list-care {
        padding: 20px 0;
    }

    .site-header .btn-list-care .icon-mobile-care {
        display: block;
    }

    .site-header .btn-list-care .text-care,
    .site-header .btn-list-care .icon-care {
        display: none;
    }

    body .site-header+* {
        margin-top: 62px;
    }

    .quan-gia-page .form-search .search-field {
        width: 100%;
        border-bottom: none;
    }

    .search-fixed.fixed {
        top: 62px;
    }

    .group-news .item-thumb {
        height: auto;
    }

    .content-slick .js-slider-slick {
        width: 480px;
        height: 350px;
    }

    .content-slick .slick-vertical {
        width: 100px;
    }

    .info-building .tab-item .tab-content>ul>li span {
        width: 55%;
    }

    .info-building .tab-item .tab-content>ul>li>strong {
        width: 45%;
    }

    .info-building .building-head p {
        font-size: 18px;
        line-height: 24px;
        margin: 15px 0 20px;
    }

    .info-building .building-head>h1 {
        font-size: 30px;
        line-height: 40px;
    }
}

.fulltext:before,
.fulltext:after,
.post .box-item .author:before,
.post .box-item .author:after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 991px) {
    .site-header .main-menu>li .icon_menu_item_mobile {
        display: block;
    }

    .site-header .main-menu>li .sub-menu {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        display: none;
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        visibility: visible;
        opacity: 1;
        box-shadow: none;
        -webkit-transition-duration: 0s;
        -moz-transition-duration: 0s;
        -o-transition-duration: 0s;
        transition-duration: 0s;
        background-color: #061329;
        clear: both;
    }

    .site-header .main-menu>li .sub-menu li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .site-header .main-menu>li .sub-menu li:last-child {
        border-bottom: none;
    }

    .site-header .main-menu>li .sub-menu li>a {
        color: #FFFFFF;
        font-size: 12px;
        font-weight: 500;
        line-height: 14px;
        text-transform: uppercase;
        padding: 25px 40px;
        display: inline-block;
    }

    .header-content {
        position: relative;
    }

    .dtv-menu {
        float: none !important;
        position: absolute;
        top: 100%;
        background-color: #0A1B38;
        right: 0;
        left: 0;
    }

    .dtv-menu #navbar {
        padding: 0;
    }

    .dtv-menu .navbar-nav {
        float: none;
        border-left: 1px solid rgba(255, 255, 255, 0.1);
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }

    .dtv-menu .navbar-collapse.collapse {
        opacity: 0;
        visibility: hidden;
        display: none;
    }

    .dtv-menu .navbar-collapse.collapse.in {
        display: block;
        opacity: 1;
        visibility: visible;
    }

    .site-header .main-menu>li {
        display: block;
        float: none;
        padding: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .site-header .main-menu>li:before,
    .site-header .main-menu>li:after {
        content: "";
        display: table;
        clear: both;
    }

    .site-header .main-menu>li>a {
        float: left;
    }

    .site-header .main-menu>li>a {
        padding: 25px 20px;
    }

    .tz_icon_menu {
        display: inline-flex;
    }

    .site-header .main-menu>li>a:before {
        top: auto;
        bottom: 0;
        height: 1px;
    }

    .site-header .main-menu>li.current-menu-ancestor>a:before,
    .site-header .main-menu>li.current-menu-parent>a:before,
    .site-header .main-menu>li.current_page_parent>a:before,
    .site-header .main-menu>li.current-menu-item>a:before,
    .site-header .main-menu>li.current_page_item>a:before {
        top: auto;
    }

    .site-header .navbar-header {
        height: 62px;
    }

    .site-header .lang-menu>li>a {
        padding: 23px 0;
    }

    .site-header .btn-list-care {
        padding: 20px 0;
    }

    .site-header .btn-list-care .icon-mobile-care {
        display: block;
    }

    .site-header .btn-list-care .text-care,
    .site-header .btn-list-care .icon-care {
        display: none;
    }

    body .site-header+* {
        margin-top: 62px;
    }

    .banner {
        height: 360px;
    }

    .home-page .banner .section-content {
        padding-bottom: 0;
    }

    .sec-spacing,
    .info,
    .reason,
    .member,
    .quy_trinh,
    .process,
    .contact-page .contact,
    .ky-gui-page .section-building.loi-ich {
        padding: 70px 0;
    }

    .info .section-content {
        padding: 0 40px 50px;
    }

    .tron-goi-page .sec-title,
    .info .section-content .infor-title {
        font-size: 24px;
        line-height: 36px;
    }

    .info .section-content:before {
        width: 20px;
        height: 40px;
        margin: 45px 0 25px;
    }

    .info .section-content:after {
        top: 45px;
        left: 90px;
        width: 20px;
        height: 40px;
    }

    .info .section-content .info-name {
        margin-top: 35px;
    }

    .reason .reason-title,
    .member .member-title,
    .quy_trinh .quy_trinh-title,
    .feedback .feedback-title,
    .process .process-title {
        margin-bottom: 40px;
    }

    .reason .reason-item {
        padding: 40px 40px 15px;
    }

    .feedback .owl-next {
        right: -10px;
        left: auto;
    }

    .feedback .owl-prev {
        left: -10px;
        right: auto;
    }

    .process h3 {
        margin-top: 25px;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .footer-item .widget_nav_menu ul li a {
        line-height: 24px;
        padding-bottom: 5px;
        display: flex;
    }

    .footer-item .widget-title {
        min-height: 48px;
    }

    .scrollup {
        width: 46px;
        height: 46px;
    }

    .sidebar .inner-wrapper-sticky {
        display: block;
    }

    .sidebar-bottom-hide {
        display: none;
    }

    body .contact-building .btn-phone,
    body .contact-building .btn-submit {
        margin: 20px 8px 0;
    }

    .kinh-nghiem {
        padding-top: 70px;
    }

    .kinh-nghiem .sec-title {
        margin: 0 0 40px;
    }

    .kinh-nghiem .tab-content .tab-pane {
        padding: 40px 30px 0;
    }

    .search-fixed.fixed {
        top: 62px;
    }

    .loi-ich .list-loiich>div {
        min-height: 225px;
    }

    .faq-page .section-questions {
        margin-left: auto;
        margin-right: auto;
    }

    .tz-form-contact.help_center.modal .modal-title {
        font-size: 22px;
        line-height: 30px;
    }

    .tz-form-contact.help_center.modal .modal-body {
        padding-left: 40px;
        padding-right: 40px;
    }

    .site-header .lang-menu>li>a {
        margin-right: 25px;
    }

    .archive.category .is-affixed .inner-wrapper-sticky {
        top: auto !important;
    }

    .archive.category .box-title .title {
        font-size: 28px;
    }

    .group-news .item-thumb {
        width: 250px;
    }

    .group-news .item-cat {
        padding-left: 250px;
    }

    .tron-goi-page .banner .main-title {
        width: auto;
        max-width: 100%;
        padding: 0 15px;
        font-size: 24px;
    }

    .tron-goi-page .sec-title {
        font-size: 24px;
        line-height: 32px;
        margin: 0;
    }

    .tron-goi-page .yeu_cau .wpcf7-form .form-group {
        width: 50%;
    }

    .tron-goi-page .quy_trinh .quy_trinh-title {
        margin: 0 0 25px;
    }

    .single-detail.toa-nha .sidebar .js-sidebar-fixed {
        width: 100%;
        height: auto !important;
    }

    .single-detail.toa-nha .sidebar .js-sidebar-fixed .inner-wrapper-sticky {
        width: 100% !important;
    }

    .single-detail.toa-nha .sidebar .js-sidebar-fixed .inner-wrapper-sticky:before,
    .single-detail.toa-nha .sidebar .js-sidebar-fixed .inner-wrapper-sticky:after {
        content: "";
        display: table;
        clear: both;
    }

    /*.single-detail.toa-nha .sidebar .js-sidebar-fixed .inner-wrapper-sticky .building-head {*/
    /*  width: 50%;*/
    /*  float: left; }*/
    .single-detail.toa-nha .sidebar .js-sidebar-fixed .inner-wrapper-sticky .sidebar {
        width: 50%;
        float: left;
        flex: initial;
    }

    .content-slick .js-slider-slick {
        width: 540px;
        height: 400px;
    }

    .content-slick .slick-vertical {
        width: 140px;
    }
}

@media (max-width: 767px) {
    .site-header .navbar-header {
        float: left;
        padding-right: 0;
    }

    .dtv-menu .navbar-nav {
        margin: 0;
    }

    .site-header .container {
        padding-right: 0;
        padding-left: 0;
    }

    .site-header .header-content {
        padding-right: 15px;
        padding-left: 15px;
    }

    .care-container .care-info.empty {
        width: 100%;
        padding: 20px 30px;
    }

    .care-container .care-info {
        position: fixed;
        top: 62px;
    }

    .care-container .care-info .care-empty {
        font-size: 16px;
        line-height: 24px;
    }

    .home-page .banner .main-title {
        margin-bottom: 20px;
    }

    .banner .main-title,
    .tim-kiem .banner .main-title {
        font-size: 30px;
        line-height: 45px;
    }

    .banner {
        height: 300px;
    }

    .sec-spacing,
    .info,
    .reason,
    .member,
    .quy_trinh,
    .process,
    .contact-page .contact,
    .ky-gui-page .section-building.loi-ich {
        padding: 50px 0;
    }

    .feedback {
        padding: 50px 0 35px;
    }

    .info .section-content:before {
        margin: 30px 0 20px;
    }

    .info .section-content:after {
        top: 30px;
        left: 80px;
    }

    .tron-goi-page .sec-title,
    .info .section-content .infor-title {
        font-size: 22px;
        line-height: 32px;
    }

    .info .section-content {
        font-size: 16px;
        line-height: 26px;
    }

    .reason .reason-item h3 {
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .reason .reason-title,
    .member .member-title,
    .quy_trinh .quy_trinh-title,
    .feedback .feedback-title,
    .process .process-title {
        margin-bottom: 35px;
    }

    .member .js-member-owl-carousel {
        padding: 0 20px;
        margin: 0;
    }

    .reason .reason-title,
    .member .member-title,
    .quy_trinh .quy_trinh-title,
    .feedback .feedback-title,
    .process .process-title {
        font-size: 24px;
    }

    .feedback .js-list-feedback-owl-carousel .feedback-item {
        padding: 30px 30px 0;
    }

    .quy_trinh ul>li h3 {
        font-size: 16px;
    }

    .quy_trinh ul>li:before {
        left: -50px;
    }

    .quy_trinh ul>li {
        margin-left: 50px;
        padding: 24px 30px;
    }

    .quy_trinh ul>li:not(:last-child):after {
        left: -34px;
    }

    .footer-item {
        width: 100% !important;
        padding-bottom: 15px;
        text-align: center !important;
    }

    .footer-widgets {
        padding: 35px 0;
    }

    .footer-item .widget-title {
        min-height: auto;
    }

    .footer-item .widget_nav_menu ul li a {
        justify-content: center;
    }

    .feedback .js-list-feedback-owl-carousel .feedback-item {
        margin: 0 30px 40px;
    }

    body .quan-page .banner .main-title,
    body .quan-gia-page .banner .main-title {
        font-size: 30px;
        line-height: 45px;
        margin-bottom: 10px;
    }

    .list-building [class*="col-"] {
        width: 100%;
        float: left;
    }

    .search-head.edit>div {
        display: none;
    }

    .quan-gia-page .team-building {
        padding: 30px 0;
    }

    .list-member>li {
        max-width: 50%;
        padding-bottom: 30px;
    }

    .kinh-nghiem .sec-title {
        margin: 0 0 30px;
        font-size: 24px;
    }

    .kinh-nghiem .tab-title .nav-pills {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .kinh-nghiem .tab-title .nav-pills>li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        max-width: 49%;
    }

    .kinh-nghiem .tab-content h2 {
        margin-top: 10px;
        margin-bottom: 25px;
    }

    .kinh-nghiem .tab-content h2 {
        font-size: 24px;
    }

    .kinh-nghiem .tab-content .tab-pane {
        padding: 30px 20px 0;
    }

    .site-content {
        padding-bottom: 70px;
    }

    .ky-gui-page .section-building {
        padding: 70px 0 0;
    }

    body .quan-page .banner .main-title,
    body .quan-gia-page .banner .main-title,
    .tim-kiem .banner .main-title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .quan-page .banner,
    .quan-gia-page .banner {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .banner.default {
        height: 197px;
    }

    .form-search.search-duong {
        text-align: center;
        padding: 30px 20px;
    }

    .form-search.search-duong .duong-item {
        width: 100%;
        border-bottom: 1px solid #DEE0E3;
    }

    .form-search.search-duong .line-item {
        display: none;
    }

    .form-search.search-title-building {
        padding: 30px 20px;
    }

    .sidebar .widget_nav_menu .menu>li>a {
        padding: 15px 20px;
    }

    .sidebar .widget .widget-title {
        margin-bottom: 20px;
    }

    .ky-gui-page .contact-building h3,
    .contact-page .banner .main-title {
        font-size: 22px;
        line-height: 28px;
    }

    .contact-page .section-building .sec-title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .contact-page .section-building .sec-subtitle {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 35px;
    }

    .cbanner-image p {
        padding: 0 15px;
    }

    .cbanner-image {
        font-size: 20px;
        line-height: 30px;
        height: 197px;
    }

    .building .blog-related {
        margin-top: 40px;
        padding-top: 40px;
    }

    .scrollup {
        width: 40px;
        height: 40px;
    }

    .archive.duong .cbanner-image h2,
    .archive.duong .cbanner-image .title {
        font-size: 22px;
        line-height: 28px;
    }

    .archive.duong .duong-related ul li {
        width: 50%;
    }

    .archive.duong .duong-content {
        padding: 30px 20px 30px;
    }

    /*.list-building.list .building-item {*/
    /*  width: auto; }*/
    .post .box-item {
        padding: 30px 20px;
    }

    .search-result .cbanner-image .search-info h2 {
        font-size: 22px;
    }

    .member .js-member-owl-carousel .member-item img {
        max-width: 190px;
        margin: auto;
    }

    .group-news .item-thumb {
        width: auto;
        position: inherit;
        left: auto;
        top: auto;
        height: auto;
    }

    .group-news .item-cat {
        padding-left: 0;
        display: block;
    }

    .care-result .cbanner-image .care-infomation h2 {
        text-align: center;
        font-size: 22px;
        line-height: 28px;
    }

    .view-style {
        display: none;
    }

    .content-slick .js-slider-slick {
        width: 100%;
        height: 400px;
    }

    body .info-building .tab-item.edit .tab-content>li {
        padding: 12px 0 0;
        height: auto;
        display: block;
    }

    .info-building .tab-item .tab-content>li {
        width: 100%;
        display: block;
    }

    .content-slick .thumbnails .slick-arrow {
        width: 30px;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .content-slick .thumbnails .slick-arrow.top {
        bottom: auto;
        top: 50%;
        right: -3px;
        -webkit-transform: translateY(-50%) rotate(-90deg);
        -moz-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
        -o-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg);
    }

    .content-slick .thumbnails .slick-arrow.bottom {
        bottom: auto;
        top: 50%;
        left: -3px;
        -webkit-transform: translateY(-50%) rotate(-90deg);
        -moz-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
        -o-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg);
    }

    .header-lang,
    .blog-widget {
        display: none;
    }

    .scrollup {
        z-index: 999;
    }

    .tron-goi-left {
        display: none;
    }

    .tron-goi-page .banner .main-title {
        font-size: 22px;
        line-height: 28px;
    }

    .tron-goi-page .banner {
        height: 200px;
    }

    .tron-goi-page .sec-title {
        font-size: 20px;
        line-height: 28px;
    }

    .tron-goi-page .yeu_cau {
        padding: 20px;
    }

    .tron-goi-page .yeu_cau .wpcf7-form {
        margin-top: 20px;
    }

    .tron-goi-page .quy_trinh .quy_trinh-title {
        margin: 0 0 30px;
    }

    .tron-goi-page .tron-goi-line {
        margin: 30px 0;
    }

    .list-filter .btn-filter {
        padding: 4px 14px;
    }

    .tron-goi-page .building-list .building-item h3 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .tron-goi-page .building-list .building-item .thumb {
        width: 100%;
        max-height: 100%;
        float: none;
    }

    .tron-goi-page .building-list .building-item ul {
        width: 100%;
        float: none;
        padding: 23px 15px 14px;
    }

    .tron-goi-page .building-list .building-item ul li span:first-child {
        width: 60%;
        display: inline-block;
        text-align: left;
    }

    .tron-goi-page .building-list .building-item ul li span:last-child {
        width: 40%;
        display: inline-block;
        text-align: right;
    }

    .building-content .content-slick .thumbnails {
        padding-top: 10px;
        margin: 0 -5px;
    }
}

@media (min-width: 640px) and (max-width: 768px) {
    .tron-goi-page .building-list .building-item {
        width: 50%;
        margin: auto auto 20px;
        float: left;
        padding: 0 15px;
    }

    .tron-goi-page .building-list .list-building {
        margin: 0 -15px;
        position: relative;
    }

    .tron-goi-page .building-list .list-building:before,
    .tron-goi-page .building-list .list-building:after {
        content: "";
        display: table;
        clear: both;
    }

    .footer-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .footer-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: auto !important;
    }

    .quan-gia-page .form-search .list-filter .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .list-building [class*="col-"] {
        width: 50%;
    }

    .group-news .item-cat {
        padding-left: 200px;
        display: flex;
    }

    .group-news .item-thumb {
        width: 200px;
        top: 30px;
        height: auto;
        position: absolute;
        left: 0;
    }

    .loi-ich .list-loiich>div {
        min-height: 230px;
        width: 50%;
        float: left;
    }
}

@media (max-width: 640px) {
    .single-detail.toa-nha .sidebar .js-sidebar-fixed {
        width: 100%;
        height: auto !important;
    }

    .single-detail.toa-nha .sidebar .js-sidebar-fixed .inner-wrapper-sticky {
        width: 100% !important;
    }

    .single-detail.toa-nha .sidebar .js-sidebar-fixed .inner-wrapper-sticky:before,
    .single-detail.toa-nha .sidebar .js-sidebar-fixed .inner-wrapper-sticky:after {
        content: "";
        display: table;
        clear: both;
    }

    .single-detail.toa-nha .sidebar .js-sidebar-fixed .inner-wrapper-sticky .building-head {
        width: 100%;
        float: none;
    }

    .single-detail.toa-nha .sidebar .js-sidebar-fixed .inner-wrapper-sticky .sidebar {
        width: 100%;
        float: none;
        flex: initial;
    }
}

@media (max-width: 480px) {

    .banner .main-title,
    .tim-kiem .banner .main-title {
        font-size: 22px;
        line-height: 28px;
    }

    .info .section-content {
        padding: 0 30px 40px;
    }

    .sec-spacing,
    .info,
    .reason,
    .member,
    .quy_trinh,
    .process,
    .contact-page .contact,
    .ky-gui-page .section-building.loi-ich {
        padding: 40px 0;
    }

    .banner {
        height: 260px;
    }

    .reason .reason-title,
    .member .member-title,
    .quy_trinh .quy_trinh-title,
    .feedback .feedback-title,
    .process .process-title {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .info .section-content .info-name {
        margin-top: 25px;
    }

    .contact-building {
        padding: 50px 0 40px;
    }

    .contact-building h3 {
        font-size: 22px;
        line-height: 30px;
    }

    body .contact-building .btn-phone,
    body .contact-building .btn-submit {
        min-width: 200px;
    }

    .kinh-nghiem .tab-title .nav-pills>li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .kinh-nghiem .tab-content h2 {
        font-size: 22px;
    }

    .kinh-nghiem .tab-content .tab-pane {
        padding: 30px 0 0;
    }

    body .kinh-nghiem .tab-title .nav-pills>li>a {
        padding: 15px 0 10px;
    }

    .kinh-nghiem .sec-title {
        margin: 0 0 25px;
        font-size: 20px;
    }

    .site-content {
        padding-bottom: 50px;
    }

    .ky-gui-page .section-building {
        padding: 50px 0 0;
    }

    .list-filter .btn-filter {
        margin: 0 10px 10px 0;
    }

    .form-search {
        padding: 25px 0;
    }

    .form-search .search-field {
        padding: 0 20px 14px;
    }

    .faq-page .ques-body {
        padding: 0 15px 12px 15px;
    }

    .sidebar .widget_help_center .widget-title {
        font-size: 22px;
        line-height: 28px;
    }

    .faq-page .btn-ques-title:before {
        right: 10px;
        width: 16px;
        height: 16px;
        margin-top: -8px;
    }

    .tz-form-contact.help_center.modal .modal-header {
        padding: 18px 15px;
    }

    .tz-form-contact.help_center.modal .modal-title {
        font-size: 18px;
        line-height: 24px;
    }

    .tz-form-contact.help_center.modal .modal-body {
        padding: 20px 30px 30px;
    }

    .site-header .lang-menu>li>a {
        margin-right: 15px;
    }

    .list-building .building-item {
        width: 100%;
    }

    .building-rank .heading {
        margin: 0 0 25px;
        font-size: 14px;
    }

    .building-rank .readmore {
        font-size: 13px;
    }

    .care-container .care-info {
        width: 100%;
    }

    .content-slick .js-slider-slick {
        width: 100%;
        height: 260px;
        margin-bottom: 10px;
    }

    .content-slick .js-slider-slick-thumbnails {
        margin: 0 -5px;
    }

    .tron-goi-page .banner .main-title,
    .tron-goi-page .sec-title {
        font-size: 18px;
        line-height: 26px;
    }

    .tron-goi-page .yeu_cau .wpcf7-form .form-group {
        width: 100%;
        margin-bottom: 5px;
    }

    .tron-goi-page .yeu_cau .wpcf7-form input.wpcf7-submit {
        margin-top: 15px;
    }

    .quy_trinh ul>li {
        margin-left: 34px;
        padding: 20px 20px;
    }

    .quy_trinh ul>li:before {
        left: -34px;
        width: 24px;
        height: 24px;
    }

    .quy_trinh ul>li:not(:last-child):after {
        left: -22px;
    }

    .tron-goi-page .list-filter {
        margin-top: 25px;
    }

    .tron-goi-page .tong_quan {
        padding: 30px 20px;
    }

    .tron-goi-page .huu_ich .sec-title {
        font-size: 18px;
    }

    .page-template-template-quan-gia .widget_nav_menu {
        display: none;
    }

    .page-template-template-quan-gia .widget_contact .btn-submit {
        display: none;
    }

    .tax-dia_diem .widget_nav_menu,
    .tax-hang_van_phong .widget_nav_menu {
        display: none;
    }

    .building-item .thumb {
        height: auto;
    }
}

.building-item .thumb {
    position: relative;
}

.vp-uudai {
    display: inline-block;
    position: absolute;
    background: rgba(225, 23, 92, 0.8);
    color: #fff;
    text-transform: uppercase;
    font-size: 0.85em;
    padding: 0 8px;
    line-height: 20px;
    top: 10px;
    left: 10px;
}

.footer-mobile {
    z-index: 999 !important;
}

/* style 2021 */

/* Fonts */
/*  Fonts Weight  */
/*  Background Color  */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.hentry.sticky .entry-title:after {
    content: "\f08d";
    padding-left: 20px;
    color: #E31C5f;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
}

.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #0073aa;
    display: block;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

/* Media */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Caption */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Gallery */
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/* Infinite scroll */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    max-width: 100%;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    clip: auto !important;
    color: #21759b;
    display: block;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.bypostauthor,
.sticky {
    color: #E31C5f;
}

code {
    color: #E31C5f;
}

form.post-password-form p label {
    font-family: "Muli", sans-serif;
    font-size: 14px;
    font-weight: 400;
    float: left;
}

form.post-password-form p label input {
    border: none;
    border-radius: 0;
    line-height: 30px;
    padding: 10px 15px;
    margin-left: 20px;
}

form.post-password-form p input[type='submit'] {
    border-radius: 0;
    cursor: pointer;
    border: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: 300;
    line-height: 30px;
    padding: 10px 15px;
    margin-left: 10px;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

form.post-password-form p input[type='submit']:hover {
    background: #E31C5f;
}

a.more-link {
    color: #E31C5f;
}

a.more-link:hover {
    color: #E31C5f;
}

.gallery {
    margin-bottom: 20px;
}

.gallery:before,
.gallery:after {
    content: "";
    display: table;
    clear: both;
}

.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
    width: auto !important;
}

.gallery-columns-2 .gallery-item {
    max-width: 48%;
    max-width: -webkit-calc(46%);
    max-width: calc(46%);
    width: auto !important;
}

.gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: -webkit-calc(29.3%);
    max-width: calc(29.3%);
    width: auto !important;
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(21%);
    max-width: calc(21%);
    width: auto !important;
}

.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(16%);
    max-width: calc(16%);
    width: auto !important;
}

.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(12.7%);
    max-width: calc(12.7%);
    width: auto !important;
}

.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(10.28%);
    max-width: calc(10.28%);
    width: auto !important;
}

.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(8.5%);
    max-width: calc(8.5%);
    width: auto !important;
}

.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(7.1%);
    max-width: calc(7.1%);
    width: auto !important;
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1),
.gallery-columns-4.gallery-size-thumbnail figure.gallery-item:nth-of-type(4n+1),
.gallery-columns-5.gallery-size-thumbnail figure.gallery-item:nth-of-type(5n+1),
.gallery-columns-6.gallery-size-thumbnail figure.gallery-item:nth-of-type(6n+1),
.gallery-columns-7.gallery-size-thumbnail figure.gallery-item:nth-of-type(7n+1),
.gallery-columns-8.gallery-size-thumbnail figure.gallery-item:nth-of-type(8n+1),
.gallery-columns-9.gallery-size-thumbnail figure.gallery-item:nth-of-type(9n+1) {
    clear: left;
}

.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
}

.gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

#gallery-2 {
    width: 300px;
}

#gallery-10 img,
#gallery-9 img,
#gallery-8 img,
#gallery-7 img,
#gallery-6 img,
#gallery-5 img,
#gallery-4 img,
#gallery-3 img,
#gallery-2 img,
#gallery-1 img {
    width: 100%;
    height: auto;
    border: none !important;
}

#gallery-3 {
    width: 600px;
}

/**
  Blog - Post Detail
*/
#page {
    overflow-x: hidden;
}

.site-content {
    overflow-x: hidden;
    /* padding-top: 40px; */
    padding-bottom: 60px;
}

.page-template-template-homepage .site-content {
    overflow-x: inherit;
    padding-top: 0;
    padding-bottom: 0;
}

.page-template-mbvp-ha-noi .site-content {
    overflow-x: inherit;
    padding-bottom: 0;
}

.archive .site-content,
.duong-page .site-content,
.page-template-template-vp-hcm .site-content,
.page-template-template-quan-gia .site-content,
.page-template-template-duong .site-content {
    padding-bottom: 0;
}

.post .post-grid {
    margin-left: -12px;
    margin-right: -12px;
}

.post .post-grid .post-item {
    padding-left: 12px;
    padding-right: 12px;
}

.post-grid.row {
    margin-left: -12px;
    margin-right: -12px;
}

.post-grid.row>div {
    padding-left: 12px;
    padding-right: 12px;
}

.post-grid .post-item {
    margin-bottom: 32px;
}

.post-grid .post-item:hover .post-item-inner {
    box-shadow: 0 8px 24px rgba(34, 37, 49, 0.16);
}

@media (max-width: 768px) {
    .post-grid.js-mobile-carousel.row {
        margin-left: -6px;
        margin-right: -6px;
    }

    .post-grid.js-mobile-carousel.row>div {
        padding-left: 6px;
        padding-right: 6px;
    }

    .post-grid.js-mobile-carousel .post-item {
        max-width: 335px;
        width: 335px;
    }
}

.post-grid .post-item-inner {
    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 rgba(34, 47, 49, 0.08);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.post-grid .post-item-inner .item-thumb {
    position: relative;
    padding-top: 67%;
    overflow: hidden;
    height: 0;
}

.post-grid .post-item-inner .item-thumb img {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-grid .post-item-inner .item {
    padding: 24px 24px 24px;
}

.post-grid .post-item-inner .item h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.26px;
    color: #222531;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 0 8px;
}

.post-grid .post-item-inner .item .excerpt {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.23px;
    color: #222531;
    opacity: 0.7;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.post-banner {
    margin: 0 0 34px;
}

.post-banner .title {
    font-weight: 600;
    font-size: 34px;
    line-height: 1.3em;
    letter-spacing: 0.36px;
    color: #222531;
    margin: 0 0 12px;
}

.post-banner p {
    font-size: 15px;
    line-height: 1.6em;
    letter-spacing: -0.23px;
    color: rgba(34, 37, 49, 0.7);
}

/**
  Pagination
*/
.pagination {
    display: block;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .pagination {
        margin: 0;
    }
}

.pagination .page-numbers>li {
    background: transparent;
    margin-bottom: 8px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.pagination .page-numbers>li>span,
.pagination .page-numbers>li>a {
    width: 44px;
    height: 44px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #222531;
}

.pagination .page-numbers>li>span.current {
    color: #fff;
    background-color: #08234c;
}

.pagination .page-numbers>li>a {
    -webkit-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
}

.pagination .page-numbers>li>a:hover {
    color: #E31C5f;
}

/*
    Post Detail
*/
.post-content-inner {
    position: relative;
    max-width: 750px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.43px;
}

.post-content-inner .title {
    font-weight: 600;
    font-size: 34px;
    line-height: 1.3em;
    letter-spacing: 0.36px;
    margin: 0 0 0px;
}

.post-content-inner .author_name {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.23px;
    color: rgba(34, 37, 49, 0.7);
}

.post-content-inner .post-thumbnail {
    margin-bottom: 20px;
}

/* .post-content-inner .post-content-head {
    margin-bottom: 40px;
} */

.post-content-inner img {
    border-radius: 12px;
}

.post .btn-view-all {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.post .view-all {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px 40px;
    background: #FFFFFF;
    border: 1px solid #CFD6E4;
    box-sizing: border-box;
    border-radius: 4px;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.23px;
    color: #222531;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.post .view-all:hover {
    border-color: #E31C5f;
    color: #E31C5f;
}

.blog-related {
    margin-top: 60px;
    padding-top: 80px;
    position: relative;
}

.blog-related:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 100vw;
    height: 1px;
    box-shadow: inset 0px -0.5px 0px #CFD6E4, inset 0px 0.5px 0px #CFD6E4;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.blog-related .title {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.3em;
    letter-spacing: 0.38px;
    color: #222531;
    margin-top: 0;
    margin-bottom: 40px;
}

.blog-related .post-grid {
    margin-left: 0;
    margin-right: 0;
}

.blog-related .post-grid .post-item {
    padding-left: 0;
    padding-right: 0;
}

.post-share .socials {
    display: flex;
}

.post-share .socials a {
    width: 32px;
    height: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border: 0.5px solid #A6B0C3;
    box-sizing: border-box;
    border-radius: 100px;
    font-size: 12px;
    color: #58667E;
}

.post-share .socials a:hover {
    background-color: #E31C5f;
    border-color: #E31C5f;
    color: #fff;
}

.post .site-content {
    overflow: hidden;
}

.post .post-share {
    position: absolute;
    left: -64px;
    top: 0;
}

.post .post-share .is-affixed>.inner-wrapper-sticky {
    padding-top: 120px;
}

.admin-bar .post .post-share .is-affixed>.inner-wrapper-sticky {
    padding-top: 150px;
}

.post .post-share .socials {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
}

.post .post-share .socials:after {
    content: "";
    display: block;
    height: 150px;
}

@media (max-width: 767px) {
    .post .post-share .socials:after {
        display: none;
    }
}

.post .post-share .socials a {
    margin-bottom: 16px;
}

/**
  Button Care
*/
@media (min-width: 992px) {
    .btn-care:hover {
        color: #E31C5F;
    }

    .btn-care:hover span .fa-heart-o {
        opacity: 0;
        visibility: hidden;
    }

    .btn-care:hover span .fa-heart {
        opacity: 1;
        visibility: visible;
    }
}

.btn-care {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    cursor: pointer;
    color: #212121;
    border: none;
    font-size: 10px;
    line-height: 12px;
    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: -0.23px;
    text-decoration-line: underline;
    color: #222531;
}

.btn-care .fa {
    font-size: 18px;
}

.btn-care.active {
    color: #E31C5F;
}

.btn-care.active span .fa-heart-o {
    opacity: 0;
    visibility: hidden;
}

.btn-care.active span .fa-heart {
    opacity: 1;
    visibility: visible;
}

.btn-care span {
    position: relative;
}

.btn-care span .fa-heart-o {
    opacity: 1;
    visibility: visible;
}

.btn-care span .fa-heart {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.btn-care i {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
    .mobile-none {
        display: none !important;
    }
}

@media (max-width: 992px) {
    .tablet-none {
        display: none !important;
    }
}

/**
  Modal
*/
.modal .modal-body .title {
    font-weight: 600;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: 0.36px;
    color: rgba(0, 0, 0, 0.8);
    margin: 0 0 40px;
}

@media (max-width: 767px) {
    .modal .modal-body .title {
        font-size: 28px;
        line-height: 34px;
        letter-spacing: 0.38px;
        margin-bottom: 24px;
    }
}

.modal .modal-body .thumb {
    margin-bottom: 40px;
}

.modal .modal-body .thumb img {
    width: 100%;
}

.modal .wpcf7 h2 {
    margin: 0 0 32px;
}

.modal .wpcf7 .action {
    position: relative;
}

.modal .wpcf7 .ajax-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0;
    background-color: #222531;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.modal .wpcf7 .wpcf7-mail-sent-ok {
    display: none !important;
}

.modal .wpcf7 .form-required label:after {
    content: "*";
    color: red;
    padding-left: .2em;
}

.modal .contact-form-complete {
    position: absolute;
    left: 30px;
    top: 65px;
    right: 30px;
    bottom: 65px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.modal .contact-form-complete.active {
    opacity: 1;
    visibility: visible;
}

.modal .contact-form-complete h2 {
    margin: 0 0 32px;
}

.modal .contact-form-complete>p {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.23px;
    color: #222531;
    margin-bottom: 32px;
}

.modal .contact-form-complete .btn {
    text-align: center;
    letter-spacing: -0.43px;
    font-size: 17px;
    line-height: 28px;
    color: #FFFFFF;
    padding: 12px 30px;
    background: #6B9E00;
    border-radius: 4px;
}

.modal .contact-complete-data {
    border: 1px solid #A6B0C3;
    box-sizing: border-box;
    border-radius: 12px;
    padding: 32px;
    margin-bottom: 40px;
}

.modal .contact-complete-data .form-group {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 0.5px solid #CFD6E4;
}

.modal .contact-complete-data .form-group:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.modal .contact-complete-data .form-group label {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.23px;
    color: #222531;
    margin-bottom: 0;
}

.modal .contact-complete-data .form-group .value {
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.43px;
    padding: 8px 0;
    color: #222531;
    margin: 0;
}

.maison-form-yeu-cau.modal {
    background: white;
}

.maison-form-yeu-cau.modal .modal-content {
    border: none;
}

.maison-form-yeu-cau.modal .modal-header {
    position: relative;
    color: #fff;
    margin: 0;
    padding: 49px 50px 43px;
    background-color: white;
}

.maison-form-yeu-cau.modal .modal-header:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1vw;
    -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;
}

.maison-form-yeu-cau.modal .modal-body {
    min-height: 100vh;
}

.maison-form-yeu-cau.modal .modal-title {
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    text-align: center;
    letter-spacing: -0.43px;
    color: #222531;
    margin: 0;
}

.maison-form-yeu-cau .modal-lg {
    margin: 0 auto 60px;
}

.elementor-section .h1,
.elementor-section .h2,
.elementor-section .h3,
.elementor-section h1,
.elementor-section h2,
.elementor-section h3 {
    margin-top: 0;
}

/*
    Post Detail
*/
/**
  Thông tin bổ sung
*/
.section-ttbs {
    background: #F8FAFD;
    box-shadow: inset 0px -0.5px 0px #CFD6E4, inset 0px 0.5px 0px #CFD6E4;
}

.ttbs-layout h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.38px;
    color: #222531;
    margin: 0 0 24px;
}

@media (min-width: 768px) {
    .ttbs-layout h2 {
        text-align: center;
    }
}

.ttbs-layout .description {
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.43px;
    color: #222531;
    max-width: 660px;
    margin: 0 auto 60px;
}

@media (min-width: 768px) {
    .ttbs-layout .description {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .ttbs-layout .description {
        margin-bottom: 40px;
    }
}

.ttbs-layout .ttbs-item {
    margin-bottom: 40px;
}

.ttbs-layout .ttbs-item:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: .7;
}

.ttbs-layout .ttbs-item .ttbs-item-image {
    margin-bottom: 16px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    background: #08234C;
}

.ttbs-layout .ttbs-item img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ttbs-layout .ttbs-item h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.26px;
    color: #222531;
    margin: 0;
}

@media (max-width: 767px) {
    .ttbs-layout .ttbs-item h3 {
        font-size: 20px;
    }
}

.ttbs-layout .ttbs-item h3 a {
    color: #222531;
}

.ttbs-layout .ttbs-item h3 a:hover {
    color: #E31C5f;
}

.ttbs-layout .row {
    margin-left: -12px;
    margin-right: -12px;
}

.ttbs-layout .row>div {
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
    flex-direction: column;
}

.ttbs-list {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .ttbs-list {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .modal-dialog {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .modal .modal-content:before {
        content: "";
        height: 72px;
        display: block;
        box-shadow: inset 0px -0.5px 0px #CFD6E4;
    }

    .modal button.close {
        right: 26px;
        top: 26px;
        display: inline-flex;
        line-height: 1em;
        font-size: 20px;
    }
}

/**
  List - Grid view
*/
.tab-title-inner {
    display: flex;
    align-items: center;
}

.tab-title-inner>.filter-price {
    flex: 1;
}

.sort-view {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.sort-view.flex-end {
    justify-content: flex-end;
}

.sort-global .dropdown-menu {
    right: 0;
    padding: 12px 0;
    margin: 2px 0 0;
    background: #FFFFFF;
    border: 1px solid #CFD6E4;
    box-sizing: border-box;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
}

.sort-global .dropdown-menu>li>a {
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.23px;
    color: #222531;
    padding: 10px 16px;
}

.sort-global .dropdown-menu>li>a:hover {
    background: #EFF2F5;
}

.sort-global .btn-default {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.23px;
    color: #222531;
    border-color: #CFD6E4;
    padding: 10px 16px;
    box-shadow: none;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.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;
}

.list-grid-view {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    border: none;
    box-sizing: border-box;
    border-radius: 0;
    flex: none;
    flex-grow: 0;
    margin: 0;
}

@media (max-width: 767px) {
    .list-grid-view {
        display: none;
    }
}

.list-grid-view>li>span {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.23px;
    color: #222531;
    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;
}

.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;
}

/**
  Van Phong - Page
*/
.quan-gia-page .page-content-head {
    margin-bottom: 24px;
}

.page-content-head {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .page-content-head {
        margin-bottom: 24px;
    }
}

.page-content-head h1,
.page-content-head h2 {
    font-weight: 600;
    font-size: 34px;
    line-height: 1.3em;
    letter-spacing: 0.36px;
    color: #222531;
    margin-top: 0;
    margin-bottom: 20px;
}

@media (max-width: 767px) {

    .page-content-head h1,
    .page-content-head h2 {
        font-size: 28px;
        line-height: 34px;
        letter-spacing: 0.38px;
    }
}

.posts-count {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.23px;
    color: #222531;
    margin-bottom: 16px;
    display: inline-block;
}

@media (max-width: 767px) {
    .posts-count {
        margin-bottom: 4px;
    }
}

.list-tax {
    display: flex;
    flex-wrap: wrap;
}

.list-tax li {
    position: relative;
}

.list-tax li a {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.23px;
    color: #222531;
    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 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.list-tax li a:hover {
    color: #fff;
    background-color: #08234C;
}

.list-price-filter {
    display: flex;
}

@media (max-width: 767px) {
    .list-price-filter {
        display: none;
    }
}

.list-price-filter li {
    position: relative;
}

.list-price-filter li.active a {
    color: #fff;
    background-color: #08234C;
}

.list-price-filter li a {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.23px;
    color: #222531;
    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 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.list-price-filter li a:hover {
    color: #fff;
    background-color: #08234C;
}

/*
  Building rank
*/
.quan-gia-page .sec-building-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

@media (max-width: 767px) {
    .quan-gia-page .sec-building-top {
        margin-bottom: 16px;
    }
}

.quan-gia-page .heading {
    margin: 0;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.26px;
    color: #222531;
}

@media (max-width: 767px) {
    .quan-gia-page .heading {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: -0.45px;
    }
}

.building-rank .readmore {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.23px;
    text-decoration-line: underline;
    color: #222531;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.building-rank .readmore:hover {
    color: #E31C5f;
}

.building-item {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    background: white;
    border: 1px solid #EAECEE;
}

.building-item .thumb {
    position: relative;
    height: 0;
    padding-top: 70%;
    overflow: hidden;
}

.building-item .content {
    padding: 10px 20px 20px;
}

.building-item h3 {
    margin-top: 0;
}

.building-item .name {
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.43px;
    color: #222531;
}

.building-item a.name:hover {
    color: #E31C5f;
}

.building-item .vitri {
    display: block;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.08px;
    color: #222531;
    opacity: 0.7;
    margin-bottom: 12px;
    min-height: 48px;
}

.building-item .meta {
    display: flex;
    align-items: center;
}

.building-item .meta .price {
    width: 100%;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.23px;
    color: #222531;
}

.building-item .meta .price .sub-price {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.08px;
    color: #222531;
    opacity: 0.7;
}

@media (max-width: 767px) {
    .building-item .meta .price .sub-price {
        margin-top: 34px;
    }
}

/*
    Tim theo Duong
*/
.character-menu {
    display: flex;
    position: relative;
}

.character-menu:before {
    content: "";
    position: absolute;
    left: 50%;
    width: 100vw;
    top: 0;
    border-top: 1px solid #CFD6E4;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.character-menu.owl-carousel .owl-stage-outer {
    overflow: inherit;
}

.character-menu.owl-carousel:after {
    content: "";
    position: absolute;
    right: -20px;
    width: 40px;
    height: 40px;
    top: 0;
    background: linear-gradient(270deg, rgba(34, 37, 49, 0.24) 0%, rgba(34, 37, 49, 0) 96.97%);
}

.character-menu .character-item-inner a {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.23px;
    color: #222531;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.character-menu .character-item-inner a:hover {
    color: #E31C5f;
}

.section-ten-duong .character-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    letter-spacing: 0.38px;
    color: #FFFFFF;
    background: #222531;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
    .section-ten-duong .character-title {
        width: 60px;
        height: 60px;
    }
}

.section-ten-duong .duong-character {
    position: relative;
    padding: 40px 0 28px;
}

.section-ten-duong .duong-character:before {
    content: "";
    position: absolute;
    left: 50%;
    width: 100vw;
    top: 0;
    border-top: 1px solid #CFD6E4;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.section-ten-duong .duong-character-inner {
    display: flex;
    justify-content: flex-start;
    position: relative;
    padding-left: 80px;
    min-height: 80px;
    align-items: center;
}

@media (max-width: 767px) {
    .section-ten-duong .duong-character-inner {
        padding-left: 0;
        align-items: flex-start;
        flex-direction: column;
    }
}

.section-ten-duong .duong-character-inner .character-title {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}

@media (max-width: 767px) {
    .section-ten-duong .duong-character-inner .character-title {
        position: static;
        left: auto;
        top: auto;
        margin: 0 0 12px;
    }
}

.section-ten-duong .list-duong {
    display: flex;
    flex-grow: 1;
    /* flex: 0 0 calc(100% - 80px); */
    flex-wrap: wrap;
    padding-left: 60px;
    max-width: calc(100% - 80px);
}

@media (max-width: 767px) {
    .section-ten-duong .list-duong {
        padding-left: 0;
        max-width: 100%;
    }
}

.section-ten-duong .list-duong li {
    flex: 0 0 25%;
    max-width: 25%;
}

@media (max-width: 991px) {
    .section-ten-duong .list-duong li {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}

@media (max-width: 767px) {
    .section-ten-duong .list-duong li {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.section-ten-duong .list-duong li a {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.23px;
    color: #222531;
    padding: 12px 0;
    display: inline-block;
}

.section-ten-duong .list-duong li a:hover {
    color: #E31C5f;
}

.list-btn-related ul {
    display: block;
}

.list-btn-related ul:before,
.list-btn-related ul:after {
    content: "";
    display: table;
    clear: both;
}

.list-btn-related ul li {
    width: auto;
    float: left;
    margin-right: 16px;
    margin-bottom: 10px;
}

.list-btn-related ul li a {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.23px;
    color: #222531;
    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;
    display: inline-block;
}

.list-btn-related ul li a:hover {
    color: #fff;
    background-color: #08234C;
    border-color: #08234C;
}

.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: 767px) {
    .section-layout {
        padding-bottom: 60px;
        padding-top: 60px;
    }
}

.section-layout: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: 0 0 40px;
}

.section-layout .post-grid {
    margin-bottom: 10px;
}

.section-tong-quan {
    padding: 80px 0;
    background: #F8FAFD;
}

@media (max-width: 767px) {
    .section-tong-quan {
        padding: 60px 0;
    }
}

.section-tong-quan .title {
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.38px;
    color: #222531;
    margin: 0 0 40px;
}

.section-tong-quan .short-desc {
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.43px;
    color: #222531;
    margin-bottom: 30px;
}

.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: 767px) {
    .section-tong-quan img {
        margin-bottom: 40px;
    }
}

.section-tong-quan .layout-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.section-tong-quan .layout-inner .title {
    margin-bottom: 30px;
}

.section-tong-quan .layout-info {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .section-tong-quan .layout-info {
        padding-right: 30px;
        flex: 0 0 47%;
        max-width: 47%;
    }
}

@media (min-width: 992px) {
    .section-tong-quan .layout-info {
        padding-right: 80px;
    }
}

.section-tong-quan .layout-image {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .section-tong-quan .layout-image {
        flex: 0 0 53%;
        max-width: 53%;
    }
}

.section-tong-quan .layout-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .mobile-center {
        text-align: center;
    }
}

.btn-global {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.23px;
    color: #222531;
    padding: 12px 40px;
    border: 1px solid #CFD6E4;
    background-color: #fff;
    border-radius: 4px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-global:hover {
    color: #fff;
    border-color: #E31C5f;
    background-color: #E31C5f;
}

.section-ten-duong {
    margin-bottom: 40px;
}

.dt-san {
    display: none;
    flex-direction: column;
}

.dt-san label {
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.08px;
    color: #222531;
    margin-bottom: 4px;
}

.dt-san span {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.08px;
    color: #222531;
    opacity: 0.7;
}

.list-building.list>div {
    width: 100%;
    margin-bottom: 24px;
}

.list-building.list .dt-san {
    display: inline-flex;
    min-width: 120px;
}

.list-building.list .building-item {
    display: flex;
}

.list-building.list .building-item .thumb {
    width: 170px;
    height: 127px;
    padding-top: 0;
}

.list-building.list .building-item .content {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
}

.list-building.list .building-item .name-vitri {
    min-width: 40%;
}

.list-building.list .building-item .name {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.26px;
}

.list-building.list .building-item .vitri {
    margin-bottom: 0;
    min-height: initial;
}

.list-building.list .building-item .meta .price {
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.43px;
}

.list-building.list .building-item .btn-care {
    margin-left: 44px;
}

/*
    Post Detail
*/
/**
  Icon List
*/
.elementor-widget-maisonreal-icon-list .elementor-icon-list-icon {
    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: -0.23px;
    color: #000000;
    background: #FFFFFF;
    border-radius: 100px;
}

.elementor-widget-maisonreal-icon-list .elementor-icon-list-icon i {
    font-style: normal;
}

.elementor-widget-maisonreal-icon-list .elementor-icon-list-items .elementor-icon-list-item {
    display: block;
    width: 100%;
}

.elementor-widget-maisonreal-icon-list .elementor-icon-list-items .elementor-icon-list-item a small {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.36px;
    color: rgba(34, 37, 49, 0.7);
}

.elementor-widget-maisonreal-icon-list .elementor-inline-items .elementor-icon-list-item {
    margin-bottom: 16px;
    display: flex;
}

@media (min-width: 992px) {
    .elementor-widget-maisonreal-icon-list .elementor-inline-items .elementor-icon-list-item {
        flex: 0 0 calc(50% - 16px);
        max-width: calc(50% - 16px);
    }
}

.element-dv-des {
    min-height: 168px;
}

.element-dv-des p {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .element-dv-des {
        min-height: auto !important;
    }
}

/*
    Button Care
*/
.widget-button-care .care-container {
    display: inline-block;
}

.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;
}

.widget-button-care .btn-list-care .icon-care {
    height: 16px;
    width: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    margin-right: 4px;
}

.widget-button-care .btn-list-care .icon-care:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.1;
    background-color: #FFFFFF;
    box-shadow: 0 1px 0 0 rgba(22, 29, 37, 0.05);
}

.widget-button-care .btn-list-care .icon-care:after {
    content: "";
    height: 6px;
    width: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #E1175C;
    box-shadow: 0 1px 0 0 rgba(22, 29, 37, 0.05);
    display: inline-block;
}

/*Search tên*/
.form-search.search-title-building {
    padding: 0;
    text-align: inherit;
    background: transparent;
    border: none;
}

.form-search.search-title-building .search-title {
    font-size: 14px;
    border-radius: 18px;
    background-color: #F4F6F8;
    font-weight: 600;
    line-height: 24px;
    padding: 6px 0;
    color: #212B36;
    width: 359px;
    text-align: center;
    max-width: 100%;
    display: inline-block;
    margin: 0;
}

.form-search.search-title-building .search-ten {
    padding: 12px 20px 12px 52px;
    font-weight: normal;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.43px;
    color: #222531;
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-sizing: border-box;
    border-radius: 6px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form-search.search-title-building .search-ten::-moz-placeholder {
    color: rgba(34, 37, 49, 0.4);
    opacity: 1;
}

.form-search.search-title-building .search-ten:-ms-input-placeholder {
    color: rgba(34, 37, 49, 0.4);
}

.form-search.search-title-building .search-ten::-webkit-input-placeholder {
    color: rgba(34, 37, 49, 0.4);
}

.form-search.search-title-building .btn-search {
    max-width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    padding: 9px 44px;
    background: linear-gradient(45deg, #E1175C 0%, #E8306F 100%);
    box-shadow: inset 0 1px 0 1px rgba(255, 255, 255, 0.06), 0 1px 0 0 rgba(22, 29, 37, 0.1);
    color: #FFFFFF;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
}

.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: #FFFFFF;
    border: 1px solid rgba(34, 37, 49, 0.16);
    box-shadow: 0px 16px 32px rgba(34, 37, 49, 0.24);
    border-radius: 8px;
    margin-top: 5px;
    max-width: 540px;
}

.form-search.search-title-building .search-suggest .dropdown-menu>li {
    background: transparent;
}

.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 {
    font-weight: normal;
    font-size: 17px;
    line-height: 28px;
    padding: 12px 32px;
    letter-spacing: -0.43px;
    color: #222531;
    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;
    box-sizing: border-box;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #222531;
    margin-right: 12px;
}

.form-search .search-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #222531;
}

.elementor-widget-maisonreal-search-form .elementor-widget-container,
.elementor-widget-maisonreal-search-form-hcm .elementor-widget-container,
.elementor-widget-maisonreal-search-vptg .elementor-widget-container {
    background-color: #08234C;
    padding: 8px 0;
}

@media (max-width: 767px) {

    .elementor-widget-maisonreal-search-form .elementor-widget-container,
    .elementor-widget-maisonreal-search-form-hcm .elementor-widget-container,
    .elementor-widget-maisonreal-search-vptg .elementor-widget-container {
        padding: 20px 0;
    }
}

.elementor-maisonreal-search-wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 0 -32px;
}

@media (max-width: 767px) {
    .elementor-maisonreal-search-wrapper {
        margin: 0 -20px;
    }
}

.elementor-maisonreal-search-wrapper>div {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 32px;
    padding-right: 32px;
}

@media (max-width: 767px) {
    .elementor-maisonreal-search-wrapper>div {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 767px) {
    .elementor-maisonreal-search-wrapper>div.tim-theo-field {
        display: none;
    }
}

.elementor-maisonreal-search-wrapper>div+div {
    position: relative;
}

.elementor-maisonreal-search-wrapper>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, 0.32);
}

@media (max-width: 767px) {
    .elementor-maisonreal-search-wrapper>div+div:before {
        position: relative;
        left: auto;
        top: auto;
        height: 1px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        border-left: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.32);
        width: 100%;
        display: block;
        margin: 20px 0;
    }
}

@media (max-width: 991px) {
    .elementor-widget-maisonreal-search-vptg .form-search .search-field.gia .dropdown-menu {
        left: auto;
        right: -3px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}

.form-search {
    padding: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.form-search.four-columns .search-field {
    flex: 0 0 25%;
    max-width: 25%;
}

@media (max-width: 991px) {
    .form-search.four-columns .search-field {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
        margin-bottom: 20px;
    }
}

.form-search.four-columns .tz-search-btn {
    flex: 0 0 25%;
    max-width: 25%;
}

@media (max-width: 991px) {
    .form-search.four-columns .tz-search-btn {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.form-search.three-columns .search-field {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

@media (max-width: 991px) {
    .form-search.three-columns .search-field {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }
}

.form-search.three-columns .tz-search-btn {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

@media (max-width: 991px) {
    .form-search.three-columns .tz-search-btn {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.form-search form {
    display: flex;
    flex-wrap: wrap;
}

.form-search .tz-search-btn {
    flex: 0 0 50%;
    max-width: 50%;
    margin: auto;
    font-weight: normal;
    font-size: 17px;
    line-height: 28px;
    padding: 12px;
    letter-spacing: -0.43px;
    background: #E31C5F;
    color: #FFFFFF;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    border: none;
}

.form-search .list-filter>li {
    display: inline-block;
}

.form-search .dropdown-menu .divider {
    background-color: #A6B0C3;
    margin: 12px 0;
    display: none;
}

.form-search .search-field {
    padding: 0 3px;
    flex: 0 0 50%;
    max-width: 50%;
}

.form-search .search-field.two-columns .dropdown-menu {
    min-width: 350px;
}

@media (max-width: 767px) {
    .form-search .search-field.two-columns .dropdown-menu {
        min-width: auto;
        width: 335px;
    }
}

.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;
}

@media (max-width: 991px) {
    .form-search .search-field.hang-vp .dropdown-menu {
        left: auto;
        right: -3px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@media (max-width: 767px) {
    .form-search .search-field.quan .dropdown-menu {
        left: -3px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}

.form-search .search-field .dropdown-menu {
    margin: 5px 0 0;
    background: #FFFFFF;
    border: 1px solid rgba(34, 37, 49, 0.16);
    box-shadow: 0 16px 32px rgba(34, 37, 49, 0.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%);
}

@media (max-width: 767px) {
    .form-search .search-field .dropdown-menu {
        min-width: auto;
        width: 335px;
    }
}

.form-search .search-field .btn-field-filter {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.23px;
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-sizing: border-box;
    padding: 8px 12px;
    border-radius: 6px;
    background: transparent;
    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;
}

.form-search .search-field .btn-field-filter small {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.36px;
    color: rgba(255, 255, 255, 0.7);
}

.form-search .search-field .btn-field-filter small span {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.23px;
    color: #fff;
}

.form-search .search-field ul>li:first-child {
    padding: 0 30px;
}

.form-search .search-field h3 {
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.43px;
    color: #222531;
    margin: 0 0 12px;
    padding: 16px 0;
    border-bottom: 1px solid #A6B0C3;
}

.form-search .search-field .note {
    display: flex;
    align-items: center;
}

.form-search .search-field .note .note-item {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.36px;
    color: rgba(34, 37, 49, 0.7);
    padding: 6px 12px;
    flex: 0 0 calc(50% - 16px);
    max-width: calc(50% - 16px);
    border: 1px solid #A6B0C3;
    box-sizing: border-box;
    border-radius: 4px;
}

.form-search .search-field .note .note-item>span {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.23px;
    color: #222531;
    opacity: 0;
    visibility: hidden;
}

.form-search .search-field .note .divider {
    content: "";
    width: 16px;
    margin: 0 8px;
    border-top: 1px solid #A6B0C3;
    display: inline-block;
}

.form-search .list-filter-tax .item-checkbox span {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.23px;
    color: #222531;
}

.form-search .list-filter-price {
    margin: 30px 0;
}

.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: -0.23px;
    text-decoration-line: underline;
    color: #08234C;
    opacity: 0.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: -0.23px;
    background: #08234C;
    border-radius: 4px;
    padding: 6px 16px;
    color: #FFFFFF;
}

.form-search .btn-filter-save:hover {
    background-color: #E31C5f;
    border-color: #E31C5f;
}

.form-search .item-checkbox {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.23px;
    color: #222531;
    position: relative;
    margin-bottom: 0;
    padding: 12px 0 12px 32px;
    width: 100%;
    cursor: pointer;
}

.form-search .item-checkbox:hover,
.form-search .item-checkbox:focus,
.form-search .item-checkbox:active {
    color: #E31C5f;
}

.form-search .item-checkbox:hover .checkmark,
.form-search .item-checkbox:focus .checkmark,
.form-search .item-checkbox:active .checkmark {
    border-color: #E31C5f;
}

.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 input:checked~.checkmark:after {
    display: block;
}

.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);
}

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, #FFFFFF 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: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.23px;
    color: #222531;
    display: inline-flex;
    margin-left: 0 !important;
    margin-right: 0 !important;
    left: 8px !important;
    top: 52px !important;
    background: transparent;
}

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;
}

/*Nav Menu*/
.elementor-nav-menu-wrapper .primary-navigation {
    display: block;
}

.elementor-nav-menu-wrapper .primary-navigation ul {
    list-style: none;
    padding-left: 0;
    display: block;
}

.elementor-nav-menu-wrapper .primary-navigation ul.menu>li {
    display: inline-flex;
}

.elementor-nav-menu-wrapper .primary-navigation ul.menu>li.menu-item {
    position: relative;
}

.elementor-nav-menu-wrapper .primary-navigation ul.menu>li.menu-item.has-mega-menu {
    position: static;
}

.elementor-nav-menu-wrapper .primary-navigation ul.menu>li.menu-item.sub-menu-left {
    position: relative;
}

.elementor-nav-menu-wrapper .primary-navigation ul.menu>li.menu-item>a {
    position: relative;
    overflow: hidden;
}

.elementor-nav-menu-wrapper .primary-navigation ul.menu>li.menu-item>a>span:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #E31C5f;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: -4px;
    opacity: 0;
    visibility: hidden;
}

.elementor-nav-menu-wrapper .primary-navigation ul.menu>li.menu-item>a:hover>span:before {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.elementor-nav-menu-wrapper .primary-navigation ul.menu>li.current-menu-item>a,
.elementor-nav-menu-wrapper .primary-navigation ul.menu>li.current_page_item>a {
    position: relative;
}

.elementor-nav-menu-wrapper .primary-navigation ul.menu>li.current-menu-item>a>span:before,
.elementor-nav-menu-wrapper .primary-navigation ul.menu>li.current_page_item>a>span:before {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.elementor-nav-menu-wrapper .primary-navigation ul li {
    position: relative;
    display: inline-block;
    text-align: left;
}

.elementor-nav-menu-wrapper .primary-navigation ul li>a {
    display: inline-block;
}

.elementor-nav-menu-wrapper .primary-navigation ul li:hover>ul,
.elementor-nav-menu-wrapper .primary-navigation ul li:focus>ul {
    left: 1em;
    display: block;
    opacity: 1;
    visibility: visible;
}

.elementor-nav-menu-wrapper .primary-navigation ul li:hover>ul li:hover>ul,
.elementor-nav-menu-wrapper .primary-navigation ul li:hover>ul li.focus>ul,
.elementor-nav-menu-wrapper .primary-navigation ul li:focus>ul li:hover>ul,
.elementor-nav-menu-wrapper .primary-navigation ul li:focus>ul li.focus>ul {
    left: 100%;
    top: 0;
    display: block;
    opacity: 1;
    visibility: visible;
}

.elementor-nav-menu-wrapper .primary-navigation ul li>ul li>ul.sub-menu {
    left: -9999em;
    /* 1 */
    opacity: 0;
    visibility: hidden;
}

.elementor-nav-menu-wrapper .primary-navigation ul li>ul li>ul.sub-menu.sub-menu--is-touch-device {
    display: none;
    left: 0;
}

.elementor-nav-menu-wrapper .primary-navigation ul.sub-menu {
    background: #FFFFFF;
    border: 1px solid rgba(34, 37, 49, 0.16);
    box-shadow: 0 16px 32px rgba(34, 37, 49, 0.24);
    border-radius: 8px;
    padding: 16px;
    float: left;
    position: absolute;
    top: 100%;
    z-index: 99999;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.elementor-nav-menu-wrapper .primary-navigation ul.sub-menu>li {
    display: block;
    min-width: 260px;
}

.elementor-nav-menu-wrapper .primary-navigation ul.sub-menu>li>a {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.23px;
    color: #222531;
    padding: 12px 16px;
    border-radius: 4px;
    display: block;
}

.elementor-nav-menu-wrapper .primary-navigation ul.sub-menu>li>a:hover {
    background: #EFF2F5;
}

.elementor-nav-menu-wrapper .primary-navigation ul.sub-menu>li>a small {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.36px;
    color: rgba(34, 37, 49, 0.7);
}

.elementor-nav-menu-wrapper .primary-navigation ul.sub-menu.mega-menu {
    top: calc(100%);
}

.elementor-widget-counter.text-left .elementor-counter-title {
    text-align: left;
}

.elementor-widget-counter.text-left .elementor-counter-number-prefix {
    display: none;
}

.elementor-widget-maisonreal-du-an .post-grid .post-item {
    margin-bottom: 50px;
}

/*Tabs*/
.elementor-widget-maisonreal-tabs.elementor-widget-tabs a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.elementor-widget-maisonreal-tabs.elementor-widget-tabs .elementor-tabs-wrapper {
    background-color: #f9f9f9;
}

.elementor-widget-maisonreal-tabs.elementor-widget-tabs .elementor-tab-mobile-title {
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Inter", sans-serif;
}

.elementor-widget-maisonreal-tabs.elementor-widget-tabs .elementor-tab-title {
    padding: 15px 25px;
    position: relative;
    line-height: 20px;
}

.elementor-widget-maisonreal-tabs.elementor-widget-tabs .elementor-tab-title a {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.elementor-widget-maisonreal-tabs.elementor-widget-tabs .elementor-tab-title:after {
    content: none;
}

.elementor-widget-maisonreal-tabs.elementor-widget-tabs .elementor-tab-title.elementor-active {
    border-bottom-style: solid;
}

.elementor-widget-maisonreal-tabs.elementor-widget-tabs .elementor-tab-title.elementor-active a {
    color: #ffffff;
}

.elementor-widget-maisonreal-tabs.elementor-widget-tabs .elementor-tab-title:hover a {
    color: #ffffff;
}

.elementor-widget-maisonreal-tabs.elementor-widget-tabs .elementor-tab-title:before {
    display: none !important;
}

.elementor-widget-maisonreal-tabs.elementor-widget-tabs .elementor-tab-content,
.elementor-widget-maisonreal-tabs.elementor-widget-tabs .elementor-tabs-content-wrapper {
    border: none;
}

.elementor-widget-maisonreal-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tabs-wrapper {
    display: flex;
    flex-wrap: wrap;
    overflow: unset;
}

.elementor-widget-maisonreal-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-title {
    border: none;
}

.elementor-widget-maisonreal-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-title.elementor-tab-mobile-title {
    border-right: 1px solid;
}

.elementor-widget-maisonreal-tabs.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-title {
    border-left: 1px solid;
    border-right: 1px solid;
    border-top: 1px solid;
    border-bottom: none;
}

.elementor-widget-maisonreal-tabs.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-title.elementor-tab-mobile-title.elementor-active {
    border-bottom: 1px solid;
}

.elementor-widget-maisonreal-tabs.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-title:last-of-type {
    border-bottom: 1px solid;
}

.elementor-widget-maisonreal-tabs .elementor-tabs .elementor-tab-mobile-title {
    display: none !important;
}

.elementor-form-head {
    position: absolute;
    right: 0;
    z-index: 1;
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    text-align: center;
    letter-spacing: -0.43px;
    color: #222531;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0px -0.5px 0px #cfd6e4, inset 0px 0.5px 0px #cfd6e4;
    width: 100vw;
    left: 50%;
    top: -180px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    .elementor-form-head {
        height: 90px;
        top: -90px;
    }
}

.e-form__buttons__wrapper__button-previous,
.e-form__buttons__wrapper__button-next {
    background: #FFFFFF !important;
    border: 2px solid #222531 !important;
    box-sizing: border-box;
    border-radius: 4px !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    line-height: 24px !important;
    letter-spacing: -0.23px !important;
    color: #222531 !important;
}

.e-form__buttons__wrapper__button-previous:hover,
.e-form__buttons__wrapper__button-next:hover {
    color: #E31C5f !important;
    border-color: #E31C5f !important;
}

.btn-form-yeu-cau {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.23px;
    color: #FFFFFF;
    padding: 16px 30px;
    width: 100%;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 4px;
    background: transparent;
    display: block;
    text-align: center;
}

.btn-form-yeu-cau:hover {
    color: #E31C5f;
    border-color: #E31C5f;
}

.lang-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
}

.lang-list li {
    margin-right: 30px;
}

.menu-popup-footer {
    padding: 30px 20px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.menu-popup-footer p {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.08px;
    color: #222531;
    margin-bottom: 4px;
}

.menu-popup-footer .phone {
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.43px;
    color: #222531;
}

.maison-menu-popup.modal {
    background: white;
}

.maison-menu-popup.modal .modal-dialog {
    overflow: visible;
    margin: 0;
}

.maison-menu-popup.modal .modal-body {
    padding: 0 0 150px;
    display: flex;
    min-height: calc(100vh - 190px);
    flex-direction: column;
    justify-content: space-between;
}

.maison-menu-popup.modal .modal-content {
    border: none;
}

.maison-menu-popup.modal .modal-content:before {
    display: none;
}

.maison-menu-popup.modal button.close {
    right: 32px;
    top: 37px;
    display: inline-flex;
    font-size: inherit;
    opacity: 1;
}

.maison-menu-popup.modal .modal-header {
    position: relative;
    color: #fff;
    margin: 0;
    padding: 0;
    background-color: white;
    display: block;
    height: 90px;
}

.maison-menu-popup.modal .modal-header:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1vw;
    -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;
}

.maison-menu-popup.modal .modal-title {
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    text-align: center;
    letter-spacing: -0.43px;
    color: #222531;
    margin: 0;
}

.maison-menu-popup.modal .dl-menuwrapper li.dl-back {
    position: absolute;
    left: 32px;
    top: 0;
    -webkit-transform: translateY(-77px);
    -moz-transform: translateY(-77px);
    -ms-transform: translateY(-77px);
    -o-transform: translateY(-77px);
    transform: translateY(-77px);
}

.maison-menu-popup.modal .dl-menuwrapper li.dl-back>a {
    padding: 0;
    background: transparent !important;
}

.maison-menu-popup .modal-lg {
    margin: 0 auto 60px;
}

.elementor-widget-maisonreal-brand .elementor-brand-wrapper .row {
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}

@media (max-width: 767px) {
    .elementor-widget-maisonreal-brand .elementor-brand-wrapper .row {
        margin-left: -6px;
        margin-right: -6px;
        flex-wrap: nowrap;
    }
}

.elementor-widget-maisonreal-brand .elementor-brand-wrapper .row .elementor-brand-item {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .elementor-widget-maisonreal-brand .elementor-brand-wrapper .row .elementor-brand-item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .elementor-widget-maisonreal-brand .elementor-brand-wrapper .row .elementor-brand-item {
        flex: 0 0 252px;
        width: 252px;
        padding-left: 6px;
        padding-right: 6px;
        max-width: none;
    }
}

.elementor-widget-maisonreal-brand .elementor-brand-item {
    flex-direction: column;
    text-align: left;
    align-items: inherit;
}

.elementor-widget-maisonreal-brand .elementor-brand-item .item-inner {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.elementor-widget-maisonreal-brand .elementor-brand-item .elementor-brand-image {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 16px;
    font-size: inherit;
    display: flex;
}

.elementor-widget-maisonreal-brand .elementor-brand-item .elementor-brand-image a {
    width: 100%;
    height: 100%;
}

.elementor-widget-maisonreal-brand .elementor-brand-item .elementor-brand-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.elementor-widget-maisonreal-brand .elementor-brand-item .elementor-brand-content h3 {
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.43px;
    color: #222531;
    margin: 0;
}

.elementor-widget-maisonreal-brand .elementor-brand-item .elementor-brand-content h3 a {
    color: inherit;
}

.elementor-widget-maisonreal-brand .elementor-brand-item .elementor-brand-content h3 a:hover {
    color: #E31C5f;
}

.elementor-widget-maisonreal-brand .elementor-brand-item .elementor-brand-content p {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.23px;
    color: rgba(34, 37, 49, 0.7);
    margin: 0;
}

/*Phong Thuy*/
@media (min-width: 992px) {

    .pt-detail-content .pt-form,
    .pt-detail-content .pt-desc,
    .pt-title {
        padding: 0 80px;
    }
}

.pt-detail-content .btn-next {
    max-width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    padding: 16px 30px;
    background: linear-gradient(45deg, #E1175C 0%, #E8306F 100%);
    box-shadow: inset 0 1px 0 1px rgba(255, 255, 255, 0.06), 0 1px 0 0 rgba(22, 29, 37, 0.1);
    color: #FFFFFF;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    min-width: 120px;
}

.pt-detail-content .btn-next.full {
    width: 100%;
}

.pt-detail-content .btn-prev {
    padding: 16px 30px;
    margin: 0 16px 16px 0;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    max-width: 100%;
    text-align: center;
    min-width: 120px;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.23px;
    color: #222531;
    border: 1px solid #222531;
    box-sizing: border-box;
    border-radius: 4px;
}

.pt-detail-content .btn-prev:hover,
.pt-detail-content .btn-prev:focus {
    background-color: #04265A;
}

.pt-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    letter-spacing: 0.38px;
    color: #222531;
    margin: 0 0 30px;
}

.form-default {
    margin-bottom: 40px;
}

.form-default label {
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.23px;
    color: #222531;
    margin: 0 0 8px;
}

.form-default .form-group {
    margin-bottom: 30px;
}

.form-default button[type="submit"] {
    font-size: 17px;
    line-height: 28px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    letter-spacing: -0.43px;
    color: #FFFFFF;
    background: #E31C5F;
    border-radius: 4px;
    padding: 12px 32px;
    width: 100%;
    border: none;
    box-shadow: none;
    margin-bottom: 32px;
}

.form-default .form-alert-info {
    font-size: 22px;
    line-height: 34px;
    text-align: center;
    letter-spacing: 0.38px;
    color: #222531;
    display: block;
}

.form-default .form-required label:after {
    content: "*";
    color: red;
    padding-left: .2em;
}

.form-default .form-alert-info strong {
    font-weight: 600;
}

.form-default .dropdown button {
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.43px;
    color: rgba(34, 37, 49, 0.7);
    padding: 12px 16px;
    background: #FFFFFF;
    border: 1px solid #A6B0C3;
    box-sizing: border-box;
    border-radius: 4px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.form-default .dropdown-menu {
    width: 100%;
    background-color: #fff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #A6B0C3;
    padding: 12px 0px 12px 0px;
}

.form-default .dropdown-menu>li>a {
    color: #222531;
    padding: 10px 16px 10px 16px;
}

.form-default .dropdown-menu>li>a:hover {
    color: #222531;
    background-color: #EFF2F5;
}

.ty-gia-wrapper .form-default label {
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: -0.23px;
    color: #222531;
}

.ty-gia-wrapper .form-default button[type="submit"] {
    width: auto;
    margin: 0;
}

.ty-gia-wrapper .form-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.ty-gia-wrapper .ghi-chu {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.23px;
    color: rgba(34, 35, 81, 0.7);
}

.ty-gia-wrapper .ghi-chu p {
    margin: 0;
}

.ty-gia-wrapper .quy-doi-result {
    display: none;
}

.ty-gia-wrapper .khoi-luong input {
    width: 280px;
}

.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 .quy-doi-inner {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}

.ty-gia-wrapper .quy-doi-inner>div {
    padding-left: 12px;
    padding-right: 12px;
}

.ty-gia-wrapper .flat {
    width: 23px;
    height: 18px;
    display: inline-flex;
    margin-right: 10px;
}

.ty-gia-wrapper .usd .flat {
    background-color: #A2124F;
}

.ty-gia-wrapper .vnd .flat {
    background-color: #F31818;
}

.ty-gia-wrapper .qd-box {
    background: #FFFFFF;
    border: 1px solid #A6B0C3;
    box-sizing: border-box;
    border-radius: 4px;
    display: block;
    position: relative;
    padding: 12px 16px;
    width: 280px;
    height: 52px;
}

.ty-gia-wrapper .qd-box.qd-box-usd.switch .vnd {
    opacity: 1;
    visibility: visible;
}

.ty-gia-wrapper .qd-box.qd-box-usd.switch .usd {
    opacity: 0;
    visibility: hidden;
}

.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-usd .usd {
    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 .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-vnd .vnd {
    opacity: 1;
    visibility: visible;
}

.ty-gia-wrapper .qd-box-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.ty-gia-wrapper .currency {
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.43px;
    color: rgba(34, 37, 49, 0.7);
}

.ty-gia-wrapper .btn-switch {
    background: #FFFFFF;
    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 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ty-gia-wrapper .btn-switch:hover {
    border-color: #E31C5f;
}

.ty-gia-wrapper .blur {
    opacity: 0;
    visibility: hidden;
}

.ty-gia-wrapper .qd-box-switch {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 52px;
}

.btn-switch-language img {
    max-width: 18px;
    height: auto;
    width: auto;
}

/**
  Van Phong - Detail
*/
@media (min-width: 992px) {
    .single-detail .building-content {
        padding-right: 45px;
    }
}

.building-meta .btn-care .text {
    display: block;
}

.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: 767px) {
    .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: 767px) {
    .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: 767px) {
    .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: 768px) {
    .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: 768px) {
    .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: #FFFFFF;
    }

    .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: 992px) {
    .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: #FFFFFF;
    border: 1px solid #CFD6E4;
    box-sizing: border-box;
    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: #FFFFFF;
    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: normal;
    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;
    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: #FFFFFF;
    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: #FFFFFF;
    border: 0.5px solid #E31C5F;
    box-sizing: border-box;
    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);
    box-sizing: border-box;
    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: 767px) {
    .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-thonh-tin {
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 0.5px solid #A6B0C3;
}

.list-thonh-tin .tab-content ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}

.list-thonh-tin .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;
}

@media (max-width: 767px) {
    .list-thonh-tin .tab-content ul li {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.list-thonh-tin .tab-content ul li .icon {
    flex: 0 0 40px;
    max-width: 40px;
    display: inline-flex;
}

.list-thonh-tin .tab-content ul li .icon span {
    max-width: 25px;
    display: inline-block;
    text-align: center;
}

.list-thonh-tin .tab-content ul li .info {
    display: flex;
    flex-direction: column;
    flex: 0 0 calc(100% - 40px);
    max-width: calc(100% - 40px);
    padding: 0;
}

.list-thonh-tin .tab-content ul li .info strong {
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.43px;
    color: #222531;
}

.list-thonh-tin .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: 0.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: 767px) {
    .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: -0.43px;
    color: #222531;
}

.list-dots .tab-content ul li .info span {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.23px;
    color: rgba(34, 37, 49, 0.7);
}

@media (max-width: 767px) {
    .plan-image {
        margin-bottom: 30px;
    }
}

.list-checkbox {
    margin-bottom: 30px;
    border-bottom: 0.5px solid #A6B0C3;
}

.list-checkbox.two-columns .tab-content ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 10px;
}

.list-checkbox.two-columns .tab-content ul li {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 767px) {
    .list-checkbox.two-columns .tab-content ul li {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.list-checkbox .tab-content ul li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 28px;
    color: #222531;
    align-items: center;
}

.list-checkbox .tab-content ul li i {
    font-size: 10px;
    margin-right: 12px;
    width: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.list-checkbox .tab-content ul li span {
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.43px;
}

.building-ttnb {
    margin-top: 40px;
    border-radius: 12px;
    position: relative;
    padding: 60px;
    margin-bottom: 30px;
    overflow: hidden;
    background-image: url(https://maisonoffice.vn/wp-content/uploads/2020/02/de-xuat-van-phong-tai-maison-office.gif);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .building-ttnb {
        padding: 40px 20px;
    }
}

.building-ttnb .ttnb-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgb(0 0 0 / 0%);
}

.building-ttnb .ttnb-description {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.26px;
    color: #FFFFFF;
    margin: 0 0 24px;
    max-width: 55%;
    position: relative;
}

@media (max-width: 992px) {
    .building-ttnb .ttnb-description {
        max-width: 80%;
    }
}

@media (max-width: 767px) {
    .building-ttnb .ttnb-description {
        max-width: none;
    }
}

.building-ttnb .ttnb-contact {
    font-weight: 600;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: -0.43px;
    color: #FFFFFF;
    max-width: 55%;
    position: relative;
}

@media (max-width: 768px) {
    .building-ttnb .ttnb-contact {
        max-width: 100%;
    }
}

.building-ttnb .ttnb-contact a {
    color: #E31C5f;
}

.content-extra {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 0.5px solid #A6B0C3;
}

@media (max-width: 768px) {
    .content-extra .readmore {
        text-align: center;
    }
}

.content-extra .fulltext h2 {
    font-size: 17px;
    line-height: 28px;
}

.btn-view-more {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.23px;
    color: #222531;
    padding: 12px 40px;
    background: #FFFFFF;
    border: 1px solid #CFD6E4;
    box-sizing: border-box;
    border-radius: 4px;
    margin-top: 30px;
    display: inline-block;
}

.btn-view-more:hover {
    color: #E31C5f;
    border-color: #E31C5f;
}

.section-extra {
    margin-bottom: 80px;
    padding-bottom: 80px;
    box-shadow: inset 0px -0.5px 0px #CFD6E4;
}

.section-map .map-content p {
    margin: 0;
}

.section-map .map-content iframe {
    width: 100%;
    border: 1px solid rgba(34, 37, 49, 0.16) !important;
    box-sizing: border-box;
    border-radius: 8px;
    overflow: hidden;
}

.single .section-building.cung-quan {
    padding-bottom: 50px;
}

.single .section-building.cung-hang {
    padding-bottom: 50px;
}

.single .section-building.quan-khac {
    padding-bottom: 50px;
}

.single .section-building.section-map .heading {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.26px;
    margin: 0 0 30px;
}

.single .section-building .heading {
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.38px;
    color: #222531;
    margin: 0 0 40px;
}

.building-extra {
    position: relative;
    margin-left: -6px;
    margin-right: -6px;
    display: flex;
    flex-wrap: nowrap;
}

@media (max-width: 767px) {
    .building-extra {
        margin-left: 0;
        margin-right: 0;
    }
}

.building-extra.post-grid .post-item {
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 6px;
    padding-right: 6px;
}

@media (max-width: 767px) {
    .building-extra.post-grid .post-item {
        flex: auto;
        max-width: none;
        width: 285px;
        padding-left: 20px;
        padding-right: 0;
    }
}

.building-extra.post-grid .post-item-inner .item h3 {
    font-size: 17px;
    line-height: 22px;
    letter-spacing: -0.43px;
}

.building-extra.post-grid .post-item-inner .item .excerpt {
    height: 48px;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.08px;
}

.building-extra .building-item .vitri {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 36px;
}

.detail-menu-sticky.navbar-default {
    background: #FFFFFF;
    box-shadow: inset 0px -0.5px 0px #CFD6E4;
    border: none;
}

.detail-menu-sticky.navbar-default .collapse {
    border: none;
    padding: 0;
}

.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: -0.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 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.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 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 992px) {
    .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: -0.43px;
    color: #222531;
}

.detail-menu-sticky .price .sub-price {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.08px;
    color: #222531;
    opacity: 0.7;
}

.detail-menu-sticky .btn-phone {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.23px;
    color: #FFFFFF;
    padding: 16px 32px;
    margin-left: 16px;
    background-color: #E31C5f;
}

@media (max-width: 992px) {
    .detail-menu-sticky .btn-phone {
        display: none;
    }
}

.affix {
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999 !important;
}

.js-navbar-detail-affix .navbar {
    display: none;
}

.js-navbar-detail-affix.affix .navbar {
    display: block;
}

@media (max-width: 767px) {
    .js-navbar-detail-affix.affix .navbar {
        display: none;
    }
}

.js-navbar-detail-affix .navbar-right {
    opacity: 0;
    visibility: hidden;
}

.footer-mobile {
    height: 84px;
    background: #FFFFFF;
    justify-content: space-between;
    align-items: center;
    box-shadow: inset 0px -0.5px 0px #CFD6E4, inset 0px 0.5px 0px #CFD6E4;
    padding: 0 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: none;
}

@media (max-width: 767px) {
    .footer-mobile {
        display: flex;
    }
}

.footer-mobile .price {
    width: 100%;
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.43px;
    color: #222531;
}

.footer-mobile .btn-phone {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.23px;
    color: #FFFFFF;
    padding: 15px 32px;
    margin-left: 16px;
    background-color: #E31C5f;
    min-width: 150px;
}

body.single {
    overflow-x: hidden;
}

.building-gallery .building-gallery-item img {
    cursor: pointer;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
}

.pswp__thumbnails {
    bottom: 15px;
    position: absolute;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 945px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    .pswp__thumbnails {
        overflow-x: auto;
        max-width: 100%;
        display: none;
    }
}

.pswp__thumbnails .pswp__thumbnails-item {
    height: 95px;
    width: 120px;
    padding: 0 5px 15px;
}

@media (max-width: 767px) {
    .pswp__thumbnails .pswp__thumbnails-item {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}

.pswp__thumbnails .pswp__thumbnails-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    border-radius: 12px;
    border: 2px solid transparent;
    transition: border 300ms linear;
    opacity: 0.5;
}

.pswp__thumbnails .pswp__thumbnails-item img.active {
    /*border: 2px solid #fff;*/
    border-color: #fff;
    opacity: 1;
}

.pswp__bg {
    background: #131418;
}

.pswp__container {
    bottom: 155px;
}

@media (max-width: 767px) {
    .pswp__container {
        bottom: 30px;
    }
}

.pswp__img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

@media (min-width: 768px) {
    .pswp__img {
        border-radius: 12px;
    }
}

.pswp__counter {
    opacity: 1;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
    background: transparent;
}

@media (min-width: 768px) {

    .pswp__ui--hidden .pswp__top-bar,
    .pswp__ui--hidden .pswp__caption,
    .pswp__ui--hidden .pswp__button--arrow--left,
    .pswp__ui--hidden .pswp__button--arrow--right {
        opacity: 1;
    }
}

.pswp__top-bar {
    top: 36px;
    padding: 0 80px;
    background: transparent;
}

.pswp--supports-fs .pswp__button--fs,
.pswp__button--share {
    display: none;
}

@media (max-width: 767px) {

    .pswp__button--arrow--left,
    .pswp__button--arrow--right {
        display: none !important;
    }
}

.pswp__button--arrow--left:before {
    background-position: center;
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
    background-size: cover;
    left: 40px;
    background-image: url("assets/images/arrow-left.png") !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

@media (min-width: 768px) {
    .pswp__button--arrow--left:before {
        left: 160px;
    }
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: none !important;
}

.pswp__button--arrow--right:before {
    background-position: center;
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
    background-size: cover;
    right: 40px;
    background-image: url("assets/images/arrow-right.png") !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

@media (min-width: 768px) {
    .pswp__button--arrow--right:before {
        right: 160px;
    }
}

.pswp__caption {
    min-height: auto;
    bottom: 115px;
}

.pswp__caption__center {
    font-size: 17px;
    line-height: 28px;
    text-align: center;
    letter-spacing: -0.43px;
    color: #FFFFFF;
    padding: 0;
}

@media (max-width: 767px) {

    .single-van_phong .single-detail>.container,
    .single-vp_tron_goi .single-detail>.container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 767px) {

    .single-van_phong .single-detail>.container .building-detail-head,
    .single-van_phong .single-detail>.container .building-detail-main>.row.section-building,
    .single-vp_tron_goi .single-detail>.container .building-detail-head,
    .single-vp_tron_goi .single-detail>.container .building-detail-main>.row.section-building {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 767px) {

    .single-van_phong .single-detail .section-building>.container,
    .single-vp_tron_goi .single-detail .section-building>.container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 767px) {

    .single-van_phong .single-detail .section-building>.container .heading,
    .single-vp_tron_goi .single-detail .section-building>.container .heading {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 480px) {
    .js-post-carousel.owl-carousel {
        max-width: 285px;
    }

    .js-post-carousel.owl-carousel .owl-stage-outer {
        overflow: inherit;
    }
}

.list-doi-tac .read-all .btn-global {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.23px;
    text-decoration-line: underline;
    color: #222531;
    background-color: transparent;
    padding: 0;
    border-color: transparent;
}

.list-doi-tac .read-all .btn-global:hover {
    color: #E31C5f;
    background-color: transparent;
    border-color: transparent;
}

.doi-tac-title {
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.43px;
    color: rgba(34, 37, 49, 0.7);
    text-transform: uppercase;
    margin: 0 0 40px;
    text-align: center;
}

.doi-tac-gallery {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -6px;
    margin-right: -6px;
}

.gallery-item-inner {
    border: 1px solid #CFD6E4;
    box-sizing: border-box;
    border-radius: 8px;
    overflow: hidden;
    min-height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.doi-tac-gallery-item {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 10px;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

@media (min-width: 768px) {
    .doi-tac-gallery-item {
        flex: 0 0 14.2857%;
        max-width: 14.2857%;
    }
}

.section-questions.common,
.widget_help_center .widget-title {
    padding-top: 20px;
}

.ques-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.38px;
    color: #222531;
    text-align: center;
    margin: 0 0 40px;
}

.section-questions {
    padding-bottom: 24px;
    margin-bottom: 17px;
    max-width: 585px;
    margin-left: 96px;
}

.section-questions.common {
    border-bottom: 1px solid #dfe3e8;
}

.list-question {
    max-width: 750px;
    margin: 0 auto;
}

.list-question .ques-item {
    box-shadow: inset 0px -0.5px 0px #CFD6E4;
    padding-bottom: 4px;
}

.btn-ques-title {
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.43px;
    color: #222531;
    width: 100%;
    display: block;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    text-align: left;
    padding: 20px 0 16px;
    margin: 0;
    position: relative;
    white-space: inherit;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-ques-title:active {
    box-shadow: none;
}

.btn-ques-title.collapsed {
    color: #222531;
    background-color: transparent;
    margin: 0;
}

.btn-ques-title.collapsed:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.btn-ques-title:before {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    background-image: url("assets/images/icon_toggle.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -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: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.ques-body {
    font-weight: normal;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.43px;
    color: #222531;
    padding-bottom: 16px;
}

.ques-body p {
    margin: 0;
}

/**
  Dự Án
*/
.single-study .post-content-inner .post-thumbnail {
    margin-bottom: 40px;
}

.sec-spacing {
    padding: 80px 0 70px;
}

@media (max-width: 768px) {
    .sec-spacing {
        padding: 40px 0;
    }
}

@media (max-width: 768px) {
    .single-detail.study .partner {
        padding: 40px 0;
    }

    .single-detail.study .sec-title {
        margin-top: 0;
    }
}

.gallery-widget .building-gallery-inner {
    margin-left: -6px;
    margin-right: -6px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .gallery-widget .building-gallery-inner {
        flex-wrap: nowrap;
    }
}

.gallery-widget .building-gallery-item {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 12px;
}

@media (min-width: 768px) {
    .gallery-widget .building-gallery-item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 768px) {
    .gallery-widget .building-gallery-item {
        flex: 0 0 calc(100% - 40px);
        max-width: 335px;
        width: 335px;
    }
}

@media (min-width: 768px) {
    .gallery-widget .building-gallery-item.item-none {
        display: none !important;
    }
}

.gallery-widget .building-gallery-item .item-inner {
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.gallery-widget .building-gallery-item .item-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec-gallery h2 {
    text-align: center;
    margin-bottom: 40px;
}

.single-study .sec-gallery {
    background: #FFFFFF;
    box-shadow: inset 0px -0.5px 0px #CFD6E4;
}

@media (max-width: 768px) {
    .sec-gallery .container {
        padding-left: 0;
        padding-right: 0;
    }
}

.study-grid .post-item.disable,
.study-grid .post-item-inner.disable {
    pointer-events: none;
}

.study-grid .post-item.disable .btn-readmore,
.study-grid .post-item-inner.disable .btn-readmore {
    font-weight: 400;
    opacity: 0.7;
    text-decoration-line: none;
}

.study-grid .btn-readmore {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.23px;
    text-decoration-line: underline;
    color: #222531;
}

.study-grid .btn-readmore:hover {
    color: #E31C5f;
}

/*-------------------------------------------------------*/
/* Responsive Styles
/*-------------------------------------------------------*/
@media (max-width: 767px) {

    .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper,
    .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,
    .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
        text-align: left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper .elementor-icon-box-icon {
        margin-right: 24px !important;
    }

    .sub-menu.mega-menu {
        width: 100% !important;
    }

    .container {
        padding-right: 20px;
        padding-left: 20px;
        margin-right: auto;
        margin-left: auto;
    }

    .post-grid .post-item {
        margin-bottom: 20px;
    }

    .post-grid .post-item-inner .item h3 {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -0.43px;
    }

    .content-blog .navigation {
        left: 20px;
        right: 20px;
    }

    .blog-related {
        padding-top: 50px;
    }

    .post .post-share {
        position: static;
        left: auto;
        top: auto;
    }

    .post .post-share .socials {
        display: inherit;
        flex-direction: inherit;
    }
}

@media (max-width: 480px) {
    .blog-related .post-grid {
        max-width: 285px;
    }

    .blog-related .post-grid .owl-stage-outer {
        overflow: inherit;
    }
}


/* style 2022  */

.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: #E31C5F;
}

.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;
}

.vpdt-tt-them {
    padding: 30px 0;
    border-top: 1px solid rgba(34, 37, 49, 0.32);
}

.single-vp_dien_tich .building-gallery,
.single-vp_dien_tich_hcm .building-gallery {
    padding-right: 10px;
}

.single-vp_dien_tich .building-gallery .flexslider,
.single-vp_dien_tich_hcm .building-gallery .flexslider {
    border: none;
    border-radius: 0;
    margin: 0 0 15px;
}

.building-gallery .flexslider .flex-direction-nav a {
    width: 30px;
    height: 30px;
}

.building-gallery .flexslider .slides>li {
    border: 1px solid #CFD6E4;
    box-shadow: 0px 0px 4px rgba(34, 37, 49, 0.08);
    border-radius: 12px;
    overflow: hidden;
}

.single-vp_dien_tich .flex-direction-nav a:before,
.single-vp_dien_tich_hcm .flex-direction-nav a:before {
    font-size: 24px;
}

@media (min-width: 992px) {
    .vpdt-related .post-grid {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -6px;
    }

    .vpdt-related .post-grid .vpdt-item {
        padding: 0 6px;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.vpdt-item .price {
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.43px;
    color: #222531;
}

.vpdt-item .sub-price {
    font-weight: 400;
}

.vpdt-item .mota {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.08px;
    color: #222531;
    opacity: 0.7;
}

.vpdt-item .ma-dien-tich {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.08px;
    color: #222531;
}

.tab-phan-loai {
    display: flex;
    padding-bottom: 30px;
    border-bottom: 1px solid #CFD6E4;
    margin-bottom: 30px;
}

.tab-phan-loai li {
    margin-right: 35px;
}

.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;
}

.sort-vpdt {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.sort-vpdt .caret {
    margin-left: 10px;
}

.sort-vpdt .sort-global {
    margin-right: 20px;
    margin-bottom: 20px;
}

.sort-vpdt .dropdown-menu {
    min-width: 200px;
}

.vpdt-related .title {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.3em;
    letter-spacing: 0.38px;
    color: #222531;
    margin-top: 0;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .container.mobile-no-space {
        padding-left: 0;
        padding-right: 0;
    }

    .container.mobile-no-space .title {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@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;
}

@media (min-width: 480px) {
    .sort-vpdt .sort-global.sort-quan .dropdown-menu {
        min-width: 350px;
    }

    .sort-vpdt .sort-global.sort-quan .dropdown-menu:before,
    .sort-vpdt .sort-global.sort-quan .dropdown-menu:after {
        content: "";
        display: table;
        clear: both;
    }

    .sort-vpdt .sort-global.sort-quan .dropdown-menu li {
        width: 50%;
        float: left;
    }
}

.section-layout.dien-tich:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 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-ttbs.dien-tich {
    background: #fff;
}

.box-breadcrumb-navxt {
    margin: 0 0 30px;
}

.box-breadcrumb-navxt a,
.box-breadcrumb-navxt .current-item {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.23px;
    color: #222531;
}

.box-breadcrumb-navxt a:hover {
    color: #E1175C;
}

.box-breadcrumb .breadcrumb li a,
.box-breadcrumb .breadcrumb li.item-current span {
    font-size: 13px !important;
}

@media (max-width: 767px) {
    .box-breadcrumb .breadcrumb {
        white-space: nowrap;
        overflow: scroll;

    }

    .single .box-breadcrumb .breadcrumb {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 767px) {

    .single-van_phong_hcm .single-detail>.container,
    .single-vp_tron_goi_hcm .single-detail>.container {
        padding-left: 0;
        padding-right: 0;
    }

    .single-van_phong_hcm .single-detail>.container .building-detail-head,
    .single-van_phong_hcm .single-detail>.container .building-detail-main>.row.section-building,
    .single-vp_tron_goi_hcm .single-detail>.container .building-detail-head,
    .single-vp_tron_goi_hcm .single-detail>.container .building-detail-main>.row.section-building {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/*102022*/
.thumb .thumb-gallery {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.thumb .thumb-gallery .thumb-gallery-slick {
    margin-bottom: 0;
    width: 100%;
    height: 100%;
}

.thumb .thumb-gallery .slick-list,
.thumb .thumb-gallery .slick-track {
    height: 100%;
}

.thumb .thumb-gallery .slick-arrow {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    font-size: 20px;
    /* line-height: 1; */
    color: black;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: inline-block;
    line-height: 34px;
    text-align: center;
}

.thumb .thumb-gallery:hover .slick-arrow {
    opacity: .75;
}

.thumb .thumb-gallery .slick-arrow:hover {
    opacity: 1;
    background: #fff;
}

.thumb .thumb-gallery .slick-prev:before,
.thumb .thumb-gallery .slick-next:before {
    display: none;
}

.thumb .thumb-gallery .slick-dots {
    bottom: 10px;
    display: flex;
    /* padding: 0 10px; */
    justify-content: center;
    align-items: center;
}

.thumb .thumb-gallery .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 3px;
}

.thumb .thumb-gallery .slick-dots li button:before {
    display: none;
}

.thumb .thumb-gallery .slick-dots li button {
    padding: 0;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, 0.8);
}

.thumb .thumb-gallery .slick-dots li.slick-active button,
.thumb .thumb-gallery .slick-dots li button:hover {
    background: rgba(255, 255, 255, 1);
}

.thumb .thumb-gallery .slick-prev:before {
    content: '&lt;';
}

.thumb .thumb-gallery .slick-next:before {
    content: '&gt;';
}

.section-layout.faq-list {
    max-width: 750px;
    margin: 0 auto;
}

.section-layout.faq-list .title {
    margin-bottom: 24px;
    text-align: center;
}

.faq-list .faq-question {
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    line-height: 28px;
    letter-spacing: -0.43px;
    padding: 20px 0px 20px 0px;
    border-bottom: 1px solid #CFD6E4;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.faq-list .faq-question.ui-state-active {
    border-color: transparent;
}

.faq-list .faq-question i {
    position: absolute;
    right: 0;
    top: 50%;
    -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: translateY(-50%) rotate(0deg);
    -moz-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);

}

.faq-list .faq-question.ui-state-active i {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.faq-list .faq-answer {
    /*border-width: 1px;*/
    /*border-bottom-color: #CFD6E4;*/
    color: #222531;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.43px;
    padding: 16px 0px 20px 0px;
    border-bottom: 1px solid #CFD6E4;
}


/* style 2023 */

.elementor-widget-maisonreal-thiet-ke .list-price-filter {
    margin-bottom: 30px;
}

.tknt-grid .tknt-item h3 {
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.43px;
    color: #222531;
}

.tknt-grid .tknt-item .thumb {
    margin-bottom: 15px;
    position: relative;
    height: 0;
    padding-top: 70%;
    overflow: hidden;
    border-radius: 10px;
}

.tknt-item .thumb a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.tknt-grid .tknt-item {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    background: white;
    border: none;
    box-shadow: none;
}

.tknt-item .thumb img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 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: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.tknt-item:hover .thumb img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.tknt-item:hover h3 a {
    color: #e1175c;
}

.tknt-item:hover .thumb a:after {
    opacity: 1;
}

.tknt-grid.post-grid .post-item:hover .post-item-inner {
    box-shadow: none;
}

.elementor-widget-maisonreal-thiet-ke .post-grid .post-item {
    display: none;
}

.nocontent {
    color: #000 !important;
    background-color: transparent !important;
    pointer-events: none;
}

.btn-load-more-tknt {
    text-align: center;
}

.btn-load-more-tknt a {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.23px;
    color: #ffffff;
    background: #e31c5f;
    border-radius: 4px;
    padding: 12px 40px;
    display: inline-block;
}

@media (min-width: 992px) {
    .tknt-grid.post-grid.row {
        display: flex;
        flex-wrap: wrap;
    }

    .tknt-grid.post-grid.row>div {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}

.single-vp_tknt .fulltext {
    border-bottom: 1px solid #cfd6e4;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.single-vp_tknt .gallery-title {
    font-weight: 600;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: 0.36px;
    color: #222531;
    margin: 0 0 16px;
}

.gallery-tknt {
    margin-bottom: 70px;
}

.gallery-tknt .row {
    margin-right: -6px;
    margin-left: -6px;
}

.gallery-tknt .row>div {
    padding-right: 6px;
    padding-left: 6px;
    padding-bottom: 12px;
}

.tknt-gallery-item-inner {
    box-sizing: border-box;
    border-radius: 12px;
    overflow: hidden;
    min-height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tknt-extra {
    border-top: 1px solid rgba(207, 214, 228, 0.5);
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(207, 214, 228, 0.5);
}

.tknt-extra .title {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    letter-spacing: 0.38px;
    margin-bottom: 40px;
}

.single-vp_tknt .section-layout .title {
    text-align: center;
}

.single-vp_tknt .section-layout:after {
    display: none;
}

.single-vp_tknt .section-layout {
    padding-bottom: 0;
}

.vp-uudai {
    border-radius: 3px;
    z-index: 1;
}

@media (max-width: 767px) {
    .single-vp_tknt .gallery-title {
        font-size: 28px;
        line-height: 34px;
        letter-spacing: 0.38px;
        margin-bottom: 8px;
    }
}

.elementor-widget-maisonreal-tong-quan {
    text-align: center;
}

.elementor-widget-maisonreal-tong-quan .title {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.38px;
    color: #222531;
    margin: 0 0 30px;
}

.elementor-widget-maisonreal-tong-quan .layout-image {
    border-radius: 12px;
    margin: 0 0 30px;
}

.elementor-widget-maisonreal-tong-quan .layout-image img {
    width: 100%;
    height: auto;
}

.elementor-widget-maisonreal-tong-quan .short-desc {
    font-size: 17px;
    line-height: 28px;
    text-align: justify;
    letter-spacing: -0.43px;
    color: #222531;
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .elementor-widget-maisonreal-tong-quan .short-desc {
        padding: 0 70px;
    }
}

/* .author {
    max-width: 744px;
    margin-top: 25px;
} */

.author .card {
    background-color: #222531;
    border-radius: 10px;
    color: #fff;
}

.author .card h6 {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 44px;
    margin: 0;
}

.author .card p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: -0.43px;
    margin: 0;
}

.author .card .short-description {
    color: rgba(255, 255, 255, 0.5);
}

.author .card img {
    border-radius: 10px;
    margin: 15px 20px;
}

.author .profile-image {
    padding: 15px 0;
}

.author .profile-description {
    padding: 15px 5px;

    @media (max-width: 430px) {
        padding-top: 0;
    }
}

@media (max-width: 430px) {
    .author .card .profile-image {
        text-align: center;
        padding-bottom: 0;
    }
}

.author .card .card-block {
    margin: 15px 30px;
}

@media (max-width: 430px) {
    .author .card .card-block {
        text-align: center;
        margin: 0 20px 20px 20px;
    }
}

.author .card .logo {
    border-radius: 0;
}

.author .card .logo-box img {
    margin: 10px 13px 0 0;
}

.author .author-container .row {
    margin: 0;
}

.boxes {
    border-radius: 10px;
    height: 120px;
    /* padding: 5px; */
    position: absolute;
    width: 120px;
}

.boxes-img {
    position: absolute;
    right: 24px;
    top: -17px;
}

#box_tl {
    left: 20px;
    top: -33px;
}

.boxes-img img {
    height: 32px;
    background-color: white;
}

.boxes img {
    border-radius: 10px;
    border: 1px solid #cfd6e4;
}

.box-container {
    border: 1px solid #cfd6e4;
    border-radius: 10px;
    height: 224px;
    padding: 5px;
    position: absolute;
    top: 100px;
    width: 266px;
}

.box-container .title {
    position: relative;
    padding-top: 100px;
    padding-left: 18px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(34, 37, 49, 0.7);
}

.box-container .title h3 {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 600;
    line-height: 28px;
    color: #222531;
}

.box-container .title .email {
    padding-top: 20px;
}

.box-container .title .email img {
    vertical-align: middle;
    padding-right: 3px;
}

@media (max-width: 430px) {
    .box-container {
        width: 100%;
    }
}

.tax-dia_diem .sec-building-top,
.tax-dia_diem_hcm .sec-building-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.tax-dia_diem .heading,
.tax-dia_diem_hcm .heading {
    margin: 0;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.26px;
    color: #222531;
}

@media (max-width: 480px) {
    .js-mobile-slider.owl-carousel {
        max-width: 285px;
    }

    .js-mobile-slider.owl-carousel .owl-stage-outer {
        overflow: inherit;
    }
}

@media (max-width: 767px) {

    .tax-dia_diem .heading,
    .tax-dia_diem_hcm .heading {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: -0.45px;
    }

    .tax-dia_diem .list-price-filter,
    .tax-dia_diem_hcm .list-price-filter {
        display: flex;
    }

    .tax-dia_diem .list-price-filter .nav,
    .tax-dia_diem_hcm .list-price-filter .nav {
        overflow: scroll;
        white-space: nowrap;
    }

    .tax-dia_diem .list-price-filter li,
    .tax-dia_diem_hcm .list-price-filter li {
        float: none;
        display: inline-block;
    }
}

.short-description {
    margin-bottom: 30px;
}

/* Hatena CSS */
.cta-container {
    position: fixed;
    bottom: 18px;
    right: 12px;
    z-index: 9999;
}

.btn-lien-he {
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
}

.cta-button {
    display: none;
}

.cta-container img {
    width: 70px;
    height: 70px !important;
    max-width: inherit !important;
    margin: 0px 0px;
    z-index: 9999999999;
    position: relative;
}

.cta-button ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cta-button ul li {
    list-style-type: none;
    margin: -2px 0;
    cursor: pointer;
}

.cta-button button {
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
}

.zalo-container {
    position: relative;
    width: 70px;
    height: 70px;
    z-index: 9999999;
}

.zalo-container a {
    display: block;
}

.animated_zalo.infinite {
    animation-iteration-count: infinite;
}

.cmoz-alo-circle {
    width: 50px;
    height: 50px;
    top: 10px;
    right: 10px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(17, 130, 252, 0.8);
    opacity: 0.1;
    border-color: #1182fc;
    opacity: 0.5;
}

.animated_zalo {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.zoomIn_zalo {
    animation-name: zoomIn_zalo;
}

@keyframes zoomIn_zalo {
    from {
        transform: scale(0);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.pulse_zalo {
    -webkit-animation-name: pulse_zalo;
    animation-name: pulse_zalo;
}

@keyframes pulse_zalo {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.cmoz-alo-circle-fill {
    width: 60px;
    height: 60px;
    top: 5px;
    right: 6px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: rgba(17, 130, 252, 0.45);
    opacity: 0.75;
}

.zalo-container img {
    max-width: 100%;
    height: auto;
}

.text-ngoai-gio-lam-viec {
    margin-top: 20px;
    display: none;
}

@media (max-width: 767px) {

    .van_phong_hcm-template-default .footer-mobile,
    .van_phong-template-default .footer-mobile,
    .vp_tron_goi-template-default .footer-mobile {
        display: none;
    }

    .tax-dia_diem .heading,
    .tax-dia_diem_hcm .heading,
    .page-template-template-vp-hcm .heading {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: -0.45px;
    }

    .tax-dia_diem .list-price-filter,
    .page-template-template-vp-hcm .list-price-filter,
    .tax-dia_diem_hcm .list-price-filter {
        display: flex;
    }

    .tax-dia_diem .list-price-filter .nav,
    .page-template-template-vp-hcm .list-price-filter .nav,
    .tax-dia_diem_hcm .list-price-filter .nav {
        overflow: scroll;
        white-space: nowrap;
    }

    .tax-dia_diem .list-price-filter li,
    .page-template-template-vp-hcm .list-price-filter li,
    .tax-dia_diem_hcm .list-price-filter li {
        float: none;
        display: inline-block;
    }
}

.remove-padding .elementor-widget-wrap {
    padding: 0 !important;
}

.page-template-template-vp-hcm #page .site-content,
.tax-dia_diem_hcm #page .site-content,
.tax-vptg_dia_diem #page .site-content,
.single-van_phong #page .site-content,
.single-van_phong_hcm #page .site-content,
.single-vp_tron_goi #page .site-content,
.tax-duong #page .site-content,
.tax-duong_hcm #page .site-content,
.page-template-template-homepage #page .site-content,
.category #page .site-content,
.single-post #page .site-content,
.tax-hang_van_phong_hcm #page .site-content,
.tax-hang_van_phong #page .site-content,
.page-template-template-duong #page .site-content,
.page-template-template-duong-hcm #page .site-content,
.page-template-template-quan-gia #page .site-content {
    min-height: 0;
}

.tax-dia_diem #page .site-content,
.page-template-mbvp-ha-noi #page .site-content {
    min-height: 0px;
}

.single-vp_tron_goi .site-content,
.single-van_phong_hcm .site-content,
.single-post .site-content,
.page-template-template-duong-hcm .site-content {
    padding-bottom: 0px;
}

@media (max-width: 768px) {

    .single-vp_tron_goi .site-content,
    .single-van_phong .site-content,
    .single-van_phong_hcm .site-content {
        padding-top: 0px;
    }

    .single-post .box-breadcrumb .breadcrumb {
        padding-left: 0px;
    }
}


/* tuan 13/3/2026 */
.cta-wechat img {
    width: 56px;
    height: 56px !important;
    margin: 7px 6px;
}

.wechat-popup {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999;

    justify-content: center;
    align-items: center;
}

.wechat-popup.show {
    display: flex !important;
}

.wechat-popup-content {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    text-align: center;
}

.wechat-popup-content img {
    width: 220px;
}

.wechat-close {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 24px;
    cursor: pointer;
}

.wechat-close:hover {
    color: #E31C5f;
}
