<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: "Surafont-sanukchang";
    src: url("../fonts/surafont/Surafont_Sanukchang_Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

  *{
    font-family: "kurious-looped" !important;
  }
  
  .c-theme {
  
  }
  .c-kplus{
    color: #00A94F;
  }
  .fw-semibold{
    font-weight: 600!important;
  }
  .bg-gradian-green{
    background: linear-gradient(180deg, #FFF 43.49%, #00A94F 401.5%), #FAFAFA;
  }
  .bg-gradian-greenlight-1{ background: linear-gradient(180deg, #FFF 0%, #BFDECA 100%);}
  .bg-gradian-pinklight-1{ background: linear-gradient(180deg, #FFF 0%, #FFE4E9 100%);}
  .bg-gradian-pinklight-2{ background: linear-gradient(180deg, #FFF 0%, #EECDE1 100%);}
  .bg-gradian-pinklight-3{ background: linear-gradient(180deg, #FFF 0%, #D59BA5 100%);}
  .bg-gradian-bluelight-1{ background: linear-gradient(180deg, #FFF 0%, #D0E6EB 98.96%);}
  .bg-gradian-bluelight-2{ background: linear-gradient(180deg, #FFF 0%, #D8E2FF 100%);}
  .bg-gradian-bluelight-3{ background: linear-gradient(180deg, #FFF 0%, #D8E2FF 100%);}
  .bg-gradian-greenlight-2{ background: linear-gradient(180deg, #FFF 0%, #D5FEE4 95.83%);}
  .bg-gradian-greenlight-3{ background: linear-gradient(180deg, #FFF 0%, #CBE1D6 100%);}
  .bg-gradian-greenlight-4{ background: linear-gradient(0deg, rgba(185, 255, 253, 0.5) 17.01%, rgba(255, 255, 211, 0.5) 34.53%, rgba(255, 219, 153, 0.25) 51.21%, rgba(255, 196, 196, 0.25) 68.72%, rgba(255, 255, 255, 0) 85.38%);
    }
  .bg-gradian-yellowlight-1{ background: linear-gradient(180deg, #FFF 0%, #FFF5CD 100%);}
  .bg-gradian-yellowlight-2{ background: linear-gradient(180deg, #FFF 0%, #D5CFC1 100%);}
  .bg-gradian-orangelight-1{ background: linear-gradient(180deg, #FFF 0%, #F9EDDD 100%);}
  
  .icw .btn{
    transition: background-color 0.4s !important;
  }

  .icw .btn-howto *{
    pointer-events: none;
  }
  #navigation-page-sticky .stickyNav-panelList .box-cta{
    display: none !important;
  }

  @media (max-width: 768px) {
    #navigation-page-sticky .stickyNav-panelList .box-cta{
      display: inline-block !important;
    }
  }
  .icw .h1,
  .icw .h2,
  .icw .h4{
    font-family: 'kurious-looped' !important;
  }
  /*######################### sc-hero-banner #########################*/
  .sc-hero-banner {
    position: relative;
    /* border-image-slice: 1; */
    /* border-width: 3px; */
    /* border-bottom-style: solid; */
    /* border-image-source: linear-gradient(90deg, #4cd6c3 0%, #00a94f 100%); */
  }
  @media (min-width: 768px) {
    .sc-hero-banner {
      border: none;
    }
    /* .sc-hero-banner::after {
      position: absolute;
      content: "";
      bottom: 0;
      left: 0;
      width: 100%;
      height: 3px;
      background: linear-gradient(90deg, #4cd6c3 0%, #00a94f 100%);
      z-index: 1;
    } */
  }
  
  .sc-hero-banner .swiper-pagination {
    position: absolute;
    padding: 0;
    bottom: 24px;
  }
  
  .pb-0{
    padding-bottom: 0 !important;
  }
 /*########################### arrow custom ###################################*/
  .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    display: none;
  }
  @media screen and (max-width: 767px) {
    .swiper-button-next, .swiper-button-prev {
        display: none;
    }
  }
  /*########################### header-area ###################################*/
  .header-area {
    text-align: center;
    position: relative;
  }
  .header-area .h1{
    margin-bottom: 24px;
  }
  .header-area .h4 {
    margin-bottom: 16px;
  }
  .header-area p{
    font-family: 'kurious-looped';
  }
  .header-area p.h4{
    font-size: 18px;
  }
  /*########################### hr ###################################*/
  .hr {
    border-top: 2px solid #00A94F;
    max-width: 555.86px;
    margin: 40px auto 0;
  }
  /*########################### press-for-enlarge ###################################*/
  .press-for-enlarge {
    text-align: center;
  }
  
  .press-for-enlarge .wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4px;
  }
  
  .press-for-enlarge img{ 
    width: 18px;
    height: 18px;
  }
  
  .press-for-enlarge p {
    font-family: 'kurious-looped';
    font-weight: 600;
    font-size: 16px;
    color: #00A94F;
  }
   /*########################### section logo ###################################*/
   .logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin-bottom: 32px;
  }
  .logo.pt-64{
    padding-top: 64px;
  }

  .logo p{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 30px;
  }
  .logo .img-logo{
    width: 250px;
  }
  @media screen and (max-width: 767px) {
    .logo .img-logo{
      width: 200px;
    }
  }
  /*########################### section theme highlight ###################################*/
  /* .section-highlight-theme {
    background: linear-gradient(0deg, #EA002B -88.23%, rgba(255, 255, 255, 0.00) 80.94%), #FFF;
  } */
  .section-highlight-theme {
    background: linear-gradient(0deg, #84C6C4 -14.02%, rgba(255, 255, 255, 0.00) 100%), #FFF;
  }
  .section-highlight-theme .title {
    text-align: center;
    margin-bottom: 24px;
  }
  .section-highlight-theme .title .h3 {
    margin-bottom: 8px;
    line-height: 2.43;
  }
  .section-highlight-theme .title .h1 {
    margin-bottom: 32px;
  }
  .section-highlight-theme .content-box {
    padding: 40px 0 48px;
  }
   @media screen and (max-width: 767px) {
    .section-highlight-theme .logo .img-logo{
      width: 200px;
    }
    .section-highlight-theme .title .h1 {
        margin-bottom: 16px;
    }
    .section-highlight-theme .content-box {
        padding-top: 24px;
    }
   }


  /*########################### section theme superstar ###################################*/
/*ðŸ‘‰  .section-theme-superstar:nth-child(even) {
    background-color: #F5F5F5;
  }
  .section-theme-superstar:nth-child(odd) {
    background-color: #EEE;
  }ðŸ‘ˆ*/

  
  .section-theme-superstar.horoscope{
    background: linear-gradient(0deg, #84C6C4 -42.14%, rgba(255, 255, 255, 0.00) 80.94%), #FFF;
  }
  .section-theme-superstar.hello-kitty{
    background: linear-gradient(0deg, #EA002B -88.23%, rgba(255, 255, 255, 0.00) 80.94%);
  }
  .section-theme-superstar.one-piece{
    background: linear-gradient(0deg, #00A1F7 -50.37%, rgba(245, 245, 245, 0.00) 50%);
  }
  .section-theme-superstar.shin-chan{
    background: linear-gradient(0deg, #C2DB98 -49.43%, rgba(238, 238, 238, 0.00) 107.67%);
  }
  .section-theme-superstar.wiggle{
    background: linear-gradient(180deg, #F5F5F5 0%, rgba(245, 245, 245, 0.00) 100%);
  }
  .section-theme-superstar .title {
    text-align: center;
    margin-bottom: 24px;
  }
  .section-theme-superstar .title .h3 {
    margin-bottom: 8px;
    line-height: 2.43;
  }
  .section-theme-superstar .title .h1 {
    margin-bottom: 32px;
  }

  .sc-content-swiper p.h4{
    line-height: 30px;
  }
  
  section.section-theme-superstar.horoscope .logo {
    gap: 8px;
    margin-bottom: 72px;
  }

  .sc-content-swiper .swiper-pagination {
    text-align: center;
    margin: 0;
    padding-top: 0;
    position: absolute;
    bottom: 0;
  }
  /* .section-theme-superstar .content-box {
    padding: 40px 0 48px;
  } */
  .section-theme-superstar .content-box {
    padding: 24px 0 48px;
  }

  .section-theme-superstar .hr{
    max-width: 900px;
  }
  @media screen and (max-width: 767px) {
    .section-theme-superstar .content-box {
      padding: 16px 0 48px;
    }
    .section-theme-superstar .title {
      margin-bottom: 16px;
    }
    .section-theme-superstar .title .h3 {
        line-height: 1;
        margin-bottom: 16px;
    }
    .section-theme-superstar .press-for-enlarge {
      margin-bottom: 16px;
    }
    section.section-theme-superstar.horoscope .logo{
      margin-bottom: 45px;
    }
    /* .section-theme-superstar .content-box {
      padding: 8px 0 24px;
    } */
  }
/*########################### section content swiper ###################################*/
  .section-content .text-linecreator {
    font-family: 'kurious-looped';
  }
  
  .section-content .content-header h3 {
    color: #fff;
    text-align: center;
  }
  .section-content .content-header {
    width: 100%;
    margin: auto;
    overflow: hidden;
  }
  
  .section-content .content-header img{
    width: 100%;
  }
  /* .section-content .content-header img:hover {
    scale: 1.1;
  } */
  .section-content .content-wrapper {
    padding: 50px 0 350px;
    background-color: #caf8db4d;
  }
  .section-content .content-header h3 {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
  }
  .content-header {
    position: relative;
  }
  .content-wrapper .text-header {
    background-color: #206d6b;
    position: relative;
    display: block;
    padding-top: 40px;
    color: #fff;
    width: 100%;
    font-size: 26px;
    text-align: center;
    margin-bottom: 0;
  }
  .content-wrapper .text-header img {
    display: inline;
    height: 24px;
  }
  
  .section-content .card-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .section-content .card-wrapper .content-card {
    text-align: center;
    color: #fff;
    margin: auto;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* margin-top: -5px; */
  }
  
  .section-content .card-wrapper .content-card .text-banner-black {
    display: block;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    border: solid 1px #fff;
    border-radius: 20px;
    font-size: 20px;
    padding: 12px 8px 20px;
    /* vertical-align: middle; */
    margin: 5px 0px 0;
  }
  .section-content .card-wrapper .content-card .text-banner-black img {
    margin: 0 8px;
    display: inline;
    height: 45px;
  }
  .section-content .card-wrapper .content-card p {
    color: #fff;
    font-family: 'kurious-looped';
  }
  .section-content .content-card .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: solid #fff 1px;
    /* width: 100%; */
    border-radius: 10px;
    padding: 12px 28px;
    font-family: 'kurious-looped';
    font-size: 16px;
    box-shadow: none;
    /* text-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4); */
    margin: auto;
  }
  
  .section-content .content-card .btn img {
    margin: 0 8px;
  }
  .section-content .content-card .btn.btn-green:hover {
    color: #fff;
    background-color: #0bc160;
  }
  .section-content .btn-clicknow img {
    height: 70px;
  }
  @media screen and (min-width: 568px) {
    .section-content .content-header {
      max-width: 100%;
      margin: auto;
    }
  
    .section-content .content-wrapper {
      padding: 50px 0 400px;
      /* height: 1250px; */
    }
  }
  
  @media screen and (min-width: 767px) {
    .content-wrapper {
      position: relative;
    }
    .content-wrapper .text-header {
      background-color: transparent;
      position: absolute;
      top: 0;
      display: block;
      padding-top: 60px;
      color: #fff;
      width: 100%;
      font-size: 38px;
      text-align: center;
      margin-bottom: 0;
      z-index: 10;
    }
    .content-wrapper .text-header img {
      height: 35px;
    }
    .section-content .content-wrapper {
      padding: 50px 0 20px;
      height: 1250px;
    }
    .section-content .card-wrapper {
      display: flex;
      flex-wrap: wrap;
      /* padding: 50px 0; */
      max-width: 1140px;
      margin: auto;
    }
    .section-content .card-wrapper .content-card {
      margin: auto;
      text-align: center;
      width: 100%;
    }

    .section-content .content-card {
      text-align: center;
      color: #fff;
      margin: auto;
      display: flex;
      flex-direction: column;
      row-gap: 30px;
      align-items: center;
      justify-content: center;
    }

    .section-content .card-wrapper .content-card {
      text-align: center;
      color: #fff;
      margin: auto;
      display: flex;
      flex-direction: column;
      row-gap: 30px;
      align-items: center;
      justify-content: center;
    }
    .section-content .content-card .content-btn {
      width: fit-content;
    }
    .section-content .card-wrapper .content-card .text-banner-black {
      display: flex;
      align-items: center;
      justify-content: center;
      width: fit-content;
      background-color: #000;
      border: solid 1px #fff;
      border-radius: 20px;
      font-size: 26px;
      padding: 8px 12px;
      vertical-align: middle;
      height: 95px;
      width: 768px;
    }
    .section-content .card-wrapper .content-card .text-banner-black img {
      margin: 0 8px;
      height: 52px;
    }
    .section-content .card-wrapper .content-card p {
      color: #fff;
      font-family: 'kurious-looped';
    }
    .section-content .content-card .btn {
      display: flex;
      align-items: center;
      justify-content: center;
      width: fit-content;
      background-color: transparent;
      border: solid #fff 1px;
      /* width: 215px; */
      border-radius: 8px;
      padding: 9px 32px;
      font-family: 'kurious-looped';
      font-size: 20px;
      text-shadow: none;
      box-shadow: none;
      /* text-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4); */
      /* font-weight: 400; */
    }
    .section-content .content-card__cta {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      gap: 24px;
    }
    .section-content .content-card .btn.btn-green {
      background-color: #00a94f;
      color: #fff !important;
      border: none;
    }
    .section-content .content-card .btn.btn-white {
      background-color: #fff;
      color: #00a94f;
    }
    .section-content .content-card .btn.btn-white:hover {
      color: #00a94f;
      background-color: #cceedc;
    }
    .sc-content-swiper .swiper-button-next {
        right: 0;
    }
    .sc-content-swiper .swiper-button-prev {
        left: 0;
    }
  }
  
  /*########################### section howto use kplus ###################################*/
  .section-howto-kplus {
    background-color: #ECF4F3;
  }
  .section-howto-kplus .title {
    text-align: center;
  }
  .section-howto-kplus .title-slide {
    text-align: center;
    margin-bottom: 24px;
  }

  .section-howto-kplus .swiper-horizontal&gt;.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    /* bottom: -32px;
    left: 0;
    width: 100%; */
}

  .howto-kplus-wrap-swiper {
    /* position: relative;
    padding: 0 108px;
    margin: 0 16px 40px;
    display: none; */
    transition: all 0.3s ease-in-out;
    padding: 0 124px;

    position: relative;
    opacity: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    display: block;
  }
  .howto-kplus-wrap-swiper.active{
    /* display: block;
    opacity: 1;
    visibility: visible; */
    opacity: 1;
    height: auto;
    overflow: visible;
    visibility: visible;
  }
  .howto-kplus-swiper {
    overflow: hidden;
    position: static;
  }
  .howto-kplus-swiper .content-box {
    text-align: center;
    margin-top: 16px;
  }
  .howto-kplus-swiper .step {
    font-family: 'kurious-looped';
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
  }
  
  @media screen and (max-width: 767px) {
    .howto-kplus-wrap-swiper {
      padding: 0;
      margin-left: -16px;
      margin-right: -16px;
      margin-bottom: 32px;
    }
    .section-howto-kplus .title-slide {
        margin-bottom: 16px;
    }
    .section-howto-kplus .press-for-enlarge {
        margin-bottom: 16px;
    }
  }
  /*########################### card category ###################################*/
  .section-category-theme {
    background-color: #FFFFFF;
  }
  .section-category-theme.custom-bg {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 47.72%, #00A94F 261.81%);
  }
  .section-category-theme .title{
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }
  .section-category-theme .title-logo {
    max-width: 540px;
  }
  .section-category-theme .title .h3 {
    margin-bottom: 8px;
    line-height: 2.43;
  }
  .section-category-theme .title .h1 {
    margin-bottom: 32px;
  }
  .card-category-wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
  }

  .card-category-wrap .category-link{
    font-family: 'kurious-looped';
    font-weight: 600;
    font-size: 16px;
  }
  .card-category {
    position: relative;
    width: 30%;
    height: 174px;
    flex-grow: 1;
    border-radius: 8px;
  }
  .category-1 {
    background-color: #E78CA7;
  }
  .category-2 {
    background-color: #9A2D2D;
  }
  .category-3 {
    background-color: #DAAA4A;
  }
  .category-4 {
    background-color: #0D1562;
  }
  .category-5 {
    background-color: #84C6C4;
  }
  .category-6 {
    background-color: #00A94F;
  }
  .card-category-wrap .category-desc {
    height: 100%;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .card-category-wrap .category-desc .category-title ,
  .card-category-wrap .category-desc .category-link{
    color: #FFF;
  }

  .card-category-wrap .category-desc .category-link {
    font-weight: 600;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    cursor: pointer;
  }
  
  .card-category-wrap .category-img{
    position: absolute;
    width: 113px;
    bottom: 0;
    right: 21px;
  }
  
  .card-category-wrap .category-img.category-img-5{
    position: absolute;
    width: 156px;
    bottom: 0;
    right: 21px;
  }
  /* .card-category-wrap .category-5 .category-img{
    width: 156px;
  } */
  .card-category-wrap .category-img img{
    width: 100%;
  }
  @media screen and (max-width: 991px) {
    .card-category-wrap .category-img {
      width: 126px;
    }
  } 
  @media screen and (max-width: 767px) {
    .section-category-theme .title{
      margin-bottom: 24px;
    }
    .card-category {
      height: 240px;
      width: 33%;
      margin-top: 41px;
    }
    /* .card-category.category-5 {
      height: 174px;
      margin-top: 0px;
    } */
    .card-category-wrap .category-img {
      margin-top: -41px;
      margin-left: auto;
      margin-right: auto;
      position: static;
      max-width: 156px;
      width: 113px;
    }
    .card-category-wrap .category-img.category-img-5{
      position: static;
      width: 113px;
    }
    /* .card-category-wrap .category-5 .category-img {
      position: absolute;
      width: 100%;
      right: 5px;
    } */
    .card-category {
      padding-top: 0;
    }
    .card-category-wrap {
      gap: 24px 16px;
    }
    .card-category-wrap .category-desc {
      height: 77%;
      padding-top: 8px;
    }
    /* .card-category-wrap .category-5 .category-desc {
      height: 100%;
      padding-top: 16px;
    } */
  }
  @media screen and (min-width: 768px) {
    .card-category {
      overflow: hidden;
    }
  }
  
  
  /*############################ sc-faq ###################################*/
  .sc-faqs {
    background-color: #FAFAFA;
  }
  .sc-faqs .sc-inner {
    max-width: 850px;
    margin: 0 auto;
  }
  .sc-faqs .title {
    text-align: center;
    margin-bottom: 40px;
    
  }
  .sc-faqs .accordion {
    border-radius: 8px;
    background: var(--cr-light);
    padding: 0;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  .accordion:not(:last-child) {
    margin-bottom: 16px;
  }
  .sc-faqs .accordion-title {
    border-left: 0;
    font-family: 'kurious-looped';
    font-size: 18px;
    font-weight: 600;
    padding: 16px 64px 16px 24px;
  }
  .sc-faqs .accordion-title:after,
  .sc-faqs .accordion-title:before {
    content: "";
    font-size: 0;
    width: 18px;
    height: 2px;
    border-radius: 2px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 28px;
    background-color: var(--cr-green);
    transition: var(--tsition);
  }
  .sc-faqs .accordion-title:after {
    top: 1px;
  }
  .sc-faqs .accordion-title:before {
    transform: rotate(90deg);
  }
  .sc-faqs .accordion-title:hover,
  .sc-faqs .accordion-title.active {
    color: var(--cr-light);
    background-color: var(--cr-green);
  }
  .sc-faqs .accordion-title:hover:after,
  .sc-faqs .accordion-title:hover:before {
    background-color: var(--cr-light);
  }
  .sc-faqs .accordion-title.active:after {
    background-color: var(--cr-light);
  }
  .sc-faqs .accordion-title.active:before {
    opacity: 0;
  }
  .sc-faqs .accordion-content .content-wrapper {
    padding: 16px 24px;
    border-left: 0;
    color: #333;
    word-wrap: break-word;
  }
  .sc-faqs .accordion-content .content-wrapper .link {
    text-decoration: underline;
    font-family: 'kurious-looped';
    font-size: 16px;
    font-weight: 500;
    color: var(--cr-green);
  }
  
  .sc-faqs .accordion-content .content-wrapper p {
    color: #333;
    font-family: "kurious-looped";
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
  }
  .sc-faqs .accordion-content .content-wrapper p + ol {
    margin-top: 0.5em;
  }
  .sc-faqs .accordion-content .content-wrapper strong {
    color: #333;
    font-family: "kurious-looped";
    font-size: 16px;
    font-weight: 600;
  }
  .sc-faqs .accordion-content ul {
    margin: 0;
    margin-left: 1.2em;
  }
  .sc-faqs .accordion-content ul &gt; li {
    position: relative;
    font-family: "kurious-looped";
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
  }
  .sc-faqs .accordion-content ul &gt; li + li {
    margin-top: 5px;
  }
  .sc-faqs .accordion-content ul &gt; li &gt; ul &gt; li:before {
    content: "-";
    position: absolute;
    right: 100%;
    top: 0px;
    text-align: left;
    width: 15px;
  }
  .sc-faqs .accordion-content ol {
    counter-reset: section;
    margin-left: 1.2em;
  }
  .sc-faqs .accordion-content ol &gt; li {
    position: relative;
    font-family: "kurious-looped";
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
  }
  .sc-faqs .accordion-content ol &gt; li:before {
    counter-increment: section;
    content: counters(section, ".") ".";
    position: absolute;
    right: 100%;
    top: 1px;
    text-align: left;
    width: 18px;
  }
  .sc-faqs .accordion-content ol &gt; li + li {
    margin-top: 5px;
  }
  .sc-faqs .accordion-content .link-tel {
    color: var(--cr-light);
    white-space: nowrap;
    text-decoration: none;
    color: var(--cr-light);
    background-color: var(--cr-green);
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
  }
  .sc-faqs .accordion-content .link-tel {
    display: none;
  }
  .sc-faqs .accordion-content .link-tel .icon {
    position: relative;
    top: 2px;
    margin-right: 8px;
  }
  @media screen and (max-width: 767px) {
    .sc-faqs .title {
        margin-bottom: 24px;
    }
  }
  /*######################### Breakpoint #########################*/
  @media screen and (max-width: 1199px) {
    .footer-main {
      padding-bottom: 62px;
      padding-bottom: 0;
    }
  
    .sc-promotion .body .thumb:hover img {
      transform: scale(1);
    }
  
    .icw-popup-function .data-box {
      margin-left: 16px;
      margin-right: 16px;
      width: auto;
    }
    .icw-popup-theme-function .data-box {
      margin-left: 16px;
      margin-right: 16px;
      width: 100%;
    }
  }
  @media screen and (max-width: 991px) {
    .sc-event .sc-bodyline {
      padding: 32px 24px 24px;
    }
  }
  @media screen and (max-width: 767px) {
    .sc-event .sc-headline .title {
      line-height: 42px;
    }
    .sc-hero-banner {
      border-width: 4px;
    }
    .sc-hero-banner .swiper-pagination {
      bottom: 20px;
    }
  
    /* .sc-event {
      background-image: url(../img/bg-event-m.jpg);
    } */
    .sc-event .sc-bodyline {
      padding: 48px 8px;
    }
    .sc-event .sc-bodyline .head {
      margin-bottom: 16px;
    }
  
    .sc-faqs .accordion-title {
      font-size: 16px;
      padding: 16px 50px 16px 16px;
    }
    .sc-faqs .accordion-title:after,
    .sc-faqs .accordion-title:before {
      right: 19px;
    }
    .sc-faqs .accordion-content .content-wrapper {
      padding: 24px 16px;
    }
    .sc-faqs .accordion-content .link-tel {
      display: inline-flex;
      margin-top: 16px;
    }
  
    .mfp-close-btn-in .mfp-close {
      top: 16px;
      right: 16px;
    }
  
    .icw-popup-function .mfp-content {
      min-height: 100vh;
    }
    .icw-popup-function .data-box {
      margin: 0;
      width: 100%;
    }
    .icw-popup-function .data-box .link-tel {
      display: inline-flex;
      margin-top: 16px;
    }
    .icw-popup-function .sc-content {
      padding: 72px 16px 48px;
    }
  }
  
  /* ######## PopUp theme ########*/
  
  
  
  
  /* ######## END PopUp theme ########*/
  
  
  
  
  /* ######## Section Content ########*/
  
  
  /* ######## End Section Content ########*/
  
  .px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  
  /* mfp */
  .mfp-content {
    background-color: #fff;
    max-width: 540px;
    margin: 0 auto;
  }
  
  .mfp-content .white-popup-block {
    padding: 60px 20px 30px;
  }
  
  .mfp-close {
    opacity: 1;
  }
  
  .mfp-close-btn-in .mfp-close {
    font-size: 0;
    padding: 0;
    /* top: 21px;
    right: 21px; */
    text-align: center;
    color: inherit;
  }
  .mfp-close-btn-in .mfp-close:after {
    color: #fff;
  }
  
  .mfp-close-btn-in .mfp-close::after:hover {
    color: #57c6b6;
  }
  
  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    width: 44px;
    line-height: 44px;
    right: -44px;
    color: #bbb;
  }
  
  .mfp-iframe-holder .mfp-close {
    top: -44px;
  }
  
  .mfp-image-holder .mfp-close {
    top: 16px !important;
  }
  
  .mfp-bg,
  .mfp-wrap .mfp-content,
  .mfp-wrap .mfp-container {
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .mfp-bg.mfp-ready {
    opacity: 0.8;
  }
  
  .mfp-wrap.mfp-ready .mfp-container {
    opacity: 1;
  }
  
  .mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    visibility: visible;
  }
  
  .mfp-bg.mfp-removing,
  .mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
  }
  
  .mfp-image-holder .mfp-content {
    background-color: transparent;
  }
  
  .mfp-image-holder img.mfp-img {
    padding: 60px 0;
  }
  
  .mfp-image-holder .mfp-figure:after {
    top: 60px;
    bottom: 60px;
  }
  
  .mfp-image-holder .mfp-bottom-bar {
    margin-top: -45px;
    padding-bottom: 15px;
  }
  
  .mfp-image-holder .mfp-title {
    font-size: 14px;
    color: #bbb;
    line-height: inherit;
  }
  
  .mfp-image-holder .mfp-figure {
    line-height: inherit;
  }
  
  .mfp-image-holder .mfp-arrow {
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .mfp-image-holder .mfp-arrow:before,
  .mfp-image-holder .mfp-arrow:after {
    border: 0;
    margin: 0;
    position: static;
    width: auto;
    height: auto;
    text-align: center;
  }
  
  .mfp-image-holder .mfp-arrow:before {
    font-family: "icokplus";
    font-size: 35px;
    color: #bbb;
  }
  
  .mfp-arrow-left:before {
    content: "\e908";
  }
  
  .mfp-arrow-right:before {
    content: "\e909";
  }
  
  .mfp-image-holder .mfp-arrow:hover:before {
    color: #00a950;
  }
  
  .mfp-image-holder .mfp-content,
  .mfp-iframe-holder .mfp-content {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .mfp-image-holder .mfp-counter {
    color: #bbb;
    line-height: 22px;
  }
  
  /* End mfp */
  
  /*popup*/
  .icw-popup-content .mfp-container {
    /* padding: auto; */
    position: relative;
    overflow-y: scroll;
  }
  .icw-popup-content.mfp-bg.mfp-ready {
    /* height: 100% !important; */
    background-color: #384957;
  }
  .icw-popup-content.mfp-bg {
    border: none;
    background-color: #546668;
    z-index: 104333;
    position: fixed;
  }
  
  .mfp-wrap {
    /* border-top: 3px solid #00a950; */
    /* background-color: #384957; */
    z-index: 104333;
    top: 0 !important;
    position: fixed !important;
    /* overflow-y: scroll !important; */
  }
  
  .mfp-content {
    background-color: transparent;
    max-width: 100%;
    height: 100%;
  }
  
  .modal-content {
    position: relative;
    border: 0;
    outline: 0;
  }
  
  .mfp-close-btn-in .mfp-close {
    color: #fff;
  }
  
  .mfp-content .main-container {
    padding: 100px 0;
  }
  
  .modal-body h3.sc-heading &gt; strong {
    font-family: "Kanit";
    font-weight: 700;
    margin-bottom: 40px;
  }
  
  .popup-slide.mfp-bg,
  .popup-slide.mfp-wrap {
    border-top: 3px solid #00a950;
    background-color: #546668;
    z-index: 104333;
  }
  
  .popup-slide .mfp-content {
    background-color: transparent;
    max-width: 100%;
    height: 100%;
  }
  
  .popup-slide .modal-content {
    position: relative;
    border: 0;
    outline: 0;
  }
  
  .mfp-close-btn-in .mfp-close {
    color: #fff;
  }
  
  .mfp-content .main-container {
    padding: 100px 0;
  }
  
  .icw p.number {
    font-family: "Kanit", sans-serif;
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: #3bb38c;
    background: -moz-linear-gradient(-45deg, #3bb38c 0%, #1a5e64 100%);
    background: -webkit-linear-gradient(-45deg, #3bb38c 0%, #1a5e64 100%);
    background: linear-gradient(135deg, #3bb38c 0%, #1a5e64 100%);
    color: white;
    margin: 0 auto;
  }
  
  .modal-body .portfolio-desc {
    position: relative;
    z-index: 6;
    padding: 20px 5px;
  }
  .modal-body .portfolio-desc h3 {
    font-family: "Kanit";
    line-height: 1.4;
    font-weight: 600;
    font-size: 16px;
  }
  
  .modal-body .portfolio-image {
    max-width: 274px;
  }
  
  /* .portfolio-slick2 .portfolio-image,
  .portfolio-slick3 .portfolio-image {
      margin-bottom: 10px;
  } */
  
  .portfolio-popup {
    margin-top: 10px;
    margin-bottom: 20px;
    margin: auto;
  }
  
  .sc-getpoint .portfolio-desc {
    position: relative;
    margin-top: -30px;
  }
  
  .sc-portfolio {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 0;
  }
  
  .portfolio-image {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  
  .portfolio-desc {
    text-align: center;
  }
  
  .portfolio-desc h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    text-align: center;
  }
  
  .portfolio-item {
    padding: 0 15px;
  }
  .portfolio-item.slick-current {
    transform: scale(1.07);
    transform-origin: center;
    transition: all 1s;
  }
  
  .portfolio-item:focus {
    outline: 0;
  }
  
  /* Arrows */
  
  .portfolio-popup .slick-prev,
  .portfolio-popup .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 40%;
    display: block;
    width: 35px;
    height: 35px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background-color: rgba(69, 194, 177, 1);
    border-radius: 50%;
    z-index: 222;
  }
  
  .portfolio-popup .slick-disabled {
    opacity: 0;
  }
  
  .portfolio-popup .slick-prev {
    left: -20px;
  }
  
  .portfolio-popup .slick-next {
    right: -20px;
  }
  
  .portfolio-popup .slick-arrow:before {
    content: "";
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    visibility: visible;
    position: relative;
    top: 0;
    left: 0;
  }
  
  .portfolio-popup .slick-next:before {
    left: -2px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  
  .portfolio-popup .slick-prev:before {
    left: 2px;
  }
  
  .portfolio-popup ul.slick-dots {
    text-align: center;
    margin: 20px auto 10px;
    line-height: 0;
  }
  
  .portfolio-popup ul.slick-dots li.slick-active {
    background-color: #00a94f !important;
    border-color: #00a94f !important;
    width: 24px;
  }
  
  .portfolio-popup ul.slick-dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    padding: 0px;
    border: 1px solid #dddddd;
    border-radius: 8px;
    background-color: #dddddd;
    text-indent: -9999px;
    margin: 0 5px;
  }
  .slick-slider .slick-dots li button {
    display: none;
  }
  
  .sc-content-swiper {
    overflow: hidden;
    border-radius: 8px;
    position: static;
  }
  
  .wrap-swiper {
    max-width: 1074px;
    margin: 0 auto;
    padding: 0 64px;
    position: relative;
  }
  
 
  
  /* .sc-content-swiper .swiper-button-next,
  .swiper-button-prev {
    background: rgba(0, 0, 0, 0.6);
  } */
  .sc-content-swiper .swiper-button-next,
  .swiper-button-prev {
    background: #fff;
  }
  
  /* .sc-content-swiper .swiper-button-next:before,
  .swiper-button-prev:before {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
  } */
  .sc-content-swiper .swiper-button-next:before,
  .swiper-button-prev:before {
    border-top: 2px solid #256D47;
    border-left: 2px solid #256D47;
  }
  
  .sc-promotion {
    background: var(--cr-light);
  }
  .sc-promotion .head {
    text-align: center;
    margin-bottom: 16px;
  }
  .sc-promotion .head .title {
    margin-bottom: 0;
  }
  .sc-promotion .body {
    position: relative;
    overflow: hidden;
    margin: 0 -12px;
    padding: 0 12px;
  }
  .sc-promotion .body .wrapper {
    display: block;
    border-radius: 8px;
    background: var(--cr-light);
    overflow: hidden;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  }
  .sc-promotion .body .thumb {
    position: relative;
    overflow: hidden;
  }
  .sc-promotion .body .thumb &gt; img {
    transform: scale(1);
    transition: var(--tsition);
  }
  .sc-promotion .body .thumb:hover img {
    transform: scale(1.1);
  }
  .sc-promotion .body .content {
    padding: 24px;
  }
  .sc-promotion .body .content .title {
    margin-bottom: 0;
    height: 3em;
    overflow: hidden;
    display: -webkit-box;
    line-height: 1.5em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .sc-promotion .body .content .action {
    padding-top: 16px;
  }
  .sc-promotion .body .content .action .txt {
    font-family: 'kurious-looped';
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    color: var(--cr-green);
  }
  
  .section-kplus-download {
    margin-top: 64px;
  }
  
  .kplus-download-box {
    background: url(../img/bg-download.png) no-repeat center center/cover;
    border-radius: 8px;
  }
  
  .kplus-download-container {
    max-width: 880px;
    padding: 0 20px;
    margin: 0 auto;
  }
  
  .kplus-download-container .img-box {
    display: flex;
    justify-content: flex-end;
    padding-top: 30px;
  }
  
  .kplus-download-container .img-box img {
    max-width: 278px;
  }
  
  .kplus-download-container .content-box {
    padding: 56px 0;
    color: #fff;
    font-family: 'kurious-looped';
  }
  
  .kplus-download-container .content-box h3 {
    color: #fff;
    font-size: 33px;
    font-weight: 700;
    line-height: 39px;
    margin-bottom: 8px;
  }
  
  .kplus-download-container .content-box p {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 17px;
    font-family: 'kurious-looped';
  }
  
  .kplus-download-container .download-link img {
    height: 40px;
  }
  
  .kplus-download-container .download-box {
    display: flex;
    gap: 6px;
  }
  
  .kplus-download-icon{
    width: 60px;
    height: 60px;
  }
  
  .icw-popup-content button.slick-arrow {
    position: absolute;
    top: 35%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.26);
    z-index: 1;
    font-size: 0;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .sc-faqs .sc-inner {
    max-width: 852px;
    margin: 0 auto;
  }
    
  .section-theme-superstar .sc-content-swiper .swiper-pagination {
    padding-top: 24px;
    bottom: 0;
  }
  
  @media (max-width: 767px) {
    .wrap-swiper {
      padding: 0;
    }
    .kplus-download-icon{
      width: 42px;
      height: 42px;
    }
  
    .kplus-download-container .download-box {
      gap: 4px;
    }
    .sc-portfolio {
      margin: 0 auto;
    }
    .portfolio-item {
      padding: 0 50px;
    }
    /* .section-getpoint {
      background: url("../img/bg-1-mobile.jpg") no-repeat;
      background-position: left top;
      background-size: cover;
  } */
    .portfolio-slick2,
    .portfolio-slick3 {
      margin-top: 20px;
    }
    .mfp-content .main-container {
      padding: 60px 0 0;
    }
    .mfp-close-btn-in .mfp-close {
      top: 10px;
      right: 5px;
    }
    .sc-content-swiper .swiper-button-next,
    /* .swiper-button-prev {
      
      display: none;
    } */
    .sc-content-swiper .swiper-button-prev {
      display: none;
    }

    .howto-kplus-wrap-swiper .swiper-button-next,
    .howto-kplus-wrap-swiper .swiper-button-prev{
      display: none;
    }
  
    .section-content .card-wrapper .content-card .text-banner-black {
      background-color: #000;
    }
  
    .section-content .card-wrapper {
      padding: 0 16px;
    }
  
    .section-content .content-card .btn.btn-green {
      background-color: #00a94f;
      color: #fff;
      border: none;
    }
  
    .section-content .content-card .btn.btn-white {
      background-color: #fff;
      color: #00a94f;
      border: none;
    }
  
   
  
    .section-content .content-card__cta {
      display: flex;
      flex-direction: column;
      row-gap: 16px;
      width: 100%;
    }
  
    .section-content .card-wrapper .content-card {
      /* padding: 0 0 100px; */
    }
  
    .section-theme-superstar .sc-content-swiper .swiper-pagination {
      bottom: 0;
      padding-top: 8px;
    }
  
    .section-kplus-download {
      margin-top: 40px;
    }
  
    .kplus-download-box {
      background: url(../img/bg-download-mb.png) no-repeat center center/cover;
    }
  
    .kplus-download-container .download-box {
      flex-wrap: wrap;
    }
  
    .kplus-download-container {
      padding: 0 29px;
    }
  
    .kplus-download-container .img-box {
      justify-content: center;
    }
  
    .kplus-download-container .content-box {
      padding: 46px 0 0 0;
      color: #fff;
      font-family: 'kurious-looped';
    }
  
    .kplus-download-container .content-box h3 {
      font-size: 24px;
      line-height: 36px;
    }
  
    .kplus-download-container .content-box h3 img {
      width: 42px;
    }
  
    .kplus-download-container .content-box p {
      font-size: 16px;
      line-height: 24px;
    }
  
    .kplus-download-container .img-box img {
      max-width: 240px;
    }
  }
  /* .portfolio-item.slick-slide{
    opacity: 0.5;
  }
  .portfolio-item.slick-slide.slick-current{
    opacity: 1;
  } */
  
  @media (min-width: 767px) {
    .portfolio-popup {
      margin-top: 10px;
      margin-bottom: 20px;
      /* max-width: 840px; */
      max-width: 940px;
      margin: auto;
    }
    /* 
    .portfolio-popup::after {
      content: "";
      background: linear-gradient(
        0.25turn,
        rgba(56, 73, 87, 0.8),
        rgba(0, 0, 0, 0)   30%,
        rgba(0, 0, 0, 0) 60%,
        rgba(56, 73, 87, 0.8)
      );
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
    } */
  }
  
  @media (max-width: 450px) {
    .br-mobile {
      display: block;
    }
    .br-tablet {
      display: none;
    }
    .br-desktop {
      display: none;
    }
  }
  
  @media (min-width: 450px) {
    .br-mobile {
      display: none;
    }
    .br-tablet {
      display: block;
    }
    .br-desktop {
      display: none;
    }
  }
  
  @media (min-width: 1025px) {
    .br-mobile {
      display: none;
    }
    .br-tablet {
      display: none;
    }
    .br-desktop {
      display: block;
    }
  }
  
  .sc-hero-swiper {
    overflow: hidden;
  }
  
  .cg-line {
    color: #00a94f;
  }
  
  /* --------- popup-event ---------------- */
  .popup-event{
    /* background-image: url(../img/bg-popup.png); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
  }
  .popup-event .header-popup{
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
  }
  .popup-event .sc-content {
    background-color:#384957 ;
    border-radius: 8px;
    overflow: hidden;
  }
  .popup-event .sc-content .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;    
    justify-content: space-between;
    margin: 46px 0 20px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .popup-event .sc-content .content .list-items {
    width: 27%;
  }
  .popup-event .list-items .how-to-img {
    padding: 16px 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 14px;
    position: relative;
    background: #FFFFFF;
    border-radius: 10px;
    width: 220px;
    height: 220px;
    display: flex;
    align-items: flex-end;
    background: rgb(38,177,95);
    background: -moz-linear-gradient(135deg, rgba(38,177,95,1) 0%, rgba(109,207,150,1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(38,177,95,1) 0%, rgba(109,207,150,1) 100%);
    background: linear-gradient(135deg, rgba(38,177,95,1) 0%, rgba(109,207,150,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#26b15f",endColorstr="#6dcf96",GradientType=1);
  }
  .popup-event .list-items .how-to-img img{
    width: 100%;
  }
  .popup-event .list-items .how-to-img .num-img{
    width: 36px;
    height: 36px;
    background: #01E47F;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  }
  .popup-event .list-items .how-to-img .num-img img{
    width: 88px;
    height: 88px;
    position: absolute;
    top: 0;
    left: 0;
    max-width: unset;
  }
  .popup-event .list-items .how-to-img .num-img p{
    font-family:'kurious-looped','kurious';
    position: absolute;
    top: 7px;
    left: 14px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
  }
  .popup-event .list-items .popup-title {
    color: #FFF ;
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    font-family: 'kurious';
    margin-bottom: 8px;
  }
  .popup-event .list-items .popup-desc{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; 
    min-height: 75px;
    font-family: 'kurious-looped';
  }
  .popup-event .text-note-popup{
    color: #FFF;
    font-size: 13px;
    font-weight: 500;
  }
  @media screen and (max-width: 991px) {
    .popup-event .list-items .how-to-img {
        width: 180px;
        height: 180px;
    }
    .popup-event .sc-content .content {
        width: 100%;
    }
  }
  @media screen and (max-width: 767px) {
    .popup-event .sc-content .content .list-items {
        width: 100%;
    }
    .popup-event .list-items .how-to-img {
    }
  }
  
  /* --------- END popup-event ---------------- */
  
  
  /*############################ popup ###################################*/
  .icw-popup-function.mfp-bg {
    background: rgba(0, 0, 0, 0.8);
  }
  .icw-popup-function.mfp-bg.mfp-ready {
    opacity: 1;
  }
  .icw-popup-function .mfp-container {
    width: 100%;
  }
  .icw-popup-function .mfp-content {
    background-color: transparent;
    max-width: 100%;
    height: 100%;
  }
  .icw-popup-function .mfp-content {
    overflow: auto;
    min-height: 100vh;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .icw-popup-function .main-container {
    margin: 0;
  }
  .icw-popup-function .sc-content {
    padding: 48px;
  }
  
  .icw-popup-function .data-box {
    max-width: 1140px;
    width: 100%;
    position: relative;
    margin: 80px auto;
  }
  .icw-popup-function .data-box {
    position: relative;
    background-color: var(--cr-light);
  }
  .icw-popup-function .data-box {
    position: relative;
    background-color: var(--cr-light);
  }
  .icw-popup-function .data-box .thumb {
    margin: 0 auto 48px;
    max-width: 364px;
    width: 100%;
  }
  .icw-popup-function .data-box .thumb &gt; img {
    border-radius: 8px;
    overflow: hidden;
  }
  .icw-popup-function .data-box .content {
    color: var(--cr-dark);
  }
  .icw-popup-function .data-box .content .title {
    margin-bottom: 16px;
  }
  .icw-popup-function .data-box .content .txt {
    font-family: 'kurious-looped';
    font-size: 16px;
    display: block;
    margin-bottom: 8px;
  }
  .icw-popup-function .data-box .content .list + .list {
    margin-top: 32px;
  }
  .icw-popup-function .data-box .link-tel {
    color: var(--cr-light);
    white-space: nowrap;
    text-decoration: none;
    color: var(--cr-light);
    background-color: var(--cr-green);
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
  }
  .icw-popup-function .data-box .link-tel {
    display: none;
  }
  .icw-popup-function .data-box .link-tel .icon {
    position: relative;
    top: 2px;
    margin-right: 8px;
  }
  
  
  
  /*############################ popup theme ###################################*/
  .icw-popup-theme-function.mfp-bg {
    background: rgba(0, 0, 0, 0.8);
  }
  .icw-popup-theme-function.mfp-bg.mfp-ready {
    opacity: 1;
  }
  .icw-popup-theme-function .mfp-container {
    width: 100%;
  }
  .icw-popup-theme-function .mfp-content {
    background-color: transparent;
    max-width: 100%;
    height: 100%;
  }
  .icw-popup-theme-function .mfp-content {
    overflow: auto;
    min-height: 100vh;
    height: auto;
    display: flex;
    align-items: center;
  }
  .icw-popup-theme-function .main-container {
    margin: 0;
  }
  .icw-popup-theme-function .sc-content {
    padding: 48px;
  }
  
  .icw-popup-theme-function .data-box {
    max-width: 1140px;
    width: 100%;
    position: relative;
    margin: 80px 16px;
  }
  .icw-popup-theme-function .data-box {
    position: relative;
    background-color: #384957;
  }
  .icw-popup-theme-function .data-box .thumb {
    margin: 0 auto 48px;
    max-width: 364px;
    width: 100%;
  }
  .icw-popup-theme-function .data-box .thumb &gt; img {
    border-radius: 8px;
    overflow: hidden;
  }
  .icw-popup-theme-function .data-box .content {
    color: var(--cr-dark);
  }
  .icw-popup-theme-function .data-box .content .title {
    margin-bottom: 16px;
  }
  .icw-popup-theme-function .data-box .content .txt {
    font-family: 'kurious-looped';
    font-size: 16px;
    display: block;
    margin-bottom: 8px;
  }
  .icw-popup-theme-function .data-box .content .list + .list {
    margin-top: 32px;
  }
  .icw-popup-theme-function .data-box .link-tel {
    color: var(--cr-light);
    white-space: nowrap;
    text-decoration: none;
    color: var(--cr-light);
    background-color: var(--cr-green);
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
  }
  .icw-popup-theme-function .data-box .link-tel {
    display: none;
  }
  .icw-popup-theme-function .data-box .link-tel .icon {
    position: relative;
    top: 2px;
    margin-right: 8px;
  }
  
  .icw-popup-theme-function.mfp-wrap{
    background: transparent;
    border-top:none;
  }
  
  .icw-popup-theme-function.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(--tsition);
  }
  
  @media (min-width: 1200px) {
    .icw-popup-theme-function .data-box {
      margin: 80px auto;
    }
  }
  
  
  
  
  
  
  /*############### application-details ###############*/
  /* tab slide */
  .tab-slide {
    padding-top: 48px;
    padding-bottom: 24px;
  }
  
  .tab-slide .header-page {
    text-align: center;
  }
  
  /* .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;
    align-items: baseline;
    white-space: pre;
    overflow-x: scroll;
    padding-right: 50px;
    scrollbar-width: none;
  }
  
  
  .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;
    border-radius: 8px;
    border-bottom: 3px solid transparent !important;
    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;
  }
  
  .icw .content-btn a {
    font-family: 'kurious-looped';
  }
  
  .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: .3s ease-in-out;
    }
  }
  
  /* ############################ rate interest desktop ############################ */
  
  .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: .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;
    margin-top: 24px;
    margin-bottom: 56px;
  }
  
  
  .wrapper-content-slide .tab-dropdown {
    position: absolute;
    z-index: 2;
    bottom: 0px;
    /* left: 0; */
    /* right: 0; */
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out;
    margin-left: -15px;
    position: relative;
    display: none;
  }
  
  .wrapper-content-slide .tab-dropdown.active {
    opacity: 1;
    visibility: visible;
    border-bottom: 1px solid #DBDBDB;
    margin-left: 0;
    display: block;
    /* padding-left: 16px; */
  }
  
  .wrapper-content-slide .tab-dropdown .txt {
    color: #333;
    font-family: 'kurious-looped';
    font-size: 16px;
    font-weight: 600;
    line-height: 2.2;
  }
  
  .wrapper-content-slide .tab-default-wrapper.active {
    position: absolute;
    display: flex !important;
    z-index: 100;
    /* text-align: left; */
    background: #f4f4f4;
    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: 10px;
    justify-content: flex-start;
    flex-direction: column;
  }
  
  .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; */
  }
  
  .tab-default-wrapper-nav-active {
    display: none;
  }
  
  @media screen and (min-width:767px) {
    .wrapper-content-slide {
      position: relative;
      margin-top: 60px;
      margin-bottom: 56px;
    }
    .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;
    }
    .action-dropdown {
      display: none;
    }
    .wrapper-content-slide .tab-default-wrapper {
      padding-right: 0;
    }
    .wrapper-content-slide .tab-default-wrapper {
      justify-content: center;
      gap: 48px;
      overflow: hidden;
    }
    .wrapper-content-slide {
      margin:32px 0 72px;
    }
  }
    /*########################### section line creators ###################################*/
    .section-creators .section-content .content-header{
      max-width: 999px;
    }
    .section-creators .logo{
      margin-bottom: 32px;
    }
    .section-creators .content-box{
      padding-top: 32px;
    }
  @media screen and (min-width:767px) {
    .section-creators .logo{
      margin-bottom: 64px;
    }
  }



  /* ####################### new content-box  #################*/
  .creater-pb{
    padding-bottom: 72px;
  }
  .creater-bottom{
    bottom: 32px !important;
  }
  .new-content-box{
    padding-top: 24px;
    color: #fff;
  }

  .new-content-box .content-card .content-card__cta{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap:24px
  }
  .new-content-box h3 {
    color: #fff;
    font-size: 33px;
    font-weight: 700;
    line-height: 39px;
    margin-bottom: 8px;
  }

  .new-content-box p {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 17px;
  }
  .new-content-box .btn.btn-green {
    background-color: #00a94f;
    color: #fff !important;
    border: none;
    border-radius: 8px;
    width: 100%;
  }

  @media screen and (min-width:768px) {

    .creater-pb{
      padding-bottom: 80px;
    }
    .creater-bottom{
      bottom: 40px !important;
    }
    .new-content-box{
      padding-top: 32px;
    }
    .new-content-box .btn.btn-green {
      background-color: #00a94f;
      color: #fff !important;
      border: none;
      border-radius: 8px;
      width: auto;
      min-width: 120px;
    }
    .new-content-box .content-card .content-card__cta{
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      gap:24px
    }
  }

    /*############################ icw-popup-function ###################################*/
    .icw-popup-function.mfp-bg {background: rgba(0, 0, 0, 0.8);}
    .icw-popup-function.mfp-bg.mfp-ready {opacity: 1; z-index: 1901;}
    .icw-popup-function.mfp-wrap{z-index: 1902;}
    .icw-popup-function .mfp-container {width: 100%;}
    .icw-popup-function .mfp-content{background-color: transparent;max-width: 100%;height: 100%;}
    .icw-popup-function .mfp-content{overflow: auto; min-height: 100vh; height: auto; display: flex; align-items: center; justify-content: center;}
    .icw-popup-function .main-container{margin: 0;}
    .icw-popup-function .inner{overflow: hidden; padding: 16px 16px 16px 16px;}

    /*############################ icw-popup-function sc-thumb-box ###################################*/
    .sc-thumb-box{max-width: 1140px; width: 100%; position: relative;}
    /* .sc-thumb-box{position: relative; background-color: var(--cr-light); box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.04);} */
    .sc-thumb-box{position: relative; background-color: #fff;border-radius:8px; margin:80px auto;}

    .sc-thumb-box .inner{position: relative; max-width: 750px; margin: 0 auto; overflow:hidden;}
    .sc-thumb-box .swiper-slide{width: auto;}
    .sc-thumb-box .wrapper{display: block; max-width: 750px;}
    .sc-thumb-box .thumb{margin-bottom: 16px; max-width: 700px; margin-left: auto; margin-right: auto; text-align:center;}
    .sc-thumb-box .swiper-pagination{padding-top:0px;}


  /*############################  24/05/2024  ###################################*/
.nowrap{white-space: nowrap;}

.popup-event .list-items .how-to-img .ezyQR{max-width: 100%; margin: auto; border-width: 8px; border-radius: 4px;}

.section-theme-superstar.line-creators{
  background: linear-gradient(0deg, #D9F9DC 0%, rgba(255, 255, 255, 0.00) 100%), #FFF;
}

#popup-gallery-01 .swiper-pagination{
  bottom: 10px;
}

.text-rainbow {
  background: linear-gradient(90deg, #FF5959, #FEBD46, #54FFFA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  display: inline-block;
  color: white;
}

/* .text-rainbow::before {
  background-color: #000;
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  color: white;  
  -webkit-text-stroke:1px #fff;
} */
</pre></body></html>