<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#page {
    padding-top: 0;
}

p.desc-title {
    font-weight: 300;
    padding-top: 10px;
}

.hide {
    display: none;
}

.visible-w767 {
    display: none !important;
}

.hidden-w767 {
    display: block !important;
}

#property-popular .desc-title {
    padding-top: 10px;
}

#icw .article-category {
    display: flex;
}

#icw .noti-recommend {
    padding: 50px 0 20px;
    overflow-x: hidden;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

h3.desc {
    font-size: 16px;
    font-weight: 300;
    padding-top: 10px;
    margin-bottom: 20px;
}

#icw .blog-swiper-container {
    margin-top: 20px !important;
}


#sc-slogan {
    background-color: var(--light-green-1);
    padding: 35px 0;
}

#sc-slogan .desc-title {
    margin-bottom: 0;
}

#searchx {
    padding: 0 15px 20px;
}

#icw .header-bg .header-inner {
    background: transparent;
}

#icw .header-bg .header-inner.fixed {
    background: linear-gradient(130deg, var(--green-color-1), var(--green-color-2));
}

#icw .swiper {
    overflow: visible;
}

#icw .property-nav {
    max-height: 46px;
    border: none;
    border-radius: unset;
    position: relative;
}

#icw .property-nav::after {
    border-bottom: 3px solid var(--light-gray-2);
}

#icw .property-nav .nav-item {
    width: calc(100% / 3);
    text-align: center;
    position: relative;
    border-radius: unset;
}

#icw .property-nav .nav-item::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 32px;
    top: 7px;
    right: 0;
    background-color: #E5E5E5;
}

#icw .property-nav .nav-item:last-child::after {
    display: none;
}

#icw .property-tabs-sec .tab-content .scroll-pagi {
    background-color: unset;
}

#icw .property-tabs-sec .tab-content .scroll-pagi .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin: 0 5px;
    background-color: var(--dark-color-1);
}

#icw .property-tabs-sec .tab-content .scroll-pagi .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--green-color-1);
}

#icw .property-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
    display: inline-block;
    border-radius: unset;
    width: 100%;
}

#icw .property-nav .nav-link.active {
    background-color: unset;
    color: var(--dark-color-1);
    position: relative;
}

#icw .property-nav .nav-link .ic-npa {
    vertical-align: middle;
}

#icw .property-nav .nav-link.active .ic-npa {
    color: var(--green-color-3);
}

#icw .property-nav .nav-link span {
    vertical-align: middle;
}

#icw .property-nav .nav-link.active::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    background-color: var(--green-color-3);
}

#icw .property-tabs-sec .swiper-slide {
    padding: 0 2.5px;
}

#icw .sm-thumbnail-inner {
    padding: 0 5px;
    height: 90px;
}

#icw .k-property-swiper-1,
#icw .k-property-swiper-2,
#icw .k-property-swiper-3 {
    padding-right: 0;
}


#npa-announcement {
    padding: 40px 0;
    background: #FFF5F5;
}

#npa-announcement .promotion-wrapper {
    display: flex;
    justify-content: center;
}

#npa-announcement .promotion-wrapper &gt; div {
    margin: 0 5px;
}

.announcement-header {
    font-size: 20px !important;
    line-height: 24px;
    color: #ED2226!important;
    margin-bottom: 10px !important;
}

.announcement-desc {
    color: #333;
}

.announcement-desc strong {
    font-weight: 600;
}


/*######################## double-koom ######################## */

#double-koom {
    background: #002d03;
    overflow: hidden;
    padding-bottom: 60px;
    position: relative;
}

.dk-l {
    padding: 40px 20px;
    color: #FFF;
}

.dk-wrap-title {
    display: flex;
    align-items: center;
}

/* .logo-campaign &gt; img {
    max-width: 100px;
} */

#icw #double-koom h2 {
    font-size: 26px;
    line-height: 35px;
    font-weight: 600;
    color: #FFF;
    margin-left: 10px;
}

.dk-l-list {
    margin-top: 25px;
}

.dk-l-list &gt; div {
    line-height: 30px;
    padding-left: 24px;
    position: relative;
}

.dk-l-list &gt; div::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #FFF;
    border-radius: 100%;
    left: 0;
    top: 10px;
}

.dk-l-list &gt; div::after {
    content: '';
    position: absolute;
    width: 4px;
    height: 8px;
    border-bottom: 2px solid var(--green-color-9);
    border-right: 2px solid var(--green-color-9);
    top: 10px;
    left: 6px;
    transform: rotate(45deg);
    z-index: 9;
}

.btn-to-main {
    background-color: #FFF;
    width: 260px;
    color: var(--green-color-3);
    font-weight: 600;
    line-height: 46px;
    display: inline-block;
    border-radius: 23px;
    text-align: center;
    margin: 20px auto 0;
    position: relative;
}

.btn-to-main:hover {
    color: #fff;
    background-color: var(--green-color-3);
}

.btn-to-main:hover i {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

.btn-to-main i {
    width: 8px;
    height: 8px;
    border-bottom: 2px solid var(--green-color-3);
    border-right: 2px solid var(--green-color-3);
    display: inline-block;
    transform: rotate(-45deg);
}

.g-load-div {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
    background-color: var(--green2);
}

.g-load-div2 .g-loader-wrapper {
    position: relative;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.g-loader-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.g-loader {
    border: 5px solid #ccc;
    border-radius: 100%;
    border-top: 5px solid #00a950;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2000ms linear infinite;
    animation: spin 2000ms linear infinite;
    margin: 0 auto;
}

.g-loader-caption {
    color: #FFF;
    margin-top: 10px;
    font-family: Kanit, sans-serif;
    line-height: 20px;
}

.dk-r {
    position: relative;
}

#icw #double-koom .assets-swiper {
    padding: 0 0 20px 20px;
}

#icw #double-koom .assets-swiper-container {
    min-height: 420px;
}

#double-koom .assets-swiper .swiper-slide {
    width: 100%;
}

#double-koom .assets-swiper .md-thumbnail-slide {
    box-shadow: unset;
    margin-right: 20px;
    width: 260px;
    position: relative;
}

#double-koom .assets-swiper .md-thumbnail-slide.sold-out::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    z-index: 10;
}

#double-koom .assets-swiper .md-thumbnail-slide.sold-out::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 177px;
    height: 130px;
    background: url(../img/double-koom/SVG.svg);
    background-position: -247px -125px;
    z-index: 10;
    margin: 0 auto;
    margin-top: -60px;
}

.result-footer {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.result-footer p {
    margin-bottom: 0;
    margin-left: auto;
    font-weight: 600;
}

#double-koom .assets-swiper .md-thumbnail-img::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(/SiteCollectionDocuments/propertyforsale/promotion/npa-koomrang/img/npa-logo-campaign-doublekoom.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 10px;
    right: 10px;
}

#double-koom .assets-swiper .md-thumbnail-img.renovate::after {
    width: 100px;
    background: url(/SiteCollectionDocuments/propertyforsale/promotion/npa-koomrang/img/logo-campaign_256x80.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#double-koom .assets-swiper .asset-title {
    font-size: 20px;
    line-height: 25px;
    max-width: initial;
    height: 50px;
}

#double-koom .assets-swiper .spacial-price {
    font-size: 16px;
}

#double-koom .assets-swiper .spacial-price span {
    font-size: 24px;
}

#double-koom .assets-swiper .special-badge p {
    font-size: 14px;
    font-weight: 400;
}

.pag-num {
    color: #FFF;
    text-align: center;
}

.current-page {
    font-size: 20px;
    font-weight: 600;
}

#double-koom ._property-prev-1.slick-disabled,
#double-koom ._property-next-1.slick-disabled {
    opacity: 0.5;
}

#double-koom ._property-next-1,
#double-koom ._property-prev-1 {
    display: block;
    background-color: var(--green-color-3);
    border: 2px solid #FFF;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    top: 160px;
}

#double-koom ._property-next-1:after,
#double-koom ._property-prev-1::after {
    content: '';
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #FFF;
    border-right: 2px solid #FFF;
    display: block;
    position: absolute;
    top: 12px
}

#double-koom ._property-next-1:after {
    transform: rotate(-45deg);
    left: 10px;
}

#double-koom ._property-prev-1::after {
    transform: rotate(135deg);
    right: 10px;
}

.double-koom-remark {
    background-color: rgba(255, 255, 255, 0.05);
    color: #FFF;
    padding: 32px 0;
    font-size: 14px;
    line-height: 21px;
}
.double-koom-remark p {
    font-weight: 600;
    margin: 0;
}

.double-koom-remark ul {
    margin: 0;
    padding-left: 17px;
} 

/*######################## double-koom ######################## */

#icw .wrapper-tag {
    display: flex;
    justify-content: space-between;
}

#icw .result-badge-wrap {
    display: inline-block;
    border-radius: 50%;
    font-size: 12px;
    color: #FFF;
    margin-bottom: 5px;
}

#icw .result-badge {
    display: inline-block;
    padding: 4px 5px;
    font-size: 12px;
    line-height: 12px;
    border-radius: 15px;
    margin-bottom: 5px;
    margin-right: 3px;
}

#icw .new-badege {
    background-color: var(--yellow-color-1);
}

#icw .hot-badege {
    background-color: var(--red-color-3);
}

#icw .promo-badege {
    background-color: var(--orange-color-1);
}

#icw .wait-for-sale-badege {
    background-color: var(--green-color-6);
}

#icw .partner-badege {
    background-color: var(--blue-colr-1);
}

#icw .result-badge span {
    font-size: 10px;
    font-weight: 600;
    vertical-align: middle;
    text-transform: uppercase;
    color: #FFF;
}

#icw .result-badge i.ic-npa {
    vertical-align: middle;
    color: #FFF;
}

#icw .result-badge i.ic-npa-icon-hot-badge,
#icw .result-badge i.ic-npa-icon-promotion-badge {
    font-size: 12px;
}

@media screen and (max-width: 767px) {

    #npa-announcement {
        padding: 20px 0;
    }

    #npa-announcement .promotion-wrapper {
        display: block;
        text-align: center;
    }

    #curtain-screen {
        display: block;
    }

    #icw .k-property-swiper-1,
    #icw .k-property-swiper-2 {
        padding-bottom: 40px;
        padding-right: 0;
    }

    #icw .k-property-swiper-1 .sm-thumbnail-inner {
        padding-top: 6px;
    }

    #icw .k-property-swiper-1 .sm-thumbnail-inner i.ic-npa {
        font-size: 24px;
    }

    #icw .k-property-swiper-3 {
        padding: 0 5px 40px;
    }

    #icw .property-nav-wrap {
        overflow-x: hidden;
        padding: 15px 7px 10px;
    }

    #icw .property-nav {
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: space-between;
        position: relative;
    }

    #icw .property-nav .nav-item {
        width: auto;
    }

    #icw .property-nav .nav-item:nth-child(1),
    #icw .property-nav .nav-item:nth-child(2) {
        width: 35%;
    }

    #icw .property-nav .nav-item:nth-child(3) {
        width: 30%;
    }

    #icw .property-nav::after {
        content: '';
        position: absolute;
        bottom: -3px;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #E5E5E5;
    }

    #icw .property-nav .nav-link {
        min-width: initial;
        font-size: 14px;
        padding: 0.5rem 5px;
        display: flex;
    }

    #icw .property-nav .nav-item::after {
        display: none;
    }

    #icw .property-nav .nav-link .ic-npa {
        font-size: 16px;
    }

    #icw .property-tabs-sec .tab-content {
        margin-left: 0;
    }

    #icw .sm-thumbnail-inner {
        width: auto;
        padding: 2.5px;
    }

    #icw #assets-type-tabs,
    #icw #assets-type-tabs2 {
        padding: 0 3.5px;
    }

    #icw .property-tabs-sec .swiper-slide,
    #icw .sm-thumbnail-inner {
        height: 68px;
    }

    #icw .property-tabs-sec .swiper-slide.custom-width {
        width: 60px;
    }

    #icw .sm-thumbnail-inner {
        box-shadow: none;
        text-align: center;
        margin: 0 auto;
    }

    #icw .sm-thumbnail-inner.custom {
        background-color: white;
        justify-content: center;
    }

    #icw .sm-thumbnail-inner p.title {
        font-size: 12px;
        height: 20px;
    }

    #icw .sm-thumbnail-inner p.title span {
        font-size: 12px;
    }

    #icw .sm-thumbnail-inner i.ic-npa {
        font-size: 40px;
    }

    #icw .sm-thumbnail-inner p {
        font-size: 12px;
        line-height: 0.9rem;
    }

    .swiper-horizontal &gt; .swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 15px;
    }

    #icw .property-tabs-sec {
        padding-bottom: 0;
    }

    #icw .travel.travel-1 {
        background: url('../img/popular-area-m/image_mb_bangkok.png') no-repeat center center / cover;
    }

    #icw .travel.travel-2 {
        background: url('../img/popular-area-m/image_mb_nonthaburi.png') no-repeat center center / cover;
    }

    #icw .travel.travel-3 {
        background: url('../img/popular-area-m/image_mb_pathumthani.png') no-repeat center center / cover;
    }

    #icw .travel.travel-4 {
        background: url('../img/popular-area-m/image_mb_samutprakan.png') no-repeat center center / cover;
    }

    #icw .travel.travel-5 {
        background: url('../img/popular-area-m/image_mb_nakhonpathom.png') no-repeat center center / cover;
    }

    #icw .travel.travel-6 {
        background: url('../img/popular-area-m/image_mb_chiangmai.png') no-repeat center center / cover;
    }

    #icw .travel.travel-7 {
        background: url('../img/popular-area-m/image_mb_chonburi.png') no-repeat center center / cover;
    }

    #icw .travel.travel-8 {
        background: url('../img/popular-area-m/image_mb_khonkaen.png') no-repeat center center / cover;
    }

    #icw .travel.travel-9 {
        background: url('../img/popular-area-m/image_mb_korat.png') no-repeat center center / cover;
    }

    #icw .travel.travel-10 {
        background: url('../img/popular-area-m/image_mb_phuket.png') no-repeat center center / cover;
    }
}

@media screen and (max-width: 375px) {
    #icw .sm-thumbnail-inner p {
        font-size: 11px;
    }
}

/*################################ Custom header ###############################*/
/* #icw #header .header-bg {
    padding: 0 20px;
    background: url("../../../theme/img/bg/bg-1.png") no-repeat right bottom / contain,
        linear-gradient(130deg, var(--green-color-1), var(--green-color-2));
} */

#icw .swiper-button-next.next-btn,
#icw .swiper-button-prev.prev-btn {
    display: none;
}

/*################################ Promotion ###############################*/
#icw .promotion-section {
    overflow-x: hidden;
}

#icw .promotion-wrapper {
    padding: 0 20px;
}

#icw .promotion-section .promotion-title {
    font-weight: 600;
    color: var(--dark-color-1);
    margin-bottom: 0;
}

#icw .promotion-padding {
    padding: 35px 0 0;
}

#icw .see-all {
    color: var(--green-color-3);
    font-weight: 400;
    text-decoration: none;
}

#icw .see-all:hover {
    text-decoration: underline;
}

#icw .see-all svg {
    margin-left: 5px;
}

#icw .promotion-swiper {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
    margin-bottom: 20px;
}

#icw .promotion-swiper .swiper-slide {
    width: 290px;
}

#icw .promotion-swiper .lg-thumbnail-inner img {
    border-radius: 10px;
    box-shadow: 0 0 5px 1px var(--light-gray-3);
}

/*################################ Popular asset ###############################*/
#icw .assets-section {
    padding: 20px 0;
    background-color: var(--light-green-1);
    overflow-x: hidden;
}

#icw .assets-wrapper {
    padding: 15px 20px 0;
}

#icw .assets-swiper {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
}

#icw .assets-swiper .wrapper-tag {
    display: flex;
    justify-content: space-between;
}

#icw .assets-swiper .asset-tag {
    display: inline-block;
    border-radius: 50%;
    font-size: 12px;
    color: #FFF;
    margin-bottom: 5px;
}

#icw .assets-swiper .box-comparision {
    display: inline-block;
    padding-left: 10px;
    position: relative;
}

#icw .assets-swiper .box-comparision::after {
    content: '';
    position: absolute;
    left: 0;
    width: 1px;
    height: 25px;
    background-color: var(--light-gray-2);
}

#icw .assets-swiper .box-comparision i {
    font-size: 25px;
    color: var(--green-color-3);
    cursor: pointer;
}

#icw .assets-swiper .md-thumbnail-slide {
    background-color: white;
    border-radius: 10px;
}

#icw .assets-swiper .md-thumbnail-img {
    height: 0;
    padding-bottom: 54.6875%;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: block;
}

#icw .assets-swiper .md-thumbnail-img img {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    object-fit: cover;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

#icw .assets-swiper .md-thumbnail-img .multi-img {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    padding: 5px 8px;
    z-index: 9;
    position: absolute;
    bottom: 5px;
    right: 5px;
    display: flex;
}

#icw .assets-swiper .md-thumbnail-img .multi-img i {
    font-size: 12px;
    color: #FFF;
}

.npa-logo-partner {
    background-color: #FFF;
    position: absolute;
    top: 0;
    right: 15px;
    width: 76px;
    height: 48px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    z-index: 9;
    padding: 9px;
    text-align: center;
    display: flex;
}

#icw .assets-swiper .npa-logo-partner img {
    max-width: 50px;
    margin: 0 auto;
    transform: unset;
    top: unset;
    position: relative;
}

#icw .assets-swiper .md-thumbnail-detail {
    padding: 10px;
}

#icw .assets-swiper .asset-tag {
    display: inline-block;
    border-radius: 50%;
    font-size: 12px;
    color: #FFF;
    margin-bottom: 5px;
}

#icw .assets-swiper .asset-tag .tag {
    display: inline-block;
    padding: 4px 5px;
    font-size: 12px;
    line-height: 12px;
    border-radius: 15px;
    margin-bottom: 5px;
    margin-right: 3px;
}

#icw .assets-swiper .asset-tag .tag.new {
    background-color: var(--yellow-color-1);
}

#icw .assets-swiper .asset-tag .tag.hot {
    background-color: var(--red-color-3);
}

#icw .assets-swiper .asset-tag .tag.promotion {
    background-color: var(--orange-color-1);
}

#icw .assets-swiper .asset-tag .tag.wait-for-sale {
    background-color: var(--green-color-6);
}

#icw .assets-swiper .asset-tag .tag.partner {
    background-color: var(--blue-colr-1);
}

#icw .assets-swiper .asset-tag .tag span {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    vertical-align: middle;
}

#icw .assets-swiper .asset-tag .tag i {
    vertical-align: middle;
}


#icw .assets-swiper .wrap-asset-title a {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    display: inline-block;
}

#icw .assets-swiper .wrap-asset-title .property-favorite {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: white;

    display: flex;
    align-items: center;
    justify-content: center;

    float: right;
    outline: none;
    cursor: pointer;
    box-shadow: 0 0 10px 2px #DDDDDD;
}

#icw .assets-swiper .wrap-asset-title .property-favorite.active {
    background: #00A94F;
}

#icw .assets-swiper .wrap-asset-title .property-favorite.active .ic-npa-icon-like-active {
    color: #FFF;
}

#icw .assets-swiper .wrap-asset-title .property-favorite i {
    color: #00A94F;
    font-size: 20px;
}

#icw .assets-swiper .asset-title {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    height: 44px;
    margin-bottom: 0;
    color: var(--green-color-3);
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: inline-block;
}

#icw .assets-swiper .partner .asset-title {
    color: var(--blue-colr-1);
}

#icw .assets-swiper .asset-title:hover {
    text-decoration: underline;
}

#icw .assets-swiper .location {
    font-size: 12px;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

#icw .assets-swiper .location i.ic-npa {
    font-size: 12px;
    color: var(--gray-color-4);
    margin-right: 5px;
}

#icw .assets-swiper .location p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    color: var(--gray-color-2);
}

#icw .assets-swiper .wrap-address {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

#icw .assets-swiper .wrap-address .asset-address,
#icw .assets-swiper .wrap-address .asset-code {
    color: var(--gray-color-2);
    font-size: 14px;
    margin-bottom: 0;
    display: inline-block;
}

#icw .assets-swiper .wrap-detail {
    display: flex;
    justify-content: space-between;
    color: var(--gray-color-2);
    font-size: 12px;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #DEDEDE;
}

#icw .assets-swiper .wrap-detail i {
    font-size: 15px;
    /*vertical-align: middle;*/
    margin-right: 3px;
	position:relative;
	top:1px;
}

#icw .assets-swiper .wrap-detail span {
   /* vertical-align: middle;*/
    font-size: 14px;
}

#icw .assets-swiper .wrap-detail .asset-room {
    display: inline-block;
    vertical-align: middle;
}

#icw .assets-swiper .wrap-detail .asset-room .pipe {
    display: inline-block;
    vertical-align: middle;
    width: 2px;
    height: 20px;
    background-color: var(--gray-color-1);
    margin: 0 12px;
}

#icw .assets-swiper .wrap-detail .asset-area {
    display: inline-block;
   /* vertical-align: middle;*/
	font-size:14px;
    line-height: 20px;
}


#icw .assets-swiper .special-badge,
#icw .assets-swiper .lower-badge {
    width: fit-content;
    padding: 2px 8px;
    background: linear-gradient(130deg, #fe1d1a, #c81814);
    border-radius: 5px;
    margin-bottom: 5px;
}

#icw .assets-swiper .special-badge p,
#icw .assets-swiper .lower-badge p {
    color: white;
    margin-bottom: 0;
    font-size: 12px;
}

#icw .assets-swiper .lower-badge {
    background: transparent;
    padding: 2px 0;
}

#icw .assets-swiper .lower-badge p {
    color: var(--red-color-2);
}

#icw .assets-swiper .spacial-price,
#icw .assets-swiper .lower-price {
    text-align: right;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--dark-color-1);
    font-size: 16px;
    line-height: 1.5rem;
}

#icw .assets-swiper .spacial-price {
    color: var(--red-color-1);
}

#icw #double-koom .assets-swiper .spacial-price span,
#icw #double-koom .assets-swiper .lower-price span {
    font-size: 24px;
}

#icw .assets-swiper .old-price {
    font-size: 14px;
    font-weight: 400;
    width: fit-content;
    color: var(--gray-color-1);
    text-align: end;
    line-height: 1rem;
    position: relative;
    margin: 0 0 0 auto;
}

#icw .assets-swiper .old-price::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--gray-color-1);
    position: absolute;
    top: 50%;
    left: 0;
}

#icw .spacer-line {
    width: 100%;
    height: 1px;
    background-color: #eaeaea;
    margin: 20px 0;
}

#icw .asset-nav {
    width: fit-content;
    border-radius: 20px;
    margin-bottom: 0;
}

#icw .asset-nav .asset-item button {
    display: block;
    width: fit-content;
    height: 100%;
    font-size: 18px;
    font-weight: 400;
    color: var(--gray-color-1);
    padding: 7px 0px;
    margin-right: 15px;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid transparent;
}

#icw .asset-nav .asset-item button.active {
    border-bottom: 2px solid var(--green-color-3);
    color: var(--dark-color-1);
    font-weight: 600;
}

/*############################ Blog ################################# */
#icw .blog-recommend {
    padding: 35px 0 50px;
    overflow-x: hidden;
}

#icw .blog-wrapper {
    padding: 0 20px;
}

/* #icw .blog-wrapper h2 {
    margin-bottom: 20px;
} */

#icw .blog-swiper {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
}

#icw .blog-swiper .swiper-slide {
    width: 191px;
}

#icw .blog-swiper .blog-img {
    margin-bottom: 10px;
}

#icw .blog-swiper .blog-img img {
    width: 100%;
    border-radius: 10px;
}

#icw .blog-swiper .blog-content p {
    font-size: 16px;
    font-weight: 400;
    color: var(--green-color-3);
}

#icw .more-filter-m-form h3 {
    font-size: 16px;
}

#icw .blog-recommend .img-thumb {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

#icw .blog-recommend .hightlight-article {
    border-radius: 10px;
    max-width: 666px;
    margin-right: 25px;
    width: 55%;
}

#icw .blog-recommend .more-article {
    max-width: 660px;
    width: 45%;
}

#icw .blog-recommend .hightlight-article img,
#icw .blog-recommend .more-article img {
    width: 100%;
    border-radius: 10px;
}

#icw .blog-recommend .article-category .box-article .img-thumb {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 10px;
    width: 65%;
    margin-right: 15px;
}

#icw .blog-recommend .article-category .box-article .wrapper-detail {
    width: 50%;
}

#icw .blog-recommend .article-category .box-article:nth-child(1),
#icw .blog-recommend .article-category .box-article:nth-child(2) {
    margin-bottom: 12px;
}

#icw .blog-recommend .img-thumb img {
    transform: scale(1.0);
    transition: all 400ms ease-in-out;
    width: 100%;
}

/* #icw .blog-recommend .box-article .img-thumb img{
    width: 175px;
} */

#icw .blog-recommend .img-thumb:hover img {
    transform: scale(1.1);
}

/*######################## Css for search when scrolling ######################## */
.property-tabs-sec.fixed {
    position: fixed;
    top: 200px;
    z-index: 200;
    width: 100%;
}

#icw .radio-item .custom-check-icon {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: transparent;
    position: absolute;
    top: 2px;
    right: 2px;
}

#icw .asset-radio &gt; input:checked + .radio-item .custom-check-icon {
    background: url("../../../theme/img/icon/check-mark.svg") no-repeat center center / 100%;
}

@media screen and (min-width: 441px) {
    #icw .k-property-slick .sm-thumbnail-inner {
        padding: 20px;
    }

    #icw .k-property-slick .sm-thumbnail-inner img {
        height: 40px;
    }
}

@media screen and (min-width: 576px) {
    #icw .property-nav-wrap {
        padding: 20px;
    }

    #icw .property-nav {
        width: 100%;
        margin: 0;
    }

    #icw .property-nav .nav-link {
        min-width: initial;
    }
}

@media screen and (min-width: 768px) {
    #icw .swiper {
        overflow: hidden;
    }

    #icw .k-property-slick .sm-thumbnail-inner {
        padding: 20px 0;
    }

    /* #icw #header {
        background: url("../../../theme/img/bg/bg-ipad.png") no-repeat center center / cover;
    } */

    #icw .property-nav-wrap {
        margin: 20px auto;
        padding: 0;
        border-bottom: 3px solid var(--light-gray-2);
        max-width: 690px;
    }

    #icw .main-search {
        padding-bottom: 0;
        max-width: 690px;
        margin: 0 auto;
        padding: 20px 15px;
    }

    #icw .promotion-wrapper,
    #icw .assets-wrapper,
    #icw .blog-wrapper {
        max-width: 690px;
        margin: 0 auto;
        padding: 0;
    }

    #icw .assets-wrapper {
        padding: 15px 0 0;
    }

    #icw .property-tabs-sec .tab-content,
    #icw .promotion-swiper,
    #icw .assets-swiper,
    #icw .blog-swiper {
        max-width: 768px;
        margin: 0 auto;
        padding-left: 40px;
    }

    #icw .property-tabs-sec .tab-content {
        padding-left: 0;
    }

    #icw .promotion-swiper .swiper-slide {
        width: 338px;
    }

    #icw .promotion-swiper {
        margin-bottom: 20px;
    }

    #icw .wrapper.wrapper-inner {
        padding: 0 40px;
    }

    #icw .promotion-section {
        max-width: 768px;
        margin: 0 auto;
    }

    #icw .asset-type-slick .slick-list {
        padding: 0 !important;
    }

    #icw .asset-type-slick .checkbox-slick {
        padding: 20px 10px;
    }

    #icw .asset-type-slick .checkbox-slick img {
        height: 30px;
    }

    #icw .submit-wrapper button {
        max-width: 300px;
        margin: 0 auto;
        display: block;
    }

    #icw .submit-wrapper button.clear-data {
        margin: 20px auto 0;
    }

    #icw .blog-slick .slick-list {
        padding: 0 5% 0 0 !important;
        margin: 0 -10px;
    }

    #icw .blog-slick {
        padding-left: 40px;
    }

    .property-tabs-sec.fixed {
        top: 180px;
    }

    #icw .asset-nav .asset-item button {
        font-size: 24px;
        margin-right: 20px;
    }


    /*######################## double-koom ######################## */

    #double-koom {
        padding-bottom: 0;
    }

    .dk-container {
        max-width: 1020px;
        margin: 0 auto;
        padding: 80px 0 170px 20px;
        position: relative;
    }

    .dk-wrap-title {
        display: block;
    }

    .dk-l {
        width: 300px;
        display: inline-block;
        padding: 0;
        min-height: 420px;
        position: relative;
    }

    .btn-to-main {
        position: absolute;
        bottom: 24px;
    }

    #icw #double-koom h2 {
        font-size: 35px;
        line-height: 45px;
        margin-top: 20px;
    }

    .dk-l-list {
        margin-top: 25px;
        margin-top: 10px;
    }

    .dk-r {
        display: inline-block;
        position: absolute;
        top: 80px;
    }

    #icw #double-koom .assets-swiper {
        margin: 0;
        padding-left: 50px;
        padding-bottom: 20px;
    }

    #double-koom .assets-swiper .swiper-slide {
        /* width: 320px; */
    }

    #double-koom .assets-swiper .md-thumbnail-slide {
        width: 320px;
    }

    .pag-num {
        padding-bottom: 0;
    }

    .btn-to-main {
        margin-top: 30px;
    }


    /*######################## double-koom ######################## */
}

@media screen and (min-width: 1024px) {
    #icw .promotion-section {
        max-width: 800px;
    }

    #icw .k-property-slick {
        max-width: 780px;
        margin: 0 auto;
        padding: 0 20px 20px;
    }

    #icw .property-type-swiper .swiper-slide {
        width: 110px;
    }

    .property-tabs-sec.fixed {
        top: 200px;
    }

    #icw .main-search,
    #icw .property-nav-wrap,
    #icw .promotion-wrapper,
    #icw .assets-wrapper,
    #icw .blog-wrapper {
        max-width: 768px;
    }

    #icw .property-tabs-sec .tab-content,
    #icw .promotion-swiper,
    #icw .assets-swiper,
    #icw .blog-swiper {
        padding-left: 0;
    }

    #icw .promotion-swiper .swiper-slide {
        width: 100%;
    }

    #icw .promotion-swiper {
        padding-right: 0;
    }
}

@media screen and (min-width: 1025px) {
    /* #icw #header .header-bg {
        padding: 0 20px;
        background: url("../../../theme/img/bg/bg-image.png") no-repeat right bottom / 500px,
            linear-gradient(130deg, var(--green-color-1), var(--green-color-2));
    } */

    #icw #more-filter-desktop {
        display: block;
    }

    #icw .desktop-filter-wrap {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    #icw .desktop-filter-wrap .left {
        width: 35%;
        padding-right: 20px;
    }

    #icw .desktop-filter-wrap .right {
        width: 65%;
        padding-left: 20px;
        border-left: 1px solid var(--light-gray-2);
    }

    #icw .main-search {
        max-width: 800px;
    }

    #icw .property-nav-wrap {
        max-width: 800px;
        border-bottom: 3px solid var(--light-gray-2);
    }

    #icw .property-tabs-sec .tab-content {
        max-width: 880px;
        padding: 0;
        position: relative;
    }

    #icw .property-tabs-sec .k-property-swiper-1,
    #icw .property-tabs-sec .k-property-swiper-2,
    #icw .property-tabs-sec .k-property-swiper-3 {
        margin: 0 50px;
        padding-right: 0;
    }

    #icw .swiper-button-next.next-btn,
    #icw .swiper-button-prev.prev-btn {
        display: flex;
    }

    #icw .next-btn {
        top: 40%;
        right: 0;
        width: 40px;
        height: 40px;
        background-color: white;
        border-radius: 50%;
        box-shadow: 0 0 1px 1px var(--light-gray-2);
    }

    #icw .prev-btn {
        top: 40%;
        left: 0;
        width: 40px;
        height: 40px;
        background-color: white;
        border-radius: 50%;
        box-shadow: 0 0 1px 1px var(--light-gray-2);
    }

    #icw .next-btn::after,
    #icw .prev-btn::after {
        font-size: 16px;
        font-weight: bold;
        color: var(--green-color-3);
    }

    #icw .k-property-slick .sm-thumbnail-inner {
        padding: 23px 0;
    }

    #icw .k-property-slick .title span {
        font-size: 26px;
    }

    #icw .promotion-wrapper,
    #icw .promotion-swiper {
        max-width: initial;
    }

    #icw .promotion-wrapper,
    #icw .max-container,
    #icw .assets-wrapper,
    #icw .blog-wrapper {
        max-width: 1000px;
        margin: 0 auto;
    }

    #icw .promotion-swiper .swiper-slide {
        width: 100%;
    }

    #icw .promotion-container,
    #icw .promotion-section,
    #icw .assets-swiper-container,
    #icw .blog-swiper-container {
        max-width: 1100px;
        margin: 0 auto;
        position: relative;
    }

    #icw .promotion-section {
        overflow: visible;
    }

    #icw .promotion-swiper,
    #icw .assets-swiper,
    #icw .blog-swiper {
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 40px 30px;
        max-width: initial;
    }

    #icw .assets-swiper .swiper-wrapper {
        overflow: initial;
    }

    #icw .assets-swiper .swiper-slide,
    #icw .blog-swiper .swiper-slide {
        width: 100%;
    }

    #icw .assets-swiper-container .next-btn,
    #icw .assets-swiper-container .prev-btn {
        top: 50%;
    }

    #icw .wrapper.wrapper-inner {
        padding: 0;
    }

    #icw .main-search .more-filter-btn.mobile {
        display: none;
    }

    #icw .main-search .more-filter-btn.desktop {
        display: flex;
    }

    #icw .asset-checkbox {
        width: 24%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
    }

    #icw .asset-checkbox .checkbox-slick {
        background-color: var(--light-gray-1);
        border-radius: 8px;
        margin-bottom: 10px;
        width: 65px;
        height: 65px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #icw .asset-checkbox p {
        margin-bottom: 0;
        color: var(--gray-color-2);
    }

    #icw .asset-checkbox .checkbox-slick img {
        height: 25px;
    }

    #icw .assets-swiper .md-thumbnail-detail {
        padding: 10px 20px;
    }

    #icw .search-detail-wrapper h3 {
        font-size: 16px;
    }

    #icw .search-detail-wrapper .inner-content {
        height: 100%;
    }

    #icw .search-detail-wrapper .rangeSlider-field .irs-line,
    #icw .search-detail-wrapper .rangeSlider-field .irs-bar {
        top: 15px;
    }

    #icw .search-detail-wrapper .rangeSlider-field .irs-handle {
        top: 6px;
    }

    #icw .asset-nav .asset-item button {
        font-size: 24px;
    }
}

/* #### article #### */
#icw .article-category {
    display: flex;
}

#icw .blog-article {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#icw .all {
    color: var(--green-color-3);
    font-weight: 400;
    line-height: 24px;
    position: relative;
    padding-right: 10px;
}

#icw .all:hover {
    text-decoration: underline;
}

#icw .all::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: 1px;
    width: 6px;
    height: 6px;
    border-right: 2px solid var(--green-color-3);
    border-bottom: 2px solid var(--green-color-3);
    transform: rotate(-45deg) translateY(-50%);
}

#icw .blog-recommend .img-thumb {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

#icw .blog-recommend .hightlight-article {
    border-radius: 10px;
    max-width: 666px;
    margin-right: 25px;
    width: 55%;
}

#icw .blog-recommend .more-article {
    max-width: 660px;
    width: 45%;
}

#icw .blog-recommend .hightlight-article img,
#icw .blog-recommend .more-article img {
    width: 100%;
    border-radius: 10px;
}

#icw .blog-recommend .article-category .box-article .img-thumb {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 10px;
    width: 65%;
    margin-right: 15px;
}

#icw .blog-recommend .article-category .box-article .wrapper-detail {
    width: 50%;
}

#icw .blog-recommend .article-category .box-article:nth-child(1),
#icw .blog-recommend .article-category .box-article:nth-child(2) {
    margin-bottom: 12px;
}

#icw .blog-recommend .img-thumb img {
    transform: scale(1.0);
    transition: all 400ms ease-in-out;
    width: 100%;
}

/* #icw .blog-recommend .box-article .img-thumb img{
    width: 175px;
} */

#icw .blog-recommend .img-thumb:hover img {
    transform: scale(1.1);
}

#icw .article-category .title-thumbnail {
    color: var(--green-color-3);
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

#icw .article-category .box-article .title-thumbnail {
    font-size: 16px;
    margin: 0 0 10px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

#icw .box-tag .tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    padding: 0 10px;
    line-height: 20px;
    border: 1px solid var(--light-gray-10);
    color: var(--gray-color-2);
    border-radius: 50px;
}

#icw .box-tag .tag:hover {
    border: 1px solid var(--green-color-3);
    color: var(--green-color-3);
}

.article-category .wrapper-detail &gt; a.title-thumbnail:hover {
    background-position: 0;
}

.article-category .wrapper-detail &gt; a.title-thumbnail {
    position: relative;
    color: #333;
    background-image: linear-gradient(to right, #00a94f, #00a94f 50%, rgb(51 51 51 / 95%) 50%);
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#icw .blog-recommend .article-category .box-article {
    display: flex;
}

.visible-w360 {
    display: none;
}

@media screen and (max-width:991px) {
    #icw .article-category .title-thumbnail {
        margin: 10px 0;
    }

    #icw .article-category {
        display: block;
        margin-top: 0;
    }

    #icw .blog-recommend .hightlight-article {
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }

    /* #icw .blog-recommend .more-article {
        width: 100%;
        max-width: 100%;
        display: flex;
    } */

    #icw .article-category .box-article .title-thumbnail {
        width: auto;
    }

    #icw .blog-recommend .article-category .box-article:nth-child(1) {
        margin-top: 30px;
    }


    #icw .blog-recommend .article-category .box-article:nth-child(1),
    #icw .blog-recommend .article-category .box-article:nth-child(2) {
        margin-bottom: 20px;
    }

    #icw .blog-wrapper.blog-article h2 {
        margin-bottom: 0;
    }

    #icw .blog-recommend .more-article {
        max-width: auto;
        width: 100%;
    }

    #icw .blog-recommend .article-category .box-article .wrapper-detail,
    #icw .blog-recommend .article-category .box-article .img-thumb {
        width: 50%;
    }
}

@media screen and (max-width:767px) {

    #icw h1,
    #icw h2 {
        font-size: 18px;
    }

    #icw .all,
    #icw .see-all {
        font-size: 14px;
    }

    #icw .article-category .title-thumbnail {
        font-size: 16px;
    }

    #double-koom ._property-next-1,
    #double-koom ._property-prev-1 {
        display: none !important;
    }

    .double-koom-remark {
        margin-top: 40px;
    }
}

@media screen and (max-width:359px) {
    .visible-w360 {
        display: block;
    }
}

/* ################# */


.wrap-asset-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 10px;
}

#icw .location i.ic-npa,
#icw .location p,
#icw .result-detail .title,
#icw .result-detail p,
#icw .result-detail p i.ic-npa,
#icw .special-badge p,
#icw .lower-badge p {
    font-size: 12px;
}

#icw .result-footer {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

#icw .assets-swiper .special-badge,
#icw .assets-swiper .lower-badge {
    display: inline-block;
}

#icw .assets-swiper .spacial-price {
    font-size: 24px;
}

#icw .assets-swiper .spacial-price span {
    font-size: 16px;
}

/*################################ Popular asset ###############################*/
#icw #react-app-home .assets-section {
    padding: 20px 0;
    background-color: var(--light-green-1);
    overflow-x: hidden;
}

#icw #react-app-home .assets-swiper .wrapper-tag {
    display: flex;
    justify-content: space-between;
}

#icw #react-app-home .assets-swiper .asset-tag {
    display: inline-block;
    border-radius: 50%;
    font-size: 12px;
    color: #FFF;
    margin-bottom: 5px;
}

#icw #react-app-home .assets-swiper .box-comparision {
    display: inline-block;
    padding-left: 10px;
    position: relative;
}

#icw #react-app-home .assets-swiper .box-comparision::after {
    content: '';
    position: absolute;
    left: 0;
    width: 1px;
    height: 25px;
    background-color: var(--light-gray-2);
}

#icw #react-app-home .assets-swiper .box-comparision i {
    font-size: 25px;
    color: var(--green-color-3);
    cursor: pointer;
}

#icw #react-app-home .assets-swiper .swiper-slide {
    width: 233px;
}

#icw #react-app-home .assets-swiper .md-thumbnail-slide {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 5px 1px var(--light-gray-2);
}

#icw #react-app-home .assets-swiper .md-thumbnail-img {
    height: 0;
    padding-bottom: 54.6875%;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: block;
}

#icw #react-app-home .assets-swiper .md-thumbnail-img img {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    object-fit: cover;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

#icw #react-app-home .assets-swiper .md-thumbnail-img .multi-img {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    padding: 5px 8px;
    z-index: 9;
    position: absolute;
    bottom: 5px;
    right: 5px;
    display: flex;
}

#icw #react-app-home .assets-swiper .md-thumbnail-img .multi-img i {
    font-size: 12px;
    color: #FFF;
}

.npa-logo-partner {
    background-color: #FFF;
    position: absolute;
    top: 0;
    right: 15px;
    width: 76px;
    height: 48px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    z-index: 9;
    padding: 9px;
    text-align: center;
    display: flex;
}

#icw #react-app-home .assets-swiper .npa-logo-partner img {
    max-width: 50px;
    margin: 0 auto;
    transform: unset;
    top: unset;
    position: relative;
}

#icw #react-app-home .assets-swiper .md-thumbnail-detail {
    padding: 10px;
}

#icw #react-app-home .assets-swiper .asset-tag {
    display: inline-block;
    border-radius: 50%;
    font-size: 12px;
    color: #FFF;
    margin-bottom: 5px;
}

#icw #react-app-home .assets-swiper .asset-tag .tag {
    display: inline-block;
    padding: 4px 5px;
    font-size: 12px;
    line-height: 12px;
    border-radius: 15px;
    margin-bottom: 5px;
    margin-right: 3px;
}

#icw #react-app-home .assets-swiper .asset-tag .tag.new {
    background-color: var(--yellow-color-1);
}

#icw #react-app-home .assets-swiper .asset-tag .tag.hot {
    background-color: var(--red-color-3);
}

#icw #react-app-home .assets-swiper .asset-tag .tag.promotion {
    background-color: var(--orange-color-1);
}

#icw #react-app-home .assets-swiper .asset-tag .tag.wait-for-sale {
    background-color: var(--green-color-6);
}

#icw #react-app-home .assets-swiper .asset-tag .tag.partner {
    background-color: var(--blue-colr-1);
}

#icw #react-app-home .assets-swiper .asset-tag .tag span {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    vertical-align: middle;
}

#icw #react-app-home .assets-swiper .asset-tag .tag i {
    vertical-align: middle;
}

#icw #react-app-home .assets-swiper .wrap-asset-title a {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    display: inline-block;
}

#icw #react-app-home .assets-swiper .wrap-asset-title .property-favorite {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: white;

    display: flex;
    align-items: center;
    justify-content: center;

    float: right;
    outline: none;
    cursor: pointer;
    box-shadow: 0 0 10px 2px #DDDDDD;
}

#icw #react-app-home .assets-swiper .wrap-asset-title .property-favorite.active {
    background: #00A94F;
}

#icw #react-app-home .assets-swiper .wrap-asset-title .property-favorite.active .ic-npa-icon-like-active {
    color: #FFF;
}

#icw #react-app-home .assets-swiper .wrap-asset-title .property-favorite i {
    color: #00A94F;
    font-size: 20px;
}

#icw #react-app-home .assets-swiper .asset-title {
    font-size: 16px;
    font-weight: 600;
    height: 40px;
    margin-bottom: 5px;
    color: var(--green-color-3);
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: inline-block;
    max-width: 120px;
}

#icw #react-app-home .assets-swiper .partner .asset-title {
    color: var(--blue-colr-1);
}

#icw #react-app-home .assets-swiper .asset-title:hover {
    text-decoration: underline;
}

#icw #react-app-home .assets-swiper .location {
    font-size: 12px;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

#icw #react-app-home .assets-swiper .location i.ic-npa {
    font-size: 12px;
    color: var(--gray-color-4);
    margin-right: 5px;
}

#icw #react-app-home .assets-swiper .location p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    color: var(--gray-color-2);
}

#icw #react-app-home .assets-swiper .wrap-address {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

#icw #react-app-home .assets-swiper .wrap-address .asset-address,
#icw #react-app-home .assets-swiper .wrap-address .asset-code {
    color: var(--gray-color-2);
    font-size: 14px;
    margin-bottom: 0;
    display: inline-block;
}

#icw #react-app-home .assets-swiper .wrap-detail {
    display: flex;
    justify-content: space-between;
    color: var(--gray-color-2);
    font-size: 12px;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #DEDEDE;
}

#icw #react-app-home .assets-swiper .wrap-detail i {
    font-size: 15px;
    /*vertical-align: middle;*/
    margin-right: 3px;
	
}

#icw #react-app-home .assets-swiper .wrap-detail span {
   /* vertical-align: middle;*/
    font-size: 14px;
}

#icw #react-app-home .assets-swiper .wrap-detail .asset-room {
    display: inline-block;
    vertical-align: middle;
}

#icw #react-app-home .assets-swiper .wrap-detail .asset-room .pipe {
    display: inline-block;
    vertical-align: middle;
    width: 2px;
    height: 20px;
    background-color: var(--gray-color-1);
    margin: 0 12px;
	position:relative;
	top:-3px;
}

#icw #react-app-home .assets-swiper .wrap-detail .asset-area {
    display: inline-block;
    vertical-align: middle;
}

#icw #react-app-home .assets-swiper .wrap-detail .asset-area p {
    font-size: 14px;
    line-height: 22px;
}

#icw #react-app-home .assets-swiper .special-badge,
#icw #react-app-home .assets-swiper .lower-badge {
    width: fit-content;
    padding: 2px 8px;
    background: linear-gradient(130deg, #fe1d1a, #c81814);
    border-radius: 5px;
    margin-bottom: 5px;
}

#icw #react-app-home .assets-swiper .special-badge p,
#icw #react-app-home .assets-swiper .lower-badge p {
    color: white;
    margin-bottom: 0;
    font-size: 12px;
}

#icw #react-app-home .assets-swiper .lower-badge {
    background: transparent;
    padding: 2px 0;
}

#icw #react-app-home .assets-swiper .lower-badge p {
    color: var(--red-color-2);
}

#icw #react-app-home .assets-swiper .spacial-price,
#icw #react-app-home .assets-swiper .lower-price {
    text-align: right;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--dark-color-1);
    line-height: 1.5rem;
}

#icw #react-app-home .assets-swiper .spacial-price {
    color: var(--red-color-1);
}

#icw #react-app-home .assets-swiper .spacial-price span,
#icw #react-app-home .assets-swiper .lower-price span {
    font-size: 16px;
}

#icw #react-app-home .assets-swiper .old-price {
    font-size: 14px;
    font-weight: 400;
    width: fit-content;
    color: var(--gray-color-1);
    text-align: end;
    line-height: 1rem;
    position: relative;
    margin: 0 0 0 auto;
}

#icw #react-app-home .assets-swiper .old-price::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--gray-color-1);
    position: absolute;
    top: 50%;
    left: 0;
}

#icw #react-app-home .spacer-line {
    width: 100%;
    height: 1px;
    background-color: #eaeaea;
    margin: 20px 0;
}

#icw #react-app-home .asset-nav {
    width: fit-content;
    border-radius: 20px;
    margin-bottom: 0;
}

#icw #react-app-home .asset-nav .asset-item button {
    display: block;
    width: fit-content;
    height: 100%;
    font-size: 18px;
    font-weight: 400;
    color: var(--gray-color-1);
    padding: 7px 0px;
    margin-right: 15px;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid transparent;
}

#icw #react-app-home .asset-nav .asset-item button.active {
    border-bottom: 2px solid var(--green-color-3);
    color: var(--dark-color-1);
    font-weight: 600;
}


/*######################## Property-Renovate ######################## */
#propertyrenovate {
    /* background-image: linear-gradient(to bottom right, #074E34, #0D968E); */
    padding: 40px 0 40px 0;
    background: url(/SiteCollectionDocuments/assets/PFS2022/pages/home/img/banner/npa-renovate-bg-desktop.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

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

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

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

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

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

.blog-wrapper.blog-renovate {
    color: #fff;
}

h2.title-renovate {
    font-size: 28px !important;
    color: #fff !important;
}

.renovate-swiper-container {
    max-width: 520px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 10px 0 0 0;
    background-color: #124241;
}

.renovate-thumb-container {
    max-width: 519px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.renovate-main {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.swiper-slide.renovate-img img {
    /* width: 100%; */
    height: 100%;
    max-height: 334px;
}

.swiper-slide-thumb-active {
    border: 2px solid #0D9289;
    border-radius: 10px;
}

.renovate-detail {
    margin: 0 auto;
    width: 50%;
    position: relative;
    padding: 40px;
    background-color: #14ACA4;
    border-radius: 0 10px 10px 0;
}

.renovate-new-tab {
    width: 50%;
    background-color: #124241;
    overflow: hidden;
    border-radius: 10px 0 0 10px;
}

.renovate-detail p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 24px;
    color: #fff;
    margin-top: 8px;
}

.renovate-detail h3.reno-detail-title {
    color: #fff;
    font-family: Kanit;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}

.rec-box {
    display: flex;
    /* display: grid; */
    /* grid-template-columns: auto auto auto auto; */
    background-color: #36605F80;
    border-radius: 8px;
    padding: 20px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
}


/* .rec-ico {
    width: 150px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
} */

.renovate-click {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
}

.btn-reno-detail {
    width: 50%;
    background-color: #fff;
    border-radius: 8px;
    color: #00A94F;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    position: relative;
    display: block;
    -moz-transition: ease-in-out .5s;
    -webkit-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
}


.btn-reno-detail:hover {
    background: #00A94F;
    color: #fff;
}

.link-reno {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration-line: underline;
    padding: 10px;
    text-align: center;
    width: 50%;
    -moz-transition: ease-in-out .5s;
    -webkit-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
}

.btn-reno-detail,
.link-reno {
    display: inline-block;
}

.link-reno:hover {
    color: #FFF;
    text-decoration-line: underline;
}

.reno-detail-more-pc {
    display: flex;
    flex-direction: column;
    padding: 20px 40px 40px;
    background-color: #124241;
    width: 100%;
    justify-content: flex-start;
    border-radius: 0 0 0 10px;
    flex-wrap: wrap;
    gap: 12px;
    position: relative;
}

.reno-detail-more-pc:before {
    content: "";
    position: absolute;
    top: 0;
    width: calc(100% - 80px);
    border-top: 1px solid rgba(255, 255, 255, 0.20);
}

.reno-detail-more-pc .reno-contract {
    display: flex;
    padding: 0;
    justify-content: space-between;
}

.reno-detail-more-pc .reno-contract .reno-more {
    padding: 0;
}

.reno-detail-more-mb {
    display: none;
}

.reno-more {
    padding: 7px;
    display: flex;
    flex-direction: revert;
    align-items: center;
    gap: 5px;
    font-size: 20px;
    color: #fff;
}

.link-reno-more {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-decoration-line: underline;
}

.link-reno-more:hover {
    color: #fff;
    text-decoration-line: underline;
}

.reno-reviews {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2002;
    background-color: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.reno-close {
    border: none;
    width: 40px;
    height: 40px;
    background-color: #00a94f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    right: 20px;
}

.reviews-conten {
    background-color: #fff;
    border-radius: 8px;
    border-top: 3px solid #0D968E;
    margin: 45px auto;
    padding: 40px;
    height: auto;
    width: 100%;
    overflow-y: auto;
}

.hidden {
    display: none;
}

.btn-reno-detail-prop {
    width: 210px;
    background-color: #00A94F;
    border-radius: 8px;
    color: #fff;
    padding: 10px;
    position: relative;
    display: block;
    text-align: center;
    -moz-transition: ease-in-out .3s;
    -webkit-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}

.btn-reno-detail-prop:hover {
    background-color: #009445;
    color: #fff;
}

.reno-detail-more-pc h2.reno-detail-title {
    color: #fff !important;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 24px;
    /* padding-right: 350px; */
    /* padding-left: 1.5%; */
}

.reno-detail-topic {
    color: #333 !important;
    font-size: 22px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
}

.reno-green-18 {
    color: #00A94F !important;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
}

.reno-18 {
    color: #00A94F !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
    display: flex;
    align-items: center;
}

.reno-18 i {
    font-size: 16px;
    color: #00A94F;
    margin-right: 8px;
}

.renovate-card-slide {
    max-width: 100%;
    margin: 20px auto;
    display: flex;
    flex-direction: row;
}

.renovate-thumb-container {
    background-color: #124241;
}

/* .renovate-slider {
    margin: 0 10px;
} */



.renovate-slide-thumb {
    padding: 20px 40px;
    overflow: visible;
    width: 100%;
    margin: 0;
}

.renovate-slide-thumb .swiper-wrapper {
    justify-content: space-between;
}

.renovate-slide-thumb .swiper-slide {
    width: auto;
}

.renovate-slide-thumb .swiper-slide .thumb {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    width: 100%;
    cursor: pointer;
}

.renovate-slide-thumb .swiper-slide .thumb:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: ease-in-out .7s;
    ;
    background: var(--color-black);
    opacity: 0.6;
    pointer-events: none;
}

.renovate-slide-thumb .swiper-slide .thumb &gt; img {
    transition: ease-in-out .7s;
    transform: scale(1.0);
    /* height: 100px; */
    max-width: 90px;
}

.renovate-slide-thumb .swiper-slide .thumb:hover &gt; img {
    transform: scale(1.1);
}

.renovate-slide-thumb .swiper-slide.swiper-slide-thumb-active .thumb:before {
    opacity: 0;
}

.renovate-slide-thumb .swiper-slide.swiper-slide-thumb-active.swiper-slide-duplicate-active .thumb:before {
    opacity: 0.6;
}


/*################################## popup #####################################*/
.popup-open .detail button.mfp-close {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 30px;
    border-radius: 50%;
    background: #00A950;
    color: #fff;
    font-size: 16px;
    text-align: center;
    position: absolute;
    z-index: 1;
    opacity: 1;
    padding: 0;    
    top: -16px;
    right: -6px;
}

.popup-open.mfp-close-btn-in .mfp-close:after {
    content: "\e928";
    font-family: "iconpa" !important;
    transform: rotate(45deg);
    display: block;
    /* font-family: 'icokbank';
    content: "\e90a"; */
    font-size: 16px;
    font-weight: 600;
    color: #fff !important;
}

.popup-open .mfp-container {
    padding: 0;
}

.property-renovate .slick-arrow {
    position: absolute;
    top: 45%;
    z-index: 2;
    width: 35px;
    height: 35px;
    background: #fff;
    line-height: 35px;
    border-radius: 100%;
    border: 0;
    font-size: 0;
}

.property-renovate .slick-arrow.slick-disabled {
    opacity: 0.3;
}

.property-renovate .slick-arrow:after {
    content: '';
    display: inline-table;
    position: relative;
    right: -2px;
    top: 8px;
    margin-top: 1px;
    width: 10px;
    height: 10px;
    border-right: 2px solid var(--green-color-3);
    border-bottom: 2px solid var(--green-color-3);
    transform: rotate(-45deg) translateY(-50%);
}

.property-renovate .slick-prev {
    left: -20px;
    /* transform: rotate(180deg); */
}

.property-renovate .slick-prev:after {
    display: block;
    transform: rotate(135deg);
    margin: 0;
    position: absolute;
    top: 12px !important;
    right: 30%;
    left: auto;
}

.property-renovate .slick-next {
    right: -20px;
}

.property-renovate .box-icon i {
    color: #3BEF4A;
    font-size: 30px;
}

.property-renovate .box-icon {
    width: 55px;
    height: 55px;
    border-radius: 10px;
    background: #124241;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.renovate-detail .rec-ico p {
    text-align: center;
    /* padding-left: 5px;
    padding-right: 5px; */
    font-size: 14px;
}

.renovate-detail .rec-ico {
    width: 25%;
}

.renovate-slide-thumb .swiper-slide:last-child .thumb {
    position: relative;
}

.renovate-slide-thumb .swiper-slide:last-child .thumb:after {
    content: "+6";
    position: absolute;
    top: 0;
    color: #fff;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .renovate-slider:last-child .renovate-slide-thumb .swiper-slide:last-child .thumb:after {
    content: "+1";
} */

.property-renovate i.ic-qoute1 {
    color: #fff;
    font-size: 20px;
}

.property-renovate i.ic-qoute2 {
    color: #fff;
    font-size: 20px;
    position: relative;
    top: -7px;
    margin-left: 5px;
}

.img-click {
    display: block;
    overflow: hidden;
}

.img-click &gt; img {
    transition: ease-in-out .7s;
    transform: scale(1.0);
}

.img-click:hover &gt; img {
    transform: scale(1.1);
}

.popup-open .detail {
    width: max-content;
    margin: auto;
    position: relative;
}

.popup-open.mfp-bg,
.popup-open-properties.mfp-bg {
    z-index: 2002;
}

.popup-open.mfp-wrap,
.popup-open-properties.mfp-wrap {
    z-index: 2003;
}

@media (max-width: 1024px) {

    .property-renovate .slick-arrow:after {
        top: 7px;
    }

    .property-renovate .slick-prev:after {
        top: 13px !important;
    }

    .renovate-detail {
        padding: 25px;
    }

    .renovate-detail h3.reno-detail-title {
        margin-bottom: 20px;
        /*
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
*/
        margin-bottom: 20px;
    }

    .renovate-slide-thumb .swiper-slide:nth-child(3) .thumb {
        position: relative;
    }

    .renovate-slide-thumb .swiper-slide:nth-child(3) .thumb:after {
        content: "+7";
        position: absolute;
        top: 0;
        color: #fff;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .renovate-detail &gt; p {
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .property-renovate .box-icon i {
        font-size: 17px;
    }

    .property-renovate .box-icon {
        width: 32px;
        height: 32px;
        margin: 0 5px 0 0;
    }

    .renovate-detail .rec-ico {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .renovate-detail .rec-ico p {
        margin: 0;
        text-align: left;
    }

    .rec-box {
        /* display: flex; */
        display: grid;
        grid-template-columns: auto auto;
        flex-direction: row;
        flex-wrap: wrap;
        width: auto;
        margin-left: 0;
        gap: 10px;
        justify-content: space-around;
        padding: 15px;
    }

    .renovate-slide-thumb .swiper-slide:last-child {
        display: none;
    }

    .renovate-slide-thumb {
        padding: 15px 25px;
    }

    .reno-detail-more-pc .reno-contract {
        display: inline-table;
        grid-template-columns: auto auto;
        gap: 8px;
    }

    .reno-detail-more-pc .reno-contract .reno-more:nth-child(1),
    .reno-detail-more-pc .reno-contract .reno-more:nth-child(2) {
        width: 50%;
        display: inline-block;
    }

    .reno-detail-more-pc .reno-contract .reno-more:nth-child(3) {
        margin-top: 8px;
    }

    .reno-detail-more-pc .reno-contract .reno-more:nth-child(1) i,
    .reno-detail-more-pc .reno-contract .reno-more:nth-child(2) i {
        position: relative;
        top: 3px;
        margin-right: 5px;
    }

    .reno-detail-more-pc .reno-contract i,
    .reno-detail-more-pc .reno-contract a {
        color: #fff;
    }

    .swiper-slide.renovate-img img {
        /* width: 100%; */
        height: 100%;
        max-height: 228px;
    }

    .reno-detail-more-pc {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 10px;
        position: relative;
    }

}

@media (max-width: 767px) {
    .popup-open .detail {
        width: auto;
    }

    .property-renovate .slick-arrow {
        top: 32%;
    }

    .property-renovate .slick-prev {
        left: 0;
    }

    .property-renovate .slick-next {
        right: 0;
    }

    .property-renovate i.ic-qoute1,
    .property-renovate i.ic-qoute2 {
        font-size: 14px;
    }

    #propertyrenovate {
        /* background-image: linear-gradient(to bottom right, #074E34, #0D968E); */
        padding: 40px 0 40px 0;
        background: url(/SiteCollectionDocuments/assets/PFS2022/pages/home/img/banner/npa-renovate-bg-mobile.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .swiper-slide.renovate-img img {
        width: 100%;
        height: auto;
    }

    .renovate-new-tab {
        width: 100%;
        background-color: transparent;
        border-radius: 0;
    }

    .reno-more {
        padding: 7px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .renovate-detail h3.reno-detail-title {
        font-size: 20px;
        line-height: 1.3;
        padding: 0 20px;
        /*        height: 60px;  */
        margin-top: 0;
        margin-bottom: 20px;
    }

    .property-renovate i.ic-qoute1 {
        /* margin-top: 40px;      */
        padding: 0 20px;
    }

    .renovate-detail p {
        padding: 0 20px;
    }

    .renovate-detail &gt; p {
        /*
        height: 192px;        
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 8;
        line-clamp: 8;
        -webkit-box-orient: vertical;
*/
    }

    .renovate-detail .rec-ico p {
        padding: 0;
        text-align: left;
        width: calc(100% - 32px);
    }

    #icw .blog-wrapper.renovate-slide {
        padding: 0;
    }

    .popup-open .detail button.mfp-close {
        top: -54px;
        right: 14px;
    }

    .renovate-slide-thumb .swiper-slide .thumb {
        width: 90px;
        height: fit-content;
    }

    .renovate-slide-thumb2 .swiper-slide .thumb {
        width: 100px;
        height: fit-content;
    }

    .renovate-slide-thumb3 .swiper-slide .thumb {
        width: 100px;
        height: fit-content;
    }

    .renovate-thumb-container {
        max-width: 1100px;
    }

    .renovate-swiper-container {
        max-width: 1100px;
        border-radius: 0;
    }

    .renovate-thumb-container {
        background-color: #124241;
    }

    .renovate-slide-thumb .swiper-slide .thumb img {
        width: 100%;
    }

    .renovate-slide-thumb2 .swiper-slide .thumb img {
        width: 100%;
    }

    .renovate-slide-thumb3 .swiper-slide .thumb img {
        width: 100%;
    }

    .renovate-detail {
        /* max-width: 323px; */
        width: 100%;
        padding: 0;
        background-color: transparent;
        padding-top: 23px;
    }

    .reno-detail-more-mb h2.reno-detail-title {
        text-align: center;
        display: block;
        width: 100%;
        margin-bottom: 15px !important;
        /*    padding: 0 100px 0 100px;*/
        color: #fff !important;
        font-size: 14px !important;
        font-style: normal;
        font-weight: 600 !important;
        line-height: 24px;
    }

    .reno-detail-more-mb {
        display: flex;
        flex-direction: row;
        padding: 20px 10px 20px 10px;
        background-color: #124241;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .reno-detail-more-pc {
        display: none;
    }

    .renovate-card-slide {
        max-width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
    }

    .rec-box {
        /* display: flex; */
        display: grid;
        grid-template-columns: auto auto;
        flex-direction: row;
        flex-wrap: wrap;
        width: auto;
        margin-left: 0;
        gap: 20px;
        margin: 20px 20px 0;
        justify-content: space-around;
    }

    .renovate-click {
        text-align: center;
        /*
    display: flex;
    align-items: center;
    flex-direction: column;
*/
        padding: 0 20px;
        margin-top: 20px;
    }

    /*
.btn-reno-detail{
    width: 100%;
}
*/

    /* .rec-ico {
    width: 112px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
} */

    .reviews-conten {
        background-color: #fff;
        border-radius: 8px;
        border-top: 3px solid #0D968E;
        margin: 45px auto;
        padding: 20px 15px;
        height: 80vh;
        width: 100%;
        overflow-y: auto;
    }

    .btn-reno-detail-prop {
        width: 100%;
        background-color: #00A94F;
        border-radius: 8px;
        color: #fff;
        padding: 10px;
        position: relative;
        display: block;
        text-align: center;
    }

    .renovate-swiper-container {
        max-width: 520px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        background-color: #124241;
        border-radius: 0;
        margin-top: 30px;
    }

}

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

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

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

/*################################## popup #####################################*/
.popup-open-properties button.mfp-close {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 30px;
    border-radius: 50%;
    background: #00A950;
    color: #fff;
    font-size: 16px;
    text-align: center;
    position: absolute;
    z-index: 1;
    opacity: 1;
    padding: 0;
    top: 25px;
    right: 16px;
}

.popup-open-properties.mfp-close-btn-in .mfp-close:after {
    content: "\e928";
    font-family: "iconpa" !important;
    transform: rotate(45deg);
    display: block;
    font-size: 16px;
    color: #fff !important;
}

.popup-open-properties .mfp-container {
    padding: 0;
}

.popup-open-properties .swiper-button-next,
.popup-open-properties .swiper-button-prev {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 30px;
    border-radius: 50%;
    background: #000;
    text-align: center;
}

.popup-open-properties .swiper-button-next,
.popup-open-properties .swiper-button-prev {
    display: block;
}

.popup-open-properties .swiper-button-next {
    /* right: 4px; */
    right: 5%;
    top: 56%;
}

.popup-open-properties .swiper-button-prev {
    /* left: 4px; */
    left: 5%;
    top: 56%;
}

.popup-open-properties .swiper-button-next:after,
.popup-open-properties .swiper-button-prev:after {
    color: #fff;
    line-height: 32px;
    font-size: 16px;
    font-weight: 600;
}

.popup-open-properties .swiper-pagination-fraction {
    position: absolute;
    bottom: -40px;
    right: 0;
    padding-left: 16px;
    color: #666;
    text-align: left;
}

.popup-open-properties .popup-content {
    position: relative;
    height: 100vh;
    background: #fff;
}

.image-slider {
    position: relative;
    width: 100%;
    min-height: 267px;
    /* height: 100%; */
}

/* 
.swiper-slide {
    opacity: 0;
}

.swiper-slide.swiper-slide-active {
    opacity: 1;
} */

.swiper-img,
.swiper-imgGo,
.swiper-imgGo2,
.swiper-imgGo3 {
    /* max-width: 658px; */
    /* max-width: 698px; */
    width: 100%;
    /* position: absolute; */
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    /* display: table; */
    /* margin: auto; */
    /* background: #000; */
    /* overflow: hidden; */
    /* padding: 20px; */
    /* min-height: 267px; */
    height: auto;
}

.swiper-img .swiper-wrapper img,
.swiper-imgGo .swiper-wrapper img,
.swiper-imgGo2 .swiper-wrapper img,
.swiper-imgGo3 .swiper-wrapper img {
    /* width: calc(100% - 32px); */
    border-radius: 0;
    width: 100%;

    -moz-transition: ease-in-out 1s;
    -webkit-transition: ease-in-out 1s;
    transition: ease-in-out 1s;
}

/* .swiper-img,
.swiper-wrapper,
.swiper-slide {
    max-width: 658px;
    width: 100%;
} */

.title-slide {
    color: #FFF;
    font-family: Kanit;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 16px;
    background: rgba(0, 0, 0);
    border-top: 1px solid #333;
    position: relative;
    bottom: 0;
    width: 100%;
    z-index: 333333333;
    /* margin-top: -10px; */
}

.title-slide .txt {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.popup-open-properties .popup-content .header {
    color: #00A94F;
    font-family: Kanit;
    font-size: 24px;
    font-weight: 600;
    position: absolute;
    left: 16px;
    top: 25px;
    width: auto;
    z-index: 2;
}

.popup-open-properties .popup-content .content {
    width: 100%;
    height: 100%;
    background: #FFF;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.04);
    padding: 20px 16px 20px;
    margin-top: 53px;
    border-top: 1px solid #ebebeb;
    position: relative;
}

.popup-open-properties .popup-content .content .title {
    color: #333;
    font-family: Kanit;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical; */
}

.popup-open-properties .popup-content .content .subtitle {
    color: #666;
    font-family: Kanit;
    font-size: 16px;
    margin-bottom: 10px !important;
    margin-top: 20px !important;
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical; */
}

.popup-open-properties .popup-content .content .con {
    color: #666;
    font-family: Kanit;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    overflow: overlay;
    padding-right: 8px;
    height: 100%;
}

.popup-open-properties .popup-content .content .desc {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.popup-open-properties .swiper-pagination {
    font-family: Kanit;
    font-size: 16px;
    font-weight: 600;
    width: fit-content;
}

.popup-open-properties .swiper-pagination span {
    /* width: 20px; */
    display: inline-block;
    /* text-align: left; */
}

.popup-open-properties .swiper-pagination .swiper-pagination-current {
    font-size: 20px;
    color: #00A94F;
}

.popup-open-properties .content .desc p {
    margin: 0;
}

.popup-open-properties .location {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
    font-family: Kanit;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.popup-open-properties .wrap-address {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #666;
    font-family: Kanit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
}

.popup-open-properties .wrap-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #666;
    font-family: Kanit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 32px;
}

.popup-open-properties .wrap-detail i {
    margin-right: 8px;
}

.popup-open-properties .asset-room .pipe {
    margin: 0 8px;
    border-right: 1px solid #666;
    display: inline-block;
    vertical-align: middle;
    height: 16px;
}

.popup-open-properties .price {
    display: flex;
    justify-content: space-between;
}

.popup-open-properties .special-badge {
    background: linear-gradient(130deg, #fe1d1a, #c81814);
    border-radius: 5px;
    color: #FFF;
    font-family: Kanit;
    font-size: 14px;
    font-weight: 400;
    width: 76px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}

.popup-open-properties .spacial-price {
    color: #E00;
    text-align: right;
    font-family: Kanit;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.popup-open-properties .spacial-price span {
    font-size: 16px;
}

.popup-open-properties .old-price {
    color: #999;
    font-family: Kanit;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
}

.popup-open-properties .price-num {
    text-align: right;
}

.popup-open-properties .btn {
    display: block;
    background: #00A94F;
    border-radius: 25px;
    margin: auto;
    color: #FFF;
    font-family: kanit;
    font-size: 16px;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
    width: 100%;
    height: 48px;
    padding: 0;
    margin-top: 80px;
}

.popup-open-properties .btn:hover {
    background: #009445;
}

.popup-open-properties .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto;
    height: 287px;
}

.social-share {
    display: flex;
    align-items: center;
    position: absolute;
    right: 16px;
    bottom: -42px;
    z-index: 2;
}

.social-share span {
    color: #333;
    font-family: kanit;
    font-size: 16px;
    font-weight: 600;
    margin-left: 8px;
    padding-right: 16px;
    margin-right: 16px;
    border-right: 1px solid #E6E6E6;
}

.social-share i {
    color: #666;
    font-size: 16px;
    position: relative;
    top: 0px;
}

.social-share .share-item {
    display: block;
    background: #00A94F;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 100%;
}

.social-share .share-item:hover {
    text-decoration: none;
}

.social-share .flex {
    display: flex;
    align-items: center;
    gap: 8px;
}

.social-share .share-item i {
    color: #fff;
    font-size: 16px;
    position: relative;
    top: 2px;
}

.social-share .share-link i {
    color: #fff;
    font-size: 16px;
    position: relative;
    top: 2px;
}

.popup-open-properties .popup-content .flex-content {
    background: #fff;
    height: 100vh;
    overflow: hidden;
}

.popup-open-properties .popup-content .flex-content:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: linear-gradient(134deg, #00A94F 0%, #2E3C34 100%);
    top: 0;
}

.popup-open-properties .swiper-slide {
    width: 100% !important;
}

.image-slider {
    background: #fff;
    padding-top: 85px;
}


.content .desc .con::-webkit-scrollbar-track {
    margin-left: 8px;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, .15);
}

.content .desc .con::-webkit-scrollbar {
    margin-left: 8px;
    width: 3px;
    background-color: rgba(0, 0, 0, .15);
}

.content .desc .con::-webkit-scrollbar-thumb {
    margin-left: 8px;
    border-radius: 8px;
    background-color: #00A94F;
}

.hidden-w1024 {
    display: none !important;
}

.visible-w1024 {
    display: flex !important;
}

.price.f-right {
    justify-content: end;
}

.price.f-right .spacial-price {
    color: #000;
}

.renovate-slide .slick-dots {
    display: none !important;
}

.property-renovate .pagingInfo {
    width: 100%;
    display: block;
    text-align: center;
    color: #FFF;
    text-align: center;
    font-family: Kanit;
    font-size: 16px;
    font-weight: 600;
}

.property-renovate .pagingInfo span {
    font-size: 20px;
    font-family: Kanit;
}

.txt-link {
    color: #00A94F !important;
    text-decoration: underline;
    -moz-transition: ease-in-out .5s;
    -webkit-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
}
.txt-link:hover {
    color: #00873F !important;
    text-decoration: underline;
}

.c-red {
    color: #f00 !important;
}

@media screen and (min-width: 1024px) {
    .hidden-w1024 {
        display: flex !important;
    }

    .visible-w1024 {
        display: none !important;
    }

    .popup-open-properties .popup-content .content .con {
        height: 75%;
    }

    .popup-open-properties .popup-content .content .desc {
        height: 94%;
    }

    .title-slide .txt {
        padding-right: 42px;
    }

    .popup-open-properties button.mfp-close {
        top: 40px;
        right: 30px;
    }

    .btn-popup-more .ic-boonthavorn_icon-all-image {
        position: relative;
        right: 3px;
        top: 2px;
    }

    .title-slide {
        padding: 18px 32px;
        background: transparent;
        margin-top: 0;
    }

    .popup-open-properties .popup-content .header {
        left: calc(75% + 30px);
        /* margin-top: 42px; */
        top: 40px;
    }

    .popup-open-properties .popup-content .flex-content {
        display: flex;
    }

    .popup-open-properties .popup-content .content {
        width: 25%;
        height: 100vh;
        padding: 108px 30px 50px;
        margin: 0;
        overflow: hidden;
    }

    .image-slider {
        width: 75%;
        height: 100vh;
        overflow: hidden;
        background: #000;
        padding-top: 0;
    }

    .swiper-img,
    .swiper-imgGo,
    .swiper-imgGo2,
    .swiper-imgGo3 {
        height: calc(100% - 60px);
        position: relative;
    }

    .popup-open-properties .swiper-button-next,
    .popup-open-properties .swiper-button-prev {
        background: #00A950;
    }

    .popup-open-properties .swiper-button-next {
        right: 10%;
        top: 50%;
    }

    .popup-open-properties .swiper-button-prev {
        left: 10%;
        top: 50%;
    }

    .popup-open-properties .swiper-free-mode &gt; .swiper-wrapper {
        position: relative;
        /* top: 24%; */
    }

    .popup-open-properties .swiper-pagination-fraction {
        position: absolute;
        bottom: -46px;
        right: 0;
        padding-right: 32px;
        color: #fff;
        text-align: right;
        width: auto;
    }

    .popup-open-properties .swiper-pagination .swiper-pagination-current {
        color: #fff;
    }

    .popup-open-properties .swiper-slide {
        /* height: max-content; */
        /* top: 0; */
        /* bottom: 0; */
        /* position: absolute; */
        /* width: calc(100% - 32px) !important; */
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }

    .swiper-img .swiper-wrapper img,
    .swiper-imgGo .swiper-wrapper img,
    .swiper-imgGo2 .swiper-wrapper img,
    .swiper-imgGo3 .swiper-wrapper img {
        border-radius: 8px;
        /* max-width: 658px; */
        width: auto;
        max-height: 80%;
    }

    .social-share {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
    }

    .popup-open-properties .btn {
        margin-bottom: 64px;
        margin-top: 0;
    }
}

/*################################## end popup #####################################*/

/*######################## End-Property-Renovate ######################## */</pre></body></html>