/*================ default ==================*/
:root {
  --cr-light: #ffffff;
  --cr-black: #111111;
  --cr-dark: #333333;
  --cr-gray: #666666;
  --cr-lightgray: #999999;
  --cr-lightgray-ccc: #cccccc;
  --cr-green: #00a94f;
  --cr-green2: #007938;
  --cr-border: #e7e7e7;
  --cr-red: #f00;
  --cr-warning: #ec4546;
  --cr-warning2: #b91213;
  --tsition: 0.3s ease-in-out;
  --radius: 8px;
}

.mt-16 {
  margin-top: 16px !important;
  display: block;
}

.mb-8 {
  margin-bottom: 8px !important;
  display: block;
}

.mb-16 {
  margin-bottom: 16px !important;
  display: block;
}

.mb-24 {
  margin-bottom: 24px !important;
  display: block;
}

.mt-8 {
  margin-top: 8px !important;
  display: block;
}

.sc {
  overflow: hidden;
}

* strong {
  font-weight: 700 !important;
}

.a-left {
  text-align: left !important;
}

.inactive {
  display: none !important;
}

/* .active {
  display: flex !important;
} */
/* .active-f {
  display: flex !important;
} */
.nw {
  white-space: nowrap !important;
}

.bg-green2 {
  background: #edf8f5;
}

.c-apply {
  color: #305244 !important;
}

.f-kurious {
  font-family: "kurious-looped"!important;
}

.f-kurious-looped {
  font-family: kurious-looped !important;
}

.visible-w414 {
  display: block !important;
}

.hidden-w414 {
  display: none !important;
}

.visible-w1199 {
  display: block !important;
}

.hidden-w1199 {
  display: none !important;
}

.visible-w1024 {
  display: block !important;
}

.hidden-w1024 {
  display: none !important;
}

.visible-w991 {
  display: block !important;
}

.hidden-w991 {
  display: none !important;
}

.visible-w767 {
  display: block !important;
}

.hidden-w767 {
  display: none !important;
}

@media screen and (min-width: 414px) {
  .visible-w414 {
      display: none !important;
  }

  .hidden-w414 {
      display: block !important;
  }
}

@media screen and (min-width: 1199px) {
  .visible-w1199 {
      display: none !important;
  }

  .hidden-w1199 {
      display: block !important;
  }
}

@media screen and (min-width: 1024px) {
  .visible-w1024 {
      display: none !important;
  }

  .hidden-w1024 {
      display: block !important;
  }
}

@media screen and (min-width: 991px) {
  .visible-w991 {
      display: none !important;
  }

  .hidden-w991 {
      display: block !important;
  }
}

@media screen and (min-width: 767px) {
  .visible-w767 {
      display: none !important;
  }

  .hidden-w767 {
      display: block !important;
  }
}

ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
  padding-left: 0 !important;
}

ol.c-number-list {
  padding-left: 20px !important;
}

ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}

li ol > li {
  margin: 0;
}

li ol > li:before {
  content: counters(item, ".") " ";
}

/*############### product-detail ###############*/
.sc-inner {
  padding: 48px 0;
}

.container .heading .text {
  color: #333;
  font-family: "kurious-looped";
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
  padding: 0 16px;
}

.container .heading .sub-text {
  color: #333;
  font-family: "kurious-looped";
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin-top: 8px;
}

/* .icw .link {
  cursor: pointer;
  color: #00a94f !important;
  font-family: "kurious-looped";
  font-size: 16px !important;
  font-weight: 600;
  margin-top: 0 !important;
}

.icw .link:hover {
  text-decoration: underline;
  color: #00873F !important;
} */
.icw .link:hover svg {
  filter: brightness(0) saturate(100%) invert(34%) sepia(89%) saturate(948%) hue-rotate(115deg) brightness(88%) contrast(101%);
}

.btn-app .link {
  background: #fff;
  color: #00a94f;
  font-family: "kurious-looped";
  font-size: 16px;
}

.btn-app .link:hover {
  background: #fff;
  color: #00a94f;
  text-decoration: none;
  opacity: 0.8;
}

.garage-container .more:hover {
  text-decoration: none;
}

.garage-container .more:hover span {
  text-decoration: underline;
}

.sc-carousel {
  background: #ecf1f7;
}

.sc-carousel .content {
  display: grid;
  grid-template-columns: 47% 48%;
  gap: 15px;
  margin-top: 28px;
}

.sc-carousel .item {
  margin-top: 39px;
}

.sc-carousel .intro-card {
  position: relative;
}

.sc-carousel .intro-card .image {
  position: absolute;
  right: 0;
  left: 0;
  top: 32px;
  max-width: 113px;
  width: 100%;
}

.intro-card .caption {
  border-radius: 8px;
  padding: 56px 16px 16px;
  min-height: 236px;
  /* min-height: 250px; */
  gap: 16px;
  height: 100%;
  justify-content: space-between;
}

.content .item:nth-child(1) .intro-card .caption {
  background: #004a50;
}

.content .item:nth-child(2) .intro-card .caption {
  background: #117951;
}

.content:last-child .item:nth-child(1) .intro-card .caption {
  background: #008b89;
}

.content:last-child .item:nth-child(2) .intro-card .caption {
  background: #0b6752;
}

.content:last-child .item:nth-child(3) .intro-card .caption {
  background: #005a5d;
  padding: 16px;
  min-height: 172px;
}

.intro-card .caption .heading {
  color: #fff;
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-height: 1.5;
}

.intro-card:hover .image img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.icw .txt-link {
  color: #305244;
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration-line: underline !important;
}

.txt-link {
  text-decoration-line: underline !important;
}

.icw .txt-link:hover {
  text-decoration-line: underline !important;
}

.icw .txt-link.c-green:hover, .txt-link.c-green:hover {
  color: #00873f !important;
}

.promotion-popup .popup-note ol {
  margin-bottom: 0;
}

.icw .sc-carousel .txt-link, .icw .sc-carousel .txt-link:hover {
  color: #fff;
}

.sc-carousel .content:last-child {
  margin-top: 15px;
}

.sc-carousel .item:nth-child(3) {
  grid-area: 2 / 1 / 4 / 3;
  margin-top: 17px;
}

.content:last-child .item:nth-child(3) .intro-card .image {
  right: 16px;
  left: auto;
  bottom: 16px;
  top: auto;
}

@media screen and (min-width: 361px) {
  .intro-card .caption {
      min-height: 236px;
      height: 100%;
  }
}

@media screen and (min-width: 767px) {
  .sc-inner {
      padding: 64px 0;
  }

  .container .heading .text {
      /* font-size: 42px; */
      font-size: 33px;
      line-height: 50px;
  }

  .intro-card .caption .heading {
      font-size: 18px;
      line-height: 27px;
      width: 80%;
  }

  .intro-card .caption, .content:last-child .item:nth-child(3) .intro-card .caption {
      padding-top: 16px;
      padding-right: 16px;
      min-height: 194px;
      height: 100%;
  }

  .sc-carousel .content {
      margin-top: 32px;
      grid-template-columns: 49% 49%;
  }

  .sc-carousel .content:last-child {
      margin-top: 24px;
  }

  .sc-carousel .intro-card .image {
      right: 16px;
      left: auto;
      bottom: 16px;
      top: auto;
      max-width: 156px;
  }

  .sc-carousel .item {
      margin-top: 0;
  }
}

@media screen and (min-width: 991px) {
  .sc-carousel .content {
      display: grid;
      grid-template-columns: 31.9% 31.9% 31.9%;
      gap: 24px;
  }

  .sc-carousel .content.half {
      grid-template-columns: 49% 49%;
  }

  .content:last-child .item:nth-child(3) {
      grid-area: 1 / 3 / 3 / 3;
      margin-top: 0;
  }
}

/*############### end product-detail ###############*/
/*############### promotions ###############*/
.sc-promotions .sc-content {
  margin-top: 24px;
}

.sc-promotions .promotion > img {
  border-radius: 8px 8px 0 0;
  max-width: 300px;
  width: 100%;
  max-height: 180px;
  height: 100%;
}

.sc-promotions .promotion .content {
  max-width: 300px;
  width: 100%;
  border-radius: 0 0 8px 8px;
  background: #fff;
  padding: 16px 24px 24px;
}

.sc-promotions .title-pro, .promotion-popup .mfp-content .promotion-header .content .title-pro {
  color: #333;
  font-family: "kurious-looped";
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 54px;
}

.sc-promotions .date-pro, .promotion-popup .mfp-content .promotion-header .content .date-pro {
  color: #666;
  font-family: "kurious-looped";
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 8px;
  min-height: 24px;
}

.sc-promotions .sub-title, .promotion-popup .mfp-content .promotion-header .content .sub-title {
  color: #666;
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  margin-top: 24px;
  margin-bottom: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 46px;
}

.promotion-popup .promotion-content p {
  color: #666;
  font-family: "kurious-looped" !important;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 24px;
}

.promotion-popup .promotion-content li {
  color: #666;
  font-family: "kurious-looped" !important;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 24px;
}

.promotion-popup .promotion-content .remark {
  position: relative;
}

.promotion.active {
  display: flex;
  flex-direction: column;
}

.sc-promotions .promotions-thumb {
  display: none;
}

.sc-promotions #promotions-highlight .promotion.active {
  padding-right: 15px;
}

.theme-nc .slick-dots li button:before {
  display: none;
}

.theme-nc .slick-slider .slick-dots {
  bottom: -32px;
}

.theme-nc .slick-slider .slick-dots li.slick-active button {
  width: 24px;
  height: 8px;
  background: #00a850;
  border-radius: 50px;
  border: 0;
}

.theme-nc .slick-slider .slick-dots li {
  margin: 0 8px;
}

.theme-nc .slick-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  background: #fff;
  border: 1px solid #ddd;
}

@media screen and (min-width: 767px) {
  .sc-promotions .promotion > img {
      max-width: 100%;
      width: 100%;
      max-height: initial;
  }

  .sc-promotions .promotion .content {
      max-width: 100%;
      width: 100%;
  }

  .sc-promotions .promotions-thumb.slick-slider .slick-prev, .sc-promotions .promotions-thumb.slick-slider .slick-next {
      display: none !important;
  }

  .sc-promotions .promotions-thumb.slick-slider .slick-dots {
      bottom: -12px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-promotions .promotion-list .promotion {
      display: flex;
      opacity: 0;
      z-index: 9 !important;
  }

  .sc-promotions .promotion-list {
      position: relative;
  }

  .sc-promotions .promotion-list .promotion.active {
      display: flex;
      flex-direction: row;
      padding-right: 0;
      opacity: 1;
      position: absolute;
      z-index: 10 !important;
  }

  .sc-promotions .promotion > img {
      border-radius: 8px 0px 0px 8px;
      max-width: 700px;
      width: 100%;
      max-height: 420px;
  }

  .sc-promotions .promotion .content {
      max-width: 100%;
      width: 40%;
      border-radius: 0px 8px 8px 0px;
      opacity: 0.9;
      background: #fff;
      backdrop-filter: blur(20px);
      padding: 48px 56px;
  }

  .sc-promotions .title-pro, .promotion-popup .mfp-content .promotion-header .content .title-pro {
      font-size: 20px;
      line-height: 30px;
      -webkit-line-clamp: 3;
      height: auto;
  }

  .sc-promotions .sub-title, .promotion-popup .mfp-content .promotion-header .content .sub-title {
      margin-bottom: 32px;
      -webkit-line-clamp: 3;
      height: auto;
  }

  .sc-promotions .promotions-thumb {
      display: block;
  }

  .sc-promotions .promotions-thumb .promotion > img {
      border-radius: 8px;
      max-width: 109px;
      opacity: 0.5;
      cursor: pointer;
  }

  .sc-promotions .promotions-thumb .promotion:hover > img {
      /* max-width: 121px; */
      -webkit-transform: scale(1.06);
      -ms-transform: scale(1.06);
      transform: scale(1.11);
      transition: 0.3s ease-in;
  }

  .sc-promotions .promotions-thumb .promotion.active > img {
      opacity: 1;
      pointer-events: none;
  }

  .sc-promotions .promotions-thumb .promotion {
      width: auto !important;
      margin-right: 16px;
  }

  .sc-promotions .promotions-thumb .promotion:last-child {
      margin-right: 0;
  }

  .sc-promotions .promotions-thumb .slick-track {
      width: max-content !important;
      margin: 0 auto;
      margin-top: 28px;
      display: flex;
      align-items: center;
      margin-bottom: 20px;
  }

  .sc-promotions .sc-content {
      height: 520px;
  }
}

/*############### end promotions ###############*/
/*############### zoom ###############*/
.text-zoom {
  text-align: center;
}

.text-zoom p {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 10px;
  font-family: "kurious-looped";
}

.text-zoom img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

/*############### end zoom ###############*/
/*########################### popup ###########################*/
.popup-open .mfp-content {
  width: 100%;
  max-width: 1170px;
  margin: 50px 0;
  text-align: center;
}

.popup-open .mfp-container {
  padding-left: 15px;
  padding-right: 15px;
}

.popup-open .mfp-content .mfp-close {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: #00a850;
  color: #fff;
  text-align: center;
  position: absolute;
  top: -15px !important;
  right: -15px !important;
  z-index: 120;
  opacity: 1;
}

.popup-open .mfp-content .mfp-close:after {
  font-size: 12px;
  font-weight: bold;
}

.compn-overflow .compn-overflow-wrapper .compn.tb-personal {
  min-width: 1000px;
}

.compn-overflow .compn-overflow-wrapper .compn.tb-business {
  min-width: 700px;
}

.compn-overflow .compn-overflow-wrapper .compn.tb-business td, .compn-overflow .compn-overflow-wrapper .compn.tb-personal td {
  border-right: 1px solid rgba(230, 230, 230, 0.7);
  border-bottom: 1px solid rgba(230, 230, 230, 0.7);
  border-collapse: collapse;
}

.popup-open .mfp-content .container {
  padding: 50px 15px;
}

@media screen and (max-width: 991px) {
  .popup-open .mfp-content .mfp-close {
      right: -10px !important;
  }

  .promotion-popup .mfp-content .promotion-header .content .sub-title {
      margin: 0;
      margin-top: 8px;
      margin-bottom: 24px;
  }

  .promotion-popup .mfp-content .promotion-header .content .action {
      margin: 0;
  }

  .promotion-popup .mfp-content .promotion-header .content {
      height: auto;
  }
}

.mfp-container {
  padding: 15px 20px;
}

.popup-lightbox-style .mfp-content {
  position: relative;
  overflow: visible;
  width: 420px;
  max-width: 100%;
  background: #fff;
  border-top: 3px solid #00a850;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.garage-container {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

.garage-lightbox {
  padding: 50px 30px;
  text-align: center;
}

.popup-lightbox-style .modal-dismiss, .popup-image-style .mfp-image-holder .mfp-close {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: #00a94f;
  color: #fff;
  text-align: center;
  position: absolute;
  top: -15px !important;
  right: -15px !important;
  z-index: 1;
  padding-right: 0;
}

#fx-alertMessageBox .fx-alertPopupText-message {
  margin-top: 1em;
  margin-bottom: 1em;
  color: var(--dark);
}

.popup-image-style .mfp-image-holder img.mfp-img {
  padding: 0;
  max-height: calc(100vh - 80px) !important;
}

.popup-image-style.mfp-bg.mfp-ready, .promotion-popup.mfp-bg.mfp-ready, .mfp-wrap {
  z-index: 2004;
}

/*########################### end popup ###########################*/
/*########################### sc-hero-banner ###########################*/
.sc-hero-banner .container {
  position: relative;
}

.icw .btn-banner .btn {
  width: 169px;
}

.icw .btn, .promotion-popup .mfp-content .promotion-popup-content .promotion-header .content .action .btn {
  box-shadow: none;
  background: #00a94f;
  color: #ffffff;
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  width: 100%;
  line-height: 48px;
  height: 48px;
  border-radius: 8px;
}

.icw .btn-banner .btn {
  width: 169px;
}

.promotion-popup .mfp-content .promotion-popup-content .promotion-header .content .action .btn {
  width: 100%;
  max-width: initial;
}

.icw .btn:hover, .promotion-popup .mfp-content .promotion-popup-content .promotion-header .content .action .btn:hover {
  background: #009445;
}

.banner-slider {
  margin-bottom: 0 !important;
  position: relative;
}

.theme-nc .banner-slider.slick-slider .slick-dots {
  bottom: 24px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
}

.btn-banner {
  position: absolute;
  bottom: 64px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .icw .btn {
      width: 200px;
  }

  .promotion-popup .mfp-content .promotion-popup-content .promotion-header .content .action .btn {
      width: 169px;
  }
}

@media screen and (min-width: 767px) {
  .theme-nc .banner-slider.slick-slider .slick-dots {
      text-align: right;
      bottom: 56px;
  }

  .btn-banner {
      bottom: 48px;
      left: 15px;
      text-align: left;
  }
}

/*########################### end sc-hero-banner ###########################*/
/*########################### nav bar ###########################*/
.sc-apply-online.modal-mobile {
  position: fixed !important;
  top: auto !important;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: transparent;
  visibility: visible;
  z-index: 1002;
  transition: visibility 400ms ease, height 400ms ease;
}

.sc-apply-online.modal-mobile:has(> .open.content-modal) {
  height: 100vh;
  top: auto !important;
  bottom: 0 !important;
}

.sc-apply-online.modal-mobile .open.content-modal {
  transform: translateY(0);
}

.sc-apply-online .content-modal {
  background-color: rgba(255, 255, 255);
  backdrop-filter: blur(20px);
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
  max-height: 100%;
  padding: 32px 0 60px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  transform: translateY(100%);
  transition: transform 400ms ease-out;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

.sc-apply-online .content-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0 24px 28px;
}

.sc-apply-online .content-modal-header div {
  color: #333;
  font-family: "kurious-looped";
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.sc-apply-online .ic-close {
  position: relative;
  transform: rotate(45deg);
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  cursor: pointer;
  filter: invert(39%) sepia(86%) saturate(994%) hue-rotate(115deg) brightness(94%) contrast(101%);
}

.sc-apply-online .ic-close::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: #333;
  left: 0px;
  top: 6.5px;
}

.sc-apply-online .ic-close::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 15px;
  background-color: #333;
  top: 0px;
  left: 6.5px;
}

.sc-apply-online .wrapper-content-modal {
  overflow-y: scroll;
  max-height: calc(100vh - 40px);
  padding: 0 25px 95px;
}

.list-search {
  padding: 12px 0 20px;
  display: inline-block;
  /* border-bottom: 1px solid #EBEBEB; */
  display: block;
  position: relative;
}

.list-search:hover ._name, .list-search ._name.click-active, .list-search.active ._name {
  color: #00a94f;
}

.list-search.active i {
  filter: brightness(0) saturate(100%) invert(49%) sepia(88%) saturate(2801%) hue-rotate(119deg) brightness(89%) contrast(101%);
}

.list-search:hover i {
  filter: brightness(0) saturate(100%) invert(37%) sepia(64%) saturate(2698%) hue-rotate(130deg) brightness(97%) contrast(103%);
}

.list-search i {
  filter: brightness(0) saturate(100%) invert(43%) sepia(0%) saturate(0%) hue-rotate(1deg) brightness(91%) contrast(92%);
}

.list-search:last-child {
  border-bottom: 0;
}

.list-search i {
  margin-right: 10px;
  vertical-align: middle;
  color: #666666;
  width: 24px;
  height: 24px;
  display: inline-block;
}

._name {
  /* font-family: "kurious-looped";
  color: #666666;
  margin-right: 9px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px; */
  color: #333;
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.bar-model {
  bottom: 0;
  position: fixed;
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 7px 8px 8px;
  z-index: 3;
}

.bar-model .btn-model {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e5f6ed;
  border-radius: 100%;
}

.bar-model .btn-model.click-open {
  background: #eaeaea;
  pointer-events: none;
}

/* .sc-apply-online.modal-mobile .overlay {
  background: transparent;
  height: 100vh;
  position: absolute;
  width: 100%;
  z-index: 1;
} */
.bar-model .btn-model i {
  display: inline-block;
  width: 24px;
  height: 24px;
}

.bar-model .btn-model .ic-bar::after {
  filter: brightness(0) saturate(100%) invert(33%) sepia(100%) saturate(2178%) hue-rotate(132deg) brightness(100%) contrast(101%);
}

.bar-model .btn-model.click-open .ic-bar::after {
  filter: brightness(0) saturate(100%) invert(57%) sepia(29%) saturate(401%) hue-rotate(81deg) brightness(94%) contrast(93%);
}

.bar-model .action {
  padding-left: 10px;
  border-left: 1px solid rgb(102, 102, 102, 0.3);
  width: calc(100% - 106px);
}

.sc-apply-online .bar-model .action .btn {
  background: #00a94f;
  height: 40px;
  line-height: 40px;
  width: 100%;
  padding: 0 65px;
  color: #fff;
  text-align: center;
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 600;
}

.sc-apply-online .bar-model .action .btn:hover {
  background: #009445;
}

.ic-bar::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  filter: brightness(0) saturate(100%) invert(43%) sepia(0%) saturate(0%) hue-rotate(1deg) brightness(91%) contrast(92%);
}

.ic-menu::after {
  background: url(../img/icon-bar/xpc_dot-menu.svg) no-repeat;
  background-size: contain;
  background-position: center;
}

.ic-jump1::after {
  background: url(../img/icon-bar/xpc_jump-icon1.svg) no-repeat;
  background-size: contain;
  background-position: center;
}

.ic-jump2::after {
  background: url(../img/icon-bar/xpc_jump-icon2.svg) no-repeat;
  background-size: contain;
  background-position: center;
}

.ic-jump3::after {
  background: url(../img/icon-bar/xpc_jump-icon3.svg) no-repeat;
  background-size: contain;
  background-position: center;
}

.ic-jump4::after {
  background: url(../img/icon-bar/xpc_jump-icon4.svg) no-repeat;
  background-size: contain;
  background-position: center;
}

.ic-jump5::after {
  background: url(../img/icon-bar/xpc_jump-icon5.svg) no-repeat;
  background-size: contain;
  background-position: center;
}

.ic-jump6::after {
  background: url(../img/icon-bar/xpc_jump-icon6.svg) no-repeat;
  background-size: contain;
  background-position: center;
}

.sc-apply-online .content-modal-header {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0 24px 28px;
}

.color {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e5f6ed;
  border-radius: 100%;
  padding: 15px;
}

@media screen and (min-width: 1199px) {
  .sc-apply-online.modal-mobile {
      position: sticky !important;
      bottom: auto;
      top: 0 !important;
      height: 60px;
      /* background: rgba(255, 255, 255, 0.90); */
      display: flex;
      justify-content: space-between;
      max-width: 1170px;
      margin: 0 auto;
      padding: 0 15px;
      position: relative;
      z-index: 20;
      height: 60px;
      overflow: initial;
  }

  .sc-apply-online .content-modal {
      background-color: transparent;
  }

  .sc-apply-online.modal-mobile:before {
      content: "";
      background: rgba(255, 255, 255);
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
      width: 200%;
      height: 60px;
      position: absolute;
      top: 0;
      left: -20%;
  }

  .bar-model {
      position: relative;
      bottom: auto;
      justify-content: space-between;
      width: auto;
      padding: 0;
      box-shadow: none;
  }

  .sc-apply-online .bar-model .action .btn {
      max-width: 220px;
      width: 100%;
  }

  .bar-model .action {
      border-left: 0;
      padding-left: 0;
      width: auto;
  }

  .bar-model .btn-model {
      display: none;
  }

  .sc-apply-online .content-modal {
      bottom: auto;
      opacity: 1;
      z-index: 500000;
      position: relative;
      height: auto;
      padding: 0;
      transform: translateY(0%);
      box-shadow: none;
  }

  .sc-apply-online .content-modal i {
      display: none;
  }

  .sc-apply-online .wrapper-content-modal {
      display: flex;
      padding: 0;
      top: 0;
      position: relative;
      overflow-y: hidden;
      gap: 16px;
  }

  .sc-apply-online .wrapper-content-modal a {
      height: 60px;
      line-height: 1.8;
      padding: 16px 0 14px;
      color: #333;
      font-family: "kurious-looped";
      font-size: 16px;
      font-weight: 600;
  }

  .list-search:hover ._name, .list-search ._name.click-active, .list-search.active ._name {
      padding: 16px 0;
      border-bottom: 2px solid #00a94f;
  }

  .sc-apply-online .content-modal-header {
      display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .sc-apply-online:has(.content-modal.open) .overlay {
      height: 100vh;
      background: transparent;
  }

  .overlay {
      background: transparent;
  }
}


/*########################### end nav bar ###########################*/
/*########################### step ###########################*/
.step-wrapper {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.step-content {
  max-width: 160px;
}

.step-icon {
  display: flex;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #ccc;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.step-icon img {
  margin: 0 auto;
}

.step-text {
  color: #333;
  text-align: center;
  font-family: "kurious-looped";
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.step-text span {
  display: block;
  white-space: nowrap;
}

.step {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.step .connector {
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 80px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
  .step-icon {
      width: 100px;
      height: 100px;
  }

  .step-icon img {
      max-height: 45px;
  }

  .step-text {
      max-width: 110px;
      width: 100%;
      min-height: 90px;
  }

  .step .connector {
      margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .step-wrapper {
      flex-wrap: wrap;
      max-width: 345px;
      margin: 32px auto 0;
  }

  .step {
      flex-direction: column;
      align-items: center;
      width: 100%;
  }

  .step-icon {
      margin: 0;
      width: 130px;
      height: 130px;
  }

  .step-icon img {
      max-height: 55px;
  }

  .step .connector {
      transform: rotate(90deg) translateX(40px);
      margin-bottom: 60px;
      margin-top: -30px;
  }

  .step-text {
      width: auto;
      max-width: 100%;
      text-align: left;
      margin-left: 20px;
      min-height: auto;
      margin-top: 0;
  }

  .step-text > p {
      display: flex;
      font-size: 18px;
  }

  .step-text span {
      display: inline-block;
      margin-right: 5px;
  }

  .step-content {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      width: 100%;
      max-width: none;
  }

  .theme-nc .sc-step .sc-inner {
      padding-top: 32px;
  }
}

@media screen and (max-width: 360px) {
  .step-icon {
      width: 120px;
      height: 120px;
  }
}

/*########################### end step ###########################*/
/*############### article ###############*/
.sc-article {
  background: #edf8f5;
}

.sc-article .sc-headline {
  margin-bottom: 40px;
}

.article-slide {
  margin: 0 12px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.article-slider {
  margin: 0 -12px;
  margin-top: 16px;
}

.theme-nc .article-slider .slick-dots {
  bottom: -16px;
}

.article-slider .slick-disabled {
  opacity: 0.5;
}

.sc-article .link {
  color: #00a850 !important;
}

.article-slide .content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 175px;
  background: #fff;
}

.article-slide .content .info {
  padding-bottom: 16px;
}

.article-slide .content .desc {
  color: #666;
  font-family: "kurious-looped";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  height: 48px;
}

.article-slide .content .title a {
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 700;
  color: #333333 !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  margin-bottom: 8px;
}

.article-slide .content .title a:hover {
  color: #00a94f;
}

.sc-article .more {
  font-size: 16px !important;
}

.sc-article .sc-headline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #00a94f;
}

.sc-article .thumb {
  /* height: 181px; */
  display: block;
  overflow: hidden;
}

.sc-article .title a:hover {
  text-decoration: none !important;
  color: #00a94f !important;
}

.article-slide .thumb {
  overflow: hidden;
}

.article-slide .thumb .link img {
  transform: scale(1);
  transition: all 400ms ease-in-out;
  width: 100%;
}

.article-slide .thumb .link:hover img {
  transform: scale(1.1);
}

.sc-article .sc-headline .sc-heading {
  margin-bottom: 0;
}

.icw .sc-article .sc-headline a {
  margin-bottom: 5px;
  width: 100%;
  text-align: right;
  display: block;
}

.icw .sc-article .sc-headline {
  display: block;
  margin-bottom: 30px;
}

@media screen and (min-width: 767px) {
  .icw .sc-article .sc-headline {
      margin-bottom: 40px;
  }

  .article-slide .content .title a {
      font-size: 18px;
  }

  .article-slider {
      margin-top: 24px;
  }
}

/*############### end article ###############*/
/*############### faq ###############*/
.sc-faqs {
  background: #f2fbf8;
}

.sc-faqs .sc-content {
  margin-top: 16px;
}

.sc-faqs .accordion-kl {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
}

.sc-faqs .accordion-kl:last-child {
  margin-bottom: 0;
}

.sc-faqs .accordion-title {
  background: #fff;
  color: #00a94f;
  font-family: "kurious-looped";
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  padding: 16px 46px 16px 16px;
  border-left: 0;
  /* border-radius: 0; */
}

.sc-faqs .accordion-title.active {
  background: #00a94f;
  color: #fff;
}

.sc-faqs .accordion-title:hover {
  background: #00a94f;
  color: #fff;
}

.sc-faqs .accordion-title:after {
  color: #00a94f;
  font-weight: 400;
  font-size: 16px;
}

.sc-faqs .accordion-content {
  background: #fff;
  padding: 16px;
}

.sc-faqs .accordion-title.active:after, .sc-faqs .accordion-title.active, .sc-faqs .accordion-title:hover:after {
  color: #fff;
}

.icw .sc-faqs ul, .icw .sc-faqs ol {
  padding-left: 20px;
}

.icw .sc-faqs ul li {
  list-style: disc;
  color: #333;
  font-family: kurious-looped;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}

.icw .sc-faqs ol li {
  list-style: decimal;
  color: #333;
  font-family: kurious-looped;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}

.icw .sc-faqs p {
  list-style: decimal;
  color: #333;
  font-family: kurious-looped;
  font-size: 16px;
  font-weight: 500;
}

.icw .sc-faqs ul li:last-child, .icw .sc-faqs ol li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 767px) {
  .sc-faqs .sc-content {
      margin-top: 24px;
  }

  .sc-faqs .accordion-content {
      padding: 24px 16px;
  }

  .icw .con-sm {
      width: 880px;
  }
}

/*############### end faq ###############*/
/*############### calculator ###############*/
.sc-calculators .sc-inner {
  padding-bottom: 0px;
}

@media screen and (min-width: 767px) {
  .sc-calculators .sc-inner {
      padding-bottom: 64px;
  }
}

.theme-nc .form.form-calculator label {
  color: #999999;
}

.theme-nc .calculators {
  border-radius: 10px;
  overflow: hidden;
  margin-top: 24px;
}

.theme-nc .calculators .calculator {
  background-color: #ecf1f7;
  width: 50%;
  border-radius: 0;
}

.theme-nc .calculators .calculator:last-child {
  width: 50%;
  background: #006169;
}

.theme-nc .calculators .calculator:last-child > .action {
  background: #90743b;
  background: -moz-linear-gradient(-45deg, #90743b 0%, #c9a254 100%);
  background: -webkit-linear-gradient(-45deg, #90743b 0%, #c9a254 100%);
  background: linear-gradient(135deg, #90743b 0%, #c9a254 100%);
  padding: 32px 24px;
}

@media screen and (max-width: 991px) {
  .theme-nc .calculators .calculator:last-child > .action {
      position: relative;
  }
}

.theme-nc .calculators .calculator > .wrapper {
  padding: 48px 32px;
}

.theme-nc .form.form-calculator select {
  font-size: 20px !important;
  color: #305244 !important;
  font-family: "kurious-looped";
}

.theme-nc .form.form-calculator .select:after {
  color: #305244;
}

.theme-nc .clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.theme-nc .fx-smallText {
  line-height: 57px;
}

/**/
.theme-nc .calculators .calculator {
  font-family: "kurious-looped";
}

.theme-nc .px-calResultsBox {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.theme-nc .px-calResultsBox .cText {
  order: 1;
  flex-grow: 4;
}

.theme-nc .px-calResultsBox .cText strong {
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.theme-nc .px-calResultsBox .cNum {
  order: 2;
  flex-grow: 1;
  align-self: flex-end;
  text-align: right;
}

.theme-nc .px-calResultsBox .cNum strong {
  font-family: "kurious-looped";
  font-size: 33px;
  font-weight: 700;
  line-height: 50px;
}

.theme-nc .px-calResultsBox .cNum strong .size-h3 {
  font-family: "kurious-looped";
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.theme-nc .px-calResultsBox .cText, .theme-nc .px-calResultsBox .cNum {
  color: #305244;
}

.theme-nc .form.form-calculator {
  padding: 0;
  margin-top: 0;
}

.theme-nc .px-hlIinput {
  padding: 24px;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 10px;
}

.theme-nc .form.form-calculator .select2-container .select2-selection--single .select2-selection__rendered, .theme-nc .form.form-calculator input {
  opacity: 1;
}

.theme-nc .form.form-calculator input {
  height: 48px !important;
}

.theme-nc .form.form-calculator input:disabled {
  color: #999 !important;
  -webkit-text-fill-color: #999 !important;
  background: #ddd !important;
}

#calDownPayAmount {
  width: 58% !important;
}

/* #page .cal-input-error:has(#calDownPayAmount) {    
  width: 58% !important;
} */
.theme-nc .form.form-calculator .select2-container .select2-selection--single .select2-selection__arrow {
  color: #305244;
}

.theme-nc .field-desc {
  font-size: 13px;
  color: #999;
  font-weight: normal;
  margin-top: 10px;
}

.theme-nc .u-range-slider .irs-line-left, .theme-nc .u-range-slider .irs-bar, .theme-nc .u-range-slider .irs-bar-edge {
  background-color: #246c59;
}

.theme-nc .u-range-slider .irs-line-left {
  width: 15px;
}

.theme-nc .u-range-slider .irs-line {
  background-color: #e7eaf3;
}

.theme-nc .u-range-slider .irs-slider {
  background-image: url(../../../../../../SiteCollectionDocuments/personal/loan/personal-loan/xpresscash/img/icon/calculator-button-bar.png);
  background-size: 48px;
  background-repeat: no-repeat;
  background-position: -9px -6px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-box-shadow: 0 0.1875rem 0.75rem rgba(140, 152, 164, 0.3125);
  box-shadow: 0 0.1875rem 0.75rem rgba(140, 152, 164, 0.3125);
}

.theme-nc .calculators .calculator .bottom {
  padding: 20px 40px;
  border-radius: 0;
}

.theme-nc .calculators .calculator .bottom.no-bg {
  background: none !important;
}

.theme-nc .calculators .calculator .no-result {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.theme-nc .garage-container .calculators .btn {
  border-radius: 8px;
  background: #00a94f;
  color: #fff !important;
  box-shadow: none;
  text-align: center;
  font-family: "kurious-looped";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  width: 116px;
  height: 40px;
}

.theme-nc .garage-container .calculators #calResetButton svg {
  display: inline;
  margin-right: 8px;
}

.theme-nc .select2-container--default .select2-selection--single .select2-selection__arrow b:before, .theme-nc .select2-container--default .select2-selection--single .select2-selection__clear:before {
  color: #333;
}

.theme-nc .garage-container .calculators .btn:hover {
  background: #b8e1bf;
}

.calculators .calculator:last-child {
  background-image: url(../img/symphony.png);
  background-color: #246c59;
}

.table-calculator-wrapper .table th, .table-calculator-wrapper .table tbody {
  background-color: rgba(83, 177, 151, 0.28);
}

.table-calculator-wrapper .table tbody tr {
  background-color: transparent;
}

.theme-nc .table-calculator-wrapper .table thead {
  background: #53b197;
}

.table-calculator-wrapper .table thead {
  border-bottom: 1px solid #2f6f5d;
}

.theme-nc .form.form-calculator .field {
  margin-bottom: 27px;
  position: relative;
}

.switches-container {
  width: 240px;
  position: relative;
  display: flex;
  padding: 0;
  position: relative;
  background: #06393c;
  line-height: 3rem;
  border-radius: 100px;
}

.switches-container label {
  width: 50%;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
  color: #3d7579;
  position: relative;
  z-index: 4;
  font-weight: 600;
  font-family: "Kanit", sans-serif;
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0.125s;
  line-height: 35px;
}

.switch-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  padding: 0;
  z-index: 3;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.switch {
  border-radius: 3rem;
  background: transparent;
  border: 1px solid #ffffff;
  height: 100%;
}

.switch div {
  width: 100%;
  text-align: center;
  opacity: 0;
  display: block;
  color: #778896;
  transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0.125s;
  will-change: opacity;
  position: absolute;
  top: 0;
  left: 0;
}

.switches-container input:nth-of-type(1):checked ~ .switch-wrapper {
  transform: translateX(0%);
}

.switches-container input:nth-of-type(2):checked ~ .switch-wrapper {
  transform: translateX(100%);
}

.switches-container input:checked + label {
  color: #fff;
}

.switches-container input:checked + label {
  color: #fff;
}

.theme-nc .calculators .calculator .table-calculator-wrapper {
  padding: 0;
}

#fx-alertMessageBox .action a.btn {
  background: #30a283;
  background: -webkit-gradient( linear, left top, right top, from(#30a283), to(#29d6b6) );
  background: -webkit-linear-gradient(90deg, #30a283 10%, #29d6b6 90%);
  background: -o-linear-gradient(90deg, #30a283 10%, #29d6b6 90%);
  background: linear-gradient(90deg, #30a283 10%, #29d6b6 90%);
  background-color: #29d6b6;
}

#fx-alertMessageBox .action a.btn:hover {
  background: #29d6b6;
}

.theme-nc .sc-calculators .input.horizontal {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.theme-nc .sc-calculators .input.horizontal input:last-child {
  width: 167px !important;
}

.theme-nc .sc-calculators .input.horizontal > span {
  font-size: 13px;
  color: rgba(51, 51, 51, 0.7);
  font-family: kurious-looped;
  font-weight: 500;
  line-height: 20px;
  margin: 0 12px;
}

.theme-nc .sc-calculators .field > p {
  font-size: 13px;
  font-weight: normal;
  color: rgba(51, 51, 51, 0.7);
  font-weight: 500;
  margin-top: 5px;
  font-family: kurious-looped;
}

.calculators .sc-heading .heading {
  color: #333;
  text-align: center;
  font-family: "kurious-looped";
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.calculators .sc-heading .sub-heading {
  color: #333;
  text-align: center;
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 8px;
}

.calculator .charts .charts-title.axis-y {
  color: rgba(255, 255, 255, 0.7);
  font-family: kurious-looped;
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
  margin-bottom: 24px;
}

.calculator .charts .charts-title.axis-x {
  color: rgba(255, 255, 255, 0.7);
  font-family: kurious-looped;
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
  margin-top: 7px;
}

.calculator .chart:first-child .chart-title, .calculator .chart:first-child .chart-track {
  padding-top: 0;
}

.calculators .sc-heading {
  margin-bottom: 36px;
}

.calculators .form.form-calculator select, .calculators .form.form-calculator .select2-container--default .select2-selection--single, .calculators .form.form-calculator .select2-container--default.select2-container--focus:not( .select2-container--disabled ) .select2-selection--single, .theme-nc .form.form-calculator input {
  background: #fff !important;
  border: 0 !important;
  border-radius: 25px !important;
  -webkit-transition: border-color 400ms ease-in-out;
  -o-transition: border-color 400ms ease-in-out;
  transition: border-color 400ms ease-in-out;
  overflow: hidden;
  border: 1px solid #d7d7d7 !important;
  padding: 0 21px 0 16px !important;
  line-height: 48px;
}

.calculators .form.form-calculator .select2-container--default .select2-selection--single .select2-selection__arrow b {
  text-align: center;
}

.theme-nc .form.form-calculator label {
  margin-bottom: 4px;
  padding-left: 16px;
  color: #333;
  font-family: "kurious-looped";
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  display: block;
}

.theme-nc .form.form-calculator .select2-container .select2-selection--single .select2-selection__rendered, .theme-nc .form.form-calculator input, .theme-nc .form.form-calculator input::placeholder, .form.form-calculator .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #333 !important;
  font-family: "kurious-looped";
  font-size: 16px !important;
  font-weight: 600;
  white-space: break-spaces;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

#page .cal-input-error input, #page .cal-input-error select {
  border-radius: 25px;
  height: 51px;
  border: 2px solid red !important;
}

#page .cal-input-error input, #page .cal-input-error .select {
  border-radius: 25px;
  height: 51px;
  border: 2px solid red !important;
}

#page .cal-input-error, #page .cal-input-error #calDownPayPercent {
  border: 2px solid transparent !important;
}

#page .cal-input-error-message {
  text-align: right;
  position: relative;
}

/* #page .cal-input-error {
  border: 0 !important;
} */
/* #page .cal-input-error-message:after {
  content: "\e90e";
  font-size: 25px;
  font-family: 'icongarage';
  position: absolute;
  top: -50px;
  z-index: 1;
  right: 38px;
  color: #B91213;
} */
.calculators .form.form-calculator .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .calculators .form.form-calculator .select2-container--default.select2-container--focus:not( .select2-container--disabled ) .select2-selection--single {
  border-bottom: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* #page .cal-input-error .form.form-calculator .select2-container--default.select2-container--open.select2-container--below,
#page .cal-input-error .form.form-calculator .select2-container--default.select2-container--focus:not(.select2-container--disabled) {
  border: 2px solid red !important;
} */
.theme-nc .form.form-calculator .field[field-name="calLoanableLimit"] label {
  position: absolute;
  z-index: 1;
  top: 40%;
  color: #333;
  font-family: "kurious-looped";
  font-size: 18px;
  font-weight: 700;
}

.theme-nc .form.form-calculator .field[field-name="calLoanableLimit"] input:disabled {
  padding: 24px 25px !important;
  height: auto !important;
  border-radius: 8px !important;
}

.theme-nc .form.form-calculator .field[field-name="calLoanableLimit"] #calLoanableLimit {
  color: #333 !important;
  -webkit-text-fill-color: #333 !important;
  font-family: "kurious-looped"!important;
  font-size: 33px !important;
  font-weight: 600;
}

.text-alert {
  color: #333;
  text-align: center;
  font-family: "kurious-looped";
  font-size: 26px;
  font-weight: 700;
  line-height: 39px;
  margin: 48px 0 !important;
}

.popup-alert {
  min-height: 320px;
}

.mfp-content {
  border-radius: 8px !important;
}

.theme-nc .calculators .input.cal-input-error:after {
  content: "\e90e";
  font-size: 25px;
  font-family: "icongarage";
  position: absolute;
  top: 4px;
  color: #b91013;
  right: 36px;
}

.theme-nc .calculators .input.cal-input-error:has(#calDownPayAmount):after {
  right: 50%;
}

.select2-search {
  display: none !important;
}

.calculators .select2-container {
  width: 100% !important;
}

@media screen and (max-width: 991px) {
  .theme-nc .calculators .calculator {
      padding-bottom: 0px;
  }

  .theme-nc .form.form-calculator {
      padding-bottom: 20px;
  }

  .garage-container .sc-calculators .container {
      /* margin: 0 -15px; */
  }

  .theme-nc .calculators {
      width: 100%;
      border-radius: 0;
      /* margin-left: -16px; */
  }
}

.select2-container--open .select2-dropdown {
  border-radius: 0 0 25px 25px;
}

@media screen and (max-width: 767px) {
  .text-alert {
      font-size: 20px;
      line-height: 30px;
      margin-top: 80px !important;
  }

  .mfp-wrap.mfp-ready .mfp-container {
      padding: 0 16px !important;
  }

  .promotion-popup .mfp-content {
      height: 100%;
      margin: 0 !important;
  }

  .promotion-popup.mfp-ready .mfp-container {
      padding: 0 !important;
  }

  .promotion-popup .mfp-content .mfp-close, .popup-open .mfp-content .mfp-close {
      right: 16px !important;
      top: 16px !important;
  }

  .mfp-content {
      border-radius: 0 !important;
  }

  .theme-nc .calculators {
      width: 100%;
  }

  #page .cal-input-error {
      height: 50px;
  }

  #cal_maximum {
      font-size: 32px !important;
      height: 76px !important;
  }

  .theme-nc .calculators .calculator .bottom {
      padding: 20px;
  }

  .theme-nc .px-calResultsBox {
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
  }

  .theme-nc .px-calResultsBox .cText {
      line-height: 0px;
  }

  .theme-nc .px-calResultsBox .cNum {
      font-size: 26px;
  }

  .theme-nc .px-calResultsBox.fx-majorBox {
      margin-bottom: 20px;
  }

  .theme-nc .px-calResultsBox.fx-majorBox .cText {
      line-height: 30px;
  }

  .theme-nc .px-calResultsBox.fx-majorBox .cNum {
      font-size: 36px;
  }

  .theme-nc .calculators .calculator > .wrapper {
      padding: 28px 16px;
  }

  .theme-nc .form.form-calculator select {
      font-size: 16px !important;
      font-weight: 600;
      height: 48px !important;
      position: relative;
      top: 4px;
  }

  .form.form-calculator input, .form.form-calculator select {
      font-size: 16px !important;
  }

  .theme-nc .sc-calculators .input.horizontal input:last-child {
      width: 108px !important;
  }

  .theme-nc .calculators .calculator:last-child > .action {
      padding: 24px 16px;
      position: relative;
  }

  .theme-nc .px-calResultsBox .cText {
      line-height: 16px;
  }

  .theme-nc .px-calResultsBox .cNum {
      line-height: 1;
  }

  .calculator .charts .charts-title.axis-y {
      margin-bottom: 16px;
  }

  .theme-nc .px-calResultsBox .cText strong {
      font-size: 16px;
      line-height: 24px;
  }

  .theme-nc .px-calResultsBox .cNum strong {
      font-size: 24px;
      line-height: 36px;
  }

  .theme-nc .px-calResultsBox .cNum strong .size-h3 {
      font-size: 18px;
      line-height: 27px;
  }

  .theme-nc .sc-calculators .input.horizontal > span {
      margin: 0 8px;
  }

  .theme-nc .form.form-calculator .field[field-name="calLoanableLimit"] label {
      font-size: 16px;
      text-align: center;
  }

  .theme-nc .form.form-calculator .field[field-name="calLoanableLimit"] input:disabled {
      padding: 21px 0 8px !important;
  }

  .theme-nc .form.form-calculator .field[field-name="calLoanableLimit"] label {
      top: 27px;
      left: 0;
      right: 0;
  }

  .theme-nc .form.form-calculator .field[field-name="calLoanableLimit"] input:disabled {
      border: 1px solid #00a94f !important;
      background: #f7f7f7 !important;
      width: 100% !important;
      height: 90px !important;
      padding-top: 43px !important;
  }

  .theme-nc .form.form-calculator .field[field-name="calLoanableLimit"] #calLoanableLimit {
      color: #333 !important;
      text-align: center;
      font-family: "kurious-looped"!important;
      font-size: 28px !important;
      font-weight: 600;
      padding-bottom: 18px !important;
      margin-top: 10px;
  }
}

@media screen and (max-width: 991px) {
  .theme-nc .calculators .calculator {
      width: 100%;
  }

  .theme-nc .calculators .calculator:last-child {
      width: 100%;
      padding: 20px 0 0;
  }

  .calculators .calculator .table-calculator-wrapper .table-calculator-arrow {
      display: none;
  }
}

/* Chart */
.charts {
  font-size: 14px;
  font-weight: normal;
  color: #76a7aa;
  margin-bottom: 32px;
  margin-top: 30px;
}

.charts:last-child {
  margin-bottom: 0;
}

.charts .charts-title {
  margin: 0;
  color: #cccccc;
}

.charts-title.axis-x {
  text-align: right;
  margin-top: 10px;
}

.charts-title.axis-y {
  text-align: left;
  margin-bottom: 10px;
}

.chart-group {
  display: table;
  width: 100%;
}

.chart {
  position: relative;
  display: table-row;
  width: 100%;
}

.chart .chart-title, .chart .chart-track {
  display: table-cell;
  vertical-align: middle;
  padding: 7px 0 8px;
}

.chart .chart-title, .chart .chart-bar-text .installment {
  font-family: "kurious-looped";
  line-height: 0.5;
}

.chart .chart-title {
  font-family: "kurious-looped";
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  padding-right: 15px;
}

.chart .chart-track {
  position: relative;
  width: 100%;
  border-left: 1px solid #3e7579;
}

.chart .chart-bar {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  -webkit-transition: width 0.6s ease-in-out;
  -moz-transition: width 0.6s ease-in-out;
  -o-transition: width 0.6s ease-in-out;
  transition: width 0.6s ease-in-out;
}

.chart .chart-bar-inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #4d9196;
  border: 1px solid #4d9196;
  margin-left: -1px;
}

.chart .chart-bar-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  padding: 0 15px;
  white-space: nowrap;
  color: #fff;
}

.chart .chart-bar-text .installment, .chart .chart-bar-text .unit {
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.chart .chart-bar-text .interest {
  display: block;
  /* margin-top: 6px; */
  font-family: kurious-looped;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}

.chart.best-deal .chart-bar-text .installment, .chart.best-deal .chart-bar-text .unit, .chart.best-deal .chart-bar-text .interest, .chart.best-deal .chart-title {
  color: #fff;
}

.chart .chart-label {
  display: none;
  width: 67px;
  position: absolute;
  top: -9px;
  right: -8px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chart:first-child .chart-title, .chart:first-child .chart-track {
  padding-top: 25px;
}

.chart:last-child .chart-title, .chart:last-child .chart-track {
  padding-bottom: 25px;
}

.chart:last-child .chart-track {
  border-bottom: 1px solid #3e7579;
}

.chart.best-deal .chart-bar {
  overflow: visible;
}

.chart.best-deal .chart-title {
  color: #ffffff;
}

.chart.best-deal .chart-bar-inner {
  background-color: #80b0b4;
  border-color: #80b0b4;
  color: #fff;
}

.chart .chrat-title, .chart .chart-bar-inner {
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  transition: 200ms;
}

.chart:not(.best-deal):hover .chart-title {
  color: #fff;
}

.chart:not(.best-deal):hover .chart-bar-inner {
  background-color: #80b0b4;
  border-color: #80b0b4;
  color: #fff;
}

.chart.best-deal .chart-label {
  display: block;
}

.note-box {
  color: rgba(255, 255, 255, 0.7);
  font-family: kurious-looped;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

/* End Chart */
/*############### end cal ###############*/
/*############### shortcut ###############*/
.sc-shortcut .sc-inner {
  padding: 40px 0;
}

.service-container .item {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 18px;
  padding-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.service-container .item:last-child {
  margin-bottom: 0;
}

.service .image .ic {
  background: transparent;
  width: auto;
  height: auto;
  line-height: initial;
}

.service .image .ic:before {
  color: #00a94f;
  font-size: 24px;
}

.service .caption {
  padding: 0;
}

.service .image {
  width: auto;
}

.service .caption .desc {
  color: #00a94f;
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline !important;
}

.service .caption .desc:hover {
  color: #00873f;
}

@media screen and (min-width: 767px) {
  .service-container {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 16px;
  }

  .service-container .item {
      width: 175px;
      height: 120px;
      border-radius: 8px;
      border: 1px solid #ededed;
      background: #fff;
      margin-bottom: 0;
      padding-bottom: 0;
      padding: 16px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 16px;
  }

  .service .caption .desc {
      color: #333;
      font-family: "kurious-looped";
      font-size: 16px;
      font-weight: 600;
      cursor: pointer;
      text-decoration: none !important;
  }

  .service .caption .desc:hover {
      color: #333;
  }

  .item.service:hover {
      transform: scale(1.1);
  }
}

/*############### end shortcut ###############*/
/*############### apply ###############*/
.sc-s-apply .text-title {
  color: #305244;
  font-family: "kurious-looped";
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 4px;
  padding-left: 16px;
}

.theme-nc .sc-s-apply .field input {
  padding: 12px 16px;
  height: 48px;
}

.select2-container .select2-selection--single {
  height: 48px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px;
}

.field {
  padding-bottom: 0;
}

.field:last-child {
  padding-bottom: 0;
}

.theme-nc .sc-s-apply fieldset {
  margin: 0px auto 16px;
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.theme-nc .sc-s-apply .field input::placeholder, .theme-nc .sc-s-apply .field .select2-selection__rendered .select2-selection__placeholder, .select2-container .select2-results__option {
  color: #999;
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 600;
}

.theme-nc .sc-s-apply .field input, .theme-nc .sc-s-apply .field .select2-selection__rendered {
  color: #333;
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 600;
}

.theme-nc .sc-s-apply .consent {
  margin-bottom: 16px;
  color: #fff;
  font-family: kurious-looped;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  padding: 0;
}

.theme-nc .sc-s-apply .action.disabled-action .btn {
  background: #ccc;
  color: #999;
  text-align: center;
  font-family: "kurious-looped";
  font-size: 20px;
  font-weight: 600;
}

.theme-nc .sc-s-apply .action .btn {
  background: #00a94f;
  color: #fff;
  font-family: "kurious-looped"!important;
  font-size: 20px !important;
}

.theme-nc .sc-s-apply .field .input.required input::placeholder {
  color: #999;
}

.theme-nc .sc-s-apply .field .input.required .text-required {
  font-family: "kurious-looped";
  width: 100%;
  right: 0;
  bottom: -28px;
  background: #ec4546;
  font-size: 13px;
  font-weight: 500;
}

.theme-nc .sc-s-apply .action.disabled-action .btn {
  pointer-events: none;
}

.theme-nc .sc-s-apply .note-policy {
  color: #666;
  text-align: center;
  font-family: kurious-looped;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-top: 16px;
}

.theme-nc .sc-s-apply .field .input.required:after {
  /* top: 30px; */
  color: #b91013;
}

.theme-nc .sc-s-apply .field .input.required .select2 {
  /* border: 2px solid red; */
  border-radius: 25px;
}

#apply .input.required .select2-container--default .select2-selection--single {
  border: 2px solid red;
}

#apply .input.required .select2-selection__placeholder, #apply .input.required .select2-selection__rendered, #apply .input.required input::placeholder {
  color: #ff0000 !important;
}

#form-calculator .cal-input-error-message.show {
  font-family: "kurious-looped";
  width: 100%;
  right: 0;
  background: #ec4546;
  font-size: 13px;
  font-weight: 500;
  border-radius: 10px;
  color: #fff !important;
  padding: 2px 10px;
  text-align: left;
}

.field:has(#calDownPayAmount) .cal-input-error-message.show {
  width: 58%;
}

#form-calculator .cal-input-error input::placeholder {
  color: #999 !important;
}

.theme-nc .sc-s-apply .field .input.required:has(.select2):after {
  right: 36px;
}

.theme-nc .sc-s-apply .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #00a94f;
  color: #fff !important;
}

.theme-nc .sc-s-apply .sc-step[data-step="2"] .field .input.required:after {
  z-index: 1;
}

/* .theme-nc .sc-s-apply .sc-step[data-step='2'] .sc-inner {
  padding: 0;
} */
.sc-s-apply {
  max-height: initial !important;
  min-height: auto !important;
}

.theme-nc .sc-s-apply .field .select2-selection__rendered {
  padding-left: 16px;
}

.theme-nc .sc-s-apply .sc-kplus .action i {
  display: none !important;
}

.theme-nc .sc-s-apply .sc-kplus .sc-heading {
  color: #fff;
  text-align: center;
  font-family: "kurious-looped";
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}

.theme-nc .sc-s-apply .sc-form .sc-inner {
  padding-top: 54px;
}

.theme-nc .sc-s-apply .sc-form .lead {
  color: #fff;
  text-align: center;
  font-family: "kurious-looped";
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}

#apply .droplead-green-1 {
  color: #fff !important;
}

/* .theme-nc .sc-s-apply .sc-kplus .sc-heading .nc-color-blue, #apply .droplead-green-1 {
  color: #FFF;
} */
.theme-nc .sc-s-apply h5, .theme-nc .sc-s-apply .h5 {
  color: #fff;
  text-align: center;
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.theme-nc .sc-s-apply .sc-kplus ul {
  margin-top: 40px;
}

.theme-nc .sc-s-apply .sc-kplus ul li {
  color: #fff;
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 16px;

}

.theme-nc .sc-s-apply .sc-kplus .notice {
  margin-top: 0;
  color: #4cd6c3;
  text-align: center;
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.theme-nc .icon-time.blue:before {
  color: #4cd6c3;
  position: relative;
  top: -2px;
}

.theme-nc .sc-s-apply .sc-kplus ul li:last-child {
  margin-bottom: 0px;
}

.theme-nc .sc-s-apply .sc-kplus ul li .image {
  border-left: solid 4px #29f3b7;
}

.theme-nc .sc-s-apply .sc-kplus .action {
  margin-top: 24px;
}

.theme-nc .sc-s-apply .sc-form .sc-heading strong {
  color: #fff;
  text-align: center;
  font-family: "kurious-looped";
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
}

.sc-form ul {
  margin-top: 40px;
}

.sc-form li {
  color: #fff;
  font-family: "kurious-looped";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 16px;
}

.sc-form li:last-child {
  margin-bottom: 8px;
}

.sc-or {
  color: #00a94f;
  text-align: center;
  font-family: "kurious-looped";
  font-size: 18px;
  font-weight: 700;
}

.sc-step[data-step="2"] .sc-heading strong {
  color: #fff;
  text-align: center;
  font-family: "kurious-looped";
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
}

.sc-step[data-step="2"] .lead {
  color: #fff;
  text-align: center;
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

.theme-nc .sc-s-apply::after {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
  background-position: right;
}

.theme-nc .sc-s-apply[data-step="2"]:after {
  background-size: cover;
}




@media screen and (min-width: 767px) {
  /* .theme-nc .sc-s-apply .sc-kplus .sc-heading,
  .theme-nc .sc-s-apply .sc-form .lead {
      font-size: 33px;
  } */.theme-nc .sc-s-apply .sc-form .sc-inner {
      padding-top: 64px;
  }

  .theme-nc .sc-s-apply .sc-kplus .sc-heading {
      font-size: 26px;
  }

  .sc-step[data-step="2"] .sc-heading strong {
      font-size: 33px;
      line-height: 30px;
  }

  .theme-nc .sc-s-apply .sc-form .lead {
      font-size: 16px;
  }

  .theme-nc .sc-s-apply h5, .theme-nc .sc-s-apply .h5 {
      font-size: 16px;
  }

  .sc-s-apply .text-title {
      padding-left: 32px;
  }

  .theme-nc .sc-s-apply .sc-kplus ul {
      margin-top: 56px;
  }

  .theme-nc .sc-s-apply .sc-kplus ul li:last-child {
      margin-bottom: 56px;
  }

  .theme-nc .sc-s-apply .sc-form .sc-heading strong {
      font-size: 26px;
      line-height: 30px;
  }

  .sc-form ul {
      margin-top: 16px;
  }

  .theme-nc .sc-s-apply .field input {
      padding: 12px 32px;
  }

  .theme-nc .sc-s-apply fieldset {
      margin: 32px auto 16px;
      gap: 32px;
  }

  .theme-nc .sc-s-apply .form-step-wrapper {
      margin: 0 auto;
  }

  .theme-nc .sc-s-apply .field .select2-selection__rendered {
      padding-left: 32px;
  }
}

@media screen and (max-width: 767px) {
  .theme-nc .sc-s-apply .sc-kplus ul,
  .sc-form ul {
      margin-top: 10px;
      width: 100%;
      max-width: 400px;
      display: flex;
      flex-wrap: wrap;
      column-gap: 0px;
  }
  .theme-nc .sc-s-apply .sc-kplus ul li,
  .theme-nc  .sc-s-apply .sc-form ul li{
      width:50%;
      display:flex;
      align-items: flex-start;
  }
    .theme-nc .sc-s-apply .form-step-wrapper {
     margin: 16px 0;
    }
}



/*############### end apply ###############*/
/*############### application-details ###############*/
/* tab slide */
.tab-slide {
  padding-top: 48px;
  padding-bottom: 24px;
}

.bg-green {
  background-color: #ecf1f7;
}

.bg-grey {
  background-color: #f4f4f4;
}

.tab-slide .header-page {
  text-align: center;
}

.arrow-back {
  margin-bottom: 24px;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #00a94f;
}

.arrow-back i {
  width: 9px;
  height: 9px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  display: inline-block;
  transform: rotate(45deg);
  margin-top: 15px;
}

/* .tab-list-content-slide .tab-remark {
  padding: 16px;
} */
.tab-list-content-slide {
  position: fixed;
  width: 100%;
  top: 0;
  left: 100%;
  z-index: 9;
  padding: 16px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  background-color: #ecf1f7;
  /* overflow: auto; */
}

/* .wrapper-content-slide {
  padding: 0 16px;
} */
.tab-list-content-slide.documents .bg-green {
  overflow-y: auto;
}

.tab-list-content-slide.open {
  left: 0;
  z-index: 1901;
  height: 100%;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.icw:has(.tab-list-content-slide.open) header {
  z-index: 1 !important;
}

.tab-list-content-slide .tab-default-wrapper {
  display: flex !important;
}

.wrapper-content-slide .tab-default-wrapper {
  border-bottom: 1px solid #dbdbdb;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 8px;
  align-items: baseline;
  white-space: pre;
  overflow: scroll;
  padding-right: 50px;
}

.wrapper-content-slide .tab-default-wrapper .tab.active {
  color: #333;
  border-bottom: 3px solid #00a94f !important;
  border-radius: 0;
}

.wrapper-content-slide .tab-default-wrapper .tab {
  color: #666;
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding-bottom: 8px;
  padding-top: 8px;
  padding: 8px 8px;
  margin-top: 8px;
  border-radius: 8px;
  border-bottom: 3px solid transparent !important;
  padding: 8px 0;
  transition: none;
}

.wrapper-content-slide .tab-default-wrapper::-webkit-scrollbar {
  display: none;
}

.header-remark {
  margin: 0;
  font-family: kurious-looped !important;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  color: #666;
  margin-top: 8px;
}

.text-remark {
  font-family: kurious-looped !important;
  font-size: 13px;
  line-height: 20px;
  color: #666;
}

.tab-content {
  display: none;
  overflow-y: auto;
  padding-top: 24px;
  padding-bottom: 54px;
}

.tab-content ul {
  padding-bottom: 16px;
}

.tab-content .mt-16 {
  margin-top: 16px;
}

.tab-content.active {
  display: block !important;
}

.tab-content-normal {
  overflow-y: auto;
}

.icw .wrapper-content-slide .tab-desc-head {
  margin-bottom: 16px;
  margin-top: 0;
  color: #333;
  font-family: "kurious-looped";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.icw .wrapper-content-slide .tab-desc {
  color: #333;
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 16px;
}

.icw .wrapper-content-slide .txt-link {
  color: #00a94f;
  font-family: kurious-looped !important;
}

.icw .wrapper-content-slide .txt-link:hover {
  color: #00873f;
}

.tab-desc-text {
  font-family: kurious-looped !important;
  color: #666;
  line-height: 30px;
}

.tab-desc {
  font-weight: 600;
  line-height: 24px;
  color: #333;
  margin-bottom: 16px;
  font-family: kurious-looped !important;
}

.tab-desc-2 {
  font-weight: 500;
  line-height: 24px;
  color: #666;
  margin-bottom: 16px;
  font-family: kurious-looped !important;
}

.tab-download {
  text-align: center;
  padding: 24px 0 48px;
}

.tab-default-wrapper.list {
  border-bottom: 0;
  display: block;
  margin-top: 0;
}

.tab-list {
  color: #333;
  font-family: "kurious-looped";
  line-height: 24px;
  font-weight: 600;
  padding: 24px 0;
  border-bottom: 1px solid #dbdbdb;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tab-list:last-child {
  border-bottom: 0;
}

.tab-list span {
  width: 100%;
}

.tab-list i.ic {
  margin-right: 16px;
}

i.ic {
  font-size: 24px;
}

.bar-model .btn-model.click-open .ic {
  color: #6b9e77 !important;
}

.list-style-none {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.list-style-none li {
  position: relative;
  padding-left: 32px;
  top: 2px;
}

.list-style-none li:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: #00a94f;
}

.list-mark li {
  font-size: 13px;
}

.tab-list-content-slide .header-page {
  color: #333;
  font-family: "kurious-looped";
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .wrapper-content-slide .tab-default-wrapper .tab {
      transition: 0.3s ease-in-out;
  }
}

/* ############################ rate interest desktop ############################ */
#rate-interest {
  padding: 64px 0;
}

.tab-content {
  padding-top: 32px;
}

.tab-remark {
  margin-right: 0;
  margin-left: 0;
  border-radius: 8px;
}

.wrapper-input {
  padding: 32px 40px 0;
}

.tab-download {
  padding-bottom: 0;
}

.icw .wrapper-content-slide ul, .icw .tab-content ul {
  padding-left: 20px;
}

.icw .wrapper-content-slide ul li, .icw .tab-content ul li {
  list-style: disc;
  color: #666;
  font-family: kurious-looped;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}

.icw .wrapper-content-slide p, .icw .tab-content p {
  color: #666;
  font-family: kurious-looped;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.icw .tab-content ul {
  padding-bottom: 0;
}

.tab-content p {
  margin-bottom: 24px;
}

.ic-arrow {
  width: 7px;
  height: 7px;
  border-right: 2px solid #00a94f;
  border-bottom: 2px solid #00a94f;
  display: inline-block;
  transform: rotate(-45deg);
}

.action-dropdown {
  display: flex;
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 40px;
  /* border-left: 1px solid #DBDBDB; */
  border-bottom: 1px solid #dbdbdb;
  align-items: center;
  justify-content: flex-end;
  background-color: #ecf1f7;
  box-shadow: -18px 0px 16px -3px rgba(242, 251, 248, 0.9);
}

.action-dropdown:before {
  content: "";
  height: 21px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 1px solid #dbdbdb;
  margin: auto;
}

.action-dropdown .link {
  display: block;
  position: relative;
  width: 25px;
  height: 40px;
  font-size: 12px;
  line-height: 32px;
  text-align: right;
}

.action-dropdown .link:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  transition: 0.3s ease-in-out;
  transform: rotate(135deg);
  top: -5px;
  right: 7px;
  bottom: 0;
  margin: auto;
  border-top: 2px solid #00a94f;
  border-right: 2px solid #00a94f;
}

.action-dropdown .link.active:before {
  transform: rotate(-45deg);
  top: 5px;
}

.wrapper-content-slide {
  position: relative;
}

.wrapper-content-slide .tab-dropdown {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  /* left: 0; */
  /* right: 0; */
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  margin-left: -15px;
  position: relative;
  margin-top: 8px;
  display: none;
}

.wrapper-content-slide .tab-dropdown.active {
  opacity: 1;
  visibility: visible;
  background-color: #ecf1f7;
  border-bottom: 1px solid #dbdbdb;
  margin-left: 0;
  display: block;
  /* padding-left: 16px; */
}

.wrapper-content-slide .tab-dropdown .txt {
  color: #666;
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  /* padding-left: 30px; */
  padding-top: 8px;
}

.wrapper-content-slide .tab-default-wrapper.active {
  position: absolute;
  display: block !important;
  z-index: 100;
  /* text-align: left; */
  background: #ecf1f7;
  top: 100%;
  left: -16px;
  margin-top: 0;
  width: calc(100% + 32px);
  padding: 16px;
  white-space: initial;
  border-bottom: 0;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  gap: 0;
  justify-content: flex-start;
}

.wrapper-content-slide .tab-default-wrapper.active .tab {
  display: inline-flex !important;
  /* height: 40px; */
  padding: 8px 16px !important;
  border: 1px solid #ddd !important;
  border-radius: 8px !important;
  background-color: #fff !important;
  /* margin: 0 4px; */
}

.wrapper-content-slide .tab-default-wrapper.active .tab.active {
  color: #00a94f;
  border: 1px solid #00a94f !important;
  /* border-bottom: 3px solid transparent !important; */
}

@media screen and (min-width: 767px) {
  .tab-list-content-slide h3 {
      font-size: 20px;
      color: #333;
      font-family: "kurious-looped";
      font-weight: 700;
      line-height: 30px;
      text-align: left;
      margin-bottom: 32px;
  }

  .tab-content-normal {
      padding: 48px 40px 56px;
      background: #fff;
      margin-bottom: 16px;
      border-top: 5px solid #00a94f;
  }

  .tab-list {
      padding-bottom: 8px;
      color: #666 !important;
      line-height: 24px;
      font-weight: 600;
      cursor: pointer;
      margin: 0 24px;
      border-bottom: unset;
      border-bottom: 3px solid transparent !important;
  }

  .tab-list.active {
      color: #333 !important;
      border-bottom: 3px solid #00a94f !important;
  }

  .tab-default-wrapper.list {
      border-bottom: 1px solid #dbdbdb;
      display: flex;
      margin-top: 24px;
  }

  .tab-default-wrapper.list.hidden-w767 {
      display: flex !important;
      justify-content: center;
  }

  .tab-list-content-slide {
      position: unset;
      transform: unset;
      display: none;
      background-color: unset;
      max-width: 1140px;
      margin: 0 auto;
      padding: 24px 16px 40px;
  }

  .tab-list-content-slide.active {
      display: block;
  }

  .tab-list-content-slide .arrow-back, .tab-list-content-slide .header-page {
      display: none;
  }

  .content-tab-02 .tab-content, .content-tab-03 .tab-content {
      display: none;
      background: #fff;
      padding: 40px;
      margin-bottom: 16px;
      border-radius: 8px;
      border-top: 5px solid #00a94f;
  }

  .tab-list-content-slide .tab-default-wrapper {
      display: none !important;
  }

  .tab-col-wrapper {
      display: flex;
      width: 100%;
  }

  .tab-col-wrapper p {
      margin-top: 0;
  }

  .tab-content-normal .col {
      width: 50%;
  }

  .tab-content-normal .col:nth-child(1) {
      padding-right: 50px;
  }

  .tab-content-normal .col:nth-child(2) {
      padding-left: 50px;
  }

  .row-cal-field {
      width: 100%;
      margin-right: 20px;
      margin-left: 20px;
  }
}

/*############### end application-details ###############*/
/*############### back-to-top ###############*/
.back-to-top {
  opacity: 1;
}

/*############### end back-to-top ###############*/
@media screen and (max-width: 1024px) {
  .webchatbox {
      bottom: 3px !important;
      right: 8px !important;
      z-index: 1002 !important;
  }

  .webchatbox .chat-tooltip-info {
      top: 0 !important;
  }

  .webchatbox .chat-hover-tooltip {
      display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  #navigation-footer {
      padding-bottom: 60px;
  }
}

@media screen and (min-width: 767px) {
  .promotion-popup .mfp-content {
      margin-top: 65px;
      margin-bottom: 65px;
  }
}

.webchatbox .chat-list > a {
  box-shadow: none !important;
}

/* ### footer seo ### */
.icw .footer-seo {
  background-color: #ecf1f7;
}

.icw .footer-seo h2 {
  color: #333;
  font-family: "kurious-looped";
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 4px;
}

.icw .footer-seo h3 {
  color: #666;
  font-family: "kurious-looped";
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}

.icw .footer-seo p, .icw .footer-seo li {
  color: #666;
  font-family: kurious-looped;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.icw .footer-seo p {
  margin-bottom: 8px;
}

.icw .footer-seo ul, .icw .footer-seo ol {
  padding-left: 16px;
  margin-bottom: 8px;
}

.icw .footer-seo ul > li {
  list-style: disc;
}

.icw .footer-seo ol > li {
  list-style: decimal;
}

.icw .footer-seo ol > li:has(h3)::marker {
  font-weight: 700;
}

.icw .footer-seo .footer-link {
  color: #00a94f;
  text-decoration: underline;
}

.icw .footer-seo .footer-link:hover {
  color: #00873f;
  text-decoration: underline;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

/* ### end footer seo ### */
/* ### k-ev ### */
.sc-kev {
  background: #edf8f5;
}

.box-kev {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 32px;
  padding: 32px 24px 260px;
  border-radius: 8px;
  background: url(../img/k-ev-shop_image_mobile.jpg), #1e393b;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.box-kev .btn {
  width: auto;
  padding: 0 32px;
}

.box-kev img {
  max-width: 384px;
  width: 100%;
}

.box-kev .title {
  color: #fff;
  font-family: "kurious-looped";
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 8px;
}

.box-kev .sub-title {
  color: #fff;
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 8px;
}

.box-kev .note {
  color: #fff;
  font-family: "kurious-looped";
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .box-kev {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: row;
      gap: 109px;
      padding: 42px 42px 42px 150px;
      border-radius: 8px;
      background: url(../img/k-ev-shop_image_desktop.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: bottom;
  }

  .box-kev .title {
      font-size: 33px;
      margin-bottom: 12px;
  }

  .box-kev .sub-title {
      font-size: 18px;
      margin-bottom: 12px;
  }

  .box-kev .note {
      margin-bottom: 24px;
  }
}

/* ### end k-ev ### */
/* ############################ sc-calculator2 ############################ */
.sc-calculators2 {
  background: url(../img/Desktop---BG-Tiny.jpg) no-repeat;
  /* margin: 0px -15px; */
  .heading {
      padding-bottom: 16px;
  }
}

.sc-calculators2 .container {
  margin: 0px auto;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .sc-calculators2 .container {
      margin: 0px auto;
  }
}

.k-calculators {
  display: flex;
  flex-direction: column;
  .calculator {
      background: #fafbfb;
      padding: 48px 16px;
  }

  .result {
      background: url(../img/Desktop---Cal-BG-Tiny.jpg) no-repeat;
      background-size: cover;
      padding: 48px 16px;
  }

  .sub-heading {
      font-family: "kurious-looped";
      font-size: 20px;
      font-weight: 700;
      line-height: 30px;
      margin-bottom: 24px;
  }

  @media screen and (min-width: 768px) {
      .calculator {
          background: #fafbfb;
          padding: 48px 40px;
      }

      .result {
          padding: 48px 40px;
      }

      .sub-heading {
          font-family: "kurious-looped";
          font-size: 26px;
          font-weight: 700;
          line-height: 27px;
          margin-bottom: 32px;
      }
  }

  label {
      font-family: "kurious-looped";
      font-size: 13px;
      line-height: 20px;
      font-weight: 600;
      color: #333;
      padding-left: 16px;
      margin-bottom: 4px;
  }

  .action {
      display: flex;
      align-items: center;
      margin-top: 48px;
      gap: 24px;
      justify-content: center;
      /* max-width: 100%; */
      a {
          width: 50%;
          min-width: 122px;
      }

      a.btn {
          width: 100%;
          font-size: 20px;
      }
  }

  @media screen and (min-width: 768px) {
      .action {
          max-width: 300px;
          margin: 48px auto 0;
          a.btn {
              width: fit-content;
              padding: 0px 32px;
              font-size: 20px;
          }
      }
  }

  .txt-link {
      display: flex;
      align-items: center;
      gap: 8px;
      justify-content: center;
  }

  .result-wrapper {
      .textbox-wrapper {
          display: flex;
          align-items: center;
          flex-direction: column;
          row-gap: 32px;
      }

      .textbox {
          background: rgba(255, 255, 255, 0.1);
          height: 83px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-family: "kurious-looped";
          font-size: 16px;
          font-weight: 700;
          line-height: 24px;
          border-radius: 8px;
          border: 1px solid #fff;
          position: relative;
          color: #fff;
          .h1 {
              font-family: "kurious-looped";
              font-size: 33px;
              line-height: 1.5;
              font-weight: 700;
              margin-bottom: 0;
              margin-top: 0;
          }

          .h3 {
              font-family: "kurious-looped";
              font-size: 26px;
              line-height: 1.5;
              font-weight: 600;
          }
      }

      .textbox-loan {
          width: fit-content;
          padding-left: 24px;
          padding-right: 80px;
          margin-right: 0px;
          &:after {
              content: "";
              position: absolute;
              background: url(../img/mascot-01.png) no-repeat;
              background-size: cover;
              top: 0;
              transform: translateY(-25%);
              right: -40px;
              width: 98px;
              height: 112px;
              border-radius: 8px;
          }

          p {
              color: #fff;
          }
      }

      .textbox-installation {
          width: fit-content;
          flex-direction: column;
          border: 0;
          padding: 10px 45px;
          padding-bottom: 0px;
      }

      @media screen and (max-width: 340px) {
          .textbox-loan {
              width: fit-content;
              padding-left: 8px;
              padding-right: 40px;
              margin-right: 0px;
              &:after {
                  background-size: contain;
                  top: 0;
                  transform: translateY(-8%);
                  right: -30px;
                  width: 80px;
                  border-radius: 8px;
              }
          }
      }

      @media screen and (min-width: 768px) {
          .h1 {
              font-size: 42px;
              line-height: 63px;
          }

          .h3 {
              font-size: 33px;
              line-height: 1.5;
          }

          .textbox-wrapper {
              flex-direction: row;
              justify-content: space-between;
              margin-bottom: 32px;
          }

          .textbox-loan {
              width: 64%;
              padding-right: 0px;
              margin-right: 56px;
              &:after {
                  content: "";
                  position: absolute;
                  background: url(../img/mascot-01.png) no-repeat;
                  background-size: cover;
                  top: 0;
                  transform: translateY(-25%);
                  right: -60px;
                  width: 120px;
                  height: 138px;
                  border-radius: 8px;
              }
          }

          .textbox-installation {
              width: 36%;
          }
      }
  }
}

.k-form-calculator2 {
  fieldset {
      border: none;
  }

  .row {
      display: flex;
      flex-direction: column;
      .form-field.full-width {
          width: 100%;
          padding-left: 16px;
          padding-right: 16px;
      }

      .field {
          width: 100%;
          margin-bottom: 32px;
          padding: 0 16px;
      }
  }

  input[type="text"] {
      font-family: "kurious-looped";
      border: 1px solid #d7d7d7;
      border-radius: 48px;
      padding: 0 16px;
      height: 48px;
      width: 100%;
      font-weight: 600;
      font-size: 16px;
      line-height: 24px;
  }

  input::placeholder {
      font-family: "kurious-looped";
  }

  .form-field-radio {
      display: flex;
      align-items: center;
      flex-direction: column;
      gap: 16px;
      margin-top: 24px;
      margin-left: 0px;
  }

  .form-field-radio.form-field-full {
      width: 100%;
      margin-left: 0;
      padding: 0 16px;
  }

  .form-radio-wrapper {
      position: relative;
      width: 100%;
      height: 56px;
      label {
          font-size: 16px;
          line-height: 24px;
          font-weight: 600;
      }
  }

  input[type="radio"] {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 1px solid #999;
      border-radius: 8px;
      background-color: #fff;
  }

  input[type="radio"]:checked {
      background-color: #00a94f;
      color: white;
  }

  .form-radio__label {
      position: absolute;
      top: 50%;
      left: 0px;
      transform: translateY(-50%);
  }

  input[type="radio"]:checked + .form-radio__label {
      color: white;
  }

  .invalid-feedback {
      font-family: "kurious";
      font-size: 13px;
      font-weight: 500;
      position: absolute;
      z-index: 1;
      opacity: 0;
      color: var(--cr-light);
      background-color: var(--cr-warning);
      width: auto;
      padding: 0px 16px;
      left: 0;
      right: 0px;
      bottom: 0px;
      pointer-events: none;
      border-radius: 100px;
      transition: var(--transition);
      line-height: 24px;
      display: block;
      text-align: start;
  }

  .required .invalid-feedback {
      bottom: -28px;
      opacity: 1;
  }

  .required input {
      border: 1px solid #ff0000;
  }

  label:has(+ input[required]), label:has(+ div input[required]), label:has(+ select[required]) {
      position: relative;
      width: fit-content;
  }

  label:has(+ input[required]):after, label:has(+ div input[required]):after, label:has(+ select[required]):after {
      position: absolute;
      bottom: 0;
      right: -8px;
      content: "*";
      color: var(--cr-red);
      font-weight: 400;
      font-size: 16px;
  }

  @media screen and (max-width: 360px) {
      label {
          padding-left: 0px;
          text-indent: 16px;
      }
  }

  @media screen and (min-width: 768px) {
      input[type="text"] {
          padding: 0 24px;
      }

      .form-field-radio {
          margin-left: 16px;
          flex-direction: row;
      }

      .form-field-radio.form-field-full {
        padding: 0;
      }

      .form-radio__label {
          /* left: 24px; */
      }
  }
}

@media screen and (min-width: 768px) {
  .k-form-calculator2 {
      .row {
          flex-direction: row;
          flex-wrap: wrap;
          gap: 16px;
          justify-content: flex-start;
          display: flex;
          &.row-grid {
              display: grid;
              grid-template-columns: repeat(2, 1fr);
          }

          &:before {
              content: none;
          }

          &:after {
              content: none;
          }

          .field {
              width: 100%;
              padding: 0;
          }
      }
  }
}

@media screen and (min-width: 1024px) {
  .k-form-calculator2 {
      .row {
          &.row-grid {
              display: grid;
              grid-template-columns: repeat(3, 1fr);
          }
      }
  }
}

/* ############################ custom select2 ############################ */
/* .select2-container{
max-width: 100%;
} */
.select2-container .select2-results__option {
  border-top: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  font-family: "kurious-looped";
  border: 1px solid #d7d7d7;
  border-radius: 24px;
  height: 48px;
  padding: 0 16px;
  font-weight: 600;
  color: #333;
}

.select2-container.select2-container--open .select2-selection--single .select2-selection__rendered {
  border-color: var(--cr-green);
  background-color: #ecf4f3;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-color: transparent;
}

.select2-container.select2-container--open.select2-container--above .select2-selection--single .select2-selection__rendered {
  border-color: var(--cr-green);
  background-color: #ecf4f3;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  border-top-color: transparent;
}

@media screen and (min-width: 768px) {
  .select2-container .select2-selection--single .select2-selection__rendered {
      padding: 0 30px;
  }
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #00a94f;
  color: white;
}

.select2-container--open .select2-selection__rendered {
  border-radius: 25px 25px 0 0;
  border-color: var(--cr-green);
  border-bottom-color: transparent;
}

.select2-container.select2-container--open.select2-dropdown--below .select2-selection--single .select2-selection__rendered {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #ecf4f3;
  border-color: var(--cr-green);
}

.select2-container.select2-container--open.select2-dropdown--above .select2-selection--single .select2-selection__rendered {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__placeholder {
  color: #111;
}

.select2-container--open .select2-dropdown--above {
  border-color: var(--cr-green);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "";
  position: absolute;
  background: url(../img/icon-chevron-down.svg) no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  top: 50%;
  transform: translate(-16px, -50%);
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 150px;
}

@media screen and (min-width: 768px) {
  .select2-dropdown {
      /* width: calc((1070px - 32px) / 3) !important; */
  }
}

.select2-dropdown.select2-dropdown--above {
  border-bottom: 0;
  border-top: 1px solid var(--cr-green);
  border-radius: 25px 25px 0 0;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
}

.select2-container--default.select2-container--open:not( .select2-container--disabled ) .select2-selection--single, .select2-container--default.select2-container--open:not( .select2-container--disabled ) .select2-dropdown, .select2-container--default.select2-container--focus:not( .select2-container--disabled ) .select2-selection--single {
  /* background-color: var(--cr-light); */
  padding-bottom: 0;
  border-color: var(--cr-green);
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
