.heading .title {
    color: #333333;
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    line-height: 26px;
    text-align: center;
}

* .kcc strong {
    font-weight: 600;
}

* .kcc p {
    font-weight: 400;
}

.kcc .row {
    width: 100%;
    margin: 0;
}

/*########### sc-des ###########*/
.sc-des {
    background-image: linear-gradient(109deg, #304b64 0%, #00a28b 100%);
    padding: 40px 0;
}

.sc-des .bg-text  {
    padding: 40px 25px;
    border-radius: 18px;
    background-color: rgb(255,255,255,0.67);
    box-shadow: inset 0 0 20px #1dfd96, 0 8px 20px #b2a89a;
}

.sc-des .bg-text .heading {
    border-bottom: 2px solid #075e53;
}

.sc-des .bg-text .heading .title {
    color: #075e53;
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 26px;
}

.sc-des .bg-text .content .sub-title {
    color: #075e53;
    font-family: 'Kanit', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.sc-des .bg-text .content .text-des {
    color: #333333;
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
}

@media screen and (min-width:767px) {
    .sc-des {
        padding: 60px 0;
    }
    .sc-des .bg-text {
        padding: 60px 50px;
    }
    .sc-des .bg-text .heading .title {
        font-size: 35px;
        line-height: 42px;
    }
    .sc-des .bg-text .content .sub-title {
        font-size: 20px;
    }
}

@media screen and (min-width:1024px) {
    .sc-des .bg-text {
        padding: 60px 100px;
    }
}
/*########### sc-des ###########*/

/*########### sc-benefit ###########*/
.sc-benefit {
    background: #fff;
    padding: 40px 0;
}

.sc-benefit .heading .title {
    font-size: 24px;
    margin-bottom: 90px;
    line-height: 34px;
}

.sc-benefit .content .benefit-list {
    position: relative;
    /* margin-bottom: 90px; */
}

/* .sc-benefit .content .benefit-list:last-child {
    margin-bottom: 0;
} */

.sc-benefit .content .benefit-list img {
    margin: 0 auto;
    max-width: 221px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: -75px;
}

.sc-benefit .content .content-area .benefit-title {
    color: #ffffff;
    font-family: 'Kanit', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    margin-bottom: 10px;
}

.sc-benefit .content .content-area .benefit-subtitle {
    color: #ffffff;
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}

.sc-benefit .content .content-area {
    border-radius: 10px;
    padding: 75px 20px 30px;
    height: auto;
}

.sc-benefit .content .benefit-list:nth-child(1) .content-area {
    background-color: #f99db8;
}

.sc-benefit .content .benefit-list:nth-child(2) .content-area {
    background-color: #00ae94;
}

.sc-benefit .content .benefit-list:nth-child(3) .content-area {
    background-color: #da9c73;
}

.sc-benefit .content .benefit-list:nth-child(1) {
    order: 2;
}

.sc-benefit .content .benefit-list {
    width: 100%;
}

.sc-benefit .contact .text {
    color: #666666;
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    text-align: center;
    margin: 20px 0;
}

.sc-benefit .contact .btn-darkgreen {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 250px;
    border-radius: 30px;
    background-color: #08655b;
    text-shadow: 0 0 10px #11c171;
    color: #1cfe96;
    font-family: 'Kanit', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 50px;
}

.sc-benefit .contact .action {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sc-benefit .contact {
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.sc-benefit .note {
    color: #666666;
    font-size: 16px;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
}

.icw .sc-benefit ul li {
    list-style: disc;
}

.icw .sc-benefit ol li {
    list-style: decimal;
}

.icw .sc-benefit ol, .icw .sc-benefit ul {
    padding-left: 20px;
}

.sc-benefit .content {
    display: flex;
    gap: 90px;
    flex-direction: column;
}

@media screen and (min-width:767px) {
    .sc-benefit {
        padding: 60px 0;
    }
    .sc-benefit .heading .title {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 110px;
    }
    .sc-benefit .content .content-area .benefit-title {
        font-size: 22px;
    }
    .sc-benefit .content .content-area .benefit-subtitle {
        font-size: 16px;
    }
    .sc-benefit .content .content-area {
        height: 275px;
    }
    .sc-benefit .contact .text {
        font-size: 18px;
        margin: 30px 0 20px;
    }
    .sc-benefit .contact {
        margin-bottom: 30px;
    }
    .sc-benefit .contact .btn-darkgreen {
        line-height: 60px;
    }
}

@media screen and (min-width:1024px) {
    .sc-benefit .content {
        /* display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 35px; */

        display: flex;
        gap: 35px;
        flex-direction: row;
    }
    .sc-benefit .content .benefit-list {
        margin-bottom: 0;
    }
    .sc-benefit .content .benefit-list:nth-child(1) {
        order: 0;
    }
}
/*########### sc-benefit ###########*/

/*########### faq ###########*/
.sc-faqs {
    background-color: #f5f5f5;
    padding: 40px 0;
}

.sc-faqs .heading .title {
    margin-bottom: 40px;
    font-size: 28px;
}

.sc-faqs .accordion-title {
    position: relative;
    padding: 20px 64px 20px 22px;
    background: #fff;
    border-left: 3px solid #08655b;
    word-wrap: break-word;
    cursor: pointer;
    color: #333333;
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.sc-faqs .accordion-content {
    position: relative;
    padding: 5px 64px 20px 25px;
    background: #fff;
    color: #333333;
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.sc-faqs .accordion-title:after {
    font-family: 'iconkcc';
    content: "\e91d";
    font-size: 14px;
    line-height: 1;
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-top: none;
    border-left: none;
    width: auto;
    height: auto;
    color: #08655b;
}

.sc-faqs .accordion-title:hover,
.sc-faqs .accordion-title.active {
    color: #08655b;
}

.sc-faqs .accordion-title.active:after {
    content: "\e91c";
    color: #08655b;
}

.accordion:not(:last-child) {
    margin-bottom: 10px;
}

.icw .sc-content ul,
.icw .sc-content ol {
    padding-left: 20px;
    margin-bottom: 10px;
}

.icw .sc-content ul li {
    list-style: disc;
    margin-bottom: 5px;
}

.icw .sc-content ol li {
    list-style: decimal;
    margin-bottom: 5px;
    padding-left: 5px;
}

.icw .sc-content ul li ul {
    margin-bottom: 5px;
}

.icw .sc-content ul li li {
    list-style: circle;
}

.icw .sc-content .list-style-line {
    padding-left: 0;
}

.icw .sc-content .list-style-line li {
    list-style: none;
    display: table;
    width: 100%;
    text-align: left;
    margin-left: 0;
}

.icw .list-style-line li::before {
    content: "-";
    display: table-cell;
    padding-left: 5px;
    width: 1.3em;
}

.icw .sc-content p {
    margin-bottom: 5px;
}

@media screen and (min-width:767px) {
    .sc-faqs {
        padding: 60px 0;
    }
    .sc-faqs .heading .title {
        font-size: 35px;
    }
}

/*########### end faq ###########*/

/*############### shortcut ###############*/
.sc-shortcut .service .image {
    width: auto;
}

.sc-shortcut .service .image img {
    max-width: 80px;
    width: 100%;
}

.sc-shortcut {
    background-color: #F8FFFE;
    border-top: 0;
}

.sc-shortcut .sc-inner {
    padding: 60px 0;
}

.sc-shortcut .service-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sc-shortcut .item.service {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex: 0 0 auto;
    max-width: none;
    width: auto;
}

.sc-shortcut .item.service+.item.service {
    margin-left: 110px;
}

.sc-shortcut .item.service .image {
    width: auto;
}

.sc-shortcut .item.service .image .ic {
    /* background: linear-gradient(135deg, #0AE363 0%, #10C158 100%); */
    color: #fff;
}

.sc-shortcut .item.service .caption {
    text-align: center;
    padding: 10px 20px 0 20px;
}

.sc-shortcut .item.service .caption .heading {
    font-size: 20px;
    color: #333333;
    font-weight: 600;
}

.sc-shortcut .item.service .caption .detail {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.sc-shortcut .item.service .caption .link {
    font-family: 'Kanit', Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #00A94F;
}

.sc-shortcut .item.service .caption .link .ic {
    color: #00A94F;
}

.sc-shortcut .item.service .caption .link:hover {
    text-decoration: underline;
}

.sc-shortcut .item.service .caption p {
    font-family: 'Kanit', Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #00A94F;
    margin-top: 5px;
}

@media (max-width: 1024px) {
    .sc-shortcut .sc-inner {
        padding: 50px 0;
    }
}

@media (max-width: 767px) {
    .sc-shortcut .sc-inner {
        padding: 40px 15px;
    }

    .sc-shortcut .service-container {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .sc-shortcut .item.service {
        flex-direction: row;
        justify-content: initial;
    }

    .sc-shortcut .item.service .caption {
        text-align: left;
        padding: 0px 15px 0;
    }

    .sc-shortcut .item.service+.item.service {
        margin-left: 0;
    }

    .sc-shortcut .item.service .caption .detail {
        justify-content: flex-start;
    }
}

/*############### end shortcut ###############*/


.footer-main {
    padding-bottom: 0 !important;
}

#page {
    opacity: 1 !important;
}

/*############### footer ###############*/
.sc-floating-apply{
    top: 120px !important;
    transition: .3s ease-in-out;
}

.sc-floating-apply.active{
    top: 80px !important;
}

#navigation-header {
    z-index: 1001;
}
.business-linkfooter, .wealth-linkfooter, .investor-linkfooter{
    display:none !important;
}

div.inner.show[data-nav='business'], div.inner.show[data-nav='wealth'], div.inner.show[data-nav='investor']   {
    display: none !important;
}

#navigation-footer .footer-breadcrumbs .inner{
    line-height: 56px;
}

#navigation-footer .footer-breadcrumbs .inner i {
    display: inline-block;
}

#navigation-footer .footer-breadcrumbs .inner.show i { top:0;}
/*############### end footer ###############*/

.section-rl {
    background: #646464;
    padding: 8px;
    font-size: 10px;
    line-height: 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0px;
    z-index: 99;
    color: #FFF;
    font-family: 'kurious-looped';
    text-align: center;
}

.section-rl p {
    font-family: 'kurious-looped' !important;
}

@media screen and (max-width: 359px) {
    .section-rl br {
        display: none;
    }
}

@media screen and (min-width:768px) {
    .section-rl {
        bottom: 0;
        font-size: 13px;
        line-height: 20px;
        padding: 10px;
    }

    .section-rl br {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .footer-main {
        padding-bottom: 40px !important;
    }
}