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

dl, ol, ul {
  margin: 0;
}

.container-1920 {
  width: 100%;
  max-width: 2008px;
  padding: 0 20px;
  margin: 0 auto;
}

p {
  margin: 0;
}

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

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

#icw .btn-main {
  border-radius: 8px;
}

.swiper-wrapper {
  align-items: center;
}

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

.swiper-pagination-fraction {
  max-width: initial;
  transform: unset;
  position: absolute;
  z-index: 2;
  right: 16px;
  bottom: 16px;
  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: 1024px) {
  main {
    padding-top: 80px;
  }

  .container-1920 {
    padding: 0 44px;
  }

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

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

/* ********************* Gallery ********************* */
.gallery-slide {
  width: 100%;
  height: 216px;
  overflow: hidden;
  position: relative;
}

.gallery-slide .swiper-slide {
  width: fit-content !important;
  cursor: pointer;
}

.gallery-container-1920 {
  width: 100%;
  height: 100%;
  max-width: 2008px;
  padding: 0 8px;
  margin: 0 auto;
  position: relative;
}

.gallery-pagination {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 20px;
  color: #fff;
  font-size: 13px;
  line-height: 24px;
  font-weight: 600;
  right: 8px;
  bottom: 8px;
  z-index: 1;
  padding: 0 12px;
  display: flex;
}

.gallery-pagination * {
  font-family: kurious-looped, sans-serif;
}

.gallery-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* z-index: 1; */
}

@media screen and (min-width: 1024px) {
  .gallery-slide {
    height: 400px;
  }

  .gallery-container-1920 {
    padding: 0 44px;
  }

  .gallery-pagination {
    right: 52px;
  }
}

/* ********************* End gallery ********************* */
/* ********************* Gallery modal ********************* */
#icw .gallery-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2002;
  background-color: #fff;
  align-items: baseline;
  justify-content: center;
  display: none;
  overflow: hidden;
}

#icw .gallery-backdrop.active {
  display: block;
}

.line-modal {
  width: 100%;
  height: 5px;
  background: rgb(0, 169, 79);
  background: linear-gradient( 151deg, rgba(0, 169, 79, 1) 50%, rgba(46, 60, 52, 1) 100% );
}

.g-modal-header.dt {
  display: none;
}

#icw .gallery-backdrop h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  color: var(--green-color-3);
}

.g-wrapper-col-l {
  position: relative;
}

.close-gallery-modal {
  border: none;
  width: 40px;
  height: 40px;
  background-color: var(--green-color-3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-gallery-modal img {
  width: auto;
  height: auto;
}

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

.g-modal-header.right {
  justify-content: end;
  padding-bottom: 0;
}

.g-modal-header p {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: var(--green-color-3);
}

.gallery-modal-swiper {
  position: relative;
}

.g-name-property {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 16px;
  color: #fff;
  z-index: 9;
  background: rgba(0, 0, 0, 0.7);
  padding: 18px 32px;
}

.gallery-backdrop .swiper-button-next, .gallery-backdrop .swiper-button-prev {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  display: flex;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 16px;
}

.g-detail {
  padding: 20px 16px;
}

.g-detail .wrap-address .asset-code {
  font-size: 16px;
}

.g-row-share {
  border-bottom: 1px solid #ebebeb;
  padding: 10px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.g-wrapper-share i {
  font-size: 20px;
}

.g-wrapper-share .ic-icon-link {
  font-size: 18px;
}

.g-share {
  color: #666;
  padding-right: 16px;
  border-right: 1px solid #e6e6e6;
  margin-right: 8px;
}

.g-share &gt; i {
  color: #666;
  margin-right: 8px;
}

.g-page {
  display: flex;
  color: #666;
  font-weight: 600;
  align-items: baseline;
}

.g-current-page {
  color: var(--green-color-3);
  font-size: 20px;
}

.g-wrapper-share &gt; a {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: var(--green-color-3);
  color: #fff;
  padding: 6px;
}

.g-wrapper-page {
  display: flex;
  justify-content: space-between;
}

#gallery-modal .asset-title {
  font-size: 24px;
  color: #333;
  height: auto;
}

#gallery-modal .wrap-detail {
  border-bottom: unset;
}

#idea-modal {
  justify-content: end;
}

#idea-modal .swiper-button-prev:after {
  margin-top: -2px;
}

.idea-modal-container {
  max-width: 2008px;
  margin: 0 auto;
  padding: 0 20px;
}

.g-head-wrapper p {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #333;
  margin-bottom: 8px;
}

p.g-id-property {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #666;
  margin-bottom: 16px;
}

#idea-modal .g-tab {
  padding: 0;
  height: 100%;
}

#idea-modal .g-tab-toggle-content {
  margin-bottom: 0;
  height: 100%;
}

#idea-modal .g-content {
  padding-top: 0;
}

#idea-modal .g-content.active {
  display: contents;
}

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

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

#idea-modal .swiper-button-next, #idea-modal .swiper-button-prev {
  display: flex;
}

#idea-modal .g-tab-button {
  right: 20px;
}

#idea-modal .g-float {
  left: 0;
  right: 2px;
  top: -1px;
}

#idea-modal .g-row {
  padding-bottom: 20px;
}

#idea-modal .g-float-label {
  line-height: 36px;
}

#idea-modal .g-tab-wrapper {
  padding-left: 20px;
}

.g-tab {
  padding: 0 20px;
}

.g-normal-text {
  padding: 16px 20px;
  color: #666;
  margin-bottom: 16px;
}

.g-row {
  padding: 0 20px;
}

.g-idea-content {
  margin-right: -20px;
  margin-left: -20px;
  overflow-y: auto;
}

#idea-modal .swiper-slide {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: flex;
  width: 100%;
  height: 240px;
}

#idea-modal .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#idea-modal .asset-title {
  font-size: 24px;
  color: #333;
  height: auto;
}

#idea-modal .swiper img {
  /* width: 100%;
  height: 100%;
  object-fit: cover; */
  vertical-align: bottom;
}

#idea-modal .swiper .swiper-zoom-container {
  position: relative;
  width: 100%;
  height: 100%;
  height: 280px;
}

#idea-modal .swiper .swiper-slide:hover i {
  display: block;
  z-index: 9;
}

#idea-modal .swiper .swiper-slide i {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  display: none;
}

#idea-modal .swiper .swiper-slide p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: rgba(0, 0, 0, 0.7); */
  color: #fff;
  line-height: 40px;
  text-align: left;
  padding: 0 20px;
}

@media screen and (min-width: 1024px) {
  .g-row-share {
    padding: 10px 30px;
  }

  .gallery-backdrop .swiper-button-next, .gallery-backdrop .swiper-button-prev {
    background-color: var(--green-color-3);
  }

  #idea-modal .swiper-slide img {
    width: auto;
    margin: 0 auto;
  }

  #idea-modal .g-tab-content {
    height: calc(100% - 85px);
  }

  #idea-modal .swiper-slide {
    height: 600px;
  }

  #tab-idea .g-tab-list {
    margin-right: 32px;
  }

  #tab-idea .g-tab-list.active {
    color: #fff;
  }

  #tab-idea .g-tab-toggle::before {
    border-bottom: 1px solid #333;
  }

  .g-modal-header p {
    font-size: 24px;
  }

  .g-body {
    display: flex;
    height: 100vh;
  }

  .idea-modal-container {
    padding: 0 44px;
  }

  #idea-modal .g-wrapper-col-l {
    display: block;
  }

  .g-wrapper-col-l {
    text-align: center;
    display: flex;
    justify-content: center;
    background: #000;
    width: calc(100% - 380px);
    padding: 16px 64px;
    overflow: hidden;
  }

  .g-wrapper-col-r {
    width: 380px;
    position: relative;
    z-index: 9;
    background: #fff;
  }

  .g-modal-header.dt {
    display: flex;
    padding-left: 30px;
    padding-right: 30px;
  }

  .g-modal-header.mb {
    display: none;
  }

  #gallery-modal .g-detail {
    padding-left: 30px;
    padding-right: 30px;
  }

  .g-row-share {
    position: absolute;
    bottom: 33px;
    right: 0;
    left: 0;
    border: none;
    justify-content: flex-start;
  }

  .g-row-share .g-page {
    display: none;
  }

  .g-name-property {
    display: flex !important;
    justify-content: space-between;
    border-top: 1px solid #333;
    position: fixed;
    z-index: 1;
    right: 380px;
    left: 0;
    font-size: 13px;
  }

  .g-detail {
    height: 100%;
  }

  .g-detail &gt; div {
    height: 100%;
  }

  .g-detail .mobile-contact-wrapper {
    display: block;
    position: absolute;
    border: 0;
    bottom: 67px;
    left: 30px;
    right: 30px;
  }

  .g-page {
    color: #fff;
  }

  .g-page.swiper-pagination-fraction {
    bottom: 10px;
    right: 20px;
    font-size: 16px;
  }

  .g-page .swiper-pagination-current {
    font-size: 20px;
  }

  .g-current-page {
    color: #fff;
  }

  .gallery-modal-swiper {
    overflow: hidden;
  }

  .gallery-modal-swiper .swiper-button-next, .gallery-modal-swiper .swiper-button-prev {
    background-color: var(--green-color-3);
  }

  .gallery-modal-swiper .swiper-button-prev {
    left: 44px;
  }

  .gallery-modal-swiper .swiper-button-next {
    right: 44px;
  }

  #idea-modal {
    justify-content: end;
  }

  .g-modal-header {
    font-size: 24px;
    padding: 48px 44px 20px;
  }

  .g-head-wrapper {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
  }

  #idea-modal .g-tab-wrapper {
    padding-left: 0;
  }

  .g-normal-text {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 8px;
  }

  #idea-modal .g-row {
    max-width: 320px;
    margin: 0 auto;
    position: unset;
  }

  .g-tab {
    padding: 0 44px;
  }

  .g-content {
    padding-top: 24px;
  }

  #idea-modal .swiper {
    width: 100%;
    height: 100%;
    border-radius: 8px;
  }

  .g-idea-content {
    /* height: calc(100vh - 191px); */
    margin: 0;
  }

  #idea-modal .swiper .swiper-zoom-container {
    height: 500px;
  }
}

/* ********************* End of Gallery modal ********************* */
/* *********************  Detail Content ********************* */
#detail-content {
  padding-top: 16px;
}

.announcement-wrapper {
  border: 1px solid #ff6701;
  border-radius: 8px;
  background-color: #ffe8d9;
  padding: 10px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}

.aw-ic {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #fff;
  text-align: center;
  margin-right: 10px;
}

.aw-ic i {
  width: 20px;
  height: 24px;
  background-image: url(../img/announcement-icon.svg);
  display: inline-block;
  margin-top: 8px;
}

.aw-text-head {
  color: #ff6701;
  font-weight: 600;
  margin-right: 10px;
}

.aw-text-head {
  color: #ff6701;
  font-weight: 600;
  margin-right: 10px;
}

.aw-text-desc {
  color: #333;
  margin-top: 5px;
}

.gallery-badge {
  display: inline-flex;
  align-items: center;
  color: white;
  padding: 0 12px;
  border-radius: 20px;
  margin-bottom: 8px;
  margin-right: 1px;
}

.gallery-badge p {
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 0;
  white-space: nowrap;
  margin-left: 4px;
}

.ic-npa-icon-partnershipbadge {
  padding-top: 1px;
}

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

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

.gallery-badge.new {
  background-color: var(--yellow-color-1);
}

.gallery-badge.hot {
  background-color: var(--red-color-3);
}

.gallery-badge.promo {
  background-color: var(--orange-color-1);
}

#icw .heading-wrapper h1 {
  font-size: 24px;
  line-height: 35px;
  font-weight: 600;
  color: var(--green-color-3);
}

#icw .heading-wrapper.partner h1 {
  color: var(--blue-colr-1);
}

.heading-detail {
  display: flex;
  align-items: center;
  margin-top: 8px;
}

.heading-detail p {
  font-size: 16px;
  color: var(--gray-color-2);
  margin-bottom: 0;
}

.absolute {
  width: 1px;
  height: 24px;
  background-color: #e1e1e1;
  margin: 0 8px;
}

.box-views {
  display: flex;
  align-items: center;
  color: #999;
}

.box-views &gt; i {
  font-size: 16px;
}

.box-views &gt; p {
  font-size: 14px;
  margin-left: 8px;
}

.box-favorite {
  position: relative;
}

.tooltip-favorite {
  position: absolute;
  width: 140px;
  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;
}

.btn-compare {
  border: 1px solid var(--green-color-3);
  border-radius: 8px;
  padding: 0 16px;
  color: var(--green-color-3);
  cursor:pointer;
}

.btn-compare &gt; i {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
}

.btn-compare &gt; span {
  font-size: 16px;
  line-height: 40px;
  font-weight: 600;
  margin-left: 8px;
}

.btn-compare.is-compare {
  opacity: 0.3;
  pointer-events: none;
}

@media screen and (min-width: 1024px) {
  #icw .heading-wrapper h1 {
    font-size: 35px;
    line-height: 1.5;
  }
}

/*################################ Social ###############################*/
.box-social {
  margin-top: 18px;
  margin-bottom: 24px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.social-wrapper {
  display: flex;
}

.social-wrapper p {
  display: none;
}

.social-wrapper &gt; div {
  margin-right: 8px;
  position: relative;
}

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


.social-btn.social-btn-hide-dt {
  display: flex;
}

.social-btn.social-btn-show-dt {
  display: none;
}

.social-btn:hover i {
  color: var(--green-color-3);
}

.social-btn i {
  font-size: 22px;
}

#icw .social-dropdown {
  position: relative;
  z-index: 9;
}

#icw .social-dropdown-menu {
  width: 300px;
  padding: 10px;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  box-shadow: 0 0 5px 1px var(--light-gray-2);
  border-radius: 10px;
  visibility: hidden;
  z-index: 1;
}

#icw .social-dropdown-menu .wrapper-input-link, #icw .shared-offcanvas .wrapper-input-link {
  position: relative;
  z-index: 9;
  margin-bottom: 15px;
}

#icw .social-dropdown-menu .wrapper-icon, #icw .shared-offcanvas .wrapper-icon-mobile {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  right: 0;
  padding-left: 10px;
  padding-right: 10px;
  background: var(--light-gray-9);
  font-size: 25px;
  color: var(--gray-color-1);
  cursor: pointer;
  height: 100%;
}

#icw .shared-offcanvas .wrapper-icon-mobile {
  background: #fff;
}

#icw .social-dropdown-menu .wrapper-icon::after, #icw .shared-offcanvas .wrapper-icon-mobile::after {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 20px;
  background-color: var(--light-gray-3);
  top: 50%;
  transform: translateY(-50%);
}

#icw .social-dropdown-menu .wrapper-icon i.ic-npa, #icw .shared-offcanvas .wrapper-icon-mobile i.ic-npa {
  margin-right: 0;
  line-height: 45px;
}

#icw .social-dropdown-menu .wrapper-icon i.ic-npa-icon-copiedlink, #icw .shared-offcanvas .wrapper-icon-mobile i.ic-npa-icon-copiedlink {
  color: var(--green-color-3);
}

#icw .social-dropdown-menu .input-link, #icw .shared-offcanvas .input-link {
  width: 100%;
  height: 45px;
  border-radius: 3px;
  background: var(--light-gray-1);
  border: none;
  padding: 5px 40px 5px 10px;
  color: var(--gray-color-1);
  position: relative;
}

#icw .shared-offcanvas .input-link {
  background-color: #fff;
}

#icw .social-dropdown-menu .wrapper-icon-share {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

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

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

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

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

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

#icw .other-offcanvas.show, #icw .shared-offcanvas.show {
  z-index: 2100;
}

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

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

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

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

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

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

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

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

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

/*################################ End of Shared offcanvas ###############################*/
.price-wrapper {
  padding: 16px 20px;
  background: #fafafa;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.special-badge {
  font-size: 13px;
  line-height: 20px;
  padding: 0 8px;
  color: white;
  background: linear-gradient(140deg, var(--red-color-4), var(--red-color-5));
  border-radius: 4px;
}

#icw .special-price {
  color: #ee0000;
  font-size: 24px;
  line-height: 33px;
  white-space: nowrap;
}

.price-inner-l {
  text-align: right;
}

.old-price {
  color: var(--gray-color-1);
  font-size: 13px;
  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;
}

.line-price-wrapper {
  border-top: 1px solid #dbdbdb;
}

.location-container {
  padding: 25px 0 16px;
  display: flex;
  align-items: baseline;
}

.location-container i {
  color: var(--green-color-3);
  margin-right: 4px;
}

.location-container p {
  color: #666;
}

.tag-properties {
  font-size: 16px;
  line-height: 24px;
  color: #33ba72;
  padding: 8px 16px;
  border-radius: 20px;
  display: inline-block;
  border: 1px solid #cceedc;
  margin-bottom: 8px;
  margin-right: 4px;
}
.tag-properties:focus,
.tag-properties:hover {
  background-color: #33ba72;
  border: 1px solid #33ba72;
  
  color:#fff;
}

.icon-detail-wrapper {
  display: flex;
  flex-flow: wrap;
  margin-top: 24px;
}

.detail-card {
  width: 50%;
  display: flex;
  margin-bottom: 10px;
}

.detail-card .title.dt {
  display: none;
}

.detail-card .title.mb {
  display: block;
}

.detail-card &gt; i {
  color: var(--green-color-3);
  font-size: 24px;
  margin-right: 8px;
}

.detail-card .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.detail-card .content {
  color: #666;
  line-height: 24px;
}

.ai-wrapper {
  margin-top: 16px;
  padding: 8px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid rgba(0, 169, 79, 0.2);
  border-radius: 8px;
  background-color: #ecfbf3;
  position: relative;
  margin-bottom: 32px;
  overflow: hidden;
}

.ai-wrapper &gt; i {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid rgba(0, 169, 79, 0.2);
  background-color: #fff;
}

.ai-wrapper:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 100%;
  background-image: url(../img/img-detail/npa-icon-room-generator_mobile.png);
  background-size: contain;
  top: 0;
  right: 40px;
}

.ai-wrapper &gt; div {
  display: flex;
  align-items: flex-start;
}

.ai-text-wrapper {
  margin-left: 8px;
}

.ai-title {
  color: var(--green-color-3);
  font-weight: 600;
  line-height: 21px;
}

.ai-desc {
  color: #333;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}

.ai-wrapper i {
  color: var(--green-color-3);
  font-size: 8px;
  text-align: center;
  line-height: 20px;
}

.table-detail {
  padding-top: 32px;
  margin-left: -20px;
  margin-right: -20px;
}

.line-table-detail {
  border-top: 1px solid #dbdbdb;
}

#icw .table-detail h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #333;
  padding: 0 20px;
}

.table-detail table {
  margin-top: 16px;
  width: 100%;
}

.table-detail tr:nth-child(even) {
  background-color: #f7f7f7;
}

.table-detail td {
  padding: 10px 0;
  vertical-align: baseline;
}

.table-detail td:first-child {
  font-weight: 500;
  color: #333;
  width: 50%;
  padding-left: 20px;
}

.table-detail td:last-child {
  font-weight: 400;
  color: #666;
  padding-right: 20px;
}

.mobile-contact-wrapper {
  padding: 32px 0;
}

.mobile-contact-wrapper p {
  font-size: 13px;
  line-height: 1.5;
  color: #4f4f4f;
  text-align: center;
}

.btn-green {
  background-color: var(--green-color-3);
  border: 1px solid var(--green-color-3);
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  line-height: 46px;
  text-align: center;
  display: block;
}

.btn-white {
  background-color: #fff;
  border: 1px solid var(--green-color-3);
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  line-height: 46px;
  text-align: center;
  display: block;
}

.btn-green:hover {
  color: #fff;
}

.mobile-contact-wrapper .btn-green, .mobile-contact-wrapper .btn-main {
  margin-bottom: 16px;
}

.btn-white {
  border: 1px solid var(--green-color-3);
  border-radius: 8px;
  color: var(--green-color-3);
  font-weight: 600;
  line-height: 46px;
  text-align: center;
  display: block;
  cursor:pointer;
}

.btn-white:hover {
  color: var(--green-color-3);
  /* text-decoration:underline; */
}

#icw .place-nearby h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #333;
  margin-bottom: 8px;
}

#icw .place-nearby .g-tab-toggle-content {
  margin-bottom: 24px;
}

@media screen and (min-width: 1024px) {
  #icw .table-detail h2 {
    font-size: 24px;
    padding: 0;
  }

  #icw .place-nearby h2 {
    font-size: 24px;
    margin-bottom: 16px;
  }

  #detail-content .container-1920 {
    display: flex;
  }

  .d-col-l {
    width: calc(100% - 380px);
    padding-right: 32px;
  }

  #detail-content {
    padding-top: 40px;
  }

  .announcement-wrapper {
    justify-content: center;
  }

  .aw-text {
    display: flex;
    align-items: center;
  }

  .aw-text-desc {
    margin-top: 0;
  }

  .heading-wrapper {
    margin-top: 8px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
  }

  .heading-detail {
    margin-top: 44px;
  }

  .absolute {
    margin: 0 16px;
  }

  .btn-compare {
    margin-left: 24px;
  }

  .social-wrapper p {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    margin-top: 4px;
  }

  .tooltip-favorite {
    top: -40px;
    left: 22px;
    font-size: 13px;
    padding: 8px;
    text-align: left;
    width: 291px;
    transform: translateX(-50%);
  }

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

  #icw .shared-offcanvas {
    display: none;
  }

  .social-btn.social-btn-show-dt {
    display: flex;
  }

  .social-btn.social-btn-hide-dt {
    display: none;
  }

  .price-wrapper {
    background-color: transparent;
  }

  .special-badge {
    line-height: 24px;
  }

  .price-inner-l {
    display: flex;
    align-items: center;
  }

  .old-price {
    margin-left: 8px;
  }

  .icon-detail-wrapper {
    flex-flow: row;
    margin-top: 16px;
  }

  .detail-card {
    width: 25%;
    display: block;
    text-align: center;
    padding: 16px;
    border-right: 1px solid #dbdbdb;
    margin-bottom: 0;
  }

  .detail-card:last-child {
    border-right: none;
  }

  .detail-card .title.dt {
    display: block;
    margin-bottom: 4px;
  }

  .detail-card .title.mb {
    display: none;
  }

  .detail-card .content {
    margin-top: 4px;
  }

  .ai-wrapper {
    padding: 16px 24px;
  }

  .ai-text-wrapper {
    margin-left: 16px;
    display: flex;
  }

  .ai-wrapper &gt; div {
    align-items: center;
  }

  .ai-wrapper:after {
    top: 4px;
    right: 70px;
    background-image: url(../img/img-detail/npa-icon-room-generator_desktop.png);
  }

  .ai-desc {
    margin-left: 8px;
  }

  .line-table-detail {
    display: none;
  }

  .table-detail {
    margin: 0;
    border: none;
    padding-top: 0;
  }

  .table-detail table {
    margin-top: 24px;
  }

  .table-detail td:first-child {
    width: 20%;
  }

  .mobile-contact-wrapper {
    display: none;
  }

  .place-nearby {
    padding-top: 40px;
  }

  .place-nearby .g-tab-list {
    margin-right: 32px;
  }
}

/* ********************* End Detail Content ********************* */
/* ********************* Tab  ********************* */
.g-content table {
  width: 100%;
}

.g-content table td:nth-child(even) {
  text-align: right;
  max-width: 100%;
  white-space:nowrap;
}

.g-content table td {
  vertical-align: top;
}

.g-content .list {
  position: relative;
  padding-left: 8px;
}

.g-content .list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #999;
}

.g-content table {
  line-height: 24px;
  color: #666;
}

@media screen and (min-width: 1024px) {
  .g-content table td:nth-child(even) {
    text-align: left;
    width: 50%;
  }
}

/* ********************* End of Tab  ********************* */
/* ********************* Map  ********************* */
.map-wrapper {
  margin-bottom: 40px;
  height: 480px;
  margin-left: 0px;
  margin-right: 0;
}

#map-lg {
  height: 100%;
}

.legend {
  padding: 10px;
  margin: 10px;
  box-shadow: 0 0 1px 1px var(--light-gray-4);
  background: white;
}

.pin-notice:nth-child(1) {
  margin-bottom: 10px;
}

.pin-notice img {
  width: 10px;
  margin-right: 5px;
  vertical-align: middle;
}

.gm-style .gm-style-iw-c {
  min-width: 283px !important;
}

#infowindow-content .md-thumbnail-slide {
  display: flex;
}

.map-detail-prop {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

#infowindow-content img {
  width: 100px;
  height: 100px;
}

#icw .more-filter-btn {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
}

#icw .gm-ui-hover-effect {
  width: 40px !important;
  height: 40px !important;
  opacity: 0;
  top: 0 !important;
  right: 0 !important;
}

#icw .more-filter-btn img {
  width: 10px;
}

#icw #infowindow-content .asset-title {
  font-size: 13px;
  line-height: 20px;
  height: auto;
}

#icw #infowindow-content .md-thumbnail-detail {
  padding-left: 8px;
}

#icw #infowindow-content .special-badge {
  font-size: 8px;
  padding: 0 4px;
  white-space: nowrap;
  line-height: 16px;
}

#icw #infowindow-content .special-price {
  font-size: 16px;
  font-weight: 600;
}

.gm-iv-small-container {
  margin-left: 10px;
}

.gm-iv-address {
  margin-left: 0;
}

@media screen and (min-width: 1024px) {
  .map-wrapper {
    height: 565px;
  }

  .gm-style-mtc-bbw {
    left: 20px !important;
  }

  .legend {
    left: 20px !important;
  }

  .gm-iv-small-container {
    margin-left: 30px;
  }

  .gm-iv-address {
    margin-left: 0;
  }
}

/* ********************* End of Map  ********************* */
/* ********************* idea decoration  ********************* */
#icw .idea-decoration-wrapper h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #333;
  margin-bottom: 8px;
}

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

.g-wrapper .thumb {
  border-radius: 8px;
  overflow: hidden;
  height: 190px;
  display: flex;
  justify-content: center;
}

.idea-decoration-wrapper .idea-list {
  overflow: hidden;
}

.idea-decoration-wrapper .g-content {
  padding-bottom: 32px;
}

.idea-list {
  cursor: pointer;
}

.idea-thumb {
  margin-top: 16px;
  position: relative;
  overflow: hidden;
  margin-left: -20px;
  margin-right: -20px;
}

.idea-thumb .swiper-slide {
  width: 132px !important;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
}

.thumb {
  height: 100%;
}

.thumb img {
  width: 100%;
  height: 100%;
}

/* .idea-thumb img,
.idea-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */
.idea-list .swiper-pagination {
  bottom: 35px;
}

.idea-thumb .swiper-button-next, .idea-thumb .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 100%;
}

.idea-thumb .swiper-button-next {
  right: 20px;
}

.idea-thumb .swiper-button-prev {
  left: 20px;
}

.idea-thumb .swiper-button-next:after, .idea-thumb .swiper-button-prev:after {
  font-size: 16px;
  color: #fff;
}

.swiper-pagination-bullet {
  margin: 0 8px !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 24px;
  background-color: var(--green-color-3);
  border-radius: 50px;
  transition: width 0.5s ease;
}

@media screen and (min-width: 1024px) {
  .idea-decoration-wrapper .g-content {
    padding-bottom: 72px;
  }

  #icw .idea-decoration-wrapper h2 {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .idea-decoration-wrapper .g-tab-list {
    margin-right: 32px;
  }

  .idea-list {
    height: 565px;
    overflow: hidden;
    border-radius: 8px;
  }

  .g-wrapper .thumb {
    height: 565px;
  }

  .d-col-l {
    overflow: hidden;
  }

  .idea-thumb {
    margin-left: 0;
    margin-right: 0;
  }

  #idea-modal .g-modal-header {
    border-bottom: unset;
  }

  #idea-modal .g-tab-toggle-inner {
    padding: 0;
  }

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

/* ********************* End of idea decoration   ********************* */
/* ********************* Cal  ********************* */
#icw .calculate-container {
  padding: 40px 0;
  border-radius: 8px;
  background: #104025;
  position: relative;
}

#icw .calculate-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 534px;
  height: 167px;
  background-image: url(../img/img-detail/npa-cal-bg-desktop.png);
  background-size: cover;
  z-index: 1;
}

#icw .calculate-container .title {
  font-size: 24px;
  margin-bottom: 16px;
  text-align: left;
  color: #FFF;
  text-align: center;
}

#icw .container-calculate {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}

#icw .container-calculate .wrapper-target {
  margin-bottom: 15px;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #4D6F5C;
}

#icw .calculate-container .wrapper-tab {
  display: flex;
  margin-left: 20px;
  padding: 1.5px;
  padding-bottom: 2px;
  border-bottom: none;
  /* gap: 24px; */
}

#icw .container-calculate .btn-tab {
  border: none;
  border-bottom: 3px solid transparent;
  padding: 10px 0;
  color: var(--gray-color-1);
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  margin: 0;
  margin-left: 32px;
}

#icw .container-calculate .btn-tab:hover {
  background-color: transparent;
  border: none;
  border-bottom: 3px solid transparent;
}

#icw .container-calculate .btn-tab.active {
  border-bottom: 3px solid var(--green-color-3);
  color: #fff;
  background-color: transparent;
}

#icw .container-calculate .btn-tab.active span {
  font-weight: 600;
}

#icw .container-calculate .btn-tab i {
  vertical-align: middle;
  font-size: 20px;
}

@media (max-width: 768px) {
  #icw .container-calculate .btn-tab span {
    margin-left:0;
    white-space: nowrap;
  }

  #icw .container-calculate .btn-tab i {
    display: none;
  }
}

#icw .container-calculate .btn-tab span {
  vertical-align: middle;
  /* margin-left: 5px; */
  font-size: 16px;
}

#icw .container-calculate .title-target {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  justify-content: space-between;
  /* align-items: flex-start; */
}

#icw .container-calculate .wrapper-calculate {
  margin: 0;
}

#icw .container-calculate .wrapper-calculate .head-table {
  background-image: linear-gradient(-84deg, #21593c 0%, #309f4c 100%);
  display: flex;
  color: #fff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  position: relative;
}

#icw .container-calculate .wrapper-calculate .head-table .column-head-table {
  width: 50%;
  padding: 20px 20px 17px;
  position: relative;
}

#icw .container-calculate.view-mode .wrapper-calculate .head-table .column-head-table:nth-child(1):after {
  height: 80px;
}

#icw .container-calculate .wrapper-calculate .head-table .column-head-table:nth-child(1):after {
  content: "";
  position: absolute;
  width: 1px;
  height: 108px;
  background-color: #68a37c;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#icw .container-calculate .wrapper-calculate .sub-title {
  font-size: 16px;
  font-weight: 600;
}

#icw .container-calculate.view-mode .wrapper-calculate .wrapper-amount {
  margin-top: 6px;
}

#icw .container-calculate .wrapper-calculate .wrapper-amount {
  display: flex;
  align-items: baseline;
  justify-content: right;
  margin-top: 35px;
}

#icw .container-calculate .wrapper-calculate .amount-per-month {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
  margin-right: 10px;
}

#icw .container-calculate .wrapper-calculate .row-sub-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
}

#icw .container-calculate .wrapper-calculate .row-sub-title.has-input {
  display: block;
}

#icw .container-calculate.view-mode .wrapper-calculate .row-sub-title.has-input {
  display: flex;
}

#icw .container-calculate.view-mode .wrapper-calculate .row-sub-title.has-input input {
  border-bottom: transparent;
  pointer-events: none;
  font-size: 18px;
}

#icw .container-calculate .wrapper-calculate .row-sub-title input {
  position: relative;
  z-index: 9;
  text-align: right;
  background: transparent;
  -webkit-border-radius: unset;
  border: none;
  color: #fff;
  border-bottom: 1px solid;
  padding: 5px 0;
  font-weight: 600;
  width: 100%;
  height: 30px;
  font-size: 20px;
}

#icw .container-calculate .wrapper-calculate .row-sub-title:nth-child(2) {
  margin-top: 9px;
}

#icw .container-calculate .wrapper-calculate .sub-title2 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

#icw .container-calculate .wrapper-calculate .sub-title2.total {
  font-size: 18px;
}

#icw .wrapper-calculate .sub-title2 span {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  margin-left: 6px;
}

#icw .wrapper-calculate .body-table {
  display: flex;
  margin-top: 5px;
}

#icw .wrapper-calculate .col-body {
  width: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  background: #fff;
  margin-bottom: 24px;
}

#icw .wrapper-calculate .col-body:nth-child(1) {
  margin-right: 2px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
}

#icw .wrapper-calculate .col-body:nth-child(2) {
  margin-left: 2px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}

#icw .wrapper-calculate .col-body .row-amount {
  padding: 20px;
}

#icw .wrapper-calculate .mid .col-body {
  margin-bottom: 0;
}

#icw .wrapper-calculate .mid .col-body:nth-child(1) {
  border-bottom-left-radius: 0;
}

#icw .wrapper-calculate .mid .col-body:nth-child(2) {
  border-bottom-right-radius: 0;
}

#icw .wrapper-calculate .title-body {
  font-size: 16px;
  font-weight: 400;
  color: var(--dark-color-1);
}

#icw .wrapper-calculate .title-body2 {
  font-size: 16px;
  font-weight: 400;
  color: var(--dark-color-1);
  white-space: nowrap;
}

#icw .wrapper-calculate .title-body2 span {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}

#icw .wrapper-calculate .input-body {
  display: flex;
  align-items: center;
}

#icw .container-calculate .wrapper-calculate .row-total.view-data.pointer-none {
  display: flex;
  background: var(--light-gray-9);
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

#icw .container-calculate .wrapper-calculate .col-body .mt15 {
  padding-top: 15px !important;
  border-top: 10px solid var(--light-green-2);
}

#icw .wrapper-calculate .pointer-none .input-body {
  pointer-events: none;
  background: var(--light-gray-9);
}

#icw .container-calculate .wrapper-calculate .pointer-none .input-body input {
  background: transparent;
  border-bottom: transparent;
  color: var(--gray-color-2);
}

#icw .container-calculate .wrapper-calculate .input-body input {
  text-align: right;
  width: 100%;
  -webkit-border-radius: unset;
  border: none;
  border-bottom: 1px solid var(--light-gray-3);
  padding: 5px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: var(--green-color-3);
}

#icw .container-calculate.view-mode .wrapper-calculate .input-body input {
  border-bottom: transparent;
  color: var(--gray-color-2);
  pointer-events: none;
  line-height: 27px;
  padding: 0;
}

#icw .container-calculate .wrapper-calculate .input-body span {
  font-size: 16px;
  font-weight: 400;
  margin-left: 6px;
  color: var(--gray-color-2);
}

#icw .container-calculate .wrapper-calculate .row-total {
  justify-content: space-between;
  padding: 15px 20px;
}

#icw .container-calculate.view-mode .wrapper-calculate .row-total.input-data, #icw .container-calculate.view-mode .wrapper-calculate .row-amount.input-data {
  display: none;
}

#icw .container-calculate.view-mode .wrapper-calculate .row-total.view-data {
  display: flex;
}

#icw .container-calculate.view-mode .wrapper-calculate .row-amount.view-data {
  display: block;
}

#icw .container-calculate .wrapper-calculate .row-total.view-data, #icw .container-calculate .wrapper-calculate .row-amount.view-data {
  /*    display: none;*/
}

#icw .container-calculate.view-mode .wrapper-calculate .row-total {
  display: flex;
  background-color: var(--light-gray-9);
  width: auto;
  align-items: center;
}

#icw .container-calculate.view-mode .wrapper-calculate .row-total .input-body input {
  background: transparent;
}

#icw .text-mark {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #DBDBDB;
  text-align: center;
}

@media (max-width: 768px) {
  #icw .text-mark {
    padding-left:20px;
    padding-right: 20px;
  }

  #icw .container-calculate.view-mode .calculte-button {
    padding-bottom: 0;
  }
}

#icw .calculate-inner {
  padding: 20px;
  background-color: white;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

#icw .calculate-group {
  margin-bottom: 10px;
}

#icw .calculate-inner label {
  font-size: 16px;
  font-weight: 600;
  color: var(--dark-color-1);
  margin-bottom: 5px;
  display: block;
}

#icw .calculate-inner label span {
  font-size: 14px;
  font-weight: 400;
  color: var(--gray-color-2);
}

#icw .calculate-inner input {
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--light-gray-2);
  text-align: right;
  font-size: 18px;
  font-weight: 400;
  color: var(--green-color-3);
  padding: 0 2px;
}

#icw .calculate-inner input:focus {
  outline: none;
  /* box-shadow: 0 0 1px 1px var(--green-color-3); */
}

#icw .calculate-inner input::placeholder {
  font-size: 18px;
  font-weight: 400;
  color: var(--green-color-3);
}

#icw .calculate-group .select2-container--default .select2-selection--single .select2-selection__rendered, #icw .calculate-group .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--green-color-3);
  font-size: 18px;
}

#icw .calculate-group .select2-container {
  width: 100% !important;
}

#icw .calculate-group .select2-container--default .select2-selection--single {
  border: none;
  border-bottom: 1px solid var(--light-gray-2);
  border-radius: 0;
}

#icw .calculate-group .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  background: url("../../../theme/img/icon/arrow-down-green.svg") no-repeat center center / 80%;
  transition: transform 0.3s ease-in-out;
}

#icw .calculate-group .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
}

#icw .calculate-group .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}

#icw .calculate-group .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow {
  transform: translateY(-50%) rotate(180deg);
}

#icw .calculate-group .select2-container *:focus {
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

#icw .container-calculate.view-mode .calculte-button {
  display: block;
}

#icw .calculte-button {
  padding: 24px 0 14px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: none;
}

#icw .calculte-button button {
  width: 282px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  color: white;
  background-color: var(--green-color-3);
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  margin: 0 auto;
}

#icw .calculate-result {
  padding: 40px 20px;
  background-color: var(--green-color-5);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
}

#icw .calculate-result::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: var(--light-gray-1);
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}

#icw .calculate-result h3 {
  font-size: 20px;
  font-weight: 600;
  color: white;
  margin-bottom: 10px;
  text-align: center;
}

#icw .calculate-card {
  background-color: white;
  margin-bottom: 5px;
  padding: 20px;
}

#icw .calculate-card.first {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

#icw .calculate-card h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--dark-color-1);
}

#icw .calculate-card input {
  width: 100%;
  height: 46px;
  text-align: right;
  margin-bottom: 2px;
  border: none;
  border-bottom: 1px solid var(--light-gray-2);
  font-size: 16px;
  font-weight: 600;
  color: var(--green-color-3);
}

#icw .irs--big .irs-grid-text {
  color: var(--gray-color-1);
}

#icw .irs--big .irs-grid-pol {
  background-color: var(--gray-color-1);
}

#icw .irs--big .irs-line {
  height: 8px;
  top: 13px;
}

#icw .irs--big .irs-bar {
  height: 8px;
  background: var(--green-color-3);
  border: none;
  top: 13px;
}

#icw .irs--big .irs-handle {
  width: 24px;
  height: 24px;
  top: 5px;
  border: 2px solid var(--green-color-3);
  background: linear-gradient( 150deg, white, var(--light-gray-3), var(--gray-color-1) );
}

#icw .irs--big.irs-with-grid {
  height: 50px;
}

#icw .calculate-card.third {
  background-color: var(--green-color-3);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: white;
  text-align: center;
  padding: 10px;
}

#icw .calculate-card.third p {
  margin-bottom: 5px;
  font-size: 14px;
}

#icw .calculate-card.third h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

#icw .calculate-card.third .top {
  border-bottom: 1px solid var(--light-gray-2);
  margin-bottom: 10px;
}

#icw .notice {
  font-size: 14px;
  color: white;
}

.select2-dropdown.cs-dropdown ul {
  border-radius: 10px;
}

#icw .error-message, #icw .error-message2 {
  display: none;
  margin: 5px 0;
  font-size: 14px;
  color: var(--red-color-1);
}

@media screen and (max-width: 767px) {
  #icw .calculate-container {
    margin-left: -20px;
    margin-right: -20px;
    border-radius: unset;
  }

  #icw .container-calculate {
    padding: 0;
  }

  #icw .calculate-container .title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 16px;
  }

  #icw .container-calculate .wrapper-target {
    display: flex;
    padding: 0 20px;
  }

  #icw .container-calculate .title-target {
    font-size: 16px;
    padding-bottom: 10px;
  }

  #icw .calculate-container .wrapper-tab {
    margin-left: 0;
    gap: 24px;
    flex-wrap: nowrap;
  }

  #icw .container-calculate .wrapper-tab li {
    width: 50%;
  }

  #icw .container-calculate .btn-tab {
    width: 100%;
    margin-left: 0;
    padding-top: 0;
    /* padding-bottom: 8px; */
  }

  #icw .container-calculate .wrapper-calculate .head-table {
    display: block;
    border-radius: unset;
  }

  #icw .container-calculate.view-mode .wrapper-calculate .head-table .column-head-table:nth-child(1):after {
    height: 1px;
  }

  #icw .container-calculate .wrapper-calculate .head-table .column-head-table:nth-child(1):after {
    top: unset;
    bottom: 0;
    left: 15px;
    right: 15px;
    width: auto;
    height: 1px;
  }

  #icw .container-calculate .wrapper-calculate .sub-title {
    font-size: 18px;
  }

  #icw .container-calculate .wrapper-calculate .sub-title2 {
    font-size: 16px;
  }

  #icw .container-calculate.view-mode .wrapper-calculate .row-sub-title.has-input .sub-title2 {
    font-size: 16px;
  }

  #icw .container-calculate .wrapper-calculate .amount-per-month {
    font-size: 24px;
  }

  #icw .container-calculate .wrapper-calculate .head-table .column-head-table {
    width: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #icw .container-calculate .wrapper-calculate .head-table .column-head-table:nth-child(2) {
    padding-bottom: 20px;
    flex-direction: column;
    align-items: stretch;
  }

  #icw .container-calculate .wrapper-calculate .row-sub-title:nth-child(2) {
    margin-top: 0;
  }

  #icw .wrapper-calculate .body-table {
    display: block;
    margin-top: 5px;
  }

  #icw .wrapper-calculate .col-body {
    width: 100%;
  }

  #icw .wrapper-calculate .col-body:nth-child(1) {
    border-bottom-left-radius: 0;
    margin-bottom: 5px;
  }

  #icw .wrapper-calculate .col-body:nth-child(2) {
    margin-left: 0;
    border-bottom-right-radius: 0;
  }

  #icw .container-calculate .wrapper-calculate .wrapper-amount {
    margin-top: 6px;
  }

  #icw .wrapper-calculate .col-body .row-amount {
    padding: 15px;
  }

  #icw .container-calculate.view-mode .wrapper-calculate .row-total {
    padding: 10px 15px;
  }

  #icw .container-calculate .wrapper-calculate .row-total {
    padding: 0 15px 20px;
  }

  #icw .wrapper-calculate .title-body2 span {
    display: block;
  }

  #icw .container-calculate.view-mode .wrapper-calculate .input-body input {
    height: auto;
  }

  #icw .container-calculate .wrapper-calculate .col-body .mt15 {
    border-top: 5px solid var(--light-green-2);
  }

  #icw .calculate-container::after {
    background-image: url(../img/img-detail/npa-cal-bg-mobile.png);
  }
}

/* ********************* Update Calculator 29 May 2024   ********************* */
.theme-h2c .sc-calculator, .theme-h2c .sc-calculator-result {
  background: transparent;
}

.jmt-calculator-container {
  /* margin-left: -20px;
  margin-right: -20px; */
  font-family: 'kurious-looped';
}


#icw .jmt-calculator-container .calculate-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 534px;
  height: 167px;
  background-image: none;
  background-size: cover;
  z-index: 1;
}

#icw {
  .jmt-calculator-container.theme-h2c h1, 
.jmt-calculator-container.theme-h2c h2, 
.jmt-calculator-container.theme-h2c h3, 
.jmt-calculator-container.theme-h2c h4, 
.jmt-calculator-container.theme-h2c h5, 
.jmt-calculator-container.theme-h2c h6, 
.jmt-calculator-container.theme-h2c .h1, 
.jmt-calculator-container.theme-h2c .h2, 
.jmt-calculator-container.theme-h2c .h3, 
.jmt-calculator-container.theme-h2c .h4, 
.jmt-calculator-container.theme-h2c .h5, 
.jmt-calculator-container.theme-h2c .h6, 
.jmt-calculator-container.theme-h2c strong, 
.jmt-calculator-container.theme-h2c a ,
.jmt-calculator-container.theme-h2c .sc-calculator select.select2, 
  .jmt-calculator-container.theme-h2c .sc-calculator span.select2-selection__rendered, 
  .jmt-calculator-container.theme-h2c .sc-calculator .field input[type=text]
  {
    font-family: 'kurious-looped' ;
  }

  .theme-h2c .sc-calculator .sc-inner{
    background:#104025;
    margin:auto;
    border-top-left-radius:8px;
    border-top-right-radius:8px;
    /* width:fit-content; */
  }
  .theme-h2c .sc-calculator-result .sc-inner{
    padding-top:0px;
    padding-bottom:40px;
    background:#104025;
     border-bottom-left-radius:8px;
    border-bottom-right-radius:8px;
    
  }
  .theme-h2c #calculators-2 .tab-condition{
    color:#fff;
  }

  .theme-h2c .h1, 
    .theme-h2c .display-1 { font-size: 24px !important; line-height: 1.5 !important; }
    .theme-h2c .h1{
      text-align:center;
      color:#fff;
    }
  .garage-npa-style .sc-inner{
    padding:40px 9px 0;
  }
  .jmt-calculator-container .calculate-container{
    padding:0;
  }
  .jmt-calculator-container .container-calculate {
      padding-left:0;
      padding-right:0;
  }
}

@media (max-width:768px){
  #icw{
    .theme-h2c .h1, 
    .theme-h2c .display-1 { font-size: 22px !important; line-height: 1.5 !important; }
    .theme-h2c .h1{
      text-align:center;
      color:#fff;
    }

    .jmt-calculator-container {
  margin-left: -20px;
  margin-right: -20px;
  font-family: 'kurious-looped';
    }
      .theme-h2c .sc-calculator .sc-inner{

    border-top-left-radius:0;
    border-top-right-radius:0;

  }
  .theme-h2c .sc-calculator-result .sc-inner{
     border-bottom-left-radius:0;
    border-bottom-right-radius:0;
    
  }
  }
}

/* ********************* End of Cal   ********************* */
/* ********************* property condition ********************* */
.property-condition {
  padding: 40px 0 40px;
}

#icw .property-condition h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #333;
  margin-bottom: 16px;
}

.property-condition .listitem {
  list-style: none;
  padding: 0;
  padding-left: 28px;
}

.property-condition .listitem li {
  line-height: 2rem;
  color: var(--gray-color-2);
  position: relative;
}

.property-condition .listitem li i.ic-npa {
  position: absolute;
  display: inline-block;
  color: var(--green-color-3);
  left: -28px;
  top: 8px;
}

@media screen and (min-width: 1024px) {
  #icw .property-condition h2 {
    font-size: 24px;
  }
}

/* ********************* End property condition   ********************* */
/* ********************* property info  ********************* */
.property-info {
  padding-bottom: 24px;
}

#icw .property-info h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #333;
  margin-bottom: 16px;
}

.property-row {
  display: flex;
  min-height: 45px;
  align-items: flex-start;
  padding: 10px 0;
}

.property-td:nth-child(1) {
  width: 45%;
  padding-left: 20px;
  font-weight: 500;
  color: #333;
}

.property-td:nth-child(2) {
  width: 55%;
  padding: 0 20px;
  color: #666;
}

.property-row:nth-child(even) {
  background-color: #f7f7f7;
}

.property-table {
  margin-left: -20px;
  margin-right: -20px;
}

@media screen and (min-width: 1024px) {
  .property-table {
    margin-left: 0;
    margin-right: 0;
  }

  #icw .property-info h2 {
    font-size: 24px;
  }
}

/* ********************* End property info  ********************* */
/* ********************* mark  ********************* */
.mark-wrapper {
  padding-top: 8px;
  border-top: 1px solid #dbdbdb;
}

.mark-header {
  color: var(--green-color-3);
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 20px;
}

.mark-body {
  max-height: 187px;
  overflow: hidden;
  margin-bottom: 0;
  transition: max-height 300s ease-in-out;
}

.mark-body.active {
  max-height: 100%;
  transition: max-height 300s ease-in-out;
}

.mark-body li {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #666;
  font-family: "kurious-looped";
}

.mark-more {
  padding: 8px 0;
  border-bottom: 1px solid #dbdbdb;
  color: var(--green-color-3);
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}

.mark-more i {
  display: inline-block;
  vertical-align: middle;
  transform: rotate(90deg);
  margin-left: 8px;
}

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

@media screen and (min-width: 1024px) {
  .mark-body {
    max-height: 70px;
  }
}

/* ********************* End mark  ********************* */
/* ********************* Promotion  ********************* */
.promotion-container {
  background: #f6f6f6;
  padding: 24px 20px 64px;
  margin-top: 56px;
  overflow: hidden;
}

#icw .promotion-container h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #333;
  margin-bottom: 16px;
}

.promotion-swiper {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: visible;
}

.promotion-swiper .swiper-slide {
  width: 280px !important;
  overflow: hidden;
  border-radius: 8px;
}

.promotion-swiper a {
  display: inline-block;
  border-radius: 8px;
}

#icw .scroll-pagi {
  background: transparent;
  bottom: -24px;
}

#icw .scroll-pagi .swiper-pagination-bullet {
  background-color: #ddd;
  width: 8px;
  height: 8px;
  opacity: 1;
}

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

@media screen and (min-width: 1024px) {
  .promotion-container {
    margin-left: 0;
    margin-right: 0;
    padding: 48px 44px 48px;
  }

  #icw .promotion-container h2 {
    text-align: center;
    margin-bottom: 24px;
    font-size: 24px;
  }

  .promotion-swiper .swiper-slide {
    width: 320px !important;
  }
}

/* ********************* End Promotion  ********************* */
/* *********************  nearLocation container  ********************* */
.nearLocation-container {
  padding: 32px 20px;
}

#icw .nearLocation-container h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #333;
  margin-bottom: 16px;
}

.assets-swiper {
  padding-bottom: 72px;
}

.assets-swiper .swiper-slide {
  max-width: 320px;
  min-width: 320px;
}

.property-img-inner {
  height: 192px;
}

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

.md-thumbnail-slide .tooltip-favorite {
  text-align: center;
  width: 94px;
  font-size: 13px;
  line-height: 20px;
  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;
}

.assets-swiper .md-thumbnail-img:hover .swiper-button-next, .assets-swiper .md-thumbnail-img:hover .swiper-button-prev {
  display: flex;
}

.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%;
height: 32px;
  position: relative;
  top: 0;
  transform: none;
  border-radius: 0;
}

.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;
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  /* content: "\e979"; */
  /* 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;
}

.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-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: inline-block;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  margin-bottom: 3px;
}

.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: 40px;
  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;
  margin-right: 10px;
}

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

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

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

.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: 13px;
  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;
  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-room .pipe {
  display: inline-block;
  vertical-align: middle;
  width: 2px;
  height: 20px;
  background-color: var(--gray-color-1);
  margin: 0 12px;
}

.assets-swiper .special-badge {
  width: fit-content;
  max-height: 20px;
  line-height: 20px;
  background: linear-gradient(130deg, #fe1d1a, #c81814);
  border-radius: 5px;
  margin-top: 6px;
}

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

.lower-badge p {
  font-size: 13px;
  margin-top: 6px;
}

#icw .special-price span {
  font-size: 16px;
}

.price {
  text-align: right;
}

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

@media screen and (min-width: 1024px) {
  .md-thumbnail-slide .tooltip-favorite {
    top: -68px;
  }

  #icw .nearLocation-container h2 {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 24px;
  }

  .nearLocation-container {
    padding: 48px 20px 0;
  }
}

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

section.intro-footer p {
  font-weight: 400;
}

@media (max-width: 768px) {
  #icw .bar-footer .containner-bar {
    padding:8px 20px;
    gap: 24px;
  }

  #icw .bar-footer .item-bar {
    width: 100%;
    align-items: center;
    justify-content: flex-start;
  }

  #icw .bar-footer .item-bar:nth-child(2) {
    padding: 0 24px;
  }

  #icw .bar-footer .text-bar {
    padding-right: 0;
  }
}

/* ********************* End intro footer  ********************* */
/* ********************* Fixed bar bottom ********************* */
#icw .fixed-bar-bottom {
  width: 100%;
  height: 66px;
  position: fixed;
  bottom: 0;
  background-color: var(--light-gray-1);
  display: none;
  align-items: center;
  padding-left: 10px;
  z-index: 100;
}

#icw .fixed-bar-bottom .btn-main.btn-third {
  border: 2px solid var(--green-color-3);
  background-color: white;
  color: var(--green-color-3);
  margin-right: 5px;
}

#icw .fixed-bar-bottom .btn-main.btn-third {
  width: 30%;
}

#icw .fixed-bar-bottom .btn-main.btn-first {
  margin-right: 10px;
  width: 100%;
  border-radius: 10px;
}

#icw .fixed-bar-bottom .btn-main.btn-other {
  width: auto;
  height: auto;
  margin-right: 10px;
}

#icw .fixed-bar-bottom .btn-main.btn-other i {
  color: var(--gray-color-4);
  vertical-align: middle;
}

.btn-main.chat i {
  font-size: 30px;
}

.btn-main.other {
  transform: rotate(90deg);
}

@media screen and (min-width: 1024px) {
  #icw .fixed-bar-bottom {
    display: none !important;
  }
}

/* ********************* End of Fixed bar bottom ********************* */
/* ********************* Contact offcanvas ********************* */
#icw .field-step {
  max-height: 0;
  overflow-y: hidden;
  visibility: hidden;
  transition: transform 0.3s ease-in-out;
}

#icw .field-step.current, #icw .field-step.current-reverse {
  max-height: initial;
  visibility: visible;
  transition: transform 0.3s ease-in-out;
  animation: fadeLeft 0.3s ease-out forwards;
  overflow-x: hidden;
}

#icw .contact-offcanvas {
  height: 99vh;
  z-index: 2100;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  background-color: white;
}

#contact-offcanvas .offcanvas-title {
  text-align: center;
  padding-top: 5px;
  font-size: 20px;
  font-weight: 600;
}

#icw .contact-offcanvas .offcanvas-header {
  justify-content: center;
  align-items: baseline;
  height: auto;
}

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

#icw .contact-offcanvas .offcanvas-body h4 {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: var(--gray-color-2);
  margin-bottom: 20px;
}

#icw .error-message, #icw .error-message2 {
  display: none;
  margin: 5px 0;
  font-size: 14px;
  color: #f4f4f4;
}

#icw .usertype {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 12px;
  /* border-bottom: 1px solid var(--light-gray-2); */
}

#icw .usertype-box {
  display: flex;
  align-items: center;
  margin: 0 15px;
}

#icw .radio-box {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #d7d7d7;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  background-color: #fff;
}

#icw .radio-text {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
}

#icw .contact-offcanvas input[type="radio"]:checked + .radio-box + .radio-text {
  color: var(--dark-color-1);
  font-weight: 600;
}

#icw .contact-offcanvas .radio-text {
  color: var(--gray-color-2);
}

#icw .contact-offcanvas .form-item label {
  color: var(--dark-color-1);
}

#icw .contact-offcanvas .privacy-text {
  color: var(--gray-color-2);
  margin-bottom: 30px;
}

#icw .radio-box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  background-color: var(--green-color-3);
  border-radius: 50%;
  opacity: 0;
}

#icw .usertype-box input[type="radio"]:checked + .radio-box::after {
  opacity: 1;
}

/* #icw .usertype-box input[type="radio"]:checked + .radio-box + .radio-text {
  color: var(--dark-color-1);
  font-weight: 600;
} */
#icw .form-item {
  margin: 20px 2px;
}

#icw .form-item label {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
}

/* #icw .field-item {
  border-bottom: 1px solid var(--light-gray-2);
}
 */
#icw .consent-group {
  display: flex;
  align-items: center;
  background: #fcfcfc;
  padding: 24px 15px;
  border-radius: 15px;
  margin: 15px 0;
  position: relative;
  border: 1px solid transparent;
}

#icw .consent-group.active {
  background-color: var(--light-green-2);
  border: 1px solid var(--green-color-3);
}

#icw .consent-group::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: 100%;
  background: url("../img/npa-bg-interrest.png") no-repeat;
  background-position: bottom right;
  background-size: contain;
}

#icw .check-box {
  width: 24px;
  height: 24px;
  border-radius: 5px;
  margin-right: 10px;
  border: 1px solid #aaa;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

#icw .check-box::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../../../theme/img/icon/checkmark.svg") no-repeat center center / 14px;
  background-color: var(--green-color-3);
  position: absolute;
  opacity: 0;
}

#icw .check-text {
  font-size: 16px;
  font-weight: 600;
  color: var(--dark-color-1);
  cursor: pointer;
  position: relative;
  z-index: 1;
}

#icw .consent-group input[type="checkbox"]:checked + .check-box::after {
  opacity: 1;
}

#icw .privacy-text {
  font-size: 14px;
  font-weight: 400;
  color: #cacaca;
  margin-bottom: 20px;
}

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

#icw .btn-confirm {
  padding: 20px 0 24px;
}

#icw .popup-error-backdrop, #icw .form-backdrop {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}

#icw .popup-modal {
  position: relative;
  max-width: 1000px;
  height: 120px;
  padding: 30px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

#icw .more-filter-btn.error {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
}

#icw .popup-inner {
  border-radius: 10px;
  max-width: 900px;
  height: 80px;
  padding: 20px 40px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 4px solid var(--green-color-3);
}

#icw .popup-inner p {
  margin-bottom: 0;
}

#icw .form-backdrop.active {
  display: flex;
}

#icw .form-modal {
  width: 100%;
  max-width: 320px;
  height: 270px;
  position: relative;
  background-color: white;
  border-radius: 10px;
}

#icw .close-form-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

#icw .form-modal .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 180px;
  margin: 0 20px;
  border-bottom: 1px solid var(--light-gray-2);
}

#icw .form-modal .content i.ic-npa {
  font-size: 46px;
  color: var(--green-color-3);
  margin-bottom: 15px;
}

#icw .form-modal .content h5 {
  color: var(--green-color-3);
  font-size: 20px;
}

#icw .form-modal-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

#icw .btn-cancel {
  background-color: white;
  color: var(--red-color-7);
  border: 2px solid var(--red-color-7);
}

#icw .form-modal-btn .btn-main {
  width: 48%;
}

#icw .back-btn {
  display: flex;
  align-items: center;
  border: none;
  background-color: transparent;
  margin-bottom: 20px;
}

#icw .back-btn i {
  margin-right: 10px;
}

#icw input:-internal-autofill-selected {
  background-color: #fff !important;
}

/* ********************* End of Contact offcanvas ********************* */
/* ********************* d col r ********************* */
.d-col-r {
  display: none;
}

@media screen and (min-width: 1024px) {
  .d-col-r {
    display: block;
    width: 380px;
  }

  .btn-chat {
    background-color: var(--light-green-2);
    border-radius: 10px;
    display: block;
    text-align: center;
    padding: 15px;
    margin-bottom: 16px;
  }

  .btn-chat i {
    font-size: 30px;
    color: var(--green-color-3);
    vertical-align: middle;
    margin-right: 6px;
    margin-bottom: 10px;
  }

  .btn-chat span {
    color: var(--dark-color-1);
    font-weight: 600;
    vertical-align: middle;
    font-size: 20px;
  }

  .form-side {
    padding: 30px;
    height: fit-content;
    background: rgb(2, 137, 66);
    background: linear-gradient( 180deg, rgba(2, 137, 66, 1) 50%, rgba(7, 46, 2, 1) 100% );
    border-radius: 10px;
    box-shadow: 0 0 5px 2px var(--light-gray-2);
  }

  #icw .contact-form h2 {
    font-size: 20px;
    color: #fff;
  }

  .form-side .subtitle {
    color: #fff;
    margin-top: 8px;
    text-align: center;
    margin-bottom: 24px;
  }

  #icw .btn-main {
    border-radius: 8px;
  }

  #icw .offer-wrapper {
    background: rgb(6, 63, 14);
    background: linear-gradient( 180deg, rgba(6, 63, 14, 1) 50%, rgba(7, 46, 2, 1) 100% );
    border-radius: 10px;
    box-shadow: 0 0 5px 2px var(--light-gray-2);
    margin-top: 15px;
    padding: 34px 24px;
  }

  #icw .offer-wrapper h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
  }

  #icw .offer-wrapper .offer-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 46px;
    border: 2px solid var(--green-color-3);
    background-color: white;
    color: var(--green-color-3);
    margin: 20px 0 0;
    border-radius: 8px;
  }
}

/* ********************* d-col r ********************* */
/* ********************* add on ********************* */
/* .g-body{height: auto; overflow-y: visible;} */
.g-wrapper-col-l .gallery-modal-swiper .swiper-zoom-container {
  height: 27.6vh;
  position: relative;
}

/* .g-wrapper-col-l .gallery-modal-swiper .swiper-zoom-container &gt; img {
  position: absolute;
  top: 0;
  left: 0;
} */
.g-detail {
  height: calc(100vh - 150px - 35vh);
  overflow: auto;
}

@media screen and (min-width: 768px) {
  /* .g-body{height: calc(100vh - 80px); overflow-y: auto;} */ .g-wrapper-col-l .gallery-modal-swiper .swiper-zoom-container {
    height: 100%;
  }

  .g-wrapper-col-l .gallery-modal-swiper .swiper-zoom-container &gt; img {
    position: relative;
    object-fit: contain;
  }

  .g-detail {
    height: auto;
    overflow: visible;
    padding: 10px 30px;
  }
}

.npa-wrapper-partner-detail {
  display: flex;
  margin-top: 10px;
  align-items: center;
}

.npa-wrapper-partner-detail {
  color: var(--gray-color-2);
}

.npa-wrapper-partner-detail img {
  width: 50px;
}

.swiper-lazy ~ .g-loader{
  display:none;
}
.swiper-lazy ~ .g-loader{
  /* margin-top:100px; */
  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;
}</pre></body></html>