/*================ default ==================*/
:root {
  --cr-light: #ffffff;
  --cr-black: #111111;
  --cr-dark: #333333;
  --cr-gray: #666666;
  --cr-lightgray: #999999;
  --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;
}

/*============================== TEXT ===============================*/
#navigation-page-sticky.stickyNav {
  font-family: "kurious-looped";
}

.icw .nowrap {
  white-space: nowrap;
}

.icw .btn,
.icw .btn-green {
  background-color: #00a950;
  color: #fff !important;
}

.icw .text-light {
  color: var(--cr-light) !important;
}

.icw .text-black {
  color: var(--cr-black) !important;
}

.icw .text-dark {
  color: var(--cr-dark) !important;
}

.icw .text-green {
  color: var(--cr-green) !important;
}

.icw .text-gray {
  color: var(--cr-gray) !important;
}

.icw .text-lightgray {
  color: var(--cr-lightgray) !important;
}

.icw .text-red {
  color: var(--cr-red) !important;
}

.icw .text-warning {
  color: var(--cr-warning) !important;
}

.icw .main {
  font-style: normal;
  font-weight: 500;
  color: var(--cr-gray);
  font-family: "kurious-looped";
  z-index: inherit;
}

.icw .main strong {
  font-weight: 600;
}

.icw h1,
.icw h2,
.icw h3,
.icw h4,
.icw h5,
.icw h6,
.icw .h1,
.icw .h2,
.icw .h3,
.icw .h4,
.icw .h5,
.icw .h6 {
  margin: 0 0 0.6em;
}

.icw h1,
.icw h2,
.icw h3,
.icw h4,
.icw h5,
.icw h6,
.icw .h1,
.icw .h2,
.icw .h3,
.icw .h4,
.icw .h5,
.icw .h6,
.icw h1 strong,
.icw h2 strong,
.icw h3 strong,
.icw h4 strong,
.icw h5 strong,
.icw h6 strong,
.icw .h1 strong,
.icw .h2 strong,
.icw .h3 strong,
.icw .h4 strong,
.icw .h5 strong,
.icw .h6 strong {
  font-family: "kurious-looped";
  margin: 0;
}

.icw h1,
.icw .h1 {
  font-weight: 500;
  line-height: 1.5em;
}

.icw h1 strong,
.icw .h1 strong {
  font-weight: 600;
}

.icw h2,
.icw .h2 {
  font-weight: 500;
  line-height: 1.5em;
}

.icw h2 strong,
.icw .h2 strong {
  font-weight: 600;
}

.icw h3,
.icw .h3 {
  font-weight: 500;
  line-height: 1.5em;
}

.icw h3 strong,
.icw .h3 strong {
  font-weight: 600;
}

.icw h4,
.icw .h4 {
  font-weight: 500;
  line-height: 1.5em;
}

.icw h4 strong,
.icw .h4 strong {
  font-weight: 600;
}

.icw h5,
.icw .h5 {
  font-weight: 500;
  line-height: 1.5em;
}

.icw h5 strong,
.icw .h5 strong {
  font-weight: 600;
}

.icw h6,
.icw .h6 {
  font-weight: 500;
  line-height: 1.5em;
}

.icw h6 strong,
.icw .h6 strong {
  font-weight: 600;
}

.icw p {
  margin: 0 0 0.6em;
  line-height: 1.2em;
}

.icw p {
  font-family: "kurious-looped";
  font-size: 16px;
}

.icw p strong {
  font-weight: 600;
}

.icw p.desc {
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  margin: 0;
}

.icw p.desc strong {
  font-weight: 600;
}

.icw .caption {
  font-family: "kurious-looped";
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5em;
}

.icw .caption strong {
  font-weight: 600;
}

.icw a.link {
  font-family: "kurious-looped";
  font-weight: 600;
  color: var(--cr-green);
  text-decoration: underline;
}

.icw ul {
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 200px) {
  .icw h1,
  .icw .h1 {
    font-size: 24px;
    line-height: 1.4em;
  }

  .icw h2,
  .icw .h2 {
    font-size: 24px;
    line-height: 1.4em;
  }

  .icw h3,
  .icw .h3 {
    font-size: 20px;
    line-height: 1.4em;
  }

  .icw h4,
  .icw .h4 {
    font-size: 18px;
    line-height: 1.5em;
  }

  .icw h5,
  .icw .h5 {
    font-size: 16px;
    line-height: 1.5em;
  }

  .icw h6,
  .icw .h6 {
    font-size: 16px;
    line-height: 1.5em;
  }
}

@media screen and (min-width: 768px) {
  .icw h1,
  .icw .h1 {
    font-size: 42px;
    line-height: 1.3em;
  }

  .icw h2,
  .icw .h2 {
    font-size: 33px;
    line-height: 1.4em;
  }

  .icw h3,
  .icw .h3 {
    font-size: 26px;
    line-height: 1.3em;
  }

  .icw h4,
  .icw .h4 {
    font-size: 20px;
    line-height: 1.4em;
  }

  .icw h5,
  .icw .h5 {
    font-size: 18px;
    line-height: 1.5em;
  }

  .icw h6,
  .icw .h6 {
    font-size: 16px;
    line-height: 1.5em;
  }
}

/*============================== Hidden & Visible ===============================*/
.show-w1199 {
  display: none;
}

.show-w991 {
  display: none;
}

.show-w767 {
  display: none;
}

.show-w414 {
  display: none;
}

.show-w375 {
  display: none;
}

.show-w360 {
  display: none;
}

.show-w280 {
  display: none;
}

@media (max-width: 1199px) {
  .show-w1199 {
    display: block;
  }

  .hide-w1199 {
    display: none;
  }
}

@media (max-width: 991px) {
  .show-w991 {
    display: block;
  }

  .hide-w991 {
    display: none;
  }
}

@media (max-width: 767px) {
  .show-w767 {
    display: block;
  }

  .hide-w767 {
    display: none;
  }
}

@media (max-width: 414px) {
  .show-w414 {
    display: block;
  }

  .hide-w414 {
    display: none;
  }
}

@media (max-width: 375px) {
  .show-w375 {
    display: block;
  }

  .hide-w375 {
    display: none;
  }
}

@media (max-width: 360px) {
  .show-w360 {
    display: block;
  }

  .hide-w360 {
    display: none;
  }
}

@media (max-width: 280px) {
  .show-w280 {
    display: block;
  }

  .hide-w280 {
    display: none;
  }
}

/*============================== LAYOUT ===============================*/
.icw button,
.icw input,
.icw select,
.icw textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  min-width: inherit;
  font: inherit;
  text-transform: none;
  text-align: left;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icw input::placeholder {
  color: #999;
}

.icw .container:before,
.icw .container:after {
  content: "";
  display: table;
  clear: both;
}

.icw .container,
.icw .container-xs,
.icw .container-sm,
.icw .container-md {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}

.icw .container {
  max-width: 1172px;
}

.icw .container-xs {
  max-width: 830px;
}

.icw .container-sm {
  max-width: 930px;
}

.icw .container-md {
  max-width: 1030px;
}

.icw .a-left {
  text-align: left;
}

.icw .a-center {
  text-align: center;
}

.icw .a-right {
  text-align: right;
}

.icw .row-0 {
  margin: 0px;
}

.icw .row-0 > div {
  padding: 0px;
}

.icw .row-20 {
  margin: 0 -10px;
}

.icw .row-20 > div {
  padding: 0 10px;
}

.icw .row-flex {
  display: flex;
  flex-wrap: wrap;
}

.icw .row-flex.align-items-center {
  align-items: center;
}

.icw .row-flex > div {
  float: none;
}

.icw .row-flex > .col {
  flex-basis: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

.icw .row-flex > .col-auto {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.icw .row-flex > .col-12 {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.icw .row-flex > .col-6 {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.icw .item-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.icw .item-list:after {
  content: "";
  display: table;
  clear: both;
}

.icw .item-list > li {
  float: left;
}

.icw .section {
  position: relative;
}

.icw .section .sc-inner {
  position: relative;
}

.icw .section .sc-heading {
  text-align: center;
}

@media screen and (min-width: 200px) {
  .section .sc-inner {
    padding: 48px 0;
  }

  .section .sc-heading {
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 768px) {
  .section .sc-inner {
    padding: 64px 0;
  }

  .section .sc-heading {
    margin-bottom: 32px;
  }
}

/*============================== button ===============================*/
.icw .btn {
  padding: 0 32px;
  width: auto;
  min-width: 120px;
  font-family: "kurious-looped";
  font-weight: 600;
  border: 0;
  font-size: 16px;
  height: 48px;
  background: transparent;
  color: var(--cr-gray);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: var(--radius);
  transition: var(--tsition);
  line-height: 1.5em;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  z-index: +1;
  /*box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25); */
}

.icw .btn:hover,
.icw .btn:active:hover,
.icw .btn.active:hover,
.icw .btn:active:focus,
.icw .btn.actitve:focus,
.icw .btn:active.focus,
.icw .btn.active.focus,
.icw .btn:focus,
.icw .btn:focus:hover,
.icw .btn.focus:hover {
  color: var(--cr-gray);
  background-color: transparent;
  outline: 0;
  outline-offset: 0;
}

.icw .btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: var(--tsition);
  opacity: 0;
}

.icw .btn:hover:before {
  left: 0;
  opacity: 1;
}

.icw .btn.disabled,
.icw .btn.disabled:hover {
  color: var(--cr-gray);
  background-color: transparent;
  border-color: var(--cr-border);
  opacity: 0.5;
}

.icw .btn.fluid {
  width: 100%;
  min-width: inherit;
}

.icw .btn.btn-primary {
  background: var(--cr-green);
  color: var(--cr-light);
  transition: all 0.8s, color 0.3s 0.3s;
}

.icw .btn.btn-primary:hover {
  background: var(--cr-green);
  color: var(--cr-light);
  border-color: var(--cr-green);
}

.icw .btn.btn-primary:before {
  background-color: #0bc160;
}

.icw .btn.btn-secondary {
  background: var(--cr-light);
  color: var(--cr-green);
}

.icw .btn.btn-secondary:hover {
  background: var(--cr-light);
  color: var(--cr-light);
}

.icw .btn.btn-secondary:before {
  background-color: var(--cr-green);
}

.popup-function.mfp-wrap {
  z-index: 10002;
}


/* ############## custom-class ################# */
.mb-8 {margin-bottom: 8px !important;}

.mb-16 {margin-bottom: 16px !important;}

.c-green {color: var(--cr-green);}

#navigation-page-sticky .box-cta .btn {padding:0 16px !important;}

/*############### box-card ##############*/
.sc-highlight .container {max-width: 1272px;}
.sc-content.box-card-sc {
  max-width: 1272px;
  display: flex;
  justify-content: center;
}

.box-group {
  display: flex;
  flex-direction: row;
  gap: 28px;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 1150px;
}

.box-card {
  border-radius: 8px;
  max-width: 364px;
  display: flex;
  justify-content: flex-end;
}

.box-card.I {
  background: #f0f8ee;
}
.box-card.II {
  background: #f0faf7;
}
.box-card.III {
  background: #3d51600d;
}

.box-card .fulfilled {
  position: absolute;
  max-width: 150px;
}

.box-card .content {
  padding: 24px;
  width: 1000px;
}
.box-card .content img {
  width: 64px;
}

.box-card .content .title {
  color: var(--color-primary);
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 4px;
  margin-top: 16px;
}

.box-card .content .desc {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 16px;
  color: #333333;
}

.box-card .content .tnc ul {
  margin-bottom: 24px;
  margin-left: 20px;
}

.box-card .content .line {
  border-top: 1px solid #d9d9d9;
  margin-bottom: 17px;
}

.box-card .content .action {
  display: flex;
  justify-content: center;
}

.box-card .detail-flex {display: flex;
    flex-direction: column;
    height: 360px;
    justify-content: space-between;}

    @media screen and (max-width:768px) {
      .box-card{
      max-width: 100%;
}
.box-group {flex-wrap: wrap;width: 100%;}
    }


    @media screen and (min-width:768px) and (max-width:1024px) {
  .box-card{
      max-width: 100%;
}

.box-group {flex-wrap: wrap;width: 100%;}

.box-card .detail-flex {height: 260px;}
}
/*############## popup ##############*/

.mfp-wrap {z-index: 11000 !important;}

.mfp-bg {z-index: 10500 !important;}


@media screen and (min-width: 768px) {
    .mfp-container {
        width: 96%;
        margin: 120px auto;
    }
}
@media screen and (min-width: 200px) {
    .mfp-container {
        width: 100%;
        height: auto;
        max-width: 1000px;
        position: relative;
        padding: 0;
    }
}


@media screen and (min-width: 200px) {
    .mfp-close {
        width: 40px;
        height: 40px;
        line-height: 1.5;
        border-radius: 50%;
        background: #00a850;
        color: #fff;
        text-align: center;
        position: fixed;
        top: 16px;
        right: 16px;
        z-index: 999;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (min-width: 768px) {
    .mfp-close {
        top: -15px;
        right: -15px;
        position: absolute;
    }
}


@media screen and (min-width:768px) and (max-width:1024px) {
  .pop-box{
      margin-top: 20%;
}
}


.pop-box .content {
  padding: 48px;
  text-align: left;
}

.pop-box .content .title {
  font-size: 26px;
  font-weight: 600;
  color: #111111;
  margin-bottom: 16px;
}

.pop-box .content ul {
  margin-left: 20px;
}

.mfp-close-btn-in .mfp-close {
    /* width: 30px; */
    /* height: 30px; */
    background-color: #00A950;
    color: #fff;
    /* top: -15px; */
    /* right: -15px; */
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    opacity: 1;
    font-size: 0px;
    transition: var(--transition);
    position: absolute;
}

.mfp-close:active {top:-2.3% !important;}

@media screen and (max-width: 768px) {
.mfp-close:active {
    top: 1.1% !important;
}
}

@media screen and (min-width: 768px) {
    .sc-thumb-box {
        width: 95.24%;
        border-radius: var(--radius);
    }
}

.sc-thumb-box {
    position: relative;
    background-color: var(--cr-light);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.04);
}

@media screen and (min-width: 200px) and (max-width: 400px) {
  .show-200 {display: block !important;}
}

.show-200 {display: none;}


.sc-thumb-box {
    max-width: 1140px;
    width: 100%;
    position: relative;
}

.mfp-close-btn-in .mfp-close:before, .mfp-close-btn-in .mfp-close:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 18px;
    height: 2px;
    background-color: var(--cr-light);
    margin: auto;
    transition: var(--transition);
}

.mfp-close-btn-in .mfp-close:before {
    transform: rotate(45deg);
}

.mfp-close-btn-in .mfp-close:after {
    transform: rotate(-45deg);
}

/*############## relate-product ##############*/

.sc-relate-product {
  background: #eeeeee;
}

.sc-relate-product .head {
  margin-bottom: 32px;
}

.sc-relate-product .head {
  color: #333333;
}

.sc-relate-product .body {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-direction: row;
}

.sc-relate-product .body img {
  width: 96px;
}

.sc-relate-product .body .detail {
  max-width: 391px;
}

.sc-relate-product .body .text-detail {
  margin-bottom: 8px;
  font-weight: 600;
  color: #666666;
  line-height: 1.5;
}


@media screen and (max-width:768px) {
  .sc-relate-product .body{flex-direction: column;
    align-items: center;}

    .sc-relate-product .body .detail{display: flex;
    flex-direction: column;
    align-items: center;}


.sc-relate-product .body .detail .text-detail{    text-align: center;}

    }




/* ###################################Download content###################################### */
.icw .c-white {
  color: #fff;
}

.tb {
  display: table;
  width: 100%;
}

.icw .v-middle {
  vertical-align: middle;
}

.tbcell {
  display: table-cell;
}

.sc-download {
  background: url(https://demo.icweb.co.th/kbank-retrainer/SiteCollectionDocuments/personal/digital-banking/k-esavings-account-opening-have-no-kplus/img/bg-download.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
  padding: 0 150px;
  padding-bottom: 0;
}

.icon-download a {
  text-decoration: none;
  font-size: 0;
}

.sc-download h3.heading {
  font-size: 40px;
}

.icw .h3.f-33 {
  font-family: "kurious-looped";
  font-size: 33px;
  font-style: normal;
  font-weight: 600;
}

.content-download p {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .content-download p {
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 320px) {
  .icw .icon-download a img {
    margin-right: 5px;
  }

  .icw .icon-download a img:first-child {
    margin-left: 0;
  }
}

@media screen and (min-width: 767px) {
  .sc-download-inner {
    padding: 0 30px;
  }

  .sc-download h3.heading {
    font-size: 45px;
  }

  .sc-main-download .image {
    margin-top: 35px;
  }
}

@media screen and (min-width: 991px) {
  .sc-download-inner {
    padding: 0 150px;
  }
}

@media screen and (max-width: 1024px) {
  .sc-download {
    padding: 40px 70px;
    padding-bottom: 0;
  }

  .icw .icon-download a img {
    margin-right: 8px;
    margin-bottom: 8px;
  }
}

@media (max-width: 991px) {
  .sc-highlight .item-list > li {
    width: calc(100% / 2);
  }

  .sc-highlight .item-list > li:last-child {
    width: calc(100% / 1);
    padding-top: 16px;
  }

  .sc-highlight .wrapper.wrapperr.bgIIIII .content:last-child {
    height: 172px;
  }

  .sc-download .pd-10 {
    width: 55%;
  }
}

@media screen and (max-width: 767px) {
  .sc-download-inner {
    padding: 25px 15px 0;
  }

  .sc-download {
    padding: 50px 30px;
    padding-bottom: 0;
  }

  .icw .icon-download a img {
    margin-right: 0;
    margin-bottom: 8px;
  }

  .icw .icon-download a img:first-child {
    margin-left: 5px;
  }

  .icw .icon-download a img.ml-0 {
    margin-left: 0;
  }

  .sc-download .pd-10 {
    width: 100%;
  }

  .sc-details .notfound {
    display: block;
    text-align: center;
  }
}

#navigation-page-sticky .box-cta .btn {
  padding: 0;
}


@media screen and (max-width: 767px) {
    .icw .tbcell {
        display: block;
    }
}

.icw .h3.f-33 {
    font-family: "kurious-looped";
    font-size: 33px;
    font-style: normal;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    .icw .h3.f-33 {
        font-size: 24px !important;
        text-align: left;
    }
}

.section-download .sc-inner {padding: 0 0 48px 0;}


@media screen and (max-width: 1024px) {
    .has-sticky #navigation-footer .footer-slogan {
        height: 56px;
        padding-bottom: 0;
    }
}