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

p {
  margin: 0;
}

p.desc-title {
  font-weight: 400;
  padding-top: 10px;
  color: #666;
}

img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
}

.hide {
  display: none;
}

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

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

.hide-w1024 {
  display: block !important;
}

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

.g-tab-toggle-content {
  margin-bottom: 0;
}

.text-green {
  color: var(--green-color-3);
}

.wrapper-slide-pagination {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin-top: 30px;
  z-index: 10;
  top: auto;
  bottom: 0;
}

.wrapper-slide-pagination .swiper-pagination{
  background: transparent;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: relative !important;
  top: 0;
  z-index: 10;
  color: #333;
  right: auto;
  height: fit-content;
}


.wrapper-slide-pagination .swiper-pagination .swiper-pagination-current{ 
  color:#333;
  font-size:20px;
  font-weight:600;
}

@media screen and (max-width: 768px) {
.wrapper-slide-pagination {
  justify-content:center;
  /* right:auto; */
  top:auto;
  bottom: -70px;
  /* box-shadow: 0px 1px 3px 0px #0000001A; */
  padding: 16px 0;
  /* left: 0; */
  width: calc(100% - 32px);
  z-index: 1;
  /* background: #fff; */
  /* border-bottom-left-radius: 8px; */
  /* border-bottom-right-radius: 8px; */
  /* border-top: solid 1px #E1E1E1; */
}
}

#icw .property-next-1,
#icw .property-prev-1,
#icw .property-next-2,
#icw .property-prev-2 {
  opacity: 1 !important;
  position: relative;
  left: unset;
  right: unset !important;
  top: unset !important;
  margin: 0 24px 0;
  width: 24px !important;
  height: 24px !important;
  display: block !important;
  background: var(--green);
  z-index: 1000;
  cursor: pointer;
  pointer-events: auto;
}

#icw .property-next-1:before,
#icw .property-prev-1::before {
  position: absolute;
  /* color: var(--green-color-3); */
}

.property-prev-1::before {
  top: -28%;
  right: 53%;
  transform: rotate(180deg) translate(-50%, -50%) !important;
}

#icw .property-next-1:before {
  left: 50%;
  top: 50%;
  transform: rotate(0deg) translate(-50%, -50%) !important;
}

@media screen and (min-width: 1024px) {
  .wrapper-slide-pagination {
    padding-right: 0;
    margin-top: 0;
  }



  .g-tab-toggle-content {
    /* margin-bottom: 32px; */
  }

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

  .show-w1024 {
    display: block !important;
  }
}
.wrap-input-inner .ic-npa-icon-search {
  color: #34605f;
}
.wrap-input-inner .place-hoder {
  content: attr(data-placeholder);
  position: absolute;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  width: 100%; /* Initial width */
  top: 32px;
  font-size: 16px;
  padding-left: 24px;
}

.wrap-input-inner span.place-hoder {
  animation: typing 4s steps(80, end) 10000; /* Changed infinity to 10000 */
  animation-delay: 2s;
}
@keyframes typing {
  0% {
    width: 0%;
  }

  100% {
    width: 100%; /* Final width */
  }
}

@keyframes placeholderAnimation {
  0% {
    opacity: 0;
    bottom: -10px;
  }

  50%,
  99% {
    opacity: 1;
    bottom: 10px;
  }

  100% {
    opacity: 0;
    bottom: 10px;
  }
}

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

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

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

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

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

@media screen and (max-width: 1024px) {
  #icw .noti-recommend {
    padding: 35px 0;
    max-width: 768px;
    margin: 0px auto;
  }
}

@media screen and (max-width: 991px) {
  #icw .noti-recommend {
    padding: 35px 40px;
    max-width: 768px;
    margin: 0px auto;
  }
}

@media screen and (max-width: 767px) {
  #icw .noti-recommend {
    padding: 35px 20px 0;
  }

  #icw .blog-recommend {
    padding-bottom: 40px;
  }

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

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

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

  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after,
  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after {
    display: none;
  }
}

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

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

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

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

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

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

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

#icw .bg-light-green {
  background-color:#F2FBF6;
}

#icw .swiper {
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.announcement-desc {
  color: #333;
}

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

/*######################## recommend-asset ######################## */
#recommend-asset {
  background: #fff;
  overflow: hidden;
  position: relative;
  padding: 64px 0 64px;
  /* background: url(../img/bg-double-koom-mb.png) #072e02 no-repeat center bottom; */
  background-size: contain;
  min-height: fit-content;
}
@media screen and (max-width: 576px) {
#recommend-asset {padding-bottom: 86px;padding-top: 40px;}
}

/* #recommend-asset::after {
  content: "";
  position: absolute;
  background-image: url(/SiteCollectionDocuments/assets/PFS2022/pages/home/img/npa-bg-green_mobile.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: 1;
  width: 100%;
  height: 100%;
  bottom: 0;
} */

#icw #recommend-asset .assets-swiper {
  padding: 0;
  margin-bottom: 0;
  /* overflow: hidden; */
}

#recommend-asset .head {
  text-align: left;
  display: block;
  padding-bottom: 16px;
}

#recommend-asset .head p {
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 8px;
}

#recommend-asset .assets-swiper .swiper-slide {
  /* width: initial; */
  /* margin: auto; */
  /* text-align: center; */
  box-shadow: 0px 1px 3px 0px #0000001A, 0 0 0 1px #e1e1e1;
  border-radius: 16px;
}

#recommend-asset .assets-swiper .md-thumbnail-slide {
  /* width: 320px; */
  /* margin: auto; */
}

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

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

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

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

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

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

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

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

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

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

.g-load-div {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  left: 0;
  right: 0;
  top: 0;
  background: #fff !important;
  z-index: 25;
}
.g-load-div.darkgreen {
  background: #072e02 !important;
}

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

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

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

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

.dk-r {
  position: relative;
}

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

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

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

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

#recommend-asset ._property-next-1:after,
#recommend-asset ._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;
}

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

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

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

.double-koom-remark p {
  font-weight: 600;
  margin: 0;
}

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

@media screen and (min-width: 1024px) {
  /* #recommend-asset::after {
    background-image: url(/SiteCollectionDocuments/assets/PFS2022/pages/home/img/npa-bg-green_desktop.jpg);
  } */

  #recommend-asset .head {
    width: 80%;
    min-width: 400px;
    padding-right: 40px;
  }

  #recommend-asset .container-box {
    display: flex;
    flex-direction: column;
  }
}

/*######################## End of double-koom ######################## */
#icw .wrapper-tag {
  display: flex;
  justify-content: space-between;
  min-height: 28px;
}

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  #npa-announcement {
    padding: 20px 0;
  }

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

  #curtain-screen {
    /* display: none !important; */
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#icw .assets-swiper {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 50px;
}
/* 
.property-img-inner {
  height: 192px;
} */

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

.box-favorite {
  position: relative;
}

.tooltip-favorite {
  position: absolute;
  width: 94px;
  right: 0;
  left: 0;
  top: 48px;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.15);
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  z-index: 9;
  border-radius: 8px;
  color: #fff;
  background-color: var(--green-color-3);
  opacity: 0;
  visibility: hidden;
  transition: opacity 400ms;
  padding: 4px 8px;
}

.tooltip-favorite::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 14px;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  background-color: var(--green-color-3);
  z-index: -1;
}

.tooltip-favorite.active {
  opacity: 1;
  visibility: visible;
}

.close-tooltip {
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  background: #fff;
  border-radius: 100%;
  right: -9px;
  top: -9px;
  border: 1px solid var(--green-color-3);
  cursor: pointer;
}

.close-tooltip::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 10px;
  background-color: var(--green-color-3);
  transform: rotate(135deg);
  top: 50%;
  margin-top: -5px;
  left: 50%;
  margin-left: -1px;
}

.close-tooltip::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 10px;
  background-color: var(--green-color-3);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -5px;
  left: 50%;
  margin-left: -1px;
}

.md-thumbnail-slide .tooltip-favorite {
  text-align: center;
  width: 94px;
  font-size: 13px;
  line-height: 20px;
  white-space: nowrap;
  top: -60px;
  left: 18px;
  transform: translateX(-50%);
}

.md-thumbnail-slide .tooltip-favorite::after {
  top: unset;
  left: calc(50% - 6px);
  bottom: -2px;
}

.property-img-swiper {
  overflow: hidden;
}

#icw .assets-swiper .scroll-pagi {
  bottom: 40px;
}

.assets-swiper .md-thumbnail-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.md-thumbnail-img .hover {
  transition: all 400ms ease;
  background: linear-gradient(
    30deg,
    rgba(43, 143, 73, 0.9) 0%,
    rgba(35, 77, 58, 0.9) 100%
  );
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.md-thumbnail-img .hover .icon {
  width: 32px;
  height: 32px;
  margin: 0 auto;
}

.md-thumbnail-img .hover .icon img {
  width: 100%;
  position: relative;
  top: 0;
  transform: none;
  border-radius: 0;
}

.md-thumbnail-img .hover .txt {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.md-thumbnail-img:hover .hover {
  opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
  z-index: 2;
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

.md-thumbnail-img:hover .swiper-button-next,
.md-thumbnail-img:hover .swiper-button-prev {
  opacity: 1 !important;
}

.md-thumbnail-img:hover .swiper-button-next,
.md-thumbnail-img:hover .swiper-button-prev {
  opacity: 1 !important;
}
.md-thumbnail-img:hover .swiper-button-next.swiper-button-disabled,
.md-thumbnail-img:hover .swiper-button-prev.swiper-button-disabled {
  opacity: 0 !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: "\e97b";
  font-family: "iconpa";
  cursor: pointer;
  display: block;
  color: #fff;
}

.swiper-button-prev:after {
  transform: rotate(-180deg);
  margin-top: -3px;
}

.swiper-button-next:after {
  transform: rotate(0deg);
}

.md-thumbnail-img .hover .txt {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.md-thumbnail-img:hover .hover {
  opacity: 1;
}

.assets-swiper .property-img-inner img {
  width: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  /* max-height: 192px;
  height: 192px; */
  object-fit: cover;
  text-indent: -100%;
  overflow: hidden;
  aspect-ratio: 16/9;
}

.assets-swiper .md-thumbnail-img .multi-img span {
  font-size: 13px;
  color: #fff;
  font-weight: 600;
}

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

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

.npa-logo-renovate {
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 48px;
  z-index: 9;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 9px;
}

.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;
  justify-content: center;
}

.assets-swiper .md-thumbnail-detail {
  padding: 16px;
}

.assets-swiper .asset-tag {
  display: flex;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  margin-bottom: 3px;
  flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

.asset-title {
  font-size: 16px;
  font-weight: 600;
  height: 50px;
  margin-bottom: 5px;
  color: var(--green-color-3);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: inline-block;
  flex-basis: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

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

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

.assets-swiper .wrap-asset-title .property-favorite {
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  cursor: pointer;
  box-shadow: 0 0 10px 2px #dddddd;
}

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

.icon-wrapper {
  display: flex;
  align-items: center;
}

.assets-swiper .box-comparision {
  display: flex;
  padding-left: 10px;
  border-left: 1px solid #e1e1e1;
}

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

.location {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.location i.ic-npa {
  color: var(--gray-color-4);
  margin-right: 5px;
}

.location p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--gray-color-2);
}

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

.wrap-address .asset-address,
.wrap-address .asset-code {
  color: var(--gray-color-2);
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  display: inline-block;
}

.wrap-detail {
  display: flex;
  justify-content: space-between;
  color: var(--gray-color-2);
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #dedede;
}

.wrap-detail .asset-description{
  min-height: 200px;
}

.wrap-detail .asset-highlight i{
  color: var(--green-color-3);
  margin-right:6px;
  font-size: 16px;
}

.wrap-detail .asset-highlight{
  margin-bottom:8px;
  color:#333;
  font-weight:600;
  font-size: 16px;

}
.wrap-detail .asset-bullet{
  padding-left:16px;
  font-size: 16px;
}

.wrap-detail .asset-bullet li{
  margin-bottom: 4px;
}

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

.special-badge {
  width: fit-content;
  background: linear-gradient(130deg, #fe1d1a, #c81814);
  border-radius: 5px;
  margin-top: 6px;
  padding: 0 12px;
  color: white;
  font-size: 13px;
  line-height: 20px;
}

.wrap-price {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.wrap-price.c-black {
  justify-content: end;
}

.wrap-price.c-black .spacial-price {
  color: #333 !important;
}

.old-price {
  color: var(--gray-color-1);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  margin: 0;
}

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

.price {
  text-align: right;
}

.spacial-price {
  color: var(--red-color-1);
  font-size: 24px;
  line-height: 33px;
  font-weight: 600;
}

@media screen and (min-width: 415px) {
  .assets-swiper .swiper-slide {
    /* max-width: 320px; */
    /* min-width: 320px; */
    /* box-shadow: 0px 1px 3px 0px #0000001A; */
    border-radius: 8px;
  }
}

@media screen and (min-width: 1024px) {
  .g-modal-header {
    padding-left: 0;
    padding-right: 0;
  }

  .md-thumbnail-slide .tooltip-favorite {
    top: -60px;
  }
}

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

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

/* #icw .blog-wrapper h2 {
    margin-bottom: 20px;
} */
#icw .blog-swiper {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* #icw .blog-recommend .box-article .img-thumb img{
    width: 175px;
} */
#icw .blog-recommend .img-thumb:hover img {
  transform: scale(1.1);
}

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

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

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

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

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

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

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

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

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

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

  /* #icw #header {
        background: url("../../../theme/img/bg/bg-ipad.png") no-repeat center center / cover;
    } */
  #icw .property-nav-wrap {
    margin: 20px auto;
    padding: 0;
    border-bottom: 3px solid var(--light-gray-2);
    max-width: 690px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  #icw #recommend-asset h2 {
    font-size: 33px;
    line-height: 52px;
  }

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

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

  #icw #recommend-asset .assets-swiper {
    margin: 0;
    /* margin-right: -17vw; */
    /* overflow: hidden; */
    position: relative;
    padding-bottom: 48px;
    /* z-index: 15; */
  }

  #recommend-asset .assets-swiper .md-thumbnail-slide {
    /* width: 320px; */
    box-shadow: 0px 4px 10px 0px #00000026;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* #icw .blog-recommend .box-article .img-thumb img{
    width: 175px;
} */
#icw .blog-recommend .img-thumb:hover img {
  transform: scale(1.1);
}

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

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

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

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

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

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

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

.visible-w360 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ################# */
.wrap-asset-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#icw .location i.ic-npa,
#icw .result-detail .title,
#icw .result-detail p,
#icw .result-detail p i.ic-npa,
#icw .special-badge p,
#icw .lower-badge p {
  font-size: 14x;
  line-height: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#icw #react-app-home .assets-swiper .wrap-asset-title .property-favorite {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
  outline: none;
  cursor: pointer;
  box-shadow: 0 0 10px 2px #dddddd;
}

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

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

#icw #react-app-home .assets-swiper .asset-title {
  font-size: 18px;
  line-height: 27px;
  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;
  max-width: 120px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-slide-thumb-active {
  /* border: 2px solid #0d9289; */
  border-radius: 10px;
  transform: scale(1.1);
}

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

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

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

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

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

/* .rec-ico {
    width: 150px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
} */
.renovate-click {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* .renovate-slider:last-child .renovate-slide-thumb .swiper-slide:last-child .thumb:after {
    content: "+1";
} */
.property-renovate i.ic-qoute1 {
  color: #fff;
  font-size: 20px;
}

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

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

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

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

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

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

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

@media (max-width: 1024px) {
  .property-renovate .slick-arrow:after {
    top: 7px;
  }

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

  .renovate-detail {
    padding: 25px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /*
.btn-reno-detail{
    width: 100%;
}
*/
  /* .rec-ico {
    width: 112px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
} */
  .reviews-conten {
    background-color: #fff;
    border-radius: 8px;
    border-top: 3px solid #0d968e;
    margin: 45px auto;
    padding: 20px 15px;
    height: 80vh;
    width: 100%;
    overflow-y: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-img .swiper-wrapper img,
.swiper-imgGo .swiper-wrapper img,
.swiper-imgGo2 .swiper-wrapper img,
.swiper-imgGo3 .swiper-wrapper img {
  /* width: calc(100% - 32px); */
  border-radius: 0;
  width: 100%;
  -moz-transition: ease-in-out 1s;
  -webkit-transition: ease-in-out 1s;
  transition: ease-in-out 1s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.txt-link {
  color: #00a94f !important;
  text-decoration: underline;
  -moz-transition: ease-in-out 0.5s;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}

.txt-link:hover {
  color: #00873f !important;
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*################################## end popup #####################################*/
/*######################## End-Property-Renovate ######################## */
/*################################## Revamp #####################################*/
/*============================== default ===============================*/
#icw h1,
#icw h2 {
  line-height: 1.5;
}

.container-box {
  max-width: 2130px;
  padding: 0 16px;
  margin: 0 auto;
  position: relative;
  z-index: 20;
  /* overflow: hidden; */
}

@media screen and (min-width: 1024px) {
  .container-box {
    max-width: 1232px;
    padding: 0 16px;
  }
}
/* 
@media screen and (min-width: 1920px) {
  .container-box {
    max-width: 1600px;
  }
} */

/*============================== tooltip ===============================*/
.tooltip-inner {
  background: var(--green-color-3);
  padding: 4px 8px;
  max-width: 94px;
  border-radius: 8px;
  font-size: 10px;
  line-height: 1.5;
  color: #fff;
}

.close-tooltip {
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  background: #fff;
  border-radius: 100%;
  right: -9px;
  top: -9px;
  border: 1px solid var(--green-color-3);
  cursor: pointer;
}

/*============================== slick ===============================*/
.swiper-pagination {
  margin: 16px 0 0;
  position: relative;
  bottom: 0;
}

.swiper-horizontal &gt; .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  margin: 16px 0 0;
  position: relative;
  bottom: 0;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 32px;
  height: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* margin: 0 !important; */
  background: transparent;
  border-radius: 0;
}

.swiper-pagination .swiper-pagination-bullet:before {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  border: 1px solid var(--light-gray-4);
  background: #ddd;
  padding: 0;
  transition: all 400ms ease;
  content: "";
}

.swiper-pagination .swiper-pagination-bullet-active:before {
  width: 24px;
  border-color: var(--green-color-3);
  background: var(--green-color-3);
}

.swiper-button-next,
.swiper-button-prev {
  z-index: 100;
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-button-prev{
  left:2.5%;
}

.swiper-button-next:before,
.swiper-button-prev:before {
  content: "\e97b";
  font-family: "iconpa";
  cursor: pointer;
  display: block;
  color: #fff;
  font-size: 12px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-button-prev:before {
  transform: rotate(-180deg);
}

.swiper-button-next:before {
  transform: rotate(0deg);
}

.swiper-pagination-fraction {
  position: absolute !important;
  z-index: 2;
  right: 16px;
  /* bottom: 16px !important; */!i;!;
  color: #fff;
  left: auto;
  width: auto;
  padding: 2px 12px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 20px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 24px;
  }
}

/*============================== assets-swiper  ===============================*/
#icw .assets-swiper .npa-logo-dubble-koom {
  position: absolute;
  z-index: 2;
  top: 8px;
  right: 8px;
  width: 48px;
  height: 48px;
}

#icw .assets-swiper .npa-logo-dubble-koom img {
  position: relative;
  top: 0;
  transform: none;
  border-radius: 0;
}

#icw .assets-swiper .md-thumbnail-img {
  position: relative;
}

#icw .assets-swiper .md-thumbnail-img .hover {
  transition: all 400ms ease;
  background: linear-gradient(
    30deg,
    rgba(43, 143, 73, 0.9) 0%,
    rgba(35, 77, 58, 0.9) 100%
  );
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 1;
  align-items: center;
  justify-content: center;
}

#icw .assets-swiper .md-thumbnail-img .hover .icon {
  width: 32px;
  height: 32px;
  margin: 0 auto;
}

#icw .assets-swiper .md-thumbnail-img .hover .icon img {
  width: 100%;
  position: relative;
  top: 0;
  transform: none;
  border-radius: 0;
}

#icw .assets-swiper .md-thumbnail-img .hover .txt {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

#icw .assets-swiper .md-thumbnail-img:hover .hover {
  opacity: 1;
}

#icw .assets-swiper .md-thumbnail-img .double-koom-slick-image {
  width: 100%;
  position: absolute;
  top: 0;
  transform: none;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  margin-bottom: 0;
}

#icw .assets-swiper .md-thumbnail-img .double-koom-slick-image img {
  position: relative;
  top: 0;
  transform: none;
}

#icw .assets-swiper &gt; .swiper-wrapper ~ .swiper-pagination-fraction {
  background: transparent;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: absolute;
  top: -48px;
  /* left: 50%; */
  /* transform: translateX(-50%) !important; */
  z-index: 10;
  /* display: none; */
  color: #666;
  right: 19%;
  height: fit-content;
}
@media (max-width: 768px) {
  #icw .assets-swiper &gt; .swiper-wrapper ~ .swiper-pagination-fraction {
    bottom: -48px !important;
    top:auto;
    right:50%;
    transform: translateX(50%) 
  }
}



#icw
  .assets-swiper
  &gt; .swiper-wrapper
  ~ .swiper-pagination-fraction
  .swiper-pagination-current {
  font-size: 20px;
  margin-bottom: 0;
  color: #333;
}

#icw
  .assets-swiper
  .md-thumbnail-img
  .double-koom-slick-image
  .swiper-pagination-fraction {
  max-width: initial;
}

#icw .assets-swiper .asset-title {
  font-size: 18px;
  line-height: 27px;
}

#icw .assets-swiper .asset-tag .tag {
  padding: 4px 10px;
  display: inline-flex;
  align-items: center;
}

#icw .assets-swiper .asset-tag .tag i {
  margin-right: 6px;
}

#icw .assets-swiper .asset-tag .tag span {
  font-size: 13px;
}

#icw .assets-swiper .wrap-asset-title .property-favorite {
  width: 32px;
  height: 32px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 50;
  border-radius:50%;
}

#icw .assets-swiper .wrap-asset-title .property-favorite i {
  font-size: 18px;
}

.assets-swiper .wrap-asset-title .property-favorite {
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  cursor: pointer;
  box-shadow: 0 0 10px 2px #dddddd;
}

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

.box-favorite {
  position: relative;
}

.tooltip-favorite {
  position: absolute;
  width: 94px;
  right: 0;
  left: 0;
  top: 48px;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.15);
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  z-index: 9;
  border-radius: 8px;
  color: #fff;
  background-color: var(--green-color-3);
  opacity: 0;
  visibility: hidden;
  transition: opacity 400ms;
  padding: 4px 8px;
}

.tooltip-favorite::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 14px;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  background-color: var(--green-color-3);
  z-index: -1;
}

.tooltip-favorite.active {
  opacity: 1;
  visibility: visible;
}

.close-tooltip {
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  background: #fff;
  border-radius: 100%;
  right: -9px;
  top: -9px;
  border: 1px solid var(--green-color-3);
  cursor: pointer;
}

.close-tooltip::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 10px;
  background-color: var(--green-color-3);
  transform: rotate(135deg);
  top: 50%;
  margin-top: -5px;
  left: 50%;
  margin-left: -1px;
}

.close-tooltip::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 10px;
  background-color: var(--green-color-3);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -5px;
  left: 50%;
  margin-left: -1px;
}

.md-thumbnail-slide .tooltip-favorite {
  text-align: center;
  width: 94px;
  font-size: 10px;
  line-height: 15px;
  top: -60px;
  left: 18px;
  transform: translateX(-50%);
}

.md-thumbnail-slide .tooltip-favorite::after {
  top: unset;
  left: calc(50% - 6px);
  bottom: -2px;
}

.icon-wrapper {
  display: flex;
  align-items: center;
}

#icw .assets-swiper .box-comparision {
  margin-left: 10px;
}

#icw .assets-swiper .box-comparision::after {
  height: 32px;
  top: 0;
}

#icw .assets-swiper .box-comparision i {
  margin-top: 3px;
  display: block;
}

#icw .assets-swiper .wrap-end {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

#icw .assets-swiper .wrap-end .badge-box {
  flex: 0 0 auto;
  width: auto;
}

#icw .assets-swiper .wrap-end .badge-box .special-badge {
  padding: 2.25px 12px;
  margin-bottom: 0;
}

#icw .assets-swiper .wrap-end .badge-box .special-badge p {
  font-size: 13px;
  font-weight: 500;
}

#icw .assets-swiper .wrap-end .price-box {
  flex: 1 0 0%;
}

/*============================== slogan ===============================*/
#sc-slogan {
  padding: 40px 0;
}

#sc-slogan .promotion-wrapper {
  text-align: center;
}

@media (min-width: 768px) {
  #sc-slogan {
    padding: 64px 0;
  }
}

/*============================== sc-property-popular ===============================*/
.sc-property-popular {
  position: relative;
  padding: 40px 0 40px;
  overflow: hidden;
}

#icw .sc-property-popular h2 {
  margin-bottom: 8px;
  font-size: 33px;
  line-height: 52px;
}

@media (max-width: 768px) {
  #icw .sc-property-popular h2 {
    font-size: 24px;
    line-height: 26px;
  }
}

#icw .sc-property-popular .assets-swiper {
  padding: 0;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0;
}

.sc-property-popular .head {
  text-align: start;
  padding-bottom: 8px;
}

.sc-property-popular .head .title {
  color: var(--dark-color-1);
}

.sc-property-popular .head .desc {
  color: var(--gray-color-2);
  font-size: 18px;
  line-height: 27px;
}

.sc-property-popular .body {
  padding-top: 8px;
  /* margin-left: -15px; */
}

.sc-property-popular .tab {
  padding: 8px 20px;
  border-bottom: 1px solid #dbdbdb;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}

.sc-property-popular .tab-list {
  overflow: auto;
  margin-right: 12px;
  height: 64px;
  flex: 1 0 0%;
}

.sc-property-popular .nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 16px;
}

.sc-property-popular .nav-item {
  position: relative;
  padding-bottom: 8px;
}

.sc-property-popular .nav-item:before {
  content: "";
  position: absolute;
  height: 3px;
  left: 0;
  right: 0;
  bottom: 0px;
  opacity: 0;
  background: var(--green-color-3);
  transition: all 400ms ease;
}

.sc-property-popular .nav-item.active:before {
  opacity: 1;
}

.sc-property-popular .g-tab-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  color: transparent;
  padding-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
}

.sc-property-popular .g-tab-list.active .txt {
  color: #333;
}

.sc-property-popular .g-tab-list .icon {
  margin: 0 auto 8px;
  display: flex;
  width: 24px;
  height: 24px;
  font-size: 24px;
  color: var(--gray-color-1);
  flex: 0 0 auto;
}

.sc-property-popular .g-tab-list.active .icon {
  color: var(--green-color-3);
}

.sc-property-popular .g-tab-list .icon &gt; img {
  width: 24px;
  height: 24px;
}

.sc-property-popular .g-tab-list .txt {
  line-height: 1.5;
  color: var(--gray-color-1);
  white-space: nowrap;
  flex: 1 0 0%;
}

.sc-property-popular .tab-action {
  position: relative;
  flex: 0 0 auto;
  width: auto;
}

.sc-property-popular .tab-action .btn-dropdown {
  position: relative;
  width: 16px;
  height: 56px;
  padding-left: 8px;
  display: flex;
  align-items: center;
  border-left: 1px solid #cbcbcb;
}

.sc-property-popular .tab-action .btn-dropdown:before {
  content: "\e97b";
  cursor: pointer;
  transform: rotate(90deg);
  font-family: "iconpa";
  font-size: 10px;
  transition: all 400ms ease;
  display: block;
  color: var(--green-color-3);
}

.sc-property-popular .tab-dropdown {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
  right: 40px;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms ease;
}

.sc-property-popular .tab-dropdown .txt {
  font-weight: 600;
  font-size: 16px;
  color: var(--gray-color-1);
  line-height: 32px;
}

.sc-property-popular .tab-list.active {
  overflow: visible;
}

.sc-property-popular .tab-list.active .nav-list {
  flex-direction: column;
  position: absolute;
  z-index: 2;
  top: 81px;
  left: 0px;
  right: 0px;
  background: #fff;
  padding: 8px 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  gap: 0;
}

.sc-property-popular .tab-list.active .nav-item {
  padding: 8px 0;
}

.sc-property-popular .tab-list.active .nav-item + .nav-item {
  border-top: 1px solid var(--light-gray-6);
}

.sc-property-popular .tab-list.active .nav-link {
  flex-direction: row;
}

.sc-property-popular .tab-list.active .nav-link .icon {
  margin: 0 8px 0 0;
}

.sc-property-popular .tab-action .btn-dropdown.active:before {
  transform: rotate(-90deg);
}

.sc-property-popular .tab-dropdown.active {
  opacity: 1;
  visibility: visible;
}

.sc-property-popular .assets-swiper {
  list-style: none;
}

.sc-property-popular .assets-swiper:after {
  content: "";
  display: table;
  clear: both;
}

.sc-property-popular .assets-swiper &gt; .item {
  min-width: 282px;
  width: 100%;
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 8px 0;
  display: inline-block;
}

.sc-property-popular .md-thumbnail-slide {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}

.sc-property-popular .action {
  padding-top: 16px;
  position: relative;
}

#icw .sc-property-popular .action .btn {
  background: var(--green-color-3);
  color: #fff;
  padding: 0 32px;
  height: 48px;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  outline: none;
  z-index: 10000;
  position: relative;
  visibility:visible;
  
}
#icw .sc-property-popular .action .btn.hide{
  visibility:hidden;
}
#icw .sc-property-popular .action .btn:focus {
  outline: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

@media screen and (min-width: 576px) {
  .sc-property-popular .assets-swiper &gt; .item {
    max-width: calc(50% - 12px);
  }

  #icw .sc-property-popular .assets-swiper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 24px;
    justify-content: flex-start;
    max-width: fit-content;
  }

}
@media screen and (min-width: 992px) {
.sc-property-popular .assets-swiper &gt; .item {
    max-width: calc(34% - 23px);
  }
}

@media screen and (min-width: 768px) {
 .sc-property-popular .container-box {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

@media screen and (min-width: 1200px) {
.sc-property-popular .assets-swiper &gt; .item {
    max-width: calc(25% - 18px);
  }
  
  .sc-property-popular .g-tab-list {
    font-size: 18px;
  }

  .sc-property-popular {
    padding: 0;
  }

  .container-box.list {
    padding-left: 44px;
    padding-right: 44px;
  }

  .g-tab-toggle::before {
    left: 0;
    right: -32px;
  }

  .sc-property-popular .g-tab-wrapper {
    /* justify-content: center; */
    gap: 20px;
    padding-right: 40px;
    overflow: scroll;
    position: relavtive;
    /* max-width: 100vw; */
  }

  .sc-property-popular .g-tab-wrapper:after {
    content: "";
    width: 30px;
    position: absolute;
    height: 100%;
    background: #fff;
    right: 0;
  }

  .sc-property-popular .g-tab-wrapper::-webkit-scrollbar {
    display: none;
  }
  .g-tab-button {
    display: block;
    top: 0;
  }
}

@media screen and (min-width: 1200px) {
    #icw .sc-property-popular .assets-swiper {
      justify-content: center;
    }
}

@media screen and (min-width: 1800px) {
  .sc-property-popular .g-tab-wrapper {
    justify-content: center;
    gap: 20px;
  }
  .g-tab-button {
    display: none;
  }
}

/*============================== breakpoint ===============================*/
  .sc-property-popular .action {
    text-align: center;
    padding-top: 0;
    position: relative;
  }
  .sc-property-popular .action:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 350%;
    bottom: 0;
    left: -20%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%,#ffffff 50%, #ffffff 100%);
    position: absolute;
  }

.sc-property-popular .action.disabled{
  padding-top:24px;
  opacity:0.5;
  pointer-events:none;
}
.sc-property-popular .action.disabled:after {
   content: "";
    position: absolute;
    width: 200%;
    height: 0%;
}

@media screen and (min-width: 1024px) {
  p.desc-title {
    font-size: 16px;
  }

  .sc-property-popular .head .desc {
    font-size: 18px;
    line-height: 1.5;
  }



  .sc-property-popular .action .btn {
    max-width: 320px;
    outline: none !important;
  }
  .sc-property-popular .action .btn:focus {
    outline: none !important;
    border: none;
    box-shadow: none !important;
  }

  .sc-property-popular .tab {
    padding: 0;
  }

  .sc-property-popular .tab-list {
    margin-right: 0;
    height: 32px;
  }

  .sc-property-popular .nav-list {
    justify-content: center;
    gap: 48px;
  }

  .sc-property-popular .g-tab-list {
    flex-direction: row;
    margin-right: 0;
  }

  .sc-property-popular .g-tab-list .icon {
    margin: 0 8px 0 0;
  }

  .sc-property-popular .tab-action,
  .sc-property-popular .tab-dropdown {
    display: none;
  }

  .sc-property-popular .tab-list.active {
    overflow: visible;
  }

  .sc-property-popular .tab-list.active .nav-list {
    flex-direction: row;
    position: relative;
    top: 0;
    background: transparent;
    padding: 0;
    box-shadow: none;
    gap: 48px;
  }

  .sc-property-popular .tab-list.active .nav-item {
    padding: 0 0 8px;
  }

  .sc-property-popular .tab-list.active .nav-item + .nav-item {
    border-top: 0;
  }

  .sc-property-popular .tab-list.active .nav-link {
    flex-direction: row;
  }

  .sc-property-popular .tab-list.active .nav-link .icon {
    margin: 0 8px 0 0;
  }

  .g-tab-toggle::before {
    left: 0;
    right: 0;
  }

  .g-tab-toggle-inner {
    padding-right: 0;
  }
}

.double-koom-slick.swiper-horizontal &gt; .swiper-pagination-bullets,
.double-koom-slick.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: 0;
  bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .double-koom-slick.swiper-horizontal &gt; .swiper-pagination-bullets,
  .double-koom-slick.swiper-pagination-bullets.swiper-pagination-horizontal {
    top: -35px;
  }
}
.g-content {
  padding-top: 0;
  display: none;
  position: relative;
  min-height: 400px;
}

.not-found {
  text-align: center;
  padding-top: 32px;
}

.not-found-heading {
  color: #00a94f;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.not-found-desc {
  color: #333;
  margin-top: 4px;
  margin-bottom: 32px;
}

.not-found-img {
  width: 210px;
  display: inline-block;
}

.not-found-img &gt; img {
  width: 100%;
}
.swiper-lazy {
  display: none;
}
.property-img-inner .swiper-lazy ~ .g-loader {
  margin-top: 70px;
  position: absolute;
  top: 40%;
  left: 45%;
  transform: translate(-50%, -50%);
}
.swiper-lazy.swiper-lazy-loaded {
  display: block;
}

.swiper-lazy.swiper-lazy-loaded ~ .g-loader {
  display: none;
}

/*============================== promotion-interesting ===============================*/
.promotion-interesting {
  background: rgb(46, 156, 120);
  background: linear-gradient(
    10deg,
    rgba(46, 156, 120, 1) 0%,
    rgba(0, 48, 48, 1) 100%
  );
}

.container-interesting {
  overflow: hidden;
  padding: 24px 16px;
  color: #fff;
  text-align: center;
}

#icw .container-interesting h2 {
  font-size: 24px;
  line-height: 27px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}

#icw .container-interesting p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 24px;
}

.interesting-slide {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.interesting-slide img {
  width: 100%;
  border-radius: 8px;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â&nbsp;ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â&nbsp;ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â&nbsp;ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â&nbsp;ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â&nbsp;ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â&nbsp;ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â&nbsp;ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â&nbsp;ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â&nbsp;ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â° ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â&nbsp;ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â&nbsp;ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â&nbsp;ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â² Slide ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â&nbsp;ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â&nbsp;ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â&nbsp;ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â&nbsp;ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â&nbsp;ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â&nbsp;ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â&nbsp;ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â&nbsp;ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â&nbsp;ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â&nbsp;ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â² 1 */
/* .promotion-interesting-slide .swiper-wrapper {
  justify-content: center;
} */

.promotion-interesting-slide .swiper-slide {
  /* max-width: 300px; */
  margin-right: 0 !important;
}

.swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  transform: scale(1);
}

.swiper-pagination .swiper-pagination-bullet:before {
  border: none;
}

.promotion-interesting-slide .btn-link-slide {
  background-color: #00a94f;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  border: none;
  text-align: center;
  display: inline-block;
  font-weight: 600;
  width: 200px;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  /* bottom: 72px; */
  bottom: 18%;
}

.show-414-down {
  display: block;
}

.show-990-down {
  display: block;
}
.hide-990-down {
  display: none;
}
@media screen and (min-width: 414px) {
  .show-414-down {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .promotion-interesting-slide .swiper-slide {
    max-width: unset;
    width: 100%;
  }
  .show-990-down {
    display: none;
  }
  .hide-990-down {
    display: block;
  }
  .promotion-interesting-slide .btn-link-slide {
    left: 3%;
    bottom: 20.5%;
    margin-left: 0;
  }
}

@media screen and (min-width: 990px) {
  .interesting-slide img {
    max-width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .promotion-interesting-slide .swiper-slide {
    max-width: unset;
  }
  .promotion-interesting {
    background: rgb(56, 179, 135);
    background: linear-gradient(
      22deg,
      rgba(56, 179, 135, 1) 0%,
      rgba(0, 48, 48, 1) 100%
    );
  }

  .container-interesting {
    max-width: 1172px;
    margin: 0 auto;
    padding: 48px 16px;
  }

  #icw .container-interesting h2 {
    font-size: 35px;
    line-height: 50px;
  }
}

/*============================== LAYOUT ===============================*/
#icw button,
#icw input,
#icw select,
#icw textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  min-width: inherit;
  font: inherit;
  text-transform: none;
  text-align: left;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#icw input::placeholder {
  color: #999;
}

#icw .container:before,
#icw .container:after {
  content: "";
  display: table;
  clear: both;
}
#icw .container,
#icw .container-xs,
#icw .container-sm,
#icw .container-md {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
#icw .container {
  max-width: 1172px;
}
#icw .container-xs {
  max-width: 830px;
}
#icw .container-sm {
  max-width: 930px;
}
#icw .container-md {
  max-width: 1030px;
}

#icw .a-left {
  text-align: left;
}
#icw .a-center {
  text-align: center;
}
#icw .a-right {
  text-align: right;
}

#icw .row-0 {
  margin: 0px;
}
#icw .row-0 &gt; div {
  padding: 0px;
}

#icw .row-20 {
  margin: 0 -10px;
}
#icw .row-20 &gt; div {
  padding: 0 10px;
}

#icw .row-flex {
  display: flex;
  flex-wrap: wrap;
}
#icw .row-flex.align-items-center {
  align-items: center;
}
#icw .row-flex &gt; div {
  float: none;
}
#icw .row-flex &gt; .col {
  flex-basis: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}
#icw .row-flex &gt; .col-auto {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
#icw .row-flex &gt; .col-12 {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
#icw .row-flex &gt; .col-6 {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

#icw .item-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
#icw .item-list:after {
  content: "";
  display: table;
  clear: both;
}
#icw .item-list &gt; li {
  float: left;
}

#icw .section {
  position: relative;
}
#icw .section .sc-inner {
  position: relative;
}

@media screen and (min-width: 200px) {
  .section .sc-inner {
    padding: 48px 0;
  }
}
@media screen and (min-width: 768px) {
  .section .sc-inner {
    padding: 64px 0;
  }
}

/*============================== Hidden &amp; Visible ===============================*/
.show-w1199 {
  display: none;
}
.show-w991 {
  display: none;
}
.show-w767 {
  display: none;
}
.show-w576 {
  display: none;
}
.show-w414 {
  display: none;
}
.show-w375 {
  display: none;
}
.show-w360 {
  display: none;
}

@media (max-width: 1199px) {
  .show-w1199 {
    display: block;
  }
  .hide-w1199 {
    display: none;
  }
}
@media (max-width: 991px) {
  .show-w991 {
    display: block;
  }
  .hide-w991 {
    display: none;
  }
}
@media (max-width: 767px) {
  .show-w767 {
    display: block;
  }
  .hide-w767 {
    display: none;
  }
}
@media (max-width: 576px) {
  .show-w576 {
    display: block;
  }
  .hide-w576 {
    display: none;
  }
}
@media (max-width: 414px) {
  .show-w414 {
    display: block;
  }
  .hide-w414 {
    display: none;
  }
}
@media (max-width: 375px) {
  .show-w375 {
    display: block;
  }
  .hide-w375 {
    display: none;
  }
}
@media (max-width: 360px) {
  .show-w360 {
    display: block;
  }
  .hide-w360 {
    display: none;
  }
}

/*============================== swiper ===============================*/
.icw-swiper .swiper-button-next,
.icw-swiper .swiper-button-prev,
.icw-swiper .swiper-button-next:before,
.icw-swiper .swiper-button-prev:before {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}
.icw-swiper .swiper-initialized:hover .swiper-button-next,
.icw-swiper .swiper-initialized:hover .swiper-button-prev,
.icw-swiper .swiper-initialized:hover .swiper-button-next:before,
.icw-swiper .swiper-initialized:hover .swiper-button-prev:before {
  pointer-events: visible;
  visibility: visible;
  opacity: 1;
}
.icw-swiper
  .swiper-initialized:hover
  .swiper-button-next.swiper-button-disabled,
.icw-swiper
  .swiper-initialized:hover
  .swiper-button-prev.swiper-button-disabled,
.icw-swiper
  .swiper-initialized:hover
  .swiper-button-next.swiper-button-disabled:before,
.icw-swiper
  .swiper-initialized:hover
  .swiper-button-prev.swiper-button-disabled:before {
  pointer-events: visible;
  visibility: visible;
  opacity: 0.35;
}
.icw-swiper
  .swiper-initialized:hover
  .swiper-button-next.swiper-button-disabled.swiper-button-lock,
.icw-swiper
  .swiper-initialized:hover
  .swiper-button-prev.swiper-button-disabled.swiper-button-lock {
  display: none;
}

.icw-swiper .swiper-button-next,
.icw-swiper .swiper-button-prev {
  position: absolute;
  top: 48%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.26);
  z-index: 1;
  font-size: 0;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
  transition: var(--tsition);
}
.icw-swiper .swiper-button-next {
  right: 0px;
}
.icw-swiper .swiper-button-prev {
  left: 0px;
}
.icw-swiper .swiper-button-next:after,
.icw-swiper .swiper-button-prev:after {
  display: none;
}
.icw-swiper .swiper-button-next:before,
.icw-swiper .swiper-button-prev:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  top: 0;
  left: 2px;
  border-top: 2px solid var(--cr-light);
  border-left: 2px solid var(--cr-light);
  visibility: visible;
  transition: var(--tsition);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.icw-swiper .swiper-button-next:before {
  left: -2px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.icw-swiper .swiper-horizontal &gt; .swiper-pagination-bullets,
.icw-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.icw-swiper .swiper-pagination-custom,
.swiper-pagination-fraction,
.icw-swiper .swiper-pagination {
  text-align: center;
  margin: 0;
  /* padding-top: 32px; */
  position: relative;
  /* bottom: 0; */
}
.icw-swiper .swiper-pagination-bullet {
  font-size: 0;
  line-height: 0;
  padding: 0;
  cursor: pointer;
  margin: 0 4px;
  outline: none;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #ddd;
  opacity: 1;
  transition: var(--tsition);
}
.icw-swiper .swiper-pagination-bullet-active {
  background: var(--cr-green);
  border-color: var(--cr-green);
  opacity: 1;
  width: 24px;
}
.icw-swiper
  .swiper-horizontal
  &gt; .swiper-pagination-bullets
  .swiper-pagination-bullet,
.icw-swiper
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 8px;
}
.icw-swiper
  .swiper-horizontal
  &gt; .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active,
.icw-swiper
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  margin: 0;
}

.icw-swiper
  .swiper-horizontal
  &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.icw-swiper
  .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: var(--tsition);
}

.icw-swiper
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active-prev,
.icw-swiper
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active-prev-prev,
.icw-swiper
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active-next,
.icw-swiper
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active-next-next {
  transform: scale(1);
}

@media screen and (max-width: 1024px) {
  .icw-swiper .swiper-button-next,
  .icw-swiper .swiper-button-prev {
    width: 35px;
    height: 35px;
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .icw-swiper
    .swiper-horizontal
    &gt; .swiper-pagination-bullets
    .swiper-pagination-bullet,
  .icw-swiper
    .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 12px;
  }
  .icw-swiper
    .swiper-horizontal
    &gt; .swiper-pagination-bullets
    .swiper-pagination-bullet.swiper-pagination-bullet-active,
  .icw-swiper
    .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    margin: 0 4px;
  }
}
@media screen and (max-width: 767px) {
  .icw-swiper .swiper-horizontal &gt; .swiper-pagination-bullets,
  .icw-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
  .icw-swiper.swiper-pagination-custom,
  .swiper-pagination-fraction,
  .icw-swiper .swiper-pagination {
    /* padding-top: 24px; */
  }
}

/*############################ promotion /*############################*/
@media screen and (min-width: 200px) {
  .sc-promotion {
    background: #f4f4f4;
    overflow: hidden;
  }
  .sc-promotion .sc-inner {
    padding: 40px 0 40px;
  }
  #icw .sc-promotion .sc-heading{
    display:flex;
    justify-content:space-between;
    align-items:center;
    width:100%;
    margin-bottom: 24px;

  }
  #icw .sc-promotion .sc-heading .title {
    line-height: 1.5em;
    color: var(--cr-black);
  }
  #icw .sc-promotion .link{
    color:var(--green);
    text-decoration:underline;
    font-weight:600;
  }

  .promotion-list {
    position: relative;
    overflow: visible;
  }
  .promotion-list.-center {
    justify-content: center;
  }
  .promotion-list.-center .swiper-slide {
    margin-right: 0 !important;
  }
  .promotion-list.swiper-free-mode &gt; .swiper-wrapper {
    justify-content: inherit;
  }
  .promotion-list .swiper-pagination {
    padding-top: 16px;
  }
  .promotion-list .swiper-slide {
    width: 100%;
  }
  #icw .promotion-list .wrapper {
    max-width: unset;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 0;
  }
  .promotion-list .thumb {
    max-width: unset;
    width: 100%;
    position: relative;
    border-radius: 8px 8px 0 0;
    z-index: 20;
    overflow: hidden;
  }

  .promotion-list .content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 16px 24px 24px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0px 0px 8px 8px;
    backdrop-filter: blur(20px);
    justify-content: space-between;
    gap: 16px;
  }
  .promotion-list .content h3 {
    color: var(--cr-black);
    font-family: "kurious-looped";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
    height: 3.0em;
    overflow: hidden;
    display: -webkit-box;
    line-height: 1.5em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .promotion-list .content .thumb-date {
    height: 1.2em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .promotion-list .content small {
    font-size: 13px;
    font-family: kurious-looped;
    font-weight: 500;
    color: #666;
    margin-bottom: 24px;
    line-height: 1.5em;
    min-height: 1.5em;
  }
  .promotion-list .content .c-g,
  .promotion-list .content .c-g .wrap {
    font-size: 16px;
    font-family: "kurious-looped";
    font-weight: 500;
    color: #666;
    margin: 0;
    height: 86px;
    overflow: hidden;
    display: -webkit-box;
    line-height: 1.4em;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .promotion-list .content .action {
    margin-top: 32px;
    text-align: left;
    width: 100%;
  }
  .promotion-list .content .action .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    background: var(--green);
    border:none;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
  }

  .promotion-list.-center + .promotion-thumb {
    display: none;
  }

  .promotion-thumb {
    position: relative;
    display: none;
    margin: 0 -16px;
    padding: 40px 0 0;
  }
  .promotion-thumb .swiper-wrapper {
    width: auto;
    margin: 0 auto;
  }
  .promotion-thumb .thumb {
    border-radius: 8px;
    overflow: hidden;
    transition: var(--tsition);
    transform: scale(1);
    background-color: var(--cr-light);
    cursor: pointer;
  }
  .promotion-thumb .thumb &gt; img {
    width: 100%;
    transition: var(--tsition);
  }
  .promotion-thumb .swiper-slide .thumb &gt; img {
    opacity: 0.5;
  }
  .promotion-thumb .swiper-slide.swiper-slide-thumb-active .thumb {
    transform: scale(1.05);
  }
  .promotion-thumb .swiper-slide.swiper-slide-thumb-active .thumb &gt; img {
    opacity: 1;
  }

  .promotion-popup.mfp-bg {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    height: 100%;
  }
  .promotion-popup.mfp-bg.mfp-ready {
    opacity: 1;
  }
  .promotion-popup .mfp-container {
    width: 100%;
    height: auto;
    max-width: 1000px;
    position: relative;
    padding: 0;
  }
  .promotion-popup .mfp-container:before {
    display: none;
  }
  .promotion-popup .mfp-content {
    background-color: transparent;
    max-width: 100%;
    height: 100%;
    min-height: 100dvh;
    height: auto;
    display: flex;
    align-items: center;
  }
  .promotion-popup .mfp-content &gt; .promotion-popup {
    position: relative;
    width: 100%;
    min-height: 100dvh;
    background: var(--cr-light);
  }
  .promotion-popup .main-container {
    margin: 0;
  }
  .promotion-popup .modal-dismiss {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #00a850;
    color: #fff;
    text-align: center;
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .promotion-popup .modal-dismiss .ic {
    font-size: 12px;
    font-weight: bold;
  }
  .promotion-popup .modal-dismiss .ic {
    position: relative;
    top: -2px;
    right: -1px;
  }
  .promotion-popup .promotion-header {
    background: #e7f9eb;
    padding: 16px;
    border-radius: 0;
  }
  .promotion-popup .promotion-header .title {
    margin: 0;
    min-height: 85px;
    text-align: center;
    color: var(--cr-dark);
    font-family: "kurious-looped";
    padding: 21px 16px 24px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #e7f9eb;
    z-index: 8;
  }
  .promotion-popup .promotion-header .title strong {
    font-weight: 600;
  }
  .promotion-popup .promotion-header .thumb {
    width: auto;
    max-width: none;
    margin-top: 69px;
  }
  .promotion-popup .promotion-header .thumb &gt; img {
    width: 470px;
    border-radius: 8px;
    margin: 0 auto;
  }
  .promotion-popup .promotion-header .content {
    padding-top: 24px;
  }
  .promotion-popup .promotion-header .h-title {
    color: var(--cr-black);
    line-height: 1.5em;
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 500;
    font-family: "kurious-looped";
  }
  .promotion-popup .promotion-header .h-title strong {
    font-weight: 600;
  }
  .promotion-popup .promotion-header .date {
    color: var(--cr-gray);
    font-size: 13px;
    font-family: kurious-looped;
    font-weight: 500;
    line-height: 1.5em;
    display: block;
    margin-bottom: 24px;
  }
  .promotion-popup .promotion-header .desc {
    color: var(--cr-dark);
    line-height: 1.5em;
    margin: 0;
    font-size: 16px;
    font-family: "kurious-looped";
    font-weight: 500;
  }
  .promotion-popup .promotion-header .action {
    padding-top: 32px;
  }
  .promotion-popup .promotion-header .action .btn {
    border-radius: 8px;
    background: var(--cr-green);
    padding: 8px 24px;
    text-align: center;
    font-family: "kurious-looped";
    font-size: 16px;
    font-weight: 600;
    color: var(--cr-light);
    display: block;
  }

  .promotion-popup .promotion-content {
    background-color: var(--cr-light);
    border-top: 5px solid #266b6b;
    padding: 32px 16px 16px;
    overflow: hidden;
  }
  .promotion-popup .promotion-content.-head {
    padding-top: 72px;
    border-top: 0;
  }
  .promotion-popup .promotion-content .nowrap {
    white-space: nowrap;
  }
  .promotion-popup .promotion-content .pro-title {
    margin: 0 0 16px;
    color: var(--cr-black);
    line-height: 1.5em;
    font-size: 18px;
    font-weight: 500;
    font-family: "kurious-looped";
  }
  .promotion-popup .promotion-content .pro-title strong {
    font-weight: 600;
  }
  .promotion-popup .promotion-content .pro-subtitle {
    color: var(--cr-gray);
    font-size: 16px;
    font-family: kurious-looped;
    font-weight: 500;
    line-height: 2em;
    margin: 0 0 16px;
  }
  .promotion-popup .promotion-content ul.pro-subtitle {
    padding: 0 0 0 1.2em;
    margin: 0 0 16px;
  }
  .promotion-popup .promotion-content .title {
    margin: 0 0 8px;
    color: var(--cr-dark);
    line-height: 1.5em;
    font-size: 20px;
    font-weight: 500;
    font-family: "kurious-looped";
  }
  .promotion-popup .promotion-content .title strong {
    font-weight: 600;
  }
  .promotion-popup .promotion-content .title.a-center {
    text-align: center;
  }
  .promotion-popup .promotion-content .title .text-green {
    color: var(--cr-green);
  }
  .promotion-popup .promotion-content .hint-scroll {
    display: none;
  }
  .promotion-popup .promotion-content .table {
    width: 100%;
    border-spacing: 0;
    min-width: 880px;
  }
  .promotion-popup .promotion-content .table {
    padding: 0;
    margin: 0;
    width: 100%;
    border-spacing: 0;
    border: 0.5px solid #e8e8e8;
    border-radius: 8px;
  }
  .promotion-popup .promotion-content .table th,
  .promotion-popup .promotion-content .table td {
    padding: 24px 8px;
    border: 0.5px solid #e8e8e8;
    color: var(--cr-gray);
    text-align: center;
    line-height: 1.5em;
  }
  .promotion-popup .promotion-content .table tr:first-child th:first-child {
    border-top-left-radius: 8px;
  }
  .promotion-popup .promotion-content .table tr:first-child th:last-child {
    border-top-right-radius: 8px;
  }
  .promotion-popup .promotion-content .table tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
  }
  .promotion-popup .promotion-content .table tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
  }
  .promotion-popup .promotion-content .table th {
    background-color: var(--cr-green);
    font-family: "kurious-looped";
    font-size: 18px;
    font-weight: 600;
    color: var(--cr-light);
  }
  .promotion-popup .promotion-content .table td {
    font-size: 16px;
    font-weight: 500;
    font-family: "kurious-looped";
    line-height: 1.5;
    color: var(--cr-gray);
  }
  .promotion-popup .promotion-content .table td.a-left {
    text-align: left;
  }
  .promotion-popup .promotion-content .table td strong {
    font-weight: 600;
  }
  .promotion-popup .promotion-content .table tr:nth-child(odd) td {
    background: #fafafa;
  }
  .promotion-popup .promotion-content .table tr:nth-child(even) td {
    background: #fff;
  }
  .promotion-popup .promotion-content .mcscroll + .title {
    margin-top: 32px;
  }
  .promotion-popup .promotion-content .mcscroll + .list {
    margin-top: 32px;
  }
  .promotion-popup .promotion-content .mcscroll + .desc {
    margin-top: 32px;
  }
  .promotion-popup .promotion-content .list {
    padding: 0 0 0 1.2em;
    margin: 0 0 16px;
  }
  .promotion-popup .promotion-content .list &gt; li {
    color: var(--cr-gray);
    font-size: 16px;
    font-family: kurious-looped;
    font-weight: 500;
    line-height: 2em;
  }
  .promotion-popup .promotion-content .desc {
    color: var(--cr-gray);
    line-height: 2em;
    margin: 0;
    font-size: 16px;
    font-family: kurious-looped;
    font-weight: 500;
  }
  .promotion-popup .promotion-content .desc strong {
    font-weight: 600;
  }
  .promotion-popup .promotion-content .desc.a-center {
    text-align: center;
  }
  .promotion-popup .promotion-content .desc .text-green {
    color: var(--cr-green);
  }
  .promotion-popup .promotion-content .desc + .desc {
    margin-top: 16px;
  }
  .promotion-popup .promotion-content .image-icon {
    margin: 32px auto;
    width: 140px;
  }
  .promotion-popup .promotion-content .image-icon + .desc {
    margin-top: 16px;
  }
  .promotion-popup .promotion-content .action {
    padding-top: 32px;
  }
  .promotion-popup .promotion-content .action .btn {
    height: 40px;
    width: 100%;
    background: var(--cr-green);
    color: var(--cr-light);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
  }
  .promotion-popup #popup-ot .promotion-content .action .btn {
    font-size: 20px;
    height: 48px;
  }

  .promotion-popup .promotion-content .sc-faqs {
    background: #fafafa;
    padding: 16px;
    margin: 0 -16px -16px;
  }
  .promotion-popup .promotion-content .sc-faqs .accordion-group {
    padding: 0;
    display: block;
  }
  .promotion-popup .promotion-content .sc-faqs .accordion-group .accordion {
    max-width: 100%;
  }

  .promotion-popup .promotion-content .step-slide {
    position: relative;
    margin-bottom: 32px;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
  .promotion-popup .promotion-content .step-slide .content .desc {
    margin-bottom: 0;
    color: var(--cr-dark);
    line-height: 1.5em;
  }

  .promotion-popup .promotion-content .hr {
    margin: 20px 0;
    width: 100%;
    height: 1px;
    background: #e2e2e2;
  }

  .promotion-popup .promotion-end {
    border-radius: 0px 0px 0 0;
    background: #fafafa;
    padding: 16px;
  }
  .promotion-popup .promotion-end .note {
    color: var(--cr-gray);
    line-height: 2em;
    margin: 0 0 8px;
    font-size: 13px;
    font-family: kurious-looped;
    font-weight: 500;
  }
  .promotion-popup .promotion-end .note strong {
    font-weight: 600;
    color: var(--cr-black);
  }
  .promotion-popup .promotion-end .note:last-child {
    margin-bottom: 0;
  }
  .promotion-popup .promotion-end .sub-list {
    padding: 0 0 0 1.2em;
    margin: 0;
  }
  .promotion-popup .promotion-end .sub-list &gt; li {
    color: var(--cr-gray);
    font-size: 13px;
    font-family: kurious-looped;
    font-weight: 500;
    line-height: 1.5em;
  }
  .promotion-popup .promotion-end .sub-list &gt; li strong {
    font-weight: 600;
  }
  /*.promotion-popup .promotion-end .sub-list &gt; li .link{color: var(--cr-green);}*/

  .promotion-popup .promotion-end .sub-list.sub-list-note {
    padding-left: 0;
  }
  .promotion-popup ul.sub-list-note li::marker {
    content: "";
  }
  .promotion-popup ul.sub-list-note li:nth-child(1):before {
    content: "*";
  }
  .promotion-popup ul.sub-list-note li:nth-child(2):before {
    content: "**";
  }
  .promotion-popup ul.sub-list-note li:nth-child(3):before {
    content: "***";
  }
  .promotion-popup ul.sub-list-note li:nth-child(4):before {
    content: "****";
  }
  .promotion-popup ul.sub-list-note li {
    display: flex;
    gap: 4px;
  }
  .promotion-popup ul.sub-list-note li:before {
    display: inline-block;
    min-width: 2em;
  }

  .promotion-popup .txt-note {
    margin: 16px 0 0;
    color: var(--cr-dark);
    line-height: 1.5em;
    font-size: 13px;
  }
  .promotion-popup .txt-note + ul {
    margin-top: 16px;
  }
  .promotion-popup .txt-note + .txt-note-ol {
    margin-top: 8px;
  }
  .promotion-popup .txt-note-ol &gt; li {
    font-size: 16px;
    color: var(--cr-gray);
    line-height: 1.5em;
    font-size: 13px;
    font-weight: 500;
    font-family: "kurious-looped";
  }
  .promotion-popup .txt-note-ul &gt; li {
    font-size: 16px;
    color: var(--cr-gray);
    line-height: 1.5em;
    font-size: 13px;
    font-weight: 500;
    font-family: "kurious-looped";
  }
  .promotion-popup .txt-note-remark {
    font-size: 13px;
    color: var(--cr-gray);
    line-height: 1.5em;
    font-size: 13px;
    font-weight: 500;
    font-family: "kurious-looped";
    margin: 0 0 24px;
  }
  .promotion-popup .warning {
    text-align: center;
    padding: 12px 16px;
    background: #f8f8f8;
    border-radius: 8px;
    display: inline-flex;
  }
  .promotion-popup .warning p {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.8em;
    font-family: "kurious-looped";
  }
  .promotion-popup .warning .txt {
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    border-radius: 4px;
    padding: 2px 10px 0;
    background: var(--cr-red);
    color: var(--cr-light);
    line-height: 1.5em;
  }
  #icw .sc-promotion .promotion-list .show-w767 {
    display: inline-flex;
  }
  #icw .sc-promotion .promotion-list .hide-w767 {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #icw .sc-promotion h2{
    font-size: 33px;
  }
  .sc-promotion .sc-inner {
    padding: 64px 0;
  }

  .promotion-list .content h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .promotion-popup .mfp-container {
    width: 96%;
    margin: 120px auto;
  }
  .promotion-popup .mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .promotion-popup .modal-dismiss {
    top: -15px;
    right: -15px;
    position: absolute;
  }
  .promotion-popup .mfp-content &gt; .promotion-popup {
    min-height: inherit;
    background: transparent;
  }

  .promotion-popup .promotion-header {
    padding: 48px;
    border-radius: 8px 8px 0 0;
  }
  .promotion-popup .promotion-header .title {
    display: none;
  }
  .promotion-popup .promotion-header .thumb {
    margin-top: 0;
  }
  .promotion-popup .promotion-header .action .btn {
    display: inline-block;
  }

  .promotion-popup .promotion-content {
    padding: 48px 48px 24px 48px;
  }
  .promotion-popup .promotion-content.-head {
    padding-top: 48px;
  }
  .promotion-popup .promotion-content .pro-title {
    font-size: 26px;
  }
  .promotion-popup .promotion-content ul.pro-subtitle {
    margin: 0 0 32px;
  }
  .promotion-popup .promotion-content .sc-faqs {
    background: none;
    padding: 0;
    margin: 0;
  }
  .promotion-popup .promotion-content .step-slide {
    max-width: inherit;
    overflow: hidden;
  }

  .promotion-popup .promotion-end {
    border-radius: 0px 0px 8px 8px;
    background: #fafafa;
    padding: 16px 48px;
  }
  /* .promotion-popup .promotion-end .note{font-size: 16px;} */
  /* #icw .promotion-list .wrapper{max-width: 100%;} */
  /* .promotion-list.swiper-initialized .wrapper{max-width: 300px;}
  .promotion-list.swiper-initialized .thumb {max-width: 300px;} */

  #icw .sc-promotion .promotion-list .show-w767 {
    display: none;
  }
  #icw .sc-promotion .promotion-list .hide-w767 {
    display: inline-flex;
  }
}

@media screen and (min-width: 1140px) {
  #promotions-slide .thumb img {
    width: inherit;
  }
  .promotion-list {
    position: relative;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
  }
  .promotion-list .wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    max-width: calc(100vw - 32px);
    box-shadow: none;
    border-radius: 0;
  }
  .promotion-list .thumb {
    width: 200%;
    max-width: 580px;
    border-radius: 8px 0 0 8px;
  }
  .promotion-list .content {
    padding: 40px 48px 48px;
    border-radius: 0 8px 8px 0;
    height: 348px;
  }
  .promotion-list .content .c-g,
  .promotion-list .content .c-g .wrap {
    margin-top:24px;
    height: 4.05em;
    -webkit-line-clamp: 3;
  }
  .promotion-list .content .action .btn {
    width: 100%;
  }
  .promotion-list .swiper-pagination {
    display: none;
  }
  .promotion-list .swiper-button-next,
  .promotion-list .swiper-button-prev {
    top: 55%;
  }
  .promotion-list .swiper-button-next {
    right: 8px;
  }
  .promotion-list .swiper-button-prev {
    left: 8px;
  }

  .promotion-thumb {
    display: flex;
    position: relative;
    max-width: 887px;
    margin: 0 auto;
  }
  .promotion-thumb .swiper-button-next,
  .promotion-thumb .swiper-button-prev {
    top: 85%;
  }
  .promotion-thumb .swiper-button-next {
    right: 50%;
    margin-right: -503px;
  }
  .promotion-thumb .swiper-button-prev {
    left: 50%;
    margin-left: -503px;
  }
  .promotion-thumb .swiper-slide {
    opacity: 0;
    pointer-events: none;
  }
  .promotion-thumb .swiper-slide.swiper-slide-visible {
    opacity: 1;
    pointer-events: visible;
  }

  .promotion-popup .promotion-header {
    display: flex;
  }
  .promotion-popup .promotion-header .thumb {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .promotion-popup .promotion-header .thumb &gt; img {
    width: 470px;
    border-radius: 8px;
  }
  .promotion-popup .promotion-header .content {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 24px;
    padding-top: 0;
  }
}
@media screen and (min-width: 1140px) {
  #icw .promotion-list .wrapper,
  #icw .promotion-list.swiper-initialized .wrapper {
    max-width: 100%;
    padding: 0;
  }
  .promotion-list .thumb,
  .promotion-list.swiper-initialized .thumb {
    max-width: 700px;
  }
  .promotion-list .content {
    padding: 48px 56px 56px;
    height: 420px;
  }

  .promotion-thumb .swiper-slide:hover .thumb {
    transform: scale(1.05);
  }
}
/*############################ sc-category /*############################*/
.sc-category{
  padding: 40px 0;
}
.sc-category .head{
  margin-bottom: 24px;
}

.category-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 auto;
  justify-content: flex-start;
}

.category-item{
  position: relative;
  display: flex;
  width: calc(50dvw - 20px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
}
.category-item .bg-image img{
  width: calc(50dvw - 20px);
  height: 130px;
  object-fit: cover;
  border-radius: 8px;
}

#icw .category-item .title{
  position:relative;
  padding: 8px 0 0;
  text-align:center;
  display:flex;
  align-items:center;
  justify-content:center;
  
}

#icw .category-item .title *{
  color: #333;
  font-size: 16px;
  font-weight: 600;
  margin-bottom:0;
}

.category-item .number{
  position:absolute;
  top: 16px;
  right: 16px;
  background: rgba(0,0,0,0.6);

  color: #fff;
  padding: 2px 8px;
  border-radius: 20px;
}

@media screen and (min-width: 576px) {
.category-wrapper {
  gap: 24px;
  justify-content: center;
}
  .category-item{
      width: calc(20% - 20px);
  }
  .category-item .bg-image img{
    min-width: calc(100% - 24px);
    height: 130px;
  }
  .sc-category{
    padding: 64px 0;
  }
}


/*############################ sc-notification /*############################*/
.sc-notificaiton .container-box{
  padding: 40px 0;
}
.notificaiton-wrapper {
  position: relative;
  max-width: 360px;
  margin: auto;
  border-radius: 8px;
}
.notificaiton-wrapper img{
  width: 100%;
  border-radius: 8px;
}
#icw .notificaiton-wrapper .btn {
  background: var(--green-color-3);
  color: #fff;
  padding: 0 32px;
  height: 48px;
  width: 100%;
  max-width: 320px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
}
.notificaiton-wrapper .btn:hover {
  color: #fff;
}
@media (min-width: 769px) {
  .sc-notificaiton .container-box{
    padding: 64px 0;
  }
  .notificaiton-wrapper {
    max-width: 1000px;
  }
  #icw .notificaiton-wrapper .btn {
    position: absolute;
    bottom: 24px;
    left: 32px;
    transform: translateX(0);
  }
}

.icon-hot{
  position: relative;
  padding-left:32px;
}

.icon-hot::before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(../../../theme/img/icon/hot-icon.png) no-repeat center center;
  background-size: contain;
}
.icon-promotion{
  position: relative;
  padding-left:32px;
}

.icon-promotion::before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(../../../theme/img/icon/promotion-icon.png) no-repeat center center;
  background-size: contain;
}
.icon-popular{
  position: relative;
  padding-left:32px;
}

.icon-popular::before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(../../../theme/img/icon/popular-icon.png) no-repeat center center;
  background-size: contain;
}

@media (min-width: 1460px) {
  .icon-hot,
  .icon-promotion,
  .icon-popular {
        margin-left: -28px;
  }
}</pre></body></html>