:root {
    --darkColor: #3d3b40;
    --primary-color: #009768;
    --primary-color-rgb: 0, 151, 104;
    --primary-soft: #e8f8f2;
    --primary-soft-2: #f2fbf7;
    --primary-dark: #007a55;
    --type-hero-title: 3rem;
    --type-section-title: 2rem;
    --type-card-title: 1.12rem;
    --type-body: 1rem;
    --type-section-desc: 1.15rem;
    --type-meta: .96rem;
    --type-small: .88rem;
}

body {
    font-family: "Segoe UI", Arial, sans-serif !important;
    font-synthesis: none;
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-thumb {
    background-color: #aaa
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1
}

.absolute-footer, html {
    background-color: #f7fafc !important;
}

#wrapper, #main {
    background: #f7fafc !important;
}

ul, li {
    margin-bottom: 0px !important;
}

.row-0 {
    padding: 0px 0px !important;
}

.pd-0 {
    padding: 0px !important;
}

.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding: 0px 5px 10px 5px !important;
}

.row-8 {
    padding: 0px 7px !important;
}

.pd-8 {
    padding: 0px 8px 16px 8px !important;
}

.row-20 {
    padding: 0px 0px !important;
}

.pd-20 {
    padding: 0px 20px 20px 20px !important;
}

.pd-35 {
    padding: 0px 35px 20px 35px !important;
}

.row-7 {
    padding: 0px 7px !important;
}

.pd-7 {
    padding: 0px 7px 7px 7px !important;
}

.noPadding {
    padding-bottom: 0px !important;
}

.mr-1 {
    margin-right: 10px !important
}

.mr-2 {
    margin-right: 20px
}

.mr-3 {
    margin-right: 30px
}

.mr-4 {
    margin-right: 40px
}

.mr-4 {
    margin-right: 50px
}

.ml-1 {
    margin-left: 10px
}

.ml-2 {
    margin-left: 20px
}

.ml-3 {
    margin-left: 30px
}

.ml-4 {
    margin-left: 40px
}

.mt-1 {
    margin-top: 10px
}

.mt-2 {
    margin-top: 20px
}

.mt-3 {
    margin-top: 30px
}

.mt-4 {
    margin-top: 40px
}

.mt-5 {
    margin-top: 50px
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px
}

.mb-3 {
    margin-bottom: 30px
}

.mb-4 {
    margin-bottom: 40px
}

.mb-5 {
    margin-bottom: 50px
}

.h-100 {
    height: 100%;
}

.full_width {
    width: 100%;
    display: inline-block;
}

.button_style {
    background-color: transparent;
    color: #fff !important;
    text-align: left;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: normal;
    line-height: 25px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 9;
    border-radius: 26px;
    border: 1px solid #ffffff;
}

.button_style:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.button_style :hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
}

.icon.buy {
    background: url(../images/uicon-building.svg) center no-repeat;
    background-size: contain;
}

.icon.rent {
    background: url(../images/uicon-shop.svg) center no-repeat;
    background-size: contain;
}

.icon.size-12 {
    width: 12px !important;
    height: 12px !important;
}

.icon.size-14 {
    width: 14px !important;
    height: 14px !important;
}

.icon.size-20 {
    width: 20px !important;
    height: 20px !important;
}

.icon.size-30 {
    width: 30px !important;
    height: 30px !important;
}

.icon.size-35 {
    width: 35px !important;
    height: 35px !important;
}

.icon.size-40 {
    width: 40px !important;
    height: 40px !important;
}

.icon.clear {
    background: url(../images/x-circle.svg) center no-repeat;
    background-size: contain;
}

.icon.close-white {
    background: url(../images/fa-x-white.svg) center no-repeat;
    background-size: contain;
}

.icon.es-1,
.icon.es-5 {
    background: url(../images/e-office.svg) center no-repeat;
    background-size: contain;
}

.icon.es-2,
.icon.es-79 {
    background: url(../images/e-house.svg) center no-repeat;
    background-size: contain;
}

.icon.es-3 {
    background: url(../images/e-villa-house.svg) center no-repeat;
    background-size: contain;
}

.icon.es-4,
.icon.es-7 {
    background: url(../images/semi-detached.svg) center no-repeat;
    background-size: contain;
}

.icon.es-9 {
    background: url(../images/icon-es-office.svg) center no-repeat;
    background-size: contain;
}

.icon.es-23 {
    background: url(../images/e-gps.svg) center no-repeat;
    background-size: contain;
}

.icon.es-24,
.icon.es-36 {
    background: url(../images/e-map.svg) center no-repeat;
    background-size: contain;
}

.icon.es-8,
.icon.es-30 {
    background: url(../images/e-houses.svg) center no-repeat;
    background-size: contain;
}

.icon.es-31,
.icon.es-34 {
    background: url(../images/icon-es-hotel.svg) center no-repeat;
    background-size: contain;
}

.icon.es-32,
.icon.es-10 {
    background: url(../images/e-store.svg) center no-repeat;
    background-size: contain;
}

.icon.es-33,
.icon.es-11 {
    background: url(../images/closed-barn.svg) center no-repeat;
    background-size: contain;
}

.icon.es-38 {
    background: url(../images/icon-es-shop2.svg) center no-repeat;
    background-size: contain;
}

.icon.es-40 {
    background: url(../images/icon-es-user.svg) center no-repeat;
    background-size: contain;
}

.icon.camera {
    background: url(../images/dslr-camera.svg) center no-repeat;
    background-size: contain;
}

.icon.streetview {
    background: url(../images/la-street-view-solid.svg) center no-repeat;
    background-size: contain;
}

.icon.list {
    background: url(../images/la-list-solid.svg) center no-repeat;
    background-size: contain;
}

.icon.map {
    background: url(../images/la-map.svg) center no-repeat;
    background-size: contain;
}

.icon.video {
    background: url(../images/la-video-solid.svg) center no-repeat;
    background-size: contain;
}

.icon.video.white {
    background: url(../images/video-play.svg) center no-repeat;
    background-size: contain;
}

.icon.image {
    background: url(../images/image.svg) center no-repeat;
    background-size: contain;
}

.icon.image.white {
    background: url(../images/image-white.svg) center no-repeat !important;
    background-size: contain !important;
}

.icon.refresh {
    background: url(../images/fa-refresh-cw-blue.svg) center no-repeat;
    background-size: contain;
}

.icon.eye {
    background: url(../images/uicon-eye.svg) center no-repeat;
    background-size: contain;
}

.icon.eye-off {
    background: url(../images/uicon-eye-close-blue.svg) center no-repeat;
    background-size: contain;
}

.icon.star-blue {
    background: url(../images/fa-star-blue.svg) center no-repeat;
    background-size: contain;
}

.icon.plus-blue {
    background: url(../images/fa-plus-blue.svg) center no-repeat;
    background-size: contain;
}

.icon.arrow-up-blue {
    background: url(../images/fa-arrow-up-circle-blue.svg) center no-repeat;
    background-size: contain;
}

.icon.uptop {
    background: url(../images/uicon-arrow-up.svg) center no-repeat;
    background-size: contain;
}

.icon.uptop.blue {
    background: url(../images/uicon-arrow-up-blue.svg) center no-repeat;
    background-size: contain;
}

.icon.addtime {
    background: url(../images/uicon-time-add.svg) center no-repeat;
    background-size: contain;
}

.icon.addtime.blue {
    background: url(../images/uicon-time-add-blue.svg) center no-repeat;
    background-size: contain;
}

.icon.edit-blue {
    background: url(../images/uicon-pencil-blue.svg) center no-repeat;
    background-size: contain;
}

.icon.credit-card-blue {
    background: url(../images/uicon-credit-card-blue.svg) center no-repeat;
    background-size: contain;
}

.icon.tag-blue {
    background: url(../images/fa-tag-blue.svg) center no-repeat;
    background-size: contain;
}

.icon.ellipsis-h {
    background: url(../images/la-ellipsis-h-solid.svg) center no-repeat;
    background-size: contain;
}

.icon.ellipsis-v {
    background: url(../images/la-ellipsis-v-solid.svg) center no-repeat;
    background-size: contain;
}

.icon.share-zalo {
    background: url(../images/logo_zalo_white.png) center no-repeat;
    background-size: contain;
}

.icon.back {
    background: url(../images/uicon-arrow-left.svg) center no-repeat;
    background-size: contain;
}

.icon.copy.white {
    background: url(../images/fa-copy-white.svg) center no-repeat;
    background-size: contain;
}

.icon.share-messenger {
    background: url(../images/facebook-messenger.svg) center no-repeat;
    background-size: contain;
}

.icon.share-facebook {
    background: url(../images/share-facebook.svg) center no-repeat;
    background-size: contain;
}

.icon.share {
    background: url(../images/fa-share-2.svg) center no-repeat;
    background-size: contain;
}

.icon.user {
    background: url(../images/uicon-user.svg) center no-repeat;
    background-size: contain;
}

.icon.user-circle {
    background: url(../images/fa-user-circle.svg) center no-repeat;
    background-size: contain;
}

.icon.building {
    background: url(../images/la-building.svg) center no-repeat;
    background-size: contain;
}

.icon.address {
    background: url(../images/la-map-marker-solid.svg) center no-repeat;
    background-size: contain;
}

.icon.google-maps {
    background: url(../images/map.png) center no-repeat;
    background-size: contain;
}

.icon.email {
    background: url(../images/envelope.svg) center no-repeat;
    background-size: contain;
}

.icon.tag {
    background: url(../images/la-tag-solid.svg) center no-repeat;
    background-size: contain;
}

.icon.ruler {
    background: url(../images/la-ruler-combined-solid.svg) center no-repeat;
    background-size: contain;
}

.icon.bed {
    background: url(../images/la-bed-solid.svg) center no-repeat;
    background-size: contain;
}

.icon.bath {
    background: url(../images/la-bath-solid.svg) center no-repeat;
    background-size: contain;
}

.icon.clock {
    background: url(../images/uicon-clock.svg) center no-repeat;
    background-size: contain;
}

.icon.clock.white {
    background: url(../images/uicon-clock-white.svg) center no-repeat !important;
    background-size: contain !important;
}

.icon.history {
    background: url(../images/uicon-time-forward.svg) center no-repeat;
    background-size: contain;
}

.icon.history.blue {
    background: url(../images/uicon-time-forward-blue.svg) center no-repeat;
    background-size: contain;
}

.icon.compass {
    background: url(../images/la-compass.svg) center no-repeat;
    background-size: contain;
}

.icon.expand {
    background: url(../images/la-expand-solid.svg) center no-repeat;
    background-size: contain;
}

.icon.phone {
    background: url(../images/uicon-phone-call.svg) center no-repeat;
    background-size: contain;
}

.icon.phone.blue {
    background: url(../images/uicon-phone-call-blue.svg) center no-repeat;
    background-size: contain;
}

.icon.phone.white {
    background: url(../images/phone-white.svg) center no-repeat !important;
    background-size: contain !important;
}

.icon.portrait {
    background: url(../images/uicon-portrait.svg) center no-repeat;
    background-size: contain;
}

.icon.portrait.blue {
    background: url(../images/uicon-portrait-blue.svg) center no-repeat;
    background-size: contain;
}

.icon.flag {
    background: url(../images/fa-flag.svg) center no-repeat;
    background-size: contain;
}

.icon.flag.white {
    background: url(../images/fa-flag-white.svg) center no-repeat;
    background-size: contain;
}

.icon.chat {
    background: url(../images/fa-message-square.svg) center no-repeat;
    background-size: contain;
}

.icon.chat.white {
    background: url(../images/fa-message-square-white.svg) center no-repeat !important;
    background-size: contain !important;
}

.icon.heart {
    background: url(../images/uicon-heart.svg) center no-repeat;
    background-size: contain;
}

.icon.heart.blue {
    background: url(../images/uicon-heart-blue.svg) center no-repeat;
    background-size: contain;
}

.icon.help {
    background: url(../images/uicon-help.svg) center no-repeat;
    background-size: contain;
}

.icon.help.white {
    background: url(../images/uicon-help-white.svg) center no-repeat;
    background-size: contain;
}

.icon.help.red {
    background: url(../images/uicon-help-red.svg) center no-repeat;
    background-size: contain;
}

.icon.invoice-dollar {
    background: url(../images/la-file-invoice-dollar-solid.svg) center no-repeat;
    background-size: contain;
}

.icon.folder {
    background: url(../images/uicon-folder.svg) center no-repeat;
    background-size: contain;
}

.icon.folder.blue {
    background: url(../images/uicon-folder-blue.svg) center no-repeat;
    background-size: contain;
}

.icon.bell {
    background: url(../images/uicon-bell.svg) center no-repeat;
    background-size: contain;
}

.icon.bell.blue {
    background: url(../images/uicon-bell-blue.svg) center no-repeat;
    background-size: contain;
}

.icon.bell.ring {
    background: url(../images/bell-ring.svg) center no-repeat;
    background-size: contain;
}

.icon.play-video.white {
    background: url(../images/uicon-play-white.svg) center no-repeat;
    background-size: contain;
}

.icon.next.white {
    background: url(../images/uicon-arrow-right-white.svg) center no-repeat;
    background-size: contain;
}

.icon.home {
    background: url(../images/uicon-home.svg) center no-repeat;
    background-size: contain;
}

.icon.dollar {
    background: url(../images/uicon-dollar.svg) center no-repeat;
    background-size: contain;
}

.icon.dollar.blue {
    background: url(../images/uicon-dollar-blue.svg) center no-repeat;
    background-size: contain;
}

.icon.pencil {
    background: url(../images/uicon-pencil.svg) center no-repeat;
    background-size: contain;
}

.icon.pencil.blue {
    background: url(../images/uicon-pencil-blue.svg) center no-repeat;
    background-size: contain;
}

.icon.calendar {
    background: url(../images/uicon-calendar.svg) center no-repeat;
    background-size: contain;
}

.icon.calendar.blue {
    background: url(../images/uicon-calendar-blue.svg) center no-repeat;
    background-size: contain;
}

.icon.register {
    background: url(../images/uicon-user-add.svg) center no-repeat;
    background-size: contain;
}

.icon.register.white {
    background: url(../images/uicon-user-add-white.svg) center no-repeat !important;
    background-size: contain !important;
}

.icon.login {
    background: url(../images/uicon-sign-in-alt.svg) center no-repeat;
    background-size: contain;
}

.icon.logout {
    background: url(../images/uicon-logout.svg) center no-repeat;
    background-size: contain;
}

.icon.check.white {
    background: url(../images/uicon-check-white.svg) center no-repeat;
    background-size: contain;
}

.icon.search {
    background: url(../images/uicon-search.svg) center no-repeat;
    background-size: contain;
}

.icon.search.white {
    background: url(../images/uicon-search-white.svg) center no-repeat;
    background-size: contain;
}

.icon.filter {
    background: url(../images/uicon-filter.svg) center no-repeat;
    background-size: contain;
}

.icon.trash {
    background: url(../images/uicon-trash.svg) center no-repeat;
    background-size: contain;
}

.icon.square {
    background: url(../images/uicon-square.svg) center no-repeat;
    background-size: contain;
}

.icon.reset {
    background: url(../images/uicon-refresh.svg) center no-repeat;
    background-size: contain;
}

.icon.password {
    background: url(../images/uicon-lock.svg) center no-repeat;
    background-size: contain;
}

.icon.password.blue {
    background: url(../images/uicon-lock-blue.svg) center no-repeat;
    background-size: contain;
}

.icon.add-post {
    background: url(../images/uicon-map-marker-plus.svg) center no-repeat;
    background-size: contain;
}

.icon.add-post.blue {
    background: url(../images/uicon-map-marker-plus-blue.svg) center no-repeat;
    background-size: contain;
}

.icon.price {
    background: url(../images/uicon-price.svg) center no-repeat;
    background-size: contain;
}

.icon.price.blue {
    background: url(../images/uicon-price-blue.svg) center no-repeat;
    background-size: contain;
}

.icon.dashboard {
    background: url(../images/uicon-dashboard.svg) center no-repeat;
    background-size: contain;
}

i.icon.login {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
}

/**Header**/
div#masthead {
    padding: 0 30px;
    z-index: 9999999;
    color: #3d3b40;
    border-bottom: 1px solid #eee;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    font-size: .95rem;
}

div#masthead .user-nav {
    float: right;
    height: 100%;
    display: flex;
    align-items: center;
}

div#masthead .user-nav .user-control .uc-item {
    display: inline-flex;
    align-items: center;
    color: #3d3b40;
    height: 30px;
    line-height: 1;
    padding: 0 10px;
    border-radius: 10px;
    position: relative;
}

div#masthead .user-popover {
    position: relative;
    margin-right: 20px;
}

div#masthead .user-popover > a > img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #ddd;
    object-fit: cover;
}

div#masthead .btn-dangtin {
    background-color: var(--primary-color);
    padding: 0 10px;
    border-radius: 8px;
    color: #fff;
    height: 35px;
    display: flex;
    align-items: center;
}

div#masthead .btn-dangtin i {
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url(../images/icon-edit-white.svg) center no-repeat;
    background-size: contain;
    margin-right: 7px;
}

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

.d-inline-flex, .display-inline-flex {
    display: inline-flex !important;
}

/**menu**/
div#mega-menu-wrap-primary ul li a {
    color: var(--darkColor) !important;
    font-weight: 600 !important;
    padding: 0 16px !important;
    text-transform: unset !important;
    font-size: 14px !important;
    border-radius: 10px !important;
    letter-spacing: -0.23px !important;
}


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    background-color: #ecf1ff !important;
    color: #000 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    height: unset !important;
    line-height: 20px !important;
    font-size: 13px !important;
    padding: 8px 10px !important;
    display: block;
    transition: .4s;
    color: #000;
    text-transform: unset !important;
    border-radius: 0px !important;
    background: transparent !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    box-shadow: 0 5px 10px 0 rgb(14 42 71 / 15%) !important;
    border-bottom-left-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
    background: #fff !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:hover {
    background: rgba(64, 87, 109, .07) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:hover a {
    color: #000 !important;
}

/**footer**/
#footer {
    width: 100%;
    display: inline-block;
    background: #fff;
    box-shadow: rgb(88 102 126 / 7%) 0 0 20px 0, rgb(88 102 126 / 0%) 0 -1px 20px 0;
    margin-top: 70px;
    color: #3d3b40;
    font-size: .9rem;
    padding: 30px 0 0px 0;
    position: relative;
}

#footer a {
    color: #FFFFFFB3;
    font-size: .9rem;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.23px;
}

.brBottom {
    border-style: solid;
    border-width: 1px 0 1px 0;
    border-color: #FFFFFF2B;
    padding: 24px 0px 24px 0px;
}

#footer .footer-top, #footer .footer-title {
    width: 100%;
}

#footer .footer-title h3 {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
    color: #3d3b40;
    font-size: .9rem;
}

#footer .footer-address h2 {
    color: #FFFFFF;
    font-size: .9rem;
    margin: 0 !important;
    font-weight: 400 !important;
    line-height: 20px;
    letter-spacing: -0.08px;
}

#footer .footer-address div {
    margin: 0 0 10px 0;
}

#footer .footer-menu ul li {
    margin: 0 0 0px 0 !important;
    border: 0px !important;
}

#footer .footer-menu ul li a {
    display: inline-block;
    padding: 0 0 3px 0;
    font-size: .9rem;
    color: #3d3b40;
}

#footer .footer-menu ul li a:hover {
    color: var(--primary-color)
}

#footer .footer-bottom {
    padding: 22px 0px;
}

#footer .footer-top.mrBottom .row {
    display: flex !important;
    flex-wrap: wrap !important;
}

#footer .footer-col-5 {
    flex: 0 0 20% !important;
    width: 20% !important;
    max-width: 20% !important;
    box-sizing: border-box !important;
    padding: 0 15px !important;
}

@media (max-width: 850px) {
    #footer .footer-col-5 {
        flex: 0 0 50% !important;
        width: 50% !important;
        max-width: 50% !important;
        margin-bottom: 20px;
    }
}

@media (max-width: 550px) {
    #footer .footer-col-5 {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}

#footer .footer-legal-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    padding: 15px 0;
    border-top: 1px solid #eee;
    margin-top: 15px;
}

#footer .footer-legal-links a {
    font-size: .85rem;
    color: #6b6b70;
}

#footer .footer-legal-links a:hover {
    color: var(--primary-color);
}

.register {
    text-align: right;
}

.register a img {
    height: 50px;
    margin-left: 10px;
}

.footer-social .icon-footer-facebook {
    background: url(../images/icon-facebook.svg) center no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    text-indent: -99999px;
    display: inline-block;
    margin-right: 10px;
}

.footer-social .icon-footer-twitter {
    background: url(../images/icon-twitter.svg) center no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    text-indent: -99999px;
    display: inline-block;
    margin-right: 10px;
}

.footer-social .icon-footer-youtube {
    background: url(../images/icon-youtube.svg) center no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    text-indent: -99999px;
    display: inline-block;
    margin-right: 10px;
}

.footer-social .icon-footer-zalo {
    background: url(../images/zalo.png) center no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    text-indent: -99999px;
    display: inline-block;
    margin-right: 10px;
    border-radius:50px;
}

.footer-social .icon-footer-tiktok {
    background: url(../images/tiktok.png) center no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    text-indent: -99999px;
    display: inline-block;
    margin-right: 10px;
    border-radius:50px;
}

.icon-payment {
    background-color: #f3f3f3;
    background-size: contain;
    width: 54px;
    height: 33px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 3px;
    border-radius: 5px;
}

.icon-payment.visa {
    background: #f3f3f3 url(../images/visa.svg) center no-repeat;
    background-size: contain;
}

.icon-payment.mastercard {
    background: #f3f3f3 url(../images/mastercard.svg) center no-repeat;
    background-size: contain;
}

.icon-payment.jcb {
    background: #f3f3f3 url(../images/jcb.svg) center no-repeat;
    background-size: contain;
}

.icon-payment.jcb {
    background: #f3f3f3 url(../images/jcb.svg) center no-repeat;
    background-size: contain;
}

.icon-payment.internet-banking {
    background: #f3f3f3 url(../images/internet-banking.svg) center no-repeat;
    background-size: contain;
}

.icon-payment.cash {
    background: #f3f3f3 url(../images/cash.svg) center no-repeat;
    background-size: contain;
}

.icon-payment.momo {
    background: #a50064 url(../images/momo.svg) center no-repeat;
    background-size: 50%;
}

.icon-payment.shopeepay {
    background: #ffffff url(../images/shopeepay.svg) center no-repeat;
    background-size: 80%;
}

#footer .other-brands {
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
}

#footer .other-brands a {
    display: inline-block;
    margin-right: 20px;
}

#footer .other-brands a img {
    height: 25px;
    object-fit: contain;
}

#footer p {
    display: inline-block;
    margin: 0 0 3px 0;
    font-size: .8rem;
    color: #3d3b40;
}

/**title**/
.home-title, .home-title2 {
    width: 100%;
    display: inline-block;
    margin: 0px 0px 20px 0px;
    position: relative;
}

.home-title2 {
    text-align: center;
}

.home-title h3 {
    font-size: 1.7rem;
    color: var(--darkColor);
    font-weight: 600;
    font-family: "Segoe UI", Arial, sans-serif;
    line-height: 1.2;
    margin: 0;
}

.home-title2 h3 {
    margin: 0px;
    color: #222531B3;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: -0.43px;
}

.link-expand {
    border-radius: 8px;
    font-weight: 400;
    font-size: .9rem;
    height: 30px;
    display: flex;
    align-items: center;
    color: var(--primary-color);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
}

.link-expand:hover {
    color: var(--primary-color);
    text-decoration: underline !important;
}

.link-expand:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23009768' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 6 15 12 9 18'/%3E%3C/svg%3E") center no-repeat;
    background-size: contain;
    margin-left: 2px;
}

.project-category-footer {
    display: flex;
    justify-content: center;
    margin-top: 18px;
}

.project-category-footer .project-view-all {
    position: static;
    transform: none;
    right: auto;
    top: auto;
    height: 40px;
    padding: 0 18px;
    border: 1px solid rgba(0, 151, 104, .18);
    border-radius: 999px;
    background: #fff;
    color: var(--primary-color);
    font-weight: 600;
    box-shadow: 0 8px 18px rgba(0, 151, 104, .06);
}

/**slide**/
.owl-dots {
    display: none !important;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    margin: 0px !important;
    transform: translateY(-50%) !important;
    background-color: #fff !important;
    width: 50px;
    height: 50px;
    border-radius: 50px !important;
    opacity: 1;
    transition: .2s ease-in-out;
    z-index: 2;
    box-shadow: 3px 0 3px 0 rgb(0 0 0 / 5%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-nav button i {
    color: #fff;
}

.owl-nav button.owl-prev {
    left: -25px !important;
}

.owl-nav button.owl-prev svg {
    transform: scaleX(-1);
}

.owl-nav button.owl-next {
    right: -25px !important;
}

.owl-nav button svg {
    width: 25px;
    height: 25px;
}

.owl-nav button svg path {
    fill: #1266e3;
}

.blog-related {
    width: 100%;
    padding: 60px 0;
    border-top: 1px solid #cfd6e4;
}

.alert-danger {
    font-size: 15px;
    color: #721c24;
    background-color: #f8d7da;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #f8d7da;
    border-radius: 0.25rem;
}


/**paginate**/
.pagination {
    width: 100%;
    display: inline-block;
    margin: 0px 0 0 0;
}

.pagination ul li a {
    color: #000;
}

.pagination ul li a, .pagination ul li span {
    border-radius: 0px !important;
    border: 1px solid #e9e9e9;
    width: 35px;
    height: 35px;
    padding: 0px;
    line-height: 35px;
    text-align: center;
    font-weight: normal;
}

.pagination ul li a:hover {
    background: var(--primary-color);
    color: #fff;
}

.wp-pagenavi {
    width: 100%;
    display: inline-block;
    margin: 0px 0 0 0;
}

.wp-pagenavi a, .wp-pagenavi span {
    border-radius: 0px !important;
    border: 1px solid #e9e9e9;
    width: 35px;
    height: 35px;
    color: #000;
    display: inline-block;
    padding: 0px;
    line-height: 35px;
    font-weight: normal;
    text-align: center;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    background: var(--primary-color);
    color: #fff;
    border: 1px solid var(--primary-color);
}

/**page**/
.page-h1 {
    font-weight: 600;
    font-size: 2.5rem;
    font-family: "Segoe UI", Arial, sans-serif;
    line-height: 1.4;
    margin: 10px 0 5px;
    color: var(--darkColor);
    text-align: center;
}

.page-description {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 10px;
    color: #8a8d91;
    text-align: center;
}

.table-pricing {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

.table-pricing th,
.table-pricing td {
    color: #000;
    padding: 10px 15px !important;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    border-bottom: 1px solid #eee;
    background-color: #f9f9f9;
    text-align: left;
    width: 12.5%;
    vertical-align: top;
}

.table-pricing p {
    margin: 5px 0;
}

.table-pricing .vip-star {
    float: none;
    display: block;
    background-size: 18px 18px;
}

.table-pricing .vip-star.vip50,
.table-pricing .vip-star.vip-dacbiet {
    width: 90px;
    height: 18px;
}

.table-pricing .vip-star.vip40,
.table-pricing .vip-star.vip1 {
    width: 72px;
    height: 18px;
}

.table-pricing .vip-star.vip30,
.table-pricing .vip-star.vip2 {
    width: 54px;
    height: 18px;
}

.table-pricing .vip-star.vip20,
.table-pricing .vip-star.vip3 {
    width: 36px;
    height: 18px;
}

.table-pricing .vip-star.vip10,
.table-pricing .vip-star.vip4 {
    width: 18px;
    height: 18px;
}

.table-pricing .price-day {
    font-size: 1.5rem;
    font-weight: 600;
}

.table-pricing .price-week {
    font-weight: 600;
    font-size: 1.3rem;
}

.table-pricing .price-month {
    font-weight: 600;
    font-size: 1.1rem;
}

.table-pricing .vip-demo {
    margin-bottom: 70px;
    font-size: 1.2rem;
}

.table-pricing .vip-demo .vip-demo-left {
    float: left;
    width: 45%;
    padding-top: 10px;
    padding-right: 30px;
}

.table-pricing .vip-demo .vip-demo-right {
    float: right;
    width: 45%;
    padding-top: 10px;
    padding-left: 30px;
}

.table-pricing .vip-demo .section-title {
    margin-bottom: 15px;
}

.table-pricing .vip-demo img {
    width: 55%;
    display: block;
    margin: 0;
    box-shadow: 0 0 30px 10px rgb(0 0 0 / 7%);
    float: right;
}

.table-pricing .recharge-method-list .method-item {
    margin-bottom: 25px;
    transition: 0.3s ease-out;
    min-height: 162px;
}

.table-pricing .recharge-method-list .method-item a {
    display: block;
    padding: 15px;
    text-align: center;
}

.table-pricing .recharge-method-list .method-item img {
    width: 130px;
    height: 50px;
    object-fit: contain;
    margin: 20px auto;
    display: block;
}

.table-pricing .recharge-method-list .method-item .method-item-name {
    display: block;
    width: 100%;
    font-weight: 600;
    color: #3d3b40;
}

.table-pricing .recharge-method-list .method-item:hover {
    transform: translate(0%, -10px);
}

.table-pricing .section-question .question {
    text-align: left;
    font-size: 1.2rem;
    font-weight: 600;
    display: block;
    position: relative;
    margin: 20px 0 0;
    padding: 0px 0 20px;
    border-bottom: 1px solid #ddd;
}

.table-pricing .section-question .question:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: url(../images/icon-chevron-down.svg) center no-repeat;
    background-size: contain;
}

.table-pricing .section-question .answer {
    text-align: left;
    padding: 20px;
    background-color: #f1f1f1;
    font-size: 1.1rem;
}

.vip-star {
    width: 16px;
    height: 16px;
    background: url(../images/star.svg) left center repeat-x;
    background-size: 16px 16px;
    display: inline-block;
    float: left;
    margin-right: 3px;
}

.vip-star.vip50,
.vip-star.vip-dacbiet {
    width: 80px;
    height: 18px;
}

.vip-star.vip40,
.vip-star.vip1 {
    width: 64px;
    height: 18px;
}

.vip-star.vip30,
.vip-star.vip2 {
    width: 48px;
    height: 18px;
}

.vip-star.vip20,
.vip-star.vip3 {
    width: 32px;
    height: 18px;
}

.vip-star.vip10,
.vip-star.vip4 {
    width: 16px;
    height: 18px;
}

.label-thunder {
    width: 72px;
    height: 72px;
    pointer-events: none;
    position: absolute;
    top: -6px;
    left: -6px;
    z-index: 2;
}

.realty-filter select {
    width: 100%;
    float: left;
}

.realty-filter button#btnSearch {
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    height: 35px;
    background: #cc0332;
}

.realty-filter button#btnSearch i {
    margin-right: 5px;
}

.realty-filter button#btnSearch:hover {
    background: #cc0332;
}


.realty-filter input[type="text"], .realty-filter select, .realty-filter input[type="search"], .realty-filter input[type="number"] {
    margin: 0px !important;
    height: 40px;
    box-shadow: unset !important;
    border-radius: 4px !important;
    border: 0px !important;
}

.realty-filter span {
    color: #fff;
}

span.select2.select2-container.select2-container--default, span.select2-selection.select2-selection--single {
    width: 100% !important;
    border-radius: 4px !important;
}

.realty-filter span.select2.select2-container.select2-container--default, .realty-filter span.select2-selection.select2-selection--single {
    width: 100% !important;
    border-radius: 4px !important;
    border: 0px !important;
}

#contactRealty {
    padding: 0px !important;
    border: 5px solid rgba(255, 255, 255, .2) !important;
    background: transparent !important;
}

#contactRealty .formOjbect {
    background: #fff;
}

#contactRealty .formOjbect h3 {
    background: #ebeef1;
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 20px !important;
    margin: 0px !important;
    color: var(--darkColor)
}

#contactRealty .objectBody {
    width: 100%;
    padding: 15px 15px 0 15px;
}

#contactRealty form {
    margin: 0px !important;
}

#contactRealty .objectBody input, #contactRealty .objectBody textarea {
    width: 100%;
    border-radius: 5px !important;
    box-shadow: unset !important;
    font-size: 15px;
    margin-bottom: 10px !important
}

.objectBody .label-left .nf-field-label {
    display: none !important;
    width: 100% !important;
    text-align: left;
    margin-bottom: 10px !important;
}

.objectBody .label-left .nf-field-element {
    width: 100% !important;
}

.objectBody #ninja_forms_required_items, .nf-field-container {
    margin: 0px !important;
}

input#nf-field-18 {
    background: var(--primary-color) !important;
    color: #fff;
}

/* hero search section accent */
.hero-search-section {
    padding-top: 0 !important;
}

.home-cat {
    position: relative;
    overflow: hidden;
    min-height: clamp(460px, 48vh, 560px);
    display: flex;
    align-items: flex-start;
    padding: clamp(82px, 9vh, 108px) 0 46px;
    background: linear-gradient(180deg, #f2fbf7 0%, #f7f8fb 100%);
}

.home-cat-bg-photo {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: fill;
    object-position: center center;
    z-index: 0;
}

.home-cat::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .32) 0%, rgba(255, 246, 248, .22) 48%, rgba(255, 255, 255, .32) 100%),
        linear-gradient(180deg, rgba(255, 255, 255, .05) 0%, rgba(247, 248, 251, .55) 100%);
}

.home-cat > .container {
    position: relative;
    z-index: 2;
}

.home-cat .page-h1 {
    margin: 0 0 22px !important;
    line-height: 1.18;
}

/**AI search box**/
.ai-search-box {
    max-width: 720px;
    margin: 0 auto;
}

.home-cat .ai-search-box {
    margin-top: 12px;
}

.home-cat .page-description {
    max-width: 620px;
    line-height: 1.65;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 850px) {
    .home-cat {
        min-height: 500px;
        padding: 78px 0 44px;
    }

    .home-cat::before {
        background:
            linear-gradient(180deg, rgba(255, 255, 255, .88) 0%, rgba(255, 255, 255, .72) 44%, rgba(255, 255, 255, .86) 100%),
            linear-gradient(90deg, rgba(255, 244, 247, .64), rgba(255, 255, 255, .38));
    }

    .home-cat > .container {
        padding: 18px 16px 20px;
        border-radius: 10px;
        background: rgba(255, 255, 255, .62);
        box-shadow: 0 16px 38px rgba(17, 24, 39, .08);
        backdrop-filter: blur(2px);
    }

    .home-cat .page-h1,
    .home-cat .page-description {
        text-shadow: 0 1px 0 rgba(255, 255, 255, .9);
    }

    .home-cat .ai-search-box {
        margin-top: 24px;
    }
}

.ai-search-form {
    display: flex;
    align-items: center;
    height: 54px;
    box-sizing: border-box !important;
    gap: 10px;
    background: linear-gradient(90deg, rgba(0, 151, 104, .06), rgba(0, 151, 104, .02));
    border: 1px solid rgba(0, 151, 104, .18);
    border-radius: 999px;
    padding: 5px 5px 5px 5px;
}

.ai-search-badge {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50% !important;
    background: var(--primary-color);
    color: #fff;
    font-size: .7rem;
    font-weight: 600;
    letter-spacing: .3px;
    margin: 0 0 0 4px !important;
    box-shadow: none !important;
}

.ai-search-input {
    flex: 1 1 auto;
    min-width: 0;
    height: 100% !important;
    box-sizing: border-box !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 8px;
    margin: 0;
    font-size: .9rem;
    line-height: normal;
    color: var(--darkColor);
}

.ai-search-input:focus {
    outline: none !important;
    box-shadow: none !important;
}

.ai-search-input::placeholder {
    color: #9a9aa0;
}

.ai-search-submit {
    flex: 0 0 auto;
    height: 44px;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 20px;
    border: 1px solid var(--primary-color) !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: var(--primary-color) !important;
    font-weight: 600;
    font-size: .85rem;
    line-height: normal;
    white-space: nowrap;
    cursor: pointer;
    box-shadow: none !important;
    transition: background .15s ease, color .15s ease;
}

.ai-search-submit:hover {
    background: var(--primary-color) !important;
    color: #fff !important;
}

@media (max-width: 550px) {
    .ai-search-form {
        flex-wrap: wrap;
        align-items: center;
        height: auto;
        gap: 10px 8px;
        border-radius: 18px;
        padding: 9px;
    }

    .ai-search-input {
        display: block;
        flex: 1 1 0;
        order: 1;
        width: auto !important;
        min-width: 0;
        height: 34px !important;
        margin: 0;
        padding: 0 4px;
    }

    .ai-search-badge {
        order: 0;
        width: 34px;
        height: 34px;
        margin-left: 0 !important;
    }

    .ai-search-submit {
        order: 2;
        flex: 1 1 100%;
        width: 100%;
        height: 42px;
    }
}

/**box search**/
.home-cat .home-cat-block {
    width: 100%;
    min-height: 305px;
    float: left;
    padding: 15px;
}

.border-radius {
    border-radius: 6px;
}

.box-shadow, .shadow {
    box-shadow: rgb(88 102 126 / 12%) 0 0 2px !important;
    background-color: #fff !important;
}

.home-cat .home-cat-header {
    position: relative;
    padding-left: 100px;
    padding-right: 0;
    margin-bottom: 20px;
}

.home-cat .home-cat-icon {
    width: 80px;
    height: 80px;
    background-size: 70px !important;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
}

.home-cat .home-cat-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
}

.home-cat .home-cat-title a {
    color: var(--darkColor);
}

.home-cat .home-cat-title a:hover {
    color: var(--primary-color)
}

.font-merriweather-bold {
    font-family: "Segoe UI", Arial, sans-serif;
}

.home-cat .home-cat-header p {
    color: #8a8d91;
    margin-top: 0;
    font-size: 0.95rem;
    margin: 0;
}

.home-cat .home-cat-list > li {
    width: 50%;
    list-style: none;
    float: left;
}

.home-cat .home-cat-list > li h3 {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}

.home-cat .home-cat-list > li a {
    color: #3d3b40;
    white-space: nowrap;
    max-width: 90%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    font-size: 1rem;
    padding: 5px 0;
}

.home-cat .home-cat-list > li h3::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/uicon-arrow-down-red.svg) center no-repeat;
    background-size: contain;
    margin-right: 2px;
    transform: rotate(-90deg);
}

.home-cat .home-cat-list > li a:hover {
    color: var(--primary-color)
}

/**top city**/
.top-city .top-city-left {
    float: left;
    width: 100%;
}

.top-city .top-city-right {
    float: right;
    width: 100%;
}

.top-city .city-item {
    width: 100%;
    height: 200px;
}

.top-city .city-item a {
    width: 100%;
    height: 100%;
    box-shadow: 1px 1px 20px -3px rgb(0 0 0 / 6%);
    background-color: #fff;
    display: block;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: .3s ease-out;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.top-city .city-item.large {
    width: 100%;
    height: 410px;
    padding-left: 0;
}

.top-city .city-item > a {
    width: 100%;
    height: 100%;
    box-shadow: 1px 1px 20px -3px rgb(0 0 0 / 6%);
    background-color: #fff;
    display: block;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: 0.3s ease-out;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.top-city .city-item > a:after {
    content: "";
    position: absolute;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#07195090), color-stop(50%, transparent));
    background-image: linear-gradient(to top, #07195090, transparent 50%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    transition: 0.3s ease-out;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.top-city .city-item > a:hover:after {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#071950b5), color-stop(50%, transparent));
    background-image: linear-gradient(to top, #071950b5, transparent 50%);
}

.top-city .city-item .city-thumb {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.top-city .city-item .city-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-city .city-item .city-info {
    color: #fff;
    padding: 20px;
    margin: 0;
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    font-size: 15px;
}

.top-city .city-item .city-name {
    font-size: 1.1rem;
    margin: 0;
    color: #fff;
}

.top-city .city-item > a:after {
    content: "";
    position: absolute;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#07195090), color-stop(50%, transparent));
    background-image: linear-gradient(to top, #07195090, transparent 50%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    transition: .3s ease-out;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

/**prpject featured**/
.slide-project .project-featured {
    position: relative;
    box-shadow: 1px 1px 20px -3px rgb(0 0 0 / 6%);
    background-color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: .3s ease-out;
    border-radius: 8px;
    overflow: hidden;
}

.slide-project .project-featured-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 15px 20px 16px;
}

.slide-project .project-featured .thumb {
    width: 100%;
    height: 200px;
    background-color: #282f44;
    margin: 0px;
}

.slide-project .project-featured .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 3px;
    background-color: #eee;
    margin: 0px !important;
}

.slide-project .project-featured .slider-item-name {
    color: #fff;
    font-size: 1rem;
    line-height: 1.35;
    padding: 0;
    margin: 0 0 4px;
    position: static;
    width: auto;
}

.slide-project .project-featured-meta {
    display: inline-flex;
    align-items: center;
    color: rgba(255, 255, 255, .88);
    font-size: .82rem;
    font-weight: 500;
}

.slide-project .project-featured:after {
    content: "";
    position: absolute;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#282f44), color-stop(50%, transparent));
    background-image: linear-gradient(to top, #071950, transparent 50%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    transition: .3s ease-out;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

/**project**/
.project-item {
    display: block;
    float: left;
    border: 0;
    margin-bottom: 20px;
    background: 0 0;
    transition: .3s ease-out;
    background: #fff;
    border-radius: 6px;
    box-shadow: rgb(88 102 126 / 12%) 0 0 2px !important;
}

.project-item .thumb {
    width: 100%;
    height: 170px;
    margin-bottom: 0;
    margin-right: 0;
    overflow: initial;
    position: relative;
    background-color: #eff1f6;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.project-item .thumb img {
    width: 100%;
    height: 100%;
    background-color: #f1f1f1;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.project-item .number-image {
    position: absolute;
    bottom: 10px;
    left: 10px;
    border: 0;
    z-index: 2;
    pointer-events: none;
    font-size: .9rem;
    color: #fff;
    display: flex;
    align-items: center;
    line-height: 1;
}

.project-item .time {
    float: right;
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
    z-index: 1;
    display: flex;
    align-items: center;
    font-size: .9rem;
    line-height: 1;
}

.project-item .thumb:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0) 56%);
    pointer-events: none;
    border-radius: 6px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.project-item .post-aside {
    padding: 15px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.project-item .title {
    font-size: 1rem;
    font-weight: 600;
    display: block;
    margin: 0 0 10px;
    text-transform: initial;
    position: relative;
    line-height: 1.5;
    color: #055699;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.project-item .price {
    font-size: 1.3rem;
    float: none;
    color: #16c784;
    font-weight: 600;
    line-height: 18px;
    margin-right: 20px;
    opacity: 1;
    display: inline-block;
}

.project-item .info-features {
    margin-top: 10px;
    height: 18px;
}

.project-item .feature-item {
    display: inline-flex;
    flex: 1;
    align-items: center;
    color: #777;
    font-size: .9rem;
    margin-right: 20px;
}

.project-item .feature-item i {
    width: 14px !important;
    height: 14px;
    margin-right: 5px;
    opacity: .5;
}

.project-item .feature-item:last-of-type {
    margin-right: 0;
}

.project-item .post-address {
    display: inline-flex;
    align-items: center;
    color: #777;
    margin: 15px 0 7px;
    line-height: 15px;
}

.project-item .post-address .icon {
    opacity: .4 !important;
    width: 15px !important;
    height: 15px;
    margin-right: 3px;
}

.project-item:hover {
    transform: translate(0, -10px);
    box-shadow: none !important;
}

.project-item sup {
    top: -0.5em;
    position: relative;
}

.project-item .post-address span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 200px;
    font-size: .8rem;
}

.project-item.list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 15px;
}

.project-item.list a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.project-item.list .thumb {
    width: 220px;
    height: 215px;
    max-height: 216px;
    margin-right: 0;
    overflow: initial;
    position: relative;
    background-color: transparent;
}

.project-item.list .thumb img {
    border-radius: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    background-color: #f1f1f1;
}

.project-item.list:hover {
    transform: unset !important;
}

.project-item.list .title {
    font-size: 1rem;
    font-weight: 600;
    display: block;
    text-transform: unset;
    position: relative;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.5;
}

.project-item.list .post-aside {
    width: calc(100% - 220px);
}

.project-item.list .meta {
    margin: 2px 0 0;
}

.project-item.list .price {
    color: #16c784;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 18px;
    margin-right: 20px;
    opacity: 1;
    display: inline-block;
    float: left;
}

.project-item.list .info-features {
    margin-top: 0px !important;
    float: left;
    height: 18px;
}

.project-item.list .time {
    position: unset !important;
    float: right;
    font-size: .85rem;
    color: #777;
    display: inline-flex;
    align-items: center;
    line-height: 20px;
}

.project-item.list .time .icon {
    opacity: .3;
    width: 15px !important;
    height: 15px;
    margin-right: 3px;
}

.project-item.list .post-address {
    color: #777;
    margin: 7px 0 7px;
}

.project-item.list .summary {
    font-size: .9rem;
    color: #999;
    margin: 0px;
}

.project-item.list .meta {
    margin: 2px 0 0;
}

.project-item.list .post-author {
    color: #777;
    font-size: .9rem;
    display: flex;
    align-items: center;
    float: left;
}

.project-item.list .post-author img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 5px;
    background-color: #f1f1f1;
}

/**post**/
.post-item {
    width: 100%;
    display: inline-block;
}

.post-item .post-thumbnail {
    width: 100%;
    height: 280px !important;
}

.post-item .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-item .post-content {
    margin-left: 0;
    margin-top: 10px;
}

.post-item .news-publish {
    color: #697684;
    font-size: .8rem;
    margin-bottom: 5px;
    display: block;
    text-align: center;
}

.post-item h4 {
    text-align: center;
    font-size: 1.2rem;
    padding: 0 15px;
    line-height: 1.2;
    margin: 0;
    color: #3d3b40;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post-item:hover h4 {
    color: var(--primary-color)
}

.news-item {
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.news-item .news-aside {
    flex: 1;
}

.news-item .news-thumb {
    width: 100px;
    height: 100px;
}

figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-item .news-publish {
    color: #697684;
    font-size: .8rem;
    margin-bottom: 5px;
    display: block;
}

.news-item .news-title {
    font-size: 1rem;
    margin: 0;
    color: #3d3b40;
}

.news-item:hover .news-title {
    color: var(--primary-color)
}

/**single project**/
.the-post .post-images {
    padding: 0;
    border-radius: 0;
    position: relative;
    height: 300px;
    background-color: #f1f1f1;
    display: flex;
    justify-content: center;
}

.the-post .post-images .image-item:first-of-type {
    border-left: 0;
}

.the-post .post-images .image-item {
    width: 25%;
    height: 100%;
    float: left;
    border-left: 3px solid #000;
    background-color: #f1f1f1;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    cursor: pointer;
}

.the-post .post-images .image-item img.lazy_done {
    opacity: 1;
}

/*.the-post .post-images .image-item::after {*/
/*content: "";*/
/*display: block;*/
/*opacity: 0;*/
/*position: absolute;*/
/*top: 0;*/
/*left: 0;*/
/*width: 100%;*/
/*height: 100%;*/
/*background: url(../images/fa-maximize-white.svg) center no-repeat;*/
/*background-size: 30px;*/
/*background-color: rgb(0 0 0 / 10%);*/
/*transition: opacity .3s ease-in-out;*/
/*}*/

/*.the-post .post-images .image-item:hover::after {*/
/*opacity: 1;*/
/*z-index: 1;*/
/*}*/
.d-none {
    display: none !important;
}

.the-post .post-images .image-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 0;
    background-color: #242d3a;
    transition: .3s all ease-in-out;
    opacity: 0;
}

.the-post .post-images.image-number-3 .image-item {
    width: 33.333%;
}

/*sticky**/
#bar-sticky {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #e5e5e5;
    height: 50px;
    background-color: #fff;
    margin-bottom: 15px;
    z-index: 998;
}

#bar-sticky .menu-sticky > li {
    list-style: none;
    height: 50px;
    margin-right: 0;
    padding: 0 15px;
    font-weight: 600;
    font-size: .8rem;
    text-transform: uppercase;
    cursor: pointer;
    color: #3d3b40;
}

#bar-sticky .menu-sticky > li a {
    list-style: none;
    height: 50px;
    margin-right: 0;
    padding: 0 15px;
    font-weight: 600;
    font-size: .8rem;
    text-transform: uppercase;
    cursor: pointer;
    color: #3d3b40;
    display: flex;
    align-items: center;
}

#bar-sticky .menu-sticky > li:first-child {
    padding-left: 0;
    padding-right: 0;
    margin-right: 20px;
}

#bar-sticky .menu-sticky > li .icon {
    width: 20px !important;
    height: 20px !important;
}

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

.d-flex, .display-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.the-post .post-header {
    margin-bottom: 15px;
}

.back-to-listing {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.back-to-listing .btn-back-to-listing {
    display: inline-flex;
    align-items: center;
    margin-right: 20px;
    color: #333;
    position: relative;
    font-size: .85rem;
    border: 1px solid rgb(231 231 231);
    padding: 5px 7px 5px 5px;
    border-radius: 7px;
    line-height: 1;
}

.back-to-listing .btn-back-to-listing i {
    width: 16px;
    height: 16px;
    background: url(../images/chevron-left.svg) center no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 3px;
}

#breadcrumb {
    border-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    flex: 1;
}

#breadcrumb a, #breadcrumb span {
    color: #216bff;
}

.the-post .page-h1 {
    margin-top: 0;
    text-align: left;
    font-size: 1.8rem;
}

.the-post .post-features {
    margin-top: 10px;
    line-height: 1;
    position: relative;
    font-size: .95rem;
}

.the-post .post-features .item {
    display: inline-flex;
    align-items: center;
}

.the-post .post-address {
    line-height: 20px;
}

.the-post .post-features .icon {
    margin-left: 0 !important;
    width: 16px !important;
}

.realty-box {
    width: 100%;
    display: inline-block;
    box-shadow: rgb(88 102 126 / 12%) 0 0 2px !important;
    background-color: #fff !important;
    padding: 20px;
    border-radius: 6px;
}

.the-post .post-features .post-price {
    font-size: 1.3rem;
    font-weight: 600;
    color: #0fca98;
    margin-bottom: 15px;
}

.the-post .post-features .item.post-published {
    float: right;
    font-size: .9rem;
}

.the-post .post-features .item:last-child {
    margin-right: 0;
}

.font-size-1-1 {
    font-size: 1.1rem;
}

.section2 h2.section-title2 {
    font-size: 1.2rem;
    color: var(--darkColor)
}

.post-map-ifram-wrap iframe {
    width: 100%;
    height: 300px !important;
}

.table-wrap {
    border: 1px solid #dddee6;
    border-radius: 8px;
    overflow: auto;
}

.table-wrap table {
    margin: 0px !important;
}

.table-wrap table tr:nth-of-type(even) {
    background-color: #f8f8fa;
}

.table td, .table th, table td, table th {
    padding: 10px 15px !important;
    border-bottom: 1px solid #dddee6;
    color: var(--darkColor)
}

.table-overview tr td:first-child {
    color: var(--text-muted, #8a8a92);
    font-weight: 400;
    white-space: nowrap;
}

.table-overview tr td:last-child {
    color: var(--darkColor);
    font-weight: 600;
}

table tr:last-child td {
    border-bottom: 0;
}

/**sidebar**/
.the-post .aside-box.aside-box-author .aside-box-content {
    padding: 20px;
}

.the-post .aside-box-author .author-url-wrap {
    border-radius: 8px;
    font-size: .9rem;
}

.the-post .aside-box-author .author-avatar {
    width: 70px;
    height: 70px;
    margin-right: 15px;
    border: 3px solid #1365e3;
    background-color: #1365e3;
    border-radius: 50%;
}

.the-post .aside-box-author .author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.the-post .aside-box-author .author-name {
    font-size: 1.3rem;
    font-weight: 600;
    color: #3d3b40;
    display: block;
    max-width: 230px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: initial;
    margin-bottom: 0px;
}

.online-status {
    font-size: .9rem;
    color: #999;
    display: block;
}

.online-status i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #ddd;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 1px;
}

.the-post .aside-box-author .btn-phone {
    margin-right: 0px !important;
    background-color: #25d366;
    border-color: #25d366;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    user-select: auto;
    display: flex;
    border-radius: 6px !important;
    align-items: center;
    height: 45px !important;
}

.the-post .aside-box-author .btn-zalo {
    background-color: #216bff;
    border-color: #216bff;
    color: #fff;
    font-size: 1rem;
    display: flex;
    align-items: center;
    font-weight: 400;
    border-radius: 6px !important;
    margin-bottom: 0px !important;
    margin-right: 0px !important;
    text-transform: unset;
    height: 45px !important;
}

.the-post .aside-box-author .btn-phone .icon {
    width: 20px !important;
    height: 20px;
    margin-right: 10px;
}

.the-post .aside-box-author .btn .icon {
    width: 16px !important;
    height: 16px;
}

.the-post .contact-form {
    margin-top: 15px;
}

.the-post .contact-form .contact-form-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 7px;
}

.the-post form .form-group {
    margin-bottom: 10px;
    position: relative;
}

.the-post form .form-control {
    padding: 30px 15px 6px;
    height: auto;
    line-height: 1.5;
    font-weight: 400;
    font-size: 1rem;
    color: #3d3b40;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px !important;
    box-shadow: unset !important;
}

.the-post form .label-in {
    position: absolute;
    left: 10px;
    top: 1px;
    font-size: .85rem;
    color: #999;
    background: #fff;
    width: calc(100% - 24px);
    padding: 6px 6px;
}

.the-post form textarea.form-control {
    min-height: 100px;
}

.the-post .contact-form button[type=submit], input.wpcf7-form-control.has-spinner.wpcf7-submit.btnSend {
    background-color: #009768;
    color: #fff;
    width: 100%;
    border-radius: 6px !important;
    text-transform: unset !important;
}

.the-post form {
    margin: 0px !important;
}

/**taxonomy**/
.category-entry {
    width: 100%;
    margin: 20px 0;
}

select#sort {
    width: unset !important;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    padding: 0 23px 0 10px;
    background-color: #fff;
    border: 1px solid #dddee6;
    box-shadow: rgb(88 102 126 / 8%) 0 0 30px, rgb(88 102 126 / 12%) 0 0 2px;
    border-radius: 10px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    height: 30px;
    vertical-align: middle;
    margin-left: 5px;
    margin-bottom: 0px !important;
}

h2.d-flex.align-items-center.text-capitalize {
    text-transform: lowercase !important;
}

h2.section-title2.font-merriweather-bold.big {
    margin: 0px !important;
}

.box.has-hover.counter-item.shadow.border-radius.has-hover.box-text-bottom {
    padding: 15px;
}

/**support**/
.support-item .support-item-title {
    font-weight: 600;
    display: block;
    color: #009768;
    text-transform: uppercase;
}

.support-item a {
    display: block;
    margin: 3px 0;
}

aside.widget-product-filter.widget-custom {
    box-shadow: rgb(88 102 126 / 12%) 0 0 2px !important;
    background-color: #fff !important;
    margin-bottom: 20px;
}

.widget-title h3 {
    margin: 0;
    font-size: 1.1rem;
    font-family: "Segoe UI", Arial, sans-serif;
    position: relative;
    padding: 15px 15px;
}

.bc_widget_category {
    padding: 0 15px 10px;
}

.bc_widget_category ul {
    column-count: 2;
}

.bc_widget_category ul li {
    position: relative;
    list-style: none;
    padding: 5px 0 5px 17px;
}

.bc_widget_category ul li a {
    max-width: 245px;
    display: inline-block;
    padding: 0;
    width: 100%;
    color: #3d3b40;
    font-size: 1rem;
}

.bc_widget_category ul li::before {
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    background: url(../images/uicon-arrow-down-red.svg) center no-repeat;
    background-size: contain;
    margin-left: 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    transform: rotate(-90deg);
}

#mobile {
    display: none;
}

/**post**/
.single-post, .category {
    background: #fff !important;
}

.single-post main#main, .category #main {
    background: #fff !important;
}

.single-post #footer, .category #footer {
    margin-top: 0px !important;
}

.the-article .article-author {
    display: flex;
    align-items: center;
    color: #777;
    font-size: .9rem;
}

.the-article .article-author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
    box-shadow: 0 0 0 2px #f1f1f1;
}

.the-article .article-publish {
    color: #777;
    display: inline-flex;
    align-items: center;
}

.the-article .article-publish::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #ddd;
    margin: 0 10px;
}

.the-article .the-article-summary {
    margin-top: 15px;
    margin-bottom: 15px;
}

.the-article .the-article-summary a {
    color: #216bff
}

.the-article .the-article-summary p, .the-article .the-article-summary ul li, .the-article .the-article-summary ol li {
    margin: 0 0 10px 0;
}

.the-article .the-article-summary ul, .the-article .the-article-summary ol {
    margin-left: 20px !important;
}

/**ưidget**/
.widget-post-list .widget-post-item {
    width: 100%;
    display: inline-block;
}

.widget-post-list .widget-post-item .widget-post-thumbnail {
    width: 100px;
    height: 90px;
    border-radius: 6px;
    float: left;
}

.widget-post-list .widget-post-item .widget-post-thumbnail img {
    width: 100%;
    border-radius: 6px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.widget-post-list .widget-post-item .widget-post-content {
    width: calc(100% - 100px);
    float: left;
    padding-left: 10px;
}

.widget-post-list .widget-post-item .widget-post-content h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    margin: 0;
    line-height: 22px;
    color: #000;
    font-family: "Segoe UI", Arial, sans-serif;
    font-weight: 600;
}

.widget-post-list .widget-post-item .widget-post-content h3:hover {
    color: #f16941 !important;
}

.widget-post-list .widget-post-item .widget-post-content p {
    font-weight: normal;
    font-size: 14px;
    margin: 3px 0 0 0px;
    color: gray;
}

.widget-post-list .widget-post-item:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.widget-post-list .widget-post-item .widget-post-content .meta {
    margin: 10px 0 0 0;
}

.widget-post-list .widget-post-item .widget-post-content span.time {
    float: right;
    display: block;
    margin-top: 0;
    font-size: .85rem;
    color: #777;
}

.widget-post-list .widget-post-item .widget-post-content span.price {
    float: left;
    display: block;
    margin: 0 0 8px;
    font-size: 1rem;
    color: #16c784;
    font-weight: 600;
}

aside.widget-post.widget-white {
    box-shadow: rgb(88 102 126 / 12%) 0 0 2px !important;
    background-color: #fff;
    padding: 20px;
}

.news-featured-middle.news-grid .news-item {
    display: block;
}

.news-featured-middle.news-grid {
    width: 100%;
    margin: 0px !important;
}

.news-listing .news-grid .news-item {
    display: block;
}

.news-item .news-thumb.height-300 {
    width: 100%;
    height: 300px !important;
}

.news-grid .news-item .news-aside {
    margin-left: 0;
    margin-top: 10px;
}

.news-item .news-publish {
    color: #697684;
    font-size: .8rem;
    margin-bottom: 5px;
    display: block;
}

.news-featured-middle.news-grid .news-item .news-title {
    font-size: 1.8rem;
    line-height: 1.25;
    margin: 0;
    color: #3d3b40;
}

.news-item .news-summary {
    color: #666;
    font-size: .9rem;
    margin-top: 10px;
    margin-bottom: 0;
}

.news-grid .news-item {
    display: block;
}

.news-item .news-thumb.height-170 {
    width: 100%;
    height: 170px !important;
}

.news-grid .news-item .news-aside {
    margin-left: 0;
    margin-top: 10px;
}

.vip0, .vip00 {
    display: none !important;
}

/**filter**/
#filter-box {
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 200ms ease-in-out;
    margin-bottom: 0;
    box-shadow: rgb(88 102 126 / 8%) 0px 0px 30px, rgb(88 102 126 / 12%) 0px 1px 2px;
    border-bottom: 1px solid #e5e5e5;
    z-index: 999999;
}

#filter-box .filter-list {
    padding: 14px 0;
    /* max-width: 1400px; */
    display: block;
    align-items: center;
}

#filter-box .filter-item {
    background-color: #fff;
    border: 1px solid rgb(231 231 231);
    margin: 0 10px 0 0;
    border-radius: 999px !important;
    position: relative;
    cursor: pointer;
    float: left;
    min-width: 130px;
    width: auto;
    height: 48px;
    display: flex;
    transition: border-color .15s ease, box-shadow .15s ease;
}

#filter-box .filter-item.active {
    /* padding-right: 25px; */
}

#filter-box .filter-item:hover {
    border: 1px solid var(--primary-color);
    box-shadow: 0 2px 8px rgba(0, 151, 104, .12);
}

#filter-box .filter-label {
    font-size: 0.75rem;
    display: flex;
    position: absolute;
    white-space: nowrap;
    padding: 5px 15px 0px 10px;
    color: #777;
    pointer-events: none;
}

#filter-box .filter-label:after {
    content: "";
    display: inline-block;
    background: url(../images/chevron-down.svg) center no-repeat;
    background-size: contain;
    width: 14px;
    height: 16px;
    margin-left: 2px;
}

#filter-box .filter-value {
    font-size: 0.9rem;
    display: inline-block;
    padding: 20px 10px 5px 10px;
    width: 100%;
    color: #3d3b40;
    /* max-width: 165px; */
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    white-space: nowrap;
}

#filter-box .filter-item.location .filter-value,
#filter-box .filter-item.active .filter-value,
#filter-box .filter-item.active .filter-text {
    color: #216bff;
    font-weight: 600;
}

#filter-box .filter-item.location {
    /* border-color: #fff;
    background-color: #f5f5f5; */
    align-items: center;
    display: flex;
    width: 300px;
}

#filter-box .filter-item.location:hover {
    border: 1px solid var(--primary-color);
    box-shadow: 0 2px 8px rgba(0, 151, 104, .12);
    background-color: #fff;
}

#filter-box .filter-item.location .filter-label {
    display: none;
}

#filter-box .filter-item.location .filter-value {
    padding: 10px 15px 10px 40px;
}

#filter-box .filter-item.location::before {
    display: block;
    width: 40px;
    height: 100%;
    content: "";
    background: url(../images/uicon-search.svg) center no-repeat;
    background-size: 15px;
    position: absolute;
    pointer-events: none;
    opacity: 0.7;
}

#filter-box .filter-item .delete-item {
    display: inline-flex;
    width: 35px;
    height: 100%;
    background: url(../images/delete-filter-item.svg) center no-repeat;
    background-size: 12px 12px;
    padding: 0;
    display: none;
}

#filter-box .filter-item.post-type .delete-item {
    display: none;
}

#filter-box .filter-text {
    display: inline-flex;
    align-items: center;
    flex: 1;
    justify-content: center;
    width: auto;
    height: 100%;
    font-size: 0.9rem;
}

#filter-box .filter-item.post-advance:before {
    display: block;
    width: 30px;
    height: 100%;
    content: "";
    background: url(../images/uicon-filter.svg) center no-repeat;
    background-size: 12px;
    position: absolute;
    pointer-events: none;
}

#filter-box .filter-item.post-advance .filter-text {
    padding-left: 30px;
    padding-right: 10px;
}

#filter-box .filter-item.post-advance.active .filter-text {
    color: #3d3b40;
    font-weight: normal;
}

#filter-box .filter-item .filter-advance-total-item {
    padding: 0px 4px;
    margin-left: 3px;
    height: 16px;
    background-color: #009768;
    color: #fff;
    font-size: 0.8rem;
    font-weight: normal;
    border-radius: 22px;
    line-height: 16px;
}

#filter-box .filter-item.post-type {
    min-width: 120px;
}

#filter-box .filter-item.post-type.active {
    padding-right: 0;
}

.post-quarter {
    min-width: 120px !important;
}

#filter-box .filter-item.post-estate-type {
    min-width: 120px;
}

#filter-box .filter-item.post-price {
    min-width: 90px;
}

#filter-box .filter-item.post-acreage {
    min-width: 80px;
}

#filter-box .filter-item.post-bedroom {
    min-width: 90px;
}

#filter-box .filter-item.post-bathroom {
    min-width: 60px;
}

#filter-box .filter-item.post-project {
    min-width: 65px;
}

#filter-box .filter-item.submit {
    border-color: #009768;
    color: #009768;
    font-weight: 600;
    min-width: 98px;
}

#filter-box .filter-item.submit .filter-text {
    width: auto;
    padding-right: 10px;
}

#filter-box .filter-item.submit:hover {
    border-color: #009768;
    color: #009768;
    box-shadow: 0 0 0 1px #009768;
}

#filter-box .filter-item.submit:before {
    display: inline-flex;
    width: 30px;
    height: 100%;
    content: "";
    background: url(../images/search-red-icon.svg) center no-repeat;
    background-size: 15px;
    pointer-events: none;
}

#filter-box .filter-item.clear-filter {
    border-color: #fff;
    padding: 0 10px;
}

#filter-box .filter-item.clear-filter:hover {
    border: 1px solid rgb(231 231 231);
    box-shadow: 0 0 0 1px rgb(231 231 231);
}

.filter-popup {
    display: none;
    position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 1000;
    background-color: #fff;
    overflow: hidden;
    width: 700px;
    margin: 0 auto;
    border-radius: 8px;
    font-size: 0.95rem;
}

body.show-filter-popup,
body.show-filter-popup .black_overlay,
.filter-popup.show {
    display: block;
    overflow: hidden;
}

body.filter-popup {
    position: static;
    width: auto;
    overflow: auto;
}

.filter-popup .filter-popup-header {
    height: 50px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ddd;
    padding: 0 40px;
    box-shadow: rgb(88 102 126 / 8%) 0px 0px 30px, rgb(88 102 126 / 12%) 0px 1px 2px;
}

.filter-popup .filter-popup-header .popup-close {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 40px;
    height: 40px;
    background: url(../images/chevron-left.svg) center no-repeat;
    background-size: 25px;
    text-indent: -999999px;
    cursor: pointer;
}

.filter-popup .filter-popup-header .popup-close:hover {
    background-color: #f1f1f1;
    border-radius: 12px;
}

.filter-popup .filter-search-key {
    width: 100%;
    margin-bottom: 10px;
}

.filter-popup .filter-search-key input.search-key-input {
    width: 100%;
    padding: 15px;
    border: 1px solid #aaa;
    background: #fff;
    border-radius: 5px;
    font-size: 1rem;
}

.filter-popup .filter-search-key input.search-key-input:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 1px #007bff;
    background-color: #fff;
}

.filter-popup .filter-popup-content {
    width: 100%;
    height: calc(100% - 50px);
    padding: 25px 40px;
}

.filter-popup.has-footer .filter-popup-content {
    width: 100%;
    height: calc(100% - 50px - 60px);
    /* max-height: 450px; */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.filter-popup .filter-list-option {
    height: calc(100% - 50px);
    overflow: auto;
    max-height: 100%;
    margin-left: -40px;
    margin-right: -40px;
    padding: 10px 40px;
}

.filter-popup .filter-list-option::-webkit-scrollbar {
    width: 9px;
}

.filter-popup .filter-list-option::-webkit-scrollbar-track {
    background: #f8f9fa;
}

.filter-popup .filter-list-option::-webkit-scrollbar-thumb {
    background: #e2e2e2;
}

.filter-popup .filter-list-option::-webkit-scrollbar-thumb:hover {
    background: #aaa;
}

.filter-popup .filter-popup-footer {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    box-shadow: rgb(88 102 126 / 8%) 0px 0px 0px, rgb(88 102 126 / 12%) 0 -1px 0px;
}

.filter-popup .filter-popup-footer .filter-btn-submit {
    width: auto;
    height: 40px;
    border: 1px solid #009768;
    background-color: #009768;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    cursor: pointer;
    border-radius: 10px;
    padding: 0 20px;
}

.filter-popup .filter-popup-footer .filter-btn-cancel {
    width: auto;
    height: 40px;
    background-color: #fff;
    border: 1px solid #e5e3e8;
    color: #3d3b40;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    cursor: pointer;
    border-radius: 10px;
    padding: 0 20px;
    margin-right: 10px;
}

.filter-popup .filter-popup-footer .filter-btn-cancel:hover,
.filter-popup .filter-popup-footer .filter-btn-submit:hover {
    opacity: 0.8;
}

.filter-popup .filter-popup-footer .filter-btn-reset {
    cursor: pointer;
}

.filter-popup .filter-list-option ul > li {
    padding: 10px 10px 10px 25px;
    border-bottom: 1px solid #eee;
    font-size: 1.1rem;
    position: relative;
    cursor: pointer;
    list-style: none;
}

.filter-popup .filter-list-option ul > li a {
    color: var(--darkColor) !important;
}

.filter-popup .filter-list-option ul > li.selected, .filter-popup .filter-list-option ul li.selected a {
    font-weight: 600;
    color: #006aff !important;
}

.filter-popup .filter-list-option ul > li.selected:before {
    background: url(../images/uicon-checkbox-blue-2.svg) center no-repeat;
    background-size: contain;
    opacity: 1;
}

/* .filter-popup.filter-popup-estate-type .filter-list-option ul > li {
    width: 50%;
    float: left;
}
.filter-popup.filter-popup-district .filter-list-option ul > li {
    width: 33%;
    float: left;
    font-size: 1.05rem;
}
.filter-popup.filter-popup-district .filter-list-option ul > li:first-child,
.filter-popup.filter-popup-estate-type .filter-list-option ul > li:first-child {
    width: 100%;
    float: left;
} */
.filter-popup .filter-list-option ul > li:hover {
    color: rgb(0, 106, 255);
}

.filter-popup .filter-list-option ul > li.selected {
    font-weight: 600;
    color: rgb(0, 106, 255);
}

.filter-popup .filter-list-option ul > li i {
    background: url(../images/chevron-right.svg) center no-repeat;
    background-size: contain;
    width: 20px !important;
    height: 20px !important;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    display: block;
}

.filter-popup .filter-list-option.filter-popup-estate-type-option ul > li:after,
.filter-popup .filter-list-option#filter-popup-district-option ul > li:after {
    display: none;
}

.filter-popup .filter-list-option ul > li:before {
    background: url(../images/uicon-square.svg) center no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
    display: block;
    content: "";
    opacity: 0.45;
}

.filter-popup .filter-list-option ul > li.selected:before {
    background: url(../images/uicon-checkbox-blue-2.svg) center no-repeat;
    background-size: contain;
    opacity: 1;
}

.ui-draggable,
.ui-droppable {
    background-position: top;
}

.ui-slider .ui-slider-handle {
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.6em;
    margin-left: -1em;
}

.bds-ranger {
    /* padding: 10px; */
}

.bds-ranger .custom-list-ranger li {
    padding: 5px 15px;
    background-color: #fff;
    border-radius: 5px;
    margin: 5px;
    display: inline-block;
    border: 1px solid #e5e3e8;
    cursor: pointer;
}

.bds-ranger .custom-list-ranger li:hover,
.bds-ranger .custom-list-ranger li.selected {
    border-color: #007bff;
    box-shadow: 0 0 0 1px #007bff;
}

.bds-ranger .vue-slider {
    height: 3px !important;
}

.bds-ranger .vue-slider-rail {
    background-color: #eee;
}

.filter-popup .vue-slider-process {
    background-color: #009768;
}

.filter-popup .vue-slider-dot {
    width: 20px !important;
    height: 20px !important;
}

.filter-popup .vue-slider-dot-tooltip {
    display: none !important;
}

.filter-popup .vue-slider-ltr .vue-slider-mark-label,
.filter-popup .vue-slider-rtl .vue-slider-mark-label {
    margin-top: 10px;
}

.filter-popup .filter-block {
    margin-top: 10px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dddee5;
}

.filter-popup .filter-block:last-of-type {
    margin-bottom: 0;
    border-bottom: 0;
}

.filter-popup .filter-block-title {
    font-weight: 600;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.filter-option-group-horizontal li {
    float: left;
    margin: 5px 0;
    margin-right: 10px;
    list-style: none !important;
}

.filter-option-group-horizontal li span {
    padding: 5px 7px;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #e5e3e8;
    cursor: pointer;
}

.filter-option-group-horizontal li span:hover,
.filter-option-group-horizontal li.active span {
    border-color: #007bff;
    box-shadow: 0 0 0 1px #007bff;
    font-weight: normal;
}

.filter-option-checkbox {
    display: flex;
    flex-wrap: wrap;
}

.filter-option-checkbox > li {
    width: auto;
    margin-right: 40px;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 5px 0;
}

.filter-option-checkbox.col-3 > li {
    width: 33%;
    margin-right: 0;
}

.filter-option-checkbox.col-3 > li a, .filter-option-checkbox.col-4 > li a, .filter-option-checkbox.col-5 > li a {
    color: var(--darkColor)
}

.filter-option-checkbox.col-4 > li {
    width: 25%;
    margin-right: 0;
}

.filter-option-checkbox.col-5 > li {
    width: 20%;
    margin-right: 0;
}

.filter-option-checkbox.col-3 > li.selected a, .filter-option-checkbox.col-4 > li.selected a, .filter-option-checkbox.col-5 > li.selected a {
    font-weight: 600;
    color: rgb(0, 106, 255);
}

.filter-option-checkbox > li:last-of-type {
    margin-right: 0;
}

.filter-option-checkbox > li .icon {
    margin-right: 10px;
    opacity: 0.3;
}

.filter-option-checkbox > li.selected .icon.square,
.filter-option-checkbox > li.active .icon.square {
    background: url(../images/uicon-checkbox-blue-2.svg) center no-repeat;
    background-size: contain;
    opacity: 1;
}

.toast-top-right {
    top: 100px;
}

.section-access .aside-box {
    background: none;
    padding-top: 10px;
}

.section-access .aside-box .list-links > li::before {
    display: none;
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotateZ(0);
    }
    1% {
        -webkit-transform: rotateZ(30deg);
    }
    3% {
        -webkit-transform: rotateZ(-28deg);
    }
    5% {
        -webkit-transform: rotateZ(34deg);
    }
    7% {
        -webkit-transform: rotateZ(-32deg);
    }
    9% {
        -webkit-transform: rotateZ(30deg);
    }
    11% {
        -webkit-transform: rotateZ(-28deg);
    }
    13% {
        -webkit-transform: rotateZ(26deg);
    }
    15% {
        -webkit-transform: rotateZ(-24deg);
    }
    17% {
        -webkit-transform: rotateZ(22deg);
    }
    19% {
        -webkit-transform: rotateZ(-20deg);
    }
    21% {
        -webkit-transform: rotateZ(18deg);
    }
    23% {
        -webkit-transform: rotateZ(-16deg);
    }
    25% {
        -webkit-transform: rotateZ(14deg);
    }
    27% {
        -webkit-transform: rotateZ(-12deg);
    }
    29% {
        -webkit-transform: rotateZ(10deg);
    }
    31% {
        -webkit-transform: rotateZ(-8deg);
    }
    33% {
        -webkit-transform: rotateZ(6deg);
    }
    35% {
        -webkit-transform: rotateZ(-4deg);
    }
    37% {
        -webkit-transform: rotateZ(2deg);
    }
    39% {
        -webkit-transform: rotateZ(-1deg);
    }
    41% {
        -webkit-transform: rotateZ(1deg);
    }

    43% {
        -webkit-transform: rotateZ(0);
    }
    100% {
        -webkit-transform: rotateZ(0);
    }
}

@-moz-keyframes ring {
    0% {
        -moz-transform: rotate(0);
    }
    1% {
        -moz-transform: rotate(30deg);
    }
    3% {
        -moz-transform: rotate(-28deg);
    }
    5% {
        -moz-transform: rotate(34deg);
    }
    7% {
        -moz-transform: rotate(-32deg);
    }
    9% {
        -moz-transform: rotate(30deg);
    }
    11% {
        -moz-transform: rotate(-28deg);
    }
    13% {
        -moz-transform: rotate(26deg);
    }
    15% {
        -moz-transform: rotate(-24deg);
    }
    17% {
        -moz-transform: rotate(22deg);
    }
    19% {
        -moz-transform: rotate(-20deg);
    }
    21% {
        -moz-transform: rotate(18deg);
    }
    23% {
        -moz-transform: rotate(-16deg);
    }
    25% {
        -moz-transform: rotate(14deg);
    }
    27% {
        -moz-transform: rotate(-12deg);
    }
    29% {
        -moz-transform: rotate(10deg);
    }
    31% {
        -moz-transform: rotate(-8deg);
    }
    33% {
        -moz-transform: rotate(6deg);
    }
    35% {
        -moz-transform: rotate(-4deg);
    }
    37% {
        -moz-transform: rotate(2deg);
    }
    39% {
        -moz-transform: rotate(-1deg);
    }
    41% {
        -moz-transform: rotate(1deg);
    }

    43% {
        -moz-transform: rotate(0);
    }
    100% {
        -moz-transform: rotate(0);
    }
}

@keyframes ring {
    0% {
        transform: rotate(0);
    }
    1% {
        transform: rotate(30deg);
    }
    3% {
        transform: rotate(-28deg);
    }
    5% {
        transform: rotate(34deg);
    }
    7% {
        transform: rotate(-32deg);
    }
    9% {
        transform: rotate(30deg);
    }
    11% {
        transform: rotate(-28deg);
    }
    13% {
        transform: rotate(26deg);
    }
    15% {
        transform: rotate(-24deg);
    }
    17% {
        transform: rotate(22deg);
    }
    19% {
        transform: rotate(-20deg);
    }
    21% {
        transform: rotate(18deg);
    }
    23% {
        transform: rotate(-16deg);
    }
    25% {
        transform: rotate(14deg);
    }
    27% {
        transform: rotate(-12deg);
    }
    29% {
        transform: rotate(10deg);
    }
    31% {
        transform: rotate(-8deg);
    }
    33% {
        transform: rotate(6deg);
    }
    35% {
        transform: rotate(-4deg);
    }
    37% {
        transform: rotate(2deg);
    }
    39% {
        transform: rotate(-1deg);
    }
    41% {
        transform: rotate(1deg);
    }

    43% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(0);
    }
}

@media only screen and (max-width: 1320px) {
    .user-control .uc-item.uc-posts {
        display: none;
    }
}

@media only screen and (max-width: 1220px) {
    .user-control .uc-item span {
        display: none;
    }

    .user-control .uc-item span.number-count {
        display: block;
    }
}

@media only screen and (min-width: 1320px) {
    html {
        font-size: 14px;
    }
}

.filter-popup.show, body.show-filter-popup, body.show-filter-popup .black_overlay {
    display: block;
    overflow: hidden;
}

.black_overlay {
    display: none;
    background-color: rgba(0, 0, 0, .55);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.top-cat {
    display: none !important;
}

#top-bar {
    background: #fff;
}
#toolbar{
    display:none;
}
/* css form tính lãi vay */
.devvn_laivay_muanha input {
    height: 40px !important;
    margin: 0;
}
.devvn_laivay_muanha p.title {
    padding-bottom: 4px;
}
.detail-payment button ~ button {
	margin-left: 0 !important;
}

/* css section bán và cho thuê - trang chủ */
a.button.primary.btn-bdau {
    background-color: #007bff;
    border-color: #007bff;
    line-height: 35px;
    font-weight: 500;
}

.sub-category-news {
    display: flex;
}
.sub-category-news > li {
    margin-right: 10px;
    margin-top: 15px;
    color: #ddd;
    list-style:none;
}
.sub-category-news > li a {
    display: flex;
    align-items: center;
    color: #060608;
    background: #eee;
    padding: 7px 15px;
    border-radius: 15px;
}
.sub-category-news > li a:hover {
    background: #ecf1ff;
}

.sub-place {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 15px;
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgb(88 102 126 / 12%) 0px 0px 2px;
}
.sub-place > li {
    width: 14%;
    display: inline-flex;
    align-items: center;
    margin: 3px 0;
    font-size: 0.95rem;
}
.sub-place > li > a {
    display: inline-flex;
    color: #343a40;
}
.sub-place > li > a:hover {
    color: #009768;
}
.sub-place.province-list > li {
    width: auto;
    margin-right: 30px;
}
.sub-place.district-list.province-id-1 > li {
    width: 12.4%;
}
.sub-place.district-list.province-id-2 > li {
    width: 14.1%;
}
.sub-place.ward-list > li {
    width: 20%;
}
.sub-place.ward-list.district-id-3 > li,
.sub-place.ward-list.district-id-6 > li,
.sub-place.ward-list.district-id-9 > li,
.sub-place.ward-list.district-id-11 > li,
.sub-place.ward-list.district-id-12 > li,
.sub-place.ward-list.district-id-15 > li,
.sub-place.ward-list.district-id-16 > li,
.sub-place.ward-list.district-id-17 > li,
.sub-place.ward-list.district-id-18 > li,
.sub-place.ward-list.district-id-20 > li,
.sub-place.ward-list.district-id-22 > li
{
    width: 12%;
}
.sub-place > li .link-count {
    display: inline;
    background: #fff5f5;
    color: #009768;
    padding: 0px 5px;
    margin-left: 3px;
    border-radius: 7px;
    font-size: 0.75rem;
}

ul.sub-place.province-list span.link-expand {
    position: unset !important;
    transform: unset !important;
}

/* css btn bắt đầu ngay - trang chủ */
a.btn_batdau {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 16px;
}


/**==================================================
 * Single listing detail page — modern UI upgrade
 *=================================================**/

.realty-box {
    border-radius: 16px !important;
    box-shadow: 0 2px 14px rgba(17, 24, 39, .06) !important;
    padding: 26px !important;
}

#bar-sticky {
    border: 1px solid #edeef3 !important;
    border-radius: 12px !important;
    box-shadow: 0 2px 12px rgba(17, 24, 39, .05);
    margin-top: 15px;
}

#bar-sticky .menu-sticky > li {
    padding: 0 6px;
    text-transform: none;
    font-weight: 600;
    font-size: .88rem;
}

#bar-sticky .menu-sticky > li a {
    padding: 0 14px;
    height: 40px;
    margin: 5px 0;
    border-radius: 9px;
    text-transform: none;
    font-weight: 600;
    font-size: .88rem;
    transition: background .2s ease, color .2s ease;
}

#bar-sticky .menu-sticky > li a:hover {
    background: #e8f8f2;
    color: var(--primary-color);
}

.back-to-listing .btn-back-to-listing {
    border-radius: 999px;
    padding: 6px 14px 6px 10px;
    border-color: #e6e8f0;
    transition: all .2s ease;
}

.back-to-listing .btn-back-to-listing:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.back-to-listing .btn-back-to-listing:hover i {
    filter: brightness(0) invert(1);
}

.the-post .page-h1 {
    font-weight: 600 !important;
    line-height: 1.35 !important;
    letter-spacing: -.01em;
}

.the-post .post-features {
    margin-top: 14px !important;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.the-post .post-features .item {
    background: #f6f7fa;
    border-radius: 999px;
    padding: 7px 14px;
    margin-right: 0 !important;
    font-size: .88rem !important;
}

.the-post .post-features .post-price {
    background: #e9fbf4;
    color: #0fca98;
    font-weight: 600 !important;
    font-size: 1.15rem !important;
    padding: 8px 16px;
    margin-bottom: 0 !important;
}

.the-post .post-features .item.post-published {
    float: none;
    margin-left: auto;
    background: transparent;
    color: #9297a8;
    padding: 7px 0;
}

.section2 {
    padding-top: 22px !important;
    border-top: 1px solid #f0f1f5;
}

.section2:first-of-type {
    border-top: 0;
    padding-top: 0 !important;
}

.section2 h2.section-title2 {
    font-weight: 600 !important;
    font-size: 1.15rem !important;
    padding-left: 12px;
    border-left: 4px solid var(--primary-color);
    margin-bottom: 16px !important;
}

.table-wrap {
    border: 1px solid #edeef3 !important;
    border-radius: 14px !important;
    box-shadow: 0 2px 10px rgba(17, 24, 39, .04);
}

.table-wrap table tr:nth-of-type(even) {
    background-color: #fafbfd !important;
}

.table-overview tr td {
    padding: 12px 18px !important;
}

.table-overview tr td:first-child {
    font-weight: 500;
}

.shortcode-wrap {
    background: #fbfbfd;
    border: 1px solid #edeef3;
    border-radius: 14px;
    padding: 20px;
}

/* image gallery */
.the-post .post-images {
    border-radius: 16px;
    overflow: hidden;
    gap: 3px;
    background-color: #eceef3;
}

.the-post .post-images .image-item {
    border-left: 3px solid #eceef3;
}

.the-post .post-images .image-item img {
    transition: transform .35s ease, opacity .3s ease-in-out;
}

.the-post .post-images .image-item:hover img {
    transform: scale(1.04);
}

/* sidebar author / contact box */
.the-post .aside-box-author {
    border-radius: 16px !important;
    box-shadow: 0 2px 14px rgba(17, 24, 39, .06) !important;
    border: 1px solid #edeef3;
}

.the-post .aside-box-author .author-avatar {
    border: 2px solid #fff !important;
    background-color: #fff;
    box-shadow: 0 0 0 3px var(--primary-color), 0 4px 12px rgba(0, 151, 104, .18);
}

.the-post .aside-box-author .author-url-wrap {
    align-items: center;
    padding-bottom: 4px;
}

.the-post .aside-box-author .author-name {
    font-weight: 600;
    color: #1f2430;
}

.the-post .aside-box-author .btn-phone,
.the-post .aside-box-author .btn-zalo {
    box-shadow: 0 3px 8px rgba(17, 24, 39, .1);
}

.the-post .aside-box-author .btn-phone,
.the-post .aside-box-author .btn-zalo {
    border-radius: 999px !important;
    transition: transform .15s ease, box-shadow .15s ease;
}

.the-post .aside-box-author .btn-phone:hover,
.the-post .aside-box-author .btn-zalo:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(17, 24, 39, .16);
}

.the-post .contact-form {
    border-top: 1px solid #f0f1f5;
    padding-top: 15px;
}

.the-post .contact-form .contact-form-title span {
    padding-left: 10px;
    border-left: 3px solid var(--primary-color);
}

.the-post form .form-control {
    border-radius: 10px !important;
    background-color: #fbfbfd !important;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.the-post form .form-control:focus {
    border-color: var(--primary-color) !important;
    background: #fff !important;
    box-shadow: 0 0 0 3px rgba(0, 151, 104, .1) !important;
}

.the-post .contact-form button[type=submit],
input.wpcf7-form-control.has-spinner.wpcf7-submit.btnSend {
    border-radius: 999px !important;
    height: 46px !important;
    font-weight: 600 !important;
    box-shadow: 0 6px 16px rgba(0, 151, 104, .25);
    transition: transform .15s ease, box-shadow .15s ease;
}

.the-post .contact-form button[type=submit]:hover,
input.wpcf7-form-control.has-spinner.wpcf7-submit.btnSend:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(0, 151, 104, .3);
}

.section2.project-related h2.section-title2 {
    font-weight: 600 !important;
    font-size: 1.15rem !important;
    padding-left: 12px;
    border-left: 4px solid var(--primary-color);
    margin-bottom: 16px !important;
}

/* author / contact box — call + zalo actions */
.the-post .aside-box-author .author-avatar {
    width: 76px !important;
    height: 76px !important;
}

.the-post .aside-box-author .author-name {
    font-size: 1.15rem !important;
}

.the-post .aside-box-author .author-role {
    display: block;
    font-size: 12.5px;
    color: #9297a8;
    font-weight: 500;
    margin-top: 2px;
}

.author-contact-actions {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}

.the-post .aside-box-author .author-contact-actions .btn-phone,
.the-post .aside-box-author .author-contact-actions .btn-zalo,
.author-contact-actions .btn-phone,
.author-contact-actions .btn-zalo {
    flex: 1;
    height: 56px !important;
    border-radius: 14px !important;
    padding: 0 12px !important;
    gap: 10px;
    justify-content: flex-start;
    margin: 0 !important;
    box-shadow: 0 3px 10px rgba(17, 24, 39, .1);
    transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}

.the-post .aside-box-author .author-contact-actions .btn-phone:hover,
.the-post .aside-box-author .author-contact-actions .btn-zalo:hover,
.author-contact-actions .btn-phone:hover,
.author-contact-actions .btn-zalo:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(17, 24, 39, .18);
    filter: brightness(1.04);
}

.the-post .aside-box-author .btn-zalo,
.author-contact-actions .btn-zalo {
    background-color: #0068ff;
    border-color: #0068ff;
}

.author-contact-actions .btn-phone {
    background-color: #25d366;
    border-color: #25d366;
    color: #fff;
    display: flex;
    align-items: center;
    border-radius: 6px;
}

.author-contact-actions .btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .2);
    flex-shrink: 0;
}

.author-contact-actions .btn-icon .icon {
    margin: 0 !important;
}

.author-contact-actions .btn-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.3;
    overflow: hidden;
}

.author-contact-actions .btn-text small {
    font-size: 10.5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .03em;
    opacity: .8;
}

.author-contact-actions .btn-text {
    font-size: 13.5px;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
}

/* public author profile page */
.author-profile-header {
    display: flex;
    align-items: center;
    gap: 22px;
    background: #fff;
    border: 1px solid #edeef3;
    border-radius: 16px;
    box-shadow: 0 2px 14px rgba(17, 24, 39, .06);
    padding: 26px;
    margin-bottom: 24px;
}

.author-profile-avatar {
    width: 92px;
    height: 92px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 0 3px var(--primary-color), 0 4px 12px rgba(0, 151, 104, .18);
}

.author-profile-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.author-profile-info {
    flex: 1;
    min-width: 0;
}

.author-profile-name {
    font-size: 1.4rem !important;
    font-weight: 600 !important;
    color: #1f2430 !important;
    margin: 0 !important;
    text-align: left !important;
}

.author-profile-role {
    display: block;
    font-size: 13.5px;
    color: #9297a8;
    font-weight: 500;
    margin-top: 4px;
}

.author-profile-info .author-contact-actions {
    max-width: 420px;
    margin-top: 16px;
}

@media (max-width: 600px) {
    .author-profile-header {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .author-profile-info .author-contact-actions {
        max-width: 100%;
        width: 100%;
    }
}

/**==================================================
 * Homepage sections — modern UI upgrade
 *=================================================**/

.home-title h3 {
    padding-left: 12px;
    border-left: 4px solid var(--primary-color);
    font-size: 1.4rem;
}

.link-expand {
    font-weight: 600;
    background: #f6f7fa;
    padding: 0 14px 0 12px;
    border-radius: 999px;
}

.link-expand:hover {
    background: #e8f8f2;
    text-decoration: none !important;
}

/* Bản tin bất động sản */
.bc__product {
    margin-top: 6px;
}

.post-item .post-thumbnail {
    border-radius: 14px !important;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(17, 24, 39, .07);
}

.post-item .post-thumbnail img {
    transition: transform .35s ease;
}

.post-item:hover .post-thumbnail img {
    transform: scale(1.05);
}

.post-item .post-content {
    margin-top: 14px;
}

.post-item .news-publish {
    text-align: left;
    font-weight: 600;
    color: var(--primary-color);
    text-transform: uppercase;
    font-size: .75rem;
    letter-spacing: .02em;
}

.post-item h4 {
    text-align: left;
    padding: 0;
    font-weight: 600;
}

.news-item {
    align-items: center;
    gap: 14px;
    border-radius: 12px;
    padding: 8px;
    margin-bottom: 8px;
    transition: background .2s ease;
}

.news-item:hover {
    background: #f6f7fa;
}

.news-item .news-thumb {
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(17, 24, 39, .08);
}

.news-item .news-title {
    font-weight: 600;
    line-height: 1.4;
}

/* Chủ đầu tư — investor grid */
.investor-section {
    margin-top: 6px;
}

.investor-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.investor-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #fff;
    border: 1px solid #edeef3;
    border-radius: 16px;
    padding: 26px 18px;
    box-shadow: 0 2px 12px rgba(17, 24, 39, .05);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.investor-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(17, 24, 39, .1);
    border-color: #b8e6d3;
}

.investor-logo {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
    background: #e8f8f2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    box-shadow: 0 0 0 4px #fbfbfd;
}

.investor-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.investor-logo-fallback {
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--primary-color);
}

.investor-name {
    font-size: .98rem;
    font-weight: 600;
    color: #1f2430;
    margin: 0 0 8px;
    line-height: 1.35;
}

.investor-badge {
    display: inline-block;
    background: #e8f8f2;
    color: var(--primary-color);
    font-size: 12px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 999px;
}

@media (max-width: 850px) {
    .investor-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* stats / "Ban va cho thue cung Cong Xanh" */
.section-header2:has(+ .row .counter-item) h2 {
    margin-bottom: 16px !important;
}

.section-header2:has(+ .row .counter-item) p {
    font-size: 1.12rem !important;
    line-height: 1.55 !important;
    margin-top: 0 !important;
}

.counter-item {
    text-align: center;
    min-height: 190px;
    padding: 24px 16px !important;
    border-radius: 18px !important;
    border: 1px solid color-mix(in srgb, var(--counter-accent, #009768) 18%, #ffffff);
    background:
        radial-gradient(circle 92px at 50% -16px, color-mix(in srgb, var(--counter-accent, #009768) 12%, transparent) 0 48%, transparent 49%),
        linear-gradient(180deg, #ffffff 0%, color-mix(in srgb, var(--counter-accent, #009768) 5%, #ffffff) 100%);
    box-shadow: 0 10px 28px rgba(17, 24, 39, .07) !important;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.counter-item:hover {
    transform: translateY(-5px);
    border-color: color-mix(in srgb, var(--counter-accent, #009768) 34%, #ffffff);
    box-shadow: 0 16px 34px rgba(17, 24, 39, .12) !important;
}

.counter-item .ux-image-box-img {
    background: #e8f8f2;
    border-radius: 50%;
    width: 68px;
    height: 68px;
    aspect-ratio: 1 / 1;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
    overflow: hidden;
}

.counter-item h4 {
    font-size: 1.48rem !important;
    font-weight: 600 !important;
    color: var(--counter-accent, var(--primary-color)) !important;
    margin: 14px 0 8px !important;
}

.counter-item p {
    margin: 0 !important;
    font-size: 1rem !important;
    line-height: 1.45 !important;
    color: #232936;
}

.section-header2 + .row .counter-item {
    margin-top: 26px;
}

.section:has(.section-header2 + .row .counter-item) {
    padding-top: 46px !important;
    padding-bottom: 50px !important;
}

.section:has(.section-header2 + .row .counter-item) .section-header2 {
    margin-bottom: 32px !important;
}

.section:has(.section-header2 + .row .counter-item) .row {
    align-items: stretch;
}

.section:has(.section-header2 + .row .counter-item) .counter-item {
    min-height: 168px;
    height: 100%;
    padding: 24px 18px 20px !important;
    border-radius: 8px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section:has(.section-header2 + .row .counter-item) .counter-item .box-text {
    padding: 0 !important;
}

.section:has(.section-header2 + .row .counter-item) .counter-item .box-image {
    width: 68px !important;
    height: 68px !important;
    min-width: 68px;
    aspect-ratio: 1 / 1;
    flex: 0 0 68px;
    border-radius: 999px !important;
    overflow: hidden;
    margin-bottom: 12px;
}

.section:has(.section-header2 + .row .counter-item) .counter-item .box-image::before {
    font-size: 1.45rem !important;
}

.section:has(.section-header2 + .row .counter-item) .counter-item h4 {
    margin: 10px 0 5px !important;
}

/* support widget */
.row-wd {
    border: 1px solid #edeef3 !important;
    border-radius: 18px !important;
    box-shadow: 0 4px 20px rgba(17, 24, 39, .06);
    overflow: hidden;
}

.row-wd .row-5 {
    display: grid !important;
    grid-template-columns: 6fr 6fr;
    align-items: stretch !important;
}

.row-wd .row-5 > .col {
    width: auto !important;
    max-width: none !important;
}

.row-wd .row-5 > .col:first-child {
    position: relative;
    min-height: 320px;
    padding: 0 !important;
    margin-left: -11px;
}

.row-wd .row-5 > .col:first-child > .col-inner {
    height: 100% !important;
}

.row-wd .row-5 > .col:first-child .img,
.row-wd .row-5 > .col:first-child .img-inner,
.row-wd .row-5 > .col:first-child .img-inner > div {
    position: absolute !important;
    inset: 0 !important;
    height: 100% !important;
    width: 100% !important;
    padding-bottom: 0 !important;
}

.row-wd .row-5 > .col:first-child .img-inner img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover;
    object-position: 20% center;
}

.row-wd .row-5 > .col:last-child .col-inner {
    padding: 22px 28px;
    background: #f6f7fb;
}

.row-wd .row-5 > .col:last-child .col-inner > .row {
    margin-bottom: 24px !important;
}

.support-icon {
    padding: 8px;
}

.support-item {
    float: none;
    text-align: left;
    background: #fff;
    border: 1px solid #edeef3;
    border-radius: 16px;
    padding: 14px 14px 14px 56px;
    position: relative;
    min-height: 64px;
    box-shadow: 0 3px 14px rgba(17, 24, 39, .05);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.support-item::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 14px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #e8f8f2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23009768' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.127.96.362 1.902.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.908.338 1.85.573 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
}

.support-item:nth-child(2)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23009768' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='1' y='4' width='22' height='16' rx='2' ry='2'/%3E%3Cline x1='1' y1='10' x2='23' y2='10'/%3E%3C/svg%3E");
}

.support-item:hover {
    transform: translateY(-3px);
    border-color: #b8e6d3;
    box-shadow: 0 12px 26px rgba(17, 24, 39, .1);
}

.support-item .support-item-title {
    font-size: .82rem;
    letter-spacing: 0;
    line-height: 1.3;
    white-space: nowrap;
    margin-bottom: 8px;
}

.support-item a {
    font-weight: 600;
    font-size: .92rem;
    color: #454a5c;
}

.support-item a:hover {
    color: var(--primary-color);
}

.support-consult-form {
    width: 100%;
    background: #fff;
    border: 1px solid #edeef3;
    border-radius: 18px;
    padding: 16px 20px 8px;
    box-shadow: 0 8px 28px rgba(17, 24, 39, .07);
}

.support-consult-title {
    font-weight: 600;
    font-size: 1.05rem;
    color: #1f2430;
    margin-bottom: 10px;
}

.itcodewp-native-form .form-group {
    margin-bottom: 9px;
    position: relative;
}

.itcodewp-native-form .form-control {
    width: 100%;
    height: auto;
    padding: 18px 14px 5px;
    line-height: 1.4;
    font-size: .95rem;
    color: #1f2430;
    background-color: #fbfbfd;
    border: 1px solid #e6e8f0;
    border-radius: 10px;
    box-shadow: none;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.itcodewp-native-form textarea.form-control {
    min-height: 52px;
}

.itcodewp-native-form .form-control:focus {
    border-color: var(--primary-color);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(0, 151, 104, .1);
}

.itcodewp-native-form .label-in {
    position: absolute;
    left: 8px;
    top: 1px;
    font-size: .8rem;
    color: #9297a8;
    background: transparent;
    padding: 6px 6px;
    pointer-events: none;
}

.itcodewp-native-form .btnSend {
    width: 100%;
    height: 44px;
    border-radius: 999px !important;
    font-weight: 600;
    background: var(--primary-color);
    color: #fff;
    box-shadow: 0 6px 16px rgba(0, 151, 104, .25);
    transition: transform .15s ease, box-shadow .15s ease;
}

.itcodewp-native-form .btnSend:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(0, 151, 104, .3);
}

.itcodewp-native-form form {
    margin: 0 !important;
}

/**==================================================
 * Blog category archive + single post — modern UI upgrade
 *=================================================**/

/* category.php — sub-category landing (parent term) */
.sub-category-news {
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.sub-category-news > li {
    margin: 0 !important;
}

.sub-category-news > li a {
    background: #f6f7fa;
    color: #454a5c;
    font-weight: 600;
    font-size: .88rem;
    padding: 9px 18px;
    border-radius: 999px;
    transition: background .2s ease, color .2s ease;
}

.sub-category-news > li a:hover {
    background: var(--primary-color);
    color: #fff;
}

.category-entry .page-description {
    color: #7d8194;
    font-size: .95rem;
    margin-top: 6px;
}

.news-featured-left .news-item {
    align-items: flex-start;
    padding: 10px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #f2f3f7;
    border-radius: 0;
}

.news-featured-left .news-item:hover {
    background: transparent;
}

.news-featured-left .news-item:hover .news-title {
    color: var(--primary-color);
}

.news-featured-left .news-thumb {
    width: 90px;
    height: 90px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}

.news-item .news-thumb.height-300,
.news-item .news-thumb.height-170 {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(17, 24, 39, .07);
}

.news-featured-middle.news-grid .news-item .news-title,
.news-item .news-thumb.height-170 + .news-aside .news-title {
    font-weight: 600;
}

.news-featured-middle.news-grid .news-item:hover .news-title,
.news-featured-right .news-item:hover .news-title {
    color: var(--primary-color);
}

.box-new {
    padding-top: 26px;
    border-top: 1px solid #f0f1f5;
}

.box-new:first-of-type {
    border-top: 0;
    padding-top: 0;
}

/* single.php + content.php — article page */
.the-article {
    background: #fff;
    border: 1px solid #edeef3;
    border-radius: 16px;
    box-shadow: 0 2px 14px rgba(17, 24, 39, .05);
    padding: 28px;
}

.the-article .page-h1 {
    text-align: left !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
}

.the-article .article-author img {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--primary-color);
}

.the-article .article-author span {
    font-weight: 600;
    color: #454a5c;
}

.the-article .the-article-summary {
    font-size: 1.02rem;
    line-height: 1.75;
    color: #333844;
}

.the-article .the-article-summary h2 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 22px 0 10px;
    color: #1f2430;
}

.the-article .the-article-summary img {
    border-radius: 14px;
}

.blog-related.boxShadow {
    background: #fff;
    border: 1px solid #edeef3;
    border-radius: 16px;
    box-shadow: 0 2px 14px rgba(17, 24, 39, .05);
    padding: 24px;
    margin-top: 24px !important;
}

aside.widget-post.widget-white,
.widget_create_widget_post aside.widget-post {
    border-radius: 16px !important;
    border: 1px solid #edeef3;
    box-shadow: 0 2px 14px rgba(17, 24, 39, .05) !important;
    padding: 20px !important;
}

.widget-post-list .widget-post-item .widget-post-thumbnail {
    border-radius: 10px !important;
    box-shadow: 0 2px 8px rgba(17, 24, 39, .08);
}

.post-toc {
    margin: 22px 0 28px;
    padding: 0;
    background: #fffdfb;
    border: 1px solid rgba(218, 126, 80, .24);
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(112, 68, 38, .05);
    overflow: hidden;
}

.post-toc-title {
    align-items: center;
    color: #009768;
    cursor: pointer;
    display: flex;
    font-size: 1.08rem;
    font-weight: 600;
    gap: 10px;
    letter-spacing: .04em;
    list-style: none;
    margin: 0;
    padding: 18px 24px;
    text-transform: uppercase;
}

.post-toc-title::-webkit-details-marker {
    display: none;
}

.post-toc-icon {
    color: #009768;
    font-size: .95rem;
    line-height: 1;
}

.post-toc-toggle {
    margin-left: auto;
}

.post-toc-toggle::before {
    content: "+";
    color: #009768;
    font-size: 1.2rem;
    font-weight: 600;
}

.post-toc[open] .post-toc-toggle::before {
    content: "-";
}

.post-toc-list {
    display: grid;
    gap: 13px;
    margin: 0 !important;
    padding: 0 28px 26px 46px;
}

.post-toc-item {
    color: #009768;
    line-height: 1.5;
    padding-left: 2px;
}

.post-toc-item a {
    color: #2b303a !important;
    font-size: 1.02rem;
    font-weight: 600;
}

.post-toc-item a:hover {
    color: #009768 !important;
}

.post-toc-level-3 {
    color: #b99786;
    list-style-type: "-  ";
    margin-left: 22px;
    font-size: .95rem;
}

.post-toc-level-3 a {
    color: #768196 !important;
    font-weight: 600;
}

.the-article .the-article-summary h2,
.the-article .the-article-summary h3 {
    scroll-margin-top: 92px;
}

.the-article .the-article-summary h3 {
    color: #242a36;
    font-size: 1.12rem;
    font-weight: 600;
    margin: 20px 0 10px;
}

.single-latest-posts {
    max-width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.single-latest-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.single-latest-card a {
    display: block;
    height: 100%;
    background: #fff;
    border: 1px solid #edf0f5;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 26px rgba(17, 24, 39, .07);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.single-latest-card a:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 151, 104, .2);
    box-shadow: 0 16px 34px rgba(17, 24, 39, .11);
}

.single-latest-thumb {
    height: 185px;
    margin: 0;
    background: #f5f6f8;
    overflow: hidden;
}

.single-latest-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .28s ease;
}

.single-latest-card a:hover .single-latest-thumb img {
    transform: scale(1.04);
}

.single-latest-body {
    padding: 14px 15px 16px;
}

.single-latest-title {
    color: #202635;
    display: -webkit-box;
    font-size: 1.02rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 8px 0 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.single-latest-card a:hover .single-latest-title {
    color: var(--primary-color);
}

.single-blog-sidebar-news {
    background: #fff;
    border: 1px solid #edeef3;
    border-radius: 14px;
    box-shadow: 0 10px 26px rgba(17, 24, 39, .06);
    padding: 18px;
}

.single-blog-sidebar-news h3 {
    border-left: 4px solid var(--primary-color);
    color: #202635;
    font-size: 1.12rem;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 16px;
    padding-left: 10px;
}

.single-blog-sidebar-list {
    display: grid;
    gap: 14px;
}

.single-blog-sidebar-item {
    align-items: center;
    border-bottom: 1px solid #f0f2f6;
    display: grid;
    gap: 12px;
    grid-template-columns: 92px minmax(0, 1fr);
    padding-bottom: 14px;
}

.single-blog-sidebar-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.single-blog-sidebar-item figure {
    aspect-ratio: 4 / 3;
    background: #f5f6f8;
    border-radius: 9px;
    margin: 0;
    overflow: hidden;
}

.single-blog-sidebar-item img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.single-blog-sidebar-item small {
    color: #8a93a3;
    display: block;
    font-size: .78rem;
    font-weight: 600;
    margin-bottom: 4px;
}

.single-blog-sidebar-item strong {
    color: #263040;
    display: -webkit-box;
    font-size: .94rem;
    font-weight: 600;
    line-height: 1.4;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.single-blog-sidebar-item:hover strong {
    color: var(--primary-color);
}

@media (max-width: 768px) {
    .the-article {
        padding: 18px;
    }

    .post-toc {
        margin: 18px 0 24px;
        padding: 0;
    }

    .post-toc-title {
        padding: 16px 18px;
    }

    .post-toc-list {
        padding: 0 20px 22px 34px;
    }

    .single-latest-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .single-latest-thumb {
        height: 150px;
    }
}

@media (max-width: 520px) {
    .single-latest-grid {
        grid-template-columns: 1fr;
    }

    .single-latest-thumb {
        height: 205px;
    }
}

/**==================================================
 * Chủ đầu tư — investor profile page (archive + single)
 *=================================================**/

.investor-profile-hero {
    display: flex;
    align-items: center;
    gap: 28px;
    background: #fff;
    border: 1px solid #edeef3;
    border-radius: 18px;
    box-shadow: 0 2px 16px rgba(17, 24, 39, .06);
    padding: 32px;
    margin-bottom: 24px;
}

.investor-profile-logo {
    width: 110px;
    height: 110px;
    flex-shrink: 0;
    border-radius: 24px;
    overflow: hidden;
    background: #e8f8f2;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(17, 24, 39, .1);
}

.investor-profile-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.investor-profile-logo .investor-logo-fallback {
    font-size: 2.6rem;
    font-weight: 600;
    color: var(--primary-color);
}

.investor-profile-info {
    flex: 1;
    min-width: 0;
}

.investor-profile-name {
    font-size: 1.7rem !important;
    font-weight: 600 !important;
    color: #1f2430 !important;
    margin: 0 0 10px !important;
    text-align: left !important;
    line-height: 1.3 !important;
}

.investor-profile-info .investor-badge {
    font-size: 13px;
    padding: 6px 16px;
}

.investor-profile-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
    max-width: none;
}

.investor-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin: 0;
    padding: 0 18px;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: .82rem;
    font-weight: 600;
    line-height: 1;
    text-transform: none;
    box-shadow: none;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.investor-action-primary {
    background: #009768;
    color: #fff;
}

.investor-action-primary:hover {
    background: #007e57;
    color: #fff;
}

.investor-action-secondary,
.investor-action-phone {
    border-color: #cfe2db;
    background: rgba(255, 255, 255, .82);
    color: #1e4d3e;
}

.investor-action-secondary:hover,
.investor-action-phone:hover {
    border-color: #009768;
    background: #fff;
    color: #007e57;
}

.author-contact-actions .btn-website {
    background-color: #1f2430;
    border-color: #1f2430;
    color: #fff;
    display: flex;
    align-items: center;
    border-radius: 6px;
}

.investor-profile-content {
    background: #fff;
    border: 1px solid #edeef3;
    border-radius: 16px;
    box-shadow: 0 2px 14px rgba(17, 24, 39, .05);
    padding: 28px;
}

.investor-profile-content .section-title2 {
    font-weight: 600;
    font-size: 1.15rem;
    padding-left: 12px;
    border-left: 4px solid var(--primary-color);
    margin-bottom: 16px;
}

@media (max-width: 600px) {
    .investor-profile-hero {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        padding: 22px;
    }

    .investor-profile-actions {
        max-width: 100%;
        width: 100%;
    }

    .investor-profile-content {
        padding: 20px;
    }
}

.investor-contact-box {
    background: #fff;
    border: 1px solid #edeef3 !important;
    border-radius: 16px !important;
    box-shadow: 0 2px 14px rgba(17, 24, 39, .05) !important;
}

.investor-contact-box .aside-box-content {
    padding: 24px;
}

.investor-contact-box .contact-form-title {
    margin-bottom: 8px;
}

.investor-contact-box .contact-form-title span {
    font-weight: 600;
    font-size: 1.05rem;
    color: #1f2430;
    padding-left: 10px;
    border-left: 3px solid var(--primary-color);
}

.investor-contact-desc {
    font-size: .88rem;
    color: #7d8194;
    line-height: 1.5;
    margin: 0 0 16px;
}

.investor-contact-box .contact-form {
    border-top: none;
    padding-top: 0;
}

/**==================================================
 * Project detail page (single-project.php)
 *=================================================**/

.project-gallery {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr;
    grid-template-rows: repeat(2, 180px);
    gap: 10px;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 20px;
}

.project-gallery-main {
    grid-row: 1 / 3;
    grid-column: 1;
    height: 100%;
}

.project-gallery-link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    overflow: hidden;
    cursor: zoom-in;
}

.project-gallery-single {
    display: block;
    grid-template-columns: none;
    grid-template-rows: none;
}

.project-gallery-single .project-gallery-main {
    height: 420px;
}

.project-gallery-main img,
.project-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease, filter .35s ease;
}

.project-gallery-link::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .34));
    opacity: 0;
    transition: opacity .25s ease;
    pointer-events: none;
}

.project-gallery-link:hover img {
    transform: scale(1.045);
    filter: saturate(1.08);
}

.project-gallery-link:hover::after {
    opacity: 1;
}

.project-gallery-zoom {
    position: absolute;
    left: 14px;
    bottom: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 13px;
    border-radius: 999px;
    background: rgba(4, 120, 87, .92);
    color: #fff;
    font-size: .86rem;
    font-weight: 600;
    line-height: 1;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .25s ease, transform .25s ease;
    pointer-events: none;
}

.project-gallery-link:hover .project-gallery-zoom {
    opacity: 1;
    transform: translateY(0);
}

.project-gallery-thumbs {
    grid-row: 1 / 3;
    grid-column: 2 / 4;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
}

.project-gallery-thumb {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.project-gallery-more {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(17, 24, 39, .72);
    color: #fff;
    padding: 8px 14px;
    border-radius: 999px;
    font-weight: 600;
    font-size: .85rem;
    white-space: nowrap;
    pointer-events: none;
}

.project-gallery-hidden {
    display: none;
}

.project-hero-panel {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #edeef3;
    border-radius: 18px;
    box-shadow: 0 2px 16px rgba(17, 24, 39, .06);
    padding: 24px 26px;
}

.project-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.project-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 14px;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.project-badge-status {
    background: #e8f8f2;
    color: #0f9d58;
}

.project-badge-star {
    background: #fff6e0;
    color: #b8860b;
}

.project-badge-legal {
    background: #f0f4ff;
    color: #2b5cd9;
}

.project-hero-title {
    font-size: 1.7rem !important;
    font-weight: 600 !important;
    color: #1f2430 !important;
    margin: 0 0 10px !important;
    text-align: left !important;
    line-height: 1.3 !important;
}

.project-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    font-size: .92rem;
    color: #7d8194;
    margin: 0 0 8px;
}

.project-hero-meta i {
    color: var(--primary-color);
    margin-right: 4px;
}

.project-hero-actions {
    margin-top: auto;
    padding-top: 18px;
    max-width: 420px;
}

.project-hero-panel-full .project-hero-actions {
    margin-top: 0;
    max-width: 100%;
}

.project-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
    margin-bottom: 20px;
}

.project-stats-panel {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 16px;
    margin-top: 4px;
    margin-bottom: 0;
    border-top: 1px solid #f0f1f5;
}

.project-hero-panel-full .project-stats-panel {
    grid-template-columns: repeat(5, 1fr);
    margin-bottom: 18px;
}

.project-stat-item {
    background: #f6f7fb;
    border: 1px solid #edeef3;
    border-radius: 14px;
    padding: 12px 14px;
    box-shadow: 0 2px 10px rgba(17, 24, 39, .04);
}

.project-stats-panel .project-stat-item {
    background: #fff;
}

.project-stat-label {
    display: block;
    font-size: .78rem;
    color: #9297a8;
    text-transform: uppercase;
    letter-spacing: .03em;
    margin-bottom: 4px;
}

.project-stat-value {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    color: #1f2430;
}

.project-detail-content {
    background: #fff;
    border: 1px solid #edeef3;
    border-radius: 16px;
    box-shadow: 0 2px 14px rgba(17, 24, 39, .05);
    padding: 28px;
    margin-bottom: 20px;
}

.project-detail-content .section-title2 {
    font-weight: 600;
    font-size: 1.15rem;
    padding-left: 12px;
    border-left: 4px solid var(--primary-color);
    margin-bottom: 16px;
}

.project-highlight-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.project-highlight-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 0;
    font-size: .95rem;
    color: #454a5c;
    border-bottom: 1px solid #f4f5f8;
}

.project-highlight-list li:last-child {
    border-bottom: none;
}

.project-highlight-list li i {
    color: #0f9d58;
    margin-top: 3px;
}

.project-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.project-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 14px;
    background: #f6f7fb;
    border-radius: 12px;
}

.project-feature-item i {
    color: var(--primary-color);
    margin-top: 2px;
    flex-shrink: 0;
}

.project-feature-item span {
    font-size: .9rem;
    color: #454a5c;
    line-height: 1.5;
}

.project-news-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.project-news-card {
    background: #f8faf9;
    border-radius: 14px;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease;
}

.project-news-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(15, 23, 42, .09);
}

.project-news-thumb {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #e8f4ef;
}

.project-news-thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .35s ease;
}

.project-news-card:hover .project-news-thumb img {
    transform: scale(1.04);
}

.project-news-body {
    padding: 14px 16px 16px;
}

.project-news-date {
    display: block;
    margin-bottom: 7px;
    color: var(--primary-color);
    font-size: .82rem;
    font-weight: 600;
}

.project-news-body h3 {
    margin: 0 0 8px;
    font-size: 1rem;
    line-height: 1.38;
    font-weight: 600;
}

.project-news-body h3 a {
    color: #172033;
}

.project-news-body p {
    margin: 0;
    color: #667085;
    font-size: .9rem;
    line-height: 1.55;
}

.project-location-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.project-location-item {
    padding: 14px 16px;
    background: #f6f7fb;
    border-radius: 12px;
}

.project-location-item h4 {
    margin: 0 0 6px;
    font-size: .98rem;
    font-weight: 600;
    color: #1f2430;
}

.project-location-item p {
    margin: 0;
    font-size: .9rem;
    color: #7d8194;
    line-height: 1.55;
}

.project-map-wrap {
    border-radius: 12px;
    overflow: hidden;
}

.project-map-wrap iframe {
    width: 100%;
    display: block;
    border: 0;
}

.project-doc-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.project-doc-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: #f6f7fb;
    border-radius: 12px;
    color: #1f2430;
    transition: background .2s ease;
}

.project-doc-item:hover {
    background: #e8f8f2;
}

.project-doc-item i.fa-file-lines {
    color: var(--primary-color);
}

.project-doc-item span {
    flex: 1;
    font-size: .92rem;
    font-weight: 600;
}

.project-doc-item i.fa-download {
    color: #9297a8;
}

.project-hero-tagline {
    font-style: italic;
    color: #7d8194;
    font-size: 1rem;
    margin: 0 0 10px;
}

.project-hero-meta a {
    color: var(--primary-color);
    font-weight: 600;
}

.project-hero-actions-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
    padding-top: 18px;
}

.project-hero-panel-full .project-hero-actions-row {
    padding-top: 0;
}

.project-tour-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    background: #1f2430;
    color: #fff;
    font-weight: 600;
    font-size: .9rem;
    white-space: nowrap;
}

.project-tour-btn:hover {
    background: #333a49;
}

/* sticky anchor tab nav */
.project-tab-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    background: #fff;
    border: 1px solid #edeef3;
    border-radius: 14px;
    padding: 6px;
    margin-bottom: 20px;
    position: sticky;
    top: 0;
    z-index: 20;
    box-shadow: 0 2px 12px rgba(17, 24, 39, .05);
}

.project-tab-nav a {
    padding: 10px 16px;
    border-radius: 10px;
    font-weight: 600;
    font-size: .9rem;
    color: #7d8194;
    white-space: nowrap;
    transition: background .2s ease, color .2s ease;
}

.project-tab-nav a:hover {
    background: #f6f7fb;
    color: #1f2430;
}

.project-illustrative-note {
    font-size: .8rem;
    color: #b8860b;
    background: #fff8e6;
    padding: 8px 12px;
    border-radius: 8px;
    margin: -6px 0 16px;
    display: inline-block;
}

/* subdivisions */
.project-subdivision-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
}

.project-subdivision-item {
    background: #f6f7fb;
    border-radius: 14px;
    padding: 16px;
}

.project-subdivision-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 10px;
}

.project-subdivision-head h4 {
    margin: 0;
    font-size: .95rem;
    font-weight: 600;
    color: #1f2430;
}

.project-subdivision-status {
    font-size: .72rem;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 999px;
    background: #fff;
    color: #7d8194;
    white-space: nowrap;
}

.project-progress-bar {
    height: 8px;
    border-radius: 999px;
    background: #e6e8f0;
    overflow: hidden;
}

.project-progress-bar-lg {
    height: 12px;
}

.project-progress-fill {
    height: 100%;
    border-radius: 999px;
    background: var(--primary-color);
}

.project-subdivision-foot {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    font-size: .8rem;
    color: #7d8194;
}

/* overall progress + timeline */
.project-overall-progress {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.project-overall-progress .project-progress-bar {
    flex: 1;
}

.project-overall-progress-label {
    font-weight: 600;
    color: var(--primary-color);
    white-space: nowrap;
}

.project-timeline {
    list-style: none;
    margin: 0;
    padding: 0;
    border-left: 2px solid #edeef3;
}

.project-timeline li {
    position: relative;
    padding: 0 0 18px 20px;
}

.project-timeline li:last-child {
    padding-bottom: 0;
}

.project-timeline li::before {
    content: "";
    position: absolute;
    left: -6px;
    top: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--primary-color);
}

.project-timeline-year {
    display: block;
    font-weight: 600;
    color: #1f2430;
    font-size: .92rem;
}

.project-timeline-event {
    display: block;
    color: #7d8194;
    font-size: .88rem;
    margin-top: 2px;
}

/* price chart (illustrative) */
.project-price-chart {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    height: 160px;
    padding: 10px 4px 0;
}

.project-price-bar-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

.project-price-bar-value {
    font-size: .72rem;
    font-weight: 600;
    color: #1f2430;
    margin-bottom: 4px;
}

.project-price-bar {
    width: 100%;
    max-width: 26px;
    background: linear-gradient(180deg, #e8f8f2 0%, var(--primary-color) 100%);
    border-radius: 6px 6px 0 0;
}

.project-price-bar-label {
    font-size: .7rem;
    color: #9297a8;
    margin-top: 6px;
    white-space: nowrap;
}

.project-price-chart-unit {
    text-align: right;
    font-size: .78rem;
    color: #9297a8;
    margin: 8px 0 0;
}

/* reviews (illustrative summary) */
.project-review-summary {
    display: flex;
    align-items: center;
    gap: 18px;
}

.project-review-score {
    font-size: 2.4rem;
    font-weight: 600;
    color: #1f2430;
}

.project-review-score span {
    font-size: 1.1rem;
    color: #9297a8;
    font-weight: 400;
}

.project-review-stars i {
    color: #f5a623;
}

.project-review-stars i.project-star-empty {
    color: #e6e8f0;
}

.project-review-stars span {
    display: block;
    margin-top: 4px;
    font-size: .85rem;
    color: #7d8194;
}

.project-empty-note {
    color: #9297a8;
    font-size: .9rem;
    margin: 0;
}

/* FAQ accordion */
.project-faq-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.project-faq-item {
    background: #f6f7fb;
    border-radius: 12px;
    padding: 4px 16px;
}

.project-faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 14px 0;
    font-weight: 600;
    font-size: .92rem;
    color: #1f2430;
    cursor: pointer;
    list-style: none;
}

.project-faq-item summary::-webkit-details-marker {
    display: none;
}

.project-faq-item summary i {
    color: #9297a8;
    transition: transform .2s ease;
    flex-shrink: 0;
}

.project-faq-item[open] summary i {
    transform: rotate(180deg);
}

.project-faq-item p {
    margin: 0 0 16px;
    font-size: .88rem;
    color: #7d8194;
    line-height: 1.6;
}

/* investor mini-card in sidebar */
.project-investor-card {
    background: #fff;
    border: 1px solid #edeef3 !important;
    border-radius: 16px !important;
    box-shadow: 0 2px 14px rgba(17, 24, 39, .05) !important;
    overflow: hidden;
}

.project-investor-card-link {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px;
    color: #1f2430;
}

.project-investor-logo {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 12px;
    overflow: hidden;
    background: #e8f8f2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: var(--primary-color);
    font-size: 1.2rem;
}

.project-investor-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-investor-label {
    display: block;
    font-size: .74rem;
    color: #9297a8;
    text-transform: uppercase;
    letter-spacing: .03em;
    margin-bottom: 2px;
}

.project-investor-card-link strong {
    font-size: .95rem;
}

@media (max-width: 768px) {
    .project-tab-nav {
        position: static;
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .project-price-chart {
        gap: 14px;
        overflow-x: auto;
        justify-content: flex-start;
    }

    .project-price-bar-wrap {
        flex: 0 0 32px;
    }

    .project-hero-actions-row {
        flex-wrap: wrap;
    }

    .project-gallery {
        grid-template-columns: 1fr;
        grid-template-rows: 220px;
    }

    .project-gallery-single .project-gallery-main {
        height: 220px;
    }

    .project-gallery-thumbs {
        display: none;
    }

    .project-hero-panel {
        padding: 20px;
    }

    .project-hero-actions {
        max-width: 100%;
    }

    .project-stats,
    .project-stats-panel,
    .project-hero-panel-full .project-stats-panel,
    .project-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .project-news-grid {
        grid-template-columns: 1fr;
    }

    .project-detail-content {
        padding: 20px;
    }
}

/* Fix project hero contact buttons: prevent text clipping/overflow */
.project-hero-actions.author-contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    max-width: none;
}

.project-hero-actions.author-contact-actions .btn-phone,
.project-hero-actions.author-contact-actions .btn-zalo {
    flex: 0 1 184px;
    min-width: 184px;
    height: auto !important;
    min-height: 70px;
    padding: 12px 16px !important;
    align-items: center;
    overflow: visible;
}

.project-hero-actions.author-contact-actions .btn-text {
    min-width: 0;
    overflow: visible;
    white-space: normal;
    text-overflow: clip;
    line-height: 1.28;
}

.project-hero-actions.author-contact-actions .btn-text small {
    display: block;
    margin-bottom: 2px;
}

@media (max-width: 560px) {
    .project-hero-actions.author-contact-actions .btn-phone,
    .project-hero-actions.author-contact-actions .btn-zalo {
        flex-basis: 100%;
        width: 100%;
        min-width: 0;
    }
}


/**==================================================
 * Fix: "Bản tin bất động sản" right-column news items —
 * remove dead gap between text and thumbnail (flex:1 on
 * aside was stretching text away from the fixed-size image)
 *=================================================**/

.bc__product .news-item {
    display: flex;
    align-items: center;
    gap: 14px;
    border-radius: 12px;
    padding: 8px;
    margin-bottom: 4px;
    transition: background .2s ease;
}

.bc__product .news-item:hover {
    background: #f6f7fa;
}

.bc__product .news-item .news-thumb {
    order: -1;
    flex-shrink: 0;
    width: 84px;
    height: 84px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(17, 24, 39, .08);
}

.bc__product .news-item .news-aside {
    flex: 1;
    min-width: 0;
}

.bc__product .news-item .news-title {
    font-weight: 600;
    line-height: 1.4;
}

/* Stats section — replace old mismatched icon artwork with clean icon circles */
.counter-item .box-image {
    width: 68px !important;
    height: 68px !important;
    min-width: 68px;
    aspect-ratio: 1 / 1;
    flex: 0 0 68px;
    margin: 0 auto 16px;
    border-radius: 999px !important;
    background:
        linear-gradient(135deg, color-mix(in srgb, var(--counter-accent, #009768) 16%, #ffffff), #ffffff);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow:
        inset 0 0 0 1px color-mix(in srgb, var(--counter-accent, #009768) 16%, transparent),
        0 10px 22px color-mix(in srgb, var(--counter-accent, #009768) 16%, transparent);
}

.counter-item .box-image img {
    display: none;
}

.counter-item .box-image::before {
    font-family: "Font Awesome 6 Pro" !important;
    font-weight: 900 !important;
    font-size: 1.65rem !important;
    color: var(--counter-accent, var(--primary-color)) !important;
    opacity: 1 !important;
    position: static !important;
}

.row:not(.align-middle) > .col:nth-child(1) .counter-item {
    --counter-accent: #009768;
}

.row:not(.align-middle) > .col:nth-child(1) .counter-item .box-image::before {
    content: "\f0c0" !important;
}

.row:not(.align-middle) > .col:nth-child(2) .counter-item {
    --counter-accent: #0ea5e9;
}

.row:not(.align-middle) > .col:nth-child(2) .counter-item .box-image::before {
    content: "\f015" !important;
}

.row:not(.align-middle) > .col:nth-child(3) .counter-item {
    --counter-accent: #f08a24;
}

.row:not(.align-middle) > .col:nth-child(3) .counter-item .box-image::before {
    content: "\f084" !important;
}

.row:not(.align-middle) > .col:nth-child(4) .counter-item {
    --counter-accent: #6f4bd8;
}

.row:not(.align-middle) > .col:nth-child(4) .counter-item .box-image::before {
    content: "\f017" !important;
}

@supports not (color: color-mix(in srgb, #000 50%, #fff)) {
    .counter-item {
        border-color: #edeef3;
        background: #fff;
    }

    .counter-item .box-image {
        background: #e8f8f2;
    }
}

/**==================================================
 * Footer — modern UI upgrade + typography consistency fix
 *=================================================**/

.footer-wrapper {
    background:
        linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
    border-top: 1px solid #edf0f5;
    box-shadow: 0 -10px 30px rgba(17, 24, 39, .035);
}

.footer-wrapper .footer-top.mrBottom {
    padding: 54px 0 36px !important;
}

#footer .footer-title h3 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: inherit;
    font-size: 1.05rem !important;
    font-weight: 600 !important;
    letter-spacing: 0;
    text-transform: none;
    color: #111827 !important;
    padding: 0 0 12px 0;
    margin-bottom: 20px !important;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    position: relative;
}

#footer .footer-title h3::after {
    content: "";
    position: absolute;
    left: 20px;
    bottom: 0;
    width: 48px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--primary-color), rgba(0, 151, 104, 0));
}

#footer .footer-title h3::before {
    content: "";
    width: 4px;
    height: 18px;
    border-radius: 999px;
    background: var(--primary-color);
    box-shadow: 0 6px 14px rgba(0, 151, 104, .18);
}

/* Kill the bullet/no-bullet mismatch between manual <ul> columns and the
   wp_nav_menu() "Tiện ích" column — no bullets anywhere, consistent spacing */
#footer .footer-menu,
#footer .footer-menu-container {
    width: 100%;
}

#footer .footer-menu ul,
#footer .footer-menu-container ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

#footer .footer-menu ul li,
#footer .footer-menu-container ul li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

#footer .footer-menu ul li a,
#footer .footer-menu-container ul li a {
    display: block !important;
    padding: 7px 10px !important;
    font-size: .95rem !important;
    font-weight: 400 !important;
    color: #454a5c !important;
    border-radius: 8px;
    transition: color .2s ease, transform .2s ease, background .2s ease;
}

#footer .footer-menu ul li a:hover,
#footer .footer-menu-container ul li a:hover {
    color: var(--primary-color) !important;
    background: #fff1f4;
    transform: translateX(3px);
}

#footer .footer-bottom {
    background: #ffffff;
    border-top: 1px solid #edeef3;
    padding: 26px 0 !important;
}

#footer .company-info p {
    margin: 0 0 8px !important;
    font-size: .9rem;
    line-height: 1.6;
    color: #6b7086;
}

#footer .company-info p:first-child {
    font-weight: 600;
    color: #1f2430;
    font-size: .95rem;
}

#footer .register {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

#footer .footer-contact-action {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 100%;
}

#footer .footer-support-card {
    position: relative;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
    width: min(100%, 590px);
    min-height: 148px;
    padding: 20px 22px;
    overflow: hidden;
    background:
        radial-gradient(circle at 100% 0, rgba(0, 175, 122, .13), transparent 42%),
        linear-gradient(135deg, #f4fcf9 0%, #fff 72%);
    border: 1px solid #dcece6;
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(22, 76, 61, .07);
}

#footer .footer-support-card::after {
    content: "";
    position: absolute;
    right: -30px;
    bottom: -48px;
    width: 112px;
    height: 112px;
    border: 18px solid rgba(0, 151, 104, .055);
    border-radius: 50%;
    pointer-events: none;
}

#footer .footer-support-card__icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    color: #009768;
    background: #e2f6ef;
    border-radius: 13px;
}

#footer .footer-support-card__icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

#footer .footer-support-card__body {
    position: relative;
    z-index: 1;
    min-width: 0;
}

#footer .footer-support-card__eyebrow {
    display: block;
    margin-bottom: 3px;
    color: #00845d;
    font-size: .72rem;
    font-weight: 650;
    letter-spacing: .06em;
    line-height: 1.2;
    text-transform: uppercase;
}

#footer .footer-support-card__body strong {
    display: block;
    margin-bottom: 4px;
    color: #183a31;
    font-size: 1rem;
    font-weight: 650;
    line-height: 1.35;
}

#footer .footer-support-card__body p {
    display: block;
    margin: 0 0 13px !important;
    color: #687a74;
    font-size: .82rem;
    line-height: 1.45;
}

#footer .footer-support-card__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
}

#footer .footer-support-phone {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 38px;
    padding: 0 12px;
    color: #087758 !important;
    background: #fff;
    border: 1px solid #cfe7df;
    border-radius: 10px;
    font-size: .86rem;
    font-weight: 600;
    line-height: 1;
    text-decoration: none !important;
    transition: border-color .2s ease, color .2s ease, transform .2s ease;
}

#footer .footer-support-phone:hover {
    color: #006f4f !important;
    border-color: #85ccb5;
    transform: translateY(-1px);
}

#footer .footer-contact-button {
    position: relative;
    isolation: isolate;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 38px;
    padding: 0 13px;
    overflow: hidden;
    color: #fff !important;
    background: linear-gradient(135deg, #009768, #00af7a);
    border: 1px solid rgba(0, 122, 85, .18);
    border-radius: 10px;
    box-shadow: 0 7px 18px rgba(0, 151, 104, .18);
    font-size: .92rem;
    font-weight: 600;
    line-height: 1;
    text-decoration: none !important;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

#footer .footer-contact-button::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -50%;
    left: -35%;
    width: 28%;
    height: 200%;
    background: rgba(255, 255, 255, .24);
    transform: rotate(18deg) translateX(-240%);
    transition: transform .5s ease;
}

#footer .footer-contact-button__arrow {
    display: inline-block;
    font-size: 1rem;
    transition: transform .2s ease;
}

#footer .footer-contact-button:hover {
    color: #fff !important;
    background: linear-gradient(135deg, #00885e, #00a975);
    box-shadow: 0 10px 24px rgba(0, 151, 104, .26);
    transform: translateY(-2px);
}

#footer .footer-contact-button:hover::before {
    transform: rotate(18deg) translateX(560%);
}

#footer .footer-contact-button:hover .footer-contact-button__arrow {
    transform: translateX(3px);
}

#footer .footer-contact-button:active {
    box-shadow: 0 5px 14px rgba(0, 151, 104, .2);
    transform: translateY(0);
}

#footer .footer-contact-button:focus-visible {
    outline: 3px solid rgba(0, 151, 104, .25);
    outline-offset: 3px;
}

#footer .footer-legal-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 18px;
    border-top: 1px solid #edeef3;
    padding: 16px 0 4px !important;
}

#footer .footer-copyright {
    color: #52576b;
    font-size: .9rem;
    font-weight: 600;
    margin-right: 8px;
}

#footer .footer-legal-links a {
    font-size: .88rem !important;
    color: #7d8194 !important;
    font-weight: 500;
}

#footer .footer-legal-links a:hover {
    color: var(--primary-color) !important;
}

@media (max-width: 850px) {
    #footer .register {
        justify-content: flex-start;
        margin-top: 16px;
    }

    #footer .footer-contact-action {
        justify-content: flex-start;
        margin-top: 16px;
    }

    #footer .footer-support-card {
        width: 100%;
    }
}

@media (max-width: 480px) {
    #footer .footer-support-card {
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 11px;
        min-height: 0;
        padding: 17px;
    }

    #footer .footer-support-card__icon {
        width: 40px;
        height: 40px;
        border-radius: 11px;
    }
}

@media (prefers-reduced-motion: reduce) {
    #footer .footer-contact-button,
    #footer .footer-support-phone,
    #footer .footer-contact-button::before,
    #footer .footer-contact-button__arrow {
        transition: none;
    }
}

/**==================================================
 * "Quy trình đăng tin" — 4-step process section
 *=================================================**/

.process-steps-section {
    background: #f6f7fb !important;
}

.process-steps-section .section-header2 {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 28px;
}

.process-steps-section .section-header2 h2 {
    font-family: "Segoe UI", Arial, sans-serif !important;
    color: #1f2430;
    font-size: 2rem !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
    margin: 0 !important;
}

.process-steps-section .section-header2 p {
    font-family: Arial, sans-serif !important;
    font-size: 1.18rem !important;
    line-height: 1.55 !important;
    color: #343a48 !important;
    margin: 0 !important;
}

.process-steps {
    display: flex;
    align-items: flex-start;
    gap: 0;
    margin-top: 48px;
}

.process-step {
    flex: 1;
    text-align: center;
    padding: 0 22px;
    position: relative;
}

.process-step-icon {
    width: 82px;
    height: 82px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 34% 28%, rgba(255, 255, 255, .9), rgba(255, 255, 255, 0) 36%),
        #e8f8f2;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    box-shadow: 0 12px 28px rgba(0, 151, 104, .12);
}

.process-step-icon i {
    font-family: "Font Awesome 6 Pro" !important;
    font-weight: 900 !important;
    font-size: 1.85rem;
    color: var(--primary-color);
}

.process-step-number {
    position: absolute;
    top: -6px;
    right: 50%;
    margin-right: -42px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--primary-color);
    color: #fff;
    font-size: .86rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 14px rgba(0, 151, 104, .28);
    z-index: 2;
}

.process-step-title {
    font-family: Arial, sans-serif !important;
    font-size: 1.38rem;
    font-weight: 600;
    color: #111827;
    line-height: 1.35;
    letter-spacing: 0 !important;
    margin: 0 0 18px;
}

.process-step-desc {
    font-family: Arial, sans-serif !important;
    max-width: 310px;
    margin: 0 auto;
    font-size: 1.06rem;
    color: #5f667a;
    line-height: 1.7;
}

.process-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 41px;
    left: calc(50% + 58px);
    right: calc(-50% + 58px);
    height: 2px;
    background: repeating-linear-gradient(to right, #b8e6d3 0, #b8e6d3 6px, transparent 6px, transparent 12px);
}

@media (max-width: 850px) {
    .process-steps {
        flex-direction: column;
        gap: 28px;
    }

    .process-step:not(:last-child)::after {
        display: none;
    }
}

/**==================================================
 * Site typography scale - unified frontend text sizes
 *=================================================**/

body {
    font-size: var(--type-body) !important;
    line-height: 1.6;
    letter-spacing: 0 !important;
}

.home-cat .page-h1 {
    font-size: var(--type-hero-title) !important;
    line-height: 1.16 !important;
    letter-spacing: 0 !important;
}

.home-cat .page-description,
.page-description {
    font-size: var(--type-section-desc) !important;
    line-height: 1.7 !important;
    color: #657083 !important;
    letter-spacing: 0 !important;
}

.section-header2 h2,
.process-steps-section .section-header2 h2,
.home-title h3,
.section2 h2.section-title2,
h2.section-title2.font-merriweather-bold.big,
.category-entry .page-h1 {
    font-size: var(--type-section-title) !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
}

.section-header2 p,
.process-steps-section .section-header2 p,
.category-entry .page-description,
.investor-contact-desc {
    font-size: var(--type-section-desc) !important;
    line-height: 1.65 !important;
    color: #4b5565 !important;
    letter-spacing: 0 !important;
}

.project-item .title,
.project-item.list .title,
.news-item .news-title,
.single-latest-title,
.bc__product .news-item .news-title,
.slide-project .project-featured .slider-item-name {
    font-size: var(--type-card-title) !important;
    line-height: 1.42 !important;
    letter-spacing: 0 !important;
}

.news-featured-middle.news-grid .news-item .news-title {
    font-size: 1.58rem !important;
    line-height: 1.28 !important;
}

.project-item .price,
.project-item.list .price {
    font-size: 1.32rem !important;
    line-height: 1.35 !important;
}

.project-item .feature-item,
.project-item .post-address,
.project-item.list .summary,
.project-item.list .meta,
.project-item.list .post-author,
.slide-project .project-featured-meta,
.news-item .news-summary,
.post-item .news-publish,
.single-blog-sidebar-item time,
.single-latest-date {
    font-size: var(--type-meta) !important;
    line-height: 1.55 !important;
}

.counter-item h4 {
    font-size: 1.6rem !important;
    line-height: 1.25 !important;
}

.counter-item p {
    font-size: var(--type-body) !important;
    line-height: 1.5 !important;
}

.process-step-title {
    font-size: 1.4rem !important;
    line-height: 1.35 !important;
}

.process-step-desc {
    font-size: 1.08rem !important;
    line-height: 1.7 !important;
}

#footer .footer-title h3 {
    font-size: var(--type-card-title) !important;
    line-height: 1.35 !important;
}

#footer a,
#footer p,
.footer-legal-links {
    font-size: var(--type-meta) !important;
    line-height: 1.65 !important;
}

.cx-static-page,
.cx-price-board {
    max-width: 1180px;
    margin: 0 auto;
    padding: 52px 16px 68px;
    color: #1f2937;
}

.cx-static-hero {
    margin-bottom: 34px;
    padding: 34px 38px;
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(0, 151, 104, 0.11), rgba(255, 255, 255, 0.92) 46%, rgba(14, 165, 233, 0.1)),
        #fff;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.cx-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 12px;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #009768;
}

.cx-eyebrow:before {
    content: "";
    width: 5px;
    height: 22px;
    border-radius: 20px;
    background: #009768;
}

.cx-static-hero h1,
.cx-price-hero h1 {
    margin: 0 0 16px;
    font-size: clamp(2.15rem, 3vw, 3.1rem);
    line-height: 1.18;
    color: #1f2a37;
}

.cx-static-hero p,
.cx-price-hero p {
    max-width: 760px;
    margin: 0;
    font-size: 1.14rem;
    line-height: 1.78;
    color: #526071;
}

.cx-content-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.cx-static-card,
.cx-contact-card,
.cx-policy-box {
    padding: 28px;
    border: 1px solid rgba(0, 151, 104, 0.14);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 16px 42px rgba(15, 23, 42, 0.06);
}

.cx-static-card h2,
.cx-contact-card h2,
.cx-policy-box h2,
.cx-price-compare h2 {
    margin: 0 0 16px;
    font-size: clamp(1.55rem, 2vw, 2rem);
    line-height: 1.28;
    color: #172033;
}

.cx-static-card h3,
.cx-policy-box h3 {
    margin: 22px 0 10px;
    font-size: 1.28rem;
    line-height: 1.35;
}

.cx-static-card p,
.cx-static-card li,
.cx-contact-card p,
.cx-contact-card li,
.cx-policy-box p,
.cx-policy-box li {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #526071;
}

.cx-static-card ul,
.cx-policy-box ul,
.cx-contact-card ul {
    margin: 0;
    padding-left: 20px;
}

.cx-faq-group {
    margin-bottom: 26px;
}

.cx-faq-group:last-child {
    margin-bottom: 0;
}

.cx-faq-group h2 {
    margin: 0 0 14px;
    font-size: 1.2rem;
}

.cx-faq-item {
    background: #f7fbfa;
    border-radius: 14px;
    padding: 4px 18px;
    margin-bottom: 10px;
}

.cx-faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 0;
    font-weight: 600;
    font-size: 1.02rem;
    color: #172033;
    cursor: pointer;
    list-style: none;
}

.cx-faq-item summary::-webkit-details-marker {
    display: none;
}

.cx-faq-item summary i {
    color: var(--primary-color);
    transition: transform .2s ease;
    flex-shrink: 0;
}

.cx-faq-item[open] summary i {
    transform: rotate(180deg);
}

.cx-faq-item p {
    margin: 0 0 16px;
}

.cx-step-list {
    counter-reset: cx-step;
    display: grid;
    gap: 14px;
    padding: 0;
    list-style: none;
}

.cx-step-list li {
    counter-increment: cx-step;
    position: relative;
    padding: 18px 18px 18px 62px;
    border-radius: 14px;
    background: #f7fbfa;
}

.cx-step-list li:before {
    content: counter(cx-step);
    position: absolute;
    left: 18px;
    top: 18px;
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #009768;
    color: #fff;
    font-weight: 600;
}

.cx-static-cta,
.cx-price-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 999px;
    background: #009768;
    color: #fff !important;
    font-weight: 600;
    text-decoration: none !important;
    box-shadow: 0 12px 28px rgba(0, 151, 104, 0.22);
}

.cx-contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 24px;
}

.cx-contact-form .wpcf7-form p,
.cx-contact-form form p {
    margin-bottom: 14px;
}

.cx-contact-form input,
.cx-contact-form textarea {
    border-radius: 14px !important;
    border-color: #d8e5e1 !important;
    min-height: 48px;
}

.cx-contact-form input[type="submit"] {
    border: 0 !important;
    background: #009768 !important;
    color: #fff !important;
    font-weight: 600;
}

.cx-pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 32px;
}

.cx-price-card {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-height: 390px;
    padding: 26px;
    border: 1px solid color-mix(in srgb, var(--pkg-color), transparent 72%);
    border-radius: 18px;
    background:
        radial-gradient(circle at 85% -8%, color-mix(in srgb, var(--pkg-color), transparent 82%) 0 92px, transparent 94px),
        linear-gradient(180deg, color-mix(in srgb, var(--pkg-color), white 92%), #fff 48%);
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.cx-price-card.is-featured {
    transform: translateY(-8px);
    box-shadow: 0 24px 58px rgba(0, 151, 104, 0.16);
}

.cx-price-rank {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--pkg-color), white 88%);
    color: var(--pkg-color);
    font-weight: 600;
    font-size: 0.86rem;
}

.cx-price-card h2 {
    margin: 0;
    font-size: 1.55rem;
    line-height: 1.3;
}

.cx-price-main strong {
    display: block;
    font-size: 2rem;
    line-height: 1.1;
    color: var(--pkg-color);
}

.cx-price-main span {
    font-size: 1rem;
    color: #64748b;
}

.cx-price-benefits {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cx-price-benefits li {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eef2f5;
    font-size: 1rem;
}

.cx-price-benefits span {
    color: #64748b;
}

.cx-price-card .cx-price-cta {
    margin-top: auto;
    background: var(--pkg-color);
    box-shadow: none;
}

.cx-price-compare {
    padding: 28px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
}

.cx-compare-scroll {
    overflow-x: auto;
}

.cx-price-compare table {
    width: 100%;
    border-collapse: collapse;
    min-width: 760px;
}

.cx-price-compare th,
.cx-price-compare td {
    padding: 16px 14px;
    border-bottom: 1px solid #edf2f7;
    text-align: left;
    font-size: 1rem;
    line-height: 1.55;
}

.cx-price-compare th {
    color: #172033;
    background: #f6fbf9;
}

@media (max-width: 991px) {
    .cx-content-grid,
    .cx-contact-grid {
        grid-template-columns: 1fr;
    }

    .cx-pricing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .cx-static-page,
    .cx-price-board {
        padding: 34px 12px 46px;
    }

    .cx-static-hero {
        padding: 26px 20px;
        border-radius: 16px;
    }

    .cx-pricing-grid {
        grid-template-columns: 1fr;
    }

    .cx-price-card {
        min-height: auto;
    }
}

/* Static page upgrade */
.cx-static-page .ez-toc-container,
.cx-static-page #toc_container,
.cx-static-page .toc_container,
.cx-static-page .lwptoc,
body.page #toc_container,
body.page .toc_container,
body.page .ez-toc-container,
body.page .lwptoc {
    display: none !important;
}

.cx-static-page {
    max-width: 1260px;
    padding-top: 44px;
}

.cx-static-hero {
    overflow: hidden;
    position: relative;
    border: 0;
    background:
        radial-gradient(circle at 12% 14%, rgba(0, 151, 104, 0.18), transparent 30%),
        radial-gradient(circle at 92% 12%, rgba(31, 184, 151, 0.18), transparent 26%),
        linear-gradient(135deg, #f3fffb 0%, #ffffff 48%, #eef9ff 100%);
}

.cx-static-hero:after {
    content: "";
    position: absolute;
    inset: auto -60px -90px auto;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    border: 46px solid rgba(0, 151, 104, 0.08);
    pointer-events: none;
}

.cx-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 34px;
    align-items: center;
    min-height: 430px;
    padding: 54px;
}

.cx-hero-copy {
    position: relative;
    z-index: 1;
}

.cx-hero-copy h1 {
    max-width: 820px;
    margin-bottom: 22px;
    font-size: clamp(3rem, 4.4vw, 5.3rem);
    letter-spacing: 0;
}

.cx-hero-copy p {
    max-width: 780px;
    font-size: 1.28rem;
    color: #3f4f62;
}

.cx-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.cx-ghost-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border: 1px solid rgba(0, 151, 104, 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.76);
    color: #007e59 !important;
    font-weight: 600;
    text-decoration: none !important;
}

.cx-hero-panel {
    position: relative;
    z-index: 1;
    padding: 24px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.13);
    backdrop-filter: blur(12px);
}

.cx-panel-label {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
    color: #64748b;
    font-size: 0.95rem;
    font-weight: 600;
}

.cx-panel-label strong {
    color: #009768;
}

.cx-orbit-card {
    position: relative;
    min-height: 230px;
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(0, 151, 104, 0.12), rgba(255, 255, 255, 0.88)),
        repeating-linear-gradient(90deg, rgba(0, 151, 104, 0.08) 0 1px, transparent 1px 34px),
        repeating-linear-gradient(0deg, rgba(0, 151, 104, 0.08) 0 1px, transparent 1px 34px);
}

.cx-orbit-node {
    position: absolute;
    display: grid;
    place-items: center;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: #fff;
    color: #009768;
    font-size: 1.45rem;
    box-shadow: 0 18px 36px rgba(0, 151, 104, 0.18);
}

.cx-orbit-node:nth-child(1) { left: 28px; top: 36px; }
.cx-orbit-node:nth-child(2) { right: 38px; top: 28px; color: #0ea5e9; }
.cx-orbit-node:nth-child(3) { left: 50%; bottom: 32px; transform: translateX(-50%); color: #f59e0b; }

.cx-hero-checks {
    display: grid;
    gap: 10px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.cx-hero-checks li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #334155;
    font-size: 1rem;
}

.cx-hero-checks li:before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #009768;
    box-shadow: 0 0 0 5px rgba(0, 151, 104, 0.1);
}

.cx-metric-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin: -10px 0 28px;
}

.cx-metric {
    padding: 22px;
    border-radius: 18px;
    background: #0f2f2b;
    color: #d8fff2;
    box-shadow: 0 16px 42px rgba(15, 47, 43, 0.16);
}

.cx-metric:nth-child(even) {
    background: #12365f;
    color: #e3f2ff;
}

.cx-metric strong {
    display: block;
    margin-bottom: 6px;
    color: #fff;
    font-size: 2rem;
    line-height: 1.1;
}

.cx-metric span {
    font-size: 1rem;
}

.cx-feature-band,
.cx-split-band,
.cx-process-band {
    margin-top: 28px;
    padding: 34px;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
}

.cx-band-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 24px;
}

.cx-band-head h2 {
    margin: 0;
    font-size: clamp(2rem, 2.7vw, 3rem);
    line-height: 1.18;
}

.cx-band-head p {
    max-width: 520px;
    margin: 0;
    color: #64748b;
    font-size: 1.08rem;
    line-height: 1.7;
}

.cx-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.cx-feature-item {
    padding: 24px;
    border-radius: 18px;
    background: linear-gradient(180deg, #f6fffb, #fff);
    border: 1px solid rgba(0, 151, 104, 0.12);
}

.cx-feature-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    border-radius: 14px;
    background: #009768;
    color: #fff;
    font-size: 1.15rem;
}

.cx-feature-item h3 {
    margin: 0 0 10px;
    font-size: 1.38rem;
}

.cx-feature-item p {
    margin: 0;
    color: #526071;
    font-size: 1.04rem;
    line-height: 1.7;
}

.cx-split-band {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 24px;
    background:
        linear-gradient(135deg, #0b332c, #0b5b46);
    color: #fff;
}

.cx-split-band h2 {
    margin: 0 0 16px;
    color: #fff;
    font-size: clamp(2rem, 2.8vw, 3.1rem);
}

.cx-split-band p,
.cx-split-band li {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.08rem;
    line-height: 1.75;
}

.cx-value-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cx-value-list li {
    padding: 18px 20px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.cx-value-list strong {
    display: block;
    margin-bottom: 4px;
    color: #fff;
    font-size: 1.18rem;
}

@media (max-width: 900px) {
    .cx-hero-grid,
    .cx-split-band {
        grid-template-columns: 1fr;
        padding: 34px 24px;
    }

    .cx-metric-strip,
    .cx-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cx-band-head {
        display: block;
    }
}

@media (max-width: 560px) {
    .cx-hero-copy h1 {
        font-size: 2.45rem;
    }

    .cx-metric-strip,
    .cx-feature-grid {
        grid-template-columns: 1fr;
    }

    .cx-feature-band,
    .cx-split-band,
    .cx-process-band {
        padding: 24px 18px;
        border-radius: 18px;
    }
}

/* Static pages aligned with homepage rhythm */
.cx-static-page {
    max-width: 1220px;
    padding: 60px 16px 72px;
}

.cx-static-page .cx-static-hero {
    margin-bottom: 58px;
    padding: 26px 0 8px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.cx-static-page .cx-static-hero:after,
.cx-page-about .cx-hero-panel,
.cx-page-about .cx-orbit-card,
.cx-page-about .cx-panel-label,
.cx-page-about .cx-hero-checks {
    display: none !important;
}

.cx-static-page .cx-hero-grid {
    display: block;
    min-height: 0;
    padding: 0;
}

.cx-static-page .cx-hero-copy {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}

.cx-static-page .cx-eyebrow {
    justify-content: center;
    width: fit-content;
    margin: 0 auto 18px;
    color: #009768;
}

.cx-static-page .cx-eyebrow:before {
    width: 4px;
    height: 24px;
}

.cx-static-page .cx-hero-copy h1,
.cx-static-page .cx-static-hero h1,
.cx-static-page .cx-price-hero h1 {
    max-width: 980px;
    margin: 0 auto 18px;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: clamp(2.5rem, 4vw, 4.35rem);
    font-weight: 600;
    line-height: 1.18;
    color: #28313d;
}

.cx-static-page .cx-hero-copy p,
.cx-static-page .cx-static-hero p,
.cx-static-page .cx-price-hero p {
    max-width: 820px;
    margin: 0 auto;
    font-size: 1.2rem;
    line-height: 1.75;
    color: #6b7686;
}

.cx-static-page .cx-hero-actions {
    justify-content: center;
    margin-top: 30px;
}

.cx-static-page .cx-static-cta,
.cx-static-page .cx-ghost-cta {
    min-height: 48px;
    border-radius: 999px;
    box-shadow: none;
}

.cx-page-about .cx-metric-strip {
    margin: 0 0 54px;
    gap: 22px;
}

.cx-page-about .cx-metric {
    min-height: 170px;
    padding: 30px 28px;
    border-radius: 10px;
    background:
        linear-gradient(145deg, rgba(0, 151, 104, 0.08), rgba(255, 255, 255, 0.78)),
        #fff;
    color: #526071;
    box-shadow: 0 16px 42px rgba(15, 23, 42, 0.05);
}

.cx-page-about .cx-metric:nth-child(even) {
    background:
        linear-gradient(145deg, rgba(14, 165, 233, 0.08), rgba(255, 255, 255, 0.82)),
        #fff;
    color: #526071;
}

.cx-page-about .cx-metric strong {
    color: #009768;
    font-size: 2.35rem;
}

.cx-page-about .cx-metric:nth-child(even) strong {
    color: #0ea5e9;
}

.cx-feature-band,
.cx-split-band,
.cx-process-band,
.cx-static-card,
.cx-contact-card,
.cx-policy-box,
.cx-price-compare {
    border: 0 !important;
    box-shadow: none !important;
}

.cx-feature-band,
.cx-process-band,
.cx-policy-box {
    padding: 0;
    border-radius: 0;
    background: transparent;
}

.cx-band-head {
    display: block;
    max-width: 860px;
    margin: 0 auto 34px;
    text-align: center;
}

.cx-band-head h2,
.cx-static-card h2,
.cx-contact-card h2,
.cx-policy-box h2,
.cx-price-compare h2 {
    font-family: "Segoe UI", Arial, sans-serif;
    color: #28313d;
}

.cx-band-head p {
    max-width: 760px;
    margin: 14px auto 0;
    font-size: 1.13rem;
}

.cx-feature-grid {
    gap: 26px;
}

.cx-feature-item {
    padding: 0 8px;
    border: 0;
    border-radius: 0;
    background: transparent;
    text-align: center;
}

.cx-feature-icon {
    width: 74px;
    height: 74px;
    margin: 0 auto 22px;
    border-radius: 50%;
    background: rgba(0, 151, 104, 0.1);
    color: #009768;
    font-size: 1.55rem;
}

.cx-feature-item h3 {
    font-size: 1.42rem;
    color: #172033;
}

.cx-split-band {
    margin-top: 68px;
    padding: 54px 58px;
    border-radius: 0;
    background:
        linear-gradient(135deg, rgba(0, 151, 104, 0.92), rgba(6, 78, 59, 0.96));
}

.cx-split-band .cx-eyebrow {
    justify-content: flex-start;
    margin-left: 0;
    color: #d8fff2;
}

.cx-value-list li {
    padding: 18px 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 0;
    background: transparent;
}

.cx-value-list li:last-child {
    border-bottom: 0;
}

.cx-content-grid,
.cx-contact-grid {
    gap: 54px;
}

.cx-static-card,
.cx-contact-card {
    padding: 0;
    border-radius: 0;
    background: transparent;
}

.cx-static-card + .cx-static-card,
.cx-contact-card + .cx-contact-card {
    position: relative;
}

.cx-static-card + .cx-static-card:before,
.cx-contact-card + .cx-contact-card:before {
    content: "";
    position: absolute;
    left: -27px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #e5edf0;
}

@media (max-width: 900px) {
    .cx-static-card + .cx-static-card:before,
    .cx-contact-card + .cx-contact-card:before {
        display: none;
    }

    .cx-page-about .cx-metric-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .cx-static-page {
        padding-top: 38px;
    }

    .cx-static-page .cx-hero-copy h1,
    .cx-static-page .cx-static-hero h1 {
        font-size: 2.2rem;
    }

    .cx-page-about .cx-metric-strip {
        grid-template-columns: 1fr;
    }

.cx-split-band {
        padding: 34px 22px;
    }
}

/* Investor directory — verified brand profiles */
.investor-section {
    margin-top: 14px;
}

.investor-grid {
    gap: 20px;
}

.investor-card {
    position: relative;
    align-items: stretch;
    min-height: 350px;
    padding: 0;
    overflow: hidden;
    text-align: left;
    border: 1px solid #e4ebe8;
    border-radius: 20px;
    box-shadow: 0 8px 28px rgba(19, 52, 42, .06);
}

.investor-card:before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, #00a474, #75d6b5);
}

.investor-card:hover {
    border-color: #a9dccb;
    box-shadow: 0 16px 36px rgba(19, 52, 42, .12);
}

.investor-logo {
    width: auto;
    height: 126px;
    margin: 4px 0 0;
    padding: 24px 26px 18px;
    border-radius: 0;
    overflow: visible;
    background: linear-gradient(145deg, #fbfdfc, #f2f8f5);
    box-shadow: none;
}

.investor-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.investor-card-body {
    flex: 1;
    padding: 20px 24px 15px;
}

.investor-verified {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: fit-content;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #e8f8f2;
    color: #087a59;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .02em;
}

.investor-verified:before {
    content: "✓";
    display: grid;
    place-items: center;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: #fff;
    background: #00a474;
    font-size: 9px;
}

.investor-name {
    margin: 0 0 9px;
    color: #14251f;
    font-size: 1.05rem;
    line-height: 1.38;
}

.investor-focus {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: #687870;
    font-size: .85rem;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.investor-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 15px 24px 20px;
    border-top: 1px solid #edf2f0;
}

.investor-badge {
    padding: 5px 9px;
    font-size: 11px;
}

.investor-card-link {
    color: #087a59;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.investor-profile-page {
    background: linear-gradient(180deg, #f2f7f5 0, #f8faf9 420px);
}

.investor-profile-hero {
    position: relative;
    align-items: stretch;
    gap: 38px;
    padding: 40px;
    overflow: hidden;
    border: 1px solid #dfeae6;
    border-radius: 24px;
    background: linear-gradient(120deg, #fff 58%, #ecf8f3);
    box-shadow: 0 18px 45px rgba(17, 64, 49, .08);
}

.investor-profile-hero:after {
    content: "";
    position: absolute;
    right: -90px;
    bottom: -120px;
    width: 320px;
    height: 320px;
    border: 60px solid rgba(0, 164, 116, .06);
    border-radius: 50%;
}

.investor-profile-logo {
    z-index: 1;
    width: 210px;
    height: 150px;
    padding: 28px;
    border: 1px solid #e2ebe7;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(20, 50, 41, .08);
}

.investor-profile-logo img {
    object-fit: contain;
}

.investor-profile-info {
    z-index: 1;
}

.investor-profile-name {
    max-width: 840px;
    margin-bottom: 8px !important;
    font-size: 2rem !important;
}

.investor-profile-lead {
    max-width: 760px;
    margin: 0 0 15px;
    color: #596c64;
    font-size: .98rem;
}

.investor-profile-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.investor-profile-meta span {
    padding: 9px 12px;
    border: 1px solid #d9e9e3;
    border-radius: 10px;
    background: rgba(255, 255, 255, .78);
    color: #53645e;
    font-size: 12px;
}

.investor-profile-meta strong {
    color: #087a59;
    font-weight: 600;
}

.investor-profile-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 360px;
    align-items: start;
    gap: 28px;
}

.investor-profile-layout > .medium-8 {
    width: 100%;
    max-width: none;
}

.investor-profile-layout > .medium-4 {
    width: 100%;
    max-width: none;
}

.investor-profile-content,
.investor-projects {
    padding: 30px;
    border: 1px solid #e2ebe7;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(19, 52, 42, .05);
}

.investor-fact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 26px;
}

.investor-fact-grid > div {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-height: 82px;
    padding: 15px 17px;
    border-radius: 12px;
    background: #f4f8f6;
}

.investor-fact-grid small {
    color: #7b8a84;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.investor-fact-grid strong {
    color: #263b33;
    font-size: .88rem;
    font-weight: 600;
    line-height: 1.45;
}

.investor-description h2,
.investor-description h3 {
    color: #18352b;
    font-weight: 600;
}

.investor-description p,
.investor-description li {
    color: #50625b;
    line-height: 1.75;
}

.investor-source-note {
    display: flex;
    gap: 12px;
    margin-top: 26px;
    padding: 16px;
    border: 1px solid #cce9df;
    border-radius: 12px;
    background: #effaf6;
}

.investor-source-note > span {
    display: grid;
    place-items: center;
    flex: 0 0 24px;
    height: 24px;
    border-radius: 50%;
    background: #00a474;
    color: #fff;
}

.investor-source-note p {
    margin: 0;
    color: #47635a;
    font-size: .82rem;
    line-height: 1.55;
}

.investor-projects {
    margin-top: 24px;
}

.investor-projects-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

.investor-projects-heading span {
    color: #00a474;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .09em;
}

.investor-projects-heading h2 {
    margin: 3px 0 0;
    color: #17352b;
    font-size: 1.35rem;
}

.investor-projects-heading > strong {
    color: #71827b;
    font-size: 12px;
}

.investor-project-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.investor-project-card {
    display: grid;
    grid-template-columns: 120px 1fr;
    overflow: hidden;
    border: 1px solid #e4ebe8;
    border-radius: 14px;
    background: #fff;
}

.investor-project-thumb {
    height: 120px;
}

.investor-project-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.investor-project-card > div:last-child {
    padding: 14px;
}

.investor-project-card small,
.investor-project-card span {
    color: #00a474;
    font-size: 11px;
    font-weight: 600;
}

.investor-project-card h3 {
    display: -webkit-box;
    overflow: hidden;
    margin: 4px 0 8px;
    color: #22362f;
    font-size: .85rem;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.investor-contact-box {
    position: sticky;
    top: 112px;
    border-radius: 20px !important;
}

@media (max-width: 850px) {
    .investor-profile-layout {
        grid-template-columns: 1fr;
    }
    .investor-profile-layout > .medium-8,
    .investor-profile-layout > .medium-4 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .investor-contact-box { position: static; }
}

@media (max-width: 700px) {
    .investor-profile-hero { gap: 22px; padding: 24px; }
    .investor-profile-logo { width: 180px; height: 120px; }
    .investor-profile-name { font-size: 1.55rem !important; }
    .investor-fact-grid,
    .investor-project-grid { grid-template-columns: 1fr; }
    .investor-profile-content,
    .investor-projects { padding: 22px; }
}

@media (max-width: 480px) {
    .investor-grid { grid-template-columns: 1fr; }
    .investor-card { min-height: 330px; }
    .investor-profile-logo { width: 100%; }
    .investor-card-footer { align-items: flex-start; flex-direction: column; }
}
