/*############################ default ###################################*/
.icw .sc-headline .h1{font-family: Kanit, sans-serif; font-weight: 600; color: #333333;}
.icw .sc-headline .h3{font-family: Kanit, sans-serif; font-weight: 400; color: #333333;}
.icw .btn{min-width: 140px; padding: 0 15px; height: 40px; line-height: 36px; font-weight: 600; font-size: 16px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); border-width: 2px;
    border-radius: 27px;
}
.icw .btn.btn-primary{border-color: #00A950; background-color: #00A950; 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;}

.icwh-h5 { font-size: 14px; line-height: 1.5;}

.icw .tw-w-full {width: 100%;}
.icw .tw-mt-8 {margin-top: 2rem;}
.icw .tw-inline-block {display: inline-block;}

.action .more{color: #00A950; font-size: 14px; font-family: Kanit, sans-serif; font-weight: 600; position: relative;}
.action .more:before{content: ''; position: absolute; left: 0; right: 16px; bottom: 1px; height: 2px; background-color: #00A950;
    transition: .3s ease-in-out; opacity: 0;
}
.action .more:hover:before{opacity: 1;}

.default-content .slick-type-mobile{position: relative; z-index: +1; margin: 0 -13px;}
.default-content .slick-type-mobile button.slick-arrow {top: 41%;}
.default-content .slick-type-mobile .slick-prev {left: 0px;}
.default-content .slick-type-mobile .slick-next {right: 0px;}
.default-content .slick-type-mobile.slick-slider .slick-dots li button{background: #CCCCCC;}
.default-content .slick-type-mobile.slick-slider .slick-dots li.slick-active button{background: #00A94F;}
.default-content .slick-type-mobile .item{padding: 0 13px;}
.default-content .slick-type-pc{position: relative; z-index: +1; margin: 0 -13px;}
.default-content .slick-type-pc button.slick-arrow {top: 41%;}
.default-content .slick-type-pc .slick-prev {left: 0px;}
.default-content .slick-type-pc .slick-next {right: 0px;}
.default-content .slick-type-pc.slick-slider .slick-dots li button{background: #CCCCCC;}
.default-content .slick-type-pc.slick-slider .slick-dots li.slick-active button{background: #00A94F;}
.default-content .slick-type-pc .item{padding: 0 13px;}
.default-content .thumb{overflow: hidden;}
.default-content .content{padding-top: 20px; text-align: center;}
.default-content .content .txt{font-size: 16px; font-weight: 600; line-height: 1.5em; padding: 0 10px; color: #0CC158;}
.default-content .content .desc{font-size: 18px; font-weight: 400; line-height: 1.5em; padding: 0 10px; color: #fff;}
.default-content .content .desc strong{font-weight: 600;}

.visible-w375 {display: none;}
.visible-w360 {display: none;}

/*############################ slick-slider ###################################*/
.slick-slider button.slick-arrow {color: #0CC158;}
.slick-slider button.slick-arrow:hover {color: #00A950;}
.slick-slider .slick-prev, 
.slick-slider .slick-next {width: 35px; height: 35px; line-height: 35px;font-size: 0;text-align: center;color: #333;
    position: absolute;z-index: 9;top: 50%; background-color: #fff; cursor: pointer;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 10px 1px rgb(0 0 0 / 20%);
    -o-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 10px 1px rgb(0 0 0 / 20%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover{color: #10C157;}
.slick-slider .slick-prev{left: 15px;} 
.slick-slider .slick-next{right: 15px;}
.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {font-family: 'icongarage';font-size: 12px;color: inherit;}
.slick-slider .slick-prev:before {content: "\e904";}
.slick-slider .slick-next:before {content: "\e905";}
.slick-slider .slick-dots {position: relative; bottom: 0;display: block;width: 100%; padding: 0;margin: 0;
    list-style: none;text-align: center;line-height: 0; padding-top: 30px;
}
.slick-slider .slick-dots li {position: relative;display: inline-block;width: auto;height: auto;margin: 0 5px;padding: 0; cursor: pointer;}
.slick-slider .slick-dots li button {font-size: 0; line-height: 0;margin: 0;padding: 0;display: block;cursor: pointer; color: transparent;
    border: 0;outline: none;width: 10px;height: 10px; background: rgba(255, 255, 255, 0.5); opacity: 1;
    border-radius: 50%;
}
.slick-slider .slick-dots li.slick-active button {background: #10C157;}

/*############################ select2 ###################################*/
.select2-container{width: 430px;}
.select2-container--open .select2-dropdown--below { border-top-left-radius: 10px; border-top-right-radius: 10px; margin-top: 1px;}
.select2-container .select2-results__option {padding: 10px 10px 10px 24px;}
.select2-container .select2-selection--single [title].select2-selection__rendered{color:#0CC158; border-color: #0CC158;}
.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color: #00A950;}


/*############################ tab ###################################*/
.tab{display: block;}
.tab .boxtab-select .select2-selection__rendered{border-radius: 100px;border: none;margin: 0;width: 100%;height: 50px;
    padding-left: 25px; padding-top: 0; background-color: #fff; color:#00A950;font-family: 'Kanit';font-size: 16px; font-weight: 500;
    border: 2px solid #009861; line-height: 46px; text-align: left;
}
.tab .boxtab-select .select2-container--default .select2-selection--single .select2-selection__placeholder{color: #aaa;}
.tab .boxtab-select .select2-container--default .select2-selection--single{background-color: transparent; border: none; border-radius: 4px;}
.tab .boxtab-select .select2-container--default .select2-selection--single .select2-selection__arrow b{display: none;}
.tab .boxtab-select .select2-container--default .select2-selection--single .select2-selection__clear{pointer-events: none;}
.tab .boxtab-select .select2-container--default .select2-selection--single .select2-selection__arrow { height: 10px; width: 10px; right: 24px; top: 18px;
    margin: 0; pointer-events: none; border-top: 2px solid #00A950; border-right: 2px solid #00A950;
    transition: transform 0.3s ease-out; transform: rotate(135deg);
}
.tab .boxtab-select .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: rotate(-45deg);
}
.tab .boxtab-select .select-field .select2-container--default .select2-selection--single .select2-selection__arrow b {display: none;}


/*############################ Hero banner ###################################*/
.sc-hero-banner{position: relative;}

/*############################ Notify Tab ###################################*/
.sc-notify-tab{position: relative;}
.notify-tab {background-color: #333333; padding: 0;}
.notify-tab .txt-notify .h6{color: #fff; font-size: 16px;}
.notify-tab .tb{height: 60px;}
.notify-tab .tbcell{vertical-align: middle;}


/*############################ intro ###################################*/
.sc-intro{background-color: #E8E4E1;}
.sc-intro.margin{margin-top: 60px;}
.sc-intro .sc-inner{padding: 78px 0;}
.sc-intro .sc-heading-box{position: relative; width: 670px; margin: 0 auto; padding-bottom: 45px;}
.sc-intro .sc-heading-box .head{position: relative; z-index: 1;}
.sc-intro .sc-heading-box .head .icon-new{width: 62px; height: 50px; position: absolute; z-index: 2; top: -26px; right: -6px;}
.sc-intro .sc-heading-box .head .h1{background-color: #2DBE59; color: #fff; text-align: center; padding: 19px 15px;
    border-radius: 46px; display: block; box-shadow: inset 0 0 10px #5FD388, 0px 3px 6px rgba(0, 0, 0, 0.16); position: relative; z-index: 1;
}
.sc-intro .sc-heading-box .head:before{content: ''; position: absolute; z-index: 2; width: 0; height: 0;border-style: solid;
    border-width: 0 32px 28px 0; border-color: transparent #36c262 transparent transparent;
    bottom: -26px; right: 94px;
}
.sc-intro .sc-heading-box .head:after{content: '';  position: absolute;  z-index: 0;width: 0; height: 0; border-style: solid; 
    border-width: 0 26px 21px 0;border-color: transparent #000 transparent transparent;
    bottom: -22px;  right: 94px; filter: blur(6px); opacity: 0.3;
}
.sc-intro .sc-heading-box .body{position: relative; z-index: 0; width: 570px; margin: -20px auto 0 auto;}
.sc-intro .sc-heading-box .body .h3{background-color: #EDEDED; color: #333333; text-align: center; padding: 40px 66px 27px 66px;
    border-radius: 67px; display: block; box-shadow: inset 0 0 10px #fff, 0px 3px 6px rgba(0, 0, 0, 0.16); position: relative; z-index: 1;
}
.sc-intro .sc-heading-box .body:before{content: ''; position: absolute; z-index: 2; width: 0; height: 0;border-style: solid;
    border-width: 28px 32px 0 0;border-color: #eee transparent transparent transparent;
    bottom: -20px; left: 43px;
}
.sc-intro .sc-heading-box .body:after{content: '';  position: absolute;  z-index: 0; width: 0;  height: 0;  border-style: solid;
    border-width: 21px 26px 0 0;border-color: #000 transparent transparent transparent;
    bottom: -19px;left: 43px; filter: blur(6px); opacity: 0.3;
}
.sc-intro .sc-heading-box .icon{position: absolute; z-index: 2;}
.sc-intro .sc-heading-box .icon.-l{width: 163px; height: 149px; left: -74px; bottom: -10px;}
.sc-intro .sc-heading-box .icon.-r{width: 142px; height: 140px; right: -40px; bottom: 0px;}

/*############################ highlight ###################################*/
.sc-highlight{background-color: #292929;}
.sc-highlight .sc-inner{padding: 60px 0 63px 0;}
.sc-highlight .slick-list{overflow: visible; margin: 0 -7px;}
.sc-highlight .slick-dots{padding-top: 40px;}
.sc-highlight .slick-dots li.slick-active button {background: #0CC158;}
.sc-highlight .list-highlight.slick-slide{min-height: 265px; margin-left: 7px; margin-right: 7px; box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2); 
    background: linear-gradient(45deg, #0CC158 0%, #7CE084 100%);
}
.sc-highlight .list-highlight .image {height: 200px; max-width: 280px; margin: 0 auto -120px; top: -120px;}
.sc-highlight .list-highlight .image img{transition: .3s ease-in-out;}
.sc-highlight .list-highlight .content-area {padding: 0 0 0 10px;}
.sc-highlight .list-highlight .content-area h3{margin-top: 20px;}
.sc-highlight .list-highlight .content-area>p{font-family: 'Kanit', Helvetica, Arial, sans-serif; font-weight: 400;}
.sc-highlight .list-highlight.slick-slide{transform: scale(1);}
.sc-highlight .list-highlight:hover .image img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}

/*############################ sc-how-to-use ###################################*/
.sc-how-to-use{background-color: #fff; position: relative; z-index: 1;}
.sc-how-to-use:before{content: ''; position: absolute; z-index: 0; left: 0; right: 0; bottom: 0; height: 42%; background-color: #DDDDDD;}
.sc-how-to-use .sc-inner{position: relative; z-index: +1; padding: 60px 0 50px 0;}
.sc-how-to-use .sc-headline{margin-bottom: 30px;}
.sc-how-to-use .sc-headline .h1{margin-bottom: 40px; text-align: center;}
.sc-how-to-use .sc-headline .h3{font-weight: 600; color: #0CC158; text-align: left;}
.sc-how-to-use .sc-content{position: relative;}
.sc-how-to-use .sc-content .link{font-family: 'Kanit', Helvetica, Arial, sans-serif; font-size: 18px; font-weight: 400; color: #00A94F; text-decoration: underline;}
.sc-how-to-use .sc-content.default-content .slick-type-pc.slick-slider .slick-dots li button {background: #8D8D8D;}
.sc-how-to-use .sc-content.default-content .slick-type-pc.slick-slider .slick-dots li.slick-active button {background: #00A94F;}
.sc-how-to-use .sc-content.default-content .slick-type-pc.slick-slider .icon-myshop{display: inline-block; vertical-align: middle; margin: 0 5px;}
.sc-how-to-use .sc-content.default-content .slick-type-pc.slick-slider .icon-app{width: 120px; display: inline-block; vertical-align: middle; margin: 14px 0;}
.sc-how-to-use .sc-content.default-content .slick-type-pc.slick-slider .icon-app+.icon-app{margin-left: 10px;}
.sc-how-to-use .sc-content.default-content .content .desc{color: #333;}
.sc-how-to-use.sc-details .tab-control {top:-70px;}
.sc-how-to-use .tab{position: relative; z-index: 1;}
.sc-how-to-use .tab:before{content: ''; position: absolute; z-index: 0; top: 0; left: 0; bottom: 0; right: 0; 
    border: 2px solid #0CC158; pointer-events: none; border-radius: 23px;
}
.sc-how-to-use .tab .selector{border: 0; background-image: linear-gradient(180deg, rgba(12,193,88,1) 0%, rgba(0,100,42,1) 100%); 
    background-color: #0cc158; border-radius: 23px; z-index: 1;
}
.sc-how-to-use .tab .control {background: #fff; width: 100%; display: flex; flex-wrap: nowrap; border-radius: 23px;}
.sc-how-to-use .tab .control a {padding: 5px 20px;min-width: inherit;height: 45px; font-weight: 600; font-size: 16px; display: inline-flex;
    font-family: 'Kanit', Helvetica, Arial, sans-serif; color: #0CC158; white-space: nowrap; align-items: center;
    border-radius: 100px; transition: all 400ms ease; transition-delay: 200ms;
}
.sc-how-to-use .tab .control a.active{ color: #fff;}
.sc-how-to-use .details-container {background: transparent;border-top: 0;padding: 30px 0 0;border-radius: 0;}

/*############################ sc-how-to-useII ###################################*/
.sc-how-to-useII.bgI{background-color: #F2F2F2;}
.sc-how-to-useII.bgII{background-color: #EEEEEE;}
.sc-how-to-useII .sc-inner{padding: 55px 0 50px 0;}
.sc-how-to-useII.sc-details .tab-control {top: -10px;}
.sc-how-to-useII .sc-headline{margin-bottom: 45px;}
.sc-how-to-useII .sc-headline .h3{font-weight: 600; color: #0CC158;}
.sc-how-to-useII .tab{position: relative; z-index: 1;}
.sc-how-to-useII .tab:before{content: ''; position: absolute; z-index: 0; top: 0; left: 0; bottom: 0; right: 0; 
    border: 2px solid #0CC158; pointer-events: none; border-radius: 23px;
}
.sc-how-to-useII .tab .selector{border: 0; background-image: linear-gradient(180deg, rgba(12,193,88,1) 0%, rgba(0,100,42,1) 100%); 
    background-color: #0cc158; border-radius: 23px; z-index: 1;
}
.sc-how-to-useII .tab .control {background: #fff; width: 100%; display: flex; flex-wrap: nowrap; border-radius: 23px;}
.sc-how-to-useII .tab .control a {padding: 5px 20px;min-width: inherit;height: 45px; font-weight: 600; font-size: 16px; display: inline-flex;
    font-family: 'Kanit', Helvetica, Arial, sans-serif; color: #0CC158; white-space: nowrap; align-items: center;
    border-radius: 100px; transition: all 400ms ease; transition-delay: 200ms;
}
.sc-how-to-useII .tab .control a.active{ color: #fff;}
.sc-how-to-useII .details-container {border-top: 3px solid #292929; padding: 40px 30px 50px 30px; background-color: #0CC158; 
    box-shadow: 0 5px 5px rgba(0,0,0,0.06); position: relative; z-index: 1;
}
.sc-how-to-useII .details-container:before{content: ''; position: absolute; left: 0; right: 0; bottom: 0; background-color: #292929;
    border-radius: 0 0 10px 10px; z-index: -1;
}
.sc-how-to-useII .details-container.I:before{height: 42%;}
.sc-how-to-useII .details-container.II:before{height: 44.6%;}
.sc-how-to-useII .details-container .headline{margin-bottom: 40px;}
.sc-how-to-useII .details-container .headline .h6{color: #333; font-weight: 600;}


/*############################ sc-link service ###################################*/
.sc-link-service{background-color: #DCC3AD; background-image: url(../img/bg-sc-link-service.png);
    background-repeat: no-repeat; background-position: center; background-size: cover; background-blend-mode: overlay;
}
.sc-link-service .sc-inner{padding: 74px 0;}
.sc-link-service .sc-headline{margin-bottom: 0; text-align: center;}
.sc-link-service .sc-headline .icon{margin-left: auto; margin-right: auto; margin-bottom: 12px; max-width: 165px;}

/*############################ sc-service ###################################*/
.sc-service {background-color: #EDF8F5; border-top: 0;}
.sc-service .service-container {display: flex;flex-wrap: wrap;justify-content: center;}
.sc-service .item.service {display: flex;flex-direction: column;align-items: center;justify-content: flex-start;
    flex: 0 0 auto; width: auto; max-width: none;
}
.sc-service .item.service + .item.service{margin-left: 110px;}
.sc-service .item.service .image {width: auto;}
.sc-service .item.service .image .ic {background: linear-gradient(140deg, #63ECBF 0%, #0B874B 100%);}
.sc-service .item.service .caption {text-align: center;padding: 10px 20px 0 20px;}
.sc-service .item.service .caption .heading {font-size: 20px; color: #333333; font-weight: 600;}
.sc-service .item.service .caption .detail {display: flex;flex-direction: row;align-items: center;justify-content: center;}
.sc-service .item.service .caption .link{font-family: 'Kanit', Helvetica, Arial, sans-serif; font-weight: 600; color: #3AC47C;}
.sc-service .item.service .caption p{font-family: 'Kanit', Helvetica, Arial, sans-serif; font-weight: 400;}

/*############################ sc-infomation-kscp #################################*/
.sc-infomation-kscp{background: #F2FCF3;}
.sc-infomation-kscp .sc-content {position: relative;}
.sc-infomation-kscp .sc-content + .sc-headline {margin-top: 50px;}
.sc-infomation-kscp .sc-headline {margin-bottom: 40px;}
.sc-infomation-kscp .container {position: relative;}
.sc-infomation-kscp .tab .selector {border-color: #00454E;}
.sc-infomation-kscp .tab .control a {font-size: 16px;}
.sc-infomation-kscp .tab .control a.active {color: #00454E;}
.sc-infomation-kscp .tab {position: absolute;top: 0;right: 15px;}
.sc-infomation-kscp .tab-content .col-md-6 {padding-left: 0;}
.sc-infomation-kscp .tab-content .col-lg-6 {padding: 0;}
.sc-infomation-kscp .tab-content .row { background: #fff;border-top: 2px solid #00A950;
    border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; padding: 50px;margin: 0 0 20px 0;
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.06); 
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.06);
}
.sc-infomation-kscp .tab-content .row:last-child {margin-bottom: 0;}
.sc-infomation-kscp .tab-content .row .sc-headline {margin-bottom: 20px;}
.sc-infomation-kscp  h4.heading {font-size: 24px;line-height: 26px;}
.sc-infomation-kscp a.link { color: #00C24E;}
.sc-infomation-kscp .entry-content ul li{padding-left: 15px; color: #666666;}
.sc-infomation-kscp .entry-content ul li:before{content: '•';width: auto; height: auto; top: -3px; font-size: 20px; background: none;}
.sc-infomation-kscp ul.tab-responsive {position: relative;}
.sc-infomation-kscp ul.tab-responsive li {font-family: "notosans_thai", sans-serif;font-size: 18px; font-weight: bold;
    border-bottom: solid 1px #D5D5D5;padding: 20px 0;color: #00C24E;
    display: flex;flex-direction: row;align-items: center;
}
.sc-infomation-kscp ul.tab-responsive li:hover {cursor: pointer;}
.sc-infomation-kscp ul.tab-responsive li:after {content: "\e90c"; font-family: 'icongarage'; font-size: 14px;font-weight: normal;
    color: #00C24E;position: absolute;right: 0;}
.sc-infomation-kscp h4.tab-heading,
.sc-infomation-kscp a.tab-responsive-close {display: none;}
.sc-infomation-kscp .h-txt{font-weight: 600; font-family: Kanit, sans-serif; color: #333333; margin-bottom: 20px; font-size: 22px;}
.sc-infomation-kscp .s-txt{font-weight: 600; font-family: Kanit, sans-serif; color: #333333; margin-bottom: 10px; font-size: 18px;}
.sc-infomation-kscp .h-txt.c-green,
.sc-infomation-kscp .s-txt.c-green{color: #0CC158;}
.sc-infomation-kscp .clearfix{clear: both;}
.sc-infomation-kscp .clearfix.h20{height: 20px;}
.sc-infomation-kscp .clearfix.h30{height: 30px;}
.sc-infomation-kscp .clearfix.h60{height: 60px;}

/*############################ faqs ###################################*/
.sc-faqs{background-color: #FCFAF8;}
.sc-faqs .sc-inner{padding: 60px 0 40px 0;}
.sc-faqs .action{padding-top: 40px; text-align: center;}
.sc-faqs .action .more{color: #009861;}
.sc-faqs .action .more:before{background-color: #009861;bottom: -2px;}
.sc-faqs .action .more:after{display: inline-block;}
.sc-faqs .action .more.up:after{transform: rotate(-90deg);}
.sc-faqs .action .more.down:after{transform: rotate(90deg);}
.sc-faqs .action .link.more.down,
.sc-faqs .action.active .link.more.up{display: inline-block;}
.sc-faqs .action .link.more.up,
.sc-faqs .action.active .link.more.down{display: none;}
.sc-faqs .accordion-group+.accordion-group{margin-top: 10px;}
.sc-faqs .accordion-title{border-left-color: #009861; font-weight: 400; font-family: Kanit, sans-serif;}
.sc-faqs .accordion-title:after{top: 24px; right: 25px; border-left-color: #009861; border-top-color: #009861;}
.sc-faqs .accordion-title:afte,
.sc-faqs .accordion-title:hove,
.sc-faqs .accordion-title.active {color: #009861;}
.sc-faqs .accordion-content .content-wrapper {padding: 0px 64px 20px 22px;background: #fff; font-size: 14px;
    border-left: 3px solid #fff;color: #555555;word-wrap: break-word; font-weight: 400; font-family: Kanit, sans-serif;
}
.sc-faqs .accordion-content .content-wrapper .link{font-size: 14px; font-weight: 400; text-decoration: none; font-family: Kanit, sans-serif;}
.sc-faqs .accordion-content .content-wrapper .link.underline{text-decoration: underline; }
.sc-faqs .accordion-content .content-wrapper .link.underline:hover{text-decoration: underline;}
.sc-faqs .accordion-content .content-wrapper p{color: #555555; font-family: Kanit, sans-serif; font-weight: 400; font-size: 14px;}
.sc-faqs .accordion-content ul{margin: 0; margin-left: 1.2em;}
.sc-faqs .accordion-content ul > li{position: relative;list-style: none; }
.sc-faqs .accordion-content ul > li:before{content: '•';position: absolute;right: 100%;top: 1px;text-align: left;width: 15px;}
.sc-faqs .accordion-content ul.list-native > li:before{content: '-';}
.sc-faqs .accordion-content ul > li+li{margin-top: 5px;}
.sc-faqs .accordion-content ol{counter-reset: section; margin-left: 1.2em;}
.sc-faqs .accordion-content ol > li{position: relative; list-style: none;}
.sc-faqs .accordion-content ol > li:before{ counter-increment: section; content: counters(section,".");
    position: absolute;right: 100%;top: 1px;text-align: left;width: 18px;
}
.sc-faqs .accordion-content ol > li+li{margin-top: 5px;}
.sc-faqs .icon-app{width: 120px; display: inline-block; vertical-align: middle; margin: 8px 0;}
.sc-faqs .icon-app+.icon-app{margin-left: 10px;}

/*########################### breakpoints ###################################*/
@media (max-width: 1024px) /*check 1024*/{
    .notify-tab.d.full {top: 60px;}

    .sc-intro.margin{margin-top: 60px;}

    .sc-highlight .sc-heading {margin-bottom: 10px;}
    .sc-highlight .list-highlight.slick-slide {min-height: 230px;}
    .sc-highlight .list-highlight .image { height: 160px; max-width: 200px; margin: 0 auto -100px;top: -100px;}

    .sc-how-to-use .default-content .slick-type-pc .slick-prev {left: 15px;}
    .sc-how-to-use .default-content .slick-type-pc .slick-next {right: 15px;}

    .footer-main { padding-bottom: 0;}

}

@media (max-width: 991px) {
    .select2-container{width: calc(100vw - 30px);}

    .sc-highlight .sc-heading {margin-bottom: 15px; text-align: center;}

    .sc-intro .sc-heading-box .icon.-l {width: 133px;height: 118px;left: -45px;bottom: 0px;}
    .sc-intro .sc-heading-box .icon.-r { width: 120px;height: 118px; right: -15px;bottom: 0px;}

    .sc-highlight .list-highlight.slick-slide{transform: scale(.82);}
    .sc-highlight .list-highlight.slick-slide.slick-active.slick-center{transform: scale(1);}
    .sc-highlight .list-highlight.slick-slide { min-height: 265px; width: 305px;}
    .sc-highlight .list-highlight .image { height: 200px;max-width: 280px;}
    .sc-highlight .list-highlight .content-area {padding: 0 0 0 25px;}

    .sc-how-to-use .sc-headline .h1 {margin-bottom: 30px;}
    .sc-how-to-use .sc-headline .h3 {text-align: center;}
    .sc-how-to-use.sc-details .tab-control {top: 0;margin-left: auto; margin-right: auto;margin-bottom: 30px;}
    .sc-how-to-use .details-container{padding: 0;}
    .sc-how-to-use .tab:before{display: none;}

    .sc-how-to-useII .sc-headline{text-align: center; margin-bottom: 20px;}
    .sc-how-to-useII.sc-details .tab-control {margin-left: auto;margin-right: auto; margin-bottom: 30px;}
    .sc-how-to-useII .details-container{padding: 40px;}
    .sc-how-to-useII .tab:before{display: none;}

    .sc-infomation-kscp .tab-content .row{margin-bottom: 40px;}
    .sc-infomation-kscp .tab-content .entry-content+.entry-content{margin-top: 20px;}

}

@media (max-width: 767px) {

    .sc-intro.margin {margin-top: 0;}
    .sc-intro .sc-inner {padding: 70px 0 55px 0;}
    .sc-intro .sc-heading-box {width: 100%;padding-bottom: 0;}
    .sc-intro .sc-heading-box .icon.-l,
    .sc-intro .sc-heading-box .icon.-r{display: none;}
    .sc-intro .sc-heading-box .head:before {border-color: transparent #2dbe59 transparent transparent;bottom: -15px;right: 30px;}
    .sc-intro .sc-heading-box .head:after {bottom: -15px;right: 30px;}
    .sc-intro .sc-heading-box .head .icon-new {right: -4px;}
    .sc-intro .sc-heading-box .body {z-index: 0; width: 100%; margin: 0 auto;}
    .sc-intro .sc-heading-box .body .h3 {padding: 14px 20px;font-size: 16px;}

    .sc-highlight .sc-inner {padding: 50px 0 47px 0px;}
    .sc-highlight .list-highlight.slick-slide {padding-left: 35px; padding-right: 35px;}
    .sc-highlight .list-highlight .image {margin: 0 auto -120px;}
    .sc-highlight .list-highlight .content-area{padding: 0;}
    .sc-highlight .slick-slider .slick-prev {left: 0px;}
    .sc-highlight .slick-slider .slick-next {right: 0px;}

    .sc-how-to-use:before{height: 50%;}
    .sc-how-to-use .sc-inner {padding: 50px 0 52px 0;}
    .sc-how-to-use .default-content .slick-slider .slick-dots{padding-top: 30px;}
    .sc-how-to-use .default-content .slick-type-pc button.slick-arrow {top: 28%;}
    .sc-how-to-use .default-content .slick-type-pc .slick-prev {left: 5px;}
    .sc-how-to-use .default-content .slick-type-pc .slick-next {right: 5px;}

    .sc-how-to-useII .sc-inner {padding: 50px 0 40px;}
    .sc-how-to-useII .details-container {padding: 40px 15px;}
    .sc-how-to-useII .slick-slider .slick-dots{padding-top: 40px;}

    .sc-link-service .sc-inner {padding: 60px 0 52px 0;}


    .sc-service .service-container {display: flex;flex-direction: column;}
    .sc-service .service-container > *:not(:last-child) {margin-bottom: 30px;}
    .sc-service .item.service {flex-direction: row;align-items: flex-start;}
    .sc-service .item.service .caption {text-align: left;padding: 0 0 0 15px;}
    .sc-service .item.service .caption .detail {display: flex;flex-direction: column;align-items: flex-start;}

    .sc-infomation-kscp .tab-content .row{padding: 25px;}
    .sc-infomation-kscp .tab-content .col-md-6,
    .sc-infomation-kscp .tab-content .col-lg-6{padding: 0;}
    .sc-infomation-kscp .tab-content .entry-content p{margin-bottom: 10px;}
    .sc-infomation-kscp .h-txt {font-size: 18px;}
    .sc-infomation-kscp .clearfix.h60 {height: 40px;}

    .sc-faqs .accordion-title{font-size: 16px;}
    .sc-faqs .accordion-title:after {right: 15px;}
    .sc-faqs .accordion-content .content-wrapper {padding: 0px 35px 15px 12px;}
    .sc-faqs .accordion-content .content-wrapper .link.underline {word-break: break-all;}
}
@media screen and (max-width: 375px) {
    .visible-w375 {display: block;}
    .hidden-w375 {display: none;}
}
@media screen and (max-width: 360px) {
    .visible-w360 {display: block;}
    .hidden-w360 {display: none;}
}


/* sc video */
.sc-video {
    background-color: #f2f2f2;
}

.section.sc-box.sc-video .sub-video {
    font-family: 'Kanit', Helvetica, Arial, sans-serif;
    text-align: center;
    font-size: 16px;
    color: #333;
    margin: 15px 0 20px;
}

.section.sc-box.sc-video .c-white {
    color: #ffffff;
}

.section.sc-box.sc-video img {
    width: 100%;
    /* max-width: 430px; */
}

.section.sc-box.sc-video .sc-heading {
    margin-bottom: 30px;
}

/*########################### sc-service-apply ###################################*/
.sc-service-apply .sc-inner {
  padding: 64px 0;
  background: url('../img/bg-apply-now.png'), linear-gradient(313.44deg, #32BA50 -1.62%, #4DC365 100%), #FDFFFD;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right center;
}
.sc-service-apply .btn {
  border-radius: 8px;
}

.sc-service-apply .heading-title {
  font-size: 42px;
  line-height: 63px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 32px;
}

.sc-service-apply .group-box {
  display: flex;
  margin: 0 -16px;
}
.sc-service-apply .sc-box {
  background-color: #fff;
  border-radius: 10px;
  width: 50%;
  margin: 0 20px;
  padding: 32px;
}
.sc-service-apply .sc-box .btn{
  white-space: normal;
  width: 400px;
  max-width: 100%;
}
.sc-service-apply .sc-box.full-w {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.sc-service-apply .sc-box .topic-txt {
  font-size: 26px;
  line-height: 1.5;
  color: #333;
  font-weight: 600;
  margin-bottom: 16px;
}
.sc-service-apply .sc-box .line {
  border-bottom: 1px solid #ccc;
  margin: 16px auto;
  width: 100%;
}

@media (max-width: 991px) {
    .sc-service-apply .sc-inner {
        padding: 48px 0;
    }
    .sc-service-apply .heading-title {
        font-size: 28px;
        line-height: 42px;
        margin-bottom: 24px;
    }
    .sc-service-apply .group-box {
        display: block;
        margin: 0;
    }
    .sc-service-apply .sc-box {
        width: 100%;
        margin: 0;
        margin-bottom: 0;
    }
    .sc-service-apply .sc-box+.sc-box {
        margin-top: 32px;
    }
}

/* mfp */
.mfp-content {
    background-color: #fff;
    max-width: 540px;
    margin: 0 auto;
}

.mfp-content .white-popup-block {
    padding: 60px 20px 30px;
}

.mfp-close {
    opacity: 1;
}

.mfp-close-btn-in .mfp-close {
    font-size: 0;
    padding: 0;
    top: 21px;
    right: 21px;
    text-align: center;
    color: inherit;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    width: 44px;
    line-height: 44px;
    right: -44px;
    color: #bbb;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-close-btn-in .mfp-close:active {
    top: -40px;
}

.mfp-image-holder .mfp-close {
    top: 16px !important;
}

.mfp-bg,
.mfp-wrap .mfp-content,
.mfp-wrap .mfp-container {
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-wrap.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    visibility: visible;
}

.mfp-bg.mfp-removing,
.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.mfp-image-holder .mfp-content {
    background-color: transparent;
}

.mfp-image-holder img.mfp-img {
    padding: 60px 0;
}

.mfp-image-holder .mfp-figure:after {
    top: 60px;
    bottom: 60px;
}

.mfp-image-holder .mfp-bottom-bar {
    margin-top: -45px;
    padding-bottom: 15px;
}

.mfp-image-holder .mfp-title {
    font-size: 14px;
    color: #bbb;
    line-height: inherit;
}

.mfp-image-holder .mfp-figure {
    line-height: inherit;
}

.mfp-image-holder .mfp-arrow {
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mfp-image-holder .mfp-arrow:before,
.mfp-image-holder .mfp-arrow:after {
    border: 0;
    margin: 0;
    position: static;
    width: auto;
    height: auto;
    text-align: center;
}

.mfp-image-holder .mfp-arrow:before {
    font-family: 'icokplus';
    font-size: 35px;
    color: #bbb;
}

.mfp-arrow-left:before {
    content: "\e908";
}

.mfp-arrow-right:before {
    content: "\e909";
}

.mfp-image-holder .mfp-arrow:hover:before {
    color: #00a950;
}

.mfp-image-holder .mfp-content,
.mfp-iframe-holder .mfp-content {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mfp-image-holder .mfp-counter {
    color: #bbb;
    line-height: 22px;
}
/* End mfp */

@media screen and (min-width: 768px) {
    .section.sc-box.sc-video .tb .tbcell {
        width: 50%;
        float: left;
        padding: 5px 5px 5px 15px;
    }
    .section.sc-box.sc-video .tb .tbcell:nth-child(odd) {
        text-align: right;
    }
    .section.sc-download .image {
        padding-right: 20px;
    }
}

@media screen and (max-width: 767px) {
    .section.sc-box.sc-video .tb .tbcell {
        text-align: center;
        /* padding-bottom: 10px; */
    }
    .section.sc-box.sc-video .tb .tbcell:last-child {
        padding-bottom: 0;
    }
    .section.sc-box.sc-video img {
        width: 100%;
        max-width: 250px;
    }
}

/* end sc video */