<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*================ default ==================*/
:root {
    --color_light: #FFFFFF;
    --color_dark: #333333;
    --color_gray: #666666;
    --color_green: #00A94F;
    --color_green2: #007938;
    --transition: .3s ease-in-out;
    --radius: 8px;
}

.d-flex{display: flex;}
span.nw{white-space: nowrap;}

.icw .c-white{color: var(--color_light);}
.icw .c-green{color: var(--color_green);}

.icw strong.weight-700{font-weight: 700 !important;}

.icw-popup-content .mfp-container {border-top: none; overflow: auto;}
.icw-popup-content.mfp-bg.mfp-ready {background: #0b0b0b;opacity: 0.8;}

.mfp-inline-holder .mfp-content, 
.mfp-ajax-holder .mfp-content {width: 100% ;max-width: 1000px;margin: 165px 30px 30px ;}
.mfp-close-btn-in .mfp-close:after {content: "\e90f" ;font-family: 'icongarage' ;font-size: 20px;transform: rotate(45deg);display: inline-block;}
.mfp-content .mfp-close {display: block;width: 40px;height: 40px;line-height: 40px;border-radius: 50%;background: var(--color_green);
    color: #fff;text-align: center;position: absolute;top: -18px ;right: -20px ;z-index: 1;opacity: 1;
}
.mfp-close-btn-in .mfp-close:active{top: -18px;}
.mfp-content .mfp-close:hover {background: var(--color_green);color: #fff;}

    
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (min-width: 200px) {
    .section-product .body {position: relative;}
    .section-product .body .item-list {margin: 0 -12px; padding: 0;}
    .section-product .body .item-list:after {content: '';display: table;clear: both;}
    .section-product .body .item-list&gt;li { float: left; list-style: none; width: 50%;padding: 0 12px; margin-bottom: 24px;}
    .section-product .body .item-list&gt;li.mb-0 { margin-bottom: 0;}
    .section-product .body .item-list&gt;li&gt;.thumb a {transition: var(--transition);text-decoration: none;}
    .section-product .body .thumb {border-radius: var(--radius);position: relative; overflow: hidden;margin-bottom: 8px;}
    .section-product .body .thumb img {transition: var(--transition);}
    .section-product .body .content {position: relative;}
    .section-product .body .content .title {font-size: 18px;color: var(--color_dark); margin: 0; 
        overflow: hidden; line-height: 1.5em; min-height: 54px; max-height: 3.0em;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .section-product .body .content .desc {font-size: 16px; color: var(--color_gray); margin: 0;font-family: 'kurious', Helvetica, Arial, sans-serif;
        overflow: hidden;  line-height: 1.5em; min-height: 3.0em;max-height: 3.0em; display: none;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .section-product .body .content .action {display: none;margin-top: 16px;}
    .section-product .body .content .action .more {font-size: 16px;font-weight: 600; color: var(--color_green);position: relative;text-decoration: underline;}
}
    
@media screen and (min-width: 320px) {
    /* root */
    .main {padding-top: 0;}

    .icw h1 strong,.icw h2 strong,.icw h3 strong,.icw h4 strong,.icw h5 strong,.icw h6 strong,
    .icw .h1 strong,.icw .h2 strong,.icw .h3 strong,.icw .h4 strong,.icw .h5 strong,.icw .h6 strong,.icw p strong,
    .list .app-detail,.section-condition .accordion-title,.btn-theme {font-family: 'Noto Sans Myanmar', sans-serif; font-weight: 700; line-height: 1.5;}

    .icw h1,.icw h2,.icw h3,.icw h4,.icw h5,.icw h5,.icw h6,
    .icw .h1,.icw .h2,.icw .h3,.icw .h4,.icw .h5,.icw .h5,.icw .h6,
    .icw p,.icw section li,.icw section a,.localnav-links a.link {font-family: 'Noto Sans Myanmar', sans-serif; font-weight: 500;line-height: 1.5;}

    .icw h1,.icw .h1 {font-size: 26px;line-height: 1.2;}
    .icw h2,.icw .h2 {font-size: 22px;}
    .icw h3,.icw .h3 {font-size: 20px;}
    .icw h4,.icw .h4 {font-size: 18px;}
    .icw h5,.icw .h5,
    .icw h6,.icw .h6 {font-size: 16px;}
    .icw p,.icw li {font-size: 16px;}

    .icw a img {vertical-align: top;}

    .section {border-bottom: 0;}

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

    .icw .btn { margin-bottom: 0; font-weight: normal;line-height: 1.5;text-align: center;text-decoration: none;white-space: nowrap;
        background-image: none;border: 1px solid transparent;border-radius: 4px;cursor: pointer;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .icw .more,.icw .more-white,.icw .more-black { position: relative; display: inline-block; border-bottom: none;text-decoration: none;cursor: pointer;margin-right: 10px;}

    .icw .more,.icw a.more,
    .icw .more:hover,.icw a.more:hover,
    .icw .more-green,.icw .more-green:hover,.icw a.more-green:hover {color: #00a950;}

    .icw .more-white,.icw a.more-white,.icw .more-white:hover,.icw a.more-white:hover {color: #fff;}

    .icw .more-black,.icw a.more-black,.icw .more-black:hover,.icw a.more-black:hover {color: #144A31;}

    .more-white:after {content: ''; position: absolute;border-top: transparent; border-left: transparent; width: 6px;height: 6px;top: 14px;right: -10px;
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(135deg);
    }
    .more-black:after {content: '';position: absolute;border-top: 2px solid #144A31;border-left: 2px solid #144A31;width: 8px;height: 8px;top: 9px;right: -10px;
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(135deg);
    }
    .action-btn a.btn,.action-btn a.btn:hover {font-size: 16px;width: 100%;min-width: 152px;padding: 7px 10px;border-radius: 35px;background-color: #00D291;color: #fff;}


    .section-highlight-banner .slick-slider .slick-dots {position: relative;padding-top: 0;margin-top: -30px;}
    .section-highlight-banner .slick-slider .slick-next:before,
    .section-highlight-banner .slick-slider .slick-prev:before {color: #00a950;}
    .section-highlight-banner .slick-slider .slick-dots li button {background: #fff;}
    .section-highlight-banner .slick-slider .slick-dots li.slick-active button {background: #00a950;}
    

    .txt-box .c-black{height: 112px;}


    .icw .sc-inner.sc-inner-64{padding-top: 64px; padding-bottom: 64px;}


    .section-privilege{background-color: #F4FEF8;}

    .icw h1, .icw .h1.h1-45 {font-size: 42px;color: #000;margin-bottom: 32px;font-weight: 700;}
    .icw p.c-black {color: #333;font-weight: 700;}
    .icw a.f-link {text-decoration: underline; margin-top: 30px;color: #00a950;}

    
    /* section product */
    .section-product {background-color: #fff;}
    .section-product .h1 {color: #fff;}

    .icw .section-product .chosen-select,
    .icw .section-product .chosen-select:focus {font-size: 16px;font-weight: 600;border-radius: 25px;color: #01D291;}
    .icw .section-product .select:after {font-family: 'icongarage';content: "\e90d";font-size: 13px;font-weight: 600;color: #01D291;border-radius: 25px;background: transparent;}

    .section-product .tab-header {font-size: 0;margin: 30px 0;text-align: center;border-bottom: 1px solid #DBDBDB;}
    .section-product .tab-buyer-header {margin: 30px 0 0;}
    .section-product .tab-header .tab-title {margin-bottom: 10px;}
    .section-product .tab-title,
    .section-product .tab-control {display: inline-block;}
    .section-product .tab-title {color: #fff;vertical-align: bottom;}

    .tab-control:not(:last-child) {margin-bottom: 0;}

    .section-product .tab .control,
    .section-product .tab .selector {overflow: hidden;background-color: transparent;}
    .section-product .tab .selector {display: inline-block;width: 100%;max-width: 100%;position: absolute;z-index: 1;background-color: transparent;border: none;
        overflow: hidden;border-bottom: 3px solid var(--color_green);font-size: 16px;font-family: Kurious;font-weight: 600;
        -webkit-transition-duration: .5s;
        -o-transition-duration: .5s;
        transition-duration: .5s;
        -webkit-transition-timing-function: cubic-bezier(.42, 0, .58, 1);
        -o-transition-timing-function: cubic-bezier(.42, 0, .58, 1);
        transition-timing-function: cubic-bezier(.42, 0, .58, 1);
    }
    .section-product .tab .control a {position: relative;height: 50px;display: flex;justify-content: center;flex-direction: column;font-size: 16px;font-family: 'Noto Sans Myanmar', sans-serif;
        font-weight: 600; line-height: 1.5;text-decoration: none;padding: 0px;color: rgba(255, 255, 255, 0.70);z-index: 1;text-align: left;color: #999; white-space: nowrap;
    }
    .section-product .tab .control a:last-child{padding-right: 0;}
    .section-product .tab .control a.active {color: #333;}
    .section-product .slick-mobile,
    .section-product .slick-desktop {margin: 0 0 35px;}
    .section-product .tab-content .content {text-align: left;font-size: 18px;color: #333;}
    .section-product .tab-content .content .number {font-size: 16px;color: var(--color_green);font-family: Kurious;font-weight: 700;margin-bottom: 5px;}
    .section-product .link-action a {color: var(--color_green);text-decoration: revert;}
    .section-product .thumb img{width: 100%;max-width: 364px;}


    .icw .tab .control, .icw .tab .selector{border-radius: 0;}

    
    /* section-howto */
    .section-howto{
        background: #F4FEF8;
    }
    .tab-content-normal {
        padding: 48px 32px 24px;
        background: #FFF;
        margin-bottom: 16px;
        border-top: 5px solid var(--color_green);
    }
    .tab-content-normal.tab-content-normal-mb-0 {
        margin-bottom: 0;
        padding: 48px 32px 24px;
    }
    .txt-branches h4.f-20{
        color: #333;
        font-size: 20px;
        font-weight: 700;
    }
    .txt-branches p{
        color: #666;
        font-family: kurious-looped;
        font-weight: 500;
    }
    .txt-branches a,
    .tab-remark a{
        color: var(--color_green);
        text-decoration: underline;
    }
    .txt-branches a:hover,
    .tab-remark a:hover{
        color: var(--color_green);
        text-decoration: underline;
    }

    .tab-remark{
        background: #FAFAFA;
        padding: 16px 32px;
        margin-bottom: 16px;
    }
    .tab-remark.mb-0{
        margin-bottom: 0;
    }
    .tab-remark .note{
        color: #333;
        font-family: kurious-looped;
        font-size: 13px;
        font-weight: 600;
    }
    .tab-remark p{
        color: #666;
        font-family: kurious-looped;
        font-size: 13px !important;
        font-weight: 500;
    }

    .icw .wrapper-content-slide .tab-desc-head {
        margin-bottom: 35px;
        margin-top: 0;
        color: #333;
        font-family: kurious;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
    }
    .tab-col-wrapper {
        display: flex;
        width: 100%;
    }
    .tab-content-normal .col {
        width: 50%;
    }
    .tab-content-normal .col:nth-child(1) {
        padding-right: 50px;
    }
    .icw .wrapper-content-slide .tab-desc {
        color: #333;
        font-family: kurious;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        margin-bottom: 16px;
    }
    .icw .wrapper-content-slide ul, .icw .tab-content ul {
        padding-left: 20px;
    }
    .icw .wrapper-content-slide ul li, .icw .tab-content ul li {
        list-style: disc;
        color: #666;
        font-family: kurious-looped;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 5px;
    }

    .section-howto .pd{
        padding: 20px 0;
    }

    .section-howto .thumb img{
        width: 100%;
        max-width: 220px;
    }
    .section-product.section-howto .body .content{
        box-shadow: none;
    }
    .section-product.section-howto .swiper-wrapper{
        justify-content: center;
    }
    .section-product.section-howto .body .thumb {
        text-align: center;
    }
    .section-product.section-howto .content .desc-b{
        color: #333;
        font-family: Kurious;
        font-size: 13px;
        font-style: normal;
        font-weight: 700;
    }
    .section-product.section-howto .body .content{
        text-align: center;
    }
    .section-product.section-howto .body .content ul&gt;li{
        text-align: left;
    }
    .section-product.section-howto a{color: var(--color_green);text-decoration: underline;font-size: 16px;font-style: normal;font-weight: 600;}

    /*######################### sc-campaign #########################*/
    .icw-popup-function .register-box .sc-campaign-swiper{width: 760px; margin: 0 auto;}
    .icw-popup-function .register-box .sc-campaign-swiper .swiper-button{display: none;}
    .icw-popup-function .register-box .sc-campaign-swiper .thumb{position: relative; width: 200px; margin: 0 auto 24px;}
    .icw-popup-function .register-box .sc-campaign-swiper .content{text-align: center; color: var(--color-dark);}
    .icw-popup-function .register-box .sc-campaign-swiper .desc{margin: 0;}
    .icw-popup-function .register-box .sc-campaign-swiper .swiper-pagination-bullet-active{color: var(--color-green);}

    
    .section-product .tab { position: relative; width: auto; max-width: inherit; display: inline-block;vertical-align: top;border-bottom: 0px solid #DBDBDB; 
        font-family: 'Noto Sans Myanmar', sans-serif;font-weight: 600;
    }
    .tab { position: relative;width: 100%;max-width: 333px;display: inline-block;vertical-align: top;font-family: 'Noto Sans Myanmar', sans-serif;font-weight: 600;}

    .section-product .tab .control {display: flex;gap: 48px; table-layout: fixed; border: none; margin-left: auto; width: auto;}

    .icw .section-product .tab .control a{min-width: auto;}

    .tab .control {
        display: flex;
        justify-content: center;
        gap: 48px;
        table-layout: fixed;
        border: none;
        width: auto;
    }

    .icw .tab .control a{
        min-width: auto;
    }

    
    /* accordion */
    .sc-accordion {
        /* border-top: 1px solid #f2f2f2; */
        margin-top: 40px;
        margin-bottom: 10px;
    }
    /* .sc-accordion .accordion {
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    } */
    .accordion .accordion-title {
        font-size: 18px;
        font-family: Kurious;
        font-weight: 600;
        border-radius: 8px;
        padding: 16px;
        padding-right: 48px;
        background-color: #fff;
        color: #00A850;
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
    }
    
    
    .sc-accordion .accordion-title:after {
        /* right: 20px;
        content: '' !important;
        position: absolute;
        border-top: 2.5px solid #fff;
        border-left: 2.5px solid #fff;
        width: 12px;
        height: 12px;
        top: 25px;
        right: 20px;
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg); */
        color: #fff;
        background-color: #00A850;
        border-radius: 20px;
        padding: 3px;
    }
    .sc-accordion .accordion-title.active:after {
        background-color: #fff;
        color: #00A850;
    }
    .icw .accordion-title:after{
        font-size: 10px;
    }
    .icw .accordion-title{
        border-left: none;
    }
    .icw .accordion-title.active {
        background-color: #00A850;
        color: #fff;
        border-radius: 8px 8px 0 0;
    }
    .accordion .accordion-content {
        position: relative;
        padding: 16px;
        background: #fff;
        color: #333;
        word-wrap: break-word;
        cursor: pointer;
        border-radius: 0 0 8px 8px;
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
    }
    .accordion:not(:last-child) {
        margin-bottom: 15px;
    }
    .accordion-content .wrap p,
    .accordion-content .wrap li {
        font-size: 16px;
        color: #555555;
    }
    .accordion-content .wrap .sc-remark p,
    .accordion-content .wrap .sc-remark li {
        font-size: 14px;
    }
    .accordion-content .wrap .sc-remark ul {
        margin-top: 0;
    }
    a.tel-block {
        width: 100%;
        max-width: 140px;
        display: inline-block;
        border: 2px solid #00A950;
        border-radius: 25px;
        padding: 6px 10px;
        text-align: center;
        margin: 5px 0;
    }
    a.tel-block img {
        margin-right: 5px;
    }
    /* fixed bottom  */
    .fixed-bottom {
        width: 100%;
        z-index: 999;
        padding: 20px 0;
        background-color: #E7FBF5;
    }
    .fixed-bottom.show {
        position: fixed;
        bottom: 0;
    }
    .fixed-bottom a.btn {
        width: 100%;
        max-width: 211px;
        margin: 0 auto;
    }
    /* section contact */
    .section-contact {
        background-color: #EDF8F5;
        padding: 50px 0;
    }
    .section-contact .contact-card {
        display: flex;
    }
    .section-contact .contact-content {
        margin-left: 10px;
    }
    .section-contact .contact-content P {
        font-size: 14px;
    }
    .tab-content.active {
        display: block;
    }
    /* popup */
    .image-group .content {
        color: #0E3422;
        margin-top: 15px;
    }
    .image-group .heading {
        font-size: 35px;
        font-weight: 600;
    }
    .image-group p {
        font-size: 16px;
    }
    .entrycontent ul,
    .icw .accordion-content ul,
    .icw .section-feature ul {
        display: block;
        list-style-type: disc;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 40px;
    }
    .entrycontent ul li,
    .icw .accordion-content ul li,
    .icw .section-feature ul li {
        list-style: disc;
    }
    .entrycontent ol,
    .icw .accordion-content ol {
        display: block;
        list-style-type: decimal;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 40px;
    }
    .entrycontent ol li,
    .icw .accordion-content ol li {
        list-style: decimal;
    }
    .popup h2 {
        margin-bottom: 20px;
    }
    .popup p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .popup {
        color: #2C3744;
    }
    .content-table-terms {
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
        margin-top: 20px;
        max-width: 470px;
    }
    .content-table-terms .table-responsive {
        padding-bottom: 0;
    }
    .content-table-terms table.table {
        box-shadow: 0 3px 6px #ededed;
        width: 100%;
        max-width: 100%;
        border-spacing: 0;
        border-collapse: collapse;
        margin-bottom: 0;
    }
    .content-table-terms table td {
        font-size: 18px;
        padding: 15px;
        font-family: 'Kanit', Helvetica, Arial, sans-serif;
        font-size: 16px;
        text-align: left;
    }
    .content-table-terms table.table tr {
        border: 0;
    }
    .content-table-terms table tr:first-child td,
    .content-table-terms table tr:last-child td {
        background-color: #00a950;
        color: #fff;
        border-bottom: 1px #FFF solid;
        text-align: left;
    }
    .content-table-terms table tr:last-child td:last-child {
        border-bottom: 0;
    }
    .content-table-terms table td&gt;p {
        font-size: 19px;
        margin-bottom: 10px;
    }
    #highlight1 .image {
        display: inline-block;
        margin: 10px 5px;
    }
    #highlight4 .action-btn .btn {
        background-color: #00a950;
        width: 100%;
        max-width: 180px;
        display: inline-block;
        font-size: 14px;
        padding: 3px 10px;
        margin-top: 10px;
    }
    #highlight4 .action-btn .btn:first-child {
        margin-right: 20px;
    }
    a.tel-block {
        width: 100%;
        max-width: 160px;
        display: inline-block;
        border: 2px solid #00A950;
        border-radius: 25px;
        padding: 6px 10px;
        text-align: center;
        margin: 5px 0;
    }

    /* box */
    .section.section-privilege .main-box{display: flex;}
    .icw .box{position: relative;border-radius: 8px;width: 100%;max-width: 365px;height: 196px;
        align-items: flex-start;justify-content: space-between;padding: 16px;padding-bottom: 0;margin-right: 22px;
        /* display: flex; */
    }
    .icw .box.box-1{background: #6ABA55;}
    .icw .box.box-2{background: #008661;}
    .icw .box.box-3{background: #0A6A60;}
    .icw .box:last-child{
        margin-right: 0;
    }
    .box .img-box{
        /* display: flex; */
        justify-content: end;
        align-items: end;
        height: auto;
        width: 50%;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        max-width: 156px;
    }

    .icw .mt-22{
        margin-top: 22px;
    }

    /* .icw a.f-link.mt-120{
        margin-top: 120px;
    }
    .icw a.f-link.mt-118{
        margin-top: 118px;
    }
    .icw a.f-link.mt-63{
        margin-top: 63px;
    } */
    /* .icw .txt-box.w-50 {
        width: 140%;
    } */
    .icw .more-white, .icw a.more-white, .icw .more-white:hover, .icw a.more-white:hover {
        color: #00a950;
    }
    .icw .line {
        border: 1px solid #E7E7E7;
        margin: 16px 0 24px;
        width: 100%;
        max-width: 888px;
    }
    .icw .line-ll {
        border: 0.5px solid #E7E7E7;
        margin: 16px 0 32px;
        width: 100%;
        max-width: 1040px;
    }
    .icw .btn-popup{
        font-size: 16px;
        padding: 7px 10px;
        color: #fff;
        background: var(--color_green);
        border-radius: 8px;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .icw .btn-popup:hover {
        background: #028f44;
        font-size: 16px;
        padding: 7px 10px;
        color: #fff;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 0;
        height: 45px;
    }
    .button-popup{
        display: flex;
        gap: 24px;
        margin-top: 24px;
    }
    .button-popup .icw .btn-popup.btn-l{
        width: 100%;
        max-width: 172px;
    }
    .button-popup .icw .btn-popup.btn-ll{
        width: 100%;
        max-width: 218px;
    }

    .button-popup .icw .btn-popup.btn-l:hover{
        max-width: 172px;
        padding: 7px 10px;
    }
    .button-popup .icw .btn-popup.btn-ll:hover{
        max-width: 218px;
        padding: 7px 10px;
    }

    .table-wrap table {
        width: 100%;
        max-width: 450px;
        margin: 15px 0 10px 40px;
        box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
        border-radius: 10px;
        overflow: hidden;
    }
    .table thead tr td {
        background-color: #00A950 !important;
        color: #fff !important;
        padding: 25px 0;
        font-family: 'Kurious', sans-serif;
        font-size: 18px;
        font-weight: 700;
        border-left: 1px solid #f2f2f2;
    }
    .table tbody tr td{
        font-family: kurious-looped;
        font-size: 13px;
        font-weight: 500;
    }
    .table tbody tr td.c-green{
        font-family: kurious-looped;
        font-size: 13px;
        font-weight: 600;
    }
    .table tbody tr.c-e{
        background-color: #fafafa;
    }



    /* section-promotiom */

    .content p.f-p{
        font-family: kurious-looped;
        color: #333;
        text-align: center;
        font-size: 16px;
        font-weight: 500;
    }
    .content strong.f-p{
        font-family: kurious-looped;
        color: #333;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
    }

   
    .bg-for p.p-ku{
        color: #FFF;
        font-size: 16px;
        font-family: kurious-looped;
        font-weight: 500;
    }
    .bg-for .btn-do{
        border-radius: 8px;
        border: 2px solid #FFF;
        color: #fff;
        width: 100%;
        max-width: 200px;
        padding: 9px 0;
        margin-top: 25px;
        font-size: 16px;
        font-family: Kurious;
        font-weight: 600;
    }
    .bg-for .btn-do:hover{
        background-color: #fff;
        color: #0562C6;
    }
    .icw h6.h6-42 {
        font-size: 42px;
        font-weight: 700;
        color: #fff;
    }

    .section-highlight-banner{
        position: relative;
    }

    .action .btn-banner{
        width: 220px;
        border-radius: 8px;
        background: var(--color_green);
        color: #fff;
        font-size: 16px;
        font-family: Kurious;
        font-weight: 600;
        position: absolute;
        bottom: 10%;
        left: 10%;
        padding: 10px;
    }

    /* .slick-initialized .slick-slide {
        width: 290px !important;
    } */

    .icw .h1.f-42,
    .icw .h3.f-42{
        font-size: 42px;
    }

    .icw .txt-box p{
        font-size: 18px;
    }
}

@media screen and (min-width: 767px) {
    .icw h1,
    .icw .h1 {
        font-size: 35px;
    }
    .icw h2,
    .icw .h2 {
        font-size: 28px;
    }
    .icw h3,
    .icw .h3 {
        font-size: 26px;
    }
    .icw h4,
    .icw .h4 {
        font-size: 22px;
    }
    .icw h5,
    .icw .h5 {
        font-size: 20px;
    }
    .icw h6,
    .icw .h6 {
        font-size: 16px;
        font-weight: 700;
    }

    .icw p {
        font-size: 16px;
    }
    .section-highlight-banner .slick-slider .slick-dots {
        position: absolute;
        padding-top: 0;
        padding-bottom: 20px;
        margin-top: 0;
    }
    .section-highlight-banner .slick-dotted.slick-slider {
        margin-bottom: 0;
    }
    /* section info  */
    .section-info {
        background: url("../../../digital-banking/facebook-pay/img/s1-bg.jpg") no-repeat #1663B3;
        background-size: cover;
        background-position: top center;
    }
    .section-info .open-quote {
        width: 100%;
        max-width: 40px;
    }
    .section-info .info-group {
        text-align: center;
        font-size: 0;
    }
    .section-info .info-image,
    .section-info .info-content {
        display: inline-block;
    }
    .section-info .info-image {
        width: calc(100% / 2 - 15px);
        max-width: 420px;
        margin-right: 15px;
        vertical-align: bottom;
        text-align: center;
    }
    .section-info .info-content {
        width: calc(100% / 2);
        text-align: left;
    }
    /* section offer  */
    .section-offer .more,
    .section-offer a.more,
    .section-offer .more:hover,
    .section-offer a.more:hover {
        font-size: 18px;
        margin-top: 40px;
    }
    .section-offer .heading,
    .section-offer .logo-image {
        display: inline-block;
    }
    .section-offer .logo-image img {
        margin-top: -10px;
    }
    .section-offer .thumbnail {
        margin-bottom: 0;
    }
    .section-offer .sc-card {
        display: block;
        width: 100%;
        max-width: 540px;
        margin: 0 auto 40px;
        vertical-align: top;
    }
    .section-offer .sc-card:first-child {
        margin: 0 auto 30px;
    }
    .section-offer .caption {
        min-height: 270px;
        padding: 30px;
    }
    .list-advantage .content-area .h5 {
        font-size: 24px;
    }
    .list-advantage .content-area p.h6 {
        font-size: 16px;
    }
    .slick-slider .slick-next {
        right: 40px;
    }
    .slick-slider .slick-prev {
        left: 40px;
    }
    /* section privilege  */
    .privilege-list .detail {
        max-width: none;
        margin-left: 0;
        text-align: center;
    }
    .privilege-slider {
        margin: 40px auto 0;
    }
    .privilege-slider .slick-slide {
        outline: 0;
    }
    .privilege-slider button.slick-arrow {
        top: 117%;
    }
    .privilege-slider .slick-prev {
        left: 100px;
    }
    .privilege-slider .slick-next {
        right: 100px;
    }
    /* section feature  */
    .section-feature .sc-inner {
        padding: 60px 0 80px;
    }
    .section-feature .card-group {
        padding: 20px 65px;
        margin-top: 40px;
    }
    .section-feature .card-group .action {
        text-align: left;
    }
    /* section register  */
    .slick-desktop .image {
        max-width: 522;
    }
    .section-product .tab-header .tab-title {
        text-align: left;
        margin-bottom: 10px;
        
    }
    .section-product .tab-header {
        text-align: left;
        margin: 40px 0;
        display: flex;
        justify-content: center;
    }
    .section-product .tab-buyer-header {
        margin: 40px 0 10px;
    }
    .section-product .slick-slider .slick-prev {
        left: 20px;
    }
    .section-product .slick-slider .slick-next {
        right: 20px;
    }
    .section-product .slick-mobile,
    .section-product .slick-desktop {
        margin: 35px 0;
    }
    /* section contact  */
    .section-contact .contact-card {
        display: block;
        text-align: center;
    }
    a.tel-block {
        width: auto;
        max-width: inherit;
        border: 0;
        border-radius: 0;
        padding: 0;
        margin: 5px;
    }
    .mfp-content h2 {
        margin-bottom: 30px;
    }
    .mfp-content {
        max-width: none;
    }
    .image-group p {
        font-size: 16px;
    }
    .popup p {
        font-size: 16px;
        color: #666;
        margin-bottom: 10px;
    }
    a.tel-block {
        width: auto;
        max-width: inherit;
        display: inline-block;
        border: 0;
        border-radius: 0;
        padding: 0;
        text-align: center;
        margin: 5px 5px;
    }
    .visible-w767 {
        display: none !important;
    }
}
@media screen and (min-width: 768px) {
    /* .section-product  .body .item-list&gt;li {
        width: 33.33%;
    } */
    .section-product  .body .content .title strong {
        font-weight: 700;
    }
}
    

@media screen and (min-width: 992px) {
    .privilege-list .detail .action a.btn.btn-1:first-child {
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .visible-w991 {
        display: none !important;
    }
    .sc-accordion {
        max-width: 800px;
        margin: 30px auto 0;
    }
    /* section privilege  */
    .privilege-list {
        margin: 0 auto;
        padding: 0px;
        min-height: 250px;
        border-radius: 10px;
        position: relative;
        z-index: 1;
        text-align: center;
        font-size: 0;
    }
    .privilege-image,
    .privilege-list-main {
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }
    .privilege-list-main {
        width: calc(50% + 28px);
        margin-left: -28px;
        max-width: 598px;
        padding: 50px 60px 50px 78px;
        z-index: 2;
        min-height: 420px;
    }
    .privilege-image {
        width: 100%;
        max-width: 1140px;
        z-index: 3;
        border-radius: 10px;
    }
    .privilege-list .detail {
        width: 100%;
        max-width: 460px;
        font-size: 18px;
        text-align: left;
        padding: 0;
    }
    .privilege-list .detail .time {
        font-size: 14px;
        margin: 10px 0;
    }
    .privilege-list .detail .heading {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .privilege-list .detail .desc {
        font-size: 16px;
    }
    .privilege-list .detail .detail-content {
        min-height: 214px;
    }
    .privilege-list .detail a {
        color: #00a950;
    }
    .privilege-list .detail .action a.btn {
        display: inline-block;
        width: 100%;
        max-width: 220px;
    }
    .privilege-list .detail .action a.btn:first-child {
        margin-right: 15px;
        margin-bottom: 5px;
    }
    .privilege-list .detail .action a.btn.btn-1 {
        max-width: 325px;
    }
    .privilege-list .detail,
    .privilege-list .image {
        display: inline-block;
        vertical-align: top;
    }
    .privilege-list .detail .action {
        margin-top: 20px;
    }
    .privilege-slider button.slick-arrow {
        top: 130%;
    }
    .privilege-slider .slick-prev {
        left: 300px;
    }
    .privilege-slider .slick-next {
        right: 300px;
    }
    .privilege-nav .image {
        max-width: 121px;
    }
    /* section online sale  */
    .section-online-sale .sale-image-bg,
    .section-online-sale .sale-content {
        display: inline-block;
    }
    .section-online-sale .sale-image-bg {
   
        position: relative;
        width: 100%;
        max-width: 270px;
    }
    .section-online-sale .sale-image {
        border-radius: 10px;
        position: relative;
        width: 100%;
        max-width: 270px;
        padding-right: 20px;
    }
    .section-online-sale .sale-content {
        width: calc(55% - 20px);
        max-width: 560px;
        vertical-align: top;
        padding-top: 100px;
    }
    .section-online-sale .name-card {
        max-width: 500px;
        margin: 0 auto;
    }
    .section-product  .body .item-list&gt;li {
        width: 33.33%;
        /* width: 100%;
        max-width: 364px;
        height: 417px; */
    }

    .section-product  .body .item-list&gt;li .thumb a:hover img {
        transform: scale(1.1);
    }

    .section-product  .body .content .action {
        display: block;
    }

    .section-product  .body .content .action a:hover {
        text-decoration: underline;
    }

    .section-product  .body .content .title {
        margin-bottom: 8px;
    }

    .section-product  .body .content a:hover .title {
        color: var(--color_green);
    }

    .section-product  .body .content .desc {
        display: -webkit-box;
    }

    .section-product  .body .thumb {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        margin-bottom: 0;
    }

    .section-product  .body .content {
        padding: 24px;
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
        border-radius: var(--radius);
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        background-color: var(--color_light);
        height: 198px;
    }
}


@media screen and (max-width: 1024px){
    .icw .box {
        align-items: stretch;
        /* flex-direction: column-reverse; */
        /* padding: 20px; */
    }
    .icw .box {
        height: auto;
    }

    .icw .localnav-links, .localnav-links-wrap{
        max-width: 70%;
    }
    .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
        width: 100% !important;
        max-width: 790px;
        margin: 165px 30px 30px !important;
    }
}

.w1024{display: none;}

.section-howto .pd.mt{margin-top: 50px;}
@media screen and (max-width: 1024px) and (min-width: 767px){
    .main-box{
        display: grid;
        grid-template-columns: auto auto;
        gap: 15px;
    }
    .icw .box{
        min-height: 194px;
        width: auto;
        max-width: 100%;
        margin: 0;
    }
    .box .img-box{
        width: auto;
    }
    .w1024{
        display: block;
    }

    .section-howto .pd.mt{
        margin-top: 45px;
    }
}


@media screen and (max-width: 991px) {
    .hidden-w991 {
        display: none !important;
    }
    .choose-item-converage .slick-slider .slick-next {
        right: -10px;
    }
    .choose-item-converage .slick-slider .slick-prev {
        left: -10px;
    }
    .sc-table table.icw-table.table.tb-content {
        min-width: 1000px;
    }
    .content-table-terms table.table.table-data {
        min-width: 900px;
    }
    .icw .box {
        height: auto;
    }
    .icw .txt-box.w-50{
         width: 70%;;
    }
    .icw .btn-de {
        bottom: 15%;
    }
    .privilege-list{
        padding: 0;
    }
    .privilege-image{
        max-width: 720px;
    }
    .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
        width: 100% !important;
        max-width: 590px;
        margin: 165px 30px 30px !important;
    }
    .icw .online-sale-slider-m .sale-txt{
        padding: 15px;
    }
    .img-profile{
        min-width: 60px;
    }
    .img-profile img{
        border-radius: 50px;
        margin-bottom: 5px;
        width: 100%;
        max-width: 60px;
    }
    .flex-on{
        display: flex;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
    }
    .sc-campaign-swiper {width: 740px;}

.icw-popup-function .register-box .sc-campaign-swiper {width: 690px;}

.section-product .body .item-list&gt;li{
    width: 50%;
    float: left;
    padding: 0 12px;
    margin-bottom: 24px;
}
.section-product  .body .content .desc {
    display: block;
}

.section-product  .body .content .action {
    display: block;
}
.section-product .body .content{
    padding: 24px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
    border-radius: var(--radius);
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.section-product  .body .thumb {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 0;
}




}

@media screen and (max-width: 767px) {
    .hidden-w767 {
        display: none !important;
    }
    .main-box {
        display: block;
    }
    .icw .box {
        /* display: flex; */
        align-items: center;
        flex-direction: column-reverse;
    }
    .icw .box{
        margin-right: 16px;
        margin-top: 44px;
        /* display: flex; */
        /* align-items: flex-start;
        flex-direction: column-reverse;
        justify-content: flex-end; */
        padding: 16px;
        min-height: 236px;
        padding-top: 60px;
    }

    .icw .d-flex:last-child .box:last-child{
        margin-top: 16px;
        padding-top: 16px;
        min-height: 174px;
    }

    .icw .d-flex:last-child .box:last-child .img-box{
        bottom: 0;
        right: 0;
        top: auto;
        width: auto;
        height: auto;
    }
    .icw .box.box-m{
        width: 100%;
        max-width: 158px;
        margin: 100px auto 0;
    }
    .icw .box {
        height: auto;
    }
    .img-box img{
        margin-bottom: 20px;
    }
    .img-box img:first-child {
        display: block;
        margin: auto;
        margin-top: -50px;
    }
    .icw h1, .icw .h1.h1-45 {
        font-size: 28px;
        margin-bottom: 0;
    }
    .img-box.img-box-m img {
        width: 100%;
        max-width: 70px;
    }

    .d-flex{
        margin-top: 0;
    }
    .section-product .tab-control{
        width: 100%;
    }
    .section-product .tab-header {
        display: grid;
        justify-items: center;
    }
    .tab-content-area .h6.heading{
        margin-bottom: 24px;
    }    
    /* .privilege-nav{
        display: none;
    } */

    .privilege-nav{
        display: none !important;
    }


    
    .tab .control{
        gap: 0;
    }

    

    .section-product.section-howto a:hover {
        text-decoration: none;
    }

    
    .icw .txt-box.w-50{
        width: 100%;
    }
    .icw .sc-inner.sc-inner-bottom-0.sc-inner-64{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .icw .sc-inner.sc-inner-64{
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .box .img-box{
        /* display: flex; */
        /* justify-content: center; */
        align-items: end;
        height: 100%;
        width: 100%;
    }
    .icw .section-product .tab .control a{
        text-align: center;
    }
    .section-product .tab .control {
        gap: 16px;
    }
    .icw .h1.f-42,
    .icw .h3.f-42{
        font-size: 28px;
    }

    .icw .section-online-sale .height- {
        height: auto;
    }
    .button-popup{
        display: block;
    }
    .icw .btn-popup{
        margin-top: 12px;
    }
    .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
        width: 100% !important;
        max-width: 290px;
        margin: 48px 32px 32px !important;
    }
    .icw-popup-content .main-container{
        padding: 64px 10px;
    }
    .table-wrap table {
        margin: 15px 0 10px 0;
    }
    ::-webkit-scrollbar {
        display: none;
      }
      .action .btn-banner {
        bottom: 10%;
        left: 0;
        right: 0;
        margin: auto;
    }
    .icw-popup-function .register-box .sc-campaign-swiper {
        width: 100%;
    }
    .icw-popup-function .register-box .sc-campaign-swiper .swiper-button{
        display: flex;
    }
    .icw .txt-box p{
        font-size: 16px;
    }
    .icw .box.box-3{
        flex-direction: column;
    }
    .icw .box.box-3{
        padding-bottom: 0;
    }
    .box.box-3 .img-box img:first-child{
        margin-top: 0;
    }

    .box.box-3 .img-box img:first-child{
        margin-top: 0;
        margin-bottom: 0;
    }

    .section-product .body .item-list&gt;li{
        width: 100%;
    }

    .section-product  .body .item-list&gt;li {
        float: left;
        width: 100%;
        padding: 0 10px;
        margin-bottom: 24px;
    }
    .section-product  .body .content .desc {
        display: block;
    }
    
    .section-product  .body .content .action {
        display: block;
    }
    .section-product .body .content{
        padding: 24px;
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
        border-radius: var(--radius);
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .section-product  .body .thumb {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        margin-bottom: 0;
    }
    .sc-accordion{
        margin-top: 0;
    }
    .tab-content-normal{
        padding: 0 16px;
        background: transparent;
        margin-bottom: 16px;
        border-top: none;
    }

    .wrapper-content-slide{padding: 0;}
    .tab-content-normal.tab-content-normal-mb-0{
        padding: 0 16px;
    }
    .tab-col-wrapper{
        display: block;
    }
    .tab-content-normal .col:nth-child(1){
        padding-right: 0;
    }
    .tab-content-normal .col{
        width: 100%;
    }
    .tab-content-normal .col + .col &gt; .pd{padding-top: 0;}
    .tab-content-normal .col &gt; .pd.-no-pdm{padding-bottom: 0;}



}
.show-w360 {
    display: none;
}
@media screen and (min-width: 360px) and (max-width: 374px) {
    .show-w360 {
        display: block;
    }
}


    

/*############### application-details ###############*/
/* tab slide */
.tab-slide {
    padding-top: 48px;
    padding-bottom: 24px;
}

.bg-green {
    background-color: #F2FBF8;
}

.bg-grey {
    background-color: #F4F4F4;
}

.tab-slide .header-page {
    text-align: center;
}

.arrow-back {
    margin-bottom: 24px;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: var(--color_green);
}

.arrow-back i {
    width: 9px;
    height: 9px;
    border-left: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    display: inline-block;
    transform: rotate(45deg);
    margin-top: 15px;
}

/* .tab-list-content-slide .tab-remark {
    padding: 16px;
} */

.tab-list-content-slide {
    position: fixed;
    width: 100%;
    top: 0;
    left: 100%;
    z-index: 9;
    padding: 16px 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
    background-color: #F2FBF8;
    /* overflow: auto; */
}

/* .wrapper-content-slide {
    padding: 0 16px;
} */

.tab-list-content-slide.documents .bg-green {
    overflow-y: auto;
}

.tab-list-content-slide.open {
    left: 0;
    z-index: 1901;
    height: 100%;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.icw:has(.tab-list-content-slide.open) header {
    z-index: 1 !important;
}

.tab-list-content-slide .tab-default-wrapper {
    display: flex !important;
}

.wrapper-content-slide .tab-default-wrapper {
    border-bottom: 1px solid #DBDBDB;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 8px;
    align-items: baseline;
    white-space: pre;
    overflow: scroll;
    padding-right: 50px;
}

.wrapper-content-slide .tab-default-wrapper .tab.active {
    color: #333;
    border-bottom: 3px solid var(--color_green) !important;
    border-radius: 0;
}

.wrapper-content-slide .tab-default-wrapper .tab {
    color: #666;
    font-family: kurious;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 8px;
    padding-top: 8px;
    padding: 8px 8px;
    margin-top: 8px;
    border-radius: 8px;
    border-bottom: 3px solid transparent !important;
    padding: 8px 0;
    transition: none;
}

.wrapper-content-slide .tab-default-wrapper::-webkit-scrollbar {
    display: none;
}

.header-remark {
    margin: 0;
    font-family: kurious-looped !important;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    color: #666;
    margin-top: 8px;
}

.text-remark {
    font-family: kurious-looped !important;
    font-size: 13px;
    line-height: 20px;
    color: #666;
}


.tab-content {
    display: none;
    overflow-y: auto;
    /* padding-top: 24px;
    padding-bottom: 54px; */
}

.tab-content ul {
    padding-bottom: 16px;
}

.tab-content .mt-16 {
    margin-top: 16px;
}

.tab-content.active {
    display: block !important;
}

.tab-content-normal {
    overflow-y: auto;
}

.icw .wrapper-content-slide .tab-desc-head {
    margin-bottom: 8px;
    margin-top: 0;
    color: #333;
    font-family: 'Noto Sans Myanmar', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.icw .wrapper-content-slide .tab-desc-shead{
    margin-bottom: 16px;
    margin-top: 32px;
    color: #333;
    font-family: 'Noto Sans Myanmar', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}
.icw .wrapper-content-slide .tab-desc-sub{
    margin-bottom: 32px;
    margin-top: 0;
    color: #333;
    font-family: 'Noto Sans Myanmar', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
}

.icw .wrapper-content-slide .tab-desc {
    color: #333;
    font-family: 'Noto Sans Myanmar', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
}

.icw .wrapper-content-slide .txt-link {
    color: var(--color_green);
    font-family: 'Noto Sans Myanmar', sans-serif;
}

.icw .wrapper-content-slide .txt-link:hover {
    color: #00873F;
}

.tab-desc-text {
    font-family: 'Noto Sans Myanmar', sans-serif;
    color: #666;
    line-height: 30px;
}

.tab-desc {
    font-weight: 600;
    line-height: 24px;
    color: #333;
    margin-bottom: 16px;
    font-family: kurious;
}

.tab-desc-2 {
    font-weight: 500;
    line-height: 24px;
    color: #666;
    margin-bottom: 16px;
    font-family: kurious-looped !important;
}

.tab-download {
    text-align: center;
    padding: 24px 0 48px;
}

.tab-default-wrapper.list {
    border-bottom: 0;
    display: block;
    margin-top: 0;
}

.tab-list {
    color: #333;
    font-family: kurious;
    line-height: 24px;
    font-weight: 600;
    padding: 24px 0;
    border-bottom: 1px solid #DBDBDB;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tab-list:last-child {
    border-bottom: 0;
}

.tab-list span {
    width: 100%;
}

.tab-list i.ic,
.tab-list .ic-nvg {
    margin-right: 16px;
}

i.ic {
    font-size: 24px;
}



.sc-apply-online .ic-nvg {
    font-size: 16px;
}

.bar-model .btn-model.click-open .ic {
    color: #6B9E77 !important;
}

.list-style-none {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.list-style-none li {
    position: relative;
    padding-left: 32px;
    top: 2px;
}

.list-style-none li:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background-color: var(--color_green);
}

.list-mark li {
    font-size: 13px;
}

.tab-list-content-slide .header-page {
    color: #333;
    font-family: kurious;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    padding-bottom: 20px;
}


@media screen and (min-width:1199px) {
.bar-model {
    position: relative;
    bottom: auto;
    justify-content: space-between;
    width: auto;
    padding: 0;
    box-shadow: none;
}

.sc-apply-online .bar-model .action .btn {
    max-width: 220px;
    width: 100%;
}

.bar-model .action {
    border-left: 0;
    padding-left: 0;
    width: auto;
}

.bar-model .btn-model {
    display: none;
}
}

@media screen and (min-width:767px) {
    .wrapper-content-slide .tab-default-wrapper .tab {
        transition: .3s ease-in-out;
    }
}

@media screen and (max-width:767px) {
    .tab-list-content-slide .tab-content.active {
        height: 100vh;
        overflow: auto;
        padding-bottom: 200px;
    }
    .icw .wrapper-content-slide .tab-desc-head{
        font-size: 18px;
        margin-top: 16px;
    }
    .icw .wrapper-content-slide .tab-desc{
        font-weight: 700;
    }
    .section-howto .pd{
        padding: 20px 0;
    }
    .section-product.section-howto .swiper-wrapper{
        justify-content: start;
    }
    .swiper-pagination.mobile{
        bottom: -5px;
    }
    .swiper-pagination.mobile .swiper-pagination-bullet,
    .swiper-pagination.kplus .swiper-pagination-bullet{
        background: #fff;
        border: 1px solid #eee;
        opacity: 1;
    }
    .swiper-pagination.mobile .swiper-pagination-bullet-active,
    .swiper-pagination.kplus .swiper-pagination-bullet-active{
        background: var(--color_green);
        border: none;
        border-radius: 10px;
        padding: 0 10px;
    }

    .swiper-pagination.kplus{
        bottom: -6px;
    }
    .accordion:not(:last-child){
        margin-top:40px ;
    }
    .icw .btn.btn-phone {
        background-color: var(--color_green);
        color: var(--color-light);
        border-radius: 8px;
        padding: 8px 24px;
        margin-top: 5px;
        /* font-size: 20px; */
        height: 40px;
    }
    .section-product .body .content .title{
        font-size: 16px;
        margin-bottom: 8px;
    }
    .section-product .body .item-list{
        margin: 0;
    }
    .section-product .body .item-list&gt;li{
        padding: 0;
        height: 389px;
    }

    .section-product .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .section-product .body .content .title{
        min-height: 48px;
    }

    .section-howto i.ic-nvg {
        font-size: 24px;
    }
    .accordion .accordion-title{
        font-size: 16px;
    }

    .section.section-privilege .main-box{
        display: block;
    }

    
}


/* ############################ rate interest desktop ############################ */
#rate-interest {
    padding: 64px 0;
}

.tab-remark {
    margin-right: 0;
    margin-left: 0;
    border-radius: 8px;
}

.wrapper-input {
    padding: 32px 40px 0;
}

.tab-download {
    padding-bottom: 0;
}

.icw .wrapper-content-slide ul,
.icw .tab-content ul {
    padding-left: 20px;
}

.icw .wrapper-content-slide ul li,
.icw .tab-content ul li {list-style: disc;color: #666;font-family: 'Noto Sans Myanmar', sans-serif;font-size: 16px;font-weight: 500;margin-bottom: 5px;line-height: 2;}

.icw .wrapper-content-slide p,
.icw .tab-content p {color: #666; font-family: 'Noto Sans Myanmar', sans-serif;font-size: 16px;font-weight: 500;line-height: 2;}

.icw .tab-content ul {padding-bottom: 0;}

.tab-content p {margin-bottom: 24px;}

.section-product .tab-content p {margin-bottom: 0;}




.wrapper-content-slide {position: relative;}
.wrapper-content-slide .tab-dropdown {position: absolute;z-index: 2; bottom: 0px;opacity: 0;visibility: hidden;transition: .3s ease-in-out;margin-left: -15px;
    position: relative;margin-top: 8px;display: none;
}
.wrapper-content-slide .tab-dropdown.active {opacity: 1;visibility: visible;background-color: #F2FBF8; border-bottom: 1px solid #DBDBDB; margin-left: 0; display: block;}
.wrapper-content-slide .tab-dropdown .txt {color: #666; font-family: kurious; font-size: 16px; font-weight: 600; line-height: 40px; padding-top: 8px;}
.wrapper-content-slide .tab-default-wrapper.active { position: absolute; display: block !important; z-index: 100; background: #F2FBF8; top: 100%;left: -16px;
    margin-top: 0; width: calc(100% + 32px); padding: 16px;white-space: initial; border-bottom: 0; box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05); overflow: hidden;
    gap: 0; justify-content: flex-start;
}
.wrapper-content-slide .tab-default-wrapper.active .tab { display: inline-flex !important; padding: 8px 16px !important; border: 1px solid #ddd !important; 
    border-radius: 8px !important; background-color: #fff !important;
}
.wrapper-content-slide .tab-default-wrapper.active .tab.active { color: var(--color_green); border: 1px solid var(--color_green) !important;}

@media screen and (min-width:767px) {
    .tab-list-content-slide h3 { font-size: 20px; color: #333; font-family: kurious; font-weight: 700; line-height: 30px; text-align: left; margin-bottom: 32px;}

    .tab-content-normal {
        padding: 48px 32px;
        background: #FFF;
        margin-bottom: 16px;
        border-top: 5px solid var(--color_green);
    }

    .tab-list {
        padding-bottom: 8px;
        color: #666 !important;
        line-height: 24px;
        font-weight: 600;
        cursor: pointer;
        margin: 0 24px;
        border-bottom: unset;
        border-bottom: 3px solid transparent !important;
    }

    .tab-list.active {
        color: #333 !important;
        border-bottom: 3px solid var(--color_green) !important;
    }

    .tab-default-wrapper.list {
        border-bottom: 1px solid #DBDBDB;
        display: flex;
        margin-top: 24px;
    }

    .tab-default-wrapper.list.hidden-w767 {
        display: flex !important;
        justify-content: center;
    }

    .tab-list-content-slide {
        position: unset;
        transform: unset;
        display: none;
        background-color: unset;
        max-width: 1140px;
        margin: 0 auto;
        padding: 24px 16px 40px;
    }

    .tab-list-content-slide.active {
        display: block;
    }

    .tab-list-content-slide .arrow-back,
    .tab-list-content-slide .header-page {
        display: none;
    }

    .content-tab-02 .tab-content,
    .content-tab-03 .tab-content {
        display: none;
        background: #FFF;
        padding: 40px;
        margin-bottom: 16px;
        border-radius: 8px;
        border-top: 5px solid var(--color_green);
    }

    .tab-list-content-slide .tab-default-wrapper {
        display: none !important;
    }

    .tab-col-wrapper {
        display: flex;
        width: 100%;
        gap: 16px;
    }

    .tab-col-wrapper p {
        margin-top: 0;
    }

    .tab-content-normal .col {
        width: 50%;
    }

    .tab-content-normal .col:nth-child(1) {
        padding-right: 0;
    }

    .tab-content-normal .col:nth-child(2) {
        padding-left: 0;
    }

    .row-cal-field {
        width: 100%;
        margin-right: 20px;
        margin-left: 20px;
    }
}

@media screen and (max-width:1024px) {
    .webchatbox { bottom: 3px !important; right: 8px !important; z-index: 1002 !important;}
    .webchatbox .chat-tooltip-info {top: 0 !important;}
    .webchatbox .chat-hover-tooltip {display: none !important;}
}
.webchatbox .chat-list&gt;a {box-shadow: none !important;}

.section.section-howto .swiper-slide {flex-shrink: inherit;}

@media screen and (max-width:767px) {
    .section.section-howto .swiper-slide {flex-shrink: 0;}

    .tab-list-content-slide.open &gt; .wrapper-content-slide{padding: 0 16px;}

    .icw .wrapper-content-slide .tab-desc-shead{font-size: 16px;}
}

.ic-arrow {width: 14px;height: 12px;border-right: 2px solid #00A94F;border-bottom: 2px solid #00A94F; display: inline-block; transform: rotate(-45deg);}




.show-w1199{display: none;}
.show-w991{display: none;}
.show-w767{display: none;}
.show-w414{display: none;}
.show-w375{display: none;}
.show-w360{display: none;}

@media (max-width: 1199px){
    .show-w1199{display: block;}
    .hide-w1199{display: none;}
}
@media (max-width: 991px){
    .show-w991{display: block;}
    .hide-w991{display: none;}
}
@media (max-width: 767px){
    .show-w767{display: block;}
    .hide-w767{display: none;}
}
@media (max-width: 414px){
    .show-w414{display: block;}
    .hide-w414{display: none;}
}
@media (max-width: 375px){
    .show-w375{display: block;}
    .hide-w375{display: none;}
}
@media (max-width: 360px){
    .show-w360{display: block;}
    .hide-w360{display: none;}
}
@media screen and (min-width:200px) {
    .wrapper-content-underbox{margin-top: 32px; padding-top: 32px; border-top: 1px solid #DDDDDD;}
    .wrapper-content-underbox .row{display: block; margin: 0;}
    .wrapper-content-underbox .row &gt; .col{padding: 0; width: 100%;}
    .wrapper-content-underbox .row &gt; .col &gt; img{max-width: 350px; margin: 0 auto 24px; display: block;}
    .wrapper-content-underbox .title{color: #333; font-family: 'Noto Sans Myanmar', sans-serif;font-size: 16px;font-weight: 700;line-height:1.5; margin: 0 0 8px 0;}
    .wrapper-content-underbox .ol-list{margin-left: 1.5em;}
    .wrapper-content-underbox .ol-list &gt; li{list-style: decimal;}
    .wrapper-content-underbox .ol-list &gt; li,
    .wrapper-content-underbox .desc{color: #666; font-family: 'Noto Sans Myanmar', sans-serif;font-size: 16px;font-weight: 500;line-height: 2;}
    .wrapper-content-underbox .action{padding-top: 24px;}
    .wrapper-content-underbox .action .link{color: #00A94F;font-family: 'Noto Sans Myanmar';font-size: 16px;font-style: normal;font-weight: 600;line-height: 2;text-decoration-line: underline;}

    .tab-content-normal.kplus{background: url(../img/bgfeature-m.jpg) no-repeat center; background-size: cover; position: relative; padding: 0 16px;}
    .tab-content-normal.kplus .txt-box{padding: 48px 0 0; text-align: center;}
    .tab-content-normal.kplus .txt-box .title{margin: 0 0 16px; color: #333;font-family: 'Noto Sans Myanmar';font-size: 20px;font-weight: 700;line-height: 1.5;}
    .tab-content-normal.kplus .txt-box .link{}
    .tab-content-normal.kplus .kplusfeature{margin: 0 auto; max-width: 100%; height: 260px; overflow: hidden;}
    .tab-content-normal.kplus .box-inner{display: flex; width: 100%; pointer-events: visible; min-height: 104px;}
    .tab-content-normal.kplus .icon{min-width: 65px; max-width: 65px; filter: drop-shadow(0px 0px 20px rgba(80, 197, 180, 0.50));}
    .tab-content-normal.kplus .data{padding-top: 18px; padding-left: 8px;}
    .tab-content-normal.kplus .data .txt{color: #00A94F;font-family: 'Noto Sans Myanmar';font-size: 16px;font-weight: 700;line-height: 1.5; margin: 0 0 8px 0;}
    .tab-content-normal.kplus .data .desc{color: #333;font-family: 'Noto Sans Myanmar';font-size: 16px;font-weight: 500;line-height: 1.5; margin: 0;}


    .download-box{border-radius: 8px; position: relative; padding: 40px 24px 0;
        background-size: 110%; background-repeat: no-repeat; background-position: center; background-image: url(../img/download-bg-m.png);
    }
    .download-box .content{max-width: 280px; margin: 0 auto;}
    .download-box .title{line-height: 1.5em; margin-bottom: 8px; font-family: 'kurious', Helvetica, Arial, sans-serif; font-size: 24px;}
    .download-box .title .icon{margin-left: -2px; width: 40px;}
    .download-box .desc{line-height: 1.5em; margin-bottom: 16px; font-family: 'kurious', Helvetica, Arial, sans-serif; font-size: 16px;}
    .download-box .thumb{width: 237px; margin-top: 30px; margin-left: auto; margin-right: auto;}
    .download-box .thumb &gt; img{max-width: inherit;}
    .download-box .action{text-align: left; margin: -2px;}
    .download-box .action .link-img{height: 40px; display: inline-block; margin: 2px;}


    .icw-popup-content .popup-box .main-container {padding: 16px; border-radius: 8px;}
    .icw-popup-content .popup-box .head{text-align: left;}
    .icw-popup-content .popup-box .head .title{margin-bottom: 16px;}
    .icw-popup-content .popup-box .body{text-align: left;}
    .icw-popup-content .popup-box .body ol{margin-left: 1.5em;}
    .icw-popup-content .popup-box .body ol &gt; li{list-style: decimal;}
    .icw-popup-content .popup-box .body ul{margin-left: 1.5em;}
    .icw-popup-content .popup-box .body ul &gt; li{list-style: disc;}
    .icw-popup-content .popup-box .body ol &gt; li,
    .icw-popup-content .popup-box .body ul &gt; li{color: #666; font-family: 'Noto Sans Myanmar'; font-size: 16px;font-weight: 500;line-height: 2;}


    .section.section-privilege .sc-content{padding-top: 74px;}
    .section.section-privilege .main-box{margin: -8px; flex-wrap: wrap; display: flex;}
    .icw .box.box-1, 
    .icw .box.box-2{width: calc((100% / 2) - 16px); margin: 8px;}
    .icw .box.box-3{width: calc(100%  - 16px); margin: 8px; min-height: 174px; padding-top: 16px;}
    .icw .box.box-3 .img-box{height: auto; width: auto;}

}
@media screen and (min-width:768px) {
    .wrapper-content-underbox{margin-top: 48px; padding-top: 48px;}
    .wrapper-content-underbox .title{font-size: 18px;}

    .download-box{display: flex; align-items: center; justify-content: center; padding: 0;
        background-image: url(../img/download-bg.png); background-size: cover;
    }
    .download-box .content{margin-left: 0; margin-right: 40px; max-width: inherit;}
    .download-box .title{margin-bottom: 12px; font-size: 33px;}
    .download-box .title .icon{width: 48px;}
    .download-box .desc{font-size: 18px;}
    .download-box .thumb{width: 172px; margin-top: 30px; margin-left: 0; margin-right: 0;}


    .tab-content-normal.kplus{padding: 0;}
    .tab-content-normal.kplus{background: url(../img/bgfeature.jpg) no-repeat center;}
    .tab-content-normal.kplus .kplusfeature{margin: 0 auto; max-width: 300px; height: auto;}
    .tab-content-normal.kplus .info{position: relative; display: flex; align-items: flex-end; gap: 20px; margin-top: 32px;}
    .tab-content-normal.kplus .info &gt; .col{flex-basis: 0; -webkit-box-flex: 1; flex-grow: 1; max-width: 100%; display: flex; flex-direction: column; gap: 8px;}
    .tab-content-normal.kplus .info &gt; .col:first-child .box-inner{text-align: right; justify-content: flex-end;}
    .tab-content-normal.kplus .info &gt; .col:first-child .box-inner .icon{order: 2;}
    .tab-content-normal.kplus .info &gt; .col:first-child .box-inner .data{order: 1; padding-right: 8px;}
    .tab-content-normal.kplus .info &gt; .col:last-child .box-inner{text-align: left; justify-content: flex-start;}
    .tab-content-normal.kplus .info &gt; .col:last-child .box-inner .icon{order: 1;}
    .tab-content-normal.kplus .info &gt; .col:last-child .box-inner .data{order: 2; padding-left: 8px;}
    .tab-content-normal.kplus .icon{min-width: 65px; max-width: 65px; border-radius: 50%;}
    .tab-content-normal.kplus .data .txt{font-size: 18px;}


    .section.section-privilege .sc-content{padding-top: 0;}
    .section.section-privilege .main-box{flex-wrap: nowrap; margin: 0;}
    .icw .box.box-1, 
    .icw .box.box-2,
    .icw .box.box-3{width: 100%; margin: 0;}

    .icw-popup-content .popup-box .main-container {padding: 48px 48px 24px;}
}
@media screen and (min-width:992px) {
    .wrapper-content-underbox .row{display: flex; align-items: center; margin: 0 -24px; flex-wrap: nowrap;}
    .wrapper-content-underbox .row &gt; .col{padding: 0 24px;  flex-basis: 0; -webkit-box-flex: 1; flex-grow: 1; max-width: 100%;}
    .wrapper-content-underbox .row &gt; .col &gt; img{max-width: 100%; margin: 0 auto;}
    .wrapper-content-underbox .row.-revert &gt; .col:first-child{order: 2;}
    .wrapper-content-underbox .row.-revert &gt; .col:last-child{order: 1;}


    .tab-content-normal.kplus .info{position: absolute; top: 200px; left: 0; right: 0; bottom: 48px; display: flex; align-items: flex-end; gap: 300px; pointer-events: none;}
    .tab-content-normal.kplus .info &gt; .col{gap: 20px;}
    .tab-content-normal.kplus .kplusfeature {max-width: 400px;}


    .download-box{height: 294px;}
    .download-box .content{margin-right: 109px;}
    .download-box .thumb{width: 272px;}
}
@media screen and (min-width:1200px) {
    .tab-content-normal.kplus .info{gap: 420px;}
    .tab-content-normal.kplus .info &gt; .col{gap: 70px;}
    .tab-content-normal.kplus .kplusfeature{max-width: 520px;}


    .download-box .thumb{width: 278px;}


    .section.section-privilege .main-box{margin: -12px;}
    .icw .box.box-1, 
    .icw .box.box-2,
    .icw .box.box-3{margin: 12px;}
}





/*######################### section-language #########################*/
.section-language {
    padding: 32px 0;
}

.section-language .choose {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.section-language .choose .bg-choose {
    border-radius: 8px;
    background: #FAFAFA;
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.section-language .choose .txt-choose {
    color: #333;
    text-align: center;
    font-family: Kurious;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 0;
}

/* .section-language .choose ul&gt;li img{
    width: 100%;
    max-width: 48px;
} */
.section-language .choose ul {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-left: 0;
    margin: 0;
}

.section-language .choose ul&gt;li {
    list-style: none;
}

.section-language .choose li a {
    opacity: 0.4;
    width: 28px;
    display: block;
    border-radius: 25px;
    border: 1px solid #ddd;
}

.section-language .choose li.active a {
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.30));
    border: 2px solid #00A94F;
    opacity: 1;
    width: 36px;
}


@media screen and (max-width: 767px) {
    .section-language .choose {
        display: block;
    }

    .section-language .choose .bg-choose{
        max-width: 260px ;
        margin: 0 auto;
    }

}

/*######################### section-language #########################*/</pre></body></html>