/* .promotion-popup .mfp-content .promotion-header .content .action {
    display: none !important;
} */

.compn-overflow .compn-overflow-scroll-wrapper {
    display: none;
}

.theme-xpc .sc-s-apply .sc-layout {
    position: relative;
}

.icw img.img-new-slide {
    max-width: 45px;
    display: inline-block;
    vertical-align: sub;
}

#section-warning-apply {
    position: fixed;
    bottom: -100px;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: bottom 300ms;
    display: none;
}

#section-warning-apply.show-warning {
    bottom: 0;
    transition: bottom 300ms;
}

#section-warning-apply .warning-apply {
    position: unset;
    left: 0;
    right: 0;
    transform: unset;
    white-space: unset;
    line-height: 20px;
    padding: 15px 10px;
    border-radius: 0;
    display: block;
    text-align: center;
}

.bl-warning {
    width: 95px;
}

.warning-apply-popup {
    background-color: #f8f8f8;
    border-radius: 10px;
    overflow: hidden;
    font-family: 'notosans_thai', sans-serif;
    color: #666;
    font-size: 16px;
    line-height: 18px;
    padding: 12px 15px 10px;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    margin-top: 20px;
}

.warning-thank {
    background-color: rgb(255 255 255 / 80%);
    color: #666;
    padding: 10px 15px 8px;
}

.warning-apply-popup.c-white {
    color: #fff;
}

.warning-apply-popup .c-red {
    color: #EC4847 !important;
}

.warning-apply {
    position: relative;
    /* bottom: 60px; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    background-color: rgb(255 255 255/ 100%);
    /* border-radius: 10px; */
    overflow: hidden;
    font-family: 'notosans_thai', sans-serif;
    color: #666;
    font-size: 16px;
    line-height: 18px;
    padding: 12px 35px 10px;
    text-align: center;
    z-index: 9;
}

.warning-apply img,
.warning-apply-popup img {
    width: 19px;
    vertical-align: middle;
    margin-right: 4px;
    position: relative;
    top: -3px;
}

.warning-apply b,
.warning-apply-popup b {
    margin-right: 5px;
}

/* .warning-apply b,
.warning-apply span,
.warning-apply-popup b,
.warning-apply-popup span {
    vertical-align: middle;
} */

#section-warning-apply .warning-apply .tb {
    max-width: 500px;
    margin: 0 auto;
}

.theme-xpc .highlight .caption {
    /* margin-left: auto; */
    margin-left: unset;
    margin-right: unset;
    /* width: 350px; */
    width: 500px;
}

.theme-xpc .highlight .condition-txt {
    text-align: right;
}

.theme-xpc .highlight .caption .camp-date {
    font-size: 45px;
    /* color: #cf575b; */
    font-weight: bold;
    line-height: 1.2;
    /* margin-bottom: 8px; */
}

.theme-xpc .highlight .caption .c-brown {
    color: #CB6E00 !important;
}


.theme-xpc .highlight .caption .c-darkgreen {
    color: #01562C !important;
}

.theme-xpc .highlight .caption .f-18 {
    font-size: 18px !important;
}

.theme-xpc .highlight .caption .heading {
    font-size: 35px;
    color: #3a433b;
}

.theme-xpc .highlight .caption .sub-heading {
    font-size: 24px;
    /* margin: 10px 0 5px; */
    color: #3a433b;
}

.theme-xpc .sub-heading2 {
    font-size: 24px;
    color: #64ff00;
    font-weight: bold;
    margin-top: 10px;
}

.theme-xpc .highlight .caption .text-special {
    font-size: 24px;
    font-weight: bold;
    color: #64ff00;
}

.theme-xpc .highlight .caption .text-special-date {
    font-size: 20px;
}

.theme-xpc .highlight .caption>a {
    font-size: 20px;
    font-weight: bold;
    color: #3a433b;
}

.theme-xpc .highlight .caption>a:hover span {
    text-decoration: underline;
}


.theme-xpc .highlight .caption .action>.btn {
    font-size: 20px;
    background: #cf575b;
    color: #fff;
}

.theme-xpc .highlight .caption .action>.btn:hover {
    background: #cf575b;
}

.logo-unionpay {
    position: relative;
    top: -2px;
}

.nw {
    white-space: nowrap;
}

.theme-xpc .highlight .caption .sub-heading img {
    margin: 20px 0 24px 10px;
    box-shadow: none;
    width: 48px;
    border-radius: 0;
}

@media screen and (max-width: 1199px) {
    .promotion-popup .mfp-content .promotion-header .content .action .btn {
        max-width: max-content !important;
    }
}

@media screen and (max-width: 1024px) {
    .theme-xpc .highlight .caption .action {
        display: none !important;
    }

    .theme-xpc .sc-promotions .sc-content .promotion-list .promotion .content p {
        margin-top: 5px !important;
    }
}

@media screen and (max-width: 1023px) {

    .theme-xpc .sub-heading2 {
        font-size: 18px;
        margin-top: 5px;
    }

    #section-warning-apply {
        display: block;
    }

    .warning-apply {
        display: none;
    }

    #section-warning-apply .warning-apply {
        text-align: center;
    }

    .theme-xpc .highlight .caption {
        /* width: 230px; */
        padding-top: 30px;
    }

    .theme-xpc .highlight .caption .camp-date {
        font-size: 24px;
        margin-bottom: 10px;
        display: inline-block;
    }

    .theme-xpc .highlight .caption .heading {
        font-size: 20px;
    }

    .theme-xpc .highlight .caption .sub-heading {
        font-size: 18px;
        justify-content: left;
        margin-bottom: 10px;
    }

    .theme-xpc .highlight .caption .text-special {
        font-size: 18px;
    }

    .theme-xpc .highlight .caption .text-special-date {
        font-size: 14px;
    }

    .theme-xpc .highlight .caption>a {
        font-size: 14px;
        line-height: 1.5;
        margin-top: 10px;
    }

    .theme-xpc .highlight .caption .sub-heading img {
        width: 40px;
        margin-top: 0px;
        margin-bottom: 0;
    }

    .theme-xpc .highlight .caption .sub-heading strong {
        /* margin-bottom: 8px; */
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    .highlight .inner {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        bottom: unset;
    }

    .theme-xpc .sc-promotions .sc-headline {
        margin-bottom: 20px !important;
    }
}


@media screen and (max-width: 767px) {

    .table th,
    .table td {
        padding: 10px;
    }

    .theme-xpc #rate-table .table.compn {
        min-width: auto;
    }

    .interest-rate-content .table th,
    .interest-rate-content .table td {
        white-space: unset;
    }

    .warning-apply-popup,
    #section-warning-apply .warning-apply {
        text-align: left;
    }

    .warning-apply-popup {
        padding: 10px 15px;
    }

    /* .warning-apply {
        background-color: rgb(255 255 255 / 90%);
    } */

    .bl-warning {
        width: 90px;
    }

    .warning-apply-popup,
    .warning-apply {
        font-size: 14px;
    }

    .sc-thankyou.pt040 .sc-inner {
        padding: 0 0 40px !important;
    }

    .theme-xpc .highlight .caption {
        margin-left: unset;
    }

    .theme-xpc .highlight .caption {
        width: 100%;
    }

    .highlight .inner {
        top: 0;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
    }

    .theme-xpc .highlight .caption {
        text-align: left;
    }

    .theme-xpc .highlight .caption .sub-heading {
        justify-content: left;
    }

    .theme-xpc .highlight .caption {
        padding-top: 65px;
    }

    .theme-xpc .highlight .caption .f-18 {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 360px) {
    .bl-warning {
        width: 85px;
    }

    #section-warning-apply .warning-apply {
        padding: 15px 6px;
    }

}

.icw .subtitle {
    font-size: 18px;
    font-family: 'notosans_thai', sans-serif;
    margin-top: 10px !important;
    font-weight: 400;
}

@media screen and (max-width:767px) {
    .icw .subtitle {
        font-size: 16px;
    }
}

.nw {
    white-space: nowrap !important;
}

/* ###### Carousel-A ###### */
.theme-xpc .carouselA .intro-card-container .caption {
    padding: 45px 20px 20px 20px;
    justify-content: space-between;
    min-height: 220px;
}

.garage-container .carouselA h3 {
    margin-top: 8px;
    /* font-size: 20px; */
}

.theme-xpc .carouselA .intro-card-container {
    max-height: 350px;
}

.theme-xpc .carouselA .intro-card-container .item {
    height: auto;
}

/* .garage-container .carouselA .slick-current h3 {
    margin-top: 8px;
    font-size: 24px;
} */

.ic-bar::after {
    content: '';
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    filter: brightness(0) saturate(100%) invert(43%) sepia(0%) saturate(0%) hue-rotate(1deg) brightness(91%) contrast(92%);
}

.ic-menu::after {
    background: url(../img/icon/xpc_dot-menu.svg) no-repeat;
    background-size: contain;
    background-position: center;
}

.ic-jump1::after {
    background: url(../img/icon/xpc_jump-icon1.svg) no-repeat;
    background-size: contain;
    background-position: center;
}

.ic-jump2::after {
    background: url(../img/icon/xpc_jump-icon2.svg) no-repeat;
    background-size: contain;
    background-position: center;
}

.ic-jump3::after {
    background: url(../img/icon/xpc_jump-icon3.svg) no-repeat;
    background-size: contain;
    background-position: center;
}

.ic-jump4::after {
    background: url(../img/icon/xpc_jump-icon4.svg) no-repeat;
    background-size: contain;
    background-position: center;
}

.ic-jump5::after {
    background: url(../img/icon/xpc_jump-icon5.svg) no-repeat;
    background-size: contain;
    background-position: center;
}

.ic-jump6::after {
    background: url(../img/icon/xpc_jump-icon6.svg) no-repeat;
    background-size: contain;
    background-position: center;
}

@media screen and (min-width:767px) {
    .theme-xpc .carouselA .intro-card-container .caption {
        padding: 55px 20px 20px 20px;
        min-height: 210px;
    }
}

@media screen and (min-width:1024px) {
    .theme-xpc .carouselA .intro-card-container .caption {
        padding: 55px 20px 20px 20px;
        min-height: 240px;
    }
}

/* ###### end Carousel-A ###### */

/* ###### Carousel-B ###### */
.carouselB .intro-card-container {
    display: grid;
    grid-template-columns: 48% 48%;
    gap: 14px;
}

.theme-xpc .carouselB .intro-card {
    min-height: 210px;
}

.theme-xpc .carouselB .intro-card-container .caption {
    justify-content: space-between;
    padding: 32% 12px 16px;
    top: 0;
    min-height: 210px;
}

.theme-xpc .carouselB .intro-card-container .image {
    width: 100%;
}

.theme-xpc .carouselB.sc-intro .intro-card .heading {
    font-size: 16px;
    line-height: 22px;
}

.theme-xpc .carouselB .intro-card-container .image img {
    width: 95%;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
}

.theme-xpc .carouselB .intro-card-container .item {
    height: 249px;
}

.theme-xpc .carouselB .intro-card-container {
    padding-bottom: 0;
}

.theme-xpc .carouselB .intro-card-container .item:nth-last-child(1),
.theme-xpc .carouselB .intro-card-container .item:nth-last-child(2) {
    height: 210px;
}

.carouselB .intro-card .caption>*:not(:last-child) {
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}

.garage-container .sc-intro .intro-card .more:hover {
    text-decoration: underline;
}

.garage-container .sc-intro .intro-card .more:after {
    position: absolute;
    bottom: 1px;
}

@media screen and (min-width:767px) {
    .theme-xpc .carouselB .intro-card-container .image img {
        width: 47%;
        position: absolute;
        right: -3%;
        top: 50px;
        left: auto;
    }

    .theme-xpc .carouselB .intro-card-container .caption {
        padding: 20px;
    }

    .theme-xpc .carouselB .intro-card-container .caption {
        min-height: 160px;
    }

    .theme-xpc .carouselB .intro-card-container .item {
        height: 160px;
    }
}

@media screen and (min-width:991px) {
    .carouselB .intro-card-container {
        display: grid;
        grid-template-columns: 31.9% 31.9% 31.9%;
        gap: 23px;
    }

    .theme-xpc .carouselB .intro-card-container .item {
        height: 196px;
    }

    .theme-xpc .carouselB .intro-card-container .caption {
        min-height: 196px;
    }

    .theme-xpc .carouselB .intro-card-container .caption {
        padding: 20px;
        position: relative;
        justify-content: space-between;
        top: 0;
    }

    .theme-xpc .carouselB .intro-card-container .image img {
        width: 60%;
        position: absolute;
        bottom: 4%;
        right: -15%;
        top: auto;
    }

    .theme-xpc .carouselB .intro-card-container .image {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .theme-xpc .carouselB .intro-card-container .image {
        width: 270px;
        display: none;
        z-index: 1;
    }

    .theme-xpc .carouselB.sc-intro .intro-card .heading {
        font-size: 20px;
        line-height: 30px;
        width: 95%;
    }

    .garage-container .carouselB .more {
        font-size: 16px;
    }

    .theme-xpc .carouselB.sc-intro .sc-headline {
        margin-bottom: 40px;
    }

    .garage-container .sc-intro .intro-card .more:after {
        bottom: 2px;
    }
}

/* ###### end Carousel-B ###### */


/* ###### Bar PC Type A/B ###### */
@media screen and (min-width:1024px) {
    .theme-xpc .sc-apply-online.sc-app-type {
        background: #F8F8FA;
        backdrop-filter: blur(12.5px);
    }

    .theme-xpc .sc-apply-online.sc-app-type .apply-online .action {
        width: auto;
    }

    .theme-xpc .sc-app-type .apply-online {
        display: flex;
        width: 100%;
        min-height: auto;
        padding: 0;
        justify-content: space-between;
        align-items: center;
    }

    .theme-xpc .sc-app-type.sc-apply-online.full {
        height: auto;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    }

    .theme-xpc .sc-app-type.sc-apply-online.show-bar {
        height: 60px;
        position: fixed;
        top: 80px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    }

    .theme-xpc .sc-app-type .apply-online .btn-jump {
        font-family: 'notosans_thai', sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 21px;
        color: #666666;
        line-height: 60px;
    }

    .theme-xpc .sc-app-type .apply-online li:hover .btn-jump {
        color: #00A94F;
    }

    .theme-xpc .sc-app-type .apply-online .d-flex li:hover,
    .theme-xpc .sc-app-type .apply-online .d-flex li.active {
        border-bottom: 2px solid #00A94F;
        height: 60px;
    }

    .theme-xpc .sc-app-type .apply-online .d-flex li.active .btn-jump {
        color: #00A94F;
    }

    .theme-xpc .sc-app-type .d-flex {
        display: flex;
        gap: 16px;
    }

    .theme-xpc .sc-app-type .action a.btn {
        background: #00A94F;
        color: white;
        height: 45px;
        line-height: 45px;
        border-radius: 8px;
        box-shadow: none;
    }

    .theme-xpc .sc-app-type .action a.btn:hover {
        background: #009445;
    }
}

/* ###### end Bar PC Type A/B ###### */

.unactive {
    display: none !important;
}

/* ###### bar mb type A ###### */
.theme-xpc .sc-apply-online.modal-mobile {
    position: fixed;
    /* top: 0 !important; */
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    background: transparent;
    visibility: visible;
    z-index: 1002;
    transition: visibility 400ms ease, height 400ms ease;
    display: none;
}

.theme-xpc .sc-apply-online.modal-mobile:has(> .open.content-modal) {
    height: 100vh;
}

.theme-xpc .sc-apply-online.modal-mobile .open.content-modal {
    transform: translateY(0);
}

.theme-xpc .sc-apply-online .content-modal {
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    max-height: 100%;
    padding: 30px 0 60px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    transform: translateY(100%);
    transition: transform 400ms ease-out;
    box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.15);
}

.theme-xpc .sc-apply-online .content-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0 24px 28px;
}

.theme-xpc .sc-apply-online .content-modal-header div {
    font-family: 'notosans_thai', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
}


.theme-xpc .sc-apply-online .ic-close {
    position: relative;
    transform: rotate(45deg);
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    /* filter: invert(39%) sepia(86%) saturate(994%) hue-rotate(115deg) brightness(94%) contrast(101%); */
    background: #E5F6ED;
    border-radius: 100%;
    /* padding: 16px; */
}

.theme-xpc .sc-apply-online .ic-close::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 2px;
    background-color: #00A94F;
    left: 31%;
    top: 49%;
}

.theme-xpc .sc-apply-online .ic-close::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 16px;
    background-color: #00A94F;
    top: 33%;
    left: 46%;
}

.theme-xpc .sc-apply-online .wrapper-content-modal {
    overflow-y: scroll;
    max-height: calc(100vh - 40px);
    padding: 0 25px 99px;
}

.list-search {
    padding: 10px 0;
    display: inline-block;
    border-bottom: 1px solid #EBEBEB;
    display: block;
    position: relative;
}

.list-search:hover ._name,
.list-search ._name.click-active,
.list-search.active ._name {
    color: #00A94F;
    font-weight: 700;
}

.list-search.active i {
    filter: brightness(0) saturate(100%) invert(49%) sepia(88%) saturate(2801%) hue-rotate(119deg) brightness(89%) contrast(101%);
}

.list-search:hover i {
    filter: brightness(0) saturate(100%) invert(37%) sepia(64%) saturate(2698%) hue-rotate(130deg) brightness(97%) contrast(103%);
}

.list-search i {
    filter: brightness(0) saturate(100%) invert(43%) sepia(0%) saturate(0%) hue-rotate(1deg) brightness(91%) contrast(92%);
}

.list-search:last-child {
    border-bottom: 0;
}

.list-search i {
    margin-right: 10px;
    vertical-align: middle;
    color: #666666;
    width: 24px;
    height: 24px;
    display: inline-block;
}

._name {
    font-family: 'notosans_thai', sans-serif;
    color: #666666;
    margin-right: 9px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.bar-model {
    bottom: 0;
    position: fixed;
    display: flex;
    gap: 8px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    padding: 7px 8px 8px;
}

.bar-model .btn-model {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E5F6ED;
    border-radius: 100%;
}

.bar-model .btn-model.click-open {
    background: #EAEAEA;
}

.bar-model .btn-model i {
    display: inline-block;
    width: 24px;
    height: 24px;
}

.bar-model .btn-model .ic-bar::after {
    filter: brightness(0) saturate(100%) invert(33%) sepia(100%) saturate(2178%) hue-rotate(132deg) brightness(100%) contrast(101%);
}

.bar-model .btn-model.click-open .ic-bar::after {
    filter: brightness(0) saturate(100%) invert(57%) sepia(29%) saturate(401%) hue-rotate(81deg) brightness(94%) contrast(93%);
}

.bar-model .action {
    padding-left: 10px;
    border-left: 1px solid #ebebeb;
    width: calc(100% - 106px);
}

.theme-xpc .sc-apply-online .bar-model .action .btn {
    background: #00A94F;
    height: 45px;
    line-height: 45px;
    width: 100%;
    padding: 0 65px;
    border-radius: 8px;
}

.theme-xpc .sc-apply-online .bar-model .action .btn:hover {
    background: #009445;
}

.webchatbox.type {
    bottom: 8px !important;
    right: 8px !important;
}

/* ###### end bar mb type A ###### */

/* ###### bar mb type B ###### */

.theme-xpc .sc-apply-online.sc-app-typeB {
    background: #F8F8FA;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

.theme-xpc .sc-apply-online.sc-app-typeB .action a.btn {
    background: #00A94F;
    color: white;
    width: calc(100% - 53px);
    height: 45px;
    line-height: 45px;
    border-radius: 8px;
}

.theme-xpc .sc-apply-online.sc-app-typeB .action a.btn:hover {
    background: #009445;
}

.theme-xpc .sc-apply-online.sc-app-typeB .container {
    padding: 7px 8px 8px;
}

.theme-xpc .sc-apply-online.sc-app-typeB .apply-online {
    min-height: 0;
    height: 100%;
    padding: 0;
}

.theme-xpc .sc-apply-online.sc-app-typeB .apply-online .action {
    text-align: left;
}

.section.top-bar {
    /* display: none; */
    opacity: 0;
}

.section.top-bar.show {
    /* display: block; */
    opacity: 1;
}

.section.top-bar .sc-menu {
    position: fixed;
    top: 60px;
    background-color: #F8F8FA;
    backdrop-filter: blur(20px);
    z-index: 100;
    box-shadow: -19px 15px 8px -15px rgb(0 0 0 / 6%);
    width: 100%;
}

.section.top-bar .tab-control {
    height: 40px;
    width: 100%;
}

.section.top-bar .tab {
    position: relative;
    z-index: 2;
    overflow: auto;
    margin-right: 61px;
    width: 87%;
    /* padding-right: 16px; */
}

.section.top-bar .tab.tab-last {
    width: 83%;
}

.section.top-bar .tab .control {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-radius: 0;
    padding: 0 16px;
    gap: 17px;
    width: 100%;
    overflow: visible;
    background: transparent;
    /* transition: .3s ease-in-out; */
}

.section.top-bar .tab::-webkit-scrollbar {
    display: none;
}

.section.top-bar .tab .control:after {
    content: '';
    display: table;
    clear: both;
}

.section.top-bar .tab .control a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    line-height: 1.4;
    font-family: 'notosans_thai', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #666666;
    text-align: center;
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
    padding: 0;
    /* padding-right: 16px; */
    transition: none;
}

.section.top-bar .tab.active .control a {
    font-size: 16px;
}

.section.top-bar .tab .control a.active {
    color: #00A94F;
    font-weight: 600;
    pointer-events: none;
    border-bottom-color: #00A94F;
    border-bottom-width: 2px;
}

.section.top-bar .tab .selector {
    display: none;
    height: 2px;
    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); */
}

.section.top-bar .tab.active {
    overflow: visible;
    width: 100%;
}

.section.top-bar .tab.active .control {
    display: block;
    flex-wrap: inherit;
    width: 100%;
    margin-left: -15px;
    margin-right: -45px;
    position: relative;
    z-index: 1;
    top: 40px;
    left: 16px;
    padding: 0 16px;
    background-color: #F8F8FA;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}

.section.top-bar .tab.active .control:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    right: 0;
    height: 1px;
    /* background-color: #e5e5e5; */
}

.section.top-bar .tab.active .control a {
    display: inline-flex;
    /* padding: 27px 0; */
    /* margin: 7px 0; */
    height: 50px;
    border-bottom: 1px solid #EBEBEB;
    width: 100%;
    justify-content: left;
    gap: 12px;
    /* transition: .3s ease-in; */
}

.section.top-bar .tab.active .control a:last-child {
    border-bottom: 0;
}

.section.top-bar .tab.active .control a:hover .ic-bar::after,
.section.top-bar .tab.active .control a.active .ic-bar::after {
    filter: brightness(0) saturate(100%) invert(33%) sepia(100%) saturate(2178%) hue-rotate(132deg) brightness(100%) contrast(101%);
}

.section.top-bar .tab.active .control li:last-child a {
    padding-bottom: 24px;
    height: 63px;
    border-bottom: 0;
}

.section.top-bar .action-dropdown {
    display: flex;
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding-right: 10px;
    width: 46px;
    height: 24px;
    border-left: 1px solid #E5E5E5;
    align-items: center;
    justify-content: flex-end;
    box-shadow: -20px 0px 15px 0px rgba(248, 248, 248, 0.9);
    background: #F8F8FA;
}

.section.top-bar .action-dropdown.last {
    box-shadow: none;
}

.section.top-bar .action-dropdown .link {
    display: block;
    position: relative;
    width: 53px;
    height: 40px;
    align-items: center;
    font-size: 12px;
    left: -1px;
    line-height: 39px;
    text-align: center;
    /* background: #F8F8FA; */
    font-family: 'iconavigation' !important;
}

.section.top-bar .action-dropdown .link:before {
    content: "\e900";
    position: absolute;
    transform: rotate(90deg);
    top: 2px;
    transition: .3s ease-in-out;
    color: #666666;
    /* transform: rotate(135deg); */
    /* top: -5px;
    right: 3px;
    bottom: 0;
    margin: auto;
    border-top: 3px solid #00A94F;
    border-right: 2px solid #00A94F; */
}

.section.top-bar .action-dropdown .link.active:before {
    transform: rotate(-90deg);
}

.section.top-bar .tab-control .tab-dropdown {
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    margin-left: -15px;
}

.section.top-bar .tab-control .tab-dropdown.active {
    opacity: 1;
    visibility: visible;
    background-color: #F8F8FA;
    padding: 0 16px;
}

.section.top-bar .tab-control .tab-dropdown .txt {
    font-family: 'notosans_thai', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #333;
    line-height: 40px;
    padding-left: 16px;
}

.section.top-bar .tab .link-jump i {
    display: none;
}

.section.top-bar .tab.active .link-jump i {
    display: block;
    /* width: 24px;
    height: 24px; */
}

.shadow-load-more {
    position: sticky;
    width: 100%;
    display: block;
    height: 100px;
    bottom: -1px;
    background: -webkit-linear-gradient(top, rgba(248, 248, 248, 0) 0, rgba(248, 248, 248, 0.9) 75%);
    background: linear-gradient(to bottom, rgba(248, 248, 248, 0) 0, rgba(248, 248, 248, 0.9) 75%);
    margin-top: -150px;
    z-index: 9;
}

.shadow-load-more.opa {
    opacity: 0;
}

#navigation-page-sticky a.sticky-anchor,
#navigation-page-sticky.stickyNav .h4 {
    font-family: 'notosans_thai', sans-serif;
}

@media screen and (min-width:1199px) {
    .section.top-bar .tab .control a:hover {
        color: #00A94F;
        font-weight: 600;
        border-bottom-color: #00A94F;
        border-bottom-width: 2px;
    }
}

/* ###### end bar mb type B ###### */

/* ###### loading ####### */
.sc.sc-intro .sc-content {
    position: relative;
}

.g-load-div {
    position: absolute;
    top: -40px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 100;
    background: #F0F8F6;
    height: 110%;
    width: 110%;
    margin: 0 -15px;
    display: block;
}

.g-loader-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.g-loader {
    border: 5px solid #ccc;
    border-radius: 100%;
    border-top: 5px solid #00a950;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2000ms linear infinite;
    animation: spin 2000ms linear infinite;
    margin: 0 auto;
}

.g-loader-caption {
    color: #666;
    margin-top: 10px;
    font-family: 'notosans_thai', sans-serif;
    line-height: 20px;
}

.hide {
    display: none;
}


@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* ###### end loading ####### */

/* revise section product-details */
.sc-details.revise .tab-control {
    position: relative;
    margin-bottom: 25px !important;
}

/* 
.sc-details.revise .sc-headline:not(:last-child) h2 {
    line-height: 1.5;
}

.sc-details.revise .sc-headline:not(:last-child) {
    margin-bottom: 20px;
}

.sc-cash-loan-detail.revise .details-container {
    padding: 50px 32px 35px;
}

.sc-cash-loan-detail.revise .details-remark {
    border-top: 1px solid #F1F1F1;
    padding-top: 20px;
}

.sc-cash-loan-detail.revise .details-remark p,
.sc-cash-loan-detail.revise .details-remark li {
    font-size: 13px;
    color: #666;
    margin: 0;
}

.sc-cash-loan-detail.revise .details-remark p strong {
    color: #333;
}

.sc-cash-loan-detail.revise .tab-content h4 {
    color: #333;
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 30px;
}

.sc-cash-loan-detail.revise .tab-content h5 {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 16px !important;
}

.sc-cash-loan-detail.revise .tab-content .row p {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 24px !important;
}

.sc-cash-loan-detail.revise .tab-content .row li {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    padding-left: 32px;
    margin-bottom: 8px;
}

.sc-cash-loan-detail.revise .list-style-none {
    margin-bottom: 24px;
}

.sc-cash-loan-detail.revise .tab-content .row ol>li {
    padding-left: 0;
    margin-bottom: 0 !important;
} */

.sc-cash-loan-detail.revise .tab-content h4 {
    text-align: center;
}

.theme-xpc .sc-faqs .accordion-content a {
    color: #6DCE19 !important;
}

.theme-xpc .sc-faqs .accordion-content a:hover {
    text-decoration: underline;
}

.sc-cash-loan-detail *,
.sc-details *,
.sc-faqs *,
.sc-promotions *,
.promotion-popup * {
    line-height: 1.2 !important;
}


/* .sc-cash-loan-detail.revise ol ul li:before,
.sc-cash-loan-detail.revise .details-remark ul li:before,
.sc-cash-loan-detail.revise ul.con-note li:before,
.sc-cash-loan-detail.revise ul.slick-dots li:before {
    display: none;
}

.sc-cash-loan-detail.revise ul li {
    list-style: disc;
    padding: 0 !important;
    margin-bottom: 0 !important;
}

.sc-cash-loan-detail.revise ul {
    padding-left: 20px !important;
    margin: 0 !important;
} */

/* .theme-xpc .sc-cash-loan-detail.revise ul.list-style-none li:before {
    font-family: 'iconxpc' !important;
    content: "\e909";
    background: transparent;
    color: #00A94F;
    font-size: 24px;
    top: 5px;
    list-style: none;
    left: -32px;
} */

/* .theme-xpc .sc-cash-loan-detail.revise ul.list-style-none li {
    list-style: none;
}


.theme-xpc .sc-cash-loan-detail.revise ul.list-style-none {
    padding-left: 32px !important;
}


.sc-cash-loan-detail.revise .col-md-6:first-child {
    padding-right: 24px !important;
}

.sc-cash-loan-detail.revise .col-md-6:last-child {
    padding-left: 24px !important;
} */

/* .sc-cash-loan-detail.revise .link {
    color: #00A94F;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
}

.sc-cash-loan-detail.revise .link span {
    color: #00A94F;
    text-decoration: underline;
}

.sc-cash-loan-detail.revise .link i {
    margin-right: 4px;
}

.sc-cash-loan-detail.revise .link:hover {
    color: #00873F;
    text-decoration: none !important;
}

.sc-cash-loan-detail.revise .link:hover span {
    color: #00873F;
    text-decoration: underline;
} */

.slick-dots li:before {
    display: none;
}

.mt-8 {
    margin-top: 8px !important;
}

.sc-cash-loan-detail.revise .tab-content .row ol.text-bold li {
    font-weight: 600;
}

.sc-cash-loan-detail.revise .tab-content .row ol>li p {
    margin-bottom: 16px !important;
    font-weight: 400;
}

.sc-cash-loan-detail.revise ul.con-note li {
    color: #666 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
}

.btn-call-mb {
    display: none;
    width: fit-content;
    border-radius: 8px;
    background: #00A94F;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;

    color: #FFF !important;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 8px !important;
}

.btn-call-mb.f-13 {
    font-size: 13px;
}

.btn-call-mb i {
    margin-right: 8px;
}

.btn-call-mb:hover {
    background: #00873F;
    text-decoration: none !important;
}

/* .hidden-mobile {
    display: none !important;
}

.hidden-desktop {
    display: block !important;
} */

.sc-cash-loan-detail.revise .cards .card {
    padding: 0 15px;
}

/* 

.sc-cash-loan-detail.revise .tab-content .cards {
    margin: 0 -12px;
} */

/* .sc-cash-loan-detail.revise .slick-dots li.slick-active button {
    width: 24px;
    height: 8px;
    background: #00A850;
    border-radius: 50px;
    border: 0;
}

.sc-cash-loan-detail.revise .slick-dots li {
    margin: 0 8px;
}

.sc-cash-loan-detail.revise .slick-dots li button {
    width: 8px;
    height: 8px;
    background: #fff;
    border: 1px solid #ddd;
} */

.sc-cash-loan-detail.revise .slick-slider .slick-prev,
.sc-cash-loan-detail.revise .slick-slider .slick-next {
    /* background-color: rgb(0, 0, 0, 0.6); */
    top: 30%;
}

/* .sc-cash-loan-detail.revise .slick-slider .slick-prev:before,
.sc-cash-loan-detail.revise .slick-slider .slick-next:before {
    color: #fff;
}

.sc-cash-loan-detail.revise .entry-content {
    overflow: hidden;
}

.sc-cash-loan-detail.revise .slick-slider .slick-next {
    right: 20px;
}

.sc-cash-loan-detail.revise .slick-slider .slick-prev {
    left: 20px;
} */

.sc-cash-loan-detail.revise .image {
    margin-bottom: 16px;
    border-radius: 8px;
    overflow: hidden;
}

.sc-cash-loan-detail.revise .tab-content .cards .card p {
    /* color: #666; */
    color: #555;
    text-align: center;
    font-family: 'notosans_thai', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.sc-cash-loan-detail.revise .details-remark p {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 5px;
}

.sc-cash-loan-detail.revise .hr {
    margin: 20px 0;
    width: 100%;
    height: 1px;
    background: #E2E2E2;
}


.sc-cash-loan-detail.revise .notice {
    font-size: 14px;
    color: #555555;
    margin-top: 0;
    margin-bottom: 5px;
    font-family: 'notosans_thai', sans-serif;
}

.sc-cash-loan-detail.revise .notice i,
.sc-cash-loan-detail.revise .notice strong {
    vertical-align: text-bottom;
    color: #4CD6C3;
}

.sc-cash-loan-detail.revise .notice i {
    display: inline-block;
    margin-right: 5px;
}

.sc-cash-loan-detail.revise .notice .icon-time.blue:before {
    color: #4CD6C3;
}

.sc-cash-loan-detail.revise .action {
    margin-bottom: 20px;
}

.sc-cash-loan-detail.revise .btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;

    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: white;

    padding: 0 50px;
    width: 400px;
    max-width: 100%;
    height: 50px;
    line-height: 50px !important;

    border-radius: 25px;
    border: 0;
    background: #46C2B1;
    cursor: pointer;
    box-sizing: border-box;
    box-shadow: none;
}

.promotion-popup #sc-promotions-popup-6 .btn,
.theme-xpc .sc-promotions .sc-content .promotion-list .promotion .content .action .btn {
    line-height: 50px !important;
}

.promotion-popup .promotion-content .title-black img {
    bottom: 0 !important;
}

.sc-cash-loan-detail.revise .tab-content ul.remark li:nth-child(1):before {
    content: "*";
}

.sc-cash-loan-detail.revise .tab-content ul.remark li:nth-child(2):before {
    content: "**";
}

.sc-cash-loan-detail.revise .tab-content ul.remark li:nth-child(3):before {
    content: "***";
}

.sc-cash-loan-detail.revise .tab-content ul.remark li:nth-child(4):before {
    content: "****";
}

.sc-cash-loan-detail.revise .tab-content ul.remark li {
    display: flex;
    padding-left: 0;
}

.sc-cash-loan-detail.revise .tab-content ul.remark li:before {
    display: inline-block !important;
    min-width: 2em;
    background: transparent;
    position: relative;
    top: 0;
}

.sc-cash-loan-detail.revise .tab-content ul.remark {
    padding-left: 0 !important;
}

.mb-24 {
    margin-bottom: 24px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

/* .sc-cash-loan-detail.revise .tab-content .bl-warning {
    border-radius: 4px;
    background: #EB2027;
    padding: 3px;
    color: #FFF;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    width: 69px;
    margin-right: 8px !important;
}

.sc-cash-loan-detail.revise .tab-content .bl-warning b {
    margin-right: 0;
}

.sc-cash-loan-detail.revise .tab-content .warning-apply-popup .tbcell:last-child {
    padding-left: 8px;
    color: #666;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
}

.sc-cash-loan-detail.revise .tab-content .remark {
    color: #999;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
} */

.sc-cash-loan-detail.revise .details-clones-close-wrapper,
.sc-cash-loan-detail.revise .tab-mb-heading {
    display: none;
}

.sc-cash-loan-detail.revise .slick-slide {
    width: 244px;
}

.sc-cash-loan-detail.revise .v-top {
    vertical-align: top;
    position: relative;
    top: 2px;
}

/* @media screen and (min-width: 1025px) {
    .hidden-mobile {
        display: block !important;
    }

    .hidden-desktop {
        display: none !important;
    }
} */

.sc-cash-loan-detail.revise .tab .selector {
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .3s;
}

@media screen and (max-width:991px) {
    .details-clones .inner {
        padding-top: 56px;
    }

    .btn-call-mb {
        display: block;
    }

    .sc-cash-loan-detail.revise a#cash-loan-detail-toggle,
    .sc-details.revise .sc-headline:not(:last-child) h2 {
        color: #333;
        text-align: center;
        font-size: 26px;
        font-weight: 600;
    }

    .sc-cash-loan-detail.revise a#cash-loan-detail-toggle:after {
        content: "";
    }

    .sc-cash-loan-detail.revise div#cash-loan-detail {
        background: #FFF;
        padding: 0;
        margin-top: 20px;
    }

    .sc-cash-loan-detail.revise div#cash-loan-detail .tab-control {
        margin-bottom: 0;
    }

    .sc-cash-loan-detail.revise .cash-loan-detail-toggle {
        pointer-events: none;
    }

    .theme-xpc .sc-cash-loan-detail.revise .selector {
        display: none;
    }

    .theme-xpc .sc-cash-loan-detail.revise .tab-control .tab {
        width: 100%;
    }

    .sc-cash-loan-detail.revise .tab .control,
    .sc-cash-loan-detail.revise .tab .control a {
        display: block;
        border-radius: 0;
    }

    .sc-cash-loan-detail.revise .tab .control a {
        padding: 20px 0;
        border-bottom: 1px solid #DBDBDB;
        height: auto;
        margin: 0 15px;

        color: #3D9C84;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        text-align: left;
    }

    .sc-cash-loan-detail.revise .tab .control a.active {
        border-bottom: 1px solid #3D9C84;
    }

    .sc-cash-loan-detail.revise .tab .control a:after {
        content: "\e90c";
        font-family: 'icongarage';
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 14px;
        font-weight: normal;
    }

    .sc-cash-loan-detail.revise .sc-inner {
        padding: 40px 0 48px;
    }

    .details-clones-control li {
        color: #3D9C84;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
    }

    /* .sc-cash-loan-detail.revise .tab-content {
        position: fixed;
        width: 100%;
        height: 100vh !important;
        height: calc(var(--vh, 1vh) * 100) !important;
        top: 0;
        left: 100%;
        z-index: 9999;
        background-color: #F4F3F9;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow: hidden;

        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;

        padding: 0;
    }

    .sc-cash-loan-detail.revise .tab-content.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition-duration: .5s;
        -o-transition-duration: .5s;
        transition-duration: .5s;
        padding-bottom: 70px;
        left: 0;
    } */

    .sc-cash-loan-detail.revise .tab-content.active {
        padding: 0 16px;
        height: calc(100% - 118px);
        /* height: 83%; */
    }

    .sc-cash-loan-detail.revise .wrap-mb {
        position: fixed;
        width: 100%;
        height: calc(100% + 188px) !important;
        /* height: calc(var(--vh, 1vh) * 100) !important; */
        top: 0;
        left: 100%;
        z-index: 9999;
        background: #fff;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow: hidden;

        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;

        padding: 0;
    }

    .sc-cash-loan-detail.revise .wrap-mb.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s;
        padding-bottom: 70px;
        left: 0;
    }

    .sc-cash-loan-detail.revise .tab-mb-heading {
        display: block;
        text-align: center;
        color: #333;
        font-size: 24px;
        font-family: 'notosans_thai', sans-serif;
        font-style: normal;
        font-weight: 700;
        line-height: 36px;
        margin-bottom: 16px;
        position: relative;
        z-index: 999;
        margin-top: 56px;
        background: #fff;
    }

    .sc-cash-loan-detail.revise .details-container {
        border-top: 0;
        padding: 8px 0 30px;
        height: calc(100% - 155px);
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .sc-cash-loan-detail.revise .tab-inner::-webkit-scrollbar {
        display: none;
    }

    .sc-cash-loan-detail.revise .wrap-mb.active .details-clones-close-wrapper {
        display: block;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        padding: 15px;
        background: #fff;
        z-index: 10;
    }

    .sc-cash-loan-detail.revise .wrap-mb .details-clones-close-wrapper {

        position: fixed;
        width: 100%;
        background: #fff;
    }

    .sc-cash-loan-detail.revise .details-clones-close {
        /* position: absolute;
        top: 24px;
        left: 16px; */

        position: relative;
        top: 0;
        left: 0;
    }

    .sc-cash-loan-detail.revise .top-bar {
        display: block;
        opacity: 1;
    }

    .sc-cash-loan-detail.revise .tab-content h4 {
        font-size: 20px;
        margin-bottom: 18px;
    }

    /* .sc-cash-loan-detail.revise .tab-content .warning-apply-popup .tb {
        display: block;
    }

    .sc-cash-loan-detail.revise .tab-content .warning-apply-popup .tbcell {
        display: inline;
        padding: 0 !important;
    }

    .sc-cash-loan-detail.revise .tab-content .warning-apply-popup .tbcell:first-child {
        padding: 3px 9px !important;
    } */

    /* .sc-cash-loan-detail.revise .slick-list {
        margin-bottom: 30px !important;
    } */

    .sc-cash-loan-detail.revise .mb-24.text-video {
        margin-bottom: 16px !important;
    }

    .sc-cash-loan-detail.revise .warning-apply-popup.mb-30 {
        margin-bottom: 40px !important;
    }

    .inmb-24 {
        margin-bottom: 24px !important;
    }

    .sc-cash-loan-detail.revise .tab-content .row p {
        margin-bottom: 16px !important;
    }

    /* .sc-cash-loan-detail.revise .entry-content .col-md-6 {
        padding: 0 10px !important;
    } */


    .sc-cash-loan-detail.revise .slick-slide {
        width: 224px;
    }

    .sc-cash-loan-detail.revise .cards .card {
        padding: 0 15px;
    }

    .sc-cash-loan-detail.revise .cards {
        /* padding-bottom: 30px; */
        padding-left: 50px;
        padding-right: 50px;
        /* margin-bottom: 20px; */
    }

    .sc-cash-loan-detail.revise .slick-dots {        
        margin-left: -50px;
    }

    .sc-cash-loan-detail.revise .cards.slick-slider .slick-prev {
        left: 15px;
    }

    .sc-cash-loan-detail.revise .cards.slick-slider .slick-next {
        right: 15px;
    }

    .sc-cash-loan-detail.revise .entry-content ol {
        padding-left: 25px;
    }

    /* dropdrown */
    .sc-cash-loan-detail.revise .sc-menu {
        position: sticky;
        top: 60px;
        background-color: #fff;
        z-index: 2;
        /* box-shadow: -19px 15px 8px -15px rgb(0 0 0 / 6%); */
        box-shadow: none;
        padding-left: 0;
        margin: auto 16px;
        margin-top: 16px;
        border-bottom: 2px solid #ebebeb;
        width: auto;
    }

    .sc-cash-loan-detail.revise .tab-control-inner {
        height: 40px;
    }

    .sc-cash-loan-detail.revise .tab-inner {
        position: relative;
        z-index: 2;
        overflow: auto;
        margin-right: 0;
    }

    .sc-cash-loan-detail.revise .tab-inner .control-inner {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 16px;
        font-size: 16px;
    }

    .sc-cash-loan-detail.revise .tab-inner .control-inner:after {
        content: '';
        display: table;
        clear: both;
    }

    .sc-cash-loan-detail.revise .tab-inner .control-inner a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40px;
        color: #999;
        font-family: 'notosans_thai', sans-serif;
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        position: relative;
        z-index: 1;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
        white-space: nowrap;
        border-bottom: 3px solid transparent;
        margin-right: 0;
        transition: none;
    }

    .sc-cash-loan-detail.revise .tab-inner .control-inner a.active {
        color: #333;
        font-weight: 600;
        pointer-events: none;
        border-bottom-color: #00A94F;
        border-bottom-width: 3px;
    }

    .sc-cash-loan-detail.revise .tab-inner .selector {
        display: none;
        height: 2px;
        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);
    }

    .sc-cash-loan-detail.revise .tab-inner.active {
        overflow: visible;
    }

    .sc-cash-loan-detail.revise .tab-inner.active .control-inner {
        display: block;
        flex-wrap: inherit;
        width: auto;
        /* margin-left: -15px; */
        margin-right: -45px;
        position: relative;
        z-index: 1;
        top: 40px;
        padding: 15px 5px;
        background-color: #fff;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
        text-align: left;
    }

    .sc-cash-loan-detail.revise .tab-inner.active .control-inner:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0px;
        right: 0;
        height: 1px;
        background-color: #e5e5e5;
    }

    .sc-cash-loan-detail.revise .tab-inner.active .control-inner a {
        display: inline-flex;
        height: 45px;
        padding: 10px 15px;
        border: 1px solid #DBDBDB;
        border-radius: 8px;
        background-color: #fff;
        margin: 5px;
    }

    .sc-cash-loan-detail.revise .tab-inner.active .control-inner a.active {
        border-color: #00A94F;
        color: #00A94F;
    }

    .sc-cash-loan-detail.revise .action-dropdown {
        display: none;
        position: absolute;
        z-index: 3;
        top: 0;
        right: 0;
        width: 35px;
        height: 24px;
        border-left: 1px solid #DBDBDB;
        align-items: center;
        justify-content: flex-end;
        /* box-shadow: 3px 4px 8px -3px rgb(0 0 0 / 6%); */
        background: #fff;
    }

    .sc-cash-loan-detail.revise .action-dropdown .link-d {
        display: block;
        position: relative;
        width: 53px;
        height: 40px;
        font-size: 12px;
        /* line-height: 32px; */
        /* text-align: right; */
        background: #fff;
        font-family: 'iconavigation' !important;
    }

    .sc-cash-loan-detail.revise .action-dropdown .link-d:before {
        content: "\e900";
        position: absolute;
        transform: rotate(90deg);
        top: 12px;
        transition: .3s ease-in-out;
        color: #00A94F;
        /* transform: rotate(135deg); */
        /* top: -5px;
        right: 3px;
        bottom: 0;
        margin: auto;
        border-top: 3px solid #00A94F;
        border-right: 2px solid #00A94F; */
    }

    .sc-cash-loan-detail.revise .action-dropdown .link-d.active:before {
        transform: rotate(-90deg);
    }

    .sc-cash-loan-detail.revise .tab-control-inner .tab-dropdown2 {
        position: absolute;
        z-index: 2;
        top: 0px;
        left: 0;
        right: 0;
        opacity: 0;
        visibility: hidden;
        /* transition: .3s ease-in-out; */
        margin-left: -15px;
    }

    .sc-cash-loan-detail.revise .tab-control-inner .tab-dropdown2.active {
        opacity: 1;
        visibility: visible;
        background-color: #fff;
    }

    .sc-cash-loan-detail.revise .tab-control-inner .tab-dropdown2 .txt {
        font-family: 'notosans_thai', sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #999;
        line-height: 40px;
        padding-left: 30px;
        text-align: left;
    }

    .section.top-bar .action-dropdown .link-d {
        background: #fff;
    }

    .noscroll {
        overflow-y: hidden;
    }

    /* end drop drown */

    .a-center-mb {
        text-align: center !important;
    }

    .icw .back-to-top {
        bottom: 67px;
        right: 9px;
    }

    /* tab-new */
    .tab-new .tab {
        width: 100%;
    }

    .tab-new .tab .control {
        background: transparent;
        border-radius: 0;
        border-bottom: 2px solid #ebebeb;
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 16px;
    }
    .tab-new .selector {
        display: none;
    }

    .tab-new .tab .control a {
        padding: 0;
        border-bottom: 3px solid transparent;
        height: 40px;
        min-width: auto;
        width: auto;
        display: flex;
        align-items: center;
        font-size: 16px;
    }

    .tab-new .tab .control a.active {
        color: #333;
        font-weight: 600;
        pointer-events: none;
        border-bottom-color: #00A94F;
        border-bottom-width: 3px;
    }

    .theme-xpc .sc-details .details-container .headline + h4 {
        margin-top: 0;
    }
    /* end tab-new */

    .no-before::before{
        display: none;
    }

    .theme-xpc .details-clones.open {
        padding-bottom: 0;
    }

}

@media screen and (max-width:767px) {
    .sc-cash-loan-detail.revise .tab-inner .control-inner {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        font-size: 16px;
    }

    /* .sc-cash-loan-detail.revise .tab-inner .control-inner a {
        margin-right: 15px;
    } */

    .sc-cash-loan-detail.revise .tab-inner {
        margin-right: 45px;
    }

    .sc-cash-loan-detail.revise .action-dropdown {
        display: flex;
    }

    .sc-cash-loan-detail.revise .cards .card {
        padding: 0 64px;
    }

    .sc-cash-loan-detail.revise a#cash-loan-detail-toggle,
    .sc-details.revise .sc-headline:not(:last-child) h2 {
        font-size: 22px;
    }

    .sc-cash-loan-detail.revise .cards {
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0;
    }

    .sc-cash-loan-detail.revise .slick-dots {        
        margin-left: 0;
    }
}

/* video */
.sc-cash-loan-detail.revise .tab-content .video-more2,
.sc-cash-loan-detail.revise .tab-content .video-more3 {
    display: inline-block;
    margin-bottom: 30px;
    cursor: pointer;
    margin: 0 !important;

    color: #333;
    font-family: 'notosans_thai', sans-serif;
    font-size: 22px;
    font-weight: 600;
    /* line-height: 24px; */
    line-height: 1.5;
}

.sc-cash-loan-detail.revise .tab-content .text-video:has(.video-more2) span.arrow-v:after,
.sc-cash-loan-detail.revise .tab-content .text-video:has(.video-more3) span.arrow-v:after {
    content: "\e905";
    font-family: 'icongarage';
    font-size: 14px;
    line-height: 36px;
    vertical-align: text-top;

    margin-left: 5px;

    display: inline-block;

    -webkit-transition: transform 200ms;
    -moz-transition: transform 200ms;
    -ms-transition: transform 200ms;
    transition: transform 200ms;
}

.sc-cash-loan-detail.revise .tab-content .text-video:has(.video-more2.active) span.arrow-v:after,
.sc-cash-loan-detail.revise .tab-content .text-video:has(.video-more3.active) span.arrow-v:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sc-cash-loan-detail.revise .tab-content .text-video {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.sc-cash-loan-detail.revise .tab-content .video-content2,
.sc-cash-loan-detail.revise .tab-content .video-content3 {
    position: relative;
    margin-bottom: 30px;

    height: 360px;
    width: 100%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.sc-cash-loan-detail.revise .tab-content .video-content2 .play-btn,
.sc-cash-loan-detail.revise .tab-content .video-content3 .play-btn {
    height: 360px;
    width: 100%;

    position: absolute;
    z-index: 110;
}

.sc-cash-loan-detail.revise .tab-content .video-content2 .play-btn button,
.sc-cash-loan-detail.revise .tab-content .video-content3 .play-btn button {
    width: 120px;
    height: 120px;
    border: none;
    outline: none;
    border-radius: 50%;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.9);

    -webkit-transition: background 400ms;
    -moz-transition: background 400ms;
    -ms-transition: background 400ms;
    transition: background 400ms;

    position: absolute;

    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sc-cash-loan-detail.revise .tab-content .video-content2 .play-btn button:hover,
.sc-cash-loan-detail.revise .tab-content .video-content3 .play-btn button:hover {
    background: rgba(255, 255, 255, 1);
}

.sc-cash-loan-detail.revise .tab-content .video-content2 .play-btn button:before,
.sc-cash-loan-detail.revise .tab-content .video-content3 .play-btn button:before {
    content: "";
    height: 0;
    width: 0;

    top: 50%;
    left: 54%;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    position: absolute;
    z-index: 120;

    border-left: solid rgba(0, 0, 0, 0.5) 30px;
    border-top: solid transparent 25px;
    border-bottom: solid transparent 25px;
}

.sc-cash-loan-detail.revise .tab-content .video-content2 .img,
.sc-cash-loan-detail.revise .tab-content .video-content3 .img {
    width: 100%;
    height: 360px;

    position: absolute;
    z-index: 100;
}

.sc-cash-loan-detail.revise .tab-content .video-content2 .img img,
.sc-cash-loan-detail.revise .tab-content .video-content3 .img img {
    width: 100%;
    height: 360px;

    border-radius: 8px;
}

.sc-cash-loan-detail.revise .tab-content .video-content2 .video,
.sc-cash-loan-detail.revise .tab-content .video-content3 .video {
    height: 100%;
    width: 100%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;

    position: relative;
    z-index: 90;
}

.sc-cash-loan-detail.revise .tab-content .video-content2 .video iframe,
.sc-cash-loan-detail.revise .tab-content .video-content3 .video iframe {
    width: 100%;
    height: 100%;

    border-radius: 10px;
}

.sc-cash-loan-detail.revise .tab-content .video-content2.play .play-btn,
.sc-cash-loan-detail.revise .tab-content .video-content2.play .img,
.sc-cash-loan-detail.revise .tab-content .video-content3.play .play-btn,
.sc-cash-loan-detail.revise .tab-content .video-content3.play .img {
    display: none;
}

@media screen and (max-width: 767px) {

    .sc-cash-loan-detail.revise .tab-content .video-content2 .play-btn button,
    .sc-cash-loan-detail.revise .tab-content .video-content3 .play-btn button {
        width: 80px;
        height: 80px;
    }

    .sc-cash-loan-detail.revise .tab-content .video-content2 .play-btn button:before,
    .sc-cash-loan-detail.revise .tab-content .video-content3 .play-btn button:before {
        border-left: solid rgba(0, 0, 0, 0.5) 20px;
        border-top: solid transparent 15px;
        border-bottom: solid transparent 15px;
    }

    .sc-cash-loan-detail.revise .tab-content .video-content2,
    .sc-cash-loan-detail.revise .tab-content .video-content3,    
    .sc-cash-loan-detail.revise .tab-content .video-content2 .play-btn,
    .sc-cash-loan-detail.revise .tab-content .video-content3 .play-btn {
        height: calc((100vw - 36px) / 2);
    }

    .sc-cash-loan-detail.revise .tab-content .video-content2 .img,
    .sc-cash-loan-detail.revise .tab-content .video-content3 .img,
    .sc-cash-loan-detail.revise .tab-content .video-content2 .img img,
    .sc-cash-loan-detail.revise .tab-content .video-content3 .img img {
        /* height: 100%; */
        height: auto;
    }


    /* .sc-cash-loan-detail.revise .tab-content .video-more2,
    .sc-cash-loan-detail.revise .tab-content .video-more3 {
        color: #333;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
    } */

    .sc-cash-loan-detail.revise .tab-content .video-content2,
    .sc-cash-loan-detail.revise .tab-content .video-content3 {
        margin-bottom: 15px;
        width: 88%;
    }

    

    .theme-xpc #rate-table #rate-02 .table {
        min-width: auto !important;
    }
    
    .theme-xpc #rate-table #rate-02 .table th {
        padding: 10px 5px !important;
    }

}

/* end video */

/* end revise section product-details */


/* footer seo */
.icw .footer-seo .sc-inner {
    padding: 40px 0;
}

.icw .footer-seo h2 {
    color: #333;
    font-family: kurious;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 4px;
}

.icw .footer-seo h3 {
    color: #666;
    font-family: kurious;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 4px;
}

.icw .footer-seo p,
.icw .footer-seo li {
    color: #666;
    font-family: kurious-looped;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
}

.icw .footer-seo p strong,
.icw .footer-seo li strong {
    font-weight: 600;
}

.icw .footer-seo p {
    margin-bottom: 8px;
}

.icw .footer-seo ul,
.icw .footer-seo ol {
    padding-left: 16px;
    margin-bottom: 8px;
}

.icw .footer-seo ul>li {
    list-style: disc;
}

.icw .footer-seo ol>li {
    list-style: decimal;
}

.icw .footer-seo ol>li:has(h3)::marker {
    font-weight: 700;
}

.icw .footer-seo .footer-link {
    /* color: #00A94F; */
    color: #6DCE19;
    /* text-decoration: underline; */
    font-weight: 600;
}

.icw .footer-seo .footer-link:hover {
    /* color: #00873F; */
    text-decoration: underline;
}

.mb-8 {
    margin-bottom: 8px !important;
}

.mb-4 {
    margin-bottom: 4px !important;
}

.hidden-w1024 {
    display: block;
}

@media screen and (max-width:1024px) {
    .hidden-w1024 {
        display: none;
    }

    .icw #navigation-footer .footer-slogan {
        padding-bottom: 0;
        margin-bottom: 0;
        height: 52px;
    }

    .icw #navigation-footer {
        padding-bottom: 56px;
    }

    #navigation-page-sticky.stickyNav {
        z-index: 1000 !important;
    }

    .sc-cash-loan-detail.revise .tab-content .row p.mb-0 {
        margin-bottom: 0 !important;
    }
}

section {
    overflow: visible !important;
}

.garage-container section {
    overflow: hidden !important;
}

/* end footer seo */


.sc-calculators .sc-inner {
    padding-bottom: 20px;
}

.sc-rate .menu-expand {
    padding-top: 20px;
    padding-bottom: 30px;
}

.sc-rate .menu-expand {
    position: relative;
    z-index: 1;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
}

.sc-rate #general-interest-rate {
    font-size: 18px;
    color: #333;
}

.sc-rate #general-interest-rate:after {
    font-family: 'icongarage';
    content: "\e905";
    font-size: 77.7777778%;
    margin-left: 7px;
}

.sc-rate .change #general-interest-rate:after {
    content: "\e90d";
}

.sc-rate .rate-arrow {
    width: 16px;
    position: relative;
    top: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* @media screen and (max-width:1024px) {
    body:has(.mfp-wrap) #navigation-header,
    .icw:has(.cash-loan-detail .control a.active) #navigation-header,
    .icw:has(.details-clones.open) #navigation-header {
        z-index: 1;
    }

    #navigation-header {
        transition: .4s ease-in-out;
    }

    .icw:has(.cash-loan-detail .control a.active) #section-warning-apply,
    .icw:has(.details-clones.open) #section-warning-apply {
        z-index: 1;
    }
} */

.theme-xpc .highlight .inner {
    top: 0;
    transform: translateY(0);
    display: flex;
    align-items: center;
    height: 100%;
    padding-top: 120px;
}

.theme-xpc .highlight .caption {
    padding-top: 0;
}

.theme-xpc .highlight .caption .f-18 {
    display: block;
    margin-top: 8px;
    font-weight: 400 !important;
}

@media screen and (max-width:1024px) {
    .theme-xpc .highlight .inner {
        align-items: flex-start;
        padding-top: 60px;
    }
}

@media screen and (max-width:767px) {
    .theme-xpc .highlight .inner {
        padding-top: 0;
    }
    
    .theme-xpc .highlight .caption {
        padding-top: 65px;
    }

    .theme-xpc .highlight .caption .sub-heading img {
        width: 28px;
    }

    .theme-xpc .highlight .caption .f-18 {
        display: inline;
    }
}


/* .action.a-center .btn.full-width, */
/* #apply, */
/* #sc-promotions-popup-pid51 .action,
#sc-promotions-popup-pid50 .action,
#sc-promotions-popup-47 .action,
#sc-promotions-popup-pid46 .action,
#sc-promotions-popup-pid45 .action,
#sc-promotions-popup-19 .action,
#sc-promotions-popup-20 .action,
#sc-promotions-popup-21 .action,
#sc-promotions-popup-16 .action,
#sc-promotions-popup-15 .action,
#sc-promotions-popup-14 .action,
#sc-promotions-popup-17 .action,
.notice,
.btn.promotion-self-apply-link,
.rate-arrow {
    display: none !important;
} */


.theme-xpc .sc-faqs .accordion-content a:hover{
    text-decoration: none !important;
    
}
.theme-xpc .sc-faqs .accordion-content a.link{
    color: #333 !important;
}