<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --green: #00a94f;
    --grey: #EAEAEA;
    --grey2: #666;
    --red-noti: #EE0000;
}

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

#page {
    padding-top: 60px;
}

#tag-popular-search{
    margin: 0 auto;
    padding: 0 15px;
    padding-bottom: 20px;
}

.open-search img { 
    min-width: 18px;
}

.popular-header{
    color: #FFF;
    margin-bottom: 10px;
    font-size: 20px;
    position: relative;
}

.popular-header:after {
    content: '';
    position: absolute;
    border-bottom: 1px solid #75967C;
    width: -webkit-fill-available;
    bottom: 6px;
}

.tag-popular-search {
    max-width: 690px;
    margin: 0 auto;
    padding: 0 15px;
    padding-bottom: 20px;
}

.capsule-tag {
    display: inline-block;
    color: #FFF;
    border-radius: 20px;
    border: 1px solid #75967C;
    padding: 3px 15px;
    margin-bottom: 5px;
    margin-right: 5px;
    font-size: 14px;
}

.capsule-tag:hover {
    background: #FFF;
}

/*################################## Header ##################################*/
section.intro-footer {
    width: 100%;
    margin: 0 auto;
    padding: 24px;
    background: #fafafa;
    text-align: center;
}

section.intro-footer .container {
    max-width: 1020px;
    margin: 0 auto;
}

#icw h2.intro-footer-title {
font-size: 16px;
    margin-bottom: 10px;
}

section.intro-footer p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0;
    font-weight: 300;
    color: #666;
}

section.intro-footer a.link {
    color: var(--green-color-3);
}
section.intro-footer a.link:hover {
    text-decoration: underline;
}

button {
    background: unset;
    border: unset;
    min-width: auto;
}

#icw #header {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

#icw .header-bg .header-inner {
    justify-content: space-between;
    padding: 0 20px;
    background: linear-gradient(130deg, var(--green-color-1), var(--green-color-2));
}

#icw .header-right {
    display: flex;
    align-items: center;
    position: relative;
}

#icw .header-right:before {
    position: absolute;
    top: -50%;
    content: '';
    width: 2px;
    height: 35px;
}

#icw .header-inner {
    height: 60px;
    display: flex;
    align-items: center;
}

#icw #header.fixed {
    background: url("https://kbank-uat.kasikornbank.com/SiteCollectionDocuments/assets/PFS2022/theme/img/bg/bg-1.png") no-repeat right bottom / 500px, linear-gradient(130deg, var(--green-color-1), var(--green-color-2));
}

#icw #header.fixed,
#icw .header-inner.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
}

#icw .header-inner.fixed  {
    width: 100%;
    padding: 0 20px;
    background: linear-gradient(130deg, var(--green-color-1), var(--green-color-2));
}

#icw .search-section.invisible {
    visibility: none;
    height: 0;
    overflow: hidden;
    padding: 0;
}

#icw .open-search,
#icw .close-search {
    cursor: pointer;
    margin-left: 20px;
    display: flex;
}

.alert-noti {
    border: none !important;
    margin-left: 15px !important;
    cursor: pointer !important;
    background: transparent !important;
    font-size: 20px !important;
    color: #FFF !important;
    vertical-align: middle;
    display: flex;
    position: relative;
}

.new-msg {
    content: '';
    position: absolute;
    right: 0px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: var(--red-noti);
    display: none;
}

@keyframes fadedown {
    0% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(0);
    }
}

/*################################## Hamburger menu ##################################*/
#icw .hamburger-menu {
    display: flex;
    align-items: center;
}

#icw .hamburger-menu button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
}

#icw .hamburger-menu .menu-line {
    display: block;
    width: 30px;
    height: 2px;
    background-color: white;
    margin: 5px 0;
}

#icw .logo-wrap {
    display: flex;
    align-items: center;
    margin: 0 20px;
    margin-right: 0;
}

#icw .logo-wrap .kbank-icon {
    height: 25px;
}

#icw .logo-wrap .k-property-icon {
    height: 25px;
    margin-top: 5px;
}

#icw .logo-wrap .spacer {
    width: 1px;
    height: 25px;
    background-color: white;
    margin: 0 10px;
}

/*########################## Mobile menu #########################*/
#icw .mobile-offcanvas {
    width: 100%;
    border-right: 0;
    background: linear-gradient(130deg, var(--green-color-1), var(--green-color-2));
    z-index: 2060;
    overflow-y: auto;
}

#icw .offcanvas-header {
    position: relative;
    height: 60px;
}

#icw .mobile-offcanvas .offcanvas-body {
    overflow-y: initial;
}

#icw .mobile-offcanvas .k-property-m-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#icw .mobile-offcanvas .kbank-logo {
    height: 25px;
}

#icw .mobile-offcanvas .k-property-logo {
    height: 25px;
}

#icw .mobile-offcanvas .spacer {
    width: 1px;
    height: 25px;
    background-color: white;
    margin: 0 10px;
}

#icw .close-mobile-menu-btn {
    width: 30px;
    height: 30px;
    border: none;
    background-color: transparent;
    position: absolute;
    right: 20px;
    opacity: 1;
    background: url("../img/icon/close-white.svg") no-repeat center center / 60%;
}

#icw .mobile-listmenu {
    list-style: none;
    line-height: 2.5rem;
    padding-left: 0;
}

#icw .mobile-listmenu li {
    padding: 10px 0;
    border-bottom: 1px solid var(--green-color-4);
}

#icw .mobile-listmenu a,
#icw .mobile-listmenu span {
    font-size: 18px;
    color: white;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.05rem;
    display: block;
}

.sub-menu-arrow::after {
    content: '';
    cursor: pointer;
    transform: rotate(45deg);
    width: 9px;
    height: 9px;
    display: inline-block;
    border-bottom: 2px solid #FFF;
    border-right: 2px solid #FFF;
    position: absolute;
    right: 0;
    top: 13px;
}

#icw .mobile-listmenu .sub-menu {
    list-style: none;
    padding: 0;
    display: none;
}

#icw .mobile-listmenu .sub-menu li {
    color: #FFF;
    font-weight: 600;
    padding: 13px 0 13px 24px;
    border: none;
}

#icw .mobile-listmenu .sub-menu li:hover {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

#icw .mobile-listmenu .sub-menu li a {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}

.sub-menu-arrow.active::after {
    transform: rotate(-135deg);
    top: 16px;
}

#icw .mobile-listmenu a:hover {
    color: var(--light-gray-2);
}

#icw .nav-ft-btn {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    color: var(--green-color-2);
    text-decoration: none;
    margin: 0 5px;
}

#icw .nav-ft-btn .ic-npa {
    font-size: 19px;
}


/*########################## Desktop nav menu #########################*/
#icw .header-center {
    display: none;
}

/*########################## Footer #########################*/
#icw footer {
    background: linear-gradient(130deg, var(--green-color-1), var(--green-color-2));
}

#icw footer .ft-first {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    border-bottom: 1px solid var(--light-gray-2);
    padding: 10px 0;
}

#icw footer .ft-first img {
    width: 40px;
    margin-right: 10px;
}

#icw footer .ft-first .ft-phone p {
    font-size: 14px;
    font-weight: 600;
    color: white;
    margin-bottom: 0;
    padding-left: 15px;
}

#icw footer .ft-first .ft-phone a {
    font-size: 20px;
    font-weight: 600;
    color: white;
    margin-bottom: 0;
    text-decoration: none;
}

#icw footer .ft-second {
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#icw footer .ft-second img {
    width: 150px;
}

#icw .nav-ft-service {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}

#icw .nav-ft-service img {
    width: 40px;
    margin: 0 5px;
}

#icw footer .ft-third {
    display: none;
}

@media screen and (min-width: 390px) {
    .alert-noti,
    .open-search,
    .close-search {
        padding: 0 4px !important;
    }
}

@media screen and (min-width: 414px) {
    .alert-noti,
    .open-search,
    .close-search {
        padding: 0 7px !important;
    }

    .alert-noti {
        margin-left: 5px !important;
    }

    .new-msg {
        right: 6px;
    }
}

@media screen and (min-width: 768px) {
    #icw .mobile-offcanvas {
        width: 400px;
    }

    #tag-popular-search  {
        max-width: 690px;
    }

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

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

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

@media screen and (min-width: 1025px) {
    #icw .main-search .more-filter-btn.mobile {
        display: none !important;
    }

    #icw .main-search .more-filter-btn.desktop {
        display: flex;
    }
    #page {
        padding-top: 80px;
    }

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

    #tag-popular-search  {
        max-width: 800px;
    }

    #icw #header.fixed {
        background: url("https://kbank-uat.kasikornbank.com/SiteCollectionDocuments/assets/PFS2022/theme/img/bg/bg-image.png") no-repeat right bottom / 500px, linear-gradient(130deg, var(--green-color-1), var(--green-color-2));
    }

    #icw #header {
        z-index: 2001;
    }
    #icw .logo-wrap {
        position: absolute;
        top: 48%;
        transform: translateY(-50%);
        margin: 0;
    }

    #icw .hamburger-menu {
        display: none;
    }

    #icw .header-inner {
        height: 80px;
        position: relative;
    }

    #icw .header-inner.fixed {
        position: fixed;
        z-index: 2500;
    }
  
    #icw .header-center {
        display: flex;
        width: 100%;
        justify-content: end;
        align-items: center;
    }

    #icw .header-center ul {
        list-style: none;
        display: flex;
        padding-left: 0;
        margin-bottom: 0;
    }

    #icw .header-center ul li {
        height: 80px;
        display: flex;
        align-items: center;
        margin: 0 7px;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
    }

    #icw .header-center ul li:hover {
        border-top: 4px solid white;
    }

    #icw .header-center ul li a,
    #icw .header-center ul li span {
        font-size: 14px;
        letter-spacing: unset;
        line-height: 1.5;
        color: #FFF;
        font-weight: 600;
    }

    /* #icw .header-inner.fixed .header-center ul li {
        height: 65px;
    } */

    #icw .header-center .li-sub-menu-toggle {
        cursor: pointer;
    }

    #icw .header-center .li-sub-menu-toggle:hover .sub-menu  {
        display: block;
    }

    #icw .header-center .sub-menu {
        display: none;
        top: 68px;
        background: #FFF;
        padding: 0 8px;
        border-radius: 8px;
    }

    #icw .header-center .sub-menu &gt; li {
        display: block;
        height: unset;
        padding: 12px 36px 12px 16px;
        margin: 8px 0;
        cursor: pointer;
    }

    #icw .header-center .sub-menu &gt; li:hover {
        background-color: rgba(0, 169, 79, 0.05);
        border-radius: 8px;
    }

    #icw .header-center .sub-menu &gt; li:hover a {
        color: #00A94F;
    }

    #icw .header-center .sub-menu &gt; li:hover .sub-menu-arrow::after  {
        display: block;
    }
    
    #icw .header-center .sub-menu &gt; li a {
        font-size: 14px;
        line-height: 20px;
        color: #333;
        white-space: nowrap;
    }   

    .sub-menu-arrow::after  {
        transform: rotate(-50deg);
        border-bottom: 2px solid #00A94F;
        border-right: 2px solid #00A94F;
        top: 20px;
        right: 16px;
        display: none;
    }

    #icw footer .ft-third {
        display: flex;
    }

    #icw footer .ft-third img {
        width: 35px;
        margin-left: 10px;
    }

    #icw #footer {
        padding: 0 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative !important;
    }

    #icw footer .ft-first {
        align-items: center;
        border-bottom: 0;
    }

    #icw footer .ft-first .ft-phone p {
        padding-left: 0;
    }

    #icw footer .ft-first img {
        width: 45px;
    }

    #icw footer .ft-second img {
        width: 180px;
    }
    
    #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 .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 .search-detail-wrapper h3 {
        font-size: 16px;
        font-family: Kanit, sans-serif;
        margin-bottom: 0.5rem;
    }
}

@media screen and (min-width: 1180px) {
    #icw .header-center ul li a,
    #icw .header-center ul li span {
        font-size: 16px;
    }
}

@media screen and (min-width: 1280px) {
    #icw .header-center ul li {
        margin: 0 10px;
    }
}

@media screen and (min-width: 1366px) {
    #icw .header-center ul li {
        margin: 0 13px;
    }

    #icw .header-center ul li a,
    #icw .header-center ul li span {
        font-size: 18px;
    }
}

@media screen and (min-width: 1440px) {
    #icw .header-center ul li {
        margin: 0 15px;
    }
}

@media screen and (min-width: 1600px) {
    #icw .header-center {
        padding-right: 40px;
    }
}</pre></body></html>