<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;300;400;500;600;700&amp;display=swap");

* {
  font-family: "kurious-looped" !important;
  /* font-size: 16px; */
}

p,
h1,
h2,
h3,
h4,
h6 {
  color: #3d4d5a;
}

h1 {
  font-size: 42px !important;
  line-height: 1.3em;
}

h2 {
  font-size: 2.2em !important;
  font-weight: 600;
}

h3 {
  font-size: 2em !important;
}

h4 {
  font-size: 1.5em !important;
}

/* h5 {
    font-size: 1.25em !important;
} */

h6 {
  font-size: 1em !important;
  font-weight: 600;
}

a.btn-sw-lang {
  text-decoration: none !important;
}

.header-nav-item {
  font-size: 16px !important;
}

section.bg-banner-gd {
  background: rgb(0, 168, 80);
  background: -moz-linear-gradient(
    270deg,
    rgba(0, 168, 80, 1) 0%,
    rgba(57, 195, 123, 1) 50%,
    rgba(115, 224, 167, 1) 100%
  );
  background: -webkit-linear-gradient(
    270deg,
    rgba(0, 168, 80, 1) 0%,
    rgba(57, 195, 123, 1) 50%,
    rgba(115, 224, 167, 1) 100%
  );
  background: linear-gradient(
    270deg,
    rgba(0, 168, 80, 1) 0%,
    rgba(57, 195, 123, 1) 50%,
    rgba(115, 224, 167, 1) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#00a850", endColorstr="#73e0a7", GradientType=1);
}

.bg-products-gray {
  background-color: #f4f3f9 !important;
}

.bg-banner-img {
  background-image: url("../img/bg-2.png");
  background-color: #f4f3f9;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  background-position: center;
  background-size: cover;
  margin-top: -80px;
}

.bg-features-img {
  background-image: url("../img/bg-sc2-2.png");
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-kbiz-img {
  background-image: url("../img/bg-3.png");
  background-color: #f4f3f9;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-kbiz-sol1-img {
  background-image: url("../img/element-solution-1.png");
  background-color: #f4f3f9;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-kbiz-sol2-img {
  background-image: url("../img/selement-solution-2.png");
  background-color: #f4f3f9;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-cta-img {
  background-image: url("../img/bg-cta.png");
  background-color: white;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}

.header-top.hv-bg.bg-banner-gd::before {
  background: rgb(0, 168, 80);
  background: -moz-linear-gradient(
    270deg,
    rgba(0, 168, 80, 1) 0%,
    rgba(57, 195, 123, 1) 50%,
    rgba(115, 224, 167, 1) 100%
  );
  background: -webkit-linear-gradient(
    270deg,
    rgba(0, 168, 80, 1) 0%,
    rgba(57, 195, 123, 1) 50%,
    rgba(115, 224, 167, 1) 100%
  );
  background: linear-gradient(
    270deg,
    rgba(0, 168, 80, 1) 0%,
    rgba(57, 195, 123, 1) 50%,
    rgba(115, 224, 167, 1) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#00a850", endColorstr="#73e0a7", GradientType=1);
}

.nav-transparent::before {
  background: #ffffff00 !important;
}

.pt-10 {
  padding-top: 12rem !important;
}

.up-4 {
  margin-top: -4rem;
}

.up-5 {
  margin-top: -5rem;
}

.up-8 {
  margin-top: -8rem;
}

.up-13 {
  margin-top: -13rem;
}

.h-240 {
  min-height: 240px;
}

.h-760 {
  min-height: 760px;
}

.ht-50px {
  margin-top: 50px;
}

.btn-round {
  border-radius: 50px !important;
}

.btn-dark {
  background: rgb(70, 89, 104);
  background: -moz-linear-gradient(
    90deg,
    rgba(70, 89, 104, 1) 0%,
    rgba(35, 45, 52, 1) 50%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(70, 89, 104, 1) 0%,
    rgba(35, 45, 52, 1) 50%
  );
  background: linear-gradient(
    90deg,
    rgba(70, 89, 104, 1) 0%,
    rgba(35, 45, 52, 1) 50%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#465968", endColorstr="#232d34", GradientType=1);
  border: 0px !important;
  color: white !important;
  min-height: 50px;
  min-width: 133px;
  z-index: 100;
}

.btn-green {
  background: rgb(0, 168, 80);
  /* background: -moz-linear-gradient(
    270deg,
    rgba(0, 168, 80, 1) 0%,
    rgba(57, 195, 123, 1) 50%,
    rgba(115, 224, 167, 1) 100%
  );
  background: -webkit-linear-gradient(
    270deg,
    rgba(0, 168, 80, 1) 0%,
    rgba(57, 195, 123, 1) 50%,
    rgba(115, 224, 167, 1) 100%
  );
  background: linear-gradient(
    270deg,
    rgba(0, 168, 80, 1) 0%,
    rgba(57, 195, 123, 1) 50%,
    rgba(115, 224, 167, 1) 100%
  ); */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#00a850", endColorstr="#73e0a7", GradientType=1);
  border: 0px !important;
  color: white !important;
  min-height: 40px;
  min-width: 133px;
}

.text-primary {
  color: #4dcd8a !important;
}

.card-solution {
  background-color: rgba(255, 255, 255, 0);
  border: 0px solid rgba(0, 0, 0, 0.125);
  box-shadow: 1px 10px 10px rgb(0 0 0 / 12%);
}

.card-solution.sol-1 .card-header {
  background-color: #3d4d5a;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-solution.sol-2 .card-header {
  background-color: #4dcd8a;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-solution .card-header h4 {
  color: white !important;
  margin-top: 10px;
}

.card-solution .card-header:first-child {
  border-radius: 10px 10px 0 0;
}

.card-solution .card-footer:last-child {
  border-radius: 0 0 10px 10px;
}

.card-solution .card-body {
  min-height: 180px;
}

.card-solution .card-body,
.card-solution .card-footer {
  background-color: white;
}

.card-solution .card-footer p {
  font-size: smaller;
}

.card-black {
  background-color: #3d4d5a;
  color: white;
  border-radius: 10px;
}

.card-black .card-header {
  height: 100px;
  margin-top: -40px;
  border-bottom: 0px;
  background-color: #ffffff00;
}

.card-black .card-body {
  min-height: 80px;
}

.section-contact h6:nth-child(1) {
  color: #3d4d5a;
}

.section-contact h6:nth-child(0) {
  color: white !important;
}

.hiddenRow {
  padding: 0 !important;
}

.text-green {
  color: #00a94f !important;
}
/** Features Slider **/

/* Edit Flex Sizes */

.card-feature-box {
  width: 250px;
  /* à¸•à¸±à¹‰à¸‡à¸‚à¸™à¸²à¸” Width à¸à¸¥à¹ˆà¸­à¸‡à¸›à¸à¸•à¸´ */
  min-height: 300px;
  /* à¸•à¸±à¹‰à¸‡à¸‚à¸™à¸²à¸” Height à¸à¸¥à¹ˆà¸­à¸‡à¸›à¸à¸•à¸´ */
  background-color: #fff;
  color: #000;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  text-align: left;
  align-items: center;
  border-radius: 10px;
  font-size: 8px;
  padding: 20px 20px;
  margin: 15px 0 -150px;
  position: relative;
}

.home-img {
  opacity: 0;
  animation: fadeup 1s ease forwards;
}

body.magnificpopupnoscroll {
  overflow-y: hidden !important;
}

.mfp-content {
  max-width: 950px !important;
  max-height: 650px !important;
  overflow-y: auto;
  border-radius: 15px;
  position: relative;
}

.mfp-close-btn-in .mfp-close {
  background-color: #eee;
  border-radius: 50%;
  position: absolute;
  top: 10px;
}

.mfp-close-btn-in .mfp-close:after {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

.mfp-content .white-popup-block {
  padding: 40px 10px;
}

#fees-table {
  width: 100%;
}

.table-title {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #4dcd8a;
  margin-bottom: 0;
}

.table-subtitle {
  text-align: center;
}

#fees-tab {
  border-collapse: collapse;
  border-radius: 10px;
  border-style: hidden;
  box-shadow: 0 0 0 1px #eee;
}

#fees-tab thead tr {
  height: 60px;
  background-color: #4ccd8a;
  border-radius: 10px;
}

#fees-tab tbody tr {
  height: 30px;
}

#fees-tab th {
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-align: center;
}

#fees-tab .col--1 {
  width: 370px;
  border-top-left-radius: 10px;
  border-right: 1px solid white;
}

#fees-tab .col--2 {
  width: 400px;
  border-top-right-radius: 10px;
}

#fees-tab .td-data-1 {
  font-size: 16px;
  font-weight: bold;
  color: #3d4d5a;
  background-color: #fcfcff;
  padding: 5px 35px;
  border-right: 1px solid #eee;
}

#fees-tab tbody tr:first-child td {
  padding-top: 30px;
}

#fees-tab .td-title {
  font-size: 16px;
  font-weight: 400;
  color: #3d4d5a;
  padding: 10px 20px;
  margin-bottom: 0;
}

#fees-tab .list-1 &gt; li {
  font-size: 15px;
  font-weight: 400;
  color: #3d4d5a;
  line-height: 2.2rem;
  margin-bottom: 10px;
}

#fees-tab .list-1 &gt; li::before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
  background-color: #4dcd8a;
  border-radius: 50%;
}

#fees-tab .list-2 {
  padding-left: 2.5rem;
}

#fees-tab .list-2 &gt; li {
  font-size: 13px;
  font-weight: 400;
  color: #999999;
  line-height: 2.2rem;
  margin: 10px 0;
}

.fees-icon {
  width: 250px;
}

.inner-rw-1 {
  height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.inner-rw-2 {
  height: 70px;
  text-align: center;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.inner-rw-2 p,
.inner-rw-3 p {
  font-size: 15px;
  color: #3d4d5a;
  margin: 0;
}

.inner-rw-3 {
  height: 50px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .card-feature-box {
    justify-content: flex-end !important;
  }

  .slick-current .break-word {
    display: block !important;
  }

  .card-feature-img {
    top: -30px !important;
  }

  .home-img {
    width: 95%;
    margin: 0 auto;
    margin-top: -40px;
  }
}

@media screen and (min-width: 1024px) {
  .header-top .logo-kbank {
    width: 220px !important;
    margin: 0;
  }

  .home-img {
    margin-bottom: 30px;
    margin-top: 0;
  }
}

.card-feature-box {
  box-shadow: 1px 10px 10px rgb(0 0 0 / 12%);
  /*0px 1px 0px rgb(0 0 0 / 3%), 0px 1px 2px rgb(0 0 0 / 5%), 2px 7px 12px rgb(0 0 0 / 6%), 0px 7px 9px rgb(0 0 0 / 7%), 0px 3px 3px rgb(0 0 0 / 9%), */
}

.card-feature-box .break-word {
  display: none;
}

.slick-center .card-feature-desc h4 {
  font-weight: 600;
  font-size: 25px;
}

.slick-center &gt; .card-feature-img {
  width: 330px !important;
  height: 60px !important;
}

.slick-list {
  padding: 40px 0px !important;
}

.card-feature-cotainer {
  justify-content: center;
}

.card-feature-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 280px;
  position: absolute;
  z-index: 99;
  top: -20px;
}

.card-feature-desc p {
  /* height: 60px; */
  font-size: 14px !important;
}

.card-feature-desc &gt; h4 {
  font-weight: 600 !important;
  font-size: 22px !important;
}

.card-feature-desc {
  /* line-height: 3rem; */
  margin-top: 60px;
  padding-bottom: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* Dots */

.slick-slider .slick-dots {
  bottom: 20px !important;
}

.slick-slider .slick-dots li button {
  width: 9px;
  height: 9px;
}

/* Comparison Tables */

#comparison-table {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#table-detail,
#table-detail-popup {
  display: none;
  width: 100%;
  height: 100%;
}

.comparison-table-row {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  flex: 1;
  width: 100%;
  position: relative;
  background-color: #fcfcff;
  border-bottom: 0.2px solid #efefef;
  border-right: 0.2px solid #efefef;
  border-left: 5px solid #4dcd8a;
  /* justify-content: flex-end; */
}

.comparison-table-legend {
  border: none;
  width: 500px;
  padding: 15px 15px 15px 40px;
  text-align: left;
  border-right: 0.2px solid #efefef;
}

.comparison-table-row:nth-child(1),
.table-last-hidden {
  border-left: 5px solid white !important;
  background-color: white !important;
}

.table-last-hidden {
  border-bottom: white !important;
  border-right: none;
}

.table-last-hidden &gt; li:nth-child(2),
.table-last-hidden &gt; li:nth-child(3) {
  padding-top: 30px !important;
  padding-bottom: 25px !important;
  border-bottom: 0.2px solid #efefef;
}

.table-last-hidden &gt; li:nth-child(2) {
  border-bottom-left-radius: 10px;
  border-left: 0.2px solid #efefef;
}

.table-last-hidden &gt; li:nth-child(3) {
  border-bottom-right-radius: 10px;
  border-right: 0.2px solid #efefef;
}

.table-last-hidden &gt; li {
  border: none;
}

.comparison-table-black-header,
.comparison-table-green-header {
  color: #ffffff;
  font-weight: 600;
}

.comparison-table-row &gt; li:nth-child(2),
.comparison-table-row &gt; li:nth-child(3) {
  padding: 15px 0px;
  text-align: center;
  width: 40%;
  height: 100%;
}

.comparison-table-black-header {
  background-color: #3d4d5a !important;
  border-top-left-radius: 10px;
  border-left: none !important;
}

.comparison-table-green-header {
  background-color: #4dcd8a !important;
  border-top-right-radius: 10px;
  border-right: none !important;
}

#comparison-table &gt; .comparison-table-row:nth-child(1) {
  border: none;
}

.table-grey-block {
  color: #3d4d5a !important;
  background-color: #f4f3f9;
}

.table-long-block {
  width: 80% !important;
}

.table-center {
  height: 100%;
}

.table-center &gt; li:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100% - 140px);
  border-bottom: 0.2px solid #efefef !important;
  font-size: 1.2em;
}

.table-center &gt; li:nth-child(2) {
  padding-top: 10px;
}

.table-center &gt; li:nth-child(2),
.table-center &gt; li:nth-child(3) {
  font-weight: 400 !important;
}

.table-free-text {
  color: #4dcd8a !important;
}

.table-text-bold {
  font-weight: 600 !important;
  color: #3d4d5a !important;
}

.table-text-normal {
  font-weight: 500 !important;
  text-align: center;
  color: #3d4d5a;
}

#plus-icon-popup {
  display: block;
}

#dash-icon-popup {
  display: none;
}

#plus-icon,
#plus-icon-popup,
#dash-icon-popup,
#dash-icon {
  position: absolute;
  width: 12px;
  cursor: pointer;
  left: 366px;
  top: 24px;
}

#dash-icon {
  display: none;
}

.table-sublist &gt; li {
  font-weight: 500;
  color: #3d4d5a;
  margin-bottom: 10px;
}

.table-sublist &gt; ul &gt; li,
.table-sublist &gt; ul &gt; ul &gt; li {
  color: #3d4d5a;
  font-weight: 400;
  margin-bottom: 10px;
}

.table-sublist &gt; ul &gt; ul &gt; ul &gt; li {
  color: #999999 !important;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 0.75em;
}

.table-sublist &gt; ul &gt; ul &gt; li {
  margin-top: 15px;
}

.table-sublist &gt; ul &gt; ul &gt; li::before {
  content: "\2022";
  color: #4dcd8a;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.sub-header-row &gt; li {
  padding-left: 50px;
  padding-right: 15px;
  font-weight: 400 !important;
  border: none !important;
}

.check-icon {
  width: 15px;
}

.table-btn {
  background-image: linear-gradient(to right, #00a850, #61d699);
  padding: 10px 20px;
  color: #ffffff !important;
  border-radius: 100px;
  align-items: center;
  cursor: pointer;
  height: 50px;
}

.table-btn-dark {
  background: linear-gradient(
    90deg,
    rgba(70, 89, 104, 1) 0%,
    rgba(35, 45, 52, 1) 50%
  );
}

.download-icon {
  padding-left: 10px;
  padding-bottom: 5px;
}

.table-link {
  margin-top: 20px;
}

.table-clear-line {
  border-bottom: none !important;
}

.table-right-line &gt; li:nth-child(2) {
  border-right: 0.2px solid #efefef !important;
}

.slick-slide {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  width: 350px;
  transition: transform 0.6s ease-out;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.slick-center {
  height: 280px;
  margin: 0px 0px !important;
  width: 350px;
  transform: scale(0.9);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  height: 200px !important;
  margin-top: 20px !important;
}

.slick-center &gt; .card-feature-desc &gt; .card-two-line {
  margin-top: 30px;
}

.slick-center &gt; .card-feature-desc {
  margin-top: 30px;
}

.bg-features-img {
  background: linear-gradient(to bottom, #f4f3f9 80%, #ffffff 20%) !important;
}

.k-feature-contents &gt; .row:nth-child(2) {
  background: linear-gradient(to bottom, #f4f3f9 55%, #ffffff 45%) !important;
}

.slick-list {
  overflow: visible;
}

.slick-slider .slick-prev {
  margin-left: auto;
  margin-right: auto;
  left: -5px;
  right: initial;
  text-align: center;
  margin-top: 30px;
}

.slick-slider .slick-next {
  margin-left: auto;
  margin-right: auto;
  right: -5px;
  /* left: 1050px; */
  left: initial;
  text-align: center;
  margin-top: 30px;
}

#table-arrow {
  width: 75px;
  margin-left: auto;
  margin-right: auto;
  right: -25px;
  cursor: pointer;
  top: 508px;
  display: none;
  position: absolute;
}

#Solutions-Comparation &gt; .container {
  position: relative;
}

.card-solution-header {
  min-height: 150px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.solution-grid.en .card-solution-body {
  height: 230px;
}

.card-solution {
  border-radius: 10px;
  /* width: 335px; */
}

.solution-header {
  padding-bottom: 30px;
}

.home-img {
  height: 100%;
}

.img-pro {
  background: #ffffff url("../../../page/home/img/solution2-desktop-fixed.png")
    no-repeat center center/cover;
  display: none;
}

.img-lite {
  background: url("../../../page/home/img/solution-mobile-fixed.png") no-repeat
    center center/cover !important;
}

.solution-para-1 {
  color: #707070;
}

.card-solution-footer {
  border-top: 1px solid #f5f5f5;
  padding: 20px;
}

.register-biz-btn {
  margin-bottom: 20px;
}

.product-title {
  font-weight: 600;
  font-size: 16px;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
  border: 1px solid #72ca90;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-next,
.swiper-button-prev {
  border: 1px solid #72ca90;
  width: 52px;
  height: 52px;
  background-size: 11px 11px;
}

.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  color: #72ca90;
}

.footer-link {
  /* text-decoration: none; */
  color: white;
  cursor: pointer;
}

.card-solution-heading {
  font-size: 20px !important;
  margin-top: 10px;
  font-weight: 600;
}

.solution-title {
  font-size: 45px !important;
  margin-top: 10px;
}

.solution-logo {
  margin-left: 0px;
}

#arrow {
  height: 100%;
}

.mt-5 {
  width: 100%;
}

#Solutions-Comparation &gt; .container &gt; .mt-5:nth-child(1) {
  flex-wrap: nowrap;
}

.table-btn-last {
  height: 150px !important;
}

.solution-grid {
  overflow-y: hidden;
}

.register-section {
  margin-top: 80px;
}

.header-link {
  text-decoration: underline;
  font-size: inherit;
}

#arrow-icon {
  transform: rotate(90deg);
  height: 50px;
  width: 50px;
  position: absolute;
  left: 140px;
  bottom: -23px;
}

.mobile-table {
  display: none;
  margin-top: 100px;
  width: 100%;
  padding: 0px 20px;
  cursor: pointer;
}

.zoom-click {
  color: #3d4d5a;
  text-align: center;
  text-decoration: none;
  margin-bottom: 25px;
}

.zoom-click &gt; a &gt; img {
  width: 15px;
  height: 15px;
}

/* Table Popup */

#table-popup {
  background-color: #ffffff;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  overflow: auto;
  position: fixed;
  padding-bottom: 20px;
}

#popup {
  display: none;
  justify-content: center;
}

.popup-close-icon {
  position: fixed;
  z-index: 99;
  padding: 20px 20px 20px 0px;
  justify-content: flex-end !important;
  background-color: #ffffff;
  width: 100%;
}

.popup-close-icon &gt; img:nth-child(2) {
  display: none;
}

.popup-close-icon &gt; img {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

#table-popup &gt; div {
  display: flex;
  align-items: center;
  justify-content: center;
}

#table-popup &gt; div:nth-child(2) &gt; #comparison-table {
  display: block;
  padding: 10px 30px;
  width: 1200px;
  margin-top: 100px;
}

#table-popup &gt; div:nth-child(2) {
  overflow: auto;
}

#table-detail-popup {
  height: auto;
}

#table-detail-popup &gt; .table-center &gt; li:nth-child(1) {
  height: 476px;
}

.links-utilities.bottom-links {
  border-bottom: 1px solid rgba(204, 204, 204, 0.2);
}

.links-utilities.bottom-links ul &gt; li.ft-text a.link {
  text-decoration: none !important;
}

.links-utilities ul &gt; li.ft-text a.link {
  text-decoration: none !important;
}

.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  line-height: initial;
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
}

.slick-slider .slick-prev:before {
  left: 48%;
}

@media screen and (max-width: 320px) {
  .card-feature-box.slick-slide {
    transform: scale(0.75);
  }
}

/* Safari 11+ */

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .register-section {
      margin-top: 150px;
    }

    #table-detail,
    #table-detail-popup {
      /* display: none; */
      width: 100%;
      height: 100%;
      min-height: 535px;
    }
  }
}

/* Safari 10.1 */

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (not (stroke-color: transparent)) {
    .register-section {
      margin-top: 150px;
    }

    #table-detail,
    #table-detail-popup {
      /* display: none; */
      width: 100%;
      height: 100%;
      min-height: 535px;
    }
  }
}

@media screen and (min-width: 1024px) {
  .card-product {
    width: 200px;
    height: 150px;
  }

  .swiper-container {
    padding-bottom: 0px;
  }

  .img-lite {
    background: url("../../../page/home/img/solution-desktop-fixed.png")
      no-repeat center center/cover !important;
  }
}

@media screen and (min-width: 1200px) {
  .card-product {
    width: 250px;
    height: 160px;
  }
}

@media screen and (max-width: 2040px) {
  #arrow-icon {
    left: 100px;
    bottom: 0px;
  }
}

@media screen and (max-width: 1910px) {
  #arrow-icon {
    left: 100px;
    bottom: 20px;
  }
}

@media screen and (max-width: 1720px) {
  #arrow-icon {
    left: 100px;
    bottom: 50px;
  }
}

@media screen and (max-width: 1567px) {
  #arrow-icon {
    left: 100px;
    bottom: 100px;
  }
}

@media screen and (max-width: 1280px) {
  #arrow-icon {
    left: 50px;
  }
}

@media screen and (max-width: 1080px) {
  /* .card-solution {
        width: 70%;
    } */
}

@media screen and (max-width: 1024px) {
  .solution-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slick-slider .slick-next,
  .slick-slider .slick-prev {
    margin-top: 30px !important;
  }

  .solution-header {
    padding: 10px 0px 50px 20px;
  }

  .solution-grid.en .solution-header {
    padding: 10px 0px 10px 20px;
  }

  .img-pro {
    background: #ffffff url("../../../page/home/img/solution2-mobile-fixed.png")
      no-repeat center center/cover;
  }

  .link-affiliate li {
    margin-right: 15px;
  }
}

@media screen and (max-width: 992px) {
  .solution-grid {
    height: 1100px;
  }

  #table-popup &gt; div {
    justify-content: flex-start;
  }

  #plus-icon,
  #plus-icon-popup,
  #dash-icon-popup,
  #dash-icon {
    position: absolute;
    width: 12px;
    cursor: pointer;
    left: 302px;
    top: 24px;
  }

  #arrow-icon {
    width: 40px;
    height: 40px;
    left: 50px;
    bottom: 75px;
  }

  #comparison-table {
    margin-top: 130px;
    padding-bottom: 40px;
  }

  #table-arrow {
    display: block;
  }

  #comparison-table::-webkit-scrollbar {
    height: 5px;
    width: 5px;
    padding-bottom: 30px;
  }

  #comparison-table::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.2);
  }

  #comparison-table::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    /* box-shadow: 0 0 1px rgba(255, 255, 255, 1); */
  }

  #arrow {
    display: none;
  }

  .register-section {
    margin-top: 120px;
  }

  .table-btn {
    padding: 10px 9px;
  }

  #table-popup &gt; div:nth-child(2) {
    width: 1000px;
  }

  .link-affiliate li {
    margin-right: 15px;
  }
}

@media screen and (min-width: 768px) {
  /* .swiper-slide {
        width: initial !important;
    } */

  .card-solution-heading {
    font-size: 24px !important;
  }
}

@media screen and (max-width: 768px) {
  /* .slick-slider .slick-prev {
        right: 390px;
    } */
  .mobile-table {
    display: block;
  }

  #comparison-table {
    display: none;
  }

  #arrow-icon {
    left: 20px;
  }

  .register-biz-btn {
    height: 55px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* .slick-slider .slick-next {
        left: 390px;
    } */
  /* .card-solution {
        width: calc(100% - 200px);
    } */
  .card-product {
    width: 220px;
    height: 150px;
  }

  .solution-grid {
    height: 1100px;
  }

  .register-circle {
    width: 130px;
    top: -150px;
    left: 30px;
  }

  #Solutions-Comparation &gt; div &gt; div &gt; .col-6 {
    width: 100%;
  }

  #Solutions-Comparation &gt; div &gt; div &gt; .col-6 &gt; h2 &gt; br:nth-child(1) {
    display: none;
  }

  .card-solution-content {
    padding: 20px 40px;
  }

  .swiper-wrapper-cs {
    padding: 30px 0px;
  }

  .up-8 {
    margin-top: -7rem;
  }

  .link-affiliate li {
    margin-right: 15px;
  }

  #table-popup &gt; div:nth-child(2) {
    width: 100%;
  }

  .comparison-table-row &gt; li:nth-child(2),
  .comparison-table-row &gt; li:nth-child(3) {
    width: 200px;
    padding: 10px;
    min-height: 54px;
    height: auto;
  }

  .comparison-table-legend {
    width: 330px;
  }

  #plus-icon,
  #plus-icon-popup,
  #dash-icon-popup,
  #dash-icon {
    left: 280px;
  }

  .table-long-block {
    width: 400px !important;
  }
}

@media screen and (max-width: 664px) {
  .solution-grid {
    height: 1150px;
  }

  #arrow-icon {
    left: 520px;
    bottom: -40px;
  }
}

@media screen and (max-width: 590px) {
  #comparison-table {
    margin-left: 10px;
    padding-right: 10px;
  }

  #arrow-icon {
    left: 415px;
    bottom: -40px;
  }

  .card-product {
    width: 170px;
    height: 135px;
  }

  #Solutions-Comparation &gt; div &gt; div &gt; .col-6 {
    width: 100%;
    padding-left: 20px;
  }

  /* .card-solution {
        width: calc(100% - 100px);
    } */
  #table-arrow {
    width: 65px;
    right: 0px;
  }

  .register-section {
    padding-bottom: 40px;
  }

  .up-8 {
    margin-top: -3rem;
  }
}

@media screen and (max-width: 440px) {
  .card-solution {
    height: 500px;
    margin-top: 170px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .solution-grid {
    height: 1350px;
  }

  #arrow-icon {
    left: 400px;
    bottom: -40px;
  }
}

@media screen and (max-width: 369px) {
  .flex-slide-container .slick-center {
    margin: 0px !important;
  }

  .flex-slide-container .slick-next,
  .flex-slide-container .slick-prev {
    display: none;
  }
}

@media screen and (max-width: 425px) {
  .card-product {
    width: 150px;
    height: 135px;
  }

  .up-8 {
    margin-top: 0rem !important;
  }

  #arrow-icon {
    left: 10px;
  }

  .links-utilities.bottom-links ul &gt; li.ft-text a {
    font-size: 14px !important;
    text-decoration: none;
  }
}

@media screen and (max-width: 410px) {
  .solution-grid {
    height: 1350px;
  }

  .card-solution {
    height: 500px;
    margin-top: 120px;
  }

  .links-utilities.bottom-links ul &gt; li.ft-text a {
    font-size: 14px !important;
    text-decoration: none;
  }
}

@media screen and (max-width: 380px) {
  .solution-grid {
    height: 1300px;
  }

  .card-solution {
    height: 540px;
    margin-top: 120px;
  }

  .solution-grid.en .card-solution {
    height: 480px;
  }

  .links-utilities.bottom-links ul &gt; li.ft-text a {
    font-size: 14px !important;
    text-decoration: none;
  }
}

@media screen and (min-width: 768px) {
  .slick-slider .slick-next {
    right: 22%;
  }

  .slick-slider .slick-prev {
    left: 22%;
  }

  .swiper-wrapper-m {
    justify-content: center;
  }

  .card-solution-header {
    min-height: 195px;
  }
}

@media screen and (min-width: 1024px) {
  .slick-slider .slick-next {
    right: 30%;
  }

  .slick-slider .slick-prev {
    left: 30%;
  }
}

@media screen and (min-width: 1200px) {
  .slick-slider .slick-next {
    right: 7%;
  }

  .slick-slider .slick-prev {
    left: 7%;
  }
}

@media screen and (min-width: 1400px) {
  .slick-slider .slick-next {
    right: 12%;
  }

  .slick-slider .slick-prev {
    left: 12%;
  }
}

/* Custom Datalist CSS*/

datalist {
  position: absolute;
  background-color: white;
  border-radius: 5px;
  border-top: none;
  font-family: sans-serif;
  width: 202px;
  max-height: 207px;
  overflow-y: auto;
}

option {
  padding: 8px 8px 8px 22px;
  background-color: white;
  color: #999999;
  font-size: 16px;
  cursor: pointer;
  border-bottom: 1px solid #eeeeee;
}

option:hover,
.active-dropdown {
  background-color: #f4f3f9;
  color: #3d4d5a;
}

#browsers {
  top: 50px;
}

.label-sm {
  font-size: 14px;
  padding-top: 12px;
  color: #c1c1c1 !important;
  text-decoration: none;
  background-color: transparent !important;
  pointer-events: none;
}

input {
  outline: none;
  height: 20px !important;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
  margin-top: 5px;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
  display: none;
}

input[type="search"] {
  background: #ededed00 url("../../../theme/img/icon/ico-search-l.png")
    no-repeat 90% center;
  border: solid 0px #ccc;
  padding: 9px 10px 9px 32px;
  width: 55px;
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  border-radius: 10em;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

input[type="search"]:focus {
  width: 130px;
  background-color: #fff;
  border-color: #66cc75;
  background: #ededed00 url("../../../theme/img/icon/ico-search-m-b.png")
    no-repeat 90% center;
  -webkit-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
  -moz-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
  box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

input:-moz-placeholder {
  color: #999;
}

input::-webkit-input-placeholder {
  color: #999;
}

#demo-2 input[type="search"] {
  width: 15px;
  color: transparent;
  cursor: pointer;
}

#demo-2 input[type="search"]:hover {
  background: #ededed00 url("../../../theme/img/icon/ico-search-m-b.png")
    no-repeat 90% center;
  background-color: #fff;
}

#demo-2 input[type="search"]:focus {
  width: 130px;
  padding-right: 32px;
  color: #000;
  background-color: #fff;
  border-color: #66cc75;
  cursor: auto;
}

#demo-2 input:-moz-placeholder {
  color: transparent;
}

#demo-2 input::-webkit-input-placeholder {
  opacity: 0;
}

#demo-2 :focus::-webkit-input-placeholder {
  opacity: 1;
}

.toggle {
  background: #ededed00 url("../../../theme/img/icon/ico-search-m-b.png")
    no-repeat 90% center !important;
  width: 150px !important;
  background-color: #fff !important;
  border-color: #66cc75 !important;
  -webkit-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5) !important;
  -moz-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5) !important;
  box-shadow: 0 0 5px rgba(109, 207, 246, 0.5) !important;
  padding-left: 20px !important;
  color: #000 !important;
  background-color: #fff !important;
  cursor: auto !important;
  float: right;
}

.clearfix {
  padding-left: 0px !important;
}

#header {
  position: relative;
}

:target::before {
  content: "";
  display: block;
  height: 200px;
  margin: -200px 0 0;
}

/* Login */

@media only screen and (max-width: 1023px) {
  .login-desks {
    display: none !important;
  }

  .clearfix {
    padding-left: 0px !important;
  }
}

/* Sticky Signup */

@media only screen and (max-width: 575px) {
  #sticky-signup {
    position: fixed;
    z-index: 200;
    bottom: 0;
    background-color: white;
    width: 100vw;
  }

  #sticky-signup-button {
    width: 90vw;
  }

  .login-desks {
    display: none !important;
  }

  div.container.up-5 {
    margin-top: 2rem !important;
  }

  .clearfix {
    padding-left: 2rem !important;
  }
}

@media only screen and (max-width: 425px) {
  #sticky-signup {
    position: fixed;
    z-index: 200;
    bottom: 0;
  }
}

@media only screen and (max-width: 375px) {
  #sticky-signup {
    position: fixed;
    z-index: 200;
    bottom: 0;
  }
}

.home-img {
  user-select: none;
  pointer-events: none;
}

.decoration-none {
  text-decoration: none;
}

:root {
  --green: #00a94f;
  --gray: #333333;
}

.table-wrap {
  position: relative;
}

.table-wrap .table-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.65);
  display: none;
  text-align: center;
  padding: 70px 20px;
  cursor: pointer;
}

.table-wrap .table-overlay .desc {
  font-family: "DBThaiTextX";
  font-size: 35px;
  text-shadow: -1px 1px 2px #000;
  line-height: 0.8;
  color: #fff;
  margin-bottom: 10px;
}

.table-wrap .table-overlay .icon {
  width: 216px;
  margin: 0 auto;
}

.table-wrap.scroller .table-responsive {
  overflow: hidden;
}

.table-wrap.scroller .table-overlay {
  display: block;
}

.table-data th,
.table-data td {
  padding-left: 25px;
  padding-right: 25px;
  border: 1px solid #f0f0f0;
}

.table-data td {
  vertical-align: middle !important;
}

.link-under {
  text-decoration: none;
}

.login-desks {
  display: none;
}

.card-feature-box .img-fluid {
  transition: transform 0.3s ease;
}

.card-feature-box:hover .img-fluid {
  transform: scale(1.1);
}

.card-feature-img .feature-icon-1,
.card-feature-img .feature-icon-5 {
  width: 180px;
}

.card-feature-img .feature-icon-2,
.card-feature-img .feature-icon-3 {
  width: 100px;
}

.card-feature-img .feature-icon-4 {
  width: 130px;
}

.card-feature-img .feature-icon-7,
.card-feature-img .feature-icon-8 {
  width: 140px;
}

.card-feature-img .feature-icon-6 {
  width: 170px;
}

.card-feature-desc &gt; .feature-title {
  font-size: 20px !important;
  text-align: left;
  color: white;
}

.card-feature-desc .feature-detail {
  font-size: 16px !important;
  text-align: left;
  color: white;
}

.card-feature-box.card-1 {
  background-color: #64d89c;
}

.card-feature-box.card-2 {
  background-color: #0a7b6f;
}

.card-feature-box.card-3 {
  background-color: #6eba7e;
}

.card-feature-box.card-4 {
  background-color: #3d4e5a;
}

.card-feature-box.card-5 {
  background-color: #328058;
}

.card-feature-box.card-6 {
  background-color: #31a484;
}

.card-feature-box.card-7 {
  background-color: #559782;
}

.card-feature-box.card-8 {
  background-color: #7d8d98;
}

.card-feature-box.card-2 .card-feature-desc,
.card-feature-box.card-3 .card-feature-desc {
  padding-top: 20px;
}

.card-feature-box.card-1 .card-feature-desc,
.card-feature-box.card-4 .card-feature-desc,
.card-feature-box.card-5 .card-feature-desc,
.card-feature-box.card-6 .card-feature-desc,
.card-feature-box.card-7 .card-feature-desc,
.card-feature-box.card-8 .card-feature-desc {
  padding-top: 60px;
}

.register-wrapper {
  width: 100%;
  height: 600px;
  margin: 100px auto 80px;
  padding: 40px 20px;
  border-radius: 10px;
  background: linear-gradient(to bottom right, #455766, #00030d);
  background: url("../img/register-bg-m-1.png") no-repeat center center/100%;
}

.register-header .register-heading {
  color: white !important;
  text-align: start !important;
}

.register-body {
  padding: 40px 0;
  display: flex;
  align-items: center;
}

.register-body .register-btn {
  width: 170px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: white;
  font-size: 16px;
  text-decoration: none;
  background: linear-gradient(to bottom right, #61d699, #00a850);
  margin-right: 30px;
}

.register-body .register-signin {
  color: #4dcd8a;
  font-size: 16px;
}

.register-body .register-signin::after {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: 0 5px -3px;
  background: url("../img/arrow-right-green.png") no-repeat center center/ 50%;
}

/* ======== Other feature =========== */
.other-feature {
  min-height: 800px;
  padding: 70px 10px 50px;
}

.wrapper {
  min-height: 550px;
  margin: 30px 0;
}

.wrapper .slick-dots {
  bottom: 0px;
}

.other-card {
  margin: 20px;
  transform: scale(1);
  opacity: 0;
}

.other-pic {
  width: 100%;
  margin-bottom: 30px;
  transition: transform 0.4s ease;
}

.other-pic:hover {
  transform: scale(1.05);
}

.other-title {
  font-size: 22px !important;
  font-weight: 600;
  color: #3d4d5a;
  margin-bottom: 10px;
}

.other-para {
  font-size: 16px;
  color: #999;
  margin-bottom: 0;
}

.other-link {
  font-size: 16px;
  color: #4dcd8a;
}

.other-link:hover {
  color: #4dcd8a;
}

@media screen and (min-width: 400px) {
  .wrapper {
    min-height: 550px;
  }
}

/* ======== Fees and Register ============ */
.fee-regist {
  padding: 30px 10px 0;
  opacity: 0;
}

.fee-card {
  width: 100%;
  height: 500px;
  border-radius: 10px;
  position: relative;
  padding: 25px;
  margin-bottom: 20px;
  background: url("../img/fee-card.png") no-repeat center center / cover;
}

.subtitle {
  font-size: 16px;
  color: #3d4d5a;
  font-weight: 600;
}

.fee-detail {
  margin-bottom: 30px;
}

.fee-detail h2,
.fee-detail h3 {
  font-size: 25px !important;
  font-weight: 500;
  color: white;
  line-height: 2.8rem;
}

.fee-detail h3 {
  font-size: 20px !important;
  font-weight: 400;
  line-height: 2.3rem;
}

.fee-detail .detail {
  font-size: 16px;
  color: white;
  line-height: 2.3rem;
}

.fee-detail .fees-notice {
  font-size: 10px;
  color: white;
  line-height: 2rem;
  margin-bottom: 0;
}

.fee-btn,
.login-btn {
  min-width: 160px;
  padding: 0 10px;
  height: 45px;
  margin: 0 auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(
    90deg,
    rgba(70, 89, 104, 1) 0%,
    rgba(35, 45, 52, 1) 50%
  );
  color: white;
  text-decoration: none;
  border-radius: 50px;
  margin: 10px 0;
  transition: transform 0.3s ease;
}

.fee-btn:hover,
.login-btn:hover {
  color: white;
  transform: scale(1.02);
}

.fee-btn:visited {
  color: white;
}

.fee-card img {
  width: 55%;
  margin: 0 auto;
  position: absolute;
  bottom: 55px;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.3s ease;
  pointer-events: none;
}

.fee-card:hover img {
  width: 58%;
}

.regist-card {
  width: 100%;
  height: 460px;
  border-radius: 10px;
  position: relative;
  padding: 25px;
  margin-bottom: 20px;
  background: url("../img/regist-card.png") no-repeat center center / cover;
}

.regist-card img {
  width: 95%;
  margin: 0 auto;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.3s ease;
}

.regist-card:hover img {
  width: 97%;
}

.banner-gradient {
  width: 100%;
  padding: 70px 20px;
  background: linear-gradient(115deg, #465560, #243039);
}

.inner-img {
  margin-bottom: 20px;
}

.kbiz_badge {
  display: flex;
  margin-bottom: 25px;
}

.kbiz_badge img {
  width: 70px;
}

.kbiz_badge .badge {
  background-color: #e5173f;
  color: white;
  border-radius: 5px;
  margin: 0 10px;
  text-transform: uppercase;
}

.desc-para {
  color: white;
  margin: 20px 0;
}

.learnmore-btn {
  width: 168px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  color: white;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  background: linear-gradient(90deg, #73e0a7, #39c37b, #00a850);
  transition: transform 0.3s ease;
}

.learnmore-btn:hover {
  color: white;
  transform: scale(1.1);
}

.learnmore-btn:visited {
  color: white;
}

/* Highlight banner */
.highlight-home {
  position: relative;
  background-color: #f4f3f9;
}

.swiper-highlight .swiper-wrapper {
  height: 100%;
}

.swiper-nav {
  bottom: 0 !important;
}

.swiper-nav .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ccc;
}

.swiper-nav .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background-color: white;
  border: 2px solid #4dcd8a;
  margin-bottom: -1px !important;
}

.slide-bg {
  height: 0;
  padding-bottom: 70%;
  background: url("../img/kbiz-welcome-mb.jpg") no-repeat center center / cover;
}

#fees_desk {
  display: none;
}

.fees-card {
  width: 100%;
  height: 300px;
  background-color: red;
}

.mobile_h {
  width: 100%;
  height: 60px;
  background: linear-gradient(to right, #465560, #243039);
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.mobile_h.green {
  background: linear-gradient(90deg, #73e0a7, #39c37b, #00a850);
}

.mobile-b {
  padding: 10px 15px;
  background-color: #fcfcff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.table-title-2 {
  color: #4dcd8a;
  font-weight: 500;
  margin-bottom: 0;
}

.table-subtitle-2 {
  font-size: 26px !important;
  margin-bottom: 10px;
}

.mobile_h h3 {
  font-size: 20px !important;
  font-weight: bold;
  color: white;
}

.has-icon-m {
  display: flex;
  align-items: flex-end;
  margin-top: 10px;
}

.has-icon-m h4,
.fees-m-title {
  font-size: 20px !important;
  font-weight: bold;
  color: #4dcd8a;
  margin-right: 15px;
}

.fees-m-title {
  margin: 20px 0 10px;
}

.has-icon-m img {
  width: 90px;
}

.list-1-m {
  padding-left: 0;
  margin: 20px 0;
}

.list-1-m &gt; li {
  font-weight: bold;
  color: #3d4d5a;
  font-size: 18px;
  line-height: 3rem;
}

.list-2-m &gt; li {
  font-weight: 400;
  color: #3d4d5a;
  font-size: 16px;
}

.list-3-m {
  padding-left: 1.2rem;
}

.list-3-m &gt; li {
  font-weight: 400;
  color: #3d4d5a;
  font-size: 15px;
}

.list-3-m &gt; li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #4dcd8a;
  display: inline-block;
  margin-right: 5px;
  border-radius: 50%;
}

.list-4-m &gt; li {
  font-weight: 400;
  color: #999999;
  font-size: 14px;
}

.spacer-line {
  width: 100%;
  height: 4px;
  background-color: #4dcd8a;
}

.fees-type {
  font-size: 18px;
  font-weight: bold;
  color: #3d4d5a;
  margin-bottom: 0px;
}

.fees-value {
  font-size: 16px;
  font-weight: 400;
  color: #3d4d5a;
  margin-bottom: 10px;
  padding-left: 10px;
}

.fees-icon {
  margin-bottom: 30px;
}

.inner-rw-1 {
  height: 250px;
  position: relative;
}

.inner-rw-2,
.inner-rw-3 {
  height: 40px;
}

.small-notice {
  font-size: 10px;
  color: #3d4d5a;
  margin: 0;
}

.solution-grid.en .solution-header {
  padding-bottom: 30px;
}

.solution-grid.en .card-solution-header {
  min-height: 180px;
}

.hidden-register {
  display: none;
  width: 12%;
  height: 12%;
  background-color: transparent;
  position: absolute;
  bottom: 2%;
  left: 14.5%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  cursor: pointer;
}

.banner-gradient &gt; img,
.wrapper-content {
  opacity: 0;
}

.banner-gradient &gt; img.animate,
.wrapper-content.animate {
  animation: fadeup 0.5s ease-out forwards;
}

.ftMoreHeight {
  height: auto;
}

.login-wrap {
  padding: 0 10px;
}

@media screen and (max-width: 575px) {
  .ftMoreHeight {
    height: 80px;
  }
}

@media screen and (min-width: 410px) {
  .home-img {
    width: 90%;
    max-width: 768px;
  }
}

@media screen and (min-width: 576px) {
  #sticky-signup {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  #sticky-signup {
    display: none;
  }

  .slide-bg {
    height: initial;
    padding-bottom: 30%;
    background-image: url("../img/kbiz-welcome-pc.jpg");
  }

  .register-wrapper {
    padding: 40px;
    height: 250px;
    background-image: url("../img/register-bg-1.png");
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .register-body {
    padding: 20px 0;
  }

  .register-header .register-heading {
    font-size: 28px !important;
  }

  .register-body .register-btn {
    height: 40px;
    width: 130px;
  }

  .wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px 0;
  }

  .other-card {
    width: 45%;
    margin: 20px 10px;
  }

  .other-title {
    margin-bottom: 15px;
  }

  .fee-regist {
    display: flex;
  }

  .fee-card,
  .regist-card {
    width: 50%;
    height: 500px;
    margin-right: 20px;
  }

  .regist-card {
    margin-right: 0;
  }

  .fee-card img {
    width: 50%;
  }

  .fee-card:hover img {
    width: 55%;
  }

  .banner-gradient {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  .inner-img {
    width: 50%;
    margin-right: 20px;
    margin-bottom: 0;
  }

  #fees_desk {
    display: block;
  }

  #fees_mobile {
    display: none;
  }

  .solution-grid.en .solution-header {
    padding-bottom: 40px;
  }

  .hidden-register {
    display: block;
  }

  .banner-gradient &gt; img.animate {
    animation: faderight 0.5s ease-out forwards;
  }

  .wrapper-content.animate {
    animation: fadeleft 0.5s ease-out forwards;
  }
}

@media screen and (min-width: 992px) {
  .register-wrapper {
    height: 350px;
  }

  .other-card {
    width: 22%;
    margin: 10px;
  }

  .fee-card,
  .regist-card {
    height: 580px;
    padding: 50px;
  }

  .fee-card img {
    width: 52%;
  }

  .fee-card:hover img {
    width: 55%;
  }

  .regist-card img {
    width: 90%;
  }

  .regist-card:hover img {
    width: 92%;
  }

  .fee-detail .detail {
    margin: 10px 0;
  }

  .fee-detail h2 {
    font-size: 36px !important;
    line-height: 4.5rem;
  }

  .fee-card,
  .regist-card {
    margin-right: 30px;
  }

  .regist-card {
    margin-right: 0;
  }

  .banner-gradient {
    align-items: center;
  }

  .inner-img {
    margin-right: 30px;
  }
}

@media screen and (min-width: 1024px) {
  .home-img {
    margin-top: -50px;
    max-width: 900px;
  }

  .swiper-highlight {
    padding: 0;
  }

  .highlight-slide {
    width: 100% !important;
  }

  .card-feature-box .break-word {
    display: block;
  }

  .register-wrapper {
    margin-top: 20px;
    padding: 60px;
  }

  .other-feature,
  .wrapper {
    min-height: inherit;
  }

  .other-feature {
    padding-bottom: 20px;
  }

  .other-card {
    width: 22%;
  }

  .login-wrap {
    margin-bottom: 30px;
  }

  .solution-grid.en .card-solution-header {
    min-height: 220px;
  }

  .solution-grid.en .card-solution-body {
    height: 270px;
  }

  .solution-grid.en .solution-header {
    padding-bottom: 40px;
  }

  .card-solution .solution-para-1 {
    font-size: 18px !important;
  }

  .ftMoreHeight {
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 1200px) {
  .home-img {
    margin-top: -60px;
    max-width: 1050px;
  }

  .register-wrapper {
    height: 400px;
    padding: 80px;
  }

  .wrapper {
    margin: 30px 0;
  }

  .other-feature {
    padding: 70px 0 0;
  }

  .other-card {
    width: 23%;
  }

  .fee-card,
  .regist-card {
    height: 600px;
    padding: 50px 70px;
  }

  .fee-card img {
    width: 60%;
  }

  .fee-card:hover img {
    width: 65%;
  }

  .fee-regist {
    padding: 30px 0 0;
  }

  .banner-gradient {
    padding: 50px 0;
  }

  .inner-img {
    width: 40%;
    max-width: 600px;
    margin-right: 50px;
  }

  .wrapper-content {
    margin-right: 80px;
  }

  .solution-grid.en .card-solution-header {
    min-height: 190px;
  }

  .card-feature-desc &gt; .feature-title {
    font-size: 22px !important;
  }

  .login-wrap {
    padding: 0;
  }
}

.solution-feature {
  padding: 40px 0;
  background: linear-gradient(to bottom right, #61d699, #00a850);
}

.solution-header {
  padding-bottom: 0;
  opacity: 0;
}

.solution-header.animate,
.mySwiper.animate {
  animation: fadeup 0.5s ease-out forwards;
}

.mySwiper {
  opacity: 0;
}

.swiper-wrapper-m {
  padding: 40px 0;
  height: initial;
}

.solution-pagi {
  bottom: 0 !important;
}

.solution-next,
.solution-prev {
  top: 50%;
}

.card-solution {
  height: 450px;
  min-height: auto;
  margin-top: 0;
}

.card-solution-content {
  padding: 20px;
}

#solution-desk {
  display: none;
}

@media screen and (max-width: 320px) {
  .card-solution-heading {
    font-size: 22px !important;
  }

  .card-solution {
    height: 470px;
    overflow: auto;
  }
}

@media screen and (min-width: 1024px) {
  #solution-mobile {
    display: none;
  }

  #solution-desk {
    display: flex;
    width: 100%;
    background: url("../../../theme/img/showcase/kbiz-homepage/solution-bg-desk.png")
      no-repeat center center / cover;
    height: 690px;
  }

  .en-solution #solution-desk {
    height: 790px;
  }

  .solution-feature__img {
    width: 40%;
    background: url("../img/solution-desktop-fixed.png") no-repeat center center /
      cover;
    opacity: 0;
  }

  .solution-feature__img.animate {
    animation: fadein 0.5s ease-out forwards;
  }

  .solution-feature__content {
    width: 70%;
    position: relative;
  }

  .solution-feature__head {
    position: absolute;
    top: 15px;
    left: 10%;
    opacity: 0;
  }

  .solution-feature__head.animate,
  .solution-feature__cardWrap .sol-card.animate {
    animation: fadeup 0.5s ease-out forwards;
  }

  .solution-feature__cardWrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-30%);
  }

  .solution-feature__cardWrap .sol-card {
    width: 270px;
    cursor: pointer;
    opacity: 0;
  }

  .solution-feature__cardWrap .sol-card:first-child {
    margin-right: 20px;
  }

  .solution-feature__cardWrap .sol-card .head {
    position: relative;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding-top: 40px;
  }

  .solution-feature__cardWrap .sol-card .head h3 {
    font-size: 22px !important;
    color: white;
    padding: 12px;
  }

  .solution-feature__cardWrap .sol-card .head.darkBlue {
    background-color: #3d4d5a;
  }

  .solution-feature__cardWrap .sol-card .head.lightGreen {
    background-color: #4dcd8a;
  }

  .en-solution .solution-feature__cardWrap .sol-card .head {
    height: 200px;
  }

  .en-solution .solution-feature__cardWrap .sol-card .body {
    min-height: 270px;
  }

  .solution-feature__cardWrap .sol-card .headCircle {
    position: absolute;
    top: -60px;
    left: 5px;
  }

  .solution-feature__cardWrap .sol-card .body {
    background-color: white;
    width: 100%;
    min-height: 270px;
    padding: 30px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .solution-feature__cardWrap,
  .solution-feature__head {
    left: 20%;
  }

  .solution-feature__cardWrap .sol-card:first-child {
    margin-right: 30px;
  }
}

@media screen and (min-width: 1400px) {
  .en-solution .solution-feature__head {
    top: 30px;
  }

  .en-solution .solution-feature__cardWrap {
    transform: translateY(-27%);
  }

  .solution-feature__cardWrap .sol-card {
    width: 280px;
  }

  #solution-desk {
    height: 700px;
  }

  .solution-feature__head {
    top: 25px;
  }

  .en-solution #solution-desk {
    height: 780px;
  }
}

@media screen and (width: 768px) and (orientation: portrait) {
  .link-affiliate {
    display: none;
  }

  .links-utilities {
    width: 100%;
  }
}

/* ========= Animation ========== */
@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes faderight {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeleft {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.tab-content h2 {
  font-size: 1.8rem !important;
}

/* ######## sc-highlight ######### */
.sc-highlight-banner {
  background-image: url(../../../../../kbiz2023/assets/pages/promotion/img/promotion-banner-mb.png?v1);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 64px;
}
.sc-highlight-banner .sc-inner {
  padding: 32px 0;
  padding-top: 80px;
}
.sc-highlight-banner h1 {
  font-size: 28px !important;
  line-height: 39px;
}
@media (min-width: 768px) {
  .sc-highlight-banner {
    background-image: url(../../../../../kbiz2023/assets/pages/promotion/img/promotion-banner-pc.png?v1);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin-top: 0px;
  }
  .sc-highlight-banner h1 {
    font-size: 42px !important;
    line-height: 55px;
  }
  .sc-highlight-banner .sc-inner {
    padding: 32px 0;
    padding-top: 156px;
  }
}

.kbiz-sticky-header h5 {
  margin: 0px !important;
  font-size: 16px !important;
}
.stickyNav-panelList {
  font-family: "kurious-looped";
}

#navigation-header a,  #navigation-header .topbar-menu-inner .main_nav_header{
    color: #666666 t;
}

@media screen and (min-width: 1140px) {
    #navigation-header a,  #navigation-header .topbar-menu-inner .main_nav_header{
        color: #ffffff t;
    }
}
#navigation-page-sticky.stickyNav{
    z-index: 100 !important;
}

.stickyNav-list {
  margin: 0;
}</pre></body></html>