<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.stickyNav-panelList .box-cta .btn {
    display: inline-flex !important;
}

@media screen and (min-width:1140px) {
    #navigation-page-sticky .stickyNav-panelList {
        display: none !important;
    }
    
    .sticky-shrink #navigation-page-sticky .stickyNav-panelList,
    #navigation-page-sticky.active .stickyNav-panelList {
        display: grid !important;
    }
    
    #navigation-page-sticky {
        height: 0 !important;
        box-shadow: none !important;
    }
    
    .sticky-shrink #navigation-page-sticky,
    #navigation-page-sticky.active {
        height: auto !important;
        box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.05) !important;
        position: fixed;
    }
}

.main {
    /* height: 100%; */
    overflow-x: hidden;
}

/* ################## sc-search ################### */
.section.sc-search .sc-inner {
    padding-top: 24px;
    margin-top: 0;
    padding-bottom: 16px;
}

.icw .sc-search .container .sc-content {
    /* overflow: hidden; */
}

.icw .sc-search {
    overflow: visible !important;
}

.icw .search-input {
    width: 100%;
    max-width: 68px;
    min-width: 68px;
    transition: ease-in-out;
}

.icw #page-search.search-input.active {
    max-width: 246px;
    min-width: 246px;
}

.icw #page-search.search-input.active input {
    padding-right: 114px !important;
}

.tab-search {
    display: flex;
    white-space: nowrap;
    overflow: scroll;
    gap: 8px;
    margin-right: -16px;
    margin-left: -16px;
    padding: 0 16px;
}

.tab-search.active {
    overflow: visible;
    width: calc(100vw - 24px);
    /* overflow-x: hidden;
    overflow-y: auto; */
}

.icw .search-input i {
    left: 8px;
}


.icw #page-search.search-input.active i {
    left: 16px;
}

.tab-search::-webkit-scrollbar {
    display: none;
}

.tab-search .search-input::after {
    content: "____";
    position: absolute;
    bottom: 8px;
    left: 30px;
    overflow: hidden;
    width: 24px;
}

.icw #page-search.search-input.active::after {
    content: "";
}

.sc-search .search-input .place-hoder {
    display: none;
}

.sc-search .search-input.active .place-hoder {
    display: block;
}

.tab-search-inner {
    width: fit-content;
    min-width: max-content;
}

.sc-search .tab-search-inner span {
    position: relative;
    display: inline-block;
    top: auto !important;
    left: auto;
}

/* .tab-search-inner.active .name-tab {
    display: none;
} */

.tab-search-inner.active i, .tab-search-inner.active img {
    margin-right: 0 !important;
}

/* .tab-search-inner:nth-child(2) span {
    top: auto;
    left: auto;
} */

.search-input .place-hoder {
    max-width: 100%;
}

.sc-backbar {
    padding: 11px 0;
    background: #F8F8FA;
    margin-bottom: 0;
}

.sc-search .btn-tab {
    margin-top: 0;
    gap: 4px;
    width: 50%;
}

.icw .btn-tab i {
    margin-right: 4px;
}

.boxtab-inner.active {
    border: 1px solid #00A94F;
    background: #00A94F;
}

.tab-main-all-inner.-left .boxtab-inner {
    background: url(../img/main/category/kpoint_bg-green.png), radial-gradient(127.25% 127.25% at 100% 100%, rgba(0, 169, 79, 0.10) 0%, rgba(0, 169, 79, 0.00) 100%), #FFF;
    background-position: 30px 100%;
    background-repeat: no-repeat;
    background-size: 80%;
}

.tab-main-all-inner.-left .boxtab-inner.active {
    background: url(../img/main/category/kpoint_bg-white.png), #00A94F;
    background-position: 30px 100%;
    background-repeat: no-repeat;
    background-size: 80%;
}

.boxtab-inner.active p {
    color: #fff;
}

/* .boxtab-inner {
    width: 115px;
    height: 80px;
} */

/* .boxtab-inner img {
    max-height: 38px;
    bottom: 1px;
} */

/* .boxtab-inner p {
    -webkit-text-stroke-color: #FFF;
    -webkit-text-stroke-width: 0.3px;
    color: #111;
} */


.tab-search-inner {
    border: 1px solid #CCEEDC;
}

.icw .tab-search-inner span {
    width: auto;
}

.btn-tab.active span {
    /* min-width: 100% ; */
    white-space: nowrap;
}

/* .btn-tab.active {
    flex-basis: 42%;
} */

.tab-search-inner:nth-child(2) i, .tab-search-inner:nth-child(3) i, .tab-search-inner:nth-child(4) i, .tab-search-inner:nth-child(5) i {
    top: -2px;
}

.sc-search .tab-search-inner span.show-w767 {
    display: inline-block;
}

@media screen and (min-width: 768px) {


    .sc-search .tab-search-inner span.show-w767 {
        display: none;
    }

    .tab-search-inner.active .name-tab {
        display: inline;
    }

    .tab-search-inner.active i,.tab-search-inner.active img {
        margin-right: 4px !important;
    }

    /* .boxtab-inner {
        width: 112px;
        height: 128px;
    } */

    .boxtab-inner p {
        -webkit-text-stroke-width: 0;
        color: #333;
    }

    .boxtab-inner img {
        max-height: 62px;
        bottom: 8px;
    }

    .tab-search.active {
        width: 100%;
    }

    .sc-search .sc-inner {
        padding-top: 10px;
    }

    .sc-backbar {
        padding-top: 28px;
        background: #fff;
        margin-bottom: 0;
    }

    .icw .search-input {
        /* max-width: calc(100% - 695px);
        min-width: calc(100% - 568px); */
        min-width: unset;
        max-width: unset;
    }

    /* .icw #page-search.search-input.active {
        max-width: calc(100% - 568px);
        min-width: calc(100% - 568px);
    } */

    .icw .search-input i {
        left: 16px;
    }


    .tab-search .search-input::after,
    .icw #page-search.search-input.active::after {
        content: "";
    }

    .sc-search .search-input .place-hoder,
    .sc-search .search-input.active .place-hoder {
        display: block;
        max-width: 71.5%;
    }
}

@media screen and (min-width: 992px) {

    .sc-search .search-input .place-hoder,
    .sc-search .search-input.active .place-hoder {
        max-width: unset;
    }

    .icw .search-input {
        min-width: unset;
        max-width: unset;
    }

    .icw #page-search.search-input.active {
        min-width: 453.25px;
        max-width: unset;
    }

}


/* ################## sc-all-promotion ################## */
.sc-all-promotion .sc-heading .title {
    margin-bottom: 8px;
    text-align: center;
}

.sc-all-promotion .sc-heading .subtitle {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
}

.sc-all-promotion .sc-heading .subtitle.active {
    display: block;
}

.box-filter {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 8px;
    position: relative;
    height: 42px;
}

.toggle {
    display: flex;
    gap: 4px;
    padding: 2px 8px;
    background: #CCC;
    border-radius: 25px;
    margin-right: 16px;
    height: 24px;
    align-items: center;
}

.toggle.active {
    background: #00A94F;
}

.toggle.active .btn-close,
.toggle .btn-open {
    display: none;
}

.toggle.active .btn-open,
.toggle .btn-close {
    display: block;
    position: relative;
    /* top: 1.5px; */
    height: 17px;
}

.btn-toggle svg {
    width: 23px !important;
    height: 14px !important;
}

.toggle span {
    color: #FFF;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
}

.box-filter .search-input {
    width: 100%;
    max-width: 336px;
    min-width: unset;
    margin-right: 16px;
    border: 0;
    margin-top: 0 !important;
}

.box-filter .search-input img {
    position: absolute;
    top: 11px;
    left: 16px;
}

.icon-empty {
    max-width: 80px;
    width: 100%;
    /* display: block;
    margin: auto; */
}

.sc-empty-promotion {
    background: #fafafa;
}
.sc-empty-promotion.-head {
    background: #F4F4F4;
}
.sc-empty-promotion.-head .sc-inner {
    padding: 24px 0;
}

.sc-empty-promotion .sc-content-head {
    display: flex;
    gap: 32px;
    align-items: center;
    justify-content: center;
}


.sc-empty-promotion .subtitle {
    color: #333;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
    margin-bottom: 8px;
}

.sc-empty-promotion .subtitle2 {
    color: #333;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {

    .toggle.active .btn-open,
    .toggle .btn-close {
        height: 25px;
    }

    .sc-all-promotion .sc-heading .subtitle {
        display: block;
    }

    .box-filter {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-bottom: 16px;
    }

    .toggle {
        gap: 8px;
    }

    .toggle {
        gap: 8px;
        padding: 8px 16px 8px 8px;
        margin-right: 24px;
        height: 40px;
    }

    .btn-toggle svg {
        width: 41px !important;
        height: 25px !important;
    }

    .toggle span {
        font-size: 16px;
    }

    .box-filter .search-input {
        margin-right: 24px;
    }

    .icon-empty {
        max-width: 120px;
    }

    .sc-empty-promotion .subtitle {
        color: #00A94F;
        font-size: 26px;
        margin-top: 32px;
        margin-bottom: 16px;
    }

    .sc-empty-promotion .sc-content-head {
        gap: 48px;
    }
    .sc-empty-promotion.-head .sc-inner {
        padding: 32px 0;
    }
}

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

    .sc-empty-promotion.-rec .box-thumb {
        box-shadow: 0px 1px 3px 0px #0000001A;
    }
}

/* ################## sc-tabinner-promotion #################### */
.sc-tabinner-promotion {
    background: #F2FBF6;
    padding: 8px 0;
    overflow: visible !important;
    z-index: 99;
}

.sc-tabinner-promotion .container {
    overflow: visible;
}

.sc-tabinner-promotion .tab-control:before {
    display: block;
    bottom: 0;
    top: 36px;
    display: none;
}

.sc-tabinner-promotion .tab-control {
    height: auto;
 }

/* .sc-tabinner-promotion .tab-control:after {
    content: '';
    position: absolute;
    z-index: 3;
    top: 0;
    right: 24px;
    bottom: 0;
    width: 70px;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(250, 250, 250, 0.00) 0%, #FAFAFA 72.45%);
    mix-blend-mode: luminosity;
} */

.sc-tabinner-promotion .tab::-webkit-scrollbar {
    display: none;
}

.sc-tabinner-promotion .tab-control {
    margin-bottom: 0;
}

.sc-tabinner-promotion .tab {
    overflow: auto;
    margin-right: 32px;
}

.sc-tabinner-promotion .tab .control {
    justify-content: flex-start;
}

.sc-tabinner-promotion .tab .control:after {
    content: '';
    width: 1px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
}

.sc-tabinner-promotion .tab.active {
    overflow: visible;
}

.sc-tabinner-promotion .tab-control.active:after {
    display: none;
}

.action-dropdown {
    display: flex !important;
}

.tab-dropdown {
    display: block !important;
}

.sc-tabinner-promotion .tab .control a {
    height: 40px;
    border-radius: 8px;
    border: 1px solid #999;
    background: #FFF;
    padding: 8px 16px;
}

.sc-tabinner-promotion .tab .control a span {
    color: #333;
    font-size: 13px;
    pointer-events: none;
}

.sc-tabinner-promotion .tab .control a.active {
    border: 1px solid #00A94F;
    background: #00A94F;
}

.sc-tabinner-promotion .tab .control a.active span {
    color: #FFF !important;
}

.sc-tabinner-promotion .tab .control a,
.sc-tabinner-promotion .action-dropdown {
    height: 40px;
}

.sc-tabinner-promotion .tab .control {
    gap: 8px;
}

@media screen and (min-width: 768px) {
    .sc-tabinner-promotion {
        padding: 16px 0;
    }

    .sc-tabinner-promotion .tab .control a span {
        font-size: 16px;
    }

    .sc-tabinner-promotion .tab .control a {
        padding: 8px 24px;
    }
}

/* ################### sc-apply-cc ##################### */
.box-apply {
    position: relative;
    /* margin-top: -16px; */
    background: #F4F4F4;
    padding-bottom: 0;
}

.box-apply ._container {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.section-benefit {
    width: 100%;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    padding: 24px 16px;
    margin: 0 auto;
    flex-direction: column;

    font-size: 26px;
    line-height: 39px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    background: linear-gradient(93deg, #475967 0.52%, #34434E 100%);
    /* max-height: 222px; */

    display: none;
}

.section-benefit.active {
    display: flex;
}

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

.icw .btn-link {
    background-color: #00A94F;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    display: block;
    border-radius: 8px;
    cursor: pointer;
    width: 225px;
    margin: 16px auto 0;
    transition: .3s ease-in-out;
}

.icw .btn-link.btn-thank {
    width: 295px;
}

.icw .btn-link:hover {
    background-color: #0BC160;
    text-decoration: none !important;
}

.section-benefit img.banner {
    max-width: 145px;
    margin: 0 auto;
    /* margin-right: 0; */
    /* margin-bottom: 24px; */
}

.clear-all i,
.open-search-api i,
.open-search-text i {
    font-size: 16px !important;
    position: relative;
    top: 2px;
}

.clear-all span,
.open-search-api span,
.open-search-text span  {
    margin-left: 4px !important;
    text-decoration: underline !important;
}

.clear-all:hover,
.open-search-api:hover,
.open-search-text:hover {
    color: #009445 !important;
}

.flex-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.onecard {
    color: #00A94F !important;
    text-align: center !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
}

.section-benefit.bg-kwave img.banner {
    max-width: 117px;
}

.bg-cc {
    background: linear-gradient(93deg, #475967 0.52%, #34434E 100%);
}

.bg-shopee {
    background: url(../img/search/bg/mobile/creditcard-bg1_mobile.jpg) no-repeat;
    background-size: cover;
}

.bg-platinum,
.bg-platinum-vs, 
.bg-platinum-mt {
    background: url(../img/search/bg/mobile/creditcard-bg5_mobile.jpg) no-repeat;
    background-size: cover;
}

.bg-line,
.bg-linepoints {
    background: url(../img/search/bg/mobile/creditcard-bg2_mobile.jpg) no-repeat;
    background-size: cover;
}

.bg-passion {
    background: url(../img/search/bg/mobile/creditcard-bg3_mobile.jpg) no-repeat;
    background-size: cover;
}

.bg-blue {
    background: url(../img/search/bg/mobile/creditcard-bg4_mobile.jpg) no-repeat;
    background-size: cover;
}
.bg-bdms {
    background: url(../img/search/bg/mobile/creditcard-bg6_mobile.jpg) no-repeat;
    background-size: cover;
}

.bg-jcb {
    background: url(../img/search/bg/mobile/creditcard-bg7_mobile.jpg) no-repeat;
    background-size: cover;
}

.bg-kingpower {
    background: url(../img/search/bg/mobile/creditcard-bg8_mobile.jpg) no-repeat;
    background-size: cover;
}

.bg-onesiam {
    background: url(../img/search/bg/mobile/creditcard-bg9_mobile.jpg) no-repeat;
    background-size: cover;
}

.bg-titanium {
    background: url(../img/search/bg/mobile/creditcard-bg10_mobile.jpg) no-repeat;
    background-size: cover;
}

.bg-homesmile {
    background: url(../img/search/bg/mobile/creditcard-bg11_mobile.jpg) no-repeat;
    background-size: cover;
}

.bg-cga,
.bg-cga-sft {
    background: url(../img/search/bg/mobile/creditcard-bg12_mobile.jpg) no-repeat;
    background-size: cover;
}

.bg-tu {
    background: url(../img/search/bg/mobile/creditcard-bg13_mobile.jpg) no-repeat;
    background-size: cover;
}

.bg-unionpay {
    background: url(../img/search/bg/mobile/creditcard-bg14_mobile.jpg) no-repeat;
    background-size: cover;
}

.bg-amway {
    background: url(../img/search/bg/mobile/creditcard-bg15_mobile.jpg) no-repeat;
    background-size: cover;
}

.bg-wisdom {
    background: url(../img/search/bg/mobile/creditcard-bg16_mobile.jpg) no-repeat;
    background-size: cover;
}

.bg-nfc {
    background: url(../img/search/bg/mobile/creditcard-bg17_mobile.jpg) no-repeat;
    background-size: cover;
}

.bg-kwave {
    background: url(../img/search/bg/mobile/creditcard-bg18_mobile.jpg) no-repeat;
    background-size: cover;
}

.bg-gold {
    background: url(../img/search/bg/mobile/creditcard-bg19_mobile.jpg) no-repeat;
    background-size: cover;
}

.bg-classic {
    background: url(../img/search/bg/mobile/creditcard-bg20_mobile.jpg) no-repeat;
    background-size: cover;
}

.bg-infinite,
.bg-wisdom-inf {
    background: url(../img/search/bg/mobile/creditcard-bg21_mobile.jpg) no-repeat;
    background-size: cover;
}

.bg-premier {
    background: url(../img/search/bg/mobile/creditcard-bg22_mobile.jpg) no-repeat;
    background-size: cover;
}

.bg-muangthaismile,
.bg-mtl {
    background: url(../img/search/bg/mobile/creditcard-bg23_mobile.jpg) no-repeat;
    background-size: cover;
}

.tabcard {
    border-radius: 8px;
    max-width: 24px;
    width: 100%;
    min-height: 24px;
    position: relative;
    /* top: -9px; */
    margin-right: 4px;
}

.card-total,
.privilege-total,
.store-total {
    display: inline !important;
}

.icw .tag-store {
    border: 1px solid #CCEEDC;
    gap: 0px;
    border-radius: 20px;
    opacity: 0px;
    background: #FFFFFF;
    padding: 2px 12px;
    width: fit-content;
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    color: #00A94F;
    display: flex;
    align-items: center;
}

.icw .tag-store::after {
    content: "\e902";
    font-family: 'iconavigation' !important;
    font-size: 8px;
    margin-left: 8px;
    cursor: pointer;
}

.icw .box-tag-store {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 8px;
    flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
    .icw .txt-back {
        font-size: 16px;
    }

    .box-apply {
        padding-bottom: 64px;
    }

    .section-benefit {
        border-radius: 8px;
        flex-direction: row;
    }

    .section-benefit img.banner {
        max-width: 210px;
        margin-right: 40px;
    }

    .section-benefit.bg-blue img.banner {
        max-width: 231px;
        margin-right: 0;
    }

    .section-benefit.bg-kwave img.banner {
        max-width: 167px;
        margin-right: 24px;
    }

    .bg-shopee {
        background: url(../img/search/bg/desktop/creditcard-bg1_desktop.jpg) no-repeat;
        background-size: cover;
    }

    .bg-platinum,
    .bg-platinum-vs, 
    .bg-platinum-mt {
        background: url(../img/search/bg/desktop/creditcard-bg5_desktop.jpg) no-repeat;
        background-size: cover;
    }

    .bg-line,
    .bg-linepoints {
        background: url(../img/search/bg/desktop/creditcard-bg2_desktop.jpg) no-repeat;
        background-size: cover;
    }

    .bg-passion {
        background: url(../img/search/bg/desktop/creditcard-bg3_desktop.jpg) no-repeat;
        background-size: cover;
    }

    .bg-blue {
        background: url(../img/search/bg/desktop/creditcard-bg4_desktop.jpg) no-repeat;
        background-size: cover;
        padding: 24px 0;
    }
    .bg-bdms {
        background: url(../img/search/bg/desktop/creditcard-bg6_desktop.jpg) no-repeat;
        background-size: cover;
    }
    
    .bg-jcb {
        background: url(../img/search/bg/desktop/creditcard-bg7_desktop.jpg) no-repeat;
        background-size: cover;
    }
    
    .bg-kingpower {
        background: url(../img/search/bg/desktop/creditcard-bg8_desktop.jpg) no-repeat;
        background-size: cover;
    }
    
    .bg-onesiam {
        background: url(../img/search/bg/desktop/creditcard-bg9_desktop.jpg) no-repeat;
        background-size: cover;
    }
    
    .bg-titanium {
        background: url(../img/search/bg/desktop/creditcard-bg10_desktop.jpg) no-repeat;
        background-size: cover;
    }
    
    .bg-homesmile {
        background: url(../img/search/bg/desktop/creditcard-bg11_desktop.jpg) no-repeat;
        background-size: cover;
    }
    
    .bg-cga,
    .bg-cga-sft {
        background: url(../img/search/bg/desktop/creditcard-bg12_desktop.jpg) no-repeat;
        background-size: cover;
    }
    
    .bg-tu {
        background: url(../img/search/bg/desktop/creditcard-bg13_desktop.jpg) no-repeat;
        background-size: cover;
    }
    
    .bg-unionpay {
        background: url(../img/search/bg/desktop/creditcard-bg14_desktop.jpg) no-repeat;
        background-size: cover;
    }
    
    .bg-amway {
        background: url(../img/search/bg/desktop/creditcard-bg15_desktop.jpg) no-repeat;
        background-size: cover;
    }
    
    .bg-wisdom {
        background: url(../img/search/bg/desktop/creditcard-bg16_desktop.jpg) no-repeat;
        background-size: cover;
    }
    
    .bg-nfc {
        background: url(../img/search/bg/desktop/creditcard-bg17_desktop.jpg) no-repeat;
        background-size: cover;
    }
    
    .bg-kwave {
        background: url(../img/search/bg/desktop/creditcard-bg18_desktop.jpg) no-repeat;
        background-size: cover;
        padding: 8px 0;
    }
    
    .bg-gold {
        background: url(../img/search/bg/desktop/creditcard-bg19_desktop.jpg) no-repeat;
        background-size: cover;
    }
    
    .bg-classic {
        background: url(../img/search/bg/desktop/creditcard-bg20_desktop.jpg) no-repeat;
        background-size: cover;
    }
    
    .bg-infinite,
    .bg-wisdom-inf {
        background: url(../img/search/bg/desktop/creditcard-bg21_desktop.jpg) no-repeat;
        background-size: cover;
    }
    
    .bg-premier {
        background: url(../img/search/bg/desktop/creditcard-bg22_desktop.jpg) no-repeat;
        background-size: cover;
    }
    
    .bg-muangthaismile,
    .bg-mtl {
        background: url(../img/search/bg/desktop/creditcard-bg23_desktop.jpg) no-repeat;
        background-size: cover;
    }
}

@media screen and (min-width: 1024px) {
    .tabcard {
        top: -1px;
        margin-right: 4px;
    }
}

@media screen and (max-width: 767px) {
    #navigation-footer {
        margin-bottom: 56px;
    }
}</pre></body></html>