/* ################################################# */
#page {
    opacity: 1;
    font-weight: 500;
}

#navigation-page-sticky a.sticky-anchor i {
    font-size: 24px;
    position: relative;
    top: 5px;
}

#navigation-page-sticky.stickyNav.hide-cta .stickyNav-panelWidgets {
    grid-template-columns: 40px auto;
}

#navigation-page-sticky.stickyNav.hide-cta .box-cta {
    display: flex !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.c-green {
    color: #00A94F !important;
}

.mt-8 {
    margin-top: 8px !important;
    display: block;
}

.mt-16 {
    margin-top: 16px !important;
    display: block;
}

.mb-4 {
    margin-bottom: 4px !important;
    display: block;
}

.mb-8 {
    margin-bottom: 8px !important;
    display: block;
}

.mb-16 {
    margin-bottom: 16px !important;
    display: block;
}

.mb-24 {
    margin-bottom: 24px !important;
    display: block;
}

.mb-32 {
    margin-bottom: 32px !important;
    display: block;
}

.sc {
    overflow: hidden;
}

.icw main * strong {
    font-weight: 600;
}

.icw main * {
    font-family: kurious-looped;
}

.a-left {
    text-align: left !important;
}

.inactive {
    display: none !important;
}

.nw {
    white-space: nowrap !important;
}

.f-kurious {
    font-family: kurious !important;
}

.f-kurious-looped {
    font-family: kurious-looped !important;
}

.visible-w414 {
    display: block !important;
}

.hidden-w414 {
    display: none !important;
}

.visible-w1199 {
    display: block !important;
}

.hidden-w1199 {
    display: none !important;
}

.visible-w1024 {
    display: block !important;
}

.hidden-w1024 {
    display: none !important;
}

.visible-w991 {
    display: block !important;
}

.hidden-w991 {
    display: none !important;
}

.visible-w767 {
    display: block !important;
}

.hidden-w767 {
    display: none !important;
}

@media screen and (min-width:414px) {
    .visible-w414 {
        display: none;
    }

    .hidden-w414 {
        display: block;
    }
}

@media screen and (min-width: 1199px) {
    .visible-w1199 {
        display: none !important;
    }

    .hidden-w1199 {
        display: block !important;
    }
}

@media screen and (min-width: 1024px) {
    .visible-w1024 {
        display: none !important;
    }

    .hidden-w1024 {
        display: block !important;
    }
}

@media screen and (min-width: 991px) {
    .visible-w991 {
        display: none !important;
    }

    .hidden-w991 {
        display: block !important;
    }
}

@media screen and (min-width:767px) {
    .visible-w767 {
        display: none !important;
    }

    .hidden-w767 {
        display: block !important;
    }
}

ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
    padding-left: 0 !important;
}

ol.c-number-list {
    padding-left: 20px !important;
}

ol>li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em;
}

ol>li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;
}

li ol>li {
    margin: 0;
}

li ol>li:before {
    content: counters(item, ".") " ";
}

/* ################################################# */

/*########################### sc-hero-banner ###########################*/
.sc-hero-banner .container {
    position: relative;
}

.icw .btn-banner .btn {
    width: 169px;
}

.icw .btn {
    box-shadow: none;
    background: #00a94f;
    color: #ffffff;
    font-family: kurious-looped;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    width: 100%;
    line-height: 48px;
    height: 48px;
    border-radius: 8px;
}

.icw .btn-banner .btn {
    width: 169px;
}

.icw .btn:hover {
    background: #009445;
}

.banner-slider {
    margin-bottom: 0 !important;
    position: relative;
}

.banner-slider.slick-slider .slick-dots {
    bottom: 24px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
}


.slick-dots li button:before {
    display: none;
}

.slick-slider .slick-dots {
    bottom: -32px;
}

.slick-slider .slick-dots li.slick-active button {
    width: 24px;
    height: 8px;
    background: #00A850;
    border-radius: 50px;
    border: 0;
}

.slick-slider .slick-dots li {
    margin: 0 8px;
}

.slick-slider .slick-dots li button {
    width: 8px;
    height: 8px;
    background: #fff;
    border: 1px solid #ddd;
}

.btn-banner {
    position: absolute;
    bottom: 64px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    text-align: center;
}

.container .heading .text {
    color: #333;
    font-family: kurious-looped;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
}

.sc-inner {
    padding: 48px 0;
}

.icw .container {
    margin: 0 auto;
    padding: 0 16px;
}

.sc-app-detail .container .heading .text {
    margin-bottom: 24px !important;
}

@media screen and (min-width: 1024px) {
    .icw .btn {
        width: 200px;
    }

}

@media screen and (min-width: 767px) {
    .sc-app-detail .container .heading .text {
        margin-bottom: 32px !important;
    }

    .banner-slider.slick-slider .slick-dots {
        text-align: right;
        bottom: 56px;
    }

    .btn-banner {
        bottom: 48px;
        left: 15px;
        text-align: left;
    }

    .sc-inner {
        padding: 64px 0;
    }

    .container .heading .text {
        font-size: 33px;
    }
}

/*########################### end sc-hero-banner ###########################*/

/*############### faq ###############*/
.sc-faqs {
    background: #F4FAF6;
}

.sc-faqs .sc-content {
    margin-top: 16px;
}

.sc-faqs .accordion-kl {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 16px;
}

.sc-faqs .accordion-kl:last-child {
    margin-bottom: 0;
}

.sc-faqs .accordion-title {
    background: #fff;
    color: #00a94f;
    font-family: kurious-looped;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    padding: 16px 46px 16px 16px;
    border-left: 0;
    /* border-radius: 0; */
}

.sc-faqs .accordion-title.active {
    background: #00a94f;
    color: #fff;
}

.sc-faqs .accordion-title:hover {
    background: #00a94f;
    color: #fff;
}

.sc-faqs .accordion-title:after {
    color: #00a94f;
    font-weight: 400;
    font-size: 16px;
}

.sc-faqs .accordion-content {
    background: #fff;
    padding: 16px;
}

.sc-faqs .accordion-title.active:after,
.sc-faqs .accordion-title.active,
.sc-faqs .accordion-title:hover:after {
    color: #fff;
}

.icw .sc-faqs ul,
.icw .sc-faqs ol {
    padding-left: 20px;
}

.icw .sc-faqs ul li {
    list-style: disc;
    color: #333;
    font-family: kurious-looped;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.icw .sc-faqs ol li {
    list-style: decimal;
    color: #333;
    font-family: kurious-looped;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.icw .sc-faqs p {
    list-style: decimal;
    color: #333;
    font-family: kurious-looped;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    margin-bottom: 4px;
}

.icw .sc-faqs ul li:last-child,
.icw .sc-faqs ol li:last-child {
    margin-bottom: 0;
}

@media screen and (min-width:767px) {
    .sc-faqs .sc-content {
        margin-top: 24px;
    }

    .sc-faqs .accordion-content {
        padding: 16px 24px;
    }

    .sc-faqs .accordion-title {
        padding: 16px 46px 16px 24px;
        font-size: 18px;
    }

    .icw .con-sm {
        width: 880px;
    }
}

/*############### end faq ###############*/

/*############### shortcut ###############*/
.sc-shortcut .sc-inner {
    padding: 40px 0;
}

.service-container .item {
    border-bottom: 1px solid #E7E7E7;
    margin-bottom: 18px;
    padding-bottom: 18px;

    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.service-container .item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.service .image i {
    background: transparent;
    width: auto;
    height: auto;
    line-height: initial;
}

.service .image i:before {
    color: #00A94F;
    font-size: 24px;
}

.service .caption {
    padding: 0;
}

.service .image {
    width: auto;
}

.service .caption .desc {
    color: #00A94F;
    font-family: kurious-looped;
    font-size: 16px;
    font-weight: 600 !important;
    cursor: pointer;
    text-decoration: underline !important;
}

.caption .titele-service {
    color: #333;
    font-family: kurious-looped;
    font-size: 16px;
    font-weight: 600 !important;
    line-height: 1.5;
}

/* 
.service .caption .desc:hover {
    color: #00873F;
} */

@media screen and (min-width:767px) {
    .service-container {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 16px;
    }

    .service-container .item {
        width: 215px;
        /* height: 144px; */
        border-radius: 8px;
        border: 1px solid #EDEDED;
        background: #FFF;
        margin-bottom: 0;
        padding-bottom: 0;
        padding: 16px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .service-container .item:last-child {
        border-bottom: 1px solid #E7E7E7;
        padding-bottom: 16px;
    }

    /* .service .caption .desc {
        color: #333;
        font-family: kurious-looped;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        text-decoration: none !important;
    }

    .service .caption .desc:hover {
        color: #00A94F;
    } */

    .item.service:hover {
        transform: scale(1.1);
    }

    .service-container .item .caption {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

    .service .image i:before {
        font-size: 32px;
    }
}

/*############### end shortcut ###############*/

/*############### sc-apply ###############*/
.sc-apply {
    background: #99DDB9;
    background: url(../img/apply-bg-mb-2.png);
    background-repeat: no-repeat;
    background-size: cover;

    background-attachment: unset !important;
}

.sc-apply .sc-inner {
    padding-top: 48px;
    padding-bottom: 48px;
}

.mb-apply {
    width: 338px;
    /* max-width: unset !important; */
    margin-bottom: 24px;
}

.flex-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    gap: 24px;
}

.sc-apply .heading .desc {
    margin: 0;
    line-height: 1.5em;
    color: #fff;
    text-align: center;
    margin-top: 8px;
    font-size: 13px;
}

.sc-apply .heading .desc .icon {
    position: relative;
    top: 4px;
    margin-right: 3px;
    font-size: 20px;
}

.sc-apply .btn {
    margin-top: 16px;
    width: 100%;
    font-size: 20px;
    background: #fff;
    color: #00A94F;
}

.sc-apply .btn:hover {
    background: #CCEEDC;
    color: #00A94F;
}

.sc-apply .heading .text {
    color: #fff;
    font-size: 28px;
}

@media screen and (min-width:768px) {

    .sc-apply .heading .text {
        font-size: 33px;
    }

    .sc-apply .heading .desc {
        font-size: 16px;
    }

    .flex-box {
        gap: 60px;
        flex-direction: row;
    }

    .mb-apply {
        margin-bottom: 0;
        max-width: unset !important;
    }

    .sc-apply .con-sm {
        padding: 0 36px;
    }

    .sc-apply .btn {
        margin-bottom: 40px;
    }

    .sc-apply .sc-inner {
        padding-bottom: 0;
        padding-top: 40px;
    }

    .sc-apply {
        background: url(../img/apply-bg-pc-2.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
}

/*############### end sc-apply ###############*/

/*############### application-details ###############*/
.sc-app-detail {
    background-color: #f4faf6;
}

.sc-app-detail .sc-inner .container .box-content {
    /* box-shadow: 0 5px 5px rgba(0, 0, 0, 0.06); */
    background-color: #ffffff;
    padding: 30px 20px;
    border-top: 5px solid #45a94f;
    margin-bottom: 16px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.sc-app-detail .sc-inner .container .box-content:last-child {
    margin-bottom: 0;
}

.sc-app-detail .sc-inner .container .box-content .title {
    color: #111;
    font-family: kurious-looped;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 24px;
}

.sc-app-detail .sc-inner .container .box-content .sub-title {
    margin-bottom: 16px;
    color: #111;
    font-family: kurious-looped;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

.icw .con.col-2 {
    columns: 1;
}

.icw .con {
    padding-left: 20px;
    color: #666;
}

.icw .con li {
    list-style: disc;
    margin-bottom: 10px;
}

.icw .sc-loan-details .con li {
    list-style: disc;
    margin-bottom: 0;
}

@media screen and (min-width:992px) {
    .sc-app-detail .sc-inner .container .box-content {
        padding: 40px 32px 32px;
    }

    .icw .con.col-2 {
        columns: 2;
        column-gap: 5%;
    }
}

@media screen and (min-width:768px) {
    .sc-app-detail .sc-inner .container .box-content .title {
        margin-bottom: 32px;
    }
}

/*############### end application-details ###############*/

/*############### loan-details ###############*/
.sc-loan-details {
    background-color: #f4f4f4;
}

.sc-loan-details .table {
    max-width: 850px;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    margin: auto;
    margin-bottom: 24px;
    border: 1px solid #E8E8E8;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
}

.table-loan {
    border-radius: 8px;
    border-collapse: collapse;
    width: 100%;
}

.table-loan tr:last-child {
    border-bottom: 0;
}


.table-loan tr th {
    background: #00A94F;
    color: #FFF;
    text-align: center;
    font-family: kurious-looped;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    padding: 16px;
}

.table-loan tr td {
    color: #666;
    text-align: center;
    font-family: kurious-looped;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    padding: 16px;
}

.table-loan tr td:first-child {
    background: #00A94F;
    color: #FFF;
    font-weight: 600;
    width: 34%;
}

@media screen and (min-width:768px) {
    .table-loan tr th {
        font-size: 18px;
        padding: 24px;
    }

    .table-loan tr td {
        font-size: 16px;
        padding: 24px;
    }
}

/*############### end loan-details ###############*/


/*############### service-download ###############*/
.icw .txt-link {
    color: #00A94F !important;
    font-family: kurious-looped !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
}

.icw .txt-link i {
    font-size: 24px !important;
    position: relative;
    top: 5px;
}

.icw .txt-link:hover {
    color: #00873F !important;
}

.icw .txt-link span {
    text-decoration: underline !important;
}

.service-download {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 24px 16px;
    border-radius: 8px;
    background: #FAFAFA;
    width: 100%;
    margin: auto;
}

.service-download .content-decs {
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid #ccc;
    color: #666;
}

@media screen and (min-width:768px) {
    .service-download {
        flex-direction: row;
        padding: 16px 0;
        max-width: 850px;
        width: 100%;
    }

    .service-download .content-decs {
        padding-left: 32px;
        margin-left: 40px;
        border-left: 1px solid #ccc;
        padding-top: 0;
        margin-top: 0;
        border-top: 0;
    }

    .ml-15 {
        margin-left: 15px !important;
    }
}

/*############### end service-download ###############*/

/* ###### component overflow ###### */
.compn-overflow .compn-overflow-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;

    -ms-overflow-style: none;
    scrollbar-width: none;

    /* margin: 0 -25px; */
}

.compn-overflow .compn-overflow-wrapper::-webkit-scrollbar {
    display: none;
}

.compn-overflow .compn-overflow-wrapper .compn {
    min-width: 1140px;
}

.compn-overflow .compn-overflow-scroll-wrapper {
    width: 100%;
    height: 3px;
    border-radius: 3px;
    position: relative;

    /* margin-bottom: 15px; */

    background: #F1F1F1;

    display: block;

    overflow: hidden;
}

.icw .text-scroll {
    text-align: center;
    margin-bottom: 10px;
    /* display: flex !important; */
    justify-content: center;
}

.icw .text-scroll i {
    font-size: 32px;
    color: #00A94F;
    position: relative;
    top: 2px;
    /* margin-right: 4px; */
}

.icw .text-scroll img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    position: relative;
    top: -4px;
    display: inline;
}

.icw .text-scroll p {
    display: inline;
    /* margin-bottom: 0; */
    position: relative;
    top: -5px;
}

.compn-overflow .compn-overflow-scroll-wrapper .compn-overflow-scroll {
    width: 10%;
    height: 3px;
    border-radius: 3px;
    position: absolute;

    background: #00A950;
}

.icw .compn-overflow .compn-overflow-wrapper .compn {
    min-width: 900px;
    padding: 0 1px;
    margin-top: 0;
    border: solid 1px rgb(232, 232, 232, 0.4);
    border-radius: 8px;
    margin-bottom: 16px;
}

.compn-overflow-scroll-wrapper {
    margin-bottom: 24px;
}

@media screen and (max-width:767px) {

    .mb-30-w767-only {
        margin-bottom: 30px !important;
    }
}

@media screen and (min-width: 1170px) {
    .compn-overflow .compn-overflow-scroll-wrapper {
        display: none;
    }
}

/* ###### end component overflow ###### */

.sc-loan-details .table.tb1000 {
    max-width: 1000px;
}
.sc-loan-details .table.tb1000 th {
    border-bottom: 1px solid #E8E8E8;
    width: 40%;
}
.sc-loan-details .table.tb1000 td {
    width: 40%;
}
.sc-loan-details .table.tb1000 th:first-child,
.sc-loan-details .table.tb1000 td:first-child{
    width: 20%;
}
.icw .sc-loan-details .table.tb1000 .con.con-flex {
    display: flex;
    justify-content: space-around;
}
.btn-tel {
    border-radius: 8px;
    background: #00A94F;
    display: none;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #FFF !important;
    text-align: center;
    font-family: kurious-looped;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin: 16px 0;
    transition: .3s ease-in-out;
}
@media screen and (max-width:767px) {
    .btn-tel {
        display: inline-flex;
    }
    .sc-loan-details .table.tb1000 {
        min-width: 900px;
        max-width: none;
    }
}