/*############################ default ###################################*/
@media screen and (max-width:767px) {
    .icw .sc-headline .h1 {
        font-family: "kurious-looped";
        font-weight: 600;
        color: #333333;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 36px;
    }
}

@media screen and (min-width:767px) {
    .icw .sc-headline .h1 {
        font-family: "kurious-looped";
        font-weight: 600;
        color: #333333;
        font-size: 33px;
        font-style: normal;
        font-weight: 600;
        line-height: 50px;
    }
}

.icw .sc-headline .h3 {
    font-family: "kurious-looped";
    font-weight: 400;
    color: #333333;
}

.icw .btn {
    min-width: 140px;
    padding: 0 15px;
    height: 50px;
    line-height: 46px;
    font-weight: 600;
    font-size: 16px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0);
    border-width: 2px;
    border-radius: 25px;
}

.icw .btn.btn-primary {
    border-color: #00A94F;
    background-color: #00A94F;
    color: #fff;
}

.icw .btn.btn-primary:hover {
    background-color: #13c165;
    border-color: #13c165;
}

.icw .btn.btn-secondary {
    border-color: #00447C;
    background-color: #fff;
    color: #00447C;
    box-shadow: none;
}

.icw .btn.btn-secondary:hover {
    background-color: #04335a;
    color: #fff;
}

.icw .row.no-gutters {
    margin-left: 0;
    margin-right: 0;
}

.icw .row.no-gutters > div {
    padding-left: 0;
    padding-right: 0;
}

.action .more {
    color: #00A94F;
    font-size: 14px;
    font-family: "kurious-looped";
    font-weight: 600;
    position: relative;
}

.action .more span {
    text-decoration: underline;
}

.action .more:hover {
    color: #13c165;
}

.header-top::before {
    opacity: 1;
    background: #00a850;
    background: linear-gradient(90deg, #00a850 0%, #61d699 100%);
    background-size: 100% auto;
}

.icw .bg-gray {
    background-color: #F4F3F9 !important;
    padding: 20px;
    border-radius: 10px;
    margin-top: 25px;
}

.icw .table td {
    padding: 15px 10px;
    color: #666;
}

.icw .bg-gray .text {
    color: #333;
    text-align: center;
    font-family: "kurious-looped";
    margin-bottom: 15px;
}

.icw .bg-gray a {
    font-family: kurious-looped;
}

.icw .btn-back {
    background-color: #00a94f;
    color: #ffffff !important;
    width: 220px;
    height: 50px;
    border-radius: 25px;
    font-family: "kurious-looped";
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    padding: 0;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    text-decoration: none !important;
    white-space: nowrap;
    background-image: none;
    border: 1px solid transparent;
    -moz-border-radius: 4px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    display: block;
    margin: 0 auto;
}

.icw .btn-back:hover {
    background-color: #009445;
    color: #ffffff !important;
}



/*########################### content ###################################*/

.icw .sc-content .qn .link {
    color: #00a94f !important;
    font-size: 16px !important;
    font-weight: bold !important;
    /*    text-decoration: none !important;*/
    text-decoration: underline;
    font-family: "kurious-looped" !important;
}

.icw .sc-content .qn .link span {
    text-decoration: none !important;
}

.icw img {
    border-radius: 8px;
}

/*########################### hero banner ###################################*/
/* .sc-hero-banner{margin-top: 80px;} */

/*########################### Product-default ###################################*/
.default-item {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.default-item .thumb {
    overflow: hidden;
}

.default-item .thumb .link img {
    transform: scale(1.0);
    transition: all 400ms ease-in-out;
    width: 100%;
}

.default-item .thumb .link:hover img {
    transform: scale(1.1);
}

.default-item .content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 275px;
}

.default-item .content .info {
    padding-bottom: 20px;
}

.default-item .content .title {
    font-family: "kurious-looped";
    font-size: 22px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
}

.default-item .content .title a {
    font-family: "kurious-looped";
    font-size: 22px;
    font-weight: 600;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.69;
    text-decoration: none;
}

.default-item .content .title a:hover {
    color: #00A94F;
}

.default-item .content .desc {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 1.5em;
    font-family: "kurious-looped";
}

.default-item .content .desc > li {
    padding-left: 12px;
    position: relative;
}

.default-item .content .desc > li:before {
    content: '•';
    ;
    position: absolute;
    top: 1px;
    left: 0;
}

.default-item .content .action {
    text-align: left;
}

.default-item .content .action a + a {
    margin-left: 36px;
}

.default-item .content .t-des {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-family: "kurious-looped";
    height: 70.5px;
}

/*########################### Product-List ###################################*/
.sc-product-list {
    background-color: #F5F5F5;
}

.sc-product-list .sc-inner {
    padding: 50px 0 65px
}

.sc-product-list .sc-headline {
    margin-bottom: 25px;
}

.sc-product-list .sc-headline .h1 .color {
    color: #00A94F;
}

.sc-product-list .sc-body {
    position: relative;
}

.sc-product-list .item-list {
    display: flex;
    flex-wrap: wrap;
    margin: -15px -17px;
}

.sc-product-list .item-list > li {
    padding: 15px 17px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}


/*########################### breakpoints ###################################*/
@media (max-width: 1199px)

/*check 1024*/
    {
    /* .sc-hero-banner{margin-top: 60px;} */

    .default-item .content .action a + a {
        margin-left: 15px;
    }

    .footer-main {
        padding-bottom: 0;
    }
}

@media (max-width: 991px) {
    .sc-product-list .item-list > li {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .sc-product-list .item-list > li {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* .default-item .content {
        min-height: auto;
    } */

    .sc-product-list .sc-inner {
        padding: 40px 0 55px;
    }
}

.btn-sw-lang {
    display: none !important;
}

/* update 23-11-2566 */

/*################################## breadcrumbs #####################################*/
.icw .breadcrumbs {
    font-family: "kurious-looped";
    /* display: none; */
    margin: 0 auto;
    padding-top: 32px;
    background-color: #fff;
}

.icw .breadcrumbs a {
    font-size: 13px;
    color: #666;
    font-weight: 400 !important;
}

.icw .breadcrumbs a:hover {
    text-decoration: underline;
}

.icw .breadcrumbs .current-page {
    font-weight: 600 !important;
    color: #00a94f;
    margin-bottom: 0;
    font-size: 13px;
}

.icw .breadcrumbs .chevron-right {
    margin: 0 5px;
}

.d-flex {
    display: block !important;
    line-height: 1.25;
}

.align-items-center {
    align-items: center !important;
}


@media screen and (min-width: 1024px) {
    /* .icw .breadcrumbs {
        display: block;
    } */

    .icw .breadcrumbs .current-page {
        font-size: 13px;
    }

    .icw .breadcrumbs a {
        font-size: 13px;
    }

    .icw .breadcrumbs .chevron-right {
        margin: 0 10px;
    }

    .sc-content .inner {
        padding-top: 30px;
    }

    .d-flex {
        display: flex !important;
    }
}

/*################################## syle content #####################################*/
.icw .content .sc-inner {
    /* padding: 50px 0 65px; */
    padding: 40px 0 65px;
}

.icw .mt-10 {
    margin-top: 10px !important;
}

.icw .mt-15 {
    margin-top: 15px !important;
}

.icw .sc-content p {
    font-family: "kurious-looped";
    color: #666;
    /*    margin-bottom: 40px !important;*/
    line-height: 32px;

}

h3 {
    margin-top: 16px !important;
    ;
}

p + h3 {
    margin-top: 16px !important;
    ;
}

p:not(:last-child):not(+h3) {
    margin-bottom: 16px !important;
    ;
}

/* p:last-child {
    margin-bottom: 40px !important;;
}  */



.icw .sc-content ol li {
    font-family: "kurious-looped";
    color: #666;
    margin-bottom: 10px;

}

.icw .sc-content ol {
    padding-left: 15px;
}

.icw .sc-content ol li {
    list-style: decimal;
    padding-left: 5px;
}

.icw .sc-content ul li {
    color: #666;
    list-style: disc;
    padding-left: 5px;
    margin-bottom: 0px;
    line-height: 32px !important;
}

.icw .sc-content ul ul li {
    list-style: circle;
    padding-left: 5px;
}

.icw .mb-25 {
    margin-bottom: 25px;
}

.icw .table-content {
    margin: 20px auto 30px auto;
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 6px 1px rgb(0 0 0 / 10%);
}

.icw .table-content thead {
    background-color: #00A850;
}

.icw .table-content thead th,
.icw .table-content thead td,
.icw .table-content tbody td {
    font-family: "kurious-looped";
    padding: 10px;
}

.icw .sc-content .tb {
    display: table;
}

.icw .sc-content .tb-cell {
    display: table-cell;
}

.icw .sc-content .tb-cell img {
    width: 100%;
}

.icw .pr-20-pc {
    padding-right: 20px;
}

.icw .img-content {
    margin: 20px auto;
}

.icw .visible-w414 {
    display: none;
}

.section ul li > ul li::before {
    content: "";
}

.header-4 {
    padding-left: 24px;
    margin-bottom: 10px;
}

div.qn-content p:last-child {
    margin-bottom: 0 !important;
}

.qn + .qn .qn-title {
    margin-top: 40px;
}

@media screen and (min-width: 320px) and (max-width:767px) {
    .header-4 {
        padding-left: 8px;
        margin-bottom: 10px;
        padding-top: 4px;
    }

    .icw .sc-content .qn .qn-title h2,
    .icw .sc-content .qn .qn-title p {
        font-size: 18px;
        color: #333333;
        font-weight: 600;
        line-height: 27px;
        font-family: "kurious-looped" !important;
    }

    .qn + .qn .qn-title {
        margin-top: 32px;
    }

}

/*###########################  relate_promotion ########################### */
.icw .rl-promo {
    background-color: #fff;
}

.icw .rl-promo .default-item .content {
    background-color: #f7f7f7;
}

.slick-initialized .slick-slide {
    padding: 0 17px;
}

.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
    font-family: 'icongarage';
    font-size: 12px;
    color: inherit;
    line-height: 35px;
    color: #00A850;
}

.slick-slider .slick-prev:before {
    content: "\e904";
}

.slick-slider .slick-next:before {
    content: "\e905";
}


/*########################### question ###########################*/
div.image img {
    border-radius: 0 !important;
}

.column {
    font-family: "kurious-looped";
}

.icw .sc-content .qn .qn-title {
    background-color: #FAFAFA;
    border-left: 3px solid #00a94f;
    padding: 20px;
    margin-bottom: 8px;
}

.icw .sc-content .qn .qn-content {
    padding: 8px 0 0 0;
}

figure + .qn-content {
    padding: 0 !important;
}

.icw .sc-content .qn:last-child .qn-content {
    padding-bottom: 0;
}

.icw .sc-content ol.num-bold > li::marker {
    color: #666;
    font-weight: 600;
}

.icw .sc-content .qn .qn-content ol > li::marker {
    color: #666;
    font-weight: 600;
}

.icw .sc-content .qn .qn-content ol.num-thin > li::marker {
    font-weight: 400;
}

.icw .sc-content .qn .qn-content ol > li {
    /*
    color: #00a94f;
    font-weight: 600;
*/
}

.icw .sc-content .qn .qn-content ol.ol-gray > li {
    color: #666;
    font-weight: 400;
}

.icw .sc-content .mb-10 {
    margin-bottom: 10px;
}

.icw .sc-content .mb-20 {
    margin-bottom: 20px;
}

.icw .sc-content .mb-30 {
    margin-bottom: 40px;
}

@media screen and (min-width:767px) {

    .icw .sc-content .qn .qn-title h2,
    .icw .sc-content .qn .qn-title p {
        font-size: 20px;
        color: #333333;
        font-weight: 600;
        line-height: 1.5;
        font-family: "kurious-looped" !important;
    }

    div.qn > figure.mb-30 {
        margin-top: 40px;
    }
}

.icw .sc-content .qn .link {
    color: #00a94f;
    font-size: 16px;
    /*    text-decoration: underline;*/
    font-family: "kurious-looped";
}

.icw .sc-content .qn .link span {
    text-decoration: underline;
}

.icw .sc-content .qn .note {
    font-size: 14px;
    font-family: "kurious-looped";
}

.icw .pb-15 {
    padding-bottom: 15px !important;
}

.icw .sc-content .ref {
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 20px;
}

.icw .sc-content .ref-line {
    border-top: 1px solid #f2f2f2;
    padding-top: 20px;
}

.icw .sc-content .ref p,
.icw .sc-content .ref ol li,
.icw .sc-content .ref ul li {
    font-size: 14px;
}

.icw .content a span {
    text-decoration: underline;
}

/*
.icw .content:hover {
    color: #13c165;
}
*/

.icw sup {
    font-size: 12px;
}

.mtb-30 {
    margin: 30px 0 !important;
}

@media screen and (max-width:767px) {
    .icw .sc-content .qn .qn-content {
        padding: 16px 10px 0 10px;
    }

    .icw .sc-content .qn .qn-title {
        padding: 20px 15px
    }

    .icw .sc-content .mb-30 {
        margin-bottom: 32px;
    }

    div.qn > figure.mb-30 {
        margin-top: 32px;
    }

    figure + .qn-content {
        padding: 0 10px 0 10px !important;
    }

}

/* update 4-12-2566 */
figcaption {
    text-align: center;
    margin-top: 10px;
    color: #666;
    font-family: 'Sarabun', sans-serif;
    font-size: 14px;
}

figure img {
    max-width: 1000px !important;
    width: 100%;
    display: block;
    margin: 0 auto;
}



.icw .mt-20 {
    margin-top: 20px;
}

.icw .example {
    background-color: #EDFFF5;
    padding: 20px 20px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.icw .sc-content .ref .link {
    color: #00a94f;
    font-size: 14px;
    /* text-decoration: underline; */
    font-family: "kurious-looped";
}


/*########################### end question ###########################*/

/*########################### table loan ###########################*/
.icw .tb-business {
    max-width: 800px;
    width: 100%;
}

.icw .tb-personal {
    max-width: 1000px;
    width: 100%;
}

/*
.icw .tb-personal tbody tr:first-child td {
    background-color: #edfff5;
    color: #00a94f;
}

.icw .table-content tbody tr td:first-child {
    background-color: #00a94f;
    color: #fff;
    padding: 15px;
}
*/

.text-zoom {
    text-align: center;
}

.text-zoom p {
    display: inline-block;
    font-size: 14px;
}

.text-zoom img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

/*########################### end table loan ###########################*/

/*########################### popup ###########################*/
.popup-open .mfp-content {
    width: 100%;
    max-width: 1170px;
    margin: 50px 0;
    text-align: center;
}

.popup-open .mfp-container {
    padding-left: 15px;
    padding-right: 15px;
}

.popup-open .mfp-content .mfp-close {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #00A850;
    color: #fff;
    text-align: center;
    position: absolute;
    top: -15px !important;
    right: -15px !important;
    z-index: 120;
    opacity: 1;
}

.popup-open .mfp-content .mfp-close:after {
    font-size: 12px;
    font-weight: bold;
}

.compn-overflow .compn-overflow-wrapper .compn.tb-personal {
    min-width: 1000px;
}

.compn-overflow .compn-overflow-wrapper .compn.tb-business {
    min-width: 700px;
}

.compn-overflow .compn-overflow-wrapper .compn.tb-business td,
.compn-overflow .compn-overflow-wrapper .compn.tb-personal td {
    border-right: 1.5px solid rgba(230, 230, 230, 0.7);
    border-bottom: 1.5px solid rgba(230, 230, 230, 0.7);
    border-collapse: collapse;
}

.popup-open .mfp-content .sc-container {
    padding: 50px 15px;
}

ul.list-style-line {
    margin-left: 0;
    counter-reset: none;
}

ul.list-style-line > li {
    display: table;
    width: 100%;
    text-align: left;
    margin-left: 0;
}

ul.list-style-line > li:before {
    content: "-";
    display: table-cell;
    padding-left: 5px;
    width: 1.3em;
}

@media screen and (max-width: 991px) {
    .popup-open .mfp-content .mfp-close {
        right: -10px !important;
    }
}

/*########################### end popup ###########################*/
/*########################### breakpoints ###################################*/
@media screen and (max-width:991px) {
    .slick-slider .slick-next {
        right: 10px;
    }

    .slick-slider .slick-prev {
        left: 10px;
    }
}

@media screen and (max-width:767px) {
    .icw .table-content {
        width: 100%;
    }

    .icw .sc-content .tb {
        display: block;
    }

    .icw .sc-content .tb-cell {
        display: block;
    }

    .icw .pr-20-pc {
        padding-right: 0;
        padding-bottom: 10px;
    }

    .icw .content .sc-inner {
        padding: 25px 0 40px;
    }

    .icw .table-content {
        margin: 0;
    }

}

@media screen and (max-width:413px) {
    .icw .visible-w414 {
        display: block;
    }
}

@media screen and (min-width: 767px) {

    .icw h4,
    .icw .h4 {
        font-size: 16px;
        font-weight: bold;
        font-family: "kurious-looped";
        margin-top: 4px;
        color: #333333 !important;
        line-height: 32px;
    }

    .icw h3,
    .icw .h3 {
        font-size: 18px;
        font-weight: bold;
        padding-bottom: 4px;
        font-family: "kurious-looped";
        color: #333333 !important;
    }

    figure.mtb-30 {
        padding-bottom: 25px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {

    .icw h4,
    .icw .h4 {
        font-size: 16px;
        font-weight: bold;
        font-family: "kurious-looped";
        margin-top: 4px;
        color: #333333 !important;
        line-height: 32px;
    }

    .icw h3,
    .icw .h3 {
        font-size: 16px;
        font-weight: bold;
        padding-bottom: 4px;
        font-family: "kurious-looped";
        color: #333333 !important;
    }

    figure.mtb-30 {
        padding-bottom: 25px;
    }
}

p {
    font-family: "kurious-looped" !important;
}

.icw ul,
.icw ol,
.icw li {
    font-family: "kurious-looped" !important;
}


/*############################ accordion ###################################*/

.bg-white {
    background: #fff;
}

.bg-gray {
    background: #f4f4f4 !important;
}

text-header {
    font-family: "kurious-looped";
    font-size: 42px;
    font-weight: 700;
    color: var(--cr-dark);
    margin-bottom: 24px;
    text-align: center;
}

.accordion {
    border-radius: 8px;
    background: #fff;
    padding: 0;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 16px;
}

.accordion-title {
    border-left: 0;
    font-family: "kurious-looped";
    font-size: 18px;
    font-weight: 600;
    padding: 16px 24px;
}

.accordion-title:after,
.accordion-title:before {
    content: "";
    font-size: 0;
    width: 18px;
    height: 3px;
    border-radius: 2px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 28px;
    background-color: #00A94F;
    transition: 400ms ease-in-out;
}

.accordion-title:after {
    top: 1px;
}

.accordion-title:before {
    transform: rotate(90deg);
}

.accordion-title:hover,
.accordion-title.active {
    color: #fff;
    background-color: #00A94F;
}

.accordion-title:hover:after,
.accordion-title:hover:before {
    background-color: #fff;
}

.accordion-title.active:after {
    background-color: #fff;
}

.accordion-title.active:before {
    opacity: 0;
}

.accordion-content {
    font-family: "kurious-looped", Kurious;
}

.accordion-content .content-wrapper {
    font-family: "kurious-looped", Kurious;
    padding: 16px 24px;
    border-left: 0;
    color: #333;
    word-wrap: break-word;
}

.accordion-content .content-wrapper .link {
    text-decoration: underline;
    font-family: "kurious-looped";
    font-size: 16px;
    font-weight: 500;
    color: #00A94F;
}

/*
.sc-faqs ul a {
  color: #00a850;
  text-decoration: underline;
  font-weight: 500;
}
*/

.accordion-content .content-wrapper p {
    color: #333;
    font-family: "kurious-looped", Kurious;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
}

.accordion-content .content-wrapper p + ol {
    margin-top: 0;
}

.accordion-content .content-wrapper strong {
    color: #333;
    font-family: "kurious-looped", Kurious;
    font-size: 16px;
    font-weight: 600;
}

.accordion-content ul {
    margin: 0;
    margin-left: 1.2em;
    /* margin-bottom: 1.5rem; */
}

.accordion-content ul > li {
    position: relative;
    font-family: "kurious-looped", Kurious;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
}

.accordion-content ul > li {
    list-style-type: none;
    /* list-style-type: disc; */
    position: relative;
}

.accordion-content ul > li:before {
    content: "";
    position: absolute;
    left: -12px;
    top: 14px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #333;
}

.accordion-content ul > li + li {
    margin-top: 0;
}

.accordion-content ul > li > ul > li:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0px;
    text-align: left;
    width: 15px;
}

.accordion-content ol {
    counter-reset: section;
    margin-left: 1.5em;
}

.accordion-content ol > li {
    position: relative;
    font-family: "kurious-looped", Kurious;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
}

.accordion-content ol > li:before {
    counter-increment: section;
    content: counters(section, ".") ".";
    position: absolute;
    right: 100%;
    top: 1px;
    text-align: left;
    width: 21px;
}

.accordion-content ol > li + li {
    margin-top: 0px;
}

.accordion-content .link-tel {
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
    color: #fff;
    background-color: #00A94F;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
}

.accordion-content .link-tel {
    display: none;
}

.accordion-content .link-tel .icon {
    position: relative;
    top: 2px;
    margin-right: 8px;
}

/*
.entrycontent ul>li {
  margin-bottom: 0;
  line-height: 2em;
}

.entrycontent ol>li {
  margin-bottom: 0;
}

.btn-link a {
  color: #00a94f;
  cursor: pointer;
  font-family: "kurious-looped", Kurious;
  text-decoration: underline;
  font-weight: 500;
}

.heading h2.h2-title {
  color: #333;
  text-align: center;
  font-family: "kurious-looped";
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 63px;
  margin-bottom: 32px;
}
*/



/*############################ accordion-recommend ###################################*/

.accordion-recommend {
    border-radius: 8px;
    background: #fafafa;
    padding: 0;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 35px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.accordion-title-recommend {
    border-left: 0;
    font-family: "kurious-looped";
    font-size: 18px;
    font-weight: 600;
    padding: 16px 24px;
}

.accordion-title-recommend:hover {
    color: #333 !important;
}




.price-zone {
    background-color: #FAFAFA;
    padding: 20px;
    margin-bottom: 50px;
    margin-top: 40px;
}



@media screen and (max-width: 767px) {

    .accordion-recommend {
        width: 100%;
    }

    .two-col {
        flex-direction: column;
    }


}



.accordion-content-recommend-line {
    border-bottom: 1px solid #d7d4d4;
    width: 97%;
    margin: 0 auto;

}

.accordion-content-recommend {
    font-family: "kurious-looped", Kurious;
    padding-top: 20px;
}

.accordion-content-recommend .content-wrapper {
    font-family: "kurious-looped", Kurious;
    padding: 16px 24px;
    border-left: 0;
    color: #333;
    word-wrap: break-word;
}

.accordion-content-recommend .content-wrapper .link {
    text-decoration: underline;
    font-family: "kurious-looped";
    font-size: 16px;
    font-weight: 500;
    color: #00A94F;
}

.accordion-content-recommend .content-wrapper p {
    color: #333;
    font-family: "kurious-looped", Kurious;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
}

.accordion-content-recommend .content-wrapper p + ol {
    margin-top: 0;
}

.accordion-content-recommend .content-wrapper strong {
    color: #333;
    font-family: "kurious-looped", Kurious;
    font-size: 16px;
    font-weight: 600;
}

.accordion-content-recommend ul {
    margin: 0;
    margin-left: 1.2em;
    /* margin-bottom: 1.5rem; */
}

.accordion-content-recommend ul > li {
    position: relative;
    font-family: "kurious-looped", Kurious;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
}

.accordion-content-recommend ul > li {
    list-style-type: none;
    position: relative;
}

.accordion-content-recommend ul > li:before {
    content: "";
    position: absolute;
    left: -12px;
    top: 14px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #333;
}

.accordion-content-recommend ul > li + li {
    margin-top: 0;
}

.accordion-content-recommend ul > li > ul > li:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0px;
    text-align: left;
    width: 15px;
}

.accordion-content-recommend ol {
    counter-reset: section;
    margin-inline: 1.5em;
}

.accordion-content-recommend ol > li {
    /*  position: relative;*/
    font-family: "kurious-looped", Kurious;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
}

.accordion-content-recommend ol > li:before {
    counter-increment: section;
    content: counters(section, ".") ".";
    position: absolute;
    right: 100%;
    top: 1px;
    text-align: left;
    width: 21px;
}

.accordion-content-recommend ol > li + li {
    margin-top: 0px;
}

.accordion-content-recommend .link-tel {
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
    color: #fff;
    background-color: #00A94F;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
}

.accordion-content-recommend .link-tel {
    display: none;
}

.accordion-content-recommend .link-tel .icon {
    position: relative;
    top: 2px;
    margin-right: 8px;
}


/*############################ 2 col ###################################*/
.two-col {
    display: flex;
    gap: 8%;
    padding-top: 30px;
}


/* ====== box-tip ====== */
.sc-special .slick-slider .slick-dots {
    bottom: 0 !important;
}

.box-tip {
    border-radius: 8px;
    border: 1px solid #EEE;
    padding: 16px;
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 32px;
    background: #FAFAFA;
}

.c-black-6 {
    color: #666 !important;
}

.box-tip i {
    color: #fff;
    margin-right: 8px;
    font-size: 20px;
    background: #00A94F;
    border-radius: 100%;
    padding: 2px;
    position: relative;
    top: 3px;
}

.box-tip p {
    line-height: 24px;
}

@media screen and (max-width:767px) {
    .box-tip {
        flex-direction: column;
    }
}

@media screen and (min-width:767px) and (max-width:990px) {
    .box-tip {
        flex-direction: column;
    }
}

/* ====== box-tip ====== */


.link {
    font-family: "kurious-looped" !important;
    font-size: 16px !important;
}


/* ######### rl ############# */
.section-rl {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #646464;
    padding: 8px 16px;
    color: #FFF;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    z-index: 9999;
}

.section-rl p {
    font-family: "kurious-looped" !important;
}

.section-rl.slow-down {
    bottom: 0 !important;
}

.section-rl p {
    font-size: inherit !important;
    margin-bottom: 0;
    font-weight: 500 !important;
}

.has-rl {
    margin-bottom: 46px;
}

@media screen and (max-width: 359px) {
    .section-rl br {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .section-rl br {
        display: none;
    }

    .has-rl {
        margin-bottom: 31px;
    }
}

@media screen and (min-width: 1024px) {
    #navigation-page-sticky.stickyNav {
        z-index: 10009;
    }
}

@media screen and (min-width: 1140px) {
    .section-rl {
        font-size: 13px;
        line-height: 20px;
        padding: 10px 16px;
        bottom: 0;
    }

    .has-rl {
        margin-bottom: 40px;
    }
}

#navigation-footer {
    padding-bottom: 0 !important;
}

#navigation-widgets {
    bottom: 45px !important;
}

#cc-apply .container {
    margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
    #navigation-widgets {
        bottom: 51px !important;
    }

    .section-benefit {
        border-radius: 8px !important;
    }

    #cc-apply .container {
        margin-bottom: 20px;
    }

    #cc-apply .section-benefit img.banner {
        max-width: 200px;
    }
}

@media screen and (min-width: 1140px) {
    #navigation-widgets.box-widgets.norm {
        right: 12px !important;
    }
}

/* ######### end rl ######## */

/*################################## syle search-credit #####################################*/
.search-credit {
    background-color: #F5F5F5;
    position: relative;
    padding: 24px 16px;
    border-radius: 8px;
}

.search-credit .sc-content {
    display: grid;
    grid-template-columns: 1fr 70px;
    min-height: 69px;
    align-items: center;
    margin-bottom: 24px;
}

.search-credit .sc-content .title {
    font-family: "kurious-looped";
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #333333;
}

.search-credit .thumb {
    position: absolute;
    width: 113px;
    top: 0;
    right: 0;
}

.search-credit .btn-search:hover,
.search-credit .btn-search:focus,
.search-credit .btn-search {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background-color: #ffffff;
    color: #00A94F;
    justify-content: center;
    height: 48px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    font-family: "kurious-looped";
}

.search-credit .btn-search .icon {
    font-size: 24px;
    color: #00A94F;
}

@media screen and (max-width: 767px) {
    .search-credit .sc-content {
        grid-template-columns: 1fr 90.5px;
    }

    .search-credit .sc-content .title {
        font-size: 18px;
    }

    .search-credit {
        border: 1px solid #00A94F;
        background-color: #E5F6ED;
    }
}

/*################################## syle side-bar #####################################*/
.side-bar-inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media screen and (min-width: 1141px) {
    .side-bar-inner {
        position: sticky;
        top: 130px;
        padding-bottom: 128px;
    }

    .side-bar-inner .title {
        font-family: 'kurious-looped';
        font-size: 16px !important;
        line-height: 1.5 !important;
    }

    .side-bar-inner .caption {
        font-family: 'kurious-looped';
        font-size: 16px !important;
        font-weight: 500;
        line-height: 1.5 !important;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

}

.side-bar-inner img {
    border-radius: 0;
}


#bar-product .caption {
    font-family: 'kurious-looped';
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 37px;
}

#bar-product .title {
    font-family: 'kurious-looped';
    font-size: 13px !important;
    line-height: 1.5 !important;
}

#bar-product .title a {
    font-family: 'kurious-looped';
    font-size: 13px !important;
    line-height: 1.5 !important;
}



/*################################## syle product-list #####################################*/

.sc-fun-fact .sc-content {
    display: grid;
    grid-template-columns: 174px 1fr;
    padding: 24px;
    gap: 24px;
    background-color: #FAFAFA;
    border-radius: 8px;
    border: 1px solid #D7D7D7;
    align-items: center;
}

.icw .content .sc-inner .sc-fun-fact .sc-inner {
    padding: 32px;
}

.sc-fun-fact .sc-content {
    position: relative;
}

.sc-fun-fact .sc-content::before {
    content: "";
    width: 80px;
    height: 80px;
    position: absolute;
    background-image: url(../img/icon-light.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    right: 0;
    transform: translate(39%, -40%);
}

.sc-fun-fact .sc-content .content .info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}

.sc-fun-fact .sc-content .content .info .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    font-family: "kurious-looped";
    color: #333333;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sc-fun-fact .sc-content .content .info .title .icon {
    height: 32px;
    width: 32px;
    display: inline;
}

.sc-fun-fact .sc-content .content .info .desc {
    font-size: 14px;
    color: #666666;
    font-weight: 500;
    ;
    line-height: 1.5;
    font-family: "kurious-looped";
    margin: 0;
    padding: 0;
}

.sc-fun-fact .sc-content .content .entry .btn {
    background-color: #00A94F;
    font-size: 16px;
    line-height: 1.5;
    font-family: "kurious-looped";
    border-radius: 8px;
    height: 56px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: fit-content;
}

.sc-fun-fact .sc-content .thumb {
    border-radius: 8px;
    width: 100%;
    max-width: 174px;
    margin: 0 auto;
}

.sc-fun-fact .sc-content .thumb img {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .icw .content .sc-inner .sc-fun-fact .sc-inner {
        padding: 32px 16px;
    }

    .sc-fun-fact .sc-content {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

/*################################## syle product-list #####################################*/
.icw .related-products .sc-content ul.product-list li,
.icw .related-products .sc-content ul.product-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.related-products {
    background: #E5F6ED;
    border-radius: 8px;
    border: 1px solid #00A94F;
    padding: 32px 16px;
}

.related-products .heading {
    font-family: "kurious-looped";
    font-size: 26px;
    line-height: 1.5;
    font-weight: 600;
    color: #333333;
    text-align: center;
    margin-bottom: 16px;
}

.related-products .sc-content .product-list {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 8px;
}

.icw .related-products .sc-content ul.product-list .product-item {
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
}

.icw .related-products .sc-content ul.product-list .product-item .thumb {
    overflow: hidden;
    width: 100%;
}

.icw .related-products .sc-content ul.product-list .product-item .thumb img {
    width: 100%;
}

.icw .related-products .sc-content ul.product-list .product-item .content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow: hidden;
}

.icw .related-products .sc-content ul.product-list .product-item .content .info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.icw .related-products .sc-content ul.product-list .product-item .content .info .title,
.icw .related-products .sc-content ul.product-list .product-item .content .info .title a {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    font-family: "kurious-looped";
    color: #111111;
}

.icw .related-products .sc-content ul.product-list .product-item .content .info .title,
.icw .related-products .sc-content ul.product-list .product-item .content .info .title a,
.icw .related-products .sc-content ul.product-list .product-item .content .info .desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.icw .related-products .sc-content ul.product-list .product-item .content .info .desc {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    font-family: "kurious-looped";
    margin-bottom: 0;
    color: #666666;
}

.icw .related-products .sc-content ul.product-list .product-item .action .link {
    font-family: "kurious-looped";
    font-size: 16px;
    line-height: 1.5;
}

.icw .related-products .sc-content ul.product-list .product-item .action .link::after {
    content: none;
}


.icw .related-products .sc-content ul.product-list .product-item.short-layout {
    display: grid;
    grid-template-columns: 100px 1fr;
    padding: 8px;
    gap: 8px;
}

.icw .related-products .sc-content ul.product-list .product-item.short-layout .thumb {
    border-radius: 8px;
    overflow: hidden;
    height: fit-content;
}

.icw .related-products .sc-content ul.product-list .product-item.short-layout .content {
    padding: 0;
}

.icw .related-products .sc-content ul.product-list .product-item.short-layout .content .info {
    display: block;
}

.icw .related-products .sc-content ul.product-list .product-item.short-layout .content .info .title,
.icw .related-products .sc-content ul.product-list .product-item.short-layout .content .info .title a {
    font-size: 13px;
    line-height: 1.5;
    font-weight: 600;
    font-family: "kurious-looped";
    color: #333333;
}

.icw .related-products .sc-content ul.product-list .product-item.short-layout .content .info .title,
.icw .related-products .sc-content ul.product-list .product-item.short-layout .content .info .title a,
.icw .related-products .sc-content ul.product-list .product-item.short-layout .content .info .desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.icw .related-products .sc-content ul.product-list .product-item.short-layout .content .info .desc {
    font-size: 13px;
    line-height: 1.5;
    font-weight: 500;
    font-family: "kurious-looped";
    margin-bottom: 0;
    color: #333333;
}

.icw .related-products .sc-content ul.product-list .product-item.short-layout .action {
    display: none;
}

.icw .related-products .sc-content ul.product-list .product-item.short-layout .content .info .title a:hover,
.icw .related-products .sc-content ul.product-list .product-item .content .info .title a:hover {
    color: #00A94F;
}

@media screen and (max-width: 1140px) {
    .related-products {
        display: none;
    }
}

a[href^=tel],
a[href^=mail] {
    white-space: wrap;
}

.icw .sc-content ul.product-list li {
    padding-left: 0px;
}

/* Bar 3 */
.bar-product {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    height: 0;
}

@media screen and (max-width: 1140px) {
    .bar-product.sticky-content {
        transform: translateY(0);
    }

    .bar-product {
        position: fixed;
        bottom: 5%;
        left: 0;
        background-color: white;
        width: 100%;
        visibility: visible;
        opacity: 1;
        pointer-events: visible;
        height: auto;
        border-top: 1px solid #ccc;
        transform: translateY(100%);
        transition: transform 0.3s ease;
    }

    .bar-product.active {
        background-color: #E5F6ED;
    }

    .bar-product .sc-content {
        padding-bottom: 8px;
    }

    .bar-product .product-content-wrapper {
        padding-bottom: 3px;
    }

    .bar-product .overflow {
        overflow-x: auto;
    }

    .bar-product .overflow::-webkit-scrollbar {
        display: none;
    }

    .bar-product ul.product-list {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 8px;
    }

    .bar-product ul.product-list li {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .bar-product ul.product-list .product-item {
        display: grid;
        grid-template-columns: 100px 1fr;
        gap: 16px;
        background-color: #FFFFFF;
        border-radius: 8px;
        overflow: hidden;
        padding: 8px;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
        margin: 2px;
    }

    .bar-product ul.product-list .product-item .thumb {
        border-radius: 8px;
        overflow: hidden;
        height: 100%;
    }

    .bar-product ul.product-list .product-item .content .info .title,
    .bar-product ul.product-list .product-item .content .info .title a {
        font-size: 13px;
        line-height: 1.5;
        font-weight: 600;
        font-family: "kurious-looped";
        color: #333333;
    }

    .bar-product ul.product-list .product-item .content .info .title,
    .bar-product ul.product-list .product-item .content .info .title a,
    .bar-product ul.product-list .product-item .content .info .title a:hover,
    .bar-product ul.product-list .product-item .content .info .title a:focus,
    .bar-product ul.product-list .product-item .content .info .desc,
    .bar-product ul.product-list .product-item .content .info .desc:hover,
    .bar-product ul.product-list .product-item .content .info .desc:focus {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .bar-product ul.product-list .product-item .content .info .desc {
        font-size: 13px;
        line-height: 1.5;
        font-weight: 500;
        font-family: "kurious-looped";
        margin-bottom: 0;
        height: 37px;
    }

    .bar-product ul.product-list .product-item .content .info .title,
    .bar-product ul.product-list .product-item .content .info .title a {
        -webkit-line-clamp: 1;
    }

    .bar-product ul.product-list .product-item .content .info .desc {
        -webkit-line-clamp: 2;
    }

    .bar-product ul.product-list .product-item .action {
        display: none;
    }

    .bar-product ul.product-list .product-item.short-layout {
        max-width: 316px;
        width: 316px;
    }

    .bar-product ul.product-list .product-item {
        max-width: 400px;
        width: 100%;
    }

    .bar-product.active .bar-product-footer {
        display: none;
    }

    .bar-product .bar-product-footer .content {
        font-size: 16px;
        line-height: 1.5;
        font-family: "kurious-looped" !important;
        color: #333333;
        text-align: center;
        font-weight: 600;
        margin: 0;
        padding: 0;
        display: flex;
        gap: 3px;
        justify-content: center;
        align-items: center;
    }

    .bar-product .bar-product-footer .icon {
        height: 24px;
        display: inline;
    }

    .active .bar-product-touch-area {
        color: #999999;
    }

    .bar-product-touch-area {
        text-align: center;
        height: 36px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 13px;
        font-weight: 600;
        color: #00A94F;
    }

    .garage-container .container,
    .highlight-container .slick-dots {
        padding-inline: 16px;
    }
}


/*################################## syle content #####################################*/
.content-layout .layout {
    display: grid;
    grid-template-columns: 66.229% 369px;
    gap: 16px;
}

@media screen and (max-width: 1140px) {
    .content-layout {
        padding-bottom: 32px;
    }

    .content-layout .layout {
        grid-template-columns: 100%;
        gap: 0;
    }
}



@media screen and (max-width: 1140px) {
    #content .container {padding: 0 !important;}
    #cc-apply .container {padding: 0 !important;}
}


@media screen and (min-width: 1007px) and (max-width: 1140px) {
    .bar-product ul.product-list.more-than-two {
        justify-content: center !important;
    }

    .bar-product ul.product-list.more-than-two li {
        width: auto !important;
    }
}

@media screen and (min-width: 767px) and (max-width: 1025px) {
    .bar-product ul.product-list.two-or-less {
        justify-content: center !important;
    }

    .bar-product ul.product-list.two-or-less li {
        width: auto !important;
    }
}