<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.speech-btn {
    display: none !important;
}

a {
    text-decoration: none;
}

.shadow-load-more {
    position: sticky;
    width: 100%;
    display: block;
    height: 100px;
    bottom: -1px;
    background: -webkit-linear-gradient(top, rgba(248, 248, 248, 0) 0, rgba(248, 248, 248, 0.9) 75%);
    background: linear-gradient(to bottom, rgba(248, 248, 248, 0) 0, rgba(248, 248, 248, 0.9) 75%);
    margin-top: -150px;
    z-index: 9;
}

.shadow-load-more.opa {
    opacity: 0;
}

.scroll-to-top {
    /* position: absolute; */
    background: #FFF;
    right: 10px;
    bottom: -35px;
    border-radius: 15px;
    cursor: pointer;
    text-align: right;
    display: block;
}

.scroll-to-top span {
    white-space: nowrap;
    color: var(--green-color-1);
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
    font-weight: 600;
}

.scroll-to-top i {
    border: 2px solid rgba(0, 169, 79, 0.3);
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.scroll-to-top img {
    display: inline-block;
    vertical-align: middle;
    max-width: 10px;
}

.hide-item {
    opacity: 0;
    visibility: hidden;
}

* .articel-content {
    font-weight: 400;
}

/*################################## breadcrumbs #####################################*/
.icw .breadcrumbs {
    font-family: Kanit, notosansthai, Arial, sans-serif;
    display: none;
    margin: 0 auto;
    padding-top: 30px;
    background-color: #fff;
    align-items: center;
}

#icw .breadcrumbs {
    color: var(--gray-color-2);
    font-size: 14px;
    font-weight: 400;
    display: flex;
    margin-top: 10px;
}

#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::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 a:hover {
    text-decoration: underline;
}

.icw .breadcrumbs .current-page {
    font-weight: 600 !important;
    color: #00a94f;
    margin-bottom: 0;
    font-size: 16px;
    padding-left: 10px;
}

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

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

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

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




@media screen and (min-width: 1024px) {
    .icw .breadcrumbs {
        display: block;
    }

    .sc-content .inner {
        padding-top: 30px;
    }
}

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

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

#icw .assets-section .sc-container {
    padding: 0 15px;
}

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

#icw .assets-wrapper .see-all::after {
    margin-top: 1px;
}

#icw .assets-swiper {
    padding-bottom: 30px;
}

#icw .assets-swiper-container {
    position: relative;
    margin-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 .swiper-slide {
    width: 233px;
}

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

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

#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 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 .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: 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 .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);
    margin-top: 0;
}

#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;
    margin-top: 0;
}

#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;
    margin-bottom: 5px;
}

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

#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: 22px;
    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 .spacial-price span,
#icw .assets-swiper .lower-price span {
    font-size: 16px;
}

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

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

.swiper-button-next,
.swiper-button-prev {
    margin-top: 0;
}

#icw .swiper-button-next.next-btn {
    top: 49%;
    right: -10px;
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    z-index: 1;
}

#icw .swiper-button-prev.prev-btn {
    top: 49%;
    left: -10px;
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    z-index: 1;
}

#icw .next-btn::after,
#icw .prev-btn::after {
    font-weight: bold;
    border-right: 2px solid var(--dark-color-1);
    border-bottom: 2px solid var(--dark-color-1);
    font-family: unset;
    content: '';
    width: 11px;
    height: 11px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
}

#icw .next-btn::after {
    transform: rotate(-45deg);
    right: 50%;
    margin-right: -5px;
}

#icw .prev-btn::after {
    transform: rotate(-230deg);
    left: 50%;
    margin-left: -5px;
}

#icw .scroll-pagi {
    bottom: 0;
}

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

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

#icw .see-all::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -2px;
    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 .assets-section.property_fx {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #f1fbf6;
    border-top: 1px solid #00A94F;
    /* box-shadow: 0 1px 10px 1px rgb(112 112 112 / 20%); */
    z-index: 11;
    width: 100%;
    display: none;
}

#icw .property_fx .assets-swiper .md-thumbnail-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
    background: #f1fbf6;
}

#icw .property_fx .assets-swiper {
    padding-bottom: 0;
    position: relative;
    width: 85%;
    margin-left: 0;
}

#icw .property_fx .assets-swiper-container {
    margin-bottom: 0;
    padding: 10px 0;
}

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

#icw .property_fx .assets-swiper .md-thumbnail-detail {
    width: 60%;
}

#icw .property_fx .assets-swiper .md-thumbnail-img {
    padding-bottom: 0;
    width: 40%;
}

#icw .property_fx .assets-swiper .md-thumbnail-img img {
    position: relative;
    border-radius: 10px;
}

#icw .property_fx .assets-swiper .spacial-price {
    text-align: left;
}

#icw .property_fx .assets-swiper .asset-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 20px;
}

#icw .property_fx .assets-swiper .old-price {
    margin: 0;
}

#icw .property_fx .assets-swiper .md-thumbnail-img {
    overflow: initial;
    border-radius: 10px;
}

#icw .property_fx .assets-swiper .md-thumbnail-img img {
    display: block;
}

#icw .property_fx .next-btn::after,
#icw .property_fx .prev-btn::after {
    font-weight: bold;
    border-right: 2px solid #00a94f;
    border-bottom: 2px solid #00a94f;
    font-family: unset;
    content: '';
    width: 11px;
    height: 11px;
    position: absolute;
    top: -20px;
    margin-top: 0;
    pointer-events: all;
}

#icw .property_fx .swiper-button-prev.prev-btn {
    left: 85%;
}

#icw .property_fx .line {
    border-right: 1px solid #e8e8e8;
    position: absolute;
    height: 18px;
    top: 12px;
    right: 20px;
    z-index: 1;
}

#icw .property_fx .swiper-button-next.next-btn,
#icw .property_fx .swiper-button-prev.prev-btn {
    background-color: transparent;
    box-shadow: none;
    pointer-events: none;
}

#icw .property_fx .promotion-property-pagi.scroll-pagi {
    width: 35px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    color: #999;
    opacity: 1;
    left: calc(100% - 43px);
    /* bottom: 17px; */
    background: transparent;
}

#icw .property_fx .scroll-pagi .swiper-pagination-current {
    color: #00A94F;
    font-size: 20px;
    position: relative;
    top: -1px;
    margin-right: 4px;
    min-width: 23px;
}



#icw .property_fx .scroll-pagi .swiper-pagination-total {
    margin-left: 7px;
}

@media screen and (min-width:991px) {
    #icw .assets-section.property_fx {
        position: relative;
    }

    #icw .property_fx .assets-swiper .md-thumbnail-slide {
        display: block;
    }

    #icw .property_pc .see-all {
        color: #fff;
    }

    #icw .property_pc .see-all::after {
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }

    #icw .property_pc .assets-wrapper h2 {
        font-family: Kanit, notosansthai, Arial, sans-serif;
        font-size: 20px;
        font-weight: 600;
        color: #fff;
    }

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

    #icw .property_pc .assets-swiper-container {
        border-radius: 10px;
        /* overflow: hidden; */
    }

    #icw .property_pc .assets-swiper-container .slick-bt-next,
    #icw .property_pc .assets-swiper-container .slick-bt-back {
        /* display: none !important; */
        top: 44%;
    }

    #icw .property_pc .assets-swiper .md-thumbnail-slide {
        box-shadow: none;
    }

    #icw .property_pc .assets-swiper .ct-hp-hidden-w991 {
        display: flex !important;
    }


    #icw .assets-section.property_pc {
        background: rgb(3, 157, 76);
        background: url(../../img/npa_article_bg.png), linear-gradient(130deg, rgba(3, 157, 76, 1) 0%, rgba(46, 60, 52, 1) 100%);
        background-size: contain;
        background-position: bottom;
        background-repeat: no-repeat;
        border-radius: 10px;
        margin-bottom: 50px;
    }

    #icw .assets-section.property_pc .assets-swiper {
        margin-bottom: 25px;
    }

    #icw .property_pc .promotion-property-pagi.scroll-pagi {
        width: 35px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        font-size: 16px;
        color: #999;
        opacity: 1;
        left: calc(100% - 47px);
        bottom: 17px;
        background: transparent;
    }

    #icw .property_pc .promotion-property-pagi.scroll-pagi,
    #icw .property_pc .scroll-pagi .swiper-pagination-current {
        color: #fff;
        bottom: 0;
    }

    #icw .property_pc .scroll-pagi .swiper-pagination-total {
        margin-left: 7px;
    }

    #icw .property_pc .scroll-pagi .swiper-pagination-current {
        color: #fff;
        font-size: 20px;
        position: relative;
        top: -1px;
        margin-right: 7px;
        min-width: 23px;
    }

    #icw .property_pc.property_fx .scroll-pagi .swiper-pagination-current {
        color: #00A94F;
    }
}

@media screen and (min-width:667px) and (max-width:1024px) {
    #icw .property_fx .assets-swiper .md-thumbnail-slide {
        gap: 20px;
        width: 72%;
    }

    #icw .property_fx .assets-swiper .md-thumbnail-img img {
        top: 60px;
    }

    #icw .property_fx .assets-swiper .md-thumbnail-img {
        height: auto;
    }

    /* #icw .prev-btn::after {
        left: 175%;
    } */
    #icw .property_fx .line {
        top: 32px;
    }

    #icw .property_fx .swiper-button-prev.prev-btn {
        left: 93%;
    }
}

@media screen and (min-width:667px) and (max-width:767px) {
    #icw .property_fx .swiper-button-prev.prev-btn {
        left: 90%;
    }

    #icw .property_fx .line {
        top: 20px;
    }

}


@media screen and (max-width:767px) {
    #icw .property_fx .assets-swiper .md-thumbnail-slide {
        width: 85%;
    }
}

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


.sc-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/* @media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}


@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 720px;
    }
}


@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px;
    }
} */

@media screen and (min-width:767px) {
    .sc-container {
        padding-right: 60px;
        padding-left: 60px;
    }
}


#icw .hightlight img {
    width: 100%;
    height: auto;
}

#icw .blog-recommend {
    background: #f2fbf6;
}

/*################################## heading #####################################*/
#icw .heading {
    padding: 30px 0 0 0;
}

#icw .heading .t-heading {
    font-family: Kanit, notosansthai, Arial, sans-serif;
    font-size: 35px;
    color: #00a94f;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 15px;
}

#icw .heading .tb {
    display: table;
    width: -webkit-fill-available;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

#icw .heading .tb-cell {
    display: table-cell;
}

/* #icw .heading .tb .tb-cell:first-child {
    width: 745px;
} */

#icw .heading .views {
    color: #666666;
    font-family: Kanit, notosansthai, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    /* padding-right: 15px; */
    padding: 5px 15px 5px 0;
    /* border-right: 1px solid #e5e5e5; */
}

#icw .heading .views i.ic-npa.ic-npa-icon-views {
    top: 2px;
    position: relative;
}

#icw .heading .share-icon {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    font-size: 20px;
    color: #00a94f;
}

#icw .heading .share-icon:hover {
    color: #00a94f;
    text-decoration: none;
}

#icw .heading .ul-inline {
    text-align: right;
    padding: 0;
    width: max-content;
    display: flex;
    justify-content: flex-end;
    margin: 0 0 0 25px;
}

#icw .heading .ul-inline li {
    display: flex;
    width: auto;
}

#icw .heading .sc-inner {
    border-bottom: 1px solid #e5e5e5;
}

/*################################## end heading #####################################*/

#icw .articel-content {
    /* padding: 5px 0 40px; */
    padding: 5px 0 15px;
}

#icw .articel-content p,
.articel-content ul li,
.articel-content ol li {
    color: #666666;
    font-family: 'Sarabun', sans-serif;
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.8;
}

#icw .articel-content p {
    margin: 15px 0;
}

#icw .tb {
    display: table;
}

#icw .tb-cell {
    display: table-cell;
}

#icw .tb-cell img {
    width: 100%;
}

#icw .pr-20-pc {
    padding-right: 20px;
}

#icw strong,
#icw strong a {
    font-weight: 600 !important;
    font-family: 'Sarabun', sans-serif;
}

#icw .articel-content ul.bold li,
#icw .articel-content ol.bold li {
    font-weight: 600;
}

#icw .articel-content ul p,
#icw .articel-content ol p {
    margin: 5px 0 15px 0;
}

#icw .articel-content .h4 {
    font-size: 22px;
    line-height: 1.5;
    font-family: 'Sarabun', sans-serif;
    font-weight: 600;
    color: #333;
}

#icw .articel-content .h6 {
    font-size: 18px;
    line-height: 1.5;
}

#icw .articel-content .f-kanit {
    font-family: Kanit, notosansthai, Arial, sans-serif;
}

#icw .articel-content .f-kanit strong {
    font-family: Kanit, notosansthai, Arial, sans-serif;
}

#icw .articel-content .h7 {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Sarabun', sans-serif;
    font-weight: 600;
    color: #666666;
}

#icw .articel-content .c-gray6 {
    color: #666;
}

#icw .articel-content .mt-10 {
    margin-top: 10px;
}

#icw .articel-content .mb-15 {
    margin-bottom: 15px;
}

#icw .articel-content .mb-20 {
    margin-bottom: 20px;
}

#icw .articel-content .mb-30 {
    margin-bottom: 30px;
}

#icw .articel-content .mtb-10 {
    margin-bottom: 10px;
    margin-top: 10px;
}

#icw .articel-content .mtb-30 {
    margin-bottom: 30px;
    margin-top: 30px;
}

#icw .content-article .link {
    color: #00a94f;
    text-decoration: underline;
    font-family: 'Sarabun', sans-serif;
}

#icw .articel-content .a-center {
    text-align: center;
}

#icw .articel-content .bg-green {
    background-color: #EDFFF5;
    padding: 5px 20px;
    border-radius: 10px;
    margin-bottom: 25px;
}

figcaption {
    text-align: center;
    margin-top: 10px;
    color: #666;
    font-family: 'Sarabun', sans-serif;
    font-size: 14px;
}

figure img {
    max-width: 1000px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

/* #icw .link:hover {
    text-decoration: underline;
} */

#icw .more {
    position: relative;
    display: inline-block;
    border-bottom: none;
    cursor: pointer;
}

#icw .more:after {
    font-family: 'icokbank';
    content: "\e909";
    display: inline-block;
    margin-left: 3px;
    font-size: 9px;
}

#icw .c-green {
    color: #00a94f;
}

#icw .articel-content span {
    font-family: 'Sarabun', sans-serif;
}

#icw .d-inline767-pc {
    display: inline-block;
}

#icw .d-inline767-mb {
    display: none;
}

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

#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-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: 600;
    font-family: Kanit, notosansthai, Arial, sans-serif;
    color: #00a94f;
    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;
}

#icw .swiper-slide a:hover {
    color: #00a94f;
    text-decoration: none;
}


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

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

#icw .blog-recommend .next-btn::after,
#icw .blog-recommend .prev-btn::after {
    color: #00a94f;
}

#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: #00a94f;
}

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

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

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

#icw .blog-recommend .next-btn,
#icw .blog-recommend .prev-btn {
    top: 40%;
}

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

    /*heading*/
    #icw .heading .t-heading {
        font-size: 26px;
        margin-bottom: 5px;
    }

    /*end heading*/

    #icw .heading .tb {
        display: block;
    }

    #icw .heading .tb-cell {
        display: block;
    }

    #icw .heading .ul-inline {
        text-align: left;
        width: auto;
        justify-content: space-between;
        margin-bottom: 1rem;
        margin-left: 0;
    }

    /* #icw .heading .views {
        width: 90%;
    } */

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

    #icw .blog-recommend .next-btn,
    #icw .blog-recommend .prev-btn {
        display: none;
    }

    #icw .blog-recommend {
        padding: 50px 0 40px 0;
        overflow-x: hidden;
    }

    #icw .scroll-pagi .swiper-pagination-bullet {
        width: 15px;
    }
}

@media screen and (min-width:1024px) {

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

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

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

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

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

@media screen and (max-width:767px) {
    #icw .d-inline767-pc {
        display: none;
    }

    #icw .d-inline767-mb {
        display: inline-block;
    }

    /* #icw .heading .views {
        width: 80%;
    } */

    #icw .breadcrumbs-box {
        display: none;
    }

    #icw .tb {
        display: block;
    }

    #icw .tb-cell {
        display: block;
    }

    #icw .pr-20-pc {
        padding-right: 0;
        padding-bottom: 10px;
    }
}

@media screen and (max-width:1025px) {
    #icw .heading .tb .tb-cell:first-child {
        width: auto;
    }
}

#icw .breadcrumbs-box {
    padding-top: 0;
    padding-bottom: 0;
}

#icw .social-wrapper {
    display: flex;
}

#icw .social-dropdown {
    position: relative;
    border-left: 1px solid #e5e5e5;
}

#icw .social-dropdown-menu {
    padding: 10px;
    position: absolute;
    top: 50px !important;
    left: 10px;
    background-color: white;
    box-shadow: 0 0 5px 1px var(--light-gray-2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    visibility: hidden;
    width: auto !important;
    transform: none !important;
}

#icw .social-dropdown-menu.active {
    animation: fadedown 0.3s ease-in-out forwards;
}

@keyframes fadedown {
    0% {
        top: 40px;
        visibility: hidden;
    }

    100% {
        top: 50px;
        visibility: visible;
    }
}

#icw .social-dropdown-menu i.ic-npa {
    font-size: 20px;
    color: var(--gray-color-2);
    margin-right: 15px;
}

#icw .social-dropdown-menu i.ic-npa:hover {
    color: var(--green-color-3);
}

#icw .social-dropdown-menu a:last-child i.ic-npa {
    margin-right: 0;
}

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

#icw .social-btn i.ic-npa {
    font-size: 20px;
}

/*################################ Shared offcanvas ###############################*/
#icw .other-offcanvas,
#icw .shared-offcanvas {
    height: 35vh;
    z-index: 2100;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    background-color: var(--light-gray-1);
}

#icw .shared-offcanvas .btn-close {
    opacity: 1;
    background-image: url("/SiteCollectionDocuments/assets/PFS2022/theme/img/icon/close-black.svg");
    position: absolute;
    right: 30px;
}

#icw .shared-offcanvas .offcanvas-header {
    justify-content: center;
}

#icw .shared-offcanvas .offcanvas-body {
    padding: 20px;
}

#icw .offcanvas-card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    border-radius: 10px;
    box-shadow: 0 0 5px 1px var(--light-gray-4);
    margin: 0 auto 10px;
    background: #FFF;
}

#icw .offcanvas-card i.ic-npa {
    font-size: 22px;
    color: var(--green-color-3);
}

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

#icw .offcanvas-card.active i.ic-npa {
    color: white;
}

#icw .offcanvas-card-link {
    width: 22%;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin: 0 4px;
    color: var(--gray-color-2);
    text-decoration: none;
}

#icw .other-offcanvas .offcanvas-card-link {
    width: 30%;
}


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

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

#icw .next-btn {
    top: 94%;
    right: 2px;
    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);
}

@media screen and (min-width: 768px) {

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

/* .quote .content {
    padding: 0 50px;
} */

.quote .content h2,
.quote .content .text {
    line-height: 1.5;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 1.8;
    font-family: 'Sarabun', sans-serif;
    color: #333;
}

.quote .quote-left {
    max-width: 55px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
}

.quote .quote-right {
    max-width: 55px;
    width: 100%;
    transform: rotate(180deg);
    margin-bottom: 0;
    margin-left: auto;
    display: block;
    margin-top: 10px;
}

@media screen and (max-width:767px) {
    .quote .content {
        padding: 0;
    }
}

#icw .list-bold li::before {
    font-weight: 600;
}

#icw .list-bold-marker li::before {
    font-weight: 600;
}

.h4-num-bold&gt;li::before {
    font-size: 22px;
    line-height: 1.5;
    font-family: 'Sarabun', sans-serif;
    font-weight: 600;
    color: #333;
}

.h7-num-bold&gt;li::before {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Sarabun', sans-serif;
    font-weight: 600;
    color: #666666;
}

.h4-num-bold li ul li,
.h7-num-bold li ul li {
    list-style-type: disc;
}

.h4-num-bold li ul li li,
.h7-num-bold li ul li li {
    list-style-type: circle;
}

/* .h4-num-bold li figure,.h7-num-bold li figure {
    margin-left: -20px;
} */

/* ##### tag ##### */
#icw .tag .sc-container .all-tag {
    border-top: 1px solid #e5e5e5;
    padding: 20px 0 15px;
}

#icw .tag .sc-container {
    padding: 0;
}

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


#icw .tag .sc-container .all-tag .tag {
    border: 1px solid var(--light-gray-10);
    display: inline-block;
    padding: 0 16px;
    border-radius: 18px;
    line-height: 33px;
    font-size: 14px;
    font-weight: 400;
    color: var(--gray-color-2);
    margin-bottom: 10px;
}

#icw .tag .sc-container .all-tag .tag:hover {
    border: 1px solid var(--green-color-3);
    color: var(--green-color-3);
    cursor: pointer;
}

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

.blog-recommend .sc-container {
    padding: 0 15px;
}

.blog-recommend .blog-swiper .swiper-slide {
    position: relative;
    width: 100%;
    min-width: auto;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

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

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

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

@media screen and (min-width:767px) {
    .blog-recommend .sc-container {
        padding: 0 80px;
    }
}

/* #################### accordion #################### */
#icw .accordion-group {
    margin: 30px 0 15px;
}

#icw .accordion {
    background-color: #f8f8f8;
    border-radius: 10px;
}

#icw .accordion-title {
    padding: 20px;
    padding-left: 0;
    position: relative;
    cursor: pointer;
}

#icw .accordion-title span {
    font-family: Helvetica, Arial, sans-serif;
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    padding-left: 22px;
}

#icw .accordion-title.active span,
#icw .accordion-title:hover span {
    padding-left: 20px;
    border-left: 2px solid #00a94f;
}

#icw .accordion-title.active::after {
    transform: rotate(222deg);
    margin-top: -2px;
}

#icw .accordion-title::after {
    content: '';
    position: absolute;
    right: 25px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 3px solid #353535;
    border-bottom: 3px solid #353535;
    transform: rotate(43deg);
    margin-top: -7px;
    transition: transform 300ms;
}

#icw .accordion-content {
    margin: 0 10px 10px;
    padding-bottom: 10px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
}

#icw .accordion-content .content-wrapper li::marker {
    color: #00a94f;
}

#icw .accordion-content .content-wrapper li {
    margin-bottom: 10px;
}

#icw .accordion-content .content-wrapper li a {
    color: #00a94f;
    font-size: 16px;
    font-weight: 400;
    font-family: Helvetica, Arial, sans-serif;
}

#icw .accordion-content .content-wrapper li a:hover {
    text-decoration: underline;
}

@media screen and (min-width:768px) {
    #icw .accordion-content {
        margin: 0 20px 10px 5px;
    }
}

/* #################### end accordion #################### */

/* #################### revemp #################### */
.content-nav .social-share .ic-npa-icon-share {
    font-size: 15px;
    color: #00a94f;
    margin-right: 10px;
    top: 3px;
    position: relative;
}

.content-nav .social-share a i {
    font-size: 18px;
    color: #707070;
    top: 3px;
    position: relative;
}

.content-nav .social-share a:hover i {
    color: #00a94f;
}

.content-nav .social-share a {
    margin-left: 25px;
}

.sc-inner .social-share .ic-npa-icon-share,
.tag .social-share .ic-npa-icon-share {
    font-size: 15px;
    color: #00a94f;
    margin-right: 10px;
    top: 3px;
    position: relative;
}

.sc-inner .social-share a i,
.tag .social-share a i {
    font-size: 18px;
    color: #707070;
    top: 3px;
    position: relative;
}

.sc-inner .social-share a,
.tag .social-share a {
    margin-left: 15px;
}

.icw .ml-15 {
    margin-left: 15px !important;
}

.icw .ml-20 {
    margin-left: 20px !important;
}

.content-all&gt;.sc-container {
    display: block;
}

.content-all .content-nav {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 10;
}

.content-all .content-article {
    width: 100%;
}

#icw .heading .ul-inline:has(.social-share) {
    align-items: center;
    margin-bottom: 15px;
    gap: 15px;
}

.icw .select-topics {
    padding: 7px 15px;
    background-color: #f0f0f0;
    border-bottom: 1px solid #ccc;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    /* opacity: 0; */
    display: none;
    z-index: 10;
}

.icw .select-topics.active {
    /* opacity: 1; */
    display: block;
}


.icw .select-topic {
    padding: 12px 15px;
    width: 100%;
    border-radius: 25px;
    border: 1px solid #eaeaea;
    background: #fff;
    appearance: none;
}

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

    .sc-inner .social-share a,
    .tag .social-share a {
        margin-left: 10px;
    }
}

@media screen and (min-width:991px) {
    .content-all&gt;.sc-container {
        margin-top: 40px;
        display: flex;
        align-items: flex-start;
        gap: 40px;
    }

    .content-all .content-nav {
        width: 40%;
        position: sticky;
        top: 105px;
        overflow: scroll;
        height: 90vh;
        padding-right: 8px;
    }

    .content-all .content-article {
        width: 75%;
    }

    /* .content-all .content-nav {
        -ms-overflow-style: none;  
        scrollbar-width: none; 
    }
    .content-all .content-nav::-webkit-scrollbar { 
        display: none; 
    } */


    /* scrollbar */
    .content-all .content-nav::-webkit-scrollbar {
        width: 5px;
    }

    /* .content-all .content-nav::-webkit-scrollbar-track {
        border-radius: 2px;
        background-color: #f7f7f7;
    } */

    /* Track */
    .content-all .content-nav::-webkit-scrollbar-track {
        border-radius: 5px;
    }

    /* Handle */
    .content-all .content-nav::-webkit-scrollbar-thumb {
        background: #e8e8e8;
        border-radius: 2px;
    }

    /* Handle on hover */
    .content-all .content-nav::-webkit-scrollbar-thumb:hover {
        background: #999;
    }
}

/* @media screen and (min-width:1025px) {
    .content-all .content-nav {
        width: 25%;
    }
} */

@media screen and (min-width:1181px) {
    .content-all .content-nav {
        width: 25%;
    }
}

@media screen and (min-width:1900px) {
    .content-all .content-nav {
        width: 18%;
    }
}

/* #################### end revemp #################### */

/* ###### select2 ###### */

.select2-search.select2-search--dropdown {
    display: none;
}

.select2-container *:focus {
    box-shadow: none;
}

.select2-container .select2-selection--single [title].select2-selection__rendered {
    color: #333;
    line-height: 43px;
    font-weight: 400;
    white-space: break-spaces;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #00A94f;
}

.select2-container--default .select2-results&gt;.select2-results__options {
    background-color: #F2FBF6;
    color: #666;
    border-radius: 10px;
}

.select-topics .select2-selection__rendered {
    border-radius: 100px;
    border: none;
    margin: 0;
    width: 100%;
    height: 45px;
    padding-left: 25px;
    padding-top: 0;
    background-color: #fff;
    color: #00A950;
    font-family: 'Kanit';
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #eaeaea;
    line-height: 41px;
    text-align: left;
}

.select-topics .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #aaa;
}

.select-topics .select2-container--default .select2-selection--single {
    background-color: transparent;
    margin: 0 0 20px;
    border: none;
    border-radius: 4px;
}

.select-topics .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select-topics .select2-container--default .select2-selection--single .select2-selection__clear {
    pointer-events: none;
}

.select-topics .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 8px;
    width: 8px;
    right: 24px;
    top: 35%;
    margin: 0;
    pointer-events: none;
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    transition: transform 300ms;
    transform: rotate(135deg);
}

.select-topics .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: rotate(315deg) !important;
    top: 40%;
}

.select-topics .select-field .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 35px;
    padding-left: 15px;
}

.select2-results__option {
    border: 1px solid #eaeaea;
    padding: 10px 15px;
}

.select2-container--open .select2-dropdown--below {
    border-radius: 10px;
}

.select2-container--default {
    display: grid;
}


/* ###### select2 ###### */

/* ###### speech-btn ###### */
.icw .speech-btn .btn-txt {
    background-color: #00a94f;
    color: #ffffff;
    border-radius: 25px;
    /* padding: 10px 0 9px; */
    width: 150px;
    text-align: center;
    line-height: 45px;
}

.icw .speech-btn .btn-txt:hover {
    background-color: #009445;
}

.icw .speech-btn .btn-txt.btn-stop {
    background-color: #ffffff;
    color: #00A94f;
    border: 2px solid #00A94F;
    line-height: 42px;
    width: 100px;
}

.icw .speech-btn .btn-txt.btn-stop:hover {
    background-color: #00a94f;
    color: #ffffff;
}

.icw .speech-btn .btn-txt i {
    position: relative;
    top: 2px;
    margin-right: 10px;
}

.icw .speech-btn .btn-re.active {
    background-color: #ffffff;
    color: #00A94f;
    border: 2px solid #00A94F;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 23px;
    margin-left: 5px;
}

.icw .speech-btn .btn-re.active:hover {
    background-color: #00a94f;
    color: #ffffff;
}

.icw .speech-btn .btn-re {
    display: none;
}

@media screen and (min-width:1024px) {
    .icw .speech-btn .btn-txt {
        width: 220px;
    }

    .icw .speech-btn .btn-txt.btn-stop {
        width: 170px;
    }
}

/* ###### speech-btn ###### */

.ic-npa-icon-listening:before {
    font-size: 20px;
    top: 3px;
    position: relative;
}

.ic-npa-icon-pause:before {
    font-size: 12px;
    top: -1px;
    position: relative;
}

.ic-npa-icon-refresh:before {
    font-size: 18px;
}

ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}

ol&gt;li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em;
}

ol&gt;li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;
}

li ol.list-style-subnum&gt;li {
    margin: 0;
}

li ol.list-style-subnum&gt;li:before {
    content: counters(item, ".") " ";
}


@media screen and (max-width:1024px) {
    #icw .property_fx .assets-swiper .wrapper-tag,
    #icw .property_fx .assets-wrapper,
    #icw .property_fx .assets-swiper .location,
    #icw .property_fx .assets-swiper .wrap-address,
    #icw .property_fx .assets-swiper .wrap-detail,
    #icw .property_fx .assets-swiper .special-badge,
    #icw .property_fx .assets-swiper .lower-badge {
        display: none;
    }

    #icw .property_fx .assets-swiper .spacial-price, 
    #icw .property_fx .assets-swiper .lower-price {
        text-align: left;
        white-space: nowrap;
    }

    .webchatbox {
        right: 10px;
        bottom: 175px !important;
    }

    #icw .property_fx .assets-swiper {
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .webchatbox {
        bottom: 100px !important;
    }

    #icw .property_fx .assets-swiper {
        width: 100%;
    }

    #icw .property_fx .line {
        top: 13px;
        right: 22px;
    }

    #icw .property_mb .slick-bt-next,
    #icw .property_mb .slick-bt-back,
    #icw #property-promotion-nearby .prev-btn,
    #icw #property-promotion-nearby .next-btn {
        display: none !important;
    }
}

#icw #property-promotion-nearby .npacard {
    background-color: none;
    overflow-x: hidden;
}

#icw #property-promotion-nearby .npacard {
    background-color: none;
    overflow-x: hidden;
}


#icw #property-promotion-nearby .container-catalog {
    padding: 0;
}

#icw #property-promotion-nearby .prev-btn {
    top: 49%;
    left: -20px;
}

#icw #property-promotion-nearby .next-btn {
    top: 49%;
    right: -20px;
}

#icw .assets-section .promo-next2,
#icw .assets-section .promo-prev2,
#icw #property-promotion-nearby .promo-next,
#icw #property-promotion-nearby .promo-prev,
#icw .assets-section .pagi2,
#icw #property-promotion-nearby .swiper_num {
    display: none;
}

.nw {
    white-space: nowrap !important;
}</pre></body></html>