<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --green-color-1: #00a94f;
    --green-color-2: #20e87e;
    --green-color-3: #005c4f;
    --dark-color-1: #333;
    --dark-color-2: #384957;
    --gray-color-1: #666;
    --gray-color-2: #f6f6f6;
    --gray-color-3: #EEE;
    --gray-color-4: #E8E8E8;
    --dark-brown-color-1: #815757;
    --dark-pink-color-1: #B69393;
}

.box-lang, .sw-lang {
    display: none !important;
}

.grecaptcha-badge {
    z-index: 1001 !important;
}

.show-375 {
    display: none !important;
}

.show-xs {
    display: none !important;
}

.disable {
    pointer-events: none;
    opacity: 0.5;
}

#page {
    background-color: unset;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Kanit, sans-serif;
}

*:focus {
    outline: none;
}

html {
    scroll-padding-top: 5rem;
    overflow-x: hidden;
}

body {
    -webkit-font-smoothing: antialiased;
}

html.popup-open {
    overflow: hidden;
}

.header-main {
    position: relative;
}

.header-top.popup-open::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
}

a {
    text-decoration: none;
}

.icw h1 {
    font-size: 26px;
    font-weight: 600;
    line-height: 35px;
    font-family: Kanit, sans-serif;
}

.show-359 {
    display: none !important;
}

.text-green {
    color: var(--green-color-1) !important;
}

.text-green-14 {
    color: var(--green-color-1) !important;
    font-size: 14px;
    font-weight: 400;
}

.text-green-16 {
    color: var(--green-color-1) !important;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
}

.text-green-18 {
    color: var(--green-color-1) !important;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}

.text-green-22 {
    color: var(--green-color-1) !important;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
}

.text-green-neon-22 {
    color: var(--green-color-2) !important;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
}

.text-green-26 {
    color: var(--green-color-1) !important;
    font-size: 26px;
    font-weight: 600;
    line-height: 35px;
}

.text-white-14 {
    color: #FFF;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.text-white-16 {
    color: #FFF;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
}

.text-white-22 {
    color: #FFF !important;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
}

.text-brown-14 {
    color: var(--dark-brown-color-1) !important;
    font-size: 14px;
    font-weight: 400;
}

.text-brown-18 {
    color: var(--dark-brown-color-1) !important;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}

.text-dark-22 {
    color: var(--dark-color-1) !important;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
}

.text-dark-14 {
    color: var(--dark-color-1) !important;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
}

.text-dark-16 {
    color: var(--dark-color-1) !important;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
}

.text-dark-thin-16 {
    color: var(--dark-color-1) !important;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

.text-gray-14 {
    color: var(--gray-color-1);
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
}

.bg-dark {
    background-color: var(--dark-color-2);
    color: #FFF;
}

.bg-green {
    background-color: var(--green-color-1);
    color: #FFF;
}

.hide-xs {
    display: block !important;
}

.show-xs {
    display: none !important;
}

._container {
    width: 100%;
    max-width: 940px;
    padding: 0 20px;
    margin: 0 auto;
    margin-bottom: 55px;
}

.section-thanks {
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--gray-color-3);
}

.section-thanks  .img-thanks {
    max-width: 80px;
    margin: 30px auto 10px;
}

.section-title {
    margin: 30px 0 20px;
    text-align: center;
}

.section-title span{
    display: inline-block;
    vertical-align: middle;
}

.section-title .desc {
    color: var(--dark-color-1);
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
}

.section-title .small {
    font-size: 16px;
}

.section-title .number {
    font-size: 26px;
}

.section-title img {
    max-width: 115px;
}

.section-title .date{
    margin-top: 18px;
    line-height: 30px;
    margin-bottom: 20px;
}

.text-gray-normal {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--gray-color-1);
}

.text-gray-bold {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: var(--gray-color-1);
}

.text-white-big {
    font-size: 26px !important;
    line-height: 28px !important;
    font-weight: 600 !important;
    color: #FFF !important;
    font-family: Kanit, sans-serif !important;
}

.text-white-small {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #FFF;
}

.content-table {
    padding-bottom: 30px;
}

.box-table {
    padding: 0 20px;
}

.content-table table {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    border: 1px solid var(--gray-color-4);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    border-spacing: 0;
}

.content-table  .th-card {
    text-align: center;
}

.content-table .img-table {
    max-width: 50px;
    display: inline-block;
    vertical-align: middle;
}

.content-table ._text{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding-left: 10px;
}

.content-table table th {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 10px;
    border-right: solid 1px var(--gray-color-4);
}

.content-table table th:last-child {
    border-right: unset;
}

.border-top {
    border-top: solid 1px var(--gray-color-4)
}

.content-table table td {
    border-top: solid 1px var(--gray-color-4);
    border-right: solid 1px var(--gray-color-4);
    padding: 10px;
}

.content-table table td:last-child {
    border-right: unset;
}

.content-table table tbody {
    background: #FFF;
}

.bg-pink {
    color: var(--dark-color-1);
    text-align: left;
    background-image: linear-gradient(101deg, #cba8ac 0%, #fae8e3 100%);
    position: relative;
}

.bg-pink::after {
    content: '';
    position: absolute;
    background: url('../img/bg-table.png') no-repeat;
    background-size: cover;
    right: 0;
    top: 0;
    width: 40px;
    height: 70px;
}

.section-detail {
    position: relative;
    margin-bottom: 30px;
}

.section-detail .box-ic-zoom {
    text-align: center;
    margin-bottom: 10px;
}

.section-detail .box-ic-zoom i {
    display: inline-block;
    vertical-align: middle;
    max-width: 24px;
    margin-right: 6px;
}

.section-detail .box-ic-zoom div {
    display: inline-block;
    vertical-align: middle;
}

.section-detail::after{
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% - 100px);
    left: 0;
    top: 100px;
    z-index: -1;
    background-image: linear-gradient(147deg, #015c4c 0%, #0e2d27 100%);
}

.container-register {
    padding: 0 50px;
}

.content-register {
    padding-bottom: 54px;
}

.head-register {
    background-color: var(--green-color-1);
    color: #FFF;
    text-align: center;
    padding: 20px;
    position: relative;
}

.register-channel {
    text-align: center;
    padding: 28px 0 !important;
}

input[type="tel"].input-credit {
    width: 85px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    font-size: 16px;
    text-align: center;
    padding: 0;
}

input[type="tel"].input-credit.valid {
    border: 2px solid #FF0000;
}

input[type="tel"].input-credit.width-40 {
    width: 49px;
}

input[type="tel"].input-credit.full {
    width: 100% !important;
    text-align: left;
    padding: 0 10px;
}

.credit-number {
    font-size: 23px;
    font-weight: 400;
    letter-spacing: 6.8px;
    color: #FFF;
    padding: 0 5px;
    text-align: center;
    line-height: 40px;
}

.credit-number.dat {
    width: 22px;
}

.wrap-regis {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.wrap-regis .column {
    width: 50%;
    margin: 0 auto;
    min-width: 400px;
    overflow: hidden;
    margin-bottom: 20px;
}


.box-input {
    display: flex;
    margin-top: 10px;
}  

.text-required {
    font-size: 11px;
    color: #FFF;
    background-color: #FF0000;
    padding: 2px 10px !important;
    border-radius: 10px;
    display: inline-block;
    float: right;
    margin-top: 5px !important;
}

.wrap-regis2 {
    display: table;
    width: 100%;
    text-align: center;
}

.wrap-regis2 .img-sms {
    margin-bottom: 20px;
}

.row-btn {
    padding: 20px 0 30px;
    text-align: center;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}

.row-btn .btn-register{
    background-color: var(--green-color-1);
    color: #FFF;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    display: inline-block;
    border-radius: 100px;
    padding: 0 80px;
    box-shadow: 0 3px 6px rgb(0, 0, 0, 0.16);
    cursor: pointer;
}

.row-btn .btn-register:hover {
    background-color:#028f44;
}

.img-sms {
    max-width: 270px;
    display: inline-block;
    vertical-align: middle;
}

.box-how-to {
    border-radius: 10px;
    background-color: #FFF;
    width: 100%;
    max-width: 530px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    margin-bottom: 20px;
}

.box-how-to .wraper-how-to {
    padding: 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.box-how-to .wraper-how-to span {
    font-weight: 700;
}

.box-how-to .wraper-how-to p {
    color: var(--green-color-1);
    text-decoration: underline;
    display: inline-block;
}

.footer-how-to {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: var(--gray-color-1);
    text-align: center;
    padding: 15px 20px;
    background-color: var(--gray-color-2);
}

.wrap-tips {
    margin-top: 20px;
    background-color: var(--green-color-3);
    border-radius: 10px;
    color: #FFF;
    padding: 15px 36px;
    display: table;
    width: 100%;
}

.wrap-tips .ic-tips {
    display: table-cell;
    vertical-align: middle;
    width: 33px;
}

.wrap-tips  .detail-tips {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}

.header-condition {
    cursor: pointer;
    padding: 20px 0 10px;
    border-top: 1px solid var(--gray-color-3);
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 38px;
    color: var(--dark-color-1);
}

.header-condition.active {
    color: var(--green-color-1);
}

.header-condition.active::after {
    transform: rotate(222deg);
    margin-top: -2px;
}

.header-condition::after {
    content: '';
    position: absolute;
    right: 2px;
    top: 50%;
    width: 11px;
    height: 11px;
    border-right: 2px solid var(--dark-color-1);
    border-bottom: 2px solid var(--dark-color-1);
    transform: rotate(43deg);
    margin-top: -7px;
    transition: transform 300ms;
}

.all-conditions {
    padding-bottom: 5px;
}

.conditions:last-child{
    border-bottom: 1px solid var(--gray-color-3);
}

.all-conditions ul {
    padding-left: 13px;
    margin-bottom: 10px;
}

.all-conditions ul li, 
.all-conditions ul li b,
.all-conditions ul li a {
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: var(--gray-color-1);
    list-style: disc;
}

.all-conditions ul li b {
    font-weight: 600;
}

.all-conditions ul li a {
    color: var(--green-color-1);
    text-decoration: underline;
}

.all-conditions ul img{
    max-width: 24px;
}

.box-register {
    background-color: var(--green-color-3);
    border-radius: 10px;
    padding: 20px 33px;
}

.remark {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: var(--green-color-2);
}

.text-policy {
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #EDEDED;
    margin-top: 20px;
    text-align: center;
}

.text-policy a {
    text-decoration: underline;
    font-family: Helvetica;
}

.text-policy a:hover {
    text-decoration: underline;
}

.section-benefit {
    display: flex;
    border-top: 1px solid var(--gray-color-3);
    padding-top: 60px;
}

.section-benefit .column {
    width: 50%;
    display: inline-block;
}

.section-benefit .column:nth-child(1) {
    text-align: right;
    padding-right: 40px;
}

.section-benefit img.banner {
    max-width: 270px;
}

.section-benefit img.point {
    max-width: 115px;
}

.section-benefit .column .btn-link{
    background-color: var(--green-color-1);
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    display: inline-block;
    border-radius: 100px;
    cursor: pointer;
    width: 200px;
    height: 50px;
    margin-top: 42px;
}

.section-benefit .column .btn-link:hover {
    background-color: #028f44;
}

.section-benefit .text-green-26 p {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
}

.section-benefit .btn-link p {
    display: inline-block;
    position: relative;
}

.section-benefit .btn-link p::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    transform: rotate(-45deg);
    right: -10px;
    top: 50%;
    margin-top: -5px;
}

@media screen and (max-width: 1024px) {
    .footer-main {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 767px) {

    .all-conditions {
        display: none;
    }

    .box-register {
        padding: 20px;
    }

    .section-title .desc {
        margin-top: 5px;
        line-height: 24px;
    }

    .img-table-xs {
        text-align: center;
    }

    .show-xs {
        display: block !important;
    }

    .hide-xs {
        display: none !important;
    }
    
    ._container {
        padding: 0;
    }

    .section-title {
        padding: 0 20px;
    }

    .text-white-big {
        font-size: 24px;
    }

    .icw h1 {
        line-height: 32px;
    }

    .section-detail::after {
        width: auto;
        left: -20px;
        right: -20px;
    }
    
    .content-table {
        padding: 0 20px 26px;
    }

    .head-register {
        padding: 15px 30px;
    }

    .text-white-small {
        margin-top: 5px;
    }

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

    .register-channel {
        padding: 15px 0 !important;
    }

    .wrap-regis2 {
        display: block;
        text-align: center;
    }

    .wrap-regis2 .img-sms {
        display: block;
        margin: 0 auto 20px;
    }

    .wrap-tips {
        margin-top: 20px;
        padding: 15px;
    }

    .content-register {
        padding-bottom: 37px;
    }

    .conditions {
        margin: 0 20px;
    }

    .header-condition {
        line-height: 24px;
        padding: 15px 0;
    }

    .content-table .bg-popup-table {
        position: fixed;
        top: 0;
        left: 0;
        overflow: hidden;
        padding: 20px;
        background: rgba(0, 0, 0, 0.7);
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        transition: all 500ms;
        opacity: 0;
        z-index: -1;
    }
    
    .content-table .bg-popup-table.active {
        z-index: 1002;
        opacity: 1;
    }
    
    .content-table .wrap-table {
        background: #FFF;
        padding: 20px;
        position: relative;
        overflow: hidden;
    }

    .content-table .box-table {
        overflow-x: scroll;
    }
    
    .content-table .wrap-table i {
        position: fixed;
        right: 0;
        width: 25px;
        margin-top: -35px;
        margin-right: 7px;
    }

    .how-to-touch {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        padding: 20px;
    }

    .how-to-touch.hide {
        display: none !important;
    }
    
    .how-to-touch .box-how-to-touch {
        background: rgba(0, 0, 0, 0.7);
        width: 100%;
        height: 100%;
        overflow: hidden;
        display: flex;
        align-items: center;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
    }

    .how-to-touch img {
        width: 213px;
        margin: 0 auto;
    }

    .content-table table {
        width: 725px;
    }

    .wrap-regis {
        display: block;
    }

    .row-btn {
        padding-top: 15px;
    }

    .section-thanks {
        margin-left: 20px;
        margin-right: 20px;
    }

    .box-input {
        margin-top: 5px;
    }

    .section-benefit {
        text-align: center;
        padding-top: 40px;
        display: block;
    }

    .section-benefit .column {
        width: 100%;
        display: inline-block;
    }

    .section-benefit .column:nth-child(1) {
        text-align: center;
        padding: 0;
    }

    .section-benefit .column:nth-child(2) {
        padding-left: 0;
    }

    .section-benefit .text-dark-thin-16 {
        padding-top: 20px;
    }

    .section-benefit .column .btn-link {
        margin-top: 20px;
    }
}

@media screen and (max-width: 440px) {
    .column {
        width: 100% !important;
        min-width: auto !important;
    }

    .box-input {
        display: flex;
        justify-content: space-around;
    }

    input[type="tel"].input-credit {
        width: 75px;
    }

    input[type="tel"].input-credit.width-40 {
        width: 40px;
    }

    .credit-number {
        letter-spacing: 3px;
    }

    .box-register {
        padding: 20px 15px;
    }
}

@media screen and (max-width: 414px) {
    .credit-number {
        font-size: 20px;
    }
}

@media screen and (max-width: 390px) {
    input[type="tel"].input-credit {
        width: 64px;
    }
}

@media screen and (max-width: 375px) {
    .credit-number {
        padding: 0;
    }

    .show-375 {
        display: block !important;
    }
}

@media screen and (max-width: 360px) {
    .section-title {
        padding: 0 10px;
    }

    .content-table {
        padding: 0 10px 26px;
    }

    .head-register {
        padding: 15px 10px;
    }

    .container-register {
        padding: 0 10px;
    }

    .box-register {
        padding: 20px 10px;
    }

    .credit-number {
        font-size: 19.5px;
    }

    .register-channel .text-white-22 {
        display: block;
    }

    .show-375 {
        display: none !important;
    }

    .wrap-tips {
        padding: 15px 10px;
    }

    .show-359 {
        display: block !important;
    }

    .section-thanks {
        margin: 0;
    }

    input[type="tel"].input-credit {
        width: 57px;
    }
}

</pre></body></html>