<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: #2af780;
    --green-color-3: #005c4f;
    --green-color-4: #02403d;
    --dark-color-1: #333;
    --dark-color-2: #384957;
    --gray-color-1: #666;
    --gray-color-2: #f6f6f6;
    --gray-color-3: #EEE;
    --dark-brown-color-1: #815757;
    --dark-pink-color-1: #B69393;
}

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

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

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

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

.nw {
    white-space: nowrap !important;
}

.row-btn button:disabled {
    opacity: 0.6;
    cursor: default;
}

.row-btn button:disabled:hover {
    background-color: var(--green-color-1);
}

.c-yellow {
    color: #fff57e !important;
}

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

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

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

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

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

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

#page {
    background-color: unset;
}

.icw main * {
    /* margin: 0;
    padding: 0; */
    box-sizing: border-box;
    font-family: Kanit, sans-serif !important;
}

*:focus {
    outline: none;
}

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

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

a {
    text-decoration: none;
}

.icw .h1 {
    font-size: 26px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 5px;
}

.icw .f-35 {
    font-size: 35px;
    line-height: 52px;
}


.icw h2,
.icw .h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
}

.icw .text-green-title {
    font-size: 26px;
    line-height: 30px;
    color: var(--green-color-1) !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-light-green {
    color: var(--green-color-2) !important;
}

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

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

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

.text-green2-35 {
    color: #0EF543 !important;
    font-size: 35px;
    line-height: 52px;
    font-weight: 600;
}

.text-green2-26 {
    color: #0EF543 !important;
    font-size: 26px;
    font-weight: 600;
}

.text-green2-20 {
    color: #0EF543 !important;
    font-size: 22px;
    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-16-light {
    color: #FFF;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}

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

.f-white-20 {
    font-size: 20px;
    font-weight: 400;
    color: #FFF;
    line-height: 24px;
}

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

.mt-13 {
    margin-top: 13px;
    display: inline-block;
}

sup {
    color: #FFF;
    font-size: 13px;
    font-weight: 600;
}

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

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

.text-white-22 {
    color: #FFF;
    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-20 {
    color: var(--dark-color-1) !important;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

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

.text-dark-26 {
    color: var(--dark-color-1) !important;
    font-size: 26px;
    line-height: 32px;
    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-18 {
    color: var(--dark-color-1) !important;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
}

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


.text-center {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
}

.text-remark {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 5px;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    font-weight: 400;
}

.line-dashed {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
    margin-top: 20px;
}

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

.bg-green1 {
    background: linear-gradient(149deg, #36745f 0%, #27463e 100%);
    color: #FFF;
}

.bg-green {
    background: #00A94F;
    color: #FFF;
}

.bg-blue {
    background: linear-gradient(90.31deg, #3E90B8 0%, #1F5D86 99.94%);
    color: #FFF;
}

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

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

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

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

.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{
    vertical-align: middle;
} */

.section-title .desc {
    color: var(--gray-color-1);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 5px;
}

.section-title .desc2 {
    margin-top: 7px;
}

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

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

.section-title img {
    max-width: 115px;
    position: relative;
    bottom: 4px;
}

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

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

.icw .text-white-big {
    font-size: 26px;
    line-height: 28px;
    font-weight: 600;
    color: #FFF;
    margin-bottom: 8px;
}

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

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.content-table table {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-radius: 16px;
    overflow: hidden;
    border-collapse: collapse;
}

.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;
    border: solid 1px #E8E8E8;
    border-top: 0;
    padding: 12px 0;
    text-align: center;
}

.content-table table tr:first-child th {
    padding: 24px 0;
}

.content-table table th:nth-child(1) {
    border-left: 0;
}

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

.content-table table td {
    border: solid 1px #E8E8E8;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    padding: 15px 0;
    color: #666;
    text-align: center;
}

.content-table table td .t-green {
    color: var(--green-color-1) !important;
    font-size: 26px;
    font-weight: 600;
}

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

.content-table table {
    margin-bottom: 15px;
}

.content-table .last-row {
    font-size: 14px;
    font-weight: 400;
    color: #777;
    line-height: 18px;
    padding: 20px 0;
    background-color: #f6f6f6;
}

.section-detail {
    position: relative;
    margin-bottom: 20px;
    /* max-width: 900px; */
    /* margin: auto auto 20px; */
}

.section-detail .wrapper-title-section {
    display: flex;
    padding: 0 0 24px;
    justify-content: center;
    text-align: center;
}

.logo-img {
    max-width: 54px !important;
    width: 100%;
    display: block;
    margin: auto;
    margin-bottom: 16px;
}

span.text-th {
    height: 48px;
    display: block;
}

.d-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.d-flex .logo-img {
    display: initial;
    margin: 0;
    margin-bottom: 16px;
}

.section-detail .wrapper-title-section .box-number {
    background-color: var(--green-color-4);
    border-radius: 10px;
    overflow: hidden;
    color: #FFF;
    font-weight: 600;
    padding: 5px;
    min-height: 60px;
    max-height: 60px;
    min-width: 80px;
    text-align: center;
    margin-right: 20px;
    position: relative;
}

.section-detail .wrapper-title-section .box-number.box-number1 {
    background: rgb(4, 57, 34);
    background: linear-gradient(330deg, rgba(4, 57, 34, 1) 0%, rgba(4, 93, 43, 1) 100%);
}

.section-detail .wrapper-title-section .box-number.box-number2 {
    background: rgb(33, 49, 62);
    background: linear-gradient(330deg, rgba(33, 49, 62, 1) 0%, rgba(46, 62, 75, 1) 100%);
}

.section-detail .wrapper-title-section .box-number.box-number3 {
    background: rgb(11, 38, 28);
    background: linear-gradient(330deg, rgba(11, 38, 28, 1) 0%, rgba(2, 64, 61, 1) 100%);
}

.section-detail .wrapper-title-section .box-number::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--green-color-1);
    height: 3px;
}

.section-detail .wrapper-title-section .box-number .number {
    color: var(--green-color-1);
    font-size: 30px;
    line-height: 24px;
    font-weight: 600;
    display: block;
    text-align: center;
}

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

.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: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background-image: linear-gradient(147deg, #015c4c 0%, #0e2d27 100%);
}

.section-detail.section-detail1::after {
    background: #011C2F;
}

.section-detail.section-detail3::after {
    background: #fafafa;
    background: linear-gradient(132.6deg, #126297 0%, #0F3B5A 100%);
}

.section-detail .container-register {
    padding: 40px 50px 48px;
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
}

/* .section-detail1 {
    margin-top: 76px;
    height: 435px;
} */

/* .section-detail1 .container-register {
    position: relative;
    top: -56px;
    padding-bottom: 0;
} */

.section-detail3 .container-register {
    padding: 0 50px 0;
    position: relative;
}

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

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

.head-register {
    background: #408FB8;
    color: #FFF;
    text-align: center;
    padding: 20px;
    position: relative;
}

.register-channel {
    text-align: center;
    padding: 30px 0 20px !important;
    position: relative;
}

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;
    color: #333;
}

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: 16px;
    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(0, 0, 0, 0.2);
}

.box-register .column {
    width: fit-content;
    margin: 0 auto;
    min-width: 370px;
    overflow: hidden;
    margin-bottom: 20px;
    /* text-align: center; */
}

.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; */
    position: relative;
}

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

.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; */
    position: relative;
    display: flex;
    margin: auto;
    right: 120px;
    z-index: 1;
}

.box-how-to {
    border-radius: 10px;
    background-color: #F6F6F6;
    width: 100%;
    max-width: 396px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    position: absolute;
    height: fit-content;
    top: 0;
    bottom: 0;
    right: 0;
    left: 104px;
    margin: auto;
}

.box-how-to .wraper-how-to {
    padding: 25px 40px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    display: flex;
    justify-content: flex-end;
    text-align: center;
    color: #333;
}

.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: 40px;
    background-color: var(--dark-pink-color-1);
    border-radius: 10px;
    color: #FFF;
    padding: 15px 40px;
    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: 15px 0 15px;
    border-top: 1px solid var(--gray-color-3);
    position: relative;
    font-size: 16px;
    font-weight: 600;
    /* line-height: 38px; */
    color: var(--dark-color-1);
    padding-right: 20px;
}

.section-detail .header-condition,
.section-detail .header-condition.active,
.section-detail .all-conditions ul li,
.section-detail .all-conditions ul li b,
.section-detail .all-conditions ul li a {
    color: #fff;
}

.section-detail .header-condition::after,
.section-detail .header-condition.active::after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}


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

.conditions {
    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 !important;
    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 ul li {
    list-style: circle !important;
}

.all-conditions ul li ul {
    margin-bottom: 0;
}

.all-conditions ul li .link {
    color: var(--green-color-1);
}

.all-conditions ul li .link:hover {
    text-decoration: underline;
}

.all-conditions ul img {
    max-width: 24px;
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.box-register {
    background-color: rgb(147, 147, 147, 0.12);
    border-radius: 10px;
    padding: 20px 33px;
    position: relative;
}

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

.icw .text-policy {
    font-family: Helvetica !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
    margin-top: 15px;
    text-align: center;
}

.box-register .text-policy {
    margin-top: 5px;
}

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

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

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

.hidden-991 {
    display: block !important;
}

.pb-35 {
    padding-bottom: 35px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

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

#fixed-bar {
    background: linear-gradient(90.09deg, #3B89AD 0.02%, #116196 100%);
    backdrop-filter: blur(12.5px);
    padding: 20px 0;
}

#fixed-bar .title {
    color: #feffff;
    font-family: Kanit;
    font-size: 22px;
    font-weight: 600;
    line-height: 13px;
    text-align: left;
}

#fixed-bar ._container {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1170px;
}

#fixed-bar .btn-reg-bar {
    display: block;
    width: 220px;
    line-height: 50px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 100px;
    background-color: #00a950;
    color: #ffffff;
    font-family: Kanit;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

#fixed-bar .btn-reg-bar:hover {
    background-color: #009445;
}

.section-card {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin: 0 15px 30px;
}

.section-card .box-card {
    position: relative;
}

.section-card .box-card img {
    max-width: 408px;
    width: 100%;
}

.btn-green {
    background-color: #00a94f;
    color: #ffffff !important;
    height: 40px;
    border-radius: 25px;
    font-family: Kanit, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 30px;
}

.btn-green:hover {
    background-color: #009445;
}

.icw .kpoint-28 {
    max-width: 28px;
    width: 100%;
    position: relative;
    top: -2px;
}

.icw .kpoint-24 {
    max-width: 24px;
    width: 100%;
    position: relative;
    top: -2px;
}

.box-note {
    background: #F7F7F7;
    padding: 15px 35px;
    /* margin-bottom: 40px; */
    border-radius: 10px;
    /* display: flex;
    align-items: center;
    gap: 20px; */
    text-align: center;
}

.a-center {
    text-align: center !important;
}

.icw main ul li,
.icw .popup-content ul li {
    list-style: disc !important;
}

.icw main ol li {
    list-style: decimal !important;
}

.icw main ul,
.icw main ol {
    padding-left: 20px;
}

.icw #fixed-bar.fixed {
    top: 80px;
    position: fixed;
    width: 100%;
    z-index: 10;
}

.bar-title {
    position: relative;
    margin-bottom: 15px;
}

.bar-title img {
    max-width: 209px;
    width: 100%;
}

.bar-title .text {
    position: absolute;
    top: 20%;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    color: #085842;
    font-family: Kanit;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    /* display: table; */
}

.section-benefit {
    /* background-image: url(../img/bg-3.png), linear-gradient(118.69deg, #011C2F 0%, #21608B 100%); */
    background-image: linear-gradient(118.69deg, #011C2F 0%, #21608B 100%);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
    position: relative;
}

.section-benefit .bg-bottom {
    position: absolute;
    bottom: 0;
    max-width: 617px;
    width: 100%;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
}

.section-benefit .column {
    position: relative;
    z-index: 2;
}

.section-detail.section-benefit .container-register {
    padding: 42px 50px 30px;
}


.section-benefit .column:first-child img {
    display: block;
    margin: 0 auto;
}

.section-benefit img.banner {
    max-width: 245px;
    border-radius: 10px;
}

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

.icw .btn-link {
    background-color: var(--green-color-1);
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    display: block;
    border-radius: 100px;
    cursor: pointer;
    width: 295px;
    height: 50px;
    margin: 30px auto 0;
}

.icw .btn-link:hover {
    background-color: #028f44;
}

.icw .bg-gray .btn-link {
    margin: 0 auto;
}

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

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

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

.icw .bg-gray {
    border-radius: 10px;
    background-color: #f7f7f7;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.icw .link-more span {
    color: #00a94f;
    font-family: Kanit;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    width: auto;
}

.icw .link-more span:hover {
    text-decoration: underline;
}

.icw .more:after {
    font-family: 'icongarage';
    content: "\e905";
    font-size: 9px;
    margin-left: 7px;
    color: #00a94f;
}

/* .icw .bg-top {
    position: absolute;
    top: 41px;
    right: 37px;
    max-width: 162px;
    width: 100%;
}

.icw .bg-bottom-right {
    position: absolute;
    bottom: 155px;
    right: 78px;
    max-width: 155px;
    width: 100%;
}

.icw .bg-bottom-left {
    position: absolute;
    bottom: 150px;
    left: 118px;
    max-width: 115px;
    width: 100%;
} */

.icw .mb-card {
    position: relative;
}

.icw .mb-card .text-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 140px;
    width: 100%;
    margin: 0 auto;
    height: calc(100% - 50px);
    display: flex;
    align-items: center;
}

.icw .mb-card .text-img img {
    max-width: 140px;
    width: 100%;
}

ol.list-style-num {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0 !important;
}

ol.list-style-num&gt;li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em;
}

ol.list-style-num&gt;li:before {
    content: "(" counters(item, ".") ")";
    display: table-cell;
    padding-right: 0.6em;
}

.visible-w767 {
    display: none;
}

.hide-xs {
    display: block;
}

.icw .note-policy {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #999;
    font-weight: 400;
    margin-top: 15px;
}

.g-recaptcha {
    display: none;
}

.webchatbox .tooltip-web {
    font-family: 'DBThaiTextXBd', Arial, sans-serif !important;
}

.header-active .header-top::before {
    opacity: 1;
    background: #00a850;
    background: -webkit-gradient(linear, left top, right top, from(#00a850), to(#61d699));
    background: linear-gradient(90deg, #00a850 0%, #61d699 100%);
    background-size: 100% auto;
}

.header-active ._container {
    margin-top: 110px;
    margin-bottom: 40px;
}

.icw .t-thank {
    color: #333333;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 5px;
}

.box-content {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.05);
    padding: 16px 0 28px;
    position: relative;
}

.box-content .pos-ab {
    position: absolute;
    top: -22px;
    left: 0;
    right: 0;
}

.section-benefit .d-flex {
    margin-top: -20px;
}

.section-benefit .text-green2-35 {
    line-height: 1;
}

/* .mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
} */

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

@media screen and (max-width: 767px) {
    .visible-w767 {
        display: block;
    }

    .hide-xs {
        display: none;
    }

    .header-active ._container {
        margin-top: 94px;
    }

    .header-active .footer-main {
        padding-bottom: 0;
    }
}

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

    /* .footer-main {
        padding-bottom: 0;
    } */
    .show-991 {
        display: block !important;
    }

    .hidden-991 {
        display: none !important;
    }

    .box-note {
        padding: 15px 30px 15px 22px;
    }

    #fixed-bar {
        padding: 10px 0;
        position: fixed;
        top: auto;
        bottom: 0;
        width: 100%;
        z-index: 10;
    }

    #fixed-bar .btn-reg-bar {
        width: 100%;
        margin: 0 15px;
    }

    .icw #fixed-bar.fixed {
        /* top: 60px; */
        position: fixed;
        top: auto;
        bottom: 0;
    }
}

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

    .section-benefit .bg-bottom {
        max-width: 708px;
        width: auto;
        left: -363px;
    }

    .mt-8-mb10 {
        margin-top: 10px !important;
    }
    
    .mt-15 {
        margin-top: 15px !important;
    }
    

    .box-content {
        padding: 27px 20px 40px;
    }

    .section-detail.section-benefit .container-register {
        padding: 50px 15px 40px;
    }

    .section-benefit .d-flex {
        flex-direction: column;
        margin-top: -32px;
        gap: 20px;
    }

    
    .icw h2,
    .icw .h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .section-card .box-card {
        width: 50%;
    }

    .btn-green {
        bottom: 10px;
    }

    .icw .bg-top {
        top: 52px;
        right: -51px;
        max-width: 134px;
        width: 100%;
    }
    
    /* .icw .bg-bottom-right {
        position: absolute;
        bottom: 2px;
        right: -61px;
        max-width: 155px;
        width: 100%;
    }
    
    .icw .bg-bottom-left {
        position: absolute;
        bottom: 205px;
        left: -18px;
        max-width: 115px;
        width: 100%;
    }

    .icw .bg-bottom {
        bottom: -60px;
    } */

    .icw .bg-gray {
        margin: 0 15px;
    }

    .section-benefit {
        flex-direction: column;
        gap: 15px;
    }

    .icw .btn-link {
        margin: 10px auto 0;
    }

    .mb10 {
        margin-bottom: 3px !important;
    }

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

    .hidden-991 {
        display: none !important;
    }

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

    .padding-bottom-50 {
        padding-bottom: 40px;
    }

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

    .section-detail .wrapper-title-section {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .logo-img,.d-flex .logo-img {
        margin-bottom: 10px;
    }

    span.text-th {
        height: auto;
    }

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

    .all-conditions {
        display: none;
    }

    .box-register {
        padding: 20px;
    }

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

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

    ._container {
        padding: 0;
    }

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

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

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

    .text-light-green-22,
    .text-white-22 {
        font-size: 20px;
        line-height: 16px;
    }

    .text-light-green-28 {
        font-size: 20px;
        line-height: 28px;
    }

    .text-white-20 {
        font-size: 18px;
        /* line-height: 47px; */
    }

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

    .text-green2-35 {
        line-height: 40px;
        font-size: 28px;
    }

    .text-green2-26 {
        font-size: 24px;
    }

    .section-title .desc {
        font-size: 16px;
        margin-top: 10px;
    }

    .section-detail::after {
        width: auto;
        left: -20px;
        right: -20px;
    }

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

    .icw .head-register h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .icw .text-green-title {
        font-size: 24px;
        line-height: 32px;
    }

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

    /* .section-detail1 {
        margin-top: 112px;
        height: 600px;
    } */

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

    /* .section-detail1 .container-register {
        top: -92px;
        padding-bottom: 0;
    } */

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

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

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

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

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

    .section-detail .conditions {
        margin: 0;
    }

    .conditions {
        margin: 0 20px;
    }

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

    .wrap-regis {
        display: block;
    }

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

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

    ._container {
        margin-bottom: 40px;
    }

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

    .content-table table td {
        line-height: 24px;
    }

    .content-table table td:last-child {
        line-height: 24px;
        font-size: 14px;
    }

    .text-center {
        margin-top: 20px;
    }

    .box-register .column {
        margin-bottom: 25px;
    }

    #fixed-bar ._container {
        justify-content: center;
    }

    .section-card {
        gap: 15px;
    }

    .btn-green {
        margin: 0 10px;
    }

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

    .content-table table tr:first-child th {
        padding: 15px 0 10px;
    }

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

    .text-green-22,
    .text-dark-22 {
        font-size: 20px;
    }

    .img-sms {
        right: 0;
        margin-top: 20px;
    }

    .box-how-to .wraper-how-to {
        padding: 10px;
        justify-content: center;
    }

    .box-how-to {
        max-width: 235px;
        width: 100%;
        position: relative;
        left: 0;
        display: block;
        margin-top: 10px;
    }

    .bar-title .text {
        font-size: 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-40 {
        width: 40px;
    }

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

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

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

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

    .visible-414 {
        display: block !important;
    }
}

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

@media screen and (max-width: 414px) {
    .show-375 {
        display: block !important;
    }

    .credit-number {
        padding: 0;
    }

    /* .icw h1 {
        font-size: 22px;
        line-height: 28px;
    } */
}

@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: 0px 20px;
    }

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

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

    .section-detail .conditions {
        margin: 0;
    }

    /* .conditions {
        margin: 0 10px;
    } */

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

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

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

    .section-title .text-dark-thin-16 {
        line-height: 25px;
    }

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

@media screen and (min-width:768px) and (max-width:991px) {
    .d-flex {
        display: grid;
        grid-template-columns: auto auto;
        margin-bottom: 16px;
    }

    .d-flex .logo-img {
        margin-bottom: 0;
    }
}</pre></body></html>