<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --green: #00a94f;
    --green2: #B3E5CA;
    --green3: #002d03;
    --grey: #f8f8f8;
    --grey_filter2: #f4f4f4;
    --grey3: #f5f5f5;
    --dark: #333;
    --green-color-1: #039d4c;
    --green-color-2: #2e3c34;
}

.show-xs {
    display: block !important;
}

*:focus {
    outline: none;
}

a,
a:hover {
    text-decoration: none;
    color: inherit;
}

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

#page {
    padding-top: 0;
}

.text-link {
    color: var(--green);
    text-decoration: underline;
}

div#icw {
    padding-top: 50px;
}

main {
    position: relative;
}

header.header ul.nav-desktop {
    justify-content: end;
    font-weight: 600;
}

.container {
    max-width: 1240px;
    padding: 0 15px;
    margin: 0 auto;
}

a {
    text-decoration: none;
}

.desc a {
    color: var(--green);
    text-decoration: underline;
}

.not-found-card {
    padding: 0 20px;
}

.not-found-card&gt;* {
    text-align: center;
    border-radius: 10px;
    color: var(--green);
    max-width: 600px;
    height: 270px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.not-found-card h3 {
    font-size: 20px;
    margin-top: 20px;
}

.result {
    display: inline-block;
    position: relative;
    width: 100%;
    min-height: 400px;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.waiting {
    display: none !important;
}

.mark-more {
    padding: 8px 0;
    color: var(--green-color-3);
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    position: relative;
    width: fit-content;
    margin: auto;
}

.mark-more:hover {
    text-decoration: underline;
}

/* .mark-more i {
    display: inline-block;
    transform: rotate(90deg);
}

.mark-more.active i {
    transform: rotate(270deg);
} */

.mark-more::after {
    content: "";
    position: absolute;
    top: 40%;
    transform: rotate(135deg);
    width: 7px;
    height: 7px;
    border-right: 2px solid var(--green-color-3);
    border-top: 2px solid var(--green-color-3);
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}

.mark-more.active::after {
    transform: rotate(315deg);
    top: 50%;
}

/*################################## loader #####################################*/
.g-load-div {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
}

.g-load-div2 .g-loader-wrapper {
    position: relative;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: flex;
    align-items: center;
    justify-content: center;
}

.g-load-div.dark {
    background: transparent;
}

.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-load-div2.dark {
    background: rgba(255, 255, 255, 0.8);
    padding: 30px 20px;
    /* box-shadow: 0 0 6px rgb(0 0 0 / 15%); */
    border-radius: 10px;
    max-width: 300px;
    margin: 0 auto;
}

.g-load-div2 .g-loader {
    margin: 0;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border: 6px solid #ccc;
    border-top: 6px solid #00a950;
}

.g-load-div2.dark .g-loader-caption {
    margin-top: 0;
    color: var(--green);
    font-size: 18px;
    font-weight: 600;
}

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

.dark .g-loader-caption {
    color: var(--gray);
}

/*################################## loader #####################################*/

/*################################## breadcrumbs #####################################*/
#icw .breadcrumbs {
    color: var(--gray-color-2);
    font-size: 14px;
    font-weight: 400;
    display: flex;
    margin: 20px auto 0;
    padding-top: 10px;
    display: none;
}

#icw .breadcrumbs a {
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 10px;
    line-height: 21px;
    font-size: 14px;
    color: #666;
    font-weight: 400 !important;
}

#icw .breadcrumbs a,
#icw .breadcrumbs p {
    font-size: 14px;
    color: var(--gray-color-2);
    margin-bottom: 0;
}

#icw .breadcrumbs a:first-child {
    padding-left: 0;
}

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

#icw .breadcrumbs a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -4px;
    margin-top: -2px;
    width: 6px;
    height: 6px;
    border-right: 2px solid var(--gray-color-2);
    border-bottom: 2px solid var(--gray-color-2);
    transform: rotate(-45deg);
}


#icw .breadcrumbs .current-page {
    font-weight: 600;
    color: var(--green-color-3);
    padding-left: 10px;
}

#icw .breadcrumbs .chevron-right {
    margin: 0 10px;
}

/*################################## breadcrumbs #####################################*/

#icw .section {
    padding: 30px 0;
    position: relative;
}

#icw .section-breadcrumb .breadcrumbs {
    max-width: inherit;
}

#icw .section .title {
    margin-bottom: 15px;
}

#icw .section-promotion {
    background-color: var(--green3);
    background-image: url(../img/bg-promotion-mobile.png);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    height: auto;
    position: relative;
}

.sc-result .thumbnails {
    width: calc(100%);
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

#icw .result-card {
    box-shadow: 0 0 8px 3px var(--light-gray-5);
    border-radius: 10px;
    margin: 0 auto;
    margin-bottom: 20px;
}


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

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

#icw .result-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 .result-img .multi-img i {
    font-size: 12px;
    color: #FFF;
}

#icw .result-content {
    padding: 15px;
}

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

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

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

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

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

#icw .result-text {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 10px;
}

#icw .result-text a {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    display: inline-block;
}

#icw .result-text a:hover {
    text-decoration: underline;
    color: var(--green-color-3);
}

#icw .result-text h2 {
    font-size: 20px;
    line-height: 25px;
    width: 80%;
    height: 50px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--green-color-3);
}

#icw .partner .result-text h2 {
    color: var(--blue-colr-1);
}

#icw .partner .result-text a:hover {
    color: var(--blue-colr-1);
}

#icw .like-btn {
    border: none;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 0 10px 2px var(--light-gray-4);
}

#icw .like-btn.active {
    background-color: var(--green-color-3);
}

#icw .like-btn i.ic-npa-icon-like {
    font-size: 20px;
    color: var(--green-color-3);
}

#icw .like-btn i.ic-npa-icon-like-active {
    color: white;
    font-size: 20px;
}

#icw .location {
    display: flex;
    align-content: center;
    color: var(--gray-color-2);
    margin-bottom: 15px;
}

#icw .location i.ic-npa {
    font-size: 14px;
    margin-right: 5px;
    line-height: 1rem;
}

#icw .location p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1rem;
    margin-bottom: 0;
}

#icw .result-detail {
    display: flex;
    justify-content: space-between;
    color: var(--gray-color-2);
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--light-gray-2);
}

#icw .result-detail&gt;* {
    width: 30%;
}

#icw .result-detail&gt;*:last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 65%;
}

#icw .result-detail&gt;*:last-child .title {
    text-align: right;
}

#icw .result-detail .room {
    display: flex;
    align-items: center;
    width: fit-content;
}

#icw .result-detail p {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-size: 14px;
}

#icw .result-detail .title {
    font-size: 14px;
    margin-bottom: 8px;
    white-space: nowrap;
}

#icw .result-detail .room .spacer {
    width: 1px;
    height: 14px;
    background-color: var(--gray-color-4);
    margin: 0 10px;
}

#icw .result-detail p i.ic-npa {
    font-size: 14px;
    margin-right: 5px;
    color: var(--gray-color-4);
}

#icw .result-detail .area span {
    margin-right: 5px;
}

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

#icw .result-footer p {
    margin-bottom: 0;
}

#icw .special-badge,
#icw .lower-badge {
    padding: 2px 8px;
    color: white;
    background: linear-gradient(140deg, var(--red-color-4), var(--red-color-5));
    border-radius: 3px;
    white-space: nowrap;
}

#icw .lower-badge {
    padding: 2px 0px;
    color: var(--red-color-6);
    background: transparent;
}

#icw .special-badge p,
#icw .lower-badge p {
    font-size: 14px;
    font-weight: 400;
}

#icw .spacial-price,
#icw .lower-price {
    font-size: 16px;
    font-weight: 600;
    color: var(--red-color-1);
    line-height: 1.5rem;
}

.spacial-price span,
.lower-price span {
    font-size: 16px;
}

#icw .lower-price {
    color: var(--dark-color-1);
}

#icw .old-price {
    width: fit-content;
    margin: 0 0 0 auto;
    font-size: 14px;
    color: var(--gray-color-1);
    position: relative;
}

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

#icw .price-area {
    text-align: right;
    width: 100%;
}

#icw .result-btn {
    padding: 0 20px;
    position: relative;
    margin: 20px auto 0;
}

#icw .load-more-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 46px;
    color: white;
    border-radius: 10px;
    background-color: var(--green-color-3);
    cursor: pointer;
}

#icw .assets-swiper .md-thumbnail-slide {
    background: #FFF;
}

/*######################## promotion mobile ######################## */

#icw .section-promotion h2 {
    font-size: 24px;
    line-height: 36px;
    color: #FFF;
}

#icw .section-promotion h3 {
    font-size: 18px;
    line-height: 24px;
    color: #FFF;
    display: block;
}

.dk-l-list {
    margin-top: 5px;
    margin-bottom: 10px;
    color: #FFF;
}

.dk-r.not-found {
    width: auto !important;
}

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

#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: 20px;
    line-height: 25px;
    font-weight: 600;
    height: 50px;
    margin-bottom: 5px;
    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;
}

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


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

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

#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-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--dark-color-1);
    line-height: 1.5rem;
}

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

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


.section-promotion {
    background-color: var(--green-color-9);
    padding-bottom: 60px;
    position: relative;
}

.section-promotion .assets-swiper {
    padding: 0 0 20px 20px;
}

.section-promotion .assets-swiper-container {
    position: relative;
}

.section-promotion .assets-swiper .swiper-slide {
    width: 100%;
    min-height: auto;
    height: 100%;
    min-height: 380px;
}

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

.section-promotion .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;
}

.section-promotion .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;
}

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

.section-promotion .assets-swiper .spacial-price {
    font-size: 16px;
}

.section-promotion .assets-swiper .spacial-price span {
    font-size: 24px;
}

.section-promotion .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;
}

.section-promotion ._property-prev-1.slick-disabled,
.section-promotion ._property-next-1.slick-disabled {
    opacity: 0.5;
}

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

.section-promotion ._property-next-1:after,
.section-promotion ._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
}

.section-promotion ._property-next-1:after {
    transform: rotate(-45deg);
    left: 10px;
}

.section-promotion ._property-prev-1::after {
    transform: rotate(135deg);
    right: 10px;
}

/*######################## dpromotion ######################## */

/*######################## List ######################## */

.wrapper-link {
    text-align: center;
    margin-top: 20px;
}

.link-to-all {
    color: var(--green-color-3);
    font-weight: 600;
    position: relative;
    padding: 0 20px;
}

.link-to-all:hover {
    color: var(--green);
}

.list-search {
    padding: 10px 0;
    display: inline-block;
    border-bottom: 1px solid var(--green2);
    display: block;
    position: relative;
}

.list-search i {
    margin-right: 10px;
    vertical-align: middle;
    color: var(--green-color-3);
}

.list-search::after,
.link-to-all::after {
    content: "";
    position: absolute;
    right: 1px;
    top: 50%;
    margin-top: -4px;
    transform: rotate(45deg);
    width: 7px;
    height: 7px;
    border-right: 2px solid var(--green-color-3);
    border-top: 2px solid var(--green-color-3);
    display: inline-block;
}

.section-list-search .list-search:nth-child(3) {
    border-bottom: unset;
}

._name {
    color: var(--green-color-3);
    font-weight: 600;
    line-height: 24px;
    margin-right: 9px;
}

._num {
    color: #666;
    line-height: 22px;
}

.btn-model {
    border: 2px solid var(--green);
    border-radius: 10px;
    text-align: center;
    margin-top: 10px;
    color: var(--green);
    cursor: pointer;
}

.btn-model span {
    line-height: 40px;
    font-weight: 600;
    margin-left: 10px;
}

/*######################## List ######################## */


/* ################## go to search page ################## */
.list-search-district {
    margin-bottom: 40px;
}

#go-to-search-page {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 16px;
    background-color: var(--grey_filter2);
}

#icw #go-to-search-page h2 {
    font-size: 20px;
    line-height: 1.2;
    padding: 20px 0;
    font-weight: 600;
    color: #FFF;
    text-align: center;
    background-image: linear-gradient(99deg, #039d4c 0%, #2e3c34 100%);
}

.wrapper-all-card {
    padding: 0 12px;
}

.all-gt-card {
    padding-top: 20px;
    margin-right: -7.5px;
    margin-left: -7.5px;
    display: flex;
    flex-wrap: wrap;
}

.gt-card {
    height: 100px;
    display: inline-block;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgb(0 169 79 / 10%);
    background: #FFF;
    color: var(--dark-color-1);
    font-weight: 600;
    padding: 15px 12px 0;
    margin-bottom: 20px;
    border: 2px solid #FFF;
    position: relative;
    margin: 0 7.5px 15px;
    flex: 1 0 calc(50% - 15px);
}

.gt-card::after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: 12px;
    width: 75px;
    height: 60px;
    background: url(../img/SVG.svg);
    background-position: -189px 0;
}

.gt-card:nth-child(2):after {
    background-position: -276px 0;
    width: 87px;
}

.gt-card:nth-child(3):after {
    background-position: -372px 0;
    width: 86px;
}

.gt-card:nth-child(4):after {
    background-position: -472px 0;
    width: 78px;
}

.gt-card:nth-child(5):after {
    background-position: -575px 0;
    width: 71px;
}

.gt-card:nth-child(6):after {
    background-position: -661px 0;
    width: 96px;
}

.gt-card:nth-child(7):after {
    background-position: -191px -68px;
    width: 76px;
}

.gt-card:nth-child(8):after {
    background-position: -277px -68px;
    width: 86px;
}

.gt-card:nth-child(9):after {
    background-position: -376px -65px;
    width: 86px;
    bottom: -3px;
}

.gt-card:nth-child(10):after {
    background-position: -467px -67px;
    width: 82px;
}

.gt-card:nth-child(11):after {
    background-position: -560px -67px;
    width: 102px;
}

.gt-card:nth-child(12):after {
    background-position: -670px -67px;
    width: 77px;
}

.gt-card:hover {
    border: 2px solid var(--green);
}

/* ################## go to search page ################## */

/*######################## thumbnail ######################## */
#icw .section.section-products {
    /* padding-top: 0;
    padding-bottom: 40px; */
    padding: 30px 0;
}

#icw .section.section-products.space {
    padding-top: 30px;
}

.sp-wrapper-header {
    display: flex;
    justify-content: space-between;
}

.sp-wrapper-header .title {
    margin-bottom: 0 !important;
}

.link-view-all,
.link-view-all:hover {
    color: var(--green);
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

.link-view-all i {
    right: 0;
    top: 50%;
    margin-top: -3px;
    transform: rotate(45deg);
    width: 7px;
    height: 7px;
    border-right: 2px solid var(--green);
    border-top: 2px solid var(--green);
    display: inline-block;
}

.sc-result {
    margin-top: 20px;
}

/*######################## thumbnail ######################## */


/*############################ Blog ################################# */

.blog-swiper-container {
    position: relative;
}

#icw .blog-recommend {
    overflow-x: hidden;
    background-color: var(--grey3);
    padding: 50px 0;
}

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

#icw .blog-wrapper .head-title {
    margin-bottom: 20px;
    color: #333333;
    font-family: Kanit, notosansthai, Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
}

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

#icw .blog-swiper .swiper-slide {
    width: 285px;
    margin-right: 20px !important;
}

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

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

.blog-recommend .blog-swiper .swiper-slide .blog-img {
    overflow: hidden;
    border-radius: 10px;
}

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

.blog-recommend .blog-swiper .swiper-slide .blog-img a:hover img {
    transform: scale(1.1);
}

#icw .blog-swiper .blog-content p {
    font-size: 16px;
    font-weight: 600;
    font-family: Kanit, notosansthai, Arial, sans-serif;
    color: var(--green);
    line-height: 1.25;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
}

.blog-recommend .blog-swiper .swiper-slide .blog-content&gt;a:hover p {
    background-position: 0;
}

.blog-recommend .blog-swiper .swiper-slide .blog-content a p {
    position: relative;
    color: #333;
    background-image: linear-gradient(to right, var(--green), var(--green) 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 .swiper-slide a:hover {
    color: var(--green);
    text-decoration: none;
}

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

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

#icw .blog-recommend .swiper-button-next.next-btn::after,
#icw .blog-recommend .swiper-button-next.prev-btn::after {
    color: var(--green);
}

#icw .scroll-pagi .swiper-pagination-bullet {
    width: 20px;
    height: 6px;
    border-radius: 5px;
    margin: 0;
    background-color: transparent;
}

#icw .scroll-pagi {
    width: fit-content;
    height: 6px;
    border-radius: 10px;
    background-color: #e9e9e9;
    display: flex;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
}

#icw .scroll-pagi .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--green);
}

#icw .active {
    display: block;
}

#icw .social-dropdown .social-dropdown-menu {
    right: 10px;
    left: -107px;
}

#icw .social-dropdown .social-btn i.ic-npa {
    top: 2px;
    right: 1px;
    position: relative;
}

.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-1);
    border-radius: 50px;
    background-color: #FFF;
    cursor: pointer;
    margin-right: 5px;
}

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

#icw .blog-recommend .next-btn,
#icw .blog-recommend .prev-btn {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 1px 1px var(--light-gray-2);
}

#icw .blog-recommend .next-btn {
    right: -50px;
}

#icw .blog-recommend .prev-btn {
    left: -50px;
}


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

/*############################ Blog ################################# */


/*############################ modal moble  ################################# */

.modal-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    visibility: hidden;
    z-index: 1002;
    transition: visibility 400ms ease;
}

.modal-mobile.open {
    visibility: visible;
}

.modal-mobile.open .content-modal {
    transform: translateY(0);
}

.content-modal {
    background-color: var(--grey);
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    z-index: 100001;
    max-height: 100%;
    padding: 20px 0 60px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    transform: translateY(100%);
    transition: transform 400ms ease-out;
}

.content-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0 15px;
}

.content-modal-header div {
    color: var(--dark);
    font-size: 20px;
    font-weight: 600;
}


.ic-close {
    position: relative;
    transform: rotate(45deg);
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.ic-close::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: var(--dark);
    left: 0px;
    top: 6.5px;
}

.ic-close::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 15px;
    background-color: var(--dark);
    top: 0px;
    left: 6.5px;
}

.wrapper-content-modal {
    overflow-y: scroll;
    max-height: calc(100vh - 40px);
    padding: 0 15px 120px;
}


/*############################ modal moble ################################# */

/*############################ content SEO ################################# */
/* #icw .section-content-seo {
    padding-top: 0;
    padding-bottom: 30px;
} */

#icw .section-content-seo h2 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 8px;
}

#icw .section-content-seo h3,
#icw .section-content-seo h4 {
    color: #666;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 4px;
}

#icw .section-content-seo h3 {
    font-size: 18px;
}

#icw .section-content-seo h4 {
    font-size: 16px;
}

#icw .section-content-seo p,
#icw .section-content-seo li {
    color: #666;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

#icw .section-content-seo p strong,
#icw .section-content-seo li strong {
    font-weight: 600;
}

#icw .section-content-seo p {
    margin-bottom: 16px;
}

#icw .section-content-seo ul,
#icw .section-content-seo ol {
    padding-left: 16px;
    margin-bottom: 16px;
}

#icw .section-content-seo ul&gt;li {
    list-style: disc;
}

#icw .section-content-seo ul.number&gt;li {
    list-style: decimal;
}

#icw .section-content-seo ol&gt;li {
    list-style: decimal;
}

#icw .section-content-seo ol&gt;li:has(h3)::marker {
    font-weight: 600;
}

#icw .section-content-seo .link {
    /* color: #00A94F; */
    color: var(--green-color-3);
    /* text-decoration: underline; */
    font-weight: 400;
}

#icw .section-content-seo .link:hover {
    /* color: #00873F; */
    text-decoration: underline;
}

/*############################ end content SEO ################################# */

@media screen and (min-width: 500px) {
    .sc-result {
        margin-left: -10px;
        margin-right: -10px;
    }

    .sc-result .thumbnails {
        width: calc(100% / 2 - 20px);
        margin: 0 8px;
    }
}

@media screen and (min-width: 768px) {
    #icw .section-intro {
        padding-top: 30px;
    }
    
    .show-xs {
        display: none !important;
    }

    #page {
        padding-top: 0;
    }  

    div#icw {
        padding-top: 60px;
    }

    .list-search i {
        display: none;
    }

    .modal-moble {
        display: none;
    }

    .btn-model {
        display: none;
    }

    .section-list-search .list-search:nth-child(3) {
        border-bottom: 1px solid var(--green2);
    }

    .section-promotion ._property-next-1,
    .section-promotion ._property-prev-1 {
        display: block !important;
    }

    .section-promotion .assets-swiper .swiper-slide {
        min-height: 400px;
    }

    .container {
        padding: 0 20px;
    }

    #icw .section {
        padding: 60px 0;
        position: relative;
    }

    #icw .breadcrumbs {
        display: flex;
    }

    #icw .result-btn {
        width: 320px;
        margin: 30px auto 10px;
    }

    /*######################## Promotion Desktop ######################## */

    #icw .section-promotion {
        background-image: url(../img/bg-promotion-desktop.png);
        height: 550px;
    }

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

    .dk-wrap-title {
        font-size: 35px;
        line-height: 52px;
        color: #FFF;
        display: block;
    }

    .dk-l {
        width: 300px;
        display: inline-block;
        padding: 0;
    }

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

    #icw .section-promotion h2 {
        font-size: 35px;
        line-height: 52px;
        margin-top: 20px;
        color: #FFF;
    }

    #icw .section-content-seo a {
        color: var(--green);
        text-decoration: underline;
    }

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

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

    .dk-r.not-found {
        top: 0;
        margin-top: 135px;
        left: 50% !important;
    }

    .section-promotion .assets-swiper {
        margin: 0;
        padding-left: 50px;
        padding-bottom: 20px;
    }

    .section-promotion .assets-swiper .md-thumbnail-slide {
        width: 320px;
    }

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

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

    /*######################## Promotion ######################## */

    /*######################## List ######################## */

    .section-list-search {
        background-color: #f2fbf6;
        margin-bottom: 60px;
    }

    #icw .section-list-search h2 {
        margin-bottom: 15px;
    }

    .wrapper-list {
        display: flex;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px
    }

    .list-search {
        margin: 0 10px 15px;
        flex: 1 0 calc(25% - 20px);
        max-width: calc(100% * (1/4) - 20px);
    }

    /*######################## List ######################## */

    /* ################## go to search page ################## */

    .all-gt-card {
        justify-content: center;
        position: relative;
    }

    .all-gt-card::after {
        content: '';
        position: absolute;
        bottom: -16px;
        right: -5px;
        width: 179px;
        height: 177px;
        background-image: url(../img/bg-property.png);
        background-position: top;
        background-size: cover;
    }

    .list-search-district {
        margin-bottom: 35px;
    }

    #go-to-search-page {
        margin-bottom: -120px;
    }

    .gt-card {
        width: 160px;
        flex: unset;
        margin: 0 12.5px 20px;
        z-index: 2;
    }

    /* ################## go to search page ################## */

    /*######################## thumbnail ######################## */
    #icw .section.section-products {
        /* padding-top: 120px; */
        padding: 60px 0;
    }

    #icw .section.section-products.space {
        padding-top: 60px;
    }

    /*######################## thumbnail ######################## */


    /*############################ Blog ################################# */
    #icw .blog-recommend {
        padding: 40px 0;
    }

    /*############################ Blog ################################# */

    /*############################ content SEO ################################# */
    /* #icw .section-content-seo {
        padding-top: 120px;
        padding-bottom: 60px;
    } */

    /*############################ content SEO ################################# */
}

@media screen and (min-width: 991px) {
    .sc-result .thumbnails {
        width: calc(100% / 3 - 20px);
    }
}

@media screen and (min-width: 1200px) {
    .sc-result .thumbnails {
        width: calc(100% / 4 - 20px);
    }
}</pre></body></html>