
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 99999;
  padding: 16px;
}

.popup-content {
  position: relative;
  width: 100%;
  height: 80%;
  background: #fff;
  border-radius: 10px;
}

.wrapper-img {
  overflow: hidden;
  height: 100%;
}

.wrapper-img-inner {
  overflow: auto;
  position: relative;
  width: 100%;
  height: 100%;
}

.wrapper-img-inner img {
  display: block;
  max-width: initial;
  transition: transform 0.2s ease;
  cursor: grab;
  width: 100%;
}

.close-popup {
  position: absolute;
  top: 24px;
  right: 11px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #00A94F;
  border-radius: 100%;
  color: #FFF;
  font-size: 30px !important;
  font-weight: 600 !important;
  text-align: center;
  line-height: 37px !important;
}

.wrapper-zoom-btn {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  gap: 8px;
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

.wrapper-zoom-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF;
  padding: 3px 0;
  border-radius: 8px;
}

.wrapper-zoom-inner>div {
  width: 24px;
  height: 24px;
  margin: 0 10px;
}

.zoom-out-btn > img {
  width: 20px;
}

.zoom-line {
  width: 1px;
  height: 9px;
  background: #D9D9D9;
}

.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}


.w-normal { font-weight: normal !important; }

.a-center { text-align: center !important; }
.a-left { text-align: left !important; }
.a-right { text-align: right !important; }

.c-green { color: #00A950 !important; }
.c-black { color: #333333 !important; }
.c-grey { color: #999999 !important; }

.popup-image-style .mfp-image-holder .mfp-close {
  padding: inherit;
}
/* Themes Menu */
.theme-xpl .mb-1 {
  margin-bottom: 0.5rem !important;
}

.theme-xpl .highlight .caption{
  width: 90%;
  text-align: right;
}

.theme-xpl .sc-highlight .caption .heading {
  font-size: 42px;
}

.theme-xpl .sc-highlight .caption .heading span {
  display: block;
}

.theme-xpl .sc-highlight .caption .heading span {
  font-weight: normal;
  color: #0AC49C;
}

.theme-xpl .sc-highlight .caption .heading span:last-child {
  color: #F17074;
  font-weight: bold;
}

.theme-xpl .sc-highlight .caption .action .btn {
  background: #F17074;
}

.theme-xpl .sc-highlight .caption .action .btn:hover {
  background: #f59396;
}

@media screen and (max-width: 1200px) {
  .theme-xpl .sc-highlight .caption {
    padding-top: 150px;
  }

  .theme-xpl .sc-highlight .caption .heading {
    font-size: 40px;
  }
  .theme-xpl .highlight .caption{
    width: 86%;
    text-align: right;
  }
}

@media screen and (max-width: 1023px) {
  .theme-xpl .sc-highlight .caption {
    padding-top: 110px;
  }

  .theme-xpl .sc-highlight .caption .heading {
    font-size: 28px;
  }
  .theme-xpl .highlight .caption{
    width: 86%;
    text-align: right;
  }
}

@media screen and (max-width: 767px) {

  .theme-xpl .highlight .caption{
    width: 85%; 
    text-align: left;
  }

  .theme-xpl .sc-highlight .caption {
    padding-top: 75px;
  }

  .theme-xpl .sc-highlight .caption .heading {
    font-size: 24px;
  }

  .theme-xpl .sc-intro .heading {
    font-size: 26px;
  }

  .theme-xpl .sc-intro .intro-card .heading {
    font-size: 20px;
  }
}

.theme-xpl .sc-apply-online {
   background: #137E6A;
}

.theme-xpl .sc-apply-online.d .heading {
  display: flex;
  align-items: center;
}

/* Apply */
.theme-xpl .sc-apply .notice {
  margin-top: 30px;
  font-size: 14px;
}

/* Service */
.theme-xpl .item.service {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.theme-xpl .item.service .image {
  width: auto;
}

.theme-xpl .item.service .caption {
  text-align: center;
}

.theme-xpl .item.service .caption .heading {
  font-size: 20px;
}

.theme-xpl .item.service .caption .detail {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.theme-xpl .service-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .theme-xpl .service-container {
    display: flex;
    flex-direction: column;
  }

  .theme-xpl .service-container > *:not(:last-child) {
      margin-bottom: 30px;
  }

  .theme-xpl .item.service {
    flex-direction: row;
    align-items: flex-start;
  }

  .theme-xpl .item.service .caption {
    text-align: left;
    padding: 0 0 0 15px;
  }

  .theme-xpl .item.service .caption .detail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Carousel */
.theme-xpl .sc-intro {
  background: #F0F8F6;
}

.theme-xpl .sc-intro .heading {
  font-family: 'notosans_thai', sans-serif;
  font-weight: bold;
  line-height: 1.2;
}

.theme-xpl .intro-card-container .slick-dots {
  bottom: 0;
}

.theme-xpl .intro-card-container .slick-slide {
  padding: 0 2.5rem;
}

.theme-xpl .intro-card-container .slick-slide .intro-card {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 250px;
}

.theme-xpl .intro-card-container .slick-center .intro-card {
  -webkit-transform: scale(1.22);
  -ms-transform: scale(1.22);
  transform: scale(1.22);
}

.theme-xpl .intro-card-container {
  margin-top: 70px;
}

.theme-xpl .intro-card {
  min-height: 300px;
}

.theme-xpl .intro-card .image img {
  max-width: 70%;
  height: 170px;
  margin: auto;
  object-fit: contain;
  position: relative;
}
.intro-card .image {
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    margin: 0px auto;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
}

/* Rate table */

@media screen and (min-width: 583px) {
  .theme-xpl .responsive-scroll {
    display: none;
  }
}

.theme-xpl .table-responsive {
  overflow-x: auto;
}

.theme-xpl .table-responsive .table {
  min-width: 552px;
  width: 100%;
  border-radius: 10px;
}

.theme-xpl .table-responsive::-webkit-scrollbar {
  display: none;
}

.theme-xpl .responsive-scroll {
  background-color: #F4F3F9;
  margin-bottom: 2rem;
  position: relative;
  widows: 100%;
  height: 2px;
}

.theme-xpl .responsive-scroll .scroll {
  background-color: #00A850;
  position: absolute;
  border-radius: 4px;
  margin-top: -3px;
  display: block;
  height: 8px;
}

.theme-xpl table .border-bottom-left-radius {
  border-bottom-left-radius: 10px;
}

.theme-xpl table .border-bottom-right-radius {
  border-bottom-right-radius: 10px;
}

/*Application detail*/
.theme-xpl .sc-details .details-clones-close-wrapper {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 15px;
  background: #F4F3F9;
  z-index: 10;
  display: none;
}

.theme-xpl .sc-details .details-clones-close-wrapper .details-clones-close {
  position: relative;
  top: 0;
  left: 0;
}

.theme-xpl .sc-faqs .accordion-content ol,
.theme-xpl .sc-faqs .accordion-content ul,
.theme-xpl .sc-details .details-container ol,
.theme-xpl .sc-details .details-container ul {
  margin-left: 1.1em;
  margin-top: 10px;
}

.theme-xpl .sc-faqs .accordion-content ol > li,
.theme-xpl .sc-details .details-container ol > li {
  list-style: decimal;
}

.theme-xpl .sc-faqs .accordion-content ul > li,
.theme-xpl .sc-details .details-container ul > li {
  list-style: disc;
}

.theme-xpl .sc-faqs .accordion-content ul > li:not(:last-child),
.theme-xpl .sc-details .details-container ul > li:not(:last-child),
.theme-xpl .sc-faqs .accordion-content ol > li:not(:last-child),
.theme-xpl .sc-details .details-container ol > li:not(:last-child) {
  margin-bottom: 10px;
}

.theme-xpl .sc-faqs .accordion-content ul ul > li,
.theme-xpl .sc-details .details-container ul ul > li {
  list-style: circle;
}

.theme-xpl .sc-faqs .accordion-content ul ul > li:not(:last-child),
.theme-xpl .sc-details .details-container ul ul > li:not(:last-child) {
  margin-bottom: 0;
}

.theme-xpl .details-container .remark {
  font-size: 14px;
  margin-top: 10px;
}

.theme-xpl .details-container .remark ul > li:not(:last-child),
.theme-xpl .details-container .remark ol > li:not(:last-child) {
  margin-bottom: 0;
}

.theme-xpl .details-container .remark p:first-child {
  margin-bottom: 5px;
}

.theme-xpl .details-container .remark ol,
.theme-xpl .details-container .remark ul {
  margin-top: 0;
}

.theme-xpl .sc-details .details-container h3 {
  margin-bottom: 20px;
}

.theme-xpl .sc-details .details-container h4,
.theme-xpl .sc-details .details-container h5 {
  margin-bottom: 20px;
}

.theme-xpl .sc-details .details-container h4 {
  margin-top: 20px;
}

.theme-xpl .sc-details .details-container .headline + h4 {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .theme-xpl .sc-details .details-container .col:last-child {
    margin-top: 10px;
  }
  
  .theme-xpl .sc-details .details-container .col:last-child > h5 {
    margin-top: 20px;
  }
  
  .theme-xpl .sc-details .details-clones-close-wrapper {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .theme-xpl .intro-card-container .slick-slide {
    padding: 0 2rem;
  }
}

/*FAQs*/
.theme-xpl .sc-faqs .action {
  margin-top: 30px;
}

.theme-xpl .sc-faqs .more {
  color: #00A850;
}

.theme-xpl .sc-faqs .more.down:after {
  content: "\e90d";
  font-family: icongarage;
  display: inline-block;
}

.theme-xpl .sc-faqs .more.up:after {
  content: "\e90d";
  font-family: icongarage;
  display: inline-block;
  
  -webkit-transform: rotate(180deg) translateY(2px);
  -moz-transform: rotate(180deg) translateY(2px);
  -ms-transform: rotate(180deg) translateY(2px);
  transform: rotate(180deg) translateY(2px);
}

.theme-xpl .sc-faqs .action .link.more.down,
.theme-xpl .sc-faqs .action.active .link.more.up {
  display: block;
}

.theme-xpl .sc-faqs .action .link.more.up,
.theme-xpl .sc-faqs .action.active .link.more.down {
  display: none;
}

.theme-xpl .sc-faqs .accordion-group:nth-child(2) {
  display: none;
}

.theme-xpl .sc-faqs .accordion-group:first-child {
  margin-bottom: 10px;
}

.theme-xpl .sc-faqs .accordion-content .content-wrapper {
  padding: 5px 25px 25px 25px;
  background: white;
  font-size: 14px;
}

.theme-xpl .sc-faqs .accordion-content ol,
.theme-xpl .sc-faqs .accordion-content ul {
  margin-left: 1.2em;
}

.theme-xpl .sc-faqs .accordion-content ol:not(:first-child),
.theme-xpl .sc-faqs .accordion-content ul:not(:first-child),
.theme-xpl .sc-faqs .accordion-content p:not(:first-child) {
  margin-top: 10px;
}

/*IE11*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .theme-xpl .intro-card .image img {
    height: auto;
  }

  .theme-xpl .intro-card .image {
    top: 0;
  }

  .theme-xpl .intro-card .caption {
    padding: 60px 25px;
  }
}

.popup-lightbox-style .modal-dismiss .ic {
  top: -1px;
  right: 0;
}

.popup-lightbox-style .modal-dismiss .ic.ic-close:before {
  font-family: "icokbank";
}

.theme-xpl .sc-calculators ul.text-note {
  margin-left: 13px;
}

.theme-xpl .sc-calculators ul.text-note li {
  list-style: disc;
}

/**/
#responsive-table-02,
#responsive-table-03 {
    border-radius: 10px;
}
.responsive-scroll .scroll {
    cursor: pointer;
}
.interest-rate-content .hint-scroll {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'notosans_thai', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
}
.hint-scroll .icon-swipe {
    display: inline-block;
    width: 20px;
    margin-right: 12px;
}
.table td {
    padding: 15px 10px;
    min-width: 87px;
}
#responsive-table-01,
#responsive-table-02,
#responsive-table-03 {
    border-radius: 10px;
}
#responsive-table-03 .tb-stickyHead td {
    min-width: 112px;
}
.tb-stickyHead thead th {

    background-color: #00A850;
    z-index: 2;
    text-align: left;
}
.tb-stickyHead thead th:first-child > span {
    display: inline-table;
    position: sticky;
    left: calc(50% - 155px);
}
.tb-stickyHead tbody th {
    position: sticky;
    left: 0px;
    background-color: #00A850;
    font-weight: 700;
    padding: 15px 18px 15px 19px;
    z-index: 2;
    text-align: center
}
.tb-stickyHead tbody tr:last-child th {
    border-bottom-left-radius: 10px;
}
.tb-stickyHead tbody tr:first-child {
    text-align: left;
}
.tb-stickyHead tbody tr:first-child strong {
    display: inline-block;
    position: sticky;
    padding: 0px 32px;
    background-color: #fff;
    left: calc(50% + 16px);
    text-align: center;
}
.tb-stickyHead tbody tr:nth-child(even) {
    background-color: #F4F3F9;
}
#responsive-table-02 .tb-stickyHead tbody tr:nth-child(even) td:nth-child(n+11),
#responsive-table-03 .tb-stickyHead tbody tr:nth-child(even) td:nth-child(n+9){
    background-color: #F7FCF9;
}
#responsive-table-02 .tb-stickyHead tbody tr:nth-child(even) td:nth-child(n+20),
#responsive-table-03 .tb-stickyHead tbody tr:nth-child(even) td:nth-child(n+16) {
    background-color: #F4F3F9;
}
#responsive-table-02 .tb-stickyHead tbody tr:nth-child(even) td:nth-child(n+29),
#responsive-table-03 .tb-stickyHead tbody tr:nth-child(even) td:nth-child(n+23) {
    background-color: #F7FCF9;
}
#responsive-table-02 .tb-stickyHead tbody tr:nth-child(even) td:nth-child(n+38),
#responsive-table-03 .tb-stickyHead tbody tr:nth-child(even) td:nth-child(n+30) {
    background-color: #F4F3F9;
}
.bg-darkgrey {
    background-color: #465968 !important;
}
@media screen and (max-width:991px) {
    .tb-stickyHead thead th:first-child > span {
        left: calc(50% - 135px);
    }
}

.more.t-link {
  font-size: 18px;
  color: #333;
}

.highlight .caption .action.mt-20 {
  margin-top: 20px;
}

@media screen and (max-width:767px) {
  .more.t-link {
    font-size: 16px;
  }
}

.icw .subtitle {
  font-size: 18px;
  font-family: 'notosans_thai', sans-serif;
  margin-top: 10px !important;
  font-weight: 400;
}

@media screen and (max-width:767px) {
  .icw .subtitle {
      font-size: 16px;
  }

  .sc-headline .sc-heading {
    font-size: 22px;
  }
}

@media screen and (max-width:360px) {
  .sc-kplus .sc-heading {
      font-size: 25px;
  }
}