    /* @import "master.css"; */
    
     :root {
        --width_1rem: 1rem;
        --width_1-5rem: 1rem;
        --width_0_9rem: 0.9rem;
        --width_1_1rem: 1.1rem;
        --width_1_5rem: 1.5rem;
        --width_1_8rem: 1.8rem;
        --width_2rem: 2rem;
        --width_2_5rem: 2.5rem;
    }
    
    .main {
        display: flex;
        flex-direction: column;
        position: relative;
        padding-top: 3px;
    }
    
    .page-header {
        padding: 5px 10px;
        display: flex;
        flex-direction: column;
    }
    
    .main .page-header .page-title {
        font-size: var(--width_1_8rem);
        font-weight: 700;
    }
    
    .main .page-header .page-summary {
        margin-bottom: 10px;
        font-size: .9rem;
        display: contents;
    }
    
    .main .page-header .page-summary p {
        margin: 0;
        padding: 0;
        line-height: 1.5;
    }
    
    .top-location {
        width: 100%;
        margin: 0 auto;
        border-bottom: 0;
        text-align: center;
        padding: 5px 10px;
    }
    
    .top-location .title {
        font-size: 1.2rem;
        font-weight: 700;
    }
    
    .location-city {
        display: flex;
        flex-direction: row;
        align-items: center;
        list-style: none;
        padding-inline-start: 0;
    }
    
    .mgr-10 {
        margin-right: 10px;
    }
    
    .location-city .khuvucnoibat_bg {
        width: 33%;
        height: 150px;
        display: flex;
        position: relative;
        border-radius: 5px;
        overflow: hidden;
        line-height: 1.5;
    }
    
    .location-city .khuvucnoibat_bg a {
        padding: 15px;
        width: 100%;
    }
    
    .location-city .khuvucnoibat_bg a:hover {
        background: rgba(0, 0, 0, .3);
    }
    
    .location-city .khuvucnoibat_bg a span {
        color: #ffffff;
        float: left;
    }
    
    .location-city .khuvucnoibat_bg a span p {
        float: left;
        font-weight: bold;
    }
    
    .location-city .khuvucnoibat_bg.hochiminh {
        background-image: url(../images/khuvucnoibat-hcm.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .location-city .khuvucnoibat_bg.hanoi {
        background-image: url(../images/khuvucnoibat-hn.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .location-city .khuvucnoibat_bg.danang {
        background-image: url(../images/khuvucnoibat-dn.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    /*
Style for Item Top
*/
    
    .tinNoiBat {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        padding-top: 10px;
    }
    
    .tinNoiBat .header {
        margin: 0;
        padding: 0 5px;
    }
    
    .show-header {
        background-color: #fff;
        box-shadow: 0 2px 8px rgb(189 185 182);
        padding-right: 0.5rem;
    }
    
    .show-header ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        padding: 5px;
    }
    
    .show-header ul li {
        display: inline-block;
        margin-left: 5px;
        margin-right: 0;
        text-decoration: none;
        color: #333;
        background: #f1f1f1;
        padding: 5px 10px;
        border-radius: 5px;
    }
    
    .show-header ul li:hover {
        cursor: pointer;
        background-color: #e7f0f7;
    }
    
    .show-header ul li.active {
        font-weight: 700;
        text-decoration: underline;
        background-color: #e7f0f7;
    }
    
    .tinNoiBat .content {
        margin: 0 auto;
        width: 100%;
        position: relative;
    }
    
    .list-post {
        display: flex;
        flex-direction: row;
        list-style: none;
        flex-wrap: wrap;
        padding: 0px;
    }
    
    .list-post-free {
        display: inline-block;
        list-style: none;
        flex-wrap: wrap;
        padding: 5px;
    }
    
    .list-post .item-main {
        flex-basis: calc(100%/2);
        padding: 5px;
    }
    
    .list-post-free .item-main {
        padding-bottom: 10px;
    }
    
    .item-main .item-post {
        display: flex;
        flex-direction: row;
        box-sizing: border-box;
        border: 1px solid #ddd;
        background-color: #fff9f3;
        padding: 5px;
    }
    
    .bg_vip {
        background-color: #fff !important;
    }
    
    .item-main .item-post .post-thumb-lazy-done {
        flex-grow: 1;
        width: 33%;
        height: 200px;
        position: relative;
        overflow: hidden;
    }
    
    .item-main .item-post .post-thumb-lazy-done .icon_hot {
        pointer-events: none;
        position: absolute;
        background: #E13427;
        color: #fff;
        left: -30px;
        top: -7px;
        padding: 20px 30px 3px 30px;
        text-transform: uppercase;
        font-weight: 600;
        font-size: .7rem;
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        box-shadow: 0 1px 5px #000;
    }
    
    .item-main .item-post .post-thumb-lazy-done .icon_uutien {
        pointer-events: none;
        position: absolute;
        background: #E13427;
        color: #fff;
        left: -34px;
        bottom: 9px;
        padding: 3px 30px 3px 30px;
        font-weight: 600;
        font-size: .7rem;
        text-transform: uppercase;
        text-align: center;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    
    .item-main .item-post .post-thumb-lazy-done .icon_vip {
        pointer-events: none;
        position: absolute;
        background: #e88135;
        color: #fff;
        left: -30px;
        top: -7px;
        padding: 20px 30px 3px 30px;
        text-transform: uppercase;
        font-weight: 600;
        font-size: .7rem;
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        box-shadow: 0 1px 5px #000;
    }
    
    .item-main .item-post .post-thumb-lazy-done .image_number {
        position: absolute;
        bottom: 10px;
        right: 10px;
        background: rgba(0, 0, 0, .5);
        color: #fff;
        padding: 2px 5px;
        border-radius: 3px;
        font-size: 12px;
        pointer-events: none;
    }
    
    .item-main .item-post .post-info {
        background-position: center;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        width: 67%;
        padding: 0px 5px;
    }
    
    .item-main .item-post .post-info .title_nhanhot {
        background: url(../images/hot.gif) no-repeat right top;
        padding-right: 40px;
        flex-basis: 40px;
        flex-grow: 2;
        max-height: 40px;
    }
    
    .item-main .item-post .post-info .title_nhanvip {
        background: url(../images/vip.png) no-repeat right top;
        background-size: 25px 25px;
        background-repeat: no-repeat;
        padding-right: 40px;
        flex-basis: 40px;
        flex-grow: 2;
        max-height: 40px;
    }
    
    .item-main .item-post .post-info .title_normal {
        padding-right: 40px;
        flex-basis: 40px;
        flex-grow: 2;
        max-height: 40px;
    }
    
    .item-main .item-post .post-info .price,
    .item-main .item-post .post-info .price_vip {
        font-size: 1.2rem;
        font-weight: 700;
        margin-bottom: 1rem;
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: flex-start;
        align-items: center;
    }
    
    .section_uutien {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
    }
    
    .section_uutien img:first-of-type {
        width: 26px;
    }
    
    .section_uutien img:last-of-type {
        width: 30px;
    }
    
    .spanstar {
        flex-grow: 2;
    }
    
    .item-main .item-post .post-info .spuare {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-around;
        align-items: center;
        margin-bottom: 0.5rem;
        color: #333;
        line-height: 19px;
    }
    
    .item-main .item-post .post-info .price strong {
        background: #38a343;
        color: #fff;
        padding: 4px 6px;
        border-radius: 4px;
        font-size: 15px;
        font-weight: 700;
        margin-right: 5px;
    }
    
    .item-main .item-post .post-info .price_vip strong {
        background: #fff;
        color: #16c784;
        padding: 4px 9px;
        border-radius: 4px;
        font-size: 14px;
        font-weight: 700;
    }
    
    .item-main .item-post .post-info .price .rating,
    .item-main .item-post .post-info .price_vip .rating {
        top: 5px;
        right: 5px;
        padding: 1px 5px;
        border-radius: 3px;
        font-size: 15px;
        color: #ffc70c;
        pointer-events: none;
    }
    
    .item-main .item-post .post-info .contact-row {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    
    .item-main .item-post .post-info .contact-row:last-of-type {
        margin-bottom: 0;
    }
    
    .item-main .item-post .post-info .post-author {
        display: inline-flex;
        align-items: center;
        margin-right: 10px;
        color: #8a8d91;
        flex-grow: 2;
    }
    
    .item-main .item-post .post-info .post-author img {
        width: 2.2rem;
        height: 2.2rem;
        object-fit: cover;
        border-radius: 50%;
        overflow: hidden;
        margin-right: 5px;
    }
    
    .item-main .item-post .post-info .btn-call-zalo {
        display: inline;
        padding: 3px 5px;
        border-radius: 5px;
        color: #fff;
        text-decoration: none;
        border: 1px solid #37c;
        background-color: #37c;
        cursor: pointer;
        margin-right: 5px;
        /* background: url(../images/zalo_small.png);
    background-repeat: no-repeat;
    background-size: contain;
    object-fit: cover; */
    }
    
    .item-main .item-post .post-info .btn-call-phone {
        display: inline;
        padding: 3px 7px;
        border-radius: 5px;
        color: #333;
        text-decoration: none;
        background-color: #e7f0f7;
        cursor: pointer;
    }
    
    .acreage,
    .address {
        float: left;
        margin-right: 15px;
        padding: 0;
        font-size: .9rem;
        flex-grow: 2;
    }
    
    .address span a {
        color: #333;
    }
    
    .address span a:hover {
        text-decoration: underline;
        color: #38a343;
    }
    
    .timeago {
        float: right;
        color: #888;
        font-size: .95rem;
    }
    
    .p_content {
        text-transform: lowercase;
        font-size: .9rem;
        line-height: 1.5;
        color: #888;
        margin-bottom: 0.5rem;
    }
    
    .tinNoiBat .content .list-post .item-post .post-info .post-link,
    .tinNoiBat .content .list-post-free .item-post .post-info .post-link {
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.5;
        display: block;
    }
    
    .tinNoiBat .content .list-post .item-post .post-thumb-lazy-done .post-link .avatar,
    .tinNoiBat .content .list-post-free .item-post .post-thumb-lazy-done .post-link .avatar {
        height: 100%;
        width: 100%;
        box-sizing: border-box;
        background-repeat: no-repeat;
        background-size: cover;
        border: 1px solid #e8e8e8;
        object-fit: cover;
    }
    
    .post-thumb-lazy-done .post-save {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
        cursor: pointer;
    }
    
    .post-thumb-lazy-done .post-save i {
        width: 23px;
        height: 23px;
        background: url(../images/save.svg) center no-repeat;
        background-size: contain;
        display: inline-block;
    }
    
    .post-thumb-lazy-done .post-save.saved i,
    .post-thumb-lazy-done .post-save:hover i {
        background: url(../images/save_active.svg) center no-repeat;
        background-size: contain;
    }
    
    .post-thumb-lazy-done .has-video {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        pointer-events: none;
        z-index: 1;
        top: 0;
    }
    
    .post-thumb-lazy-done .has-video i {
        width: 30%;
        height: 30%;
        background: url(../images/youtube-red.svg) center no-repeat;
        background-size: contain;
    }
    
    .post-author .author-online-status {
        padding: 3px;
        margin-top: 2px;
        margin-left: 2px;
    }
    
    .post-author .author-online-status i {
        width: .55rem;
        height: .55rem;
        border-radius: 50%;
        background-color: #ddd;
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 2px;
    }
    
    .post-author .author-online-status.online i {
        background-color: #14c683;
    }
    /* Style for animation img section hot */
    
    .tinNoiBat .content .list-post .item-post .post-thumb-lazy-done .post-link .slide_leftimg,
    .tinNoiBat .content .list-post-free .item-post .post-thumb-lazy-done .post-link .slide_leftimg {
        position: absolute;
        left: -100%;
        transition: 1s;
    }
    
    .tinNoiBat .content .list-post .item-post .post-thumb-lazy-done .post-link:hover .slide_leftimg,
    .tinNoiBat .content .list-post-free .item-post .post-thumb-lazy-done .post-link:hover .slide_leftimg {
        transition: 1s;
        left: 0;
    }
    /* end style */
    
    .tinNoiBat .content .list-post .item-post .post-thumb-lazy-done .post-link a,
    .tinNoiBat .content .list-post-free .item-post .post-thumb-lazy-done .post-link a {
        display: block;
        width: 100%;
        height: 100%;
    }
    /* 
 *
 * style slide for item HOT */
    
    .slideshow-container {
        max-width: auto;
        position: relative;
        margin: auto;
    }
    
    .mySlides {
        display: none;
    }
    /* Next & previous buttons */
    
    .prev,
    .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        padding: var(--width_1rem);
        margin-top: -20px;
        color: #38a343;
        font-weight: bold;
        font-size: var(--width_1_5rem);
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
        margin-right: 5px;
        margin-left: 5px;
        opacity: .4;
    }
    /* Position the "next button" to the right */
    
    .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }
    /* On hover, add a black background color with a little bit see-through */
    
    .prev:hover,
    .next:hover {
        background-color: #156395;
        opacity: .8;
    }
    
    a[class^="prev"]:hover,
    a[class^="next"]:hover {
        color: #38a343;
    }
    /* The dots/bullets/indicators */
    
    .dot {
        cursor: pointer;
        height: var(--width_0_9rem);
        width: var(--width_0_9rem);
        margin: 0 2px;
        background-color: #bbb;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
    }
    
    .active,
    .dot:hover {
        background-color: #717171;
    }
    /* Fading animation */
    
    .hot_fade {
        animation: hot_fade 1.5s;
        -moz-animation: hot_fade 1.5s;
        -webkit-animation: hot_fade 1.5s;
        -o-animation: hot_fade 1.5s;
        /* our nice transition */
    }
    
    @-webkit-keyframes hot_fade {
        from {
            opacity: .4
        }
        to {
            opacity: 1
        }
    }
    
    @keyframes hot_fade {
        from {
            opacity: .4
        }
        to {
            opacity: 1
        }
    }
    
    @-moz-keyframes hot_fade {
        from {
            opacity: .4
        }
        to {
            opacity: 1
        }
    }
    
    @-o-keyframes hot_fade {
        from {
            opacity: .4
        }
        to {
            opacity: 1
        }
    }
    /* On smaller screens, decrease text size */
    
    @media only screen and (max-width: 300px) {
        .prev,
        .next,
        .text {
            font-size: .5rem !important
        }
    }
    
    #breadcrumb {
        margin-bottom: 5px;
        font-size: 1rem;
    }
    
    #breadcrumb ol>li {
        display: inline-block;
    }
    
    #breadcrumb ol>li a {
        position: relative;
        display: inline-flex;
        align-items: center;
        padding: 5px 0;
        font-weight: 400;
        font-size: 1.1rem;
        line-height: 1;
    }
    
    #breadcrumb ol>li a:hover {
        text-decoration: none;
        cursor: pointer;
        color: #f2bb13;
    }
    
    #breadcrumb ol>li[data-arrow^="yes"] a:after {
        content: "";
        display: block;
        color: #333;
        padding: 0 5px;
        font-weight: 400;
        background: url(../images/right-chevron.svg) center no-repeat;
        width: 9px;
        height: 9px;
        opacity: .5;
        box-sizing: content-box;
    }
    
    #breadcrumb ol>li:last-of-type {
        color: #777;
    }
    
    .clearfix:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }
    
    .pagination-home {
        display: flex;
        flex-direction: row;
        padding-right: 5px;
        padding-left: 5px;
        padding-bottom: 10px;
        align-items: center;
    }
    
    .pagination-home .blank {
        flex-grow: 2;
    }
    
    .pagination-home .list-dot {
        flex-grow: 2;
        text-align: center;
    }
    
    .pagination-home .list-pagination {
        text-align: center;
        max-width: calc(100% - 140px);
    }
    
    .khoangtrang {
        width: 100px;
    }
    /* end style */
    
    .contact-left {
        float: left;
        width: 48%;
    }
    
    .contact-right {
        float: right;
        width: 49%;
    }
    
    .section-contact-info {
        background-color: transparent;
        background-image: linear-gradient( 97deg, #3d6998 0, #e2ce95 100%);
        padding: 30px;
        border-radius: 50px;
        color: #fff;
        font-size: 1.2rem;
    }
    
    .section {
        margin-bottom: 20px;
        padding: 20px;
        background-color: #f5f5f5;
        border: 1px solid #f5f5f5;
        border-radius: 8px;
    }
    
    .section .section-header {
        margin-top: 0;
        margin-bottom: 15px;
        font-size: 1.5rem;
        line-height: 1.5;
    }
    
    .section .section-title {
        font-weight: 700;
        margin: 0;
        padding: 0;
    }
    
    .location-district,
    .location-ward {
        padding: 15px;
        background-color: #fff;
        border-radius: 5px;
        border: 1px solid #dedede;
    }
    
    .location-district li {
        width: 170px;
        float: left;
        text-align: left;
    }
    
    .location-district .district-item {
        display: inline-block;
        padding: 5px 0;
        font-size: 1.05rem;
    }
    
    .location-district .count {
        color: #999;
        margin-left: 5px;
        font-size: .9rem;
    }
    
    .page-description {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        margin: 0;
        color: #65676b;
    }
    
    .pagination-suggest {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: end;
        padding: 0px 5px;
    }