/*================ default ==================*/
:root {
    --cr-light: #fffFFF;
    --cr-black: #111111;
    --cr-dark: #333333;
    --cr-gray: #666666;
    --cr-lightgray: #999999;
    --cr-green: #00A94F;
    --cr-green2: #007938;
    --cr-border: #E7E7E7;
    --cr-red: #f00;
    --cr-warning: #ec4546;
    --cr-warning2: #B91213;
    --tsition: .3s ease-in-out;
    --radius: 8px;
}

/*============================== TEXT ===============================*/
.icw .nowrap {
    white-space: nowrap;
}

.icw .text-light {
    color: var(--cr-light) !important;
}

.icw .text-black {
    color: var(--cr-black) !important;
}

.icw .text-dark {
    color: var(--cr-dark) !important;
}

.icw .text-green {
    color: var(--cr-green) !important;
}

.icw .text-gray {
    color: var(--cr-gray) !important;
}

.icw .text-lightgray {
    color: var(--cr-lightgray) !important;
}

.icw .text-red {
    color: var(--cr-red) !important;
}

.icw .text-warning {
    color: var(--cr-warning) !important;
}

.icw .main {
    font-style: normal;
    font-weight: 500;
    color: var(--cr-gray);
    font-family: 'kurious-looped';
    z-index: inherit;
}

.icw .main strong {
    font-weight: 600;
}

.icw h1,
.icw h2,
.icw h3,
.icw h4,
.icw h5,
.icw h6,
.icw .h1,
.icw .h2,
.icw .h3,
.icw .h4,
.icw .h5,
.icw .h6 {
    margin: 0 0 0.6em;
}

.icw h1,
.icw h2,
.icw h3,
.icw h4,
.icw h5,
.icw h6,
.icw .h1,
.icw .h2,
.icw .h3,
.icw .h4,
.icw .h5,
.icw .h6,
.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 {
    font-family: 'kurious-looped';
    margin: 0;
}

.icw h1,
.icw .h1 {
    font-weight: 500;
    line-height: 1.5em;
}

.icw h1 strong,
.icw .h1 strong {
    font-weight: 600;
}

.icw h2,
.icw .h2 {
    font-weight: 500;
    line-height: 1.5em;
}

.icw h2 strong,
.icw .h2 strong {
    font-weight: 600;
}

.icw h3,
.icw .h3 {
    font-weight: 500;
    line-height: 1.5em;
}

.icw h3 strong,
.icw .h3 strong {
    font-weight: 600;
}

.icw h4,
.icw .h4 {
    font-weight: 500;
    line-height: 1.5em;
}

.icw h4 strong,
.icw .h4 strong {
    font-weight: 600;
}

.icw h5,
.icw .h5 {
    font-weight: 500;
    line-height: 1.5em;
}

.icw h5 strong,
.icw .h5 strong {
    font-weight: 600;
}

.icw h6,
.icw .h6 {
    font-weight: 500;
    line-height: 1.5em;
}

.icw h6 strong,
.icw .h6 strong {
    font-weight: 600;
}

.icw p {
    margin: 0 0 0.6em;
    line-height: 1.2em;
}

.icw p {
    font-family: 'kurious-looped';
    font-size: 16px;
}

.icw p strong {
    font-weight: 600;
}

/* .icw p.desc {font-family: 'kurious-looped'; font-size: 16px; font-weight: 500; line-height: 1.5em; margin: 0;}
.icw p.desc strong{font-weight: 600;} */

.icw .caption {
    font-family: 'kurious-looped';
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5em;
}

.icw .caption strong {
    font-weight: 600;
}

.icw a.link {
    font-family: 'kurious-looped';
    font-weight: 600;
    color: var(--cr-green);
    text-decoration: underline;
}

.icw ul {
    padding: 0;
    margin: 0;
}

@media screen and (min-width: 200px) {

    .icw h1,
    .icw .h1 {
        font-size: 28px;
        font-weight: 600;
    }

    .icw h2,
    .icw .h2 {
        font-size: 24px;
    }

    .icw h3,
    .icw .h3 {
        font-size: 20px;
    }

    .icw h4,
    .icw .h4 {
        font-size: 18px;
    }

    .icw h5,
    .icw .h5 {
        font-size: 16px;
    }

    .icw h6,
    .icw .h6 {
        font-size: 16px;
    }
}

@media screen and (min-width: 768px) {

    .icw h1,
    .icw .h1 {
        font-size: 42px;
    }

    .icw h2,
    .icw .h2 {
        font-size: 33px;
    }

    .icw h3,
    .icw .h3 {
        font-size: 26px;
    }

    .icw h4,
    .icw .h4 {
        font-size: 20px;
    }

    .icw h5,
    .icw .h5 {
        font-size: 18px;
    }

    .icw h6,
    .icw .h6 {
        font-size: 16px;
    }
}


/* Global */
.icw {
    font-family: 'kurious-looped' !important;
}

.icw b,
.icw strong {
    font-weight: 600 !important;
}

.icw .btn {
    font-size: 16px !important;
    font-weight: 600 !important;
}

.color-333 {
    color: #333333 !important;
}

.c-gray75 {
    color: #757575 !important;
}

.mr-8 {
    margin-right: 8px !important;
}

.register-button {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.semi-bold {
    font-weight: 600 !important;
}

.weight-400 {
    font-weight: 500 !important;
}

td .f-13 {
    font-family: 'kurious-looped';
    font-size: 13px;
    font-weight: 500;
    line-height: 27px;
}

.hl-green {
    color: #34A950 !important;
    font-weight: 600 !important;
}

.hl-bold-green {
    color: #34A950 !important;
    font-weight: 600 !important;
}

.icw .hl-table-green {
    background-color: #00A94F;
    color: #FFFFFF !important;
    font-size: 13px;
    font-family: 'kurious-looped';
    padding: 8px 16px !important;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
}

.icw .hl-table-green.hl-table-green2 {
    color: #FFF;
    text-align: center;
    font-family: 'kurious-looped';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    /* 150% */
}

.hl2-table-green {
    background-color: #E7F5ED;
    color: #2A903A;
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1024px) {
    .main {
        padding-top: unset !important;
    }
}

/* End Global */

.one-column .column-main {
    padding: 20px 0 0;
}

.dca .headline .heading {
    font-size: 24px !important;
}

.dca .accordion-group {
    margin-top: 64px;
}

.dca .art-banner {
    margin-top: 0;
}

.text-wrap-bottom {
    padding-bottom: 5px !important;
}

.accordion-faq {
    border-top: 0;
}

.accordion-faq .accordion-content .point-table tr:not(.w-td) td {
    text-align: start;
}

.accordion-faq .accordion-content .point-table tr:not(.w-td) td:last-child {
    text-align: center;
}

.accordion-faq .accordion-content .point-table tr:nth-child(even) td {
    background: #FFFFFF;
}

.accordion-faq .accordion-content .point-table tr:not(.w-td):nth-child(odd) td {
    background: #F5FBFA;
}



.entrycontent ul,
.entrycontent ol {
    margin-bottom: 0 !important;
}

.text-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.period-des {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}

.rectang {
    width: 200px !important;
    height: 40px !important;
    border-radius: 20px !important;
    background-color: #00a950;
}

.none {
    list-style: none !important;
}

.margin {
    margin-left: 0px !important;
}

.source {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 25px !important;
    color: #999999 !important;
    margin-top: 10px !important;
}

.main-detail .note {
    font-size: 16px !important;
    margin-top: 30px !important;
    margin-bottom: 8px !important;
}

.icw .head-wealth {
    color: #fff;
    font-family: 'kurious-looped';
    font-size: 33px;
    font-weight: 600;
    line-height: 1.5;
    /* margin-bottom: 16px; */
}

.icw .mb-24 {
    margin-bottom: 24px;
}

.icw .mt-40 {
    margin-top: 40px;
}

.icw .content {
    padding: 64px 0;
    background: #F0FAF7;
}

.icw .head-second {
    color: #333;
    font-family: 'kurious-looped';
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 16px !important;
}

.icw .head-second2 {
    margin-left: 0 !important;
}

.icw #head .f-16 {
    color: #333;
    font-family: 'kurious-looped';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 8px;
}

.icw .head-26 {
    color: #111;
    text-align: center;
    font-family: 'kurious-looped';
    font-size: 26px;
    font-weight: 500;
    line-height: 39px;
}



ul.list-center li {
    /* list-style-position: inside; */
    margin: auto;
    /* text-align: center; */
}

.icw ul.list-center {
    justify-content: center;
    width: fit-content;
    margin: auto !important;
    margin-bottom: 32px !important;
    padding-left: 20px;
}

.mb-32 {
    margin-bottom: 32px !important;
}

.mb-24 {
    margin-bottom: 24px !important;
}

.mb-16 {
    margin-bottom: 16px !important;
}

.w100 {
    max-width: initial !important;
    width: 100% !important;
}

.c-green {
    color: #00A94F !important;
}

.bg-tb-green {
    background: #EBF7F5 !important;
    color: #2B988C !important;
}

.bg-tb-gray {
    background: #F4F4F4 !important;
}

.icw .accordion td i {
    font-size: 26px;
    color: #2B988C;
}


.icw .date {
    color: #666;
    font-family: 'kurious-looped';
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 16px;
    margin-bottom: 40px;
}

.icw .date2 {
    margin-bottom: 40px;
}

.text-title {
    color: #333;
    text-align: center;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 27px;
}

.icw .head-second strong {
    font-family: 'kurious-looped';
    font-weight: 600;
}

.c-666 {
    color: #666 !important;
}

.graph {
    font-size: 22px !important;
    /* font-family: Kanit !important; */
    line-height: normal !important;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
}

.test {
    margin-top: 40px !important;
    font-size: 22px !important;
    margin-bottom: 20px !important;
}

.warning {
    margin-top: 30px !important;
    margin-bottom: 8px !important;
}

.margin-footer {
    margin-bottom: 45px !important;
}

a.btn.btn-radius-wealth {
    width: 100%;
    max-width: 303px;
    height: 48px;
    border-radius: 8px;
    line-height: 48px;
    padding: 0;
    background-color: #00a94f;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px !important;
    /* margin: auto;
    margin-top: 25px; */
    /* padding-top: 11px; */
}

a.btn.btn-radius-wealth:hover {
    background-color: #0BC160;
}

a.btn.btn-radius-wealth img {
    position: relative;
    top: -1px;
}

a.btn.btn2 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px !important;
}

.circle {
    border-radius: 50%;
    background: white;
    margin-left: 10px;
    width: 30px;
    color: #00a950;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    position: relative;
}

.circle:after {
    content: '';
    border-bottom: 2px solid #00a950;
    border-right: 2px solid #00a950;
    display: inline-block;
    width: 9px;
    height: 9px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    visibility: visible;
    position: absolute;
    top: 10px;
    left: 9px;
}

.point-table {
    width: 90% !important;
    margin: 0 auto !important;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15) !important;
    border-radius: 10px;
    min-width: 700px;
}

.icw .point-table ul,
.icw .point-table li {
    list-style: disc;
    text-align: left;
    margin-left: 0px;
    line-height: 20px;
}

.icw .point-table ul {
    margin-left: 16px;

}

.tab {
    overflow: auto;
    margin-right: 24px;
}

.table2 .point-table {
    min-width: auto;
    margin-bottom: 0 !important;
}

.tb-period {
    margin: auto;
    margin-top: 16px;
    margin-bottom: 40px;
    max-width: 850px !important;
    width: 100% !important;
    background: #fff;
    border-collapse: collapse;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15) !important
}

.tb-period th,
.tb-period td {
    text-align: center;
    border: 1px solid #E8E8E8;
    padding: 24px;
    vertical-align: middle;
}

.tb-period td {
    padding: 16px 24px;
    color: #666;
    font-family: 'kurious-looped';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.tb-period th {
    color: #FFF;
    background: #0A6A60;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
}

.bg-lightgreen {
    color: #FFF !important;
    background: #2EA998;
    font-weight: 500;
}

/* .point-table th:first-child {
    border-radius: 10px 0 0 0;
    padding: 5px;
    border-right: solid 1px #E8E8E8;
}

.point-table th:last-child {
    border-radius: 0 10px 0 0;
    padding: 5px;
} */

.point-table th {
    /* border-radius: 10px 10px 0 0; */
    padding: 5px;
}

.table2 .point-table {
    overflow: auto;
}

.point-table td {
    font-size: 13px;
    border: solid 1px #E8E8E8;
}

.sc-product .point-table td {
    font-size: 16px;
    border: solid 1px #E8E8E8;
}


.point-table tbody tr:nth-child(even) {
    background: #FFF;
}

.point-table:last-child td {
    border-bottom: 0;
}

.point-table tr:first-child td:first-child {
    border-top: 0;
    border-top-left-radius: 8px;
}

.point-table tr:first-child td:last-child {
    border-top-right-radius: 8px;
}

.point-table tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}

.point-table tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}

.point-table td:first-child {
    border-left: 0;
}

.sc-product .point-table tbody td:first-child {
    color: #00A94F;
    text-align: center;
    font-family: 'kurious-looped';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
    text-decoration-line: underline;
}

.sc-product .point-table tbody td.none:first-child {
    text-decoration: none;
}

.point-table td:last-child {
    border-right: 0;
}

.table2 .point-table td.bg-img {
    background-image: url(../img/dca/kpoint-bg-table-desktop.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
}

.point-table th,
.point-table td {
    text-align: center;
    line-height: 20px;
}

.sc-product .point-table td.c-left {
    text-align: left;
    line-height: 20px;
}

.btn-tel img {
    margin-right: 5px;
}

.mt-30 {
    margin-top: 30px !important;
}

.btn-tel {
    display: none;
}

@media only screen and (max-width:767px) {

    .point-table thead tr th:first-child {
        overflow: hidden;
        border-top-left-radius: 8px;
        width: 100px;
    }

    .point-table thead tr th:last-child {
        overflow: hidden;
        border-right: 0;
        border-top-right-radius: 8px;
    }

    .point-table thead tr th,
    .point-table tbody .w-td td {
        background: #00A94F !important;
    }

    /* .point-table tbody tr td {
        background: #fff !important;
    } */

    tr:not(:nth-child(2)) td:first-child,
    th:first-child {
        position: sticky;
        left: 0;
        z-index: 2;
        background: #fff;
    }

    .sc-calculation-table tr td:first-child,
    .section-faq tr td:first-child {
        position: sticky;
        left: 0;
        z-index: 2;
    }

    .point-table tr:first-child td:first-child {
        width: 18%;
    }

    .dca .accordion-group {
        margin-top: 32px;
    }

    td .f-13 {
        font-family: 'kurious-looped';
        font-size: 10px;
        font-weight: 500;
        line-height: 20px;
    }

    .tb-period th,
    .tb-period td {
        font-size: 13px;
        padding: 16px;
    }


    .icw .hl-table-green {
        padding: 16px !important;
    }

    .btn-tel {
        border-radius: 8px;
        background: #00A94F;
        display: inline-flex;
        padding: 8px 24px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        color: #FFF !important;
        text-align: center;
        font-family: 'kurious-looped';
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        margin: 16px 0;
        transition: .3s ease-in-out;
        width: 100%;
    }

    .hl-table-green {
        font-size: 13px;
    }

    .source {
        font-size: 12px !important;
    }

    .icw .head-wealth {
        font-size: 24px;
        /* margin-bottom: 8px; */
        line-height: 42px;
    }

    .icw .head-second {
        font-size: 16px;
        margin-bottom: 8px !important;
        line-height: 27px;
    }

    .icw .head-second2 {
        font-size: 28px;
        line-height: 42px;
    }

    .icw .head-26 {
        font-size: 20px;
        line-height: 30px;
    }

    .icw .head-second strong {
        margin-bottom: 8px;
        font-size: 16px;
    }

    .icw .content {
        padding: 48px 0;
    }

    .icw .date {
        margin-bottom: 32px;
    }


    .icw .date2 {
        margin-bottom: 48px;
    }

    .text-title {
        font-size: 16px;
        line-height: 24px;
    }

    .graph {
        font-size: 18px !important;
    }

    .compn-overflow {
        overflow: hidden;
    }

    .icw ul.list-center {
        margin-bottom: 16px !important;
    }
}

@media only screen and (min-width:376px) {
    .visible-w375 {
        display: none;
    }
}

@media only screen and (min-width:768px) {
    .visible-w767 {
        display: none;
    }

    .source {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 767px) {
    .table2 .point-table td.bg-img {
        background-image: url(../img/dca/kpoint-bg-table-mobile.png);
        background-position: bottom right;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .one-column .column-main {
        padding-top: 0 !important;
    }

    .point-table {
        width: 100% !important;
    }

    .entrycontent a.btn-tel {
        border-radius: 20px;
        border: 1px solid #00a94f;
        width: auto;
        line-height: 1;
        display: inline-block;
        max-width: inherit;
        text-align: center;
        padding: 7px 15px 6px;
        margin-top: 5px;
        margin-bottom: 5px;
        text-decoration: none;
    }
}

.text-bottom p {
    color: #666;
    text-align: center;
    font-family: 'kurious-looped';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 32px 0 64px;
}

.content-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    /* margin-bottom: 40px; */
    margin-top: 32px;
    width: 100%;
}

.link.back {
    text-decoration: none;
}

.back:before {
    font-family: 'icokbank';
    content: "\e909";
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top: -1px;
    font-size: 10px;
    transform: rotate(180deg);
    font-weight: 600;
}

.scan .mfp-content {
    padding: 48px 17px 0;
    max-width: 1000px;
    width: 100%;
    border-radius: 10px;
    z-index: 10058;
}

.scan .mfp-content .mfp-close {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #00a850;
    color: #fff;
    text-align: center;
    position: absolute;
    top: -15px !important;
    right: -15px !important;
    z-index: 20;
    opacity: 1;
}

.scan {
    z-index: 10055;
}

.scan .mfp-content .mfp-close:after {
    font-size: 12px;
    font-weight: bold;
}

.img-phone {
    position: relative;
}

.scan-phone {
    max-width: 340px;
    width: 100%;
    margin: auto;
    display: block;
}


.qrcode {
    position: absolute;
    width: 100%;
    top: 23%;
    left: 21px;
    margin: auto;
}

.qrcode img {
    position: absolute;
    max-width: 147px;
    width: 100%;
}

.qrcode2 {
    position: absolute;
    width: 100%;
    top: 15%;
    left: 18px;
    margin: auto;
}

.qrcode2 img {
    position: absolute;
    max-width: 147px;
    width: 100%;
}

.scan-content {
    display: flex;
    /* gap: 172px; */
    justify-content: space-between;
    align-items: center;
}

.scan-content .title {
    color: #333;
    font-family: 'kurious-looped';
    font-size: 33px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 16px;
    margin-top: 0;
}

.scan-content .sub-title {
    color: #333;
    font-family: 'kurious-looped';
    font-size: 26px;
    font-weight: 600;
    line-height: 39px;
    margin-top: 0;
}

.c-green {
    color: #00A94F !important;
}

.kplus-ic {
    position: relative;
    /* top: 14px; */
    margin-left: 8px;
}

.sc-product {
    border-radius: 8px;
    padding: 64px 0;
    padding-top: 0;
    /* background: #fafafa; */
}

.sc-product .title {
    color: #333;
    text-align: center;
    font-family: 'kurious-looped';
    font-size: 33px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 32px;
}

.icw .box-item {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
    padding: 24px;
    font-family: 'kurious-looped';
}

.icw .box-item .fund {
    color: #33BA72;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 8px;
}

.icw .box-item .fundName {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 0;
}

.icw .box-item .fundSubname {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 8px;
    margin-top: 4px;
}

.icw .box-item .fundDesc {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 8px;
    height: 72px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.icw .box-item .risk {
    color: #FFF;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    border-radius: 12px;
    background: #40525D;
    width: fit-content;
    padding: 2px 8px;
}

.card-fund {
    position: relative;
    overflow: visible;
}

.icw .swiper-pagination {
    bottom: 0;
    position: relative;
    margin-top: 24px;
}

.icw .swiper-pagination-bullet {
    border-radius: 100%;
    opacity: 1;
    border: 1px solid #DDD;
    background: #FFF;
    transition: .3s ease-in-out;
}

.icw .swiper-pagination-bullet-active {
    border-radius: 50px;
    background: #00A94F;
    width: 24px;
    height: 8px;
    border: 0;
}

.icw .card-fund,
.icw .accordion-group {
    overflow: hidden;
}

/* swiper arrow */
.swiper .swiper-button-lock {
    display: none !important;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
    transition: all .3s linear;
    opacity: 0;
}

.swiper:hover .swiper-button-next,
.swiper:hover .swiper-button-prev {
    opacity: 1;
}

.swiper:hover .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.swiper-button-next,
.swiper-button-prev {
    background-color: #000;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    top: 42%;
    display: flex;
    transition: .3s ease-in-out;
}

.swiper-button-next {
    right: -100px;
}

.swiper-button-prev {
    left: -100px;
}

.swiper-button-next {
    right: 8px;
}

.swiper-button-prev {
    left: 8px;
}

/* end swiper arrow */

#kpoint {
    /* background: #fafafa; */
    /* padding: 64px 0; */
}

.sc-kpoint {
    border-radius: 8px;
    background: url(../../../../SiteCollectionDocuments/promotion/mutual-fund-dca-kpoint/img/bg-kpoint-desktop.png), linear-gradient(100deg, #66CAAE 0%, #0A6A60 48.05%, #40525D 100%);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 50% auto;
    color: #fff;
    text-align: center;
    padding: 40px;
    font-family: 'kurious-looped';
    font-size: 16px;
    font-weight: 500;
    position: relative;
}



.sc-kpoint .title {
    font-family: 'kurious-looped';
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;
}

.sc-kpoint .title strong {
    font-family: 'kurious-looped';
    font-weight: 600;
}

.sc-kpoint .desc {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 40px;
}

.icw .sc-kpoint .desc .link,
.icw.sc-kpoint .desc .link:hover {
    color: #00FF01 !important;
}

.card-kpoint {
    max-width: 880px;
}

.point-table td {
    padding: 8px 16px !important;
    color: #666;
    vertical-align: middle;
}



@media screen and (max-width:991px) {
    .scan .mfp-content {
        padding: 48px 16px 0;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

}

@media screen and (max-width:767px) {
    /* .point-table td {
        padding: 8px 16px !important;
    } */

    .text-bottom p {
        margin: 24px 0 32px;
    }

    .content-btn {
        flex-direction: column;
        /* gap: 20px; */
        margin-top: 4px;
    }

    .qrcode {
        top: 22%;
        left: 6%;
    }

    .ic-slide:before {
        font-size: 32px;
        color: #00A94F;
    }

    .sc-product {
        border-radius: 0px;
        padding: 48px 0;
        /* margin: 0 -15px; */
    }

    .sc-product.product2 {
        padding: 48px 15px;
    }

    .icw .sc-product .accordion:not(:last-child) {
        margin-bottom: 32px;
    }

    .sc-product .title {
        font-size: 24px;
        padding-left: 16px;
        padding-right: 16px;
        line-height: 36px;
        margin-bottom: 24px;
    }

    .card-fund {
        padding: 0 16px;
    }

    .icw .box-item {
        padding: 24px 16px;
        max-width: 300px;
    }

    .icw .kpoint-item {
        max-width: 220px;
    }

    .sc-kpoint {
        border-radius: 0px;
        padding: 48px 0 102px;
        margin: 0 -15px;
        background: url(../img/bg-kpoint-mobile.png), linear-gradient(142deg, #66CAAE -15.03%, #0A6A60 52.45%);
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .sc-kpoint .title {
        font-family: 'kurious-looped';
        font-size: 18px;
        line-height: 27px;
        padding: 0 16px;
    }

    .point-table td {
        font-size: 13px;
    }
}

.nw {
    white-space: nowrap !important;
}

.point-table {
    width: 100% !important;
    margin-bottom: 20px !important;
    border-radius: 10px;
    overflow: hidden;
}

/* accordion */
.icw .accordion {
    max-width: 850px;
    margin: auto;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10) !important;
    margin: 1px;
}

.icw .accordion .accordion-title {
    color: #333 !important;
    background: #FFF;
    font-family: 'kurious-looped';
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 16px;
    padding-right: 48px;
    border: 0;
}

.icw .accordion:not(:last-child) {
    margin-bottom: 16px;
}

.icw .accordion .accordion-title.active {
    color: #FFF !important;
    background: #00A94F;
}

.icw .accordion .accordion-content {
    color: #333;
    font-family: 'kurious-looped';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.icw .accordion .accordion-content .wrap {
    padding: 16px;
    background: #fff;
}

.icw .accordion-title.active:after {
    font-family: 'iconavigation' !important;
    content: "\e907";
    color: #fff;
    font-size: 16px;
    right: 24px;
}

.icw .accordion-title:after {
    font-family: 'iconavigation' !important;
    content: "\e906";
    color: #00A94F;
    font-size: 16px;
    right: 24px;
}

.icw .accordion i {
    font-size: 32px;
    color: #00A94F;
    position: relative;
    top: 2px;
    /* margin-right: 4px; */
}

.text-scroll {
    display: block;
}

@media screen and (min-width:767px) {
    .icw .accordion .accordion-title {
        font-size: 18px;
        line-height: 27px;
        padding: 16px 24px;
        padding-right: 56px;
    }

    .icw .accordion .accordion-content .wrap {
        padding: 16px 24px;
    }

    /* .icw .accordion:not(:last-child) {
        margin-bottom: 40px;
    } */

    .icw .accordion {
        margin: auto;
    }

    .text-scroll {
        display: none;
    }
}

/* end accordion */

/* ###### component overflow ###### */
.compn-overflow .compn-overflow-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;

    -ms-overflow-style: none;
    scrollbar-width: none;

    /* margin: 0 -25px; */
}

.compn-overflow .compn-overflow-wrapper.scroll-disabled {
    overflow: hidden;
}

.compn-overflow .compn-overflow-wrapper::-webkit-scrollbar {
    display: none;
}

.compn-overflow .compn-overflow-wrapper .compn {
    min-width: 1140px;
}

.compn-overflow .compn-overflow-scroll-wrapper {
    width: 100%;
    height: 3px;
    border-radius: 3px;
    position: relative;

    /* margin-bottom: 15px; */

    background: #F1F1F1;

    display: block;

    overflow: hidden;
}

.icw .text-scroll {
    text-align: center;
    margin-bottom: 10px;
}

.icw .text-scroll img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    position: relative;
    top: -4px;
    display: inline;
}

.icw .text-scroll p {
    display: inline;
}

.compn-overflow .compn-overflow-scroll-wrapper .compn-overflow-scroll {
    width: 10%;
    height: 3px;
    border-radius: 3px;
    position: absolute;

    background: #00A950;
}

.icw .compn-overflow .compn-overflow-wrapper .compn {
    /* min-width: 1100px; */
    min-width: unset;
    padding: 0 1px;
    margin-top: 0;
    border: solid 1px rgb(232, 232, 232, 0.4);
    border-radius: 8px;
}

.icw .compn-overflow .compn-overflow-wrapper.scroll-disabled .compn {
    overflow-x: scroll;
}

.compn-overflow-scroll-wrapper {
    margin-top: 16px;
}

.title-table {
    font-size: 16px;
    text-align: center;
    margin-top: 25px !important;
}

/* .w-td td:nth-child(1) {
    width: 15%;
}

.w-td td:nth-child(2) {
    width: 74%;
}

.w-td td:nth-child(3) {
    width: 11%;
} */

.main-detail .link {
    color: #00A950 !important;
    text-decoration: underline !important;
    font-size: 16px !important;
}

.main-detail .link:hover {
    color: #00873F !important;
}

.main-detail .link-m {
    color: #00A950 !important;
    text-decoration: underline !important;
    font-size: 16px !important;
}

.main-detail .link-m:before {
    content: "\e900";
    font-family: 'iconavigation' !important;
    display: inline-block;
    margin-right: 8px;
    transform: rotate(180deg);
    font-size: 10px;
    position: relative;
    top: -2px;
}

.main-detail .link-m:hover {
    color: #00873F !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.icw .accordion-title span {
    font-size: 18px;
    font-family: 'kurious-looped';
}

.text-sub {
    color: #FFF;
    text-align: center;
    font-family: 'kurious-looped';
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: absolute;
    /* bottom: 40px; */
    left: 13px;
}

.text-sub {
    color: #FFF;
    text-align: center;
    font-family: 'kurious-looped';
    font-size: 16px;
    font-weight: 600;
    margin-top: 12px;
    left: 0;
    right: 0;
}

@media screen and (max-width:767px) {
    /* .w-td td:nth-child(1) {
        width: 23%;
    }

    .w-td td:nth-child(2) {
        width: 60%;
    }

    .w-td td:nth-child(3) {
        width: 17%;
    } */

    .mb-30-w767-only {
        margin-bottom: 30px !important;
    }

    .article {
        padding-bottom: 48px;
    }

    .icw .accordion-title span {
        font-size: 16px;
        font-family: 'kurious-looped';
    }
}

@media screen and (max-width: 1170px) {
    .compn-overflow .compn-overflow-scroll-wrapper {
        display: none;
    }

    .icw .compn-overflow .compn-overflow-wrapper .compn {
        min-width: 1100px;

    }
}

@media screen and (min-width: 1170px) {
    .compn-overflow .compn-overflow-scroll-wrapper {
        display: none;
    }
}

/* ###### end component overflow ###### */

.social-tag {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding-top: 16px;
    flex-direction: column;
    border-top: 1px solid #DBDBDB;
    /* margin: 0 16px 48px; */
    /* margin-bottom: 48px; */
    margin-top: 24px;
}

.social-tag .alltag {
    display: block;
}

.social-tag .tag {
    border-radius: 20px;
    border: 1px solid #CCEEDC;
    background: #FFF;
    padding: 2px 12px;

    color: #33BA72;
    text-align: center;
    font-family: 'kurious-looped';
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    display: inline-flex;
    margin-bottom: 8px;
}

.social-tag .tag:hover {
    border: 1px solid #00A94F;
    color: #00A94F;
}

.social-share {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text-share i {
    color: #666;
    font-size: 16px;
    position: relative;
    top: 2px;
}

.text-share span {
    color: #333;
    font-family: 'kurious-looped';
    font-size: 16px;
    font-weight: 600;
    padding-right: 16px;
    margin-right: 16px;
    border-right: 1px solid #E6E6E6;
}

.share-item i {
    color: #FFF !important;
    font-size: 16px;
}

.share-item {
    border-radius: 100px;
    background: #00A94F;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
}

.share-item:hover {
    background: #0BC160;
}

.share-item:last-child {
    margin-right: 0;
}

@media screen and (min-width:767px) {
    .social-tag {
        flex-direction: row;
        margin-bottom: 64px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 8px;
    }
}

/* breadcrumbs */
.breadcrumbs {
    padding: 16px 0;
    color: #666;
    font-family: 'kurious-looped';
    font-size: 13px;
    font-weight: 600;
}

.breadcrumbs .d-flex {
    display: flex;
    align-items: center;
    gap: 16px;
}

.breadcrumbs i {
    /* font-size: 10px; */
    margin-right: 8px;
    position: relative;
    top: 2px;
}

.breadcrumbs a+i {
    font-size: 8px;
    margin-right: 0;
    top: 0;
}

.breadcrumbs a:hover {
    color: #333;
}

.current-page {
    color: #00A94F;
    font-family: 'kurious-looped';
    font-size: 13px;
    font-weight: 600;
}

/* end breadcrumbs */

.text-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
}

.text-flex .h3:first-child {
    margin-right: 32px;
    padding-right: 32px;
    border-right: 1px solid #ccc;
}

.icw .f-13 {
    font-family: 'kurious-looped';
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
}


.wrap .f-13 {
    margin-bottom: 0;
    margin-top: 16px;
}

.icw .tb-darkgreen {
    background-color: #009A48;
}

.icw .point-table .br-green {
    border-right: solid 1px #2B988C !important;
}


.box-white {
    background: #fff;
    border-radius: 8px;
    padding: 64px;
    position: relative;
    overflow: hidden;
}

.box-white .h3 {
    margin-bottom: 16px;
}

.box-white p,
.box-white .content-btn {
    z-index: 2;
    position: relative;
}

.box-white img {
    z-index: 1;
    position: absolute;
}

.box-white .content-inner {
    width: 60%;
}

.box-white .img-left {
    bottom: 80px;
    left: 0;
    max-width: 600px;
    width: 100%;
}

.box-white .img-right {
    bottom: 0;
    right: 0;
    max-width: 588px;
    width: 100%;
}

.img-mb {
    display: none;
}

.icw .img-icon {
    position: absolute;
    max-width: 272px;
    width: 100%;
    right: 0;
    bottom: 121px;
}

@media screen and (max-width:991px) {

    .icw .img-icon {
        max-width: 133px;
        bottom: -37px;
    }

    .box-white .content-inner {
        /* padding: 0 16px; */
        width: 100%;
        background: url(../img/bg-wealth-mb-2.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
        padding: 32px 16px;
    }

    .box-white {
        padding: 0;
    }

    .box-white .h3 {
        margin-bottom: 8px;
    }

    .box-white .img-left,
    .box-white .img-right {
        display: none;
    }

    .box-white .img-mb {
        display: block;
        position: relative;
        width: 100%;
    }

    .box-white .content-btn {
        /* position: absolute;
        bottom: 32px; */
        width: 100%;
        /* left: 0;
        padding: 0 16px; */
        justify-content: center;
    }
}

@media screen and (max-width:767px) {
    .text-flex {
        margin-bottom: 16px;
        flex-direction: column;
    }

    .text-flex .h3:first-child {
        margin-right: 0;
        padding-right: 0;
        border-right: 0;
        margin-bottom: 8px;
        padding-bottom: 8px;
        border-bottom: 1px solid #ccc;
        width: 100%;
    }

}



/* #######################content-2############################# */
.content-2 {
    padding: 64px 0;
    padding-bottom: 0;
}

.box-content {
    display: flex;
    gap: 16px;
    margin-top: -16px;
    margin-bottom: 40px;
}

.box-fund {
    border-radius: 8px;
    padding: 24px;
    color: #FFF;
    font-family: 'kurious-looped';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    padding-right: 0;
    gap: 8px;
}

.img-fund {
    max-width: 128px !important;
    width: 100%;
    position: relative;
    bottom: -24px;
}

.icw p.title-fund {
    font-size: 26px;
    font-weight: 700;
    line-height: 39px;
    margin-bottom: 8px !important;
}

.box-fund:first-child {
    background: #33424A;
    width: 50%;
}

.box-fund:last-child {
    background: #08554D;
    width: 50%;
}

.des-fund {
    min-height: 72px;
}

.icw p.des-fund {
    line-height: 24px;
}

.icw .accordion td i {
    font-size: 26px;
    color: #2B988C;
}

.cards-fund {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    gap: 24px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.fw-600 {
    font-weight: 600 !important;
}

#btn-more {
    display: none;
}

#btn-more.active {
    display: inline-block;
}

.icw .link-tel {
    pointer-events: none;
}

.icw .link-tel i {
    display: none;
}

.icw .detail ul li {
    list-style-type: disc;

    color: #333;
    font-family: 'kurious-looped';
    font-size: 16px;
    font-weight: 500;
    line-height: 32px
}

.icw .detail ul {
    margin-left: 1.3em;
}

.txt-note {
    color: #333;
    font-family: 'kurious-looped';
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
}

.icw .mb-40 {
    margin-bottom: 40px !important;
}

.howto {
    background: #F0FAF7;
    padding: 64px 0;
}

.section-faq {
    padding-top: 64px;
}

.section-faq .remark {
    font-size: 16px;
    color: #333;
    line-height: 2;
}

@media screen and (max-width:991px) {
    .cards-fund {
        grid-template-columns: 50% 50%;
        margin-top: 32px;
        margin-bottom: 32px;
    }
}

@media screen and (max-width:767px) {
    .cards-fund {
        /* margin-bottom: 0; */
    }

    body.noscroll {
        overflow: hidden;
    }

    .section-faq {
        padding-top: 48px;
    }

    .howto {
        padding: 48px 0 16px;
    }

    .icw .mb-40 {
        margin-bottom: 32px !important;
    }

    .icw .mb-24 {
        margin-bottom: 16px !important;
    }

    .icw .link-tel {
        pointer-events: all;
    }

    .icw .link-tel span {
        color: #00A94F;
        font-size: 16px;
        font-weight: 500;
        line-height: 32px;
        text-decoration-line: underline;
    }

    .icw .link-tel i {
        color: #00A94F;
        font-size: 16px;
        display: inline-block;
    }

    .cards-fund {
        grid-template-columns: 100%;
        gap: 16px;
    }

    .content-2 {
        padding: 48px 0;
        padding-bottom: 0;
    }

    .box-content {
        margin-top: 32px;
        flex-direction: column;
        margin-bottom: 32px;
    }

    .box-fund {
        padding-right: 24px;
        flex-direction: column-reverse;
        align-items: center;
    }

    .box-fund:first-child,
    .box-fund:last-child {
        width: 100%;
    }

    .img-fund {
        max-width: 220px !important;
        width: 100%;
        bottom: auto;
    }

    .title-fund {
        font-size: 20px;
        line-height: 30px;
    }
}

/* #######################content-2############################# */



/*============================== tab ===============================*/
.tab-control {
    position: relative;
    height: 32px;
    position: relative;
    margin-bottom: 0px;
}

.tab-control:before {
    content: '';
    position: absolute;
    height: 1px;
    left: 0;
    bottom: 0px;
    right: 0;
    background-color: #DBDBDB;
    border-radius: 50px;
    z-index: 4;
}

.tab {
    position: relative;
    z-index: 3;
}

.tab .control {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 48px;
}

.tab-control {
    margin-top: 40px;
    margin-bottom: 40px;
}

.tab .control a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    line-height: 1.4;
    white-space: nowrap;
    font-weight: 600;
    font-size: 16px;
    color: #999;
    text-align: center;
    position: relative;
    z-index: 1;
    text-decoration: none;
    /* transition: .3s ease-in-out; */
}

.tab .control a.active {
    color: #333333;
    font-weight: 600;
    pointer-events: none;
}

.tab .selector {
    height: 3px;
    background-color: #00A94F;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    border-radius: 0;
    -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);
}

.tab.active {
    overflow: visible;
}

.tab.active .control {
    display: block;
    flex-wrap: inherit;
    width: auto;
    /* margin-left: -16px;
    margin-right: -41px; */
    position: relative;
    z-index: 1;
    top: 40px;
    padding: 15px 5px;
    background-color: #f4f4f4;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}

.tab.active .control a {
    display: inline-flex;
    height: auto;
    padding: 8px 32px;
    border: 1px solid #ddd;
    border-radius: var(--radius);
    background-color: var(--cr-light);
    margin: 4px;
    color: #999;
}

.tab.active .control a.active {
    border-color: #00A94F;
    color: #00A94F;
}

.tab-content {
    position: relative;
    opacity: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    display: block;
    transition: .5s ease-in-out;
}

.tab-content.active {
    opacity: 1;
    height: auto;
    overflow: visible;
    visibility: visible;
}

.bt-head {
    color: #666;

    text-align: center;
    font-family: 'kurious-looped';
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 40px !important;
}

@media screen and (max-width: 991px) {
    ::-webkit-scrollbar {
        display: none;
    }

    .tab-control {
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .tab .control {
        gap: 16px;
    }

    .bt-head {
        margin-bottom: 32px !important;
    }
}

/* howto */
.howto .nav-info {
    position: relative;
}

.howto .nav-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.howto .nav-info ul>li {
    width: 100%;
    padding: 32px 0;
}

.howto .nav-info ul>li+li {
    border-top: 1px solid #DBDBDB;
}

.howto .nav-mobile-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    position: relative;
    font-weight: 600;
    font-family: 'kurious-looped';
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5em;
}

.howto .nav-mobile-link:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    top: 0px;
    right: 0;
    bottom: 0;
    margin: auto;
    border-top: 2px solid #00a94f;
    border-right: 2px solid #00a94f;
}

.howto .nav-mobile-link .icon {
    margin-right: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
}

.howto .nav-mobile-link .icon>img {
    width: 24px;
    height: 24px;
}

.howto .back-mobile {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 9;
    top: 16px;
    left: 16px;
}

.howto .nav-info-head {
    display: block;
    text-align: center;
}

.howto .nav-info-head .txt {
    font-size: 24px;
    line-height: 1.5em;
    color: #333;
    text-align: center;
    margin-bottom: 24px;
    display: none;
}

.howto .nav-info-head .txt strong {
    font-weight: 700;
}

.howto .nav-info-head .txt.active {
    display: block;
}

.howto .tab-container {
    position: fixed;
    top: 0;
    left: 100%;
    height: calc(100dvh);
    /*max-height: calc(100dvh);*/
    width: 100vw;
    overflow: auto;
    z-index: 10000;
    background: #F0FAF7;
    transition: .3s ease-in-out;
    padding: 72px 16px 16px 16px;
    pointer-events: none;
}

.howto .tab-container.protection-active {
    left: 0;
    pointer-events: visible;
}

.protection-active #navigation-header {
    z-index: 1;
}

.howto .tab-control {
    margin-bottom: 24px;
}

.howto .head-wealth {
    margin-bottom: 0 !important;
}

.icw .btn-control a {
    color: #666;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 24px;
    border-radius: 8px;
    border: 1px solid #DDD;
    background: #fff;
}

.icw .btn-control a.active {
    color: #00A94F;
    border: 1px solid #00A94F;
}

.icw .btn-control {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    margin-top: 24px;
}

.box-detail {
    display: none;
    transition: .3s ease-in-out;
}

.box-detail.active {
    display: block;
}

.box-detail ol {
    padding-left: 20px;
    margin-bottom: 24px;
}

.box-detail ol li {
    list-style: decimal;

    color: #666;
    font-family: 'kurious-looped';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.tab-content .head-26 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px
}

.howto .tab-content .head-26 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px
}

.c-black {
    color: #333 !important;
}

.f-18 {
    color: #333;
    font-family: 'kurious-looped';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.f-20 {
    color: #333;
    font-family: 'kurious-looped';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.details-container p {
    font-size: 16px;
    line-height: 24px;
}

@media screen and (min-width:768px) {
    .howto .tab-content {
        margin-bottom: 40px;
    }

    .tab-content:last-child {
        margin-bottom: 0;
    }

    .howto .box-detail ol {
        margin-bottom: 0;
    }

    .f-18 {
        font-size: 18px;
        line-height: 27px;
    }

    .f-20 {
        font-size: 20px;
        line-height: 30px;
    }


    .tab-content .head-26 {
        font-size: 26px;
        line-height: 39px;
    }

    .icw .btn-control {
        flex-direction: row;
        margin-top: 16px;
    }

    .howto .nav-info {
        display: none;
    }

    .howto .head-wealth {
        margin-bottom: 40px !important;
    }


    .howto .nav-mobile-link {
        display: none;
    }

    .howto .back-mobile {
        display: none;
    }

    .howto .nav-info-head {
        display: none;
    }

    .howto .tab-control {
        margin-bottom: 40px;
    }

    .howto .tab-container,
    .howto .tab-container.protection-active {
        left: 0%;
        overflow: visible;
        display: block;
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        background: transparent;
        pointer-events: inherit;
    }

    .howto .tab-content {
        opacity: 1;
        height: 100%;
        overflow: hidden;
        visibility: visible;
    }

    .box-detail {
        border-radius: 0px 0px 8px 8px;
        border-top: 5px solid #00A94F;
        background: #FFF;
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
        padding: 48px 32px;
    }

}

/* end howto */
/*============================== tab ===============================*/





/* ######################product########################### */

.sc-product {
    border-radius: 8px;
    padding: 64px 0;
    background: #FAFAFA;
}

.sc-product .title {
    color: #333;
    text-align: center;
    font-family: 'kurious-looped';
    font-size: 33px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 32px;
}

.icw .box-item {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
    padding: 24px;
    font-family: 'kurious-looped';
    display: none;
    position: relative;
}

.icw .box-item.active {
    display: block;
}

.icw .box-item .fund {
    color: #33BA72;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 8px;
}

.icw .box-item .fundName {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0;
}

.icw .box-item .fundSubname {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    /* margin-bottom: 8px;
    margin-top: 4px; */

    min-height: 54px;
}

.icw .box-item .fundDesc {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 32px;
    /* height: 72px; */
    height: 192px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.icw .box-item .risk {
    color: #FFF;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    border-radius: 12px;
    background: #40525D;
    width: fit-content;
    padding: 2px 8px;
    /* position: absolute;
    bottom: 24px; */
}

.card-fund {
    position: relative;
    overflow: visible;
}

.icw .swiper-pagination {
    bottom: 0;
    position: relative;
    margin-top: 24px;
}

.icw .swiper-pagination-bullet {
    border-radius: 100%;
    opacity: 1;
    border: 1px solid #DDD;
    background: #DDD;
    transition: .3s ease-in-out;
}

.icw .swiper-pagination-bullet-active {
    border-radius: 50px;
    background: #00A94F;
    width: 24px;
    height: 8px;
    border: 0;
}

.icw .card-fund,
.icw .accordion-group {
    overflow: hidden;
}

/* swiper arrow */
.swiper .swiper-button-lock {
    display: none !important;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
    transition: all .3s linear;
    opacity: 0;
}

.swiper:hover .swiper-button-next,
.swiper:hover .swiper-button-prev {
    opacity: 1;
}

.swiper:hover .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.swiper-button-next,
.swiper-button-prev {
    background-color: #000;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    top: 42%;
    display: flex;
    transition: .3s ease-in-out;
}

.swiper-button-next {
    right: -100px;
}

.swiper-button-prev {
    left: -100px;
}

.swiper-button-next {
    right: 8px;
}

.swiper-button-prev {
    left: 8px;
}

/* end swiper arrow */


.sc-kpoint .title {
    font-family: 'kurious-looped';
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 32px;
}

.sc-kpoint .title strong {
    font-family: 'kurious-looped';
    font-weight: 700;
}

.sc-kpoint .desc {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 40px;
}

.icw .sc-kpoint .desc .link,
.icw.sc-kpoint .desc .link:hover {
    color: #00FF01 !important;
}

.card-kpoint {
    max-width: 880px;
}

.point-table td {
    padding: 8px 16px !important;
    color: #666;
    vertical-align: middle;
}

@media screen and (max-width:991px) {
    .scan .mfp-content {
        padding: 48px 16px 0;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

}

@media screen and (max-width:767px) {
    .icw .box-item .fundDesc {
        height: auto;
    }

    .point-table td {
        padding: 8px 16px !important;
    }

    .text-bottom {
        margin: 32px 0 8px;
    }

    .content-btn {
        flex-direction: column;
        /* gap: 20px; */
    }

    .qrcode {
        top: 22%;
        left: 6%;
    }

    .sc-product {
        border-radius: 0px;
        padding: 48px 0;
        /* margin: 0 -15px; */
    }

    .icw .sc-product .accordion:not(:last-child) {
        margin-bottom: 32px;
    }

    .sc-product .title {
        font-size: 24px;
        padding-left: 16px;
        padding-right: 16px;
        line-height: 36px;
        margin-bottom: 24px;
    }

    .card-fund {
        padding: 0 16px;
    }

    .icw .box-item {
        padding: 24px 16px;
        /* max-width: 300px; */
    }

    .icw .kpoint-item {
        max-width: 220px;
    }

    .sc-kpoint {
        border-radius: 0px;
        padding: 48px 0 102px;
        margin: 0 -15px;
        background: url(../img/bg-kpoint-mobile.png), linear-gradient(142deg, #66CAAE -15.03%, #0A6A60 52.45%);
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .sc-kpoint .title {
        font-family: 'kurious-looped';
        font-size: 18px;
        line-height: 27px;
        padding: 0 16px;
    }

    .point-table td {
        font-size: 13px;
    }

    .tab .control {
        justify-content: start;
        /* margin-left:15px ; */
    }
}

/* ######################product########################### */



/* ######################product2########################### */
.sc-product2 {
    border-radius: 8px;
    padding: 64px 0;

    background: #fff;
}

.sc-product2 .title {
    color: #333;
    text-align: center;
    font-family: 'kurious-looped';
    font-size: 33px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 32px;
}

.icw .box-item {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
    padding: 24px;
    font-family: 'kurious-looped';
    display: none;
    position: relative;
}

.icw .box-item.active {
    display: block;
}

.icw .box-item .fund {
    color: #33BA72;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 8px;
}

.icw .box-item .fundName {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0;
}

.icw .box-item .fundSubname {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    /* margin-bottom: 8px;
    margin-top: 4px; */

    min-height: 54px;
}

.icw .box-item .fundDesc {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 32px;
    height: 72px;
    /* height: 192px; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.icw .box-item .risk {
    color: #FFF;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    border-radius: 12px;
    background: #40525D;
    width: fit-content;
    padding: 2px 8px;
    /* position: absolute;
    bottom: 24px; */
}

.card-fund {
    position: relative;
    overflow: visible;
}

.icw .swiper-pagination {
    bottom: 0;
    position: relative;
    margin-top: 24px;
}

.icw .swiper-pagination-bullet {
    border-radius: 100%;
    opacity: 1;
    border: 1px solid #DDD;
    background: #DDD;
    transition: .3s ease-in-out;
}

.icw .swiper-pagination-bullet-active {
    border-radius: 50px;
    background: #00A94F;
    width: 24px;
    height: 8px;
    border: 0;
}

.icw .card-fund,
.icw .accordion-group {
    overflow: hidden;
}

/* swiper arrow */
.swiper .swiper-button-lock {
    display: none !important;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
    transition: all .3s linear;
    opacity: 0;
}

.swiper:hover .swiper-button-next,
.swiper:hover .swiper-button-prev {
    opacity: 1;
}

.swiper:hover .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.swiper-button-next,
.swiper-button-prev {
    background-color: #000;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    top: 42%;
    display: flex;
    transition: .3s ease-in-out;
}

.swiper-button-next {
    right: -100px;
}

.swiper-button-prev {
    left: -100px;
}

.swiper-button-next {
    right: 8px;
}

.swiper-button-prev {
    left: 8px;
}

/* end swiper arrow */

.sc-kpoint {
    border-radius: 8px;
    background: url(../../../../SiteCollectionDocuments/promotion/wealthpluskpoint-accum-pattern/img/bg-kpoint-desktop.png), linear-gradient(100deg, #66CAAE 0%, #0A6A60 48.05%, #40525D 100%);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    /* margin-top: 40px; */
    margin-top: 0;
    color: #fff;
    text-align: center;
    padding: 40px;
    font-family: 'kurious-looped';
    font-size: 16px;
    font-weight: 500;
    position: relative;
}

.sc-kpoint .title {
    font-family: 'kurious-looped';
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 32px;
}

.sc-kpoint .title strong {
    font-family: 'kurious-looped';
    font-weight: 700;
}

.sc-kpoint .desc {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 40px;
}

.icw .sc-kpoint .desc .link,
.icw.sc-kpoint .desc .link:hover {
    color: #00FF01 !important;
}

.card-kpoint {
    max-width: 880px;
}

.point-table td {
    padding: 8px 16px !important;
    color: #666;
    vertical-align: middle;
}

.sc-product .point-table td {
    padding: 16px 24px !important;
}

@media screen and (max-width:991px) {
    .scan .mfp-content {
        padding: 48px 16px 0;
    }

    .scan .mfp-container {
        padding: 0px 20px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    .icw .box-item {
        padding: 24px 16px;
        width: 100%;
        max-width: none;

    }

}

@media screen and (max-width:767px) {
    .icw .box-item .fundDesc {
        height: auto;
    }

    .point-table td {
        padding: 8px 16px !important;
    }

    .text-bottom {
        margin: 32px 0 8px;
    }

    .content-btn {
        flex-direction: column;
        /* gap: 20px; */
    }

    .qrcode {
        top: 22%;
        left: 6%;
    }

    .sc-product2 {
        border-radius: 0px;
        padding: 48px 0;
        /* margin: 0 -15px; */
    }

    .icw .sc-product2 .accordion:not(:last-child) {
        margin-bottom: 16px;
    }

    .sc-product2 .title {
        font-size: 24px;
        padding-left: 16px;
        padding-right: 16px;
        line-height: 36px;
        margin-bottom: 24px;
    }

    .card-fund {
        padding: 0 16px;
    }

    .icw .box-item {
        padding: 24px 16px;
        width: 100%;
        max-width: none;

    }

    .icw .kpoint-item {
        max-width: 220px;
    }

    .sc-kpoint {
        border-radius: 0px;
        padding: 48px 0 102px;
        margin: 0 -15px;
        background: url(../../../../SiteCollectionDocuments/promotion/wealthpluskpoint-accum-pattern/img/bg-kpoint-mobile.png), linear-gradient(142deg, #66CAAE -15.03%, #0A6A60 52.45%);
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .sc-kpoint .title {
        font-family: 'kurious-looped';
        font-size: 18px;
        line-height: 27px;
        padding: 0 16px;
    }

    .point-table td {
        font-size: 13px;
    }

    .ic-telephone:before {
        content: "\e91d";
        color: #fff;
    }
}

/* ######################product2########################### */


/* swiper arrow */
/* .click-more i {
    display: none;
} */

.howto-mb {
    margin-top: 16px;
}

/* .howto-mb .swiper-slide {
    max-width: 220px;
    width: 100%;
} */
/* 
.howto-mb {
    position: relative;
    max-width: 220px;
    margin: 0 auto;
} */

/* .swiper-wrapper {
    overflow: hidden;
} */

.swiper-pagination-bullet {
    border-radius: 8px;
    border: 1px solid #DDD;
    background: #FFF;
    margin: 0 12px;
    transition: .3s ease-in-out;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    border-radius: 50px;
    background: #00A94F;
    width: 24px;
    height: 8px;
}

.swiper-pagination {
    bottom: 0 !important;
    position: relative;
    margin-top: 16px;
}

.content-slide .contentDes .number {
    color: #333;
    text-align: center;
    font-family: 'kurious-looped';
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    margin: 16px 0;
    margin-bottom: 8px;
}

.howto-mb .content-slide .image img {
    max-width: 220px;
    width: 100%;
    margin: auto;
    display: block;
}

.content-slide .contentDes .f-p {
    color: #333;
    text-align: center;
    font-family: 'kurious-looped';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 8px;
}

.content-slide .contentDes ul li {
    list-style-type: disc;
    list-style-position: inside;
}

.content-slide a.btn.btn-radius-wealth {
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 40px !important;
    width: fit-content;
    margin: auto;
    margin-top: 8px;
    padding: 0 48px;
}

/* .howto-mb .open-popup-gallery {
    pointer-events: none;
} */

.swiper-button-next,
.swiper-button-prev {
    display: none;
}

/* .swiper-slide {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: .3s ease-in-out;
} */

/* .swiper-slide.swiper-slide-next,
.swiper-slide.swiper-slide-next+.swiper-slide,
.swiper-slide.swiper-slide-active {
    opacity: 1;
    pointer-events: visible;
    visibility: visible;
} */
.click-more i {
    display: inline;
}

.click-more {
    color: #00A94F;
    text-align: center;
    font-family: 'kurious-looped';
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}

/* @media screen and (max-width:767px) {
    .swiper-slide.swiper-slide-next,
    .swiper-slide.swiper-slide-next+.swiper-slide {
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
    }
} */

.icw-popup-function .mfp-content {
    width: 100%;
    max-width: 1170px;
    margin: 65px 0;
    /* margin: 230px 0 0; */
    background-color: #fff;
    border-radius: 8px;
    padding: 48px 0;
    height: initial;
}

/* .icw-popup-function .mfp-content .gallery2{
    margin: 65px 0;
} */

.howto-mb2 .swiper-slide .image {
    width: fit-content;
    margin: auto;
}

.howto-mb2 .swiper-pagination {
    margin-top: 59px;
}

.mfp-close-btn-in .mfp-close {
    border-radius: 100%;
    background: #00A94F;
    color: #fff;
    opacity: 1;
    height: 40px;
    width: 40px;
    line-height: 40px;
    top: -20px;
    right: -20px;
}

.sc-img {
    overflow: hidden;
}

.icw-popup-function {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2002;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 1;
}

.mfp-close-btn-in .mfp-close:after {
    font-size: 13px;
    font-weight: 600;
}

.mfp-close-btn-in .mfp-close:hover:after {
    color: #fff;
}

/* .open-popup-gallery {
    pointer-events: none;
} */

/* .howto-mb  .content-slide .swiper-slide {
    max-width: 220px;
} */

.howto-mb {
    position: relative;
    overflow: hidden;
    margin: 0 -15px;
}

@media screen and (max-width:767px) {
    .howto .tab-container {
        padding-bottom: 48px;
    }

    .howto-mb .content-slide .swiper-slide {
        max-width: 220px;
        width: 100% !important;
    }

    .icw p.title-fund {
        font-size: 20px;
        line-height: 30px;
    }

    .howto .tab-container.protection-active {
        /* overflow: visible; */
    }
}

@media screen and (min-width:768px) {
    .howto-mb {
        overflow: hidden;
    }

    /* .howto-mb .content-slide .swiper-slide {
        max-width: 328px;
        width: 100% !important;
    } */


    /* .howto-mb .content-slide .contentDes .number {
        max-width: 328px;
        width: 100% !important;
        margin: auto;
        display: block;
    }
    
    .howto-mb .content-slide .contentDes .f-p {
        max-width: 328px;
        width: 100%;
        margin: auto;
        display: block;
    } */
}




.text-bottom {
    color: #666;
    text-align: center;
    font-family: 'kurious-looped';
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    margin: 40px 0;
}

.content-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    /* margin-bottom: 40px; */
    /* margin-top: 24px; */
}

.link.back {
    text-decoration: none;
}

.back:before {
    font-family: 'icokbank';
    content: "\e909";
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top: -1px;
    font-size: 10px;
    transform: rotate(180deg);
    font-weight: 600;
}

.scan .mfp-content .mfp-close {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #00a850;
    color: #fff;
    text-align: center;
    position: absolute;
    top: -15px !important;
    right: -15px !important;
    z-index: 20;
    opacity: 1;
}

.scan {
    z-index: 10055;
}

.scan .mfp-content .mfp-close:after {
    font-size: 12px;
    font-weight: bold;
}

.img-phone {
    position: relative;
    z-index: 2;
}

.scan-phone {
    max-width: 300px;
    width: 100%;
    margin: auto;
    display: block;
    position: relative;
    bottom: -1px;
}


.qrcode {
    position: absolute;
    width: 100%;
    top: 48px;
    left: 66px;
    margin: auto;
}

.qrcode img {
    position: absolute;
    max-width: 170px;
    width: 100%;
}

.qrcode2 {
    position: relative;
    max-width: 282px;
    width: 100%;
    top: auto;
    left: auto;
    margin: auto;

    border-radius: 10px;
    background: #FFF;
    padding: 16px;
}

.qrcode2 img {
    position: relative;
    max-width: 250px;
    width: 100%;
}

.scan-content {
    display: flex;
    /* gap: 172px; */
    justify-content: space-between;
    align-items: center;
}

.scan-content .title {
    color: #333;
    font-family: 'kurious-looped';
    font-size: 33px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 16px;
    margin-top: 0;
}

.scan-content .des2 .title {
    color: #00A94F;
    font-family: 'kurious-looped';
    font-size: 26px;
    font-weight: 700;
    line-height: 39px;
}

.scan-content .sub-title {
    color: #333;
    font-family: 'kurious-looped';
    font-size: 26px;
    font-weight: 700;
    line-height: 28px;
    margin-top: 0;
}

.scan-content .des2 .sub-title {
    color: #666;
    font-family: 'kurious-looped';
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
}

.scan-content2 {
    display: flex;
    align-items: center;
    padding: 48px 48px 96px;
}

.w-50 {
    width: 50%;
}

.pl-96 {
    padding-left: 96px;
}

.scan-content2:after {
    width: 50%;
    height: 100%;
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    border-radius: 0 8px 8px 0;
    background: linear-gradient(96deg, #2EAA99 0.54%, #2A9489 100%);
}

.tab-icon {
    display: flex;
    gap: 16px;
    justify-content: end;
    margin: 32px 0;
}

.tab-icon i {
    font-size: 24px;
}

.tab-icon a:hover {
    color: #00A94F;
}

.tab-icon a.active {
    color: #00A94F;
}

.box-ll {
    margin-top: 40px;
}

.box-l,
.box-ll {
    display: none;
}

.box-l.active,
.box-ll.active {
    display: block;
}

.action-dropdown {
    display: flex;
    position: absolute;
    z-index: 4;
    top: 0;
    right: 0;
    width: 25px;
    height: 22px;
    border-left: 1px solid #E5E5E5;
    align-items: center;
    justify-content: flex-end;
}

.action-dropdown .link {
    display: block;
    position: relative;
    width: 16px;
    height: 12px;
}

.action-dropdown .link:before,
.action-dropdown .link:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 12px;
    height: 2px;
    background-color: var(--cr-green);
    transition: var(--tsition);
}

.action-dropdown .link:before {
    position: absolute;
    transform: rotate(45deg);
    top: 5px;
    left: -1px;
}

.action-dropdown .link:after {
    position: absolute;
    transform: rotate(-45deg);
    top: 5px;
    left: 6px;
}

.action-dropdown .link.active:before {
    transform: rotate(-45deg);
}

.action-dropdown .link.active:after {
    transform: rotate(45deg);
}

.tab-dropdown {
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: var(--tsition);
}

.tab-dropdown.active {
    opacity: 1;
    visibility: visible;
}

.tab-dropdown .txt {
    font-weight: 500;
    font-size: 16px;
    color: var(--cr-gray);
    line-height: 24px;
}


@media screen and (min-width: 768px) {
    .action-dropdown {
        display: none;
    }

    .tab-dropdown {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .howto-mb .content-slide.j-center {
        justify-content: center;
    }
}


.txt-phone {
    color: #FFF;
    text-align: center;
    font-family: 'kurious-looped';
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
}


/*############### kfin-manual ###############*/
.sc-manual .swiper {
    margin: 0 auto;
}

.sc-manual .sc-inner:first-of-type {
    padding-bottom: 0;
}

/* .sc-manual-swiper{
    max-width: 752px;
  } */
.kfin-manual-wrapper {
    display: flex;
    flex-direction: column;
    /* width: 220px; */
}

.icw .sc-manual .btn-popup {
    font-size: 16px;
}

.kfin-manual-wrapper .btn-popup {
    padding: 8px 49px;
}

.kfin-manual-card__image {
    position: relative;
    width: 100%;
    padding: 36px 18px 0;
    background: linear-gradient(360deg,
            #272425 -109.09%,
            #00a94f -17.54%,
            #66caae 100%);
    border-radius: 8px;
    z-index: 1;
}

.kfin-manual-card__image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 52px;
    height: 52px;
    background: url(../../../../SiteCollectionDocuments/promotion/mutual-fund-dca-kpoint/img/bg-figure.png) no-repeat;
    background-size: cover;
    opacity: 1;
    z-index: 1;
    border-top-left-radius: 8px;
}

.kfin-manual-card__image .kfin-manual-card__number {
    position: absolute;
    top: 2px;
    left: 12px;
    z-index: 2;
    color: #fff;
    font-family: 'kurious-looped';
    font-size: 26px;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: 0em;
    text-align: center;
}

.kfin-manual-card__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    row-gap: 8px;
}

.icw .kfin-manual-card__title {
    font-family: 'kurious-looped';
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #00a94f;
}

.kfin-manual-card__desc {
    font-family: 'kurious-looped';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
}

.icw .kfin-manual-card__link {
    font-family: 'kurious-looped';
    text-decoration: underline;
    font-weight: 500;
    color: #00a94f;
    text-decoration: underline;
}

@media (max-width: 768px) {

    .kfin-manual-wrapper {
        display: flex;
        flex-direction: column;
        /* width: 100%; */
    }

    .sc-manual-swiper {
        max-width: 100%;
    }

    .swiper-pagination {
        padding-top: 0;
        margin-top: 32px;
    }

    .sc-manual .sc-inner:last-of-type {
        padding-top: 40px;
    }

    .kfin-manual-wrapper .btn-popup {
        padding: 8px 32px;
    }
}


.icw .btn-popup {
    padding: 9px 32px;
    border-radius: 8px;
    background: #00a94f;
    color: #ffffff !important;
    font-weight: 600;
    display: inline-block;
    /* margin: 0 auto 64px; */
    width: fit-content;

    font-family: 'kurious-looped';
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}


/*############### end kfin-manual ###############*/


/*############################ popup ###################################*/
.mfp-bg,
.mfp-wrap .mfp-content,
.mfp-wrap .mfp-container {
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.mfp-wrap.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    visibility: visible;
    font-family: 'kurious-looped';
}

.mfp-wrap.mfp-ready .mfp-content .sc-content {
    padding-bottom: 24px;
}

.mfp-wrap.mfp-ready .mfp-content .sc-content .title {
    font-family: 'kurious-looped';
    font-size: 26px;
    font-weight: 600;
    line-height: 39px;
    text-align: left;
    color: #111;
}

.mfp-wrap.mfp-ready .mfp-content .sc-content ol {
    padding-left: 16px;

}

.mfp-close-btn-in .mfp-close {
    width: 30px;
    height: 30px;
    background-color: #00A950;
    color: #fff;
    top: -15px;
    right: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    opacity: 1;
    font-size: 0px;
    transition: var(--tsition);
}

.mfp-close-btn-in .mfp-close:before,
.mfp-close-btn-in .mfp-close:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 18px;
    height: 2px;
    background-color: var(--cr-light);
    margin: auto;
    transition: var(--tsition);
}

.mfp-close-btn-in .mfp-close:before {
    transform: rotate(45deg);
}

.mfp-close-btn-in .mfp-close:after {
    transform: rotate(-45deg);
}

.mfp-close-btn-in .mfp-close:hover:before {
    background-color: var(--cr-light);
}

.mfp-close-btn-in .mfp-close:hover:after {
    background-color: var(--cr-light);
}

/* .mfp-close-btn-in .mfp-close:active{top: ;} */


@media screen and (max-width: 767px) {
    .mfp-close-btn-in .mfp-close {
        top: 30px;
        right: 16px;
    }
}

@media screen and (min-width: 320px) {

    html {
        font-size: 16px;
    }

    .sc-calculation-table {
        background: url(../img/bg-graph.png) no-repeat;
        background-size: cover;
    }

    .sc-calculation-table tbody tr td:first-child {
        text-align: start;
    }

    .sc-calculation-table tr:first-child th:first-child {
        border-top-left-radius: 8px;
    }

    .sc-calculation-table tr:first-child th:last-child {
        border-top-right-radius: 8px;
    }

    .sc-calculation-table tr:last-child td:first-child {
        border-bottom-left-radius: 8px;
    }

    .sc-calculation-table tr:last-child td:last-child {
        border-bottom-right-radius: 8px;
    }

    .sc-calculation-table tr th {
        border-right: solid 1px #E8E8E8;
        border-left: solid 1px #E8E8E8;
    }

    .sc-calculation-table .point-table tbody tr:nth-child(odd) td {
        background: #fff;
    }

    .sc-calculation-table .point-table tbody tr:nth-child(even) td {

        background: #FAFAFA;
    }




}

.mobile-cont {
    margin-top: 24px;
}

.mobile-cont p {
    margin-bottom: 4px;
}

.sc-tel {
    display: flex;
    align-items: center;
    gap: 8px;
}

.mobile-cont .sc-tel .btn-badge {
    display: inline-flex;
    position: relative;
    width: 24px;
    height: 24px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #20C65A;
    color: #FFF;
    justify-content: center;
    align-items: center;
}

.mobile-cont .sc-tel p {
    margin-bottom: 0px;
}


.icw .detail ul .list-text li {
    list-style: lower-alpha
}

.icw .br-l-none {

    border-left: none !important;
}

.icw .table-remark {
    margin-top: 16px;

}

.icw .table-remark li {

    list-style: disc;
    margin-left: 16px;
    font-size: 13px;
}

/*############### kfin-feature ###############*/
.icw .kfin-feature .btn-popup {
    font-size: 20px;
    line-height: 30px;
}

.icw .btn-popup {
    padding: 9px 32px;
    border-radius: 8px;
    background: #00a94f;
    color: #ffffff !important;
    font-weight: 600;
    display: inline-block;
    /* margin: 0 auto 64px; */
    width: fit-content;
    font-family: kurious-looped;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}

.swiper-button-next.custom,
.swiper-button-prev.custom {
    background: rgba(255, 255, 255, 1);
    top: 52%;
}

.swiper-button-next.custom:before,
.swiper-button-prev.custom:before {
    border-top: 2px solid #333;
    border-left: 2px solid #333;
}

.swiper-button-prev {
    left: 0%;
}

.sc-feature-swiper {
    overflow: hidden;
}

.swiper-button-prev.custom:before {
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(315deg);
}

.swiper-button-next.custom:before {
    left: 45%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(135deg);
}

.sc-feature {
    background: url(../../../../SiteCollectionDocuments/promotion/mutual-fund-dca-kpoint/img/Background-green-[desktop].jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
    margin-top: -1px;
}

.section.sc-feature .text-header {
    /* margin-bottom: 40px; */
    text-align: center;
}

.kfin-feature .swiper-slide {
    position: relative;
}

.kfin-feature-header__title {
    text-align: center;
    color: #fff;
    font-size: 42px;
}

.kfin-feature__content {
    display: flex;
    flex-direction: row;
    gap: 32px;
}

.kfin-feature__image {
    width: 50%;
    /* height:508px; */
}

.kfin-texticon {
    height: 24px;
    margin: 0 4px 4px;
}

.icw .kfin-feature__text {
    width: 50%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    /* row-gap: 24px; */
}

.icw .kfin-feature__text .content-btn {
    justify-content: flex-start;
    margin-top: 0;
}

.icw .kfin-feature__subtitle {
    font-size: 20px;
    font-weight: 600;
    font-family: kurious-looped;
    line-height: 30px;
    margin-bottom: 24px;
    padding-right: 50px;
}

.kfin-texticon-sm {
    height: 16px;
    margin: 0 8px;
}

.kfin-feature__text .kfin-texticon-sm {
    margin-bottom: 3px;
}

.kfin-feature__title {
    /* font-size: 33px;
font-family: kurious-looped;
line-height: 50px;
font-weight: 700; */
    color: #fff;
    margin-bottom: 24px;
}

.kfin-feature__subtitle {
    font-size: 20px;
    font-weight: 600;
    font-family: kurious-looped;
    line-height: 30px;
    margin-bottom: 24px;
    padding-right: 50px;
}

.icw .kfin-feature__list {
    margin-bottom: 24px;
    padding-right: 35px;
}

.icw .kfin-feature__list>li {
    font-family: kurious-looped;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
}

.icw .kfin-feature__list>li>h3 {
    font-family: kurious-looped;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
}

.icw .kfin-feature__list>li>h4 {
    font-family: kurious-looped;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
}

.icw .sc-feature .head-wealth {
    margin-bottom: 32px;
}

.kfin-feature__text .h2 {
    margin-bottom: 24px;
}

.icw .f-20-16 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 24px;
}

.kfin-feature__text .btn {
    max-width: 324px;
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding: 0;
    border-radius: 8px;
    font-size: 20px !important;
}

.kfin-feature__text .btn img {
    max-width: 32px;
    margin-right: 12px;
    position: relative;
    top: -2px;
}

@media screen and (max-width: 991px) {
    .icw .f-20-16 {
        font-size: 16px;
        margin-bottom: 32px;
    }

    .kfin-feature__text .h2 {
        margin-bottom: 8px;
        font-size: 20px;
    }

    .icw .sc-feature .head-wealth {
        margin-bottom: 32px;
    }

    .sc-feature {
        background: url(../../../../SiteCollectionDocuments/promotion/../../../../SiteCollectionDocuments/promotion/mutual-fund-dca-kpoint/img/Background-green-[mobile].jpg) no-repeat;
        background-size: cover;
        background-position: bottom;
    }
}

@media screen and (max-width: 767px) {



    .kfin-feature__text .btn {
        max-width: unset;
    }

    .kfin-texticon {
        height: 35px;
        margin: 0;
    }

    .sc-feature {
        background: url(../../../../SiteCollectionDocuments/promotion/mutual-fund-dca-kpoint/img/background-green-[mobile].jpg) no-repeat;
        background-size: cover;
    }

    .icw .section.sc-feature ul {
        /* margin:0; */
        padding: 0 2px;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 24px;
        list-style-position: inside;

    }

    .icw .kfin-feature__content {
        flex-direction: column;
    }

    .icw .kfin-feature__image {
        width: 100%;
        /* height: 317px; */
    }

    .icw .kfin-feature__text {
        width: 100%;
        /* row-gap: 32px; */
        align-items: center;
        text-align: center;
    }

    .icw .kfin-feature__title {
        font-family: kurious-looped;
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: 0em;
        text-align: center;
        margin-bottom: 8px;
    }

    .icw .kfin-feature__list {
        text-align: center;
        list-style-position: inside;
        list-style: none;
        padding-right: 0;
    }

    .icw .kfin-feature__list>li {

        font-family: kurious-looped;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        /* text-align: center; */
        /* list-style: disc; */
        /* padding-left: 20px; */
        /* margin-left: 8px; */
    }

    .icw .kfin-feature__list>li>h3 {
        font-size: 16px;
        text-align: center;
        display: inline;
    }

    .icw .kfin-feature__list>li>h4 {
        font-size: 16px;
        text-align: center;
        display: inline;
    }

    .icw .kfin-feature__subtitle {
        font-size: 16px;
        font-weight: 500;
        font-family: kurious-looped;
        line-height: 24px;
        margin-bottom: 32px;
        padding-right: 0;
    }
}

/*############### kfin-feature ###############*/

/* ###### popup scan ####### */
.scan .mfp-content {
    padding: 48px 48px 0;
    max-width: 1000px;
    width: 100%;
    border-radius: 10px;
    z-index: 10058;
}

.scan .mfp-content .mfp-close {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #00a850;
    color: #fff;
    text-align: center;
    position: absolute;
    top: -15px !important;
    right: -15px !important;
    z-index: 20;
    opacity: 1;
}

.scan {
    z-index: 10055;
}

.scan .mfp-content .mfp-close:after {
    font-size: 12px;
    font-weight: bold;
}

.img-phone {
    position: relative;
    z-index: 2;
}

.scan-phone {
    max-width: 300px;
    width: 100%;
    margin: auto;
    display: block;
    position: relative;
    bottom: -1px;
}


.qrcode {
    position: absolute;
    width: 100%;
    top: 39px;
    left: 55px;
    margin: auto;
}

.qrcode img,
.qrcode canvas {
    position: absolute;
    max-width: 190px;
    width: 100%;
}

.qrcode2 {
    position: relative;
    max-width: 282px;
    width: 100%;
    top: auto;
    left: auto;
    margin: auto;

    border-radius: 10px;
    background: #FFF;
    padding: 4px;
}

.qrcode2 img,
.qrcode2 canvas {
    position: relative;
    max-width: 282px;
    width: 100%;
    image-rendering: pixelated;
}

.txt-phone {
    color: #FFF;
    text-align: center;
    font-family: kurious-looped;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    position: absolute;
    bottom: 21px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
}

.scan-content {
    display: flex;
    /* gap: 172px; */
    justify-content: space-between;
    align-items: center;
}

.scan-content .title {
    color: #333;
    font-family: kurious-looped;
    font-size: 33px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 16px;
    margin-top: 0;
}

.scan-content .des2 .title {
    color: #00A94F;
    font-family: kurious-looped;
    font-size: 26px;
    font-weight: 600;
    line-height: 39px;
}

.scan-content .sub-title {
    color: #333;
    font-family: kurious-looped;
    font-size: 26px;
    font-weight: 600;
    line-height: 28px;
    margin-top: 0;
}

.scan-content .des2 .sub-title {
    color: #666;
    font-family: kurious-looped;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
}

.scan-content2 {
    display: flex;
    align-items: center;
    padding: 48px 48px 96px;
}

.w-50 {
    width: 50%;
}

.pl-96 {
    padding-left: 96px;
}

.scan-content2:after {
    width: 50%;
    height: 100%;
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    border-radius: 0 8px 8px 0;
    background: linear-gradient(96deg, #2EAA99 0.54%, #2A9489 100%);
}

.white-popup {
    background: #FFF;
}

._popup-contact {
    display: flex;
    align-items: center;
}

._popup-contact .col-l {
    background-color: #FFF;
    width: 50%;
    padding: 0 66px;
}

._popup-contact .col-r {
    width: 50%;
    padding: 96px 66px;
    text-align: center;
}

._popup-contact.line .col-r {
    background: #00A94F;
    background: linear-gradient(9deg, #272425 -168.55%, #00A94F -63.1%, #66CAAE 89.22%);
    position: relative;
}

.icw .pos-ab {
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    max-width: 83px;
    width: 100%;
    margin: auto;
    display: block;
}

._popup-contact.tel .col-r {
    background: #66CAAE;
    background: linear-gradient(16deg, #66CAAE -47.42%, #E9FDF2 77.16%);
}

._popup-contact.kwealth .col-r {
    background: #A78677;
    background: url(../img/bg-kplus.png), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(96deg, #A78677 0.54%, #E6E0BF 100%);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

._popup-contact.kplus .col-r {
    background: #66CAAE;
    background: url(../img/bg-popup-scan.png),
        linear-gradient(142deg, rgba(79, 161, 137, 1) 0%, rgba(70, 158, 129, 1) 40%, rgba(46, 150, 106, 1) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

._popup-contact.wealth-plus .col-r {
    background: #66CAAE;
    background: url(../img/bg-popup-scanqr_Wealth-PLUS.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

._popup-header {
    font-size: 26px;
    line-height: 39px;
    color: #00A94F;
    margin-bottom: 16px;
    font-weight: 700;
    font-family: kurious-looped;
}

._popup-desc {
    font-size: 18px;
    line-height: 27px;
    color: #666;
    position: relative;
    font-family: kurious-looped;
}

/* ._popup-desc > img {
    position: absolute;
    bottom: 0;
    right: -8px;
} */

.mfp-content {
    padding: 0;
    /* background-color: transparent; */
    max-width: 1000px;
}

.mfp-content:has(.white-popup) {
    padding: 0 !important;
}

.mfp-wrap {
    z-index: 10056;
}

.mfp-bg {
    z-index: 10055;
}

@media screen and (min-width: 1024px) {
    .white-popup {
        padding: 0;
        border-radius: 8px;
        overflow: hidden;
    }
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-block {
        display: block !important;
    }
}


@media screen and (min-width: 768px) {
    .mfp-wrap.mfp-ready .mfp-content {
        border-radius: 8px;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

}


/* ---------------- Section howto  ------------------------*/

.sc-howto {
    background: #F0FAF7;
}

.sc-howto .accordion-content {
    background: #FFFFFF;
}

.section .sc-heading {
    text-align: center;
}

.dca .accordion-group {
    margin-top: 40px;
}

.icw .accordion {
    max-width: 1140px;
}

.sc-howto .accordion .accordion-content {
    padding: 40px 61px;
}

ul.kfin-manual-card__desc li {
    list-style: disc;
    text-align: start;
    margin-left: 16px;
}

@media screen and (max-width: 767px) {
    .sc-howto .accordion .accordion-content {
        padding: 16px;
    }

    .sc-howto .title {
        font-size: 28px;
    }

    .dca .accordion-group {
        margin-top: 22px;
    }
}

/* ---------------- End Section howto  ------------------------*/

/* faq */

@media screen and (max-width: 768px) {

    .accordion-faq .compn-overflow .compn-overflow-wrapper .compn {
        min-width: 850px;
    }

    .accordion-faq .compn-overflow .compn-overflow-wrapper .w-td td:nth-child(2) {
        width: 60%;
    }
}

@media screen and (min-width: 768px) {
    .icw .accordion-faq .compn-overflow .compn-overflow-wrapper .compn {

        min-width: unset;
    }
}