<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
h1,
.heading-h1,
h2,
.heading-h2,
h3,
.heading-h3,
h4,
.heading-h4,
.accordion-content .wrap {
    font-family: 'gotham-med', 'sukhumvittadmai-bold' !important;
}

.header {
    z-index: 999 !important;
}

body {
    font-size: 16px;
    color: #555;
}

strong,
h1 strong,
.heading-h1 strong,
h2 strong,
.heading-h2 strong,
h3 strong,
.heading-h3 strong,
h4 strong,
.heading-h4 strong {
    font-weight: 700 !important;
}

h1,
.heading-h1,
h2,
.heading-h2,
h3,
.heading-h3,
h4,
.heading-h4 {
    line-height: 1.5;
}

h1,
.heading-h1 {
    font-size: 48px;
}

h2,
.heading-h2 {
    font-size: 35px;
}

h3,
.heading-h3 {
    font-size: 1.75rem;
}

h4,
.heading-h4 {
    font-size: 24px;
}

.section-banner-inner {
    display: none;
}

.section-banner img,
#section2 img {
    width: 100%;
    max-width: inherit;
}

.icw .c-green {
    color: #45c2b1;
}

.icw .c-black {
    color: #333;
}

.icw .c-white {
    color: #fff;
}

.icw .c-red {
    color: #ed1b2e;
}

.section .sc-inner {
    padding: 80px 0;
}

.sticky-menu {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    border-top: 1px solid rgba(88, 110, 113, 1);
    background: linear-gradient(to right, rgba(88, 110, 113, 1) 0%, rgba(77, 98, 101, 1) 20%, rgba(61, 79, 85, 1) 51%, rgba(49, 66, 72, 1) 80%, rgba(43, 59, 66, 1) 100%);
    font-size: 0;
    z-index: 9;
    text-align: center;
    padding: 0 0;
}

.anchor-menu {
    font-size: 16px;
    color: #45c2b1;
    padding: 14px 25px 11px;
    display: inline-block;
    border-bottom: 3px solid transparent;
}

.anchor-menu:hover,
.anchor-menu:focus {
    color: #45c2b1;
    border-bottom: 3px solid #45c2b1;
}

.underline {
    text-decoration: underline !important;
}

.border-right {
    border-right: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.green-bg {
    background: linear-gradient(135deg, rgba(26, 94, 100, 1) 0%, rgba(31, 105, 105, 1) 20%, rgba(43, 138, 121, 1) 50%, rgba(53, 163, 132, 1) 80%, rgba(59, 179, 140, 1) 100%) !important;
}

.sc-bg-1 {
    background: url(../img/super_power/Line_Top.png) no-repeat, url(../img/page-en-renew/BG_1.png) no-repeat;
    background-position: center 100%, center center;
    background-size: contain, cover;
}

.sc-bg-2 {
    background: url(../img/super_power/Line_Bottom.png) no-repeat, url(../img/super_power/Line_Top.png) no-repeat, url(../img/page-en-renew/BG_2.png) no-repeat;
    background-position: top center, center 100%, center center;
    background-size: 100%, 100%, cover;
}

.sc-bg-3 {
    background: url(../img/super_power/Line_Bottom.png) no-repeat, url(../img/super_power/Line_Top.png) no-repeat, url(../img/page-en-renew/BG_3.png) no-repeat;
    background-position: top center, center 100%, center center;
    background-size: 100%, 100%, cover;
}

.sc-bg-4 {
    background: url(../img/super_power/Line_Bottom.png) no-repeat, url(../img/super_power/Line_Top.png) no-repeat, url(../img/page-en-renew/BG_4.png) no-repeat;
    background-position: top center, center 100%, center center;
    background-size: 100%, 100%, cover;
}

.sc-bg-5 {
    background: url(../img/super_power/Line_Bottom.png) no-repeat, url(../img/page-en-renew/BG_5.png) no-repeat;
    background-position: top center;
    background-size: 100%, cover;
}

.section .sc-heading {
    margin-bottom: 20px;
}

a.more2 {
    position: relative;
}

a.more2:after {
    content: "\e906";
    font-family: 'icokplus' !important;
    color: #fff;
    position: absolute;
    top: 3px;
    right: -15px;
    font-size: 70%;
}

.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:focus {
    outline: 0;
}


/* Arrows */

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 30%;
    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;
}

.slick-disabled {
    opacity: 0;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.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: 2px;
}

.slick-next:before {
    left: -2px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

ul.slick-dots {
    text-align: center;
    margin: 35px auto 10px;
    line-height: 0;
}

ul.slick-dots li.slick-active {
    background-color: #45C2B1 !important;
}

ul.slick-dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    padding: 0px;
    border: 1px solid rgba(153, 153, 153, .2);
    border-radius: 100%;
    background-color: rgba(255, 255, 255, .3);
    text-indent: -9999px;
    margin: 0 5px;
}


/* .section-getpoint {
    background: url("../img/bg-1.jpg") no-repeat;
    background-position: left top;
    background-size: cover;
} */

.sc-getpoint {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 0;
}


/* .kplus-title {
    color: #1a5d63;
} */

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.portfolio-desc a {
    color: #1ABC9C;
    display: inline-block;
}

.portfolio-slick2 .portfolio-desc a {
    margin-bottom: 5px;
}

.underline {
    text-decoration: underline !important;
}

.button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    padding: 10.5px 26px;
    font-size: 16px;
    line-height: 24px;
    background-color: #1ABC9C;
    color: #FFF;
    font-weight: 700;
    letter-spacing: 0px;
    border: none;
}

.button.button-circle {
    border-radius: 50px;
    color: #FFF;
}


/* a.button.button-circle:after {
    content: "\e906";
    font-family: 'icokplus' !important;
    color: #fff;
    position: relative;
    top: -1px;
    right: -5px;
    font-size: 70%;
} */

a {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.button:focus,
.button:hover {
    background-color: #1a5e63 !important;
    color: #fff;
}


/*popup*/

.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;
}

.modal-body .sc-heading {
    margin-bottom: 40px;
}

.number {
    font-family: "sukhumvittadmai-med", 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: auto;
    margin-top: 20px;
}

.modal-body .portfolio-desc {
    position: relative;
    z-index: 6;
    padding: 20px 5px;
}

.modal-body .portfolio-image {
    max-width: 274px;
}


/* .portfolio-slick2 .portfolio-image,
.portfolio-slick3 .portfolio-image {
    margin-bottom: 10px;
} */

.portfolio-popup {
    margin-bottom: 20px;
}

.kMarket-icon {
    display: inline-block !important;
    width: 90px !important;
    position: relative;
    top: -3px;
}

.kplus-icon {
    display: inline !important;
    width: 40px !important;
}

.kplus-title.kplus-title4 {
    min-height: 65px;
    font-weight: 700;
}


/* .section-transferpoint {
    background: url("../img/bg-2.jpg") no-repeat;
    background-size: cover;
    background-position: top center;
} */

.section-transferpoint .portfolio-image {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 30px;
}

.portfolio-slick4 .portfolio-desc a {
    vertical-align: middle;
}

section a:hover {
    color: #fff;
}

.modal-body .c-head {
    color: #7ff7e6 !important;
}

.entrycontent p {
    margin-bottom: 10px;
}

.entrycontent ul,
.entrycontent ol {
    margin-bottom: 15px;
    margin-left: 1.3em;
}

.entrycontent li ol {
    margin-left: 0;
}

.entrycontent li {
    margin-bottom: 6px;
}

.entrycontent li li {
    margin-top: 5px;
}

.entrycontent li ul,
.entrycontent li ol {
    margin-bottom: 10px;
}

.entrycontent li ul:last-child,
.entrycontent li ol:last-child {
    margin-bottom: 0;
}

.entrycontent ul&gt;li {
    list-style-type: disc;
}

.entrycontent ol&gt;li {
    list-style-type: decimal;
}

.entrycontent ol {
    counter-reset: item;
    margin-left: 0;
}

.entrycontent ol&gt;li {
    display: table;
    width: 100%;
    text-align: left;
}

.entrycontent ol&gt;li:before {
    content: counters(item, ".") ".";
    counter-increment: item;
    display: table-cell;
    padding-right: 0.45em;
    width: 1%;
    font-weight: normal;
}

.entrycontent ol&gt;li&gt;ol&gt;li:before {
    content: counters(item, ".") "";
}

ul.list-style-line,
ol.list-style-line {
    margin-left: 0;
    counter-reset: none;
}

ul.list-style-line&gt;li,
ol.list-style-line&gt;li {
    display: table;
    width: 100%;
    text-align: left;
    margin-left: 0;
}

ul.list-style-line&gt;li:before,
ol.list-style-line&gt;li:before {
    content: "-";
    display: table-cell;
    padding-left: 5px;
    width: 1.3em;
}


/* .black-bg {
    background: linear-gradient(135deg, rgba(85, 107, 110, 1) 0%, rgba(73, 93, 97, 1) 21%, rgba(63, 81, 87, 1) 47%, rgba(58, 76, 81, 1) 71%, rgba(48, 65, 72, 1) 100%);
} */

.modal-body .portfolio-popup-card .portfolio-image img {
    margin: 0 auto;
}


/*faq*/

.tab-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    border-bottom: 1px solid #DDD;
    list-style: none;
    padding: 0 15px;
}

.tab-nav li {
    width: auto;
    max-width: 100%;
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    bottom: 0;
    border-left: 0;
    text-align: center;
    display: inline-block;
    padding: 0 15px;
    color: #444;
    height: 40px;
    line-height: 40px;
    background-color: #F2F2F2;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    bottom: -1px;
}

.tab-nav li:first-child {
    border-left: 1px solid #DDD;
}

.tab-nav li.active {
    background-color: #FFF;
    border-bottom: 1px solid #fff;
}

.tabs .accordion-group {
    display: none;
}

.tabs .accordion-group.active {
    display: block;
}

.visible-w991 {
    display: none !important;
}

.select2-container {
    width: 100% !important;
    max-width: 400px;
}

.select2-container--default.select2-container--open:not(.select2-container--disabled) .select2-selection--single,
.select2-container--default.select2-container--open:not(.select2-container--disabled) .select2-dropdown,
.select2-container--default.select2-container--focus:not(.select2-container--disabled) .select2-selection--single {
    border-color: #bbb;
}

.select2-container--default .select2-results__option--highlighted[aria-selected=true] {
    color: #ccc;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ccc;
    color: #fff;
}

.text-zoom p {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0px;
}

.text-zoom img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.text-zoom {
    text-align: center;
    margin-bottom: 10px;
}

.accordion-content .wrap .text-zoom p {
    margin-bottom: 0;
}

.accordion-content .wrap p {
    margin-bottom: 10px;
    font-size: 16px;
}

.accordion-title {
    font-family: 'gotham-med', 'sukhumvittadmai-bold' !important;
    padding-right: 30px;
    font-size: 16px;
}

.accordion-content .wrap {
    padding: 0 20px 20px 5px;
}

.change-lang .select2-container {
    width: 100% !important;
}

.section-download {
    background: linear-gradient(135deg, #3AB28B 0%, #1A5E64 100%) !important;
}

.tb {
    display: table;
    width: 100%;
}

.tbcell {
    display: table-cell;
}

.icw .v-top {
    vertical-align: top;
}

.icw .v-middle {
    vertical-align: middle;
}

.icw .v-bottom {
    vertical-align: bottom;
}

.section-download .sc-inner {
    padding-bottom: 0;
}

.section-download-inner {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.text-med {
    font-family: 'gotham-med', 'sukhumvittadmai-med' !important;
    font-weight: normal;
}

.section-download-inner .image {
    width: 265px;
}

.download-app a {
    width: 156px;
    display: inline-block;
}

.section-download-inner .content-area {
    padding-left: 20px;
}

.download-app {
    margin-top: 30px;
}

.section-download-inner .content-area .text-med h4 img {
    width: 70px;
    position: relative;
    top: -5px;
}

.sc-heading h2 img {
    position: relative;
    top: -4px;
    width: 232.5px;
}


/* @charset "utf-8"; */


/* CSS Document */

.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;
}

.section .sc-heading .title-thunder img {
    top: -2px;
    position: relative;
    left: -2px;
    width: 30px;
}

h3.kplus-title2 {
    font-size: 22px;
}

.section .sc-heading.sc-step2-heading {
    margin-bottom: 0;
}

@media screen and (min-width: 767px) {
    .title-thunder::before,
    .title-thunder::after {
        display: inline-block;
        width: 40px;
        height: 40px;
        vertical-align: text-top;
    }
    .title-thunder::after {
        content: "";
        background: url(../img/super_power/Thunder_Right-pc.png) no-repeat;
        background-size: cover;
        background-position: center center;
    }
    .title-thunder::before {
        content: "";
        background: url(../img/super_power/Thunder_Left-pc.png) no-repeat;
        background-size: cover;
        background-position: center center;
    }
    .section h2.step-2.sc-doll img {
        width: 100%;
        max-width: 150px;
        margin-right: -10px;
        margin-left: -10%;
    }
    .section h2.step-3.sc-doll img {
        width: 100%;
        max-width: 150px;
        margin-right: -10px;
        margin-left: -3%;
    }
    .section h2.step-4.sc-doll img {
        width: 100%;
        max-width: 150px;
        margin-right: -10px;
        margin-left: -10%;
    }
}

@media screen and (max-width: 991px) {
    .sticky-menu {
        top: 59px;
    }
    .anchor-menu {
        padding: 14px 15px 11px;
    }
    .hidden-w991 {
        display: none !important;
    }
    .visible-w991 {
        display: block !important;
    }
}

@media screen and (max-width: 767px) {
    .link2 {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .sc-bg-1 {
        background: url(../img/super_power/Line_Top-mb.png) no-repeat, url(../img/super_power/section1-mb.png) no-repeat;
        background-position: bottom center;
        background-size: 100%, cover;
    }
    .sc-bg-2 {
        background: url(../img/super_power/Line_Bottom-mb.png) no-repeat, url(../img/super_power/Line_Top-mb.png) no-repeat, url(../img/super_power2/section2-mb.png) no-repeat;
        background-position: top center, center 100%, center center;
        background-size: 100%, 100%, cover;
    }
    .sc-bg-3 {
        background: url(../img/super_power/Line_Bottom-mb.png) no-repeat, url(../img/super_power/Line_Top-mb.png) no-repeat, url(../img/super_power/section3-mb.png) no-repeat;
        background-position: top center, center 100%, center center;
        background-size: 100%, 100%, cover;
    }
    .sc-bg-4 {
        background: url(../img/super_power/Line_Bottom-mb.png) no-repeat, url(../img/super_power/Line_Top-mb.png) no-repeat, url(../img/super_power/section4-mb.png) no-repeat;
        background-position: top center, center 100%, center center;
        background-size: 100%, 100%, cover;
    }
    .sc-bg-5 {
        background: url(../img/super_power/Line_Bottom-mb.png) no-repeat, url(../img/super_power/section5-mb.png) no-repeat;
        background-position: top center;
        background-size: 100%, cover;
    }
    .title-thunder::before,
    .title-thunder::after {
        display: inline-block;
        width: 30px;
        height: 30px;
        vertical-align: text-top;
    }
    .title-thunder::before {
        content: "";
        background: url(../img/super_power/Thunder_Left-mb.png) no-repeat;
        background-size: cover;
        background-position: center center;
    }
    .title-thunder.step-2::after {
        content: "";
        background: url(../img/super_power/Thunder_Right-mb.png) no-repeat;
        background-size: cover;
        background-position: center center;
    }
    .section .sc-inner {
        padding: 40px 0;
    }
    h2,
    .heading-h2 {
        font-size: 26px;
    }
    h3,
    .heading-h3 {
        font-size: 22px;
    }
    .section .sc-heading {
        margin-bottom: 10px;
    }
    .sc-portfolio {
        margin: 0 auto;
    }
    .portfolio-item {
        padding: 0 30px;
    }
    /* .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;
    }
    .mfp-close-btn-in .mfp-close {
        top: 10px;
        right: 5px;
    }
    .select:after {
        content: '';
    }
    .section-download-inner .tb,
    .section-download-inner .tbcell {
        display: block;
    }
    .section-download .sc-inner {
        padding-bottom: 0;
    }
    .section-download-inner .image {
        margin: 20px auto 0;
    }
    .download-app {
        text-align: center;
    }
    .section-download-inner .content-area {
        padding-left: 0;
        text-align: center;
    }
    .download-app a {
        padding: 8px 5px;
    }
    h4,
    .heading-h4 {
        font-size: 20px;
    }
    .section h2.step-2.sc-doll img {
        width: 100%;
        max-width: 100px;
        margin-right: -10px;
        margin-left: -20%;
    }
    .section h2.step-3.sc-doll img {
        width: 100%;
        max-width: 100px;
        position: absolute;
        top: 20px;
        right: 50px;
    }
    h2.step-3.sc-doll {
        margin-top: 30px;
    }
    .section h2.step-4.sc-doll img {
        width: 100%;
        max-width: 100px;
        position: absolute;
        top: 20px;
        left: 15px;
    }
    .section .sc-heading.sc-step2-heading {
        margin-bottom: -40px;
    }
    .sc-step2-heading {
        position: relative;
    }
    .sc-step2-heading h2.sc-doll::after {
        content: '';
        width: 100px;
        height: 100px;
        display: block;
        position: absolute;
        background: url(../img/page-en-renew/Msacot_1.png) no-repeat;
        background-size: cover;
        top: -10px;
        left: 0;
    }
}

@media screen and (max-width: 320px) {
    .section h2.step-3.sc-doll img {
        width: 100%;
        max-width: 100px;
        position: absolute;
        top: -10px;
        right: 30px;
    }
}</pre></body></html>