/*================ default ==================*/
:root {
    --cr-light: #fffFFF;
    --cr-dark: #333333;
    --cr-gray: #666666;
    --cr-lightgray: #999999;
    --cr-green: #00A94F;
    --cr-green2: #007938;
    --cr-border: #E7E7E7;
    --cr-red: #f00;
    --tsition: .3s ease-in-out;
    --radius: 8px;
}

/*============================== TEXT ===============================*/
.icw .nowrap{white-space: nowrap;}
.icw .text-light{color: var(--cr-light) !important;}
.icw .text-dark{color: var(--cr-dark) !important;}
.icw .text-green{color: var(--cr-green) !important;}
.icw .text-gray{color: var(--cr-gray) !important;}
.icw .text-lightgray{color: var(--cr-lightgray) !important;}
.icw .text-red{color: var(--cr-red) !important;}

.icw .main {font-style: normal; font-weight: 500; color: var(--cr-gray); }
.icw .main strong{font-weight: 600;}

.icw h1,.icw h2,.icw h3,.icw h4,.icw h5,.icw h6,
.icw .h1,.icw .h2,.icw .h3,.icw .h4,.icw .h5,.icw .h6{margin: 0 0 0.6em;}

.icw h1,.icw h2,.icw h3,.icw h4,.icw h5,.icw h6,
.icw .h1,.icw .h2,.icw .h3,.icw .h4,.icw .h5,.icw .h6,
.icw h1 strong,.icw h2 strong,.icw h3 strong,.icw h4 strong,.icw h5 strong,.icw h6 strong,
.icw .h1 strong,.icw .h2 strong,.icw .h3 strong,.icw .h4 strong,.icw .h5 strong,.icw .h6 strong{ margin: 0;}

.icw h1,.icw .h1 {font-weight: 500; line-height: 1.5em!important;}
.icw h1 strong,.icw .h1 strong{font-weight: 600;}
.icw h2,.icw .h2 {font-weight: 500; line-height: 1.5em;}
.icw h2 strong,.icw .h2 strong{font-weight: 600;}
.icw h3,.icw .h3 { font-weight: 500; line-height: 1.5em!important;}
.icw h3 strong,.icw .h3 strong{font-weight: 600;}
.icw h4,.icw .h4 { font-weight: 500; line-height: 1.5em;}
.icw h4 strong,.icw .h4 strong{font-weight: 600;}
.icw h5,.icw .h5 { font-weight: 500; line-height: 1.5em;}
.icw h5 strong,.icw .h5 strong{font-weight: 600;}
.icw h6,.icw .h6 { font-weight: 500; line-height: 1.5em;}
.icw h6 strong,.icw .h6 strong{font-weight: 600;}

.icw p{margin: 0 0 0.6em; line-height: 1.5em;}
.icw p{ font-size: 16px; }
.icw p strong{font-weight: 600;}

.icw p.desc { font-size: 16px; font-weight: 500; line-height: 1.5 !important; margin: 0;}
.icw p.desc strong{font-weight: 600;}
.icw .semi-bold {
    font-weight: 600 !important;
}

.icw .nw {
    white-space: nowrap !important;
}

.icw ul li li {
    list-style: disc;
}

.icw .d-flex {
    display: flex !important;
}

.icw .head-list {
    text-align: left;
    width: fit-content;
    margin: auto;
}

.icw .caption{ font-size: 13px; font-weight: 500; line-height: 1.5em;}
.icw .caption strong{font-weight: 600;}

.icw a.link{ font-weight: 600; color: var(--cr-green); text-decoration: underline;}

.icw .f-20 {font-size: 20px !important; }
.icw .f-looped{}

.icw .mb-8 {margin-bottom: 8px !important;}

@media screen and (min-width: 200px) {
    .icw h1,.icw .h1 {font-size: 28px; line-height: 1.5em;}
    .icw h2,.icw .h2 {font-size: 28px; line-height: 1.5em;}
    .icw h3,.icw .h3 {font-size: 20px; line-height: 1.5em;}
    .icw h4,.icw .h4 {font-size: 18px; line-height: 1.5em;}
    .icw h5,.icw .h5 {font-size: 16px; line-height: 1.5em;}
    .icw h6,.icw .h6 {font-size: 16px; line-height: 1.5em;}
}
@media screen and (min-width: 768px) {
    .icw h1,.icw .h1{font-size: 42px; line-height: 1.5em;}
    .icw h2,.icw .h2{font-size: 33px; line-height: 1.5em;}
    .icw h3,.icw .h3{font-size: 26px; line-height: 1.5em;}
    .icw h4,.icw .h4{font-size: 20px; line-height: 1.5em;}
    .icw h5,.icw .h5{font-size: 18px; line-height: 1.5em;}
    .icw h6,.icw .h6{font-size: 16px; line-height: 1.5em;}
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .icw .ipad-d-flex {
        display: flex !important;
    }
}


/*============================== Hidden & Visible ===============================*/
.show-w1199{display: none;}
.show-w991{display: none;}
.show-w767{display: none;}
.show-w414{display: none;}
.show-w375{display: none;}
.show-w360{display: none;}

@media (max-width: 1199px){
    .show-w1199{display: block;}
    .hide-w1199{display: none;}
}
@media (max-width: 991px){
    .show-w991{display: block;}
    .hide-w991{display: none;}
}
@media (max-width: 767px){
    .show-w767{display: block;}
    .hide-w767{display: none;}
}
@media (max-width: 414px){
    .show-w414{display: block;}
    .hide-w414{display: none;}
}
@media (max-width: 375px){
    .show-w375{display: block;}
    .hide-w375{display: none;}
}
@media (max-width: 360px){
    .show-w360{display: block;}
    .hide-w360{display: none;}
}


/*============================== LAYOUT ===============================*/
.icw button, .icw input, .icw select, .icw textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
    -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; border: 0; background: none; padding: 0; margin: 0;min-width: inherit;
    font: inherit;text-transform: none;text-align: left; color: inherit;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;
}
.icw input::placeholder{color: #999;}

.icw .container:before,
.icw .container:after{content: ''; display: table; clear: both;}
.icw .container,
.icw .container-xs,
.icw .container-sm,
.icw .container-md { margin-left: auto; margin-right: auto; padding-left: 16px;padding-right: 16px; width: 100%;}
.icw .container {max-width: 1172px;}
.icw .container-xs {max-width: 830px;}
.icw .container-sm {max-width: 930px;}
.icw .container-md {max-width: 1030px;}

.icw .a-left{text-align: left;}
.icw .a-center{text-align: center;}
.icw .a-right{text-align: right;}

.icw .row-0{margin: 0px;}
.icw .row-0 > div{padding: 0px;}

.icw .row-20{margin: 0 -10px;}
.icw .row-20 > div{padding: 0 10px;}

.icw .row-flex{display: flex; flex-wrap: wrap;}
.icw .row-flex.align-items-center{align-items: center;}
.icw .row-flex > div{float: none;}
.icw .row-flex > .col{ flex-basis: 0;-webkit-box-flex: 1;flex-grow: 1;max-width: 100%;}
.icw .row-flex > .col-auto{-webkit-box-flex: 0;flex: 0 0 auto; width: auto; max-width: none;}
.icw .row-flex > .col-12 {-webkit-box-flex: 0;flex: 0 0 100%;max-width: 100%;}
.icw .row-flex > .col-6 {-webkit-box-flex: 0;flex: 0 0 50%;max-width: 50%;}

.icw .item-list{padding: 0; margin: 0; list-style: none;}
.icw .item-list:after{content: ''; display: table; clear: both;}
.icw .item-list > li{float: left;}

.icw .section{position: relative;}
.icw .section .sc-inner{position: relative;}

@media screen and (min-width: 200px) {
    .section .sc-inner{padding: 48px 0;}
}
@media screen and (min-width: 768px) {
    .section .sc-inner{padding: 64px 0;}
}


/*============================== button ===============================*/
.icw .btn{padding: 0 32px; width: auto; min-width: 120px;  font-weight: 600; border: 0; font-size: 16px;height: 48px;
    background: transparent; color: var(--cr-gray); display: inline-flex; justify-content: center; align-items: center;
    text-align: center; border-radius: 8px; transition: var(--tsition); line-height: 1.5em; text-decoration: none;
    overflow: hidden; position: relative; z-index: +1; /*box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25); */
}
.icw .btn:hover,
.icw .btn:active:hover, 
.icw .btn.active:hover, 
.icw .btn:active:focus,
.icw .btn.actitve:focus,
.icw .btn:active.focus,
.icw .btn.active.focus,
.icw .btn:focus,
.icw .btn:focus:hover,
.icw .btn.focus:hover{
    color: var(--cr-gray); background-color: transparent; outline: 0; outline-offset:0;
}

.icw .btn:before{content: ''; position: absolute; z-index: -1; top: 0; left: -100%; width: 100%; height: 100%; transition: var(--tsition); opacity: 0;}
.icw .btn:hover:before{left: 0; opacity: 1;}

.icw .btn.disabled,
.icw .btn.disabled:hover{color: var(--cr-gray); background-color: transparent; border-color: var(--cr-border); opacity: 0.5;}

.icw .btn.fluid{width: 100%; min-width: inherit;}

.icw .btn.btn-primary{background: var(--cr-green); color: var(--cr-light); transition: all .8s,color .3s .3s;}
.icw .btn.btn-primary:hover{background: var(--cr-green); color: var(--cr-light); border-color: var(--cr-green);}
.icw .btn.btn-primary:before{background-color: #0BC160;}

.icw .btn.btn-secondary{background: var(--cr-light); color: var(--cr-green);}
.icw .btn.btn-secondary:hover{background: var(--cr-light); color: var(--cr-light);}
.icw .btn.btn-secondary:before{background-color: var(--cr-green);}


/*============================== swiper ===============================*/
.swiper-initialized .swiper-button-next,
.swiper-initialized .swiper-button-prev,
.swiper-initialized .swiper-button-next:before,
.swiper-initialized .swiper-button-prev:before{pointer-events: none; visibility: hidden; opacity: 0;}
.swiper-initialized:hover .swiper-button-next,
.swiper-initialized:hover .swiper-button-prev,
.swiper-initialized:hover .swiper-button-next:before,
.swiper-initialized:hover .swiper-button-prev:before{pointer-events: visible; visibility: visible; opacity: 1;}
.swiper-initialized:hover .swiper-button-next.swiper-button-disabled,
.swiper-initialized:hover .swiper-button-prev.swiper-button-disabled,
.swiper-initialized:hover .swiper-button-next.swiper-button-disabled:before,
.swiper-initialized:hover .swiper-button-prev.swiper-button-disabled:before{pointer-events: visible; visibility: visible; opacity: 0.35;}

.swiper-button-next, 
.swiper-button-prev{position: absolute; top: 48%; box-shadow: 0 3px 6px rgba(0, 0, 0, .26);
    z-index: 1; font-size: 0; background-color: rgba(0,0,0,0.6); overflow: hidden; width: 40px; height: 40px;
    border-radius: 50%; transform: translate(0, -50%); display: flex; align-items: center; transition: var(--tsition);
}
.swiper-button-next{right:0px;} 
.swiper-button-prev{left:0px;}
.swiper-button-next:after, 
.swiper-button-prev:after {display: none;}
.swiper-button-next:before,
.swiper-button-prev:before { content: ''; display: inline-block;width: 10px;height: 10px; position: relative; top: 0; left: 2px;
    border-top: 2px solid var(--cr-light); border-left: 2px solid var(--cr-light); visibility: visible; transition: var(--tsition);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.swiper-button-next:before { left: -2px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.swiper-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal, 
.swiper-pagination-custom, .swiper-pagination-fraction,
.swiper-pagination{text-align: center; margin: 0; padding-top: 32px; position: relative; bottom: 0;}
.swiper-pagination-bullet{font-size: 0; line-height: 0; margin: 0; padding: 0; cursor: pointer; margin: 0 4px; border: 1px solid #DDDDDD;
    outline: none;width: 8px; height: 8px; border-radius: 8px; background: var(--cr-light); opacity: 1; transition: var(--tsition);
}
.swiper-pagination-bullet-active{background: #00A94F; border-color: #00A94F; opacity: 1; width: 24px;}

@media screen and (max-width: 1024px){
    .swiper-button-next, 
    .swiper-button-prev{width: 35px; height: 35px; display: none;}
}
@media screen and (max-width: 767px){
    .swiper-horizontal>.swiper-pagination-bullets, 
    .swiper-pagination-bullets.swiper-pagination-horizontal, 
    .swiper-pagination-custom, .swiper-pagination-fraction,
    .swiper-pagination{padding-top: 24px;}
}


/*============================== tab ===============================*/
.tab-control{position: relative; height: 32px; position: relative; margin-bottom: 0px;}
.tab-control:before{content: ''; position: absolute; height: 1px; left: 0; bottom: 0px; right: 0; 
    background-color: #DBDBDB; border-radius: 50px; z-index: 4;
}
.tab {position: relative; z-index: 3;}
.tab .control{display: flex; flex-wrap: nowrap; justify-content: center; gap: 48px;}
.tab .control a {display: flex; justify-content: center; align-items: center; height: 32px; line-height: 1.5; white-space: nowrap;
    font-weight: 600; font-size: 16px; color: var(--cr-lightgray);text-align: center; position: relative; z-index: 1; text-decoration: none; transition: var(--tsition);
}
.tab .control a span {padding-bottom: 11px;}
.tab .control a.active {color:var(--cr-dark); font-weight: 600; pointer-events: none;}
.tab .selector {height: 3px; background-color: var(--cr-green); position: absolute;
    left: 0;bottom: 0;z-index: 0; border-radius: 0;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(.42, 0, .58, 1);
    -o-transition-timing-function: cubic-bezier(.42, 0, .58, 1);
    transition-timing-function: cubic-bezier(.42, 0, .58, 1);
}
.tab.active{overflow: visible;}
.tab.active .control {display: block; flex-wrap: inherit; width: auto; margin-left: -16px; margin-right: -41px;
    position: relative; z-index: 1; top: 40px; padding: 15px 5px; background-color: #f4f4f4;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}
.tab.active .control a {display: inline-flex; height: auto; padding: 8px 32px; border: 1px solid #ddd;
    border-radius: var(--radius); background-color: var(--cr-light); margin: 4px; color: #999;
}
.tab.active .control a.active {border-color: var(--cr-green); color: var(--cr-green);}

.tab-container .tab-content {position: relative;opacity: 0;height: 0;overflow: hidden;visibility: hidden; display: block; transition: var(--tsition);}
.tab-container .tab-content.active {opacity: 1;height: auto;overflow: visible;visibility: visible;}

.sc-application-details ul > li small {
    font-size: 13px;
    line-height: 1.5;
}
.sc-application-details ul > li:has(small) {
    line-height: 1.5;
    margin-top: 4px;
    margin-bottom: 4px;
}

.sc-product-info .tab-content .body .h4 {margin-bottom: 8px; color: #333;}

.mb-32 {margin-bottom: 32px;}

@media screen and (max-width: 767px) {
    ::-webkit-scrollbar {display: none;}
    .sc-product-info .tab-content .body .h4 {margin-bottom: 16px;}
}

/*============================== tab2 ===============================*/
.tab-control2{position: relative; height: 35px; position: relative; margin-bottom: 24px;}
.tab-control2:before{content: ''; position: absolute; height: 1px; left: 0; bottom: 0; right: 0; 
    background-color: #DBDBDB; border-radius: 50px; z-index: 4;
}
.tab-control2:after{content: ''; position: absolute; z-index: 3; top: 0; right: 24px; bottom: 0; width: 70px;
    background: linear-gradient(135deg, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 90%); pointer-events: none;
}
.tab-control2 .timebar{position: absolute; z-index: 5; left: 0; bottom: 0px; height: 2px; 
    background-color: #BCBCBC; transition: 0ms ease-in-out; border-radius: 50px;
}
.tab2 {position: relative; z-index: 3; overflow: auto; margin-right: 40px; border-bottom: 0px solid var(--cr-border);}
.tab2 .control2{display: flex; flex-wrap: nowrap; justify-content: space-between; padding-right: 30px; gap: 16px; width: 100vw;}
.tab2 .control2 a {display: flex; justify-content: center; align-items: center; height: 33px; line-height: 1.5; white-space: nowrap;
    font-weight: 600; font-size: 16px; color: var(--cr-lightgray);text-align: center; position: relative; z-index: 1; 
    border-bottom: 3px solid transparent; margin-bottom: 0px; text-decoration: none;
}
.tab2 .control2 a.active {color:var(--cr-dark); font-weight: 600; pointer-events: none; border-bottom-color:var(--cr-green);}
.tab2 .selector2 {display: none; height: 3px; background-color: var(--cr-green); position: absolute;
    left: 0;bottom: 0;z-index: 0; border-radius: 0;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(.42, 0, .58, 1);
    -o-transition-timing-function: cubic-bezier(.42, 0, .58, 1);
    transition-timing-function: cubic-bezier(.42, 0, .58, 1);
}
.tab2.active{overflow: visible;}
.tab2.active .control2 {display: block; flex-wrap: inherit; width: auto; margin-left: -10px; margin-right: -70px;
    position: relative; z-index: 1; top: 40px; padding: 15px 5px; background-color: #F0FAF7;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}
.tab2.active .control2 a {display: inline-flex; height: auto; padding: 10px 15px; border: 1px solid #ddd;
    border-radius: var(--radius); background-color: var(--cr-light); margin: 5px; color: var(--cr-gray);
}
.tab2.active .control2 a span{border: 0; line-height: 1.5em;}
.tab2.active .control2 a.active {border-color: var(--cr-green); color: var(--cr-green);}

.action-dropdown{display: flex; position: absolute; z-index: 4; top: 0; right: 0; width: 25px; height: 32px;
    border-left: 1px solid #E5E5E5; align-items: center; justify-content: flex-end;
}
.action-dropdown .link{display: block; position: relative; width: 25px; height: 32px; font-size: 13px; line-height: 1.5; text-align: right;}
.action-dropdown .link:before{content: ""; position: absolute; width: 6px; height: 6px; 
    transition: var(--tsition); transform: rotate(135deg); top: -10px; right: 0; bottom: 0; margin: auto;
    border-top: 1px solid #00A94F; border-right: 1px solid #00A94F;
}
.action-dropdown .link.active:before{transform: rotate(-45deg); top: 5px;}

.tab-dropdown{position: absolute; z-index: 2; top: 0px; left: 0; right: 0;  opacity: 0; visibility: hidden; transition: var(--tsition);}
.tab-dropdown.active{opacity: 1; visibility: visible; }
.tab-dropdown .txt{ font-weight: 500; font-size: 16px; color: var(--cr-gray); line-height: 1.5;}

.tab-content2 {position: relative;opacity: 0;height: 0;overflow: hidden;visibility: hidden; display: block; transition: var(--tsition);}
.tab-content2.active {opacity: 1;height: auto;overflow: visible;visibility: visible;}

@media screen and (max-width: 767px) {
    ::-webkit-scrollbar {display: none;}
}
@media screen and (min-width: 768px) {
    .tab-control2{height: 35px;}
    .tab-control2:before{display: block;}
    .tab-control2:after{display: block;}
    .tab2{overflow: auto; margin-right: 25px; border-bottom: 2px solid var(--cr-border); padding-right: 30px;}
    .tab2 .control2{flex-wrap: nowrap; justify-content: space-between; display: flex; padding-right: 24px; gap: 16px; width: 100vw;}
    .tab2 .control2 a {white-space: nowrap; border-bottom: 0;}
    .tab2 .control2 a {color: var(--cr-lightgray);}
    .tab2 .control2 a span{display: block; border-bottom: 3px solid transparent; line-height: 1.5em; padding-bottom: 7px;}
    .tab2 .control2 a.active {color:var(--cr-dark);}
    .tab2 .control2 a.active span{border-block-color: var(--cr-green);}
    .tab2 .control2 a:last-child{padding-right: 20px;}
    .tab2.active .control2 a span{padding-bottom: 0px;}

    .tab-control2 {height: auto;margin: 0;}
    .tab-control2:before{display: none;}
    .tab-control2:after{display: none;}
    .tab2 {overflow: visible;margin-right: 0;}
    .tab2 .selector2 {display: block;}
    .tab2 .control2 {justify-content: center;width: auto;padding-right: 0; gap: 48px;}
    .tab2 .control2 a.active span{border-block-color: transparent;}
    .action-dropdown{display: none;}
    .tab-dropdown{display: none;}
    .tab-control2{margin-bottom: 40px;}

    /* .tab2 .control2 a {height: 56px;} */
    /* .tab2 .control2 a span{padding-bottom: 8px;} */
    .tab2 .control2 a:last-child{padding-right: 0px;}
}
@media screen and (min-width: 992px) {
}
@media screen and (min-width: 1200px) {
}


/*############################ select2 ###################################*/
.select2-hidden-accessible {border: 0;clip: rect(0 0 0 0);clip-path: inset(50%); height: 1px; overflow: hidden; padding: 0; 
    position: absolute;width: 1px;white-space: nowrap;
}
.select2-container { position: relative; display: block; 
    margin: 0;
    width: 100% !important;}
.select2-dropdown {background: var(--cr-light); display: block;position: absolute;width: 100%; z-index: 2;
    -webkit-transition: border-color 250ms ease-in-out;
    -o-transition: border-color 250ms ease-in-out;
    transition: border-color 250ms ease-in-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation: fadeIn 400ms;
    animation: fadeIn 400ms;
}
.select2-dropdown { border: 1px solid #D7D7D7; border-top: 0; border-radius: 0 0 25px 25px;box-shadow: 0 5px 6px rgba(0, 0, 0, .1);}
.select2-container--default.select2-container--open:not(.select2-container--disabled) .select2-selection--single, 
.select2-container--default.select2-container--open:not(.select2-container--disabled) .select2-dropdown, 
.select2-container--default.select2-container--focus:not(.select2-container--disabled) .select2-selection--single {background-color: var(--cr-light); border-color: var(--cr-green);}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, 
.select2-container--open .select2-dropdown--below { border-top: 0;border-top-left-radius: 0; border-top-right-radius: 0;}
.select2-container--open .select2-dropdown {left: 0;overflow: hidden;}
.select2-search--dropdown.select2-search--hide {display: none;}
.select2-container .select2-results {display: block;}
.select2-container .select2-results__options {list-style: none;margin: 0;padding: 0;}
.select2-container--default .select2-results > .select2-results__options {max-height: 25vh;overflow-y: auto; 
    background-color: var(--cr-light); color: #aaa;
}
.select2-container .select2-results__option { margin: 0; font-size: 16px; word-wrap: break-word;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.select2-container .select2-results__option {padding: 13px 8px 13px 16px; border: 0;}
.select2-container--default .select2-results__option--highlighted[aria-selected] {background-color: var(--cr-green);color: var(--cr-light);}
.select2-selection__rendered{border-radius: 25px;border: none;margin: 0;width: 100%;height: 48px;
    padding-left: 16px; padding-top: 0; padding-right: 36px; background-color: var(--cr-light); color:var(--cr-green); font-size: 16px; font-weight: 600;
    border: 1px solid #D7D7D7; line-height: 46px; text-align: left; display: block;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{color: #999;}
.select2-container--default .select2-selection--single{background-color: transparent; border: none;}
.select2-container--open .select2-selection__rendered{border-radius: 25px 25px 0 0; border-color: var(--cr-green); border-bottom-color: transparent;}
.select2-container--default .select2-selection--single .select2-selection__arrow b{display: none;}
.select2-container--default .select2-selection--single .select2-selection__clear{display: none;}
.select2-container--default .select2-selection--single .select2-selection__arrow { height: 12px; width: 12px; right: 24px; 
    top: 15px; margin: 0; pointer-events: none; border-top: 1px solid var(--cr-dark); border-right: 1px solid var(--cr-dark); 
    display: block; position: absolute; transition: transform 0.3s ease-out; transform: rotate(135deg);
}
.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: rotate(-45deg);top: 22px;
}
.select-field .select2-container--default .select2-selection--single .select2-selection__arrow b {display: none;}


/*########################### mCustomScrollbar ###################################*/
.mCustomScrollbar{touch-action: initial;}
.mCSB_scrollTools .mCSB_draggerContainer:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    margin: auto;
    margin: 0;
    height: 3px;
    background-color: #ebebeb;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container{/* margin-bottom: 0; */}
.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom: 0;/* top: 0; *//* height: 3px; */opacity: 1;}
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer{margin: 0 15px;}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {height: 3px; margin: 0px auto; background-color: #00A94F;}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail { height: 0px;margin: 0;}
@media screen and (max-width: 991px) { 
    /* .mCSB_horizontal.mCSB_inside > .mCSB_container{margin-top: 24px;} */
}


/*############################ hint-scroll ###################################*/
.hint-scroll { display: none; justify-content: center; align-items: center; font-weight: 500; color: var(--cr-dark); margin-bottom: 16px;}
.hint-scroll .icon-swipe {font-size: 32px; color: var(--cr-green);}
.hint-scroll .txt {margin-left: 8px; font-size: 16px; font-weight: 500;  line-height: 1.5; color: var(--cr-dark);}
@media screen and (max-width: 991px){
    .hint-scroll {display: flex;}
}


/*#######################################################################*/
/*================================ PAGE =================================*/
/*#######################################################################*/

/*############################ section-highlight-banner  ###################################*/
@media screen and (min-width: 200px) {
    .section-highlight-banner{position: relative; overflow: hidden;}
    .section-highlight-banner .swiper-pagination{position: absolute; padding: 0; bottom: 3%; right: 0; left: 0; width: 100%;}
}
@media screen and (min-width: 768px) { 
    .section-highlight-banner .swiper-pagination{bottom: 5.5%; right: 10%; left: auto; width: auto;}
}
@media screen and (min-width: 992px) {
    .section-highlight-banner .swiper-pagination{bottom: 6.5%; right: 10%;}
}
@media screen and (min-width: 1200px) {
    .section-highlight-banner .swiper-pagination{bottom: 7.5%; right: 11%;}
}


/*############################ sc-highlight ###################################*/
@media screen and (min-width: 200px) {
    .sc-highlight{background: #F0FAF7;}
    .sc-highlight .sc-heading{text-align: center; margin-bottom: 24px;}
    .sc-highlight .sc-heading .title{margin-bottom: 8px; line-height: 1.5em;}
    .sc-highlight .sc-heading .desc{margin-bottom: 0px; line-height: 1.5em;}
    .sc-highlight .sc-heading .sub-text { color: #333;  font-size: 20px; font-weight: 500; line-height: 1.5; margin-top: 8px;}
    .sc-highlight .item-list{margin: -8px;}
    .sc-highlight .item-list > li{width: calc(100%/2); padding: 56px 8px 8px 8px; list-style: none;}
    /* .sc-highlight .item-list > li:last-child{width: calc(100%); padding-top: 24px;}
    .sc-highlight .item-list > li:last-child .wrapper .thumb{position: absolute; right: 0; bottom: 0; width: 156px; top: auto; left: auto;}
    .sc-highlight .item-list > li:last-child .wrapper .content{padding: 16px; height: 163px; display: flex; flex-direction: column; justify-content: space-between;} */
    .sc-highlight .wrapper{position: relative; display: block; border-radius: var(--radius);}
    .sc-highlight .wrapper.bgI{background: #52BA95;}
    .sc-highlight .wrapper.bgII{background: #6ABA55;}
    .sc-highlight .wrapper.bgIII{background: #3BA9B2;}
    .sc-highlight .wrapper.bgIV{background: #0A6A60;}
    .sc-highlight .wrapper.bgV{background: #006B4E;}
    .sc-highlight .wrapper.bgVI{background: #88B1F0;}
    .sc-highlight .wrapper .thumb{position: absolute; right: 0; left: 0; width: 156px; top: -56px; margin: auto;}
    .sc-highlight .wrapper .content{padding: 56px 16px 16px 16px; height: 236px; display: flex; flex-direction: column; justify-content: space-between;}
    .sc-highlight .wrapper .content .txt{color: var(--cr-light);}
    .sc-highlight .wrapper .content .txt .show-w767{display: inline;}
    .sc-highlight .wrapper .content .desc{color: var(--cr-light); text-decoration: underline; font-weight: 600; }
    .sc-highlight .note{border-radius: 8px; background: var(--cr-light); padding: 24px; margin-top: 32px;}
    .sc-highlight .note p{ font-size: 13px; color: var(--cr-gray); line-height: 1.5em; margin: 0;}
    .sc-highlight .note ul{ font-size: 13px; color: var(--cr-gray); line-height: 1.5em; margin: 0; padding: 0;}
    .sc-highlight .note ul > li{position: relative; padding-left: 1.2em; list-style: none;}
    .sc-highlight .note ul > li:before{content: '-'; position: absolute; top: 0; left: 2px;}
}

@media screen and (min-width: 768px) { 
    .sc-highlight .sc-heading{margin-bottom: 40px;}
    .sc-highlight .item-list{margin: -12px;}
    .sc-highlight .item-list > li{padding: 12px;}
    .sc-highlight .item-list > li:last-child{padding-top: 12px;}
    .sc-highlight .wrapper .thumb{position: absolute; right: 0; bottom: 0; width: 156px; top: auto; left: auto;}
    .sc-highlight .wrapper .content{padding: 16px; height: 163px; display: flex; flex-direction: column; justify-content: space-between;}
    .sc-highlight .wrapper .content .txt .show-w767{display: none;}
    .sc-highlight .note{margin-top: 40px;}
}

@media screen and (min-width: 992px) {
    .sc-highlight .item-list > li:nth-child(-n+2){width: calc(100% / 2);}
    .sc-highlight .item-list > li{width: calc(100%/3);}
    /* .sc-highlight .item-list > li:last-child{width: calc(100%/2);}
    .sc-highlight .item-list > li:nth-child(1){width: calc(100%/3);}
    .sc-highlight .item-list > li:nth-child(2){width: calc(100%/3);} */
}
@media screen and (max-width: 991px) {
    .sc-highlight .item-list > li:nth-child(-n+2){width: calc(100% / 2);}
    .sc-highlight .item-list > li{width: calc(100%/2);}
    .sc-highlight .item-list > li:first-child{width: 100%;}
    /* .sc-highlight .item-list > li:first-child .wrapper .content{height: 172px;position: absolute;right: 0;bottom: 0;width: 156px;top: auto;left: auto;padding: 16px 16px 16px 16px;}; */
   .sc-highlight .item-list > li:first-child .wrapper .thumb {position: absolute;right: 0;bottom: 0;width: 156px;top: auto;left: auto;}
    .sc-highlight .item-list > li:first-child .wrapper .content {padding: 16px;height: 172px;display: flex;flex-direction: column;justify-content: space-between;}
}


@media screen and (min-width: 1200px) {
}

/* ###################### intro ########################## */
@media screen and (max-width: 767px) {
    .sc-into .sc-heading .title{
        font-size: 24px;
    }
    .sc-into .sc-heading .desc{
        font-size: 18px;
    }
}

/*############################ promotion /*############################*/
.sc-promotion{background: #FAFAFA; overflow: hidden;}
.sc-promotion .bg{pointer-events: none;}
.sc-promotion .bg > img { position: absolute; width: 100%; max-width: 1405px; top: -291px; right: -35%;}
.sc-promotion .sc-inner{padding: 64px 0;}
.sc-promotion .sc-heading{text-align: center; margin-bottom: 40px;}
.sc-promotion .sc-heading .title{line-height: 1.5em; margin-bottom: 0; color: var(--cr-dark);}
  
.promotion-list{position: relative; margin: 0 -16px; padding: 0 16px; overflow: visible;}
.promotion-list .swiper-slide{transition: var(--tsition); opacity: 0; pointer-events: none;}
.promotion-list .swiper-slide.swiper-slide-active{opacity: 1; pointer-events: visible;}
.promotion-list .swiper-pagination{display: none;}
.promotion-list .wrapper{display: flex; flex-wrap: nowrap; align-items: center; width: 100%;}
.promotion-list .thumb {max-width: 700px; width: 200%; position: relative; border-radius: 8px 0 0 8px; z-index: 20;}
.promotion-list .content { width: 100%; height: auto; display: flex; flex-direction: column; height: 420px; box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.10);
    padding: 48px 56px 56px; background: rgba(255,255,255,0.9); border-radius: 0px 8px 8px 0px; backdrop-filter: blur(20px);
}
.promotion-list .content h3{ color: #333;  font-size: 20px;  font-style: normal; font-weight: 600; line-height: 1.5; margin-bottom: 8px;
    height: 2.9em; overflow: hidden; display: -webkit-box; line-height: 1.5em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.promotion-list .content small{ font-size: 13px;  font-weight: 500; color: #666; margin-bottom: 24px; line-height: 1.5em; min-height: 1.5em;}
.promotion-list .content .c-g{ font-size: 16px;  font-weight: 500; color: #666;
    height: 4.2em; overflow: hidden; display: -webkit-box; line-height: 1.5em;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.promotion-list .content .action{margin-top: 32px; text-align: left;}
.promotion-list .content .action .btn.btn-pay{ border-radius: 8px; background-color: #00A94F; display: inline-flex; align-items: center; justify-content: center;
    color: var(--cr-light);  font-size: 16px; font-weight: 600; padding: 0 32px; height: 45px; /*box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);*/
    width: auto; max-width: inherit; transition: var(--tsition);
}
.promotion-list .content .action .btn.btn-pay:hover{ background-color: #0BC160;}

.promotion-thumb{position: relative; display: flex; margin: 0 -16px; padding: 40px 0 0;}
.promotion-thumb .swiper-wrapper{width: auto; margin: 0 auto;}
.promotion-thumb .thumb{border-radius: 8px; overflow: hidden; transition: var(--tsition); transform: scale(1.0); background-color: var(--cr-light); cursor: pointer;}
.promotion-thumb .thumb > img{width: 100%; transition: var(--tsition)}
.promotion-thumb .swiper-slide .thumb > img{opacity: 0.5}
.promotion-thumb .swiper-slide.swiper-slide-thumb-active .thumb{transform: scale(1.05);}
.promotion-thumb .swiper-slide.swiper-slide-thumb-active .thumb > img{opacity: 1;}
.promotion-thumb .swiper-slide:hover .thumb{transform: scale(1.05);}

.promotion-popup.mfp-bg {background: rgba(0, 0, 0, 0.8); position: fixed; height: 100%; z-index: 1901;}
.promotion-popup.mfp-bg.mfp-ready {opacity: 1;}
.promotion-popup.mfp-wrap{z-index: 1902;}
.promotion-popup .mfp-container {width: 100%; height: auto; max-width: 1000px; position: relative; margin: 120px auto; padding: 0;}
.promotion-popup .mfp-content{background-color: transparent; max-width: 100%;height: 100%; min-height: 100vh; height: auto; display: flex; align-items: center;}
.promotion-popup .mfp-content > .promotion-popup{position: relative;}
.promotion-popup .main-container{margin: 0;}
.promotion-popup .modal-dismiss{width: 40px;height: 40px;line-height: 40px;border-radius: 50%;background: #00A850; color: #fff;
    text-align: center;position: absolute;top: -15px;right: -15px;z-index: 1; display: flex; justify-content: center; align-items: center;
}
.promotion-popup .modal-dismiss .ic{font-size: 13px; font-weight: bold;}
.promotion-popup .modal-dismiss .ic {position: relative;top: -2px; right: -1px;}
.promotion-popup .promotion-header{border-radius: 8px 8px 0px 0px; background: #E7F9EB; display: flex; padding: 48px; border-radius: 8px 8px 0 0;}
.promotion-popup .promotion-header .thumb{-webkit-box-flex: 0;flex: 0 0 auto; width: auto; max-width: none;}
.promotion-popup .promotion-header .thumb > img{width: 470px; border-radius: 8px;}
.promotion-popup .promotion-header .content{flex-basis: 0;-webkit-box-flex: 1;flex-grow: 1;max-width: 100%; padding-left: 24px;}
.promotion-popup .promotion-header .h-title{color: var(--cr-dark); line-height: 1.5em; margin: 0 0 8px; font-size: 20px; font-weight: 500; }
.promotion-popup .promotion-header .h-title strong{font-weight: 600;}
.promotion-popup .promotion-header .date{color: var(--cr-gray); font-size: 13px;  font-weight: 500; line-height: 1.5em; display: block; margin-bottom: 24px;}
.promotion-popup .promotion-header .desc{color: var(--cr-gray); line-height: 1.5em; margin: 0; font-size: 16px;  font-weight: 500;}
.promotion-popup .promotion-header .action{padding-top: 32px;}
.promotion-popup .promotion-header .action .btn{border-radius: 8px; background: var(--cr-green); padding: 8px 24px; text-align: center;
     font-size: 16px; font-weight: 600; color: var(--cr-light); display: inline-block;
}

.promotion-popup .promotion-content{background-color: var(--cr-light); border-top: 5px solid #266B6B; padding: 48px 48px 24px 48px; max-width: 1000px; overflow: hidden;}
.promotion-popup .promotion-content .nowrap{white-space: nowrap;}
.promotion-popup .promotion-content .pro-title{margin: 0 0 16px; color: var(--cr-dark); line-height: 1.5em; font-size: 26px; font-weight: 500; }
.promotion-popup .promotion-content .pro-title strong{font-weight: 600;}
.promotion-popup .promotion-content .pro-subtitle{color: var(--cr-gray); font-size: 16px;  font-weight: 500; line-height: 1.5; margin: 0 0 16px;}
.promotion-popup .promotion-content ul.pro-subtitle{padding: 0 0 0 1.2em; margin: 0 0 32px;}
.promotion-popup .promotion-content .title{margin: 0 0 8px; color: var(--cr-dark); line-height: 1.5em; font-size: 20px; font-weight: 500; }
.promotion-popup .promotion-content .title strong{font-weight: 600;}
.promotion-popup .promotion-content .hint-scroll { display: none;}
.promotion-popup .promotion-content .table{width: 100%; border-spacing: 0; min-width: 880px;}
.promotion-popup .promotion-content .table{padding: 0; margin: 0; width: 100%; border-spacing: 0; border: 0.5px solid #E8E8E8; border-radius: 8px;}
.promotion-popup .promotion-content .table th,
.promotion-popup .promotion-content .table td{padding: 8px 16px; border: 0.5px solid #E8E8E8; color: var(--cr-gray); text-align: center; line-height: 1.5;}
.promotion-popup .promotion-content .table tr:first-child th:first-child{border-top-left-radius: 8px;}
.promotion-popup .promotion-content .table tr:first-child th:last-child{border-top-right-radius: 8px;}
.promotion-popup .promotion-content .table tr:last-child td:first-child{border-bottom-left-radius: 8px;}
.promotion-popup .promotion-content .table tr:last-child td:last-child{border-bottom-right-radius: 8px;}
.promotion-popup .promotion-content .table th{background-color: var(--cr-green);  font-size: 18px;font-weight: 600; color: var(--cr-light);}
.promotion-popup .promotion-content .table td{font-size: 16px; font-weight: 500;  line-height: 1.5; color: var(--cr-gray);}
.promotion-popup .promotion-content .table td.a-left{text-align: left;}
.promotion-popup .promotion-content .table td strong{font-weight: 600;}
.promotion-popup .promotion-content .table tr:nth-child(odd) td{background: #FAFAFA;}
.promotion-popup .promotion-content .table tr:nth-child(even) td{background: #FFF;}
.promotion-popup .promotion-content .mcscroll + .title{margin-top: 32px;}
.promotion-popup .promotion-content .mcscroll + .list{margin-top: 32px;}
.promotion-popup .promotion-content .mcscroll + .desc{margin-top: 32px;}
.promotion-popup .promotion-content .list{padding: 0 0 0 1.2em; margin: 0 0 16px;}
.promotion-popup .promotion-content .list > li{color: var(--cr-gray); font-size: 16px;  font-weight: 500; line-height: 1.5;}
.promotion-popup .promotion-content .desc{color: var(--cr-gray); line-height: 1.5; margin: 0; font-size: 16px;  font-weight: 500;}
.promotion-popup .promotion-content .desc strong{font-weight: 600;}

.promotion-popup .promotion-end{border-radius: 0px 0px 8px 8px; background: #FAFAFA; padding: 16px 48px;}
.promotion-popup .promotion-end .note{color: var(--cr-gray); line-height: 1.5; margin: 0 0 8px; font-size: 16px;  font-weight: 500;}
.promotion-popup .promotion-end .note strong{font-weight: 600;}
.promotion-popup .promotion-end .sub-list{padding: 0 0 0 1.2em; margin: 0;}
.promotion-popup .promotion-end .sub-list > li{color: var(--cr-gray); font-size: 13px;  font-weight: 500; line-height: 1.5em;}
.promotion-popup .promotion-end .sub-list > li strong{font-weight: 600;}
/*.promotion-popup .promotion-end .sub-list > li .link{color: var(--cr-green);}*/


@media screen and (max-width: 1199px){
    .promotion-list .thumb {max-width: 580px;}
    .promotion-list .content{height: 348px; padding: 40px 48px 48px;}

    .promotion-thumb .swiper-slide.swiper-slide-thumb-active .thumb{transform: scale(1.0);}
    .promotion-thumb .swiper-slide:hover .thumb{transform: scale(1);}

    .promotion-popup .mfp-container{width: 96%;}
}
@media screen and (max-width: 991px){
    .promotion-list{padding: 0; margin: 0; overflow: visible; margin-right: -16px;}
    .promotion-list .swiper-slide{opacity: 1; pointer-events: visible;}
    .promotion-list .swiper-slide.swiper-slide-active{opacity: 1; pointer-events: visible;}
    .promotion-list.swiper-free-mode>.swiper-wrapper{justify-content: center;}
    .promotion-list .swiper-pagination{display: block; padding-top: 0;}
    .promotion-list .swiper-slide{width: auto;}
    .promotion-list .wrapper{display: block; width: 100%; max-width: 300px; margin: 0 auto;}
    .promotion-list .thumb{border-radius: 8px 8px 0 0; max-width: 100%;}
    .promotion-list .content{padding: 24px; border-radius: 0 0 8px 8px; height: auto;}

    .promotion-thumb{display: none;}

    .promotion-popup .promotion-header{display: block; padding: 48px;}
    .promotion-popup .promotion-header .thumb > img{width: 470px; display: block; margin: 0 auto;}
    .promotion-popup .promotion-header .content{padding-left: 0; padding-top: 24px;}

    .promotion-popup .promotion-content{max-width: 96vw;}
    .promotion-popup .promotion-content .hint-scroll {display: flex;}
}
@media screen and (max-width: 767px){
    .sc-promotion .sc-heading{margin-bottom: 32px;}
    .sc-promotion .sc-inner{padding: 40px 0;}

    .promotion-list.swiper-free-mode>.swiper-wrapper{justify-content: inherit;}
    .promotion-list .swiper-pagination{padding-top: 16px;}
    .promotion-list .swiper-slide{width: auto;}

    .promotion-list .wrapper{max-width: 300px;}

    .promotion-list .content{padding: 16px 24px 24px;}
    .promotion-list .content h3{font-size: 18px; margin-bottom: 10px;}
    .promotion-list .content .c-g{ height: 5.4em; -webkit-line-clamp: 4;}
    .promotion-list .content .action .btn.btn-pay{width: 100%;}

    .promotion-popup .mfp-container{width: 100%; margin: 0;}
    .promotion-popup .mfp-container:before{display: none;}
    .promotion-popup .modal-dismiss{top: 16px; right: 16px;}

    .promotion-popup .promotion-header{padding: 80px 16px 16px 16px;}
    .promotion-popup .promotion-header .action{padding-top: 24px;}
    .promotion-popup .promotion-header .action .btn{display: block;}

    .promotion-popup .promotion-content{max-width: 100vw; padding: 32px 16px 16px;}
    .promotion-popup .promotion-content .pro-title{font-size: 20px;}
    .promotion-popup .promotion-content ul.pro-subtitle{margin-bottom: 24px;}
    .promotion-popup .promotion-content .table th{font-size: 13px;}
    .promotion-popup .promotion-content .table td{font-size: 13px;}
    .promotion-popup .promotion-content .mcscroll + .title {margin-top: 24px;}
    .promotion-popup .promotion-content .mcscroll + .list {margin-top: 24px;}
    .promotion-popup .promotion-content .mcscroll + .desc{margin-top: 24px;}

    .promotion-popup .promotion-end{padding: 16px;}
}


/*############################ sc-product-info ###################################*/
@media screen and (min-width: 200px) {
    .sc-product-info{background: #fff; overflow: hidden;}
    .sc-product-info .sc-heading{text-align: center; margin-bottom: 24px;}
    .sc-product-info .sc-heading .title{margin-bottom: 0px; line-height: 1.5em;}
    .sc-product-info .sc-content{position: relative;}
    .sc-product-info .tab-control{margin-bottom: 32px;}
    .sc-product-info .tab .control{gap: 16px;}
    .sc-product-info .head{text-align: center; margin-bottom: 32px;}
    .sc-product-info .head .h-title{margin: 0; line-height: 1.5em; color: var(--cr-dark); margin-bottom: 8px;}
    .sc-product-info .body{position: relative;}
    .sc-product-info #loan-type .table td {background: #fafafa;}
    .sc-product-info #loan-type .table td .details{display: flex;flex-direction: column;justify-content: center;align-items: center;gap:8px;}
    .sc-product-info .table{overflow: hidden; padding: 0; margin: 0; width: 100%; border-spacing: 0; border: 0.5px solid #E8E8E8; border-radius: 8px;}
    .sc-product-info .table th,
    .sc-product-info .table td{padding: 8px 16px; background-color: #fff; border: 0.5px solid #E8E8E8; color: var(--cr-gray); text-align: center; line-height: 1.5; font-size: 13px;}
    .sc-product-info .table tr:first-child th:first-child{border-top-left-radius: 8px;}
    .sc-product-info .table tr:first-child th:last-child{border-top-right-radius: 8px;}
    .sc-product-info .table tr:last-child td:first-child{border-bottom-left-radius: 8px;}
    .sc-product-info .table tr:last-child td:last-child{border-bottom-right-radius: 8px;}
    .sc-product-info .table .bg{background-color: var(--cr-green) !important; color: var(--cr-light); font-weight: 600;}
    .sc-product-info p{line-height: 1.5em;  font-weight: 500; color: var(--cr-gray);}
    .sc-product-info ul{padding: 0 0 0 1.2em; margin: 0;}
    .sc-product-info ul > li{ font-weight: 500; color: var(--cr-gray); line-height: 1.5!important;}
    .sc-product-info .table.-tableI{min-width: 850px;}
    .sc-product-info .table.-tableI tr:first-child td:first-child{width: 110px;}
    .sc-product-info .table.-tableI .item-list{display: flex; justify-content: center; gap: 16px;}
    .sc-product-info .table.-tableI .item-list > li{float: none; text-align: center;}
    .sc-product-info .table.-tableI .item-list > li span{ font-weight: 600; color: var(--cr-gray); line-height: 1.5em;}
    .sc-product-info .table.-tableI .item-list > li img{display: block; margin: 4px auto 0 auto; width: 32px;}
    .sc-product-info  #loan-type .table.-tableI .gradient{color: var(--cr-light); background: url(../img/gradient.png), #fafafa; background-repeat: no-repeat; 
        background-position: center; background-size: 500px 35px; 
        line-height: 1.5;
    }
    .sc-product-info .table.-tableI strong{font-size: 13px; font-weight: 600;  line-height: 1.5em;}
    .sc-product-info .table.-tableI strong small{font-size: 13px; font-weight: 500; line-height: 1.5;}
    .sc-product-info .table.-tableII{min-width: 1400px;}
    /* .sc-product-info .table.-tableII td{width: 33.33%;} */
    .sc-product-info .table.-tableII tr:last-child th:first-child{border-bottom-left-radius: 0px;}
    .sc-product-info .table.-tableII tr:last-child th:last-child{border-bottom-right-radius: 0px;}

    .icw .flex-td {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .d-block {
        display: block;
    }
}

@media screen and (min-width: 768px) { 
    .sc-product-info .head .h-title{margin-bottom: 16px;}
    .sc-product-info .sc-heading{margin-bottom: 40px;}
    .sc-product-info #loan-type .table td .details{flex-direction: inherit;gap:16px;}
    .sc-product-info .tab-control{margin-bottom: 40px;}
    .sc-product-info .tab .control{gap: 48px;}

    .sc-product-info .details-container{padding: 48px 32px; border-radius: 0px 0px 8px 8px; border-top: 5px solid var(--cr-green); 
        background: var(--cr-light); box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
    }
    .sc-product-info .head{margin-bottom: 32px;}

    /* .sc-product-info .hint-scroll {display: none;} */

    .sc-product-info .mCSB_horizontal.mCSB_inside > .mCSB_container{margin-top: 0;}

    .promotion-popup .promotion-content .table th,
    .sc-product-info .table th{
        padding: 8px 16px;
        font-size: 13px;
        
        line-height: 1.5;
    }
    .promotion-popup .promotion-content .table td,
    .sc-product-info .table td {
        padding: 8px 16px;
        background-color: #fff;
        font-size: 13px;
        
        line-height: 1.5;
    }

    /* .sc-product-info .table th,
    .sc-product-info .table td{padding: 24px; font-size: 16px;} */
    /* .sc-product-info .table td{padding: 16px 24px; background-color: #fff;} */
    .sc-product-info .table.-tableI tr:first-child td:first-child{width: 156px;}
    .sc-product-info .table.-tableI strong{font-size: 16px;}
}
@media screen and (min-width: 992px) {
    .sc-product-info .row-flex{display: flex;}
}
@media screen and (min-width: 992px) {
    .sc-product-info .table.-tableI tr:first-child td:first-child {width: 296px;}
}
@media screen and (min-width: 1200px) {
}


/*############################ sc-calculator ###################################*/
@media screen and (min-width: 200px) {
    /*============================== sc-calc-default  ===============================*/
    .c-white{color: #fff !important;}
    .sc-calc-default .form fieldset {border: 0;margin: 0;padding: 0;}
    .sc-calc-default .field {width: 100%; display: inline-block; vertical-align: top;clear: both;}
    .sc-calc-default .row {margin-left: -16px; margin-right: -16px;}
    .sc-calc-default .row + .row{margin-top: 32px;}
    .sc-calc-default .row > div + div{margin-top: 32px;}
    .sc-calc-default .row:before, 
    .sc-calc-default .row:after {content: " ";display: table; clear: both;}
    .sc-calc-default .col-sm-6,
    .sc-calc-default .col-md-6 {padding-left: 16px; padding-right: 16px; float: left; position: relative; min-height: 1px; width: 100%;}

    .sc-calculator .sc-headline h3.sc-heading {
        font-size: 42px;
        margin-bottom: 0px;
        line-height: 1.5em;
        font-weight: 600;
        color: #333;
    }

    .sc-calculator .sc-inner {
        padding-top: 48px;
    }
    #calculators-2 {
        padding-bottom: 38px;
    }

    /*============================== sc-calculator  ===============================*/
    .sc-calculator{background: #FAFAFA; overflow: hidden;}
    .sc-calculator .sc-inner{padding-bottom: 0;}
    .sc-calculator .sc-heading{text-align: center; margin-bottom: 24px;}
    .sc-calculator .sc-heading .title{margin-bottom: 0px; line-height: 1.5em;}
    .sc-calculator .sc-headline {margin-bottom: 30px;}
    .sc-calculator .sc-headline h3.sc-heading {line-height: 1.5;}
    .sc-calculator .sc-content {padding: 32px 0; background: white;border: none;border-top-left-radius: 15px;border-top-right-radius: 15px;}
    .sc-calculator .sc-content .sc-calculator-container {width: 100%;max-width: 920px;margin: auto;}
    .sc-calculator .sc-content .fields{max-width: 400px; margin: 0 auto;}
    .sc-calculator select.select2,
    .sc-calculator span.select2-selection__rendered,
    .sc-calculator .field input[type=text] {font-size: 16px;  font-weight: 600;color: #999; padding: 12px 16px; width: 100%; line-height: 1.5em;background: white;}
    .sc-calculator .field input[type=text]:focus,
    .sc-calculator .field input[type=text]:focus-visible{border-color: var(--cr-green); outline: none;}
    .sc-calculator select.select2,
    .sc-calculator span.select2-selection__rendered {padding: 12px 16px;}
    .sc-calculator .select2.disabled,
    .sc-calculator .select2-selection__rendered.disabled,
    .sc-calculator .select2-selection__placeholder {color: #8F8F8F;}
    .sc-calculator .select:after,
    .sc-calculator span.select2-selection__arrow b:before {color: #333333;right: 0;text-align: right;}
    .sc-calculator span.select2-selection__arrow b {text-align: right;}
    .sc-calculator .form input {border-radius: 48px; border: 1px solid #D7D7D7;}

    .sc-calculator .field label { font-size: 13px; font-weight: 600; line-height: 1.5em; color: #333; margin-bottom: 4px; padding-left: 16px; display: block;}
    .sc-calculator .field label > span {font-size: 13px; font-weight: 500; color: #999999;}
    .sc-calculator .field .input.border-bottom {border-bottom: solid 0px #E0E0E0;}

    /*============================== popup-lightbox-style  ===============================*/
    .popup-lightbox-style .mfp-container {padding: 15px 20px;}
    .popup-lightbox-style .mfp-content {position: relative;overflow: visible;width: 420px;max-width: 100%;background: #fff;border-top: 3px solid #00A850; border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}
    .popup-lightbox-style .modal-dismiss{display: flex; align-items: center; justify-content: center; width: 40px;height: 40px;line-height: 40px;border-radius: 50%;background: #00A850; color: #fff;text-align: center;position: absolute;top: -15px;right: -15px;z-index: 1;}
    .popup-lightbox-style .modal-dismiss .ic,
    .popup-image-style .mfp-image-holder .mfp-close:after {font-size: 13px; font-weight: bold;}
    .popup-lightbox-style .modal-dismiss .ic {position: relative;top: -2px; right: -1px;}
    .garage-lightbox {padding: 16px;text-align: center;}

    .garage-lightbox .ic-close:before {font-family: "icokbank";position: relative;left: -1px;top: 2px;}
    .garage-lightbox h3 {margin: 0;}
    .garage-lightbox {text-align: left;} 
}

@media screen and (min-width: 768px) { 
    .sc-calculator .sc-inner {
        padding-top: 64px;
    }
    #calculators-2 {
        padding-bottom: 54px;
    }
    .sc-calculator .sc-heading{margin-bottom: 40px;}
    .sc-calculator .sc-content {padding: 32px;}

    .sc-calculator-result h3.sc-heading {font-size: 26px;}
    .sc-calculator-result .sc-content {padding-bottom: 70px;}


    .garage-lightbox {padding: 50px 30px;}
}
@media screen and (min-width: 992px) {
    .sc-calc-default .row > div + div{margin-top: 0px;}
    .sc-calc-default .col-sm-6{width: 50%;}
    .sc-calc-default .col-md-6 {width: 50%;}

    .sc-calculator .sc-content {padding: 40px 114px 64px;}
    .sc-calculator .sc-content .fields{max-width: inherit;}

    .sc-calculator-result .sc-headline {margin-bottom: 50px;}
}
@media screen and (max-width: 767px) {
    .sc-calculator .sc-content {background: transparent;}
}
@media screen and (min-width: 1200px) {
}

/*============================== visible&hidden  ===============================*/
.icw .visible-w1199{display: none;}
.icw .visible-w991{display: none;}
.icw .visible-w767{display: none;}
.icw .visible-w414{display: none;}
.icw .visible-w375{display: none;}
.icw .visible-w360{display: none;}
@media (max-width: 1199px){
    .icw .visible-w1199{display: block;}
    .icw .hidden-w1199{display: none;}
}
@media (max-width: 991px){
    .icw .visible-w991{display: block;}
    .icw .hidden-w991{display: none;}
}
@media (max-width: 767px){
    .icw .visible-w767{display: block;}
    .icw .hidden-w767{display: none;}
}
@media (max-width: 414px){
    .icw .visible-w414{display: block;}
    .icw .hidden-w414{display: none;}
}
@media (max-width: 375px){
    .icw .visible-w375{display: block;}
    .icw .hidden-w375{display: none;}
}
@media (max-width: 360px){
    .icw .visible-w360{display: block;}
    .icw .hidden-w360{display: none;}
}

/*============================== sc-calculator-result  ===============================*/
.sc-calculator-result{background: #FAFAFA; overflow: hidden;}
.sc-calculator-result .sc-inner{padding-top: 0;}

.sc-calculator-result .sc-action {position: relative; padding: 32px; background: url(../img/bg-calculate.jpg) no-repeat center; background-size: cover;
    border-bottom-left-radius: 15px; border-bottom-right-radius: 15px;
}
.sc-calculator-result .sc-action.active {border-radius: 0;}
.sc-calculator-result .sc-action .btn{width: 100%;max-width: 212px; margin: auto; border-radius: 8px; background: #00A94F; color: #fff; height: 40px; line-height: 40px;}
.sc-calculator-result .sc-action .btn:hover, 
.sc-calculator-result .sc-action .btn:active:hover, 
.sc-calculator-result .sc-action .btn.active:hover, 
.sc-calculator-result .sc-action .btn:active:focus, 
.sc-calculator-result .sc-action .btn.actitve:focus, 
.sc-calculator-result .sc-action .btn:active.focus, 
.sc-calculator-result .sc-action .btn.active.focus, 
.sc-calculator-result .sc-action .btn:focus, 
.sc-calculator-result .sc-action .btn:focus:hover, 
.sc-calculator-result .sc-action .btn.focus:hover{background-color: #0BC160;}
.sc-calculator-result .sc-action .btn:hover{background: #00A94F; color: #fff;}

.sc-calculator-result .sc-content {position: relative;background: #78B5A2;padding: 50px 30px;border-bottom-left-radius: 15px;border-bottom-right-radius: 15px;}
.sc-calculator-result .sc-content:before {content: "";display: block;width: 14px;height: 14px;position: absolute;left: calc(50% - 7px);top: -7px;background: #c7f3d0;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sc-calculator-result .sc-headline {margin-bottom: 30px;}
.sc-calculator-result h3.sc-heading {font-size: 20px; line-height: 1.5; font-weight: 600;}

.sc-calculator-result .form {width: 100%;max-width: 730px;margin: auto;}
.sc-calculator-result .form fieldset,
.sc-calculator-result .form .fields,
.sc-calculator-result .form .field,
.sc-calculator-result .form .fields .row:first-child,
.sc-calculator-result .form .fields .row:first-child .col {margin: 0;}
.sc-calculator-result .fields .row:first-child > .col {background: white;padding: 20px 40px;height: 218px;}
.sc-calculator-result .fields .row:first-child > .col:first-child {margin-left: -3px;margin-right: 3px;}
.sc-calculator-result .fields .row:first-child > .col:last-child {margin-left: 3px;margin-right: -3px;overflow: hidden;}
.sc-calculator-result .field input[type=text] {font-size: 20px;  font-weight: 600; color: #17A94E;}
.sc-calculator-result .form input {padding: 12px 1px 12px 16px; border-radius: 48px; width: 100%;}
.sc-calculator-result .field label {font-size: 16px; font-weight: 500;  line-height: 1.5;}
.sc-calculator-result .field label > span {font-size: 16px; font-weight: 500;  color: #999999;}
.sc-calculator-result .field .input.border-bottom {border-bottom: solid 1px #E0E0E0;}

.sc-calculator-result .u-range-slider {margin-top: 25px; height: 8rem;}
.sc-calculator-result .u-range-slider-indicator.u-range-slider-grid .irs {height: 8rem;margin-top: -24px;}
.sc-calculator-result .u-range-slider .irs-slider {width: 30px;height: 30px;background-size: 30px;background-repeat: no-repeat;cursor: pointer;border-radius: 50%;
    -webkit-box-shadow: 0 0.1875rem 0.75rem rgba(140, 152, 164, 0.3125);
    box-shadow: 0 0.1875rem 0.75rem rgba(140, 152, 164, 0.3125);
}
.sc-calculator-result .u-range-slider .irs-slider {top: 26px; background-image: url(../img/btn-slider.png);}
.sc-calculator-result .u-range-slider .irs-line {background: #E7EAF3; top: 3.875rem;border-radius: 10px; height: 6px;}
.sc-calculator-result .u-range-slider .irs-min,
.sc-calculator-result .u-range-slider .irs-max,
.sc-calculator-result .u-range-slider .irs-single,
.sc-calculator-result .u-range-slider-grid .irs-grid-pol.small{display: none;}
/* .sc-calculator-result .u-range-slider-step .irs-line,
.sc-calculator-result .u-range-slider-step .irs-line > span,
.sc-calculator-result .u-range-slider-step .irs-bar,
.sc-calculator-result .u-range-slider-step .irs-bar-edge {background: #96E6A8;} */
/* .sc-calculator-result .u-range-slider .irs-line .irs-line-left {width: 15px;}
.sc-calculator-result .u-range-slider .irs-grid > span {transition: transform 200ms;} */

/* .sc-calculator-result .u-range-slider-step {margin-top: 75px;}
.sc-calculator-result .u-range-slider-step .irs:before {content: "";width: 800px;height: 100px;position: absolute;background: #96E6A8;left: -80px;top: 38px;}
.sc-calculator-result .u-range-slider-step .irs-slider.single svg {position: absolute;width: 150px;top: -3px;left: -15px;z-index: 9;}
.sc-calculator-result .u-range-slider-step .irs-slider.single img {position: absolute;z-index: 10;}
.sc-calculator-result .u-range-slider-step .irs-grid {top: 0;} */

.sc-calculator-result .fields .row:last-child {margin-left: -3px;margin-right: -3px;margin-top: 6px;}
.sc-calculator-result .fields .row:last-child .col {background: #299774;color: white;padding: 30px 10px;}
.sc-calculator-result .fields .row:last-child .col:first-child:after {content: "";position: absolute;width: 1px;height: 60%;top: 20%;right: 0;border-right: solid 1px rgba(255, 255, 255, 0.3);}
.sc-calculator-result .fields .row:last-child .col label,
.sc-calculator-result .fields .row:last-child .col p {text-align: center; color: #fff;  font-weight: 500;}
.sc-calculator-result .fields .row:last-child .col label {font-size: 16px; display: block;}
.sc-calculator-result .fields .row:last-child .col p {font-size: 28px; margin: 0; font-weight: 600; line-height: 1.5em;}
.sc-calculator-result .fields .row:first-child .col:first-child {border-top-left-radius: 10px;}
.sc-calculator-result .fields .row:first-child .col:last-child {border-top-right-radius: 10px;}
.sc-calculator-result .fields .row:last-child .col:first-child {border-bottom-left-radius: 10px;}
.sc-calculator-result .fields .row:last-child .col:last-child {border-bottom-right-radius: 10px;}


.sc-calculator-result .remark {font-size: 13px; line-height: 1.5em; margin-top:40px;}
.sc-calculator-result .remark p{font-size: 13px; margin-bottom: 8px; font-weight: 600; color: #333; }
.sc-calculator-result .remark ul {margin-left: 20px; padding: 0;}
.sc-calculator-result .remark ul li {list-style: disc; font-weight: 500; color: #666; }

.sc-calculator-result .u-range-slider .irs-grid > span {
    transform: translateY(0px) !important;
}
.sc-calculator-result .u-range-slider .irs-grid > span {
    transition: transform 200ms;
}
.sc-calculator-result .u-range-slider-step .irs-grid {
    top: unset;
}

.u-range-slider-grid .irs-grid-pol {
    height: 5px;
    background-color: #465968;
    top: -6px;
}

.u-range-slider-grid .irs-grid-text {
    display: inline-block;
    min-width: 2.5rem;
    line-height: 1.5;
    font-size: 13px !important;
    color: #999 !important;
    border-radius: 6.1875rem;
    padding: 0.25rem;
    bottom: 5px;
    font-weight: unset !important;
}

/* Range Slider -START */
.u-range-slider {
    height: 1.25rem;
}

.u-range-slider .irs {
    height: 1.25rem;
}

.u-range-slider .irs-line {
    top: .5rem;
    height: 6px;
    background-color: #465968;
}

.u-range-slider .irs-line-left {
    left: 0;
    height: 6px;
    background-color: #465968;
}

.u-range-slider .irs-line-mid {
    height: 6px;
    background-color: #e7eaf3;
    left: 3%;
    width: 86%;
}

.u-range-slider .irs-line-right {
    right: 0;
    height: 6px;
    background-color: #e7eaf3;
    border-top-right-radius: 6.1875rem;
    border-bottom-right-radius: 6.1875rem;
}

.u-range-slider .irs-bar {
    top: .5rem;
    height: 6px;
    background-color: #465968;
}

.u-range-slider .irs-bar-edge {
    top: .5rem;
    left: .0625rem;
    height: 6px;
    width: 1.5rem;
    border-top-left-radius: 6.1875rem;
    border-bottom-left-radius: 6.1875rem;
    background-color: #465968;
}

.u-range-slider .irs-slider {
    top: -.1875rem;
    width: 30px;
    height: 30px;
    background-image: url(../../../SiteCollectionDocuments/assets/img/garage/calculator-button-bar.png);
    background-size: 30px;
    background-repeat: no-repeat;
    cursor: pointer;
    border-radius: 50%;
    -webkit-box-shadow: 0 0.1875rem 0.75rem rgba(140, 152, 164, 0.3125);
    box-shadow: 0 0.1875rem 0.75rem rgba(140, 152, 164, 0.3125);
}

.u-range-slider .irs-slider.state_hover {}

.u-range-slider .irs-from,
.u-range-slider .irs-to,
.u-range-slider .irs-single {
    display: inline-block;
    min-width: 2.5rem;
    background-color: #fff;
    color: #1e2022;
    font-size: 0.875rem;
    text-shadow: none;
    text-align: center;
    border-radius: 0.3125rem;
    -webkit-box-shadow: 0 0 35px rgba(140, 152, 164, 0.125);
    box-shadow: 0 0 35px rgba(140, 152, 164, 0.125);
    padding: .5rem;
}

.u-range-slider .irs-single {
    display: none;
}

/* Indicator */
.u-range-slider-indicator {
    height: 5rem;
}

.u-range-slider-indicator .irs {
    height: 5rem;
}

.u-range-slider-indicator.u-range-slider-grid {
    height: 8rem;
}

.u-range-slider-indicator.u-range-slider-grid .irs {
    height: 8rem;
    margin-top: -24px;
}

.u-range-slider-indicator .irs-line {
    top: 3.875rem;
    border-radius: 10px;
}

.u-range-slider-indicator .irs-bar {
    top: 3.875rem;
}

.u-range-slider-indicator .irs-bar-edge {
    top: 3.875rem;
}

.u-range-slider-indicator .irs-slider {
    top: 24px;
}

/* Grid */
.u-range-slider-grid {
    height: 4.5rem;
}

.u-range-slider-grid .irs {
    height: 4.5rem;
}

.u-range-slider-grid .irs-grid {
    height: 2.5rem;
}

.u-range-slider-grid .irs-grid-text {
    display: inline-block;
    min-width: 2.5rem;
    line-height: 1;
    font-size: 13px;
    color: #999;
    border-radius: 6.1875rem;
    padding: 0.25rem;
    bottom: 5px;
}

.u-range-slider-grid .irs-grid-text.current {
    background: rgba(55, 125, 255, 0.1);
    color: #377dff;
}

.u-range-slider-grid .irs-grid-pol {
    height: 5px;
    background-color: #465968;
    top: -6px;
}

.u-range-slider-grid .irs-grid-pol.small {
    display: none;
}

.loan-nt-bar .u-range-slider-grid .irs-grid-text.js-grid-text-1,
.loan-nt-bar .u-range-slider-grid .irs-grid-text.js-grid-text-2,
.loan-nt-bar .u-range-slider-grid .irs-grid-text.js-grid-text-3 {
    visibility: hidden !important;
}

.loan-nt-bar .u-range-slider-grid span:nth-child(7),
.loan-nt-bar .u-range-slider-grid span:nth-child(13),
.loan-nt-bar .u-range-slider-grid span:nth-child(19) {
    display: none !important;
}

/* Range Slider - End */

@media screen and (max-width: 991px) {
    .sc-calculator-result .fields .row:last-child,
    .sc-calculator-result .fields .row:first-child > .col:first-child,
    .sc-calculator-result .fields .row:first-child > .col:last-child {margin-left: 0;margin-right: 0;}
    .sc-calculator-result .fields .row:first-child .col {padding: 20px 15px;}
    .sc-calculator-result .fields .row:first-child .col:not(:last-child) {margin-bottom: 6px;}
    .sc-calculator-result .fields .row:last-child .col:first-child:after {display: none;}
    .sc-calculator-result .fields .row:last-child .col:first-child:before {content: "";position: absolute;width: 80%;height: 1px;left: 10%;bottom: 0;border-bottom: solid 1px rgba(255, 255, 255, 0.3);}
    .sc-calculator-result .fields .row:first-child .col:first-child {border-top-left-radius: 10px;border-top-right-radius: 10px;height: 200px;}
    .sc-calculator-result .fields .row:first-child > .col:last-child {height: 180px;}
    .sc-calculator-result .fields .row:last-child .col:first-child {padding-bottom: 20px;}
    .sc-calculator-result .fields .row:last-child .col:last-child {border-bottom-right-radius: 10px !important; border-bottom-left-radius: 10px !important;padding-top: 20px;}
    .sc-calculator-result .fields .row:first-child .col:last-child,
    .sc-calculator-result .fields .row:last-child .col:first-child {border-radius: 0;}
}
@media screen and (max-width: 767px) {
    .sc-calculator-result .sc-action {background: url(../img/bg-calculate-m.jpg) no-repeat center; margin: 0 -16px;}
    .sc-calculator-result .remark{margin-top: 32px;}

    .sc-calculator-result .fields .row:last-child .col:last-child{margin-top: 0;}
}

.sc-calculator-result .u-range-slider .irs-line .irs-line-left, .u-range-slider .irs-bar, .u-range-slider-indicator .irs-bar-edge {
    background: #88CB78 !important;
}

.sc-calculator-result .u-range-slider-step .irs-slider.single svg {
    display: none;
}



/*############################ sc-how-to-apply ###################################*/
@media screen and (min-width: 200px) {
    .sc-how-to-apply{background: #fff;}
    .sc-how-to-apply .sc-heading{text-align: center; margin-bottom: 24px;}
    .sc-how-to-apply .sc-heading .title{margin-bottom: 0px; line-height: 1.5em;}
    .sc-how-to-apply .sc-content{position: static; overflow: hidden; padding: 40px 56px; border-radius: 8px; background: #F0FAF7;}
    .sc-how-to-apply-slide{position: relative;}
    .sc-how-to-apply-slide .swiper-slide{width: auto;}
    .sc-how-to-apply-slide .wrapper{position: relative; max-width: 220px;}
    .sc-how-to-apply-slide .thumb{width: 220px; margin: 0 auto 16px; border-radius: 8px; overflow: hidden;}
    .sc-how-to-apply-slide .content{text-align: center}
    .sc-how-to-apply-slide .content .title{margin-bottom: 8px; color: var(--cr-dark); line-height: 1.5em; font-size: 13px;}
    .sc-how-to-apply-slide .content .desc{margin-bottom: 0; color: var(--cr-dark); line-height: 1.5em;}
    .sc-how-to-apply-slide .content .link{text-decoration: underline; color: var(--cr-green); }
    .sc-how-to-apply-slide .swiper-slide img{width: 100%;}

}
@media screen and (min-width: 768px) { 
    .sc-how-to-apply .sc-heading{margin-bottom: 40px;}
}
@media screen and (min-width: 992px) {
}
@media screen and (min-width: 1200px) {
    .sc-how-to-apply-slide .content .link:hover{color: #00873F;}

    .sc-how-to-apply-slide .swiper-button-next{right: -48px;top: 36%;}
    .sc-how-to-apply-slide .swiper-button-prev{left: -48px;top: 36%;}
}


/*############################ sc-application-details ###################################*/
@media screen and (min-width: 200px) {
    .sc-application-details{background: #F0FAF7; overflow: hidden;}
    .sc-application-details .sc-heading{text-align: center; margin-bottom: 0px;}
    .sc-application-details .sc-heading .title{margin-bottom: 0px; line-height: 1.5em;}
    .sc-application-details .sc-content{position: static;}
    .sc-application-details .tab .control{gap: 16px;}
    .sc-application-details .box-info{background: #F0FAF7; display: none;}
    .sc-application-details .box-info.active{display: block;}
    .sc-application-details .wrapper{display: flex; flex-direction: column; justify-content: space-between; pointer-events: visible;}
    .sc-application-details .inner{padding: 0; position: relative;}
    .sc-application-details .row-flex{margin: 0 -8px; display: block;}
    .sc-application-details .row-flex > div{padding: 0 8px;}
    .sc-application-details .row-flex + .row-flex > div + div{margin-top: 24px;}
    .sc-application-details .row-flex + .row-flex {margin-top: 24px;}
    .sc-application-details .h-title{font-size: 28px; line-height: 1.5em; color: var(--cr-dark); text-align: center; margin-bottom: 24px; display: none;}
    .sc-application-details .h-title strong{font-weight: 600;}
    .sc-application-details .s-title{font-size: 16px; line-height: 1.5em; color: var(--cr-dark); margin-bottom: 8px;}
    .sc-application-details .s-title strong{font-weight: 600;}
    .sc-application-details p.desc{color: var(--cr-gray); margin-bottom: 0; line-height: 1.5em;}
    .sc-application-details p.desc .link{text-decoration: none}
    .sc-application-details p.desc .link .icon{position: relative; margin-right: 0px;}
    .sc-application-details p.desc .link .txt{text-decoration: underline;}
    .sc-application-details ul{position: static; padding-left: 1.3em; margin: 0;}
    .sc-application-details ul > li{color: var(--cr-gray); line-height: 1.5em; font-size: 16px; font-weight: 500; }
    .sc-application-details ul > li .link{font-weight: 600; }
    .sc-application-details .ol-list{position: static; padding-left: 1.3em; margin: 0;}
    .sc-application-details .ol-list > li{color: var(--cr-gray); line-height: 1.5em; font-size: 16px; font-weight: 500; }
    .sc-application-details .note{padding: 16px; background: #FAFAFA;}
    .sc-application-details .note small{font-size: 13px; font-weight: 500;  color: var(--cr-gray); line-height: 1.5em;position: relative; padding-left: 1em;}
    .sc-application-details .note small:before{content: '*'; position: absolute; top: 0; left: 0;}

    .sc-application-details .nav-info{position: relative;}
    .sc-application-details .nav-info ul{padding: 0; margin: 0; list-style: none;}
    .sc-application-details .nav-info ul>li{width: 100%; padding: 32px 0;}
    .sc-application-details .nav-info ul>li+li{border-top: 1px solid #DBDBDB;}
    .sc-application-details .nav-mobile-link{display: flex; align-items: center; text-decoration: none; color: var(--cr-dark); position: relative; 
        font-weight: 600;  font-weight: 600; font-size: 16px; line-height: 1.5em;
    }
    .sc-application-details .nav-mobile-link:before { content: ""; position: absolute; width: 12px; height: 12px; transform: rotate(45deg); top: 0px; right: 0; bottom: 0;
        margin: auto; border-top: 2px solid var(--cr-green); border-right: 2px solid var(--cr-green);
    }
    .sc-application-details .nav-mobile-link .icon{margin-right: 16px; display: flex; justify-content: center; align-items: center; width: 24px; height: 24px;}
    .sc-application-details .nav-mobile-link .icon > img{width: 24px; height: 24px;}

    .sc-application-details .back-mobile { width: 40px; height: 40px; position: absolute; z-index: 9; top: 16px; left: 16px;}
    .sc-application-details .nav-info-head{display: block; text-align: center;}
    .sc-application-details .nav-info-head .txt{font-size: 24px; line-height: 1.5em; color: var(--cr-dark); text-align: center; margin-bottom: 24px; display: none;}
    .sc-application-details .nav-info-head .txt strong{font-weight: 600;}
    .sc-application-details .nav-info-head .txt.active{display: block;}

    .sc-application-details .tab-container{position: fixed; top: 0; left: 100%; height: calc(100dvh); /*max-height: calc(100dvh);*/ width: 100vw; overflow: auto; z-index: 10000; 
        background: #F0FAF7; transition: var(--tsition); padding: 72px 16px 16px 16px; pointer-events: none;
    }
    .sc-application-details .tab-container.protection-active{left: 0; pointer-events: visible;}
    .sc-application-details .tab-control{margin-bottom: 24px;}

    /*############################ protection-active ###################################*/
    html.protection-active{overflow: hidden; touch-action: none; pointer-events: none;}
    body.protection-active{overflow: hidden; touch-action: none; pointer-events: none;}
    .icw .main.protection-active{position: static; touch-action: none; pointer-events: none;}

    
    .sc-application-details .sc-shortcut{background: #fff; margin-top: 0;padding: 32px 16px;}
    .sc-application-details .sc-shortcut .wrapper{flex-direction: row;}
    .sc-application-details .sc-shortcut .item-list li:last-child{border-bottom: 0;}

}

@media screen and (min-width: 768px) { 
    .sc-application-details .sc-heading{margin-bottom: 40px;}
    .sc-application-details .tab .control{gap: 48px;}
    .sc-application-details .row-flex{margin: 0 -24px;}
    .sc-application-details .row-flex + .row-flex{margin-top: 48px;}
    .sc-application-details .row-flex > div{padding: 0 24px;}
    .sc-application-details .row-flex + .row-flex > div + div{margin-top: 0;}
    .sc-application-details .box-info{border-top: 5px solid var(--cr-green); background: #FAFAFA; border-radius: 0px 0px 8px 8px; box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10); display: block;}
    .sc-application-details .box-info + .box-info{margin-top: 16px; border-top: 5px solid var(--cr-green); padding-top: 0;}
    .sc-application-details .wrapper{position: relative; z-index: 0; top: auto; left: auto; height: auto; width: auto; background: none;}
    .sc-application-details .inner{padding: 48px 32px; background: transparent;}
    .sc-application-details .note{padding: 16px 32px; background: transparent;}
    .sc-application-details .h-title{font-size: 20px; text-align: left; margin-bottom: 16px; display: block;}
    .sc-application-details .s-title{font-size: 18px; margin-bottom: 8px;}

    .sc-application-details .nav-info{display: none;}
    .sc-application-details .nav-mobile-link{display: none;}
    .sc-application-details .back-mobile {display: none;}
    .sc-application-details .nav-info-head{display: none;}

    .sc-application-details .tab-control{margin-bottom: 40px;}
    .sc-application-details .tab-container,
    .sc-application-details .tab-container.protection-active{left: 0%; overflow: visible; display: block; position: static; width: auto; height: auto; padding: 0; background: transparent;pointer-events: inherit;}

    html.protection-active{overflow: inherit; touch-action: inherit; pointer-events: inherit;}
    body.protection-active{overflow: inherit; touch-action: inherit; pointer-events: inherit;}
    .icw .main.protection-active{position: relative; touch-action: inherit; pointer-events: inherit;}

    
    .sc-application-details .sc-shortcut{background: #F0FAF7; margin-top: 40px;padding: 0;}
    .sc-application-details .sc-shortcut .wrapper{background: #fff; flex-direction: column;}
}

@media screen and (min-width: 992px) {
    .sc-application-details .row-flex{display: flex;}
}
@media screen and (min-width: 1200px) {
}


/*############################ sc-apply ###################################*/
@media screen and (min-width: 200px) {
    .sc-apply{background: url(../img/bg-droplead.jpg) #008661 no-repeat center; background-size: cover; position: relative; overflow: hidden;  height: auto !important;}
    .sc-apply .bg-overlay {background: rgba(0,0, 0, 0.2) !important;background-repeat: no-repeat;background-size: cover;background-position: center;
        position: absolute;width: 100%;height: 100%;top: 0;left: 0; pointer-events: none;
    }
    .sc-apply .sc-inner {padding: 48px 0;}
    .sc-apply .sc-headline{text-align: center; margin-bottom: 24px;}
    .sc-apply .sc-headline .sc-heading{margin-bottom: 0px; line-height: 1.5em; font-size: 28px; color: #fff; font-weight: 600;}
    .sc-apply .sc-content{}
    .sc-apply .fields {font-size: 0;}
    .sc-apply .fields > .row{margin-left: -10px; margin-right: -10px; position: relative;}
    .sc-apply .fields > .row:before,
    .sc-apply .fields > .row:after{content: ''; display: table; clear: both;}
    .sc-apply .fields > .row > div{padding-left: 10px; padding-right: 10px; position: relative; min-height: 1px; float: left;}
    .sc-apply .fields > .row > .a-center{text-align: center;}
    .sc-apply .fields > .row > .col-xs-12{width: 100%;}
    .sc-apply .fields > .row + .row{margin-top: 32px;}
    .sc-apply .fields > .row > div + div{margin-top: 32px;}
    .sc-apply .fields > .row.condition-noted{margin-top: 40px;}
    .sc-apply .fields > .row.condition-noted + .row.action{margin-top: 16px;}
    .sc-apply .fields #rowPerName {margin-bottom: 32px;}
    .sc-apply .fields > .footnote{margin-top: 16px;  font-size: 10px; font-weight: 500; line-height: 1.6em; color: #fff;}
    .sc-apply .input {position: relative;text-align: left;}

    .sc-apply .select2.disabled,
    .sc-apply .select2-selection__rendered.disabled,
    .sc-apply .select2-selection__placeholder,
    .sc-apply input.placeholder{color: #999;}
    .sc-apply input:focus-visible{outline: none;}

    .sc-apply input[type="text"], .sc-apply input[type="password"], .sc-apply input[type="date"], 
    .sc-apply input[type="datetime"], .sc-apply input[type="datetime-local"], .sc-apply input[type="month"], 
    .sc-apply input[type="week"], .sc-apply input[type="email"], .sc-apply input[type="number"], .sc-apply input[type="search"], 
    .sc-apply input[type="tel"], .sc-apply input[type="time"], .sc-apply input[type="url"], .sc-apply textarea, .sc-apply select{border-radius: 48px;}

    .sc-apply .form input,.sc-apply .form textarea,.sc-apply .form select{padding: 12px 16px; line-height: 1.5em;
        font-size: 16px; font-weight: 600;  color: #999; width: 100%; background: #fff; border: 1px solid transparent;
    }
    .sc-apply .form input:focus,.sc-apply .form textarea:focus,.sc-apply .form select:focus,
    .sc-apply .form input:focus-visible,.sc-apply .form textarea:focus-visible,.sc-apply .form select:focus-visible{border-color: var(--cr-green); outline: none;}

    .sc-apply .form .input.required input,
    .sc-apply .form .input.required textarea,
    .sc-apply .form .input.required select,
    .sc-apply .form .input.required .select2-container--default .select2-selection--single,
    .sc-apply .form .input.required .select2-container--default .select2-dropdown {outline: 2px solid #ff0000; color: inherit ;}
    .sc-apply .form .input.required input::-webkit-input-placeholder,
    .sc-apply .form .input.required input:-ms-input-placeholder,
    .sc-apply .form .input.required input::placeholder{color: #999;}
    .sc-apply .form .input.required {position: relative; margin-bottom: 12px;}
    .sc-apply .form .input.required:after {content: "!"; font-size: 18px; position: absolute; right: 16px; top: 10px;
        color: #fff; background-color: #ff0000; border-radius: 50%; width: 26px; height: 26px; line-height: 1.5; text-align: center;
    }
    .sc-apply .form .text-required {font-size: 13px;color: #fff;background-color: #ff0000;width: auto;padding: 2px 10px;position: absolute;right: 12px;bottom: -24px;border-radius: 10px; margin: 0;}

    .sc-apply .field {max-width: 400px; width: 100%; display: inline-block;vertical-align: top; clear: both;}
    .sc-apply .field.hide{display: none;}
    .sc-apply .field > p {margin: 0;  font-size: 13px; font-weight: 500; line-height: 1.5em; color: #fff;}

    .sc-apply .row.action .btn {background: var(--cr-green); color: var(--cr-light); width: 100%; font-size: 20px;}
    .sc-apply .row.action .btn:before{background-color: #0BC160;}
    .sc-apply .row.action .disabled-action .btn {background: #CCC; color: #999; pointer-events: none;}
    .sc-apply .row.action .disabled-action .btn:before{background-color: #CCC;}

    .sc-apply .select2-container .select2-selection--single .select2-selection__rendered {padding: 12px 16px; padding: 12px 16px;
        padding-right: 45px; line-height: 1.5em;
        font-size: 16px; font-weight: 600;  color: #999; width: 100%; background: #fff;
        overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    }

    .sc-apply .select2.disabled,
    .sc-apply .select2-selection__rendered.disabled,
    .sc-apply .select2-selection__placeholder {color: #999;}

    .sc-apply .form .link.previous{ font-size: 16px; font-weight: 500; line-height: 1.5em; color: #fff; text-decoration: none;}
    .sc-apply .form .link.previous .ic{position: relative; top: 2px;}

    .sc-apply #fieldset-2 .fields > .row:first-child + .row{margin-top: 0px;}
    .sc-apply #fieldset-2 .fields > .row:nth-child(5) > div + div{margin-top: 0px;}
}

@media screen and (min-width: 768px) { 
    .sc-apply .sc-inner {padding: 64px 0;}
    .sc-apply .sc-headline{margin-bottom: 40px;}
    .sc-apply .sc-headline .sc-heading{font-size: 42px;}

    .sc-apply .fields > .row + .row{margin-top: 36px;}
    .sc-apply .fields > .row > div + div{margin-top: 36px;}
    .sc-apply .fields #rowPerName {margin-bottom: 36px;}
}
@media screen and (min-width: 992px) {
    .sc-apply .fields > .row > div + div{margin-top: 0px;}
}
@media screen and (min-width: 1200px) {
}

/*==============================  sc-apply #msform  ===============================*/
#msform {width: 100%;margin: auto; position: relative;min-height: 520px;}
#msform fieldset{width: 100%; position: relative;border: 0;margin: 0;padding: 0;}
#msform fieldset .row .col-md-6{width: 50%;}
#msform fieldset:last-child .fields > .row:last-child {margin-top: 20px;}
#msform fieldset:last-child .row .col-md-6:first-child {text-align: right;}
#msform fieldset:last-child .row .col-md-6:last-child {text-align: left;}
#msform fieldset:not(:first-of-type) {display: none; position: absolute;}
#msform .action[data-step='2'] {margin-top: 20px;}

@media screen and (max-width: 991px) {
    #msform fieldset .row .col-md-6{width: 100%;}
    #msform fieldset:last-child .row .col-md-6:first-child,
    #msform fieldset:last-child .row .col-md-6:last-child {text-align: center;}
}
@media screen and (max-width: 767px) {
}

/*==============================  sc-apply visible&hidden  ===============================*/
.sc-apply .visible-w1199{display: none;}
.sc-apply .visible-w991{display: none;}
.sc-apply .visible-w767{display: none;}
.sc-apply .visible-w414{display: none;}
.sc-apply .visible-w375{display: none;}
.sc-apply .visible-w360{display: none;}
@media (max-width: 1199px){
    .sc-apply .visible-w1199{display: block;}
    .sc-apply .hidden-w1199{display: none;}
}
@media (max-width: 991px){
    .sc-apply .visible-w991{display: block;}
    .sc-apply .hidden-w991{display: none;}
}
@media (max-width: 767px){
    .sc-apply .visible-w767{display: block;}
    .sc-apply .hidden-w767{display: none;}
}
@media (max-width: 414px){
    .sc-apply .visible-w414{display: block;}
    .sc-apply .hidden-w414{display: none;}
}
@media (max-width: 375px){
    .sc-apply .visible-w375{display: block;}
    .sc-apply .hidden-w375{display: none;}
}
@media (max-width: 360px){
    .sc-apply .visible-w360{display: block;}
    .sc-apply .hidden-w360{display: none;}
}



/*############################ sc-faqs ###################################*/
@media screen and (min-width: 200px) {

    .sc-faqs{background: #fff; overflow: hidden;}
    .sc-faqs .sc-heading{text-align: center; margin-bottom: 32px;}
    .sc-faqs .sc-heading .title{margin-bottom: 0; line-height: 1.5em;}
    .sc-faqs .tab-control2 {margin-bottom: 32px;height: 52px}
    .sc-faqs .accordion-group + .accordion-group{margin-top: 16px;}
    .sc-faqs .accordion-group .s-title{margin-bottom: 24px; text-align: center; line-height: 1.5em;}
    .sc-faqs .accordion-group .accordion + .s-title{margin-top: 40px;}
    .sc-faqs .accordion-group .accordion{max-width: 850px; margin-left: auto; margin-right: auto;}
    .sc-faqs .accordion-group .accordion + .accordion{margin-top: 16px;}

    .sc-faqs .accordion {position: relative; border-radius: var(--radius);background: var(--cr-light);box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);}
    .sc-faqs .accordion-title { position: relative; padding: 16px 50px 16px 16px; cursor: pointer; color: var(--cr-dark); word-wrap: break-word;
        font-size: 16px; font-weight: 600;  border-radius: 8px; background-color: transparent;
        transition: var(--transition);text-align: left;
    }
    .sc-faqs .accordion-title:after {font-family: 'icongarage';content: "\e90f"; font-size: 14px; line-height: 1; width: 18px; height: 18px; margin: auto;
        position: absolute; right: 16px; top: 0; bottom: 0;  display: flex; justify-content: center; align-items: center;
    }
    .sc-faqs .accordion-title.active:after {content: "\e910";}
    .sc-faqs .accordion-title:after,
    .sc-faqs .accordion-title:hover{color: var(--cr-green);}
    .sc-faqs .accordion-title.active {color: var(--cr-green); background-color: #fff;}
    .sc-faqs .accordion-title.active:after {color: var(--cr-green);}
    .sc-faqs .accordion-content{padding: 16px;}
    .sc-faqs .accordion-content a{color: var(--cr-green); text-decoration: underline; font-weight: 600; word-break: break-all;}
    .sc-faqs .accordion-content p{line-height: 1.5em;  color: var(--cr-dark);}
    .sc-faqs .accordion-content p strong{font-weight: 600;}
    .sc-faqs .accordion-content p .link{font-weight: 600; }
    .sc-faqs .accordion-content p:last-child{margin-bottom: 0;}
    .sc-faqs .accordion-content ul{margin: 0 0 0.6em 1.2em;padding: 0;}
    .sc-faqs .accordion-content ul:last-child{margin-bottom: 0;}
    .sc-faqs .accordion-content ul > li{position: relative; list-style-type: disc;  font-size: 16px; font-weight: 500; line-height: 1.5em; color: var(--cr-dark);text-align: left;;}
    .sc-faqs .accordion-content ul > li+li{margin-top: 5px;}
    .sc-faqs .accordion-content ol{margin: 0 0 0.6em 1.2em; padding: 0;}
    .sc-faqs .accordion-content ol:last-child{margin-bottom: 0;}
    .sc-faqs .accordion-content ol > li{position: relative; list-style-type: decimal;  font-size: 16px; font-weight: 500; line-height: 1.5em; color: var(--cr-dark);}
    .sc-faqs .accordion-content ol > li+li{margin-top: 5px;}
    .sc-faqs .accordion-content .icon{margin-right: 5px; position: relative; top: -2px;}
    .sc-faqs .accordion-content .link-tel{color: var(--cr-light); white-space: nowrap; text-decoration: none; background-color: var(--cr-green);
        align-items: center; justify-content: center; height: 40px; padding: 0 24px; border-radius: 8px; font-size: 16px; font-weight: 600; 
        display:inline-flex;  margin: 8px 0; margin-right: 16px;
    }
    .sc-faqs .accordion-content .link-tel .icon{position: relative; top: 1px; margin-right: 8px;}
    .sc-faqs .accordion-content .link-tel + .link-tel{margin-right: 0;}
    .sc-faqs .accordion-content .no-phone{pointer-events: none; color: inherit; text-decoration: none;}
    .sc-faqs .accordion-content a[x-apple-data-detectors].no-phone {
        color: inherit !important; text-decoration: none !important; font-size: inherit !important; font-family: inherit !important;
        font-weight: inherit !important;line-height: inherit !important;
    }

    .sc-faqs .action{padding-top: 40px; text-align: center;}
    .sc-faqs .action .more{color: #009861;}
    .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;}

}

@media screen and (min-width: 768px) { 

    .sc-faqs .sc-heading{margin-bottom: 40px;}
    .sc-faqs .tab-control2 {margin-bottom: 40px;}
    .sc-faqs .accordion-title{font-size: 18px;}
    .sc-faqs .accordion-content .link-tel{display: none;}
    .sc-faqs .accordion-content a{word-break: keep-all;}

}

@media screen and (min-width: 992px) {
}

@media screen and (min-width: 1200px) {
    .sc-faqs .accordion-title{padding: 16px 50px 16px 24px;}
    .sc-faqs .accordion-content{padding: 16px 24px;}
}


/*############################ sc-articles ###################################*/
@media screen and (min-width: 200px) {
    .sc-articles{background: #FAFAFA; overflow: hidden;}
    .sc-articles .sc-heading{text-align: center; margin-bottom: 36px;}
    .sc-articles .sc-heading .title{margin-bottom: 0; line-height: 1.5em;}
    .sc-articles .articles-list{position: relative;}
    .sc-articles .item-list{margin: -8px; padding: 0; list-style: none;}
    .sc-articles .item-list > li{width: calc(100%); padding: 8px; float: none;}
    .sc-articles .wrapper{display: block; position: relative;}
    .sc-articles .thumb{border-radius: 8px 8px 0 0; overflow: hidden; position: relative; padding-bottom: 60.165%;}
    .sc-articles .thumb > img{width: 100%; height: 100%; position: absolute; top: 0; left: 0; object-fit: cover; object-position: top center;}
    .sc-articles .content{border-radius: 0 0 8px 8px; background: var(--cr-light); padding: 24px; box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);}
    .sc-articles .content .title{color: var(--cr-dark); height: 2.9em!important; overflow: hidden; display: -webkit-box; line-height: 1.5em; margin-bottom: 8px;
        -webkit-line-clamp: 2!important;
        -webkit-box-orient: vertical;
    }
    .sc-articles .content .desc{color: var(--cr-gray); height: 2.9em; overflow: hidden; display: -webkit-box; line-height: 1.5em; margin-bottom: 16px;
        -webkit-line-clamp: 2;  font-weight: 500;
        -webkit-box-orient: vertical;
    }
    .sc-articles .content .link{color: var(--cr-green); text-decoration: underline; font-weight: 600;}
    .sc-articles .action{text-align: center; margin-top: 32px;}
    .sc-articles .action .btn{height: 40px; line-height: 40px; min-width: 167px;}
}
@media screen and (min-width: 768px) { 
    .sc-articles .sc-heading{margin-bottom: 40px;}

    .sc-articles .item-list{margin: -12px; display: flex; justify-content: center;}
    .sc-articles .item-list > li{width: calc(100%/2); padding: 12px;}

    .sc-articles .action{margin-top: 40px;}
}

@media screen and (min-width: 992px) {
    .sc-articles .item-list > li{width: calc(100%/3);}
}

@media screen and (min-width: 1200px) {
    .sc-articles .wrapper .thumb > img{transition: var(--tsition); transform: scale(1.0);}
    .sc-articles .wrapper:hover .thumb > img{transform: scale(1.1);}
    .icw .sc-articles .articles-slide .wrapper{width: auto;}
}


/*############################ sc-shortcut ###################################*/
@media screen and (min-width: 200px) {
    .sc-shortcut{background-color: var(--cr-light); overflow: hidden;}
    .sc-shortcut.sc-top .sc-inner{padding-top: 90px;}
    .sc-shortcut .sc-inner{padding: 40px 0;}
    .sc-shortcut .item-list{position: relative; padding: 0; margin: 0; list-style: none;}
    .sc-shortcut .item-list > li{width: 100%; border-bottom: 1px solid var(--cr-border);}
    .sc-shortcut .item-list > li+li{margin-top: 8px;}
    .sc-shortcut .wrapper{display: flex; width: 100%;flex-wrap: nowrap; position: relative; padding:8px 0;}
    .sc-shortcut .icon{-webkit-box-flex: 0;flex: 0 0 auto; width: auto; max-width: none;}
    .sc-shortcut .icon img{height: 20px; display: block; margin: 0 auto;}
    .sc-shortcut .content{flex-basis: 0;-webkit-box-flex: 1;flex-grow: 1;max-width: 100%; padding-left: 16px;}
    .sc-shortcut .txt{font-size: 16px; color: var(--cr-green); margin: 0; line-height: 1.5em;}
    .sc-shortcut .txt strong{font-weight: 600; color: var(--cr-dark);}
    .sc-shortcut .txt .a-link{font-weight: 600; color: var(--cr-green); text-decoration: underline;}
}

@media screen and (min-width: 768px) { 
    .sc-shortcut .item-list{margin: -9px; display: flex; flex-wrap: wrap;}
    .sc-shortcut .item-list > li {width: calc(100%/3); border: 0; padding: 9px;}
    .sc-shortcut .item-list > li+li{margin-top: 0;}
    .sc-shortcut .wrapper{border: 1px solid #EDEDED; border-radius: 8px; padding: 16px;  flex-direction: column; align-items: flex-start; min-height: 144px;}
    .sc-shortcut .wrapper:before{display: none;}
    .sc-shortcut .content{padding-left: 0; padding-top: 15px;}
    .sc-shortcut .icon img {height: 25px;}
    .sc-shortcut .txt{line-height: 1.5em; min-height:2.8em; color: var(--cr-dark); text-decoration: none;}
    .sc-shortcut .wrapper{transition: var(--transition); transform: scale(1.0);}
    .sc-shortcut .wrapper:hover{transform: scale(1.05);}
}

@media screen and (min-width: 992px) {
    .sc-shortcut .item-list{justify-content: center;}
    .sc-shortcut .item-list > li {width: calc(100%/5);}
}

@media screen and (min-width: 1200px) {
    .sc-shortcut .icon img {height: 27px;}
}


.sc-product-info .note {margin-top: 32px;}
.sc-product-info .note p {margin-bottom: 8px;}
.sc-product-info .note .desc {font-size: 13px;}
.c-black {color: #333 !important;}
.mt-8 {margin-top: 8px !important;}
.btn-banner {
}

.btn-banner .btn {
    color: #fff !important;
    max-width: 169px;
    width: 100%;
    box-shadow: none;
    background: #00a94f;
    
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    line-height: 48px;
    height: 48px;
    border-radius: 8px;
    width: 100%;
    
    position: absolute;
    bottom: 48px;
}

.icw .btn-banner .btn:hover, .icw .btn-banner .btn:active:hover {
    background: #0BC160;
}

#hightlight-banner .swiper-slide {
    position: relative;
}

@media screen and (max-width:767px) {
    .btn-banner .btn {
        left: 0;
        right: 0;
        margin: auto;
    }
}


.download-flex {
    display: flex;
    margin-bottom: 2%;
    column-gap: 15px;
    justify-content: center;
    align-items: center;
}

.download-icon {
    width: 25px;
}

@media screen and (max-width:767px) {
    .download-icon {
    width: 30px;
}
    .download-flex {
    display: flex;
    margin-bottom: 2%;
    column-gap: 15px;
    justify-content: center;
    align-items: flex-start;
}
}

.download-text {
    margin: 0 !important;
}

.download-text:hover {
    color: var(--cr-green);
    text-decoration: underline;
    
}

/*################################## syle search-credit #####################################*/
.search-credit {
    background-color: #F5F5F5;
    position: relative;
    padding: 24px 16px;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 8px;
}

.search-credit .sc-content {
    display: grid;
    min-height: 69px;
    align-items: center;
}

.search-credit .sc-content .title {
    
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #333333;
}

.search-credit img {
    width: 150px;
}

.sc-search-credit .search-credit .btn-search:hover,
.sc-search-credit .search-credit .btn-search:focus,
.sc-search-credit .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;
    
}

.search-credit .btn-search .icon {
    font-size: 24px;
    color: #00A94F;
}

@media screen and (max-width: 767px) {
    .search-credit .sc-content {
        grid-template-columns: auto auto;
    }
    .search-credit img {
        width: 113px;
    }
    .search-credit .sc-content .title {
        font-size: 18px;
    }

    .search-credit {
        flex-direction: column;
    }
}
/* popup-overlay */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 99999;
    padding: 16px;
  }
  
  .popup-content {
    position: relative;
    width: 100%;
    height: 80%;
    background: #fff;
    border-radius: 10px;
  }
  
  .wrapper-img {
    overflow: hidden;
    height: 100%;
  }
  
  .wrapper-img-inner {
    overflow: auto;
    position: relative;
    width: 100%;
    height: 100%;
  }
  
  .wrapper-img-inner img {
    display: block;
    max-width: initial;
    transition: transform 0.2s ease;
    cursor: grab;
    width: 100%;
  }
  
  .close-popup {
    position: absolute;
    top: 24px;
    right: 11px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #00A94F;
    border-radius: 100%;
    color: #FFF;
    font-size: 30px !important;
    font-weight: 600 !important;
    text-align: center;
    line-height: 34px !important;
  }
  
  .wrapper-zoom-btn {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    gap: 8px;
    margin-top: 24px;
    display: flex;
    justify-content: center;
  }
  
  .wrapper-zoom-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFF;
    padding: 3px 0;
    border-radius: 8px;
  }
  
  .wrapper-zoom-inner>div {
    width: 24px;
    height: 24px;
    margin: 0 10px;
  }
  
  .zoom-out-btn > img {
    width: 20px;
  }
  
  .zoom-line {
    width: 1px;
    height: 9px;
    background: #D9D9D9;
  }
  
  .disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
  }


  
/*############################ accordion ###################################*/

.accordion-group .accordion-block + .s-title {
    margin-top: 40px;
}

.accordion-group .accordion-block {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.accordion-group .accordion-block + .accordion-block {
    margin-top: 16px;
}


dl.accordion-group {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.accordion-title {
    position: relative;
    border-radius: var(--radius);
    background: var(--color-light);
    /* box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1); */
}

.accordion-title {
    position: relative;
    padding: 16px 50px 16px 16px;
    cursor: pointer;
    color: var(--cr-dark);
    word-wrap: break-word;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    border-radius: 8px;
    background-color: transparent;
    transition: var(--transition);
    margin-bottom: 0;
    margin-top: 16px;
    background-color: var(--color-light);
}

.accordion-title:first-child {
    margin-top: 0;
}

.accordion-title:after {
    font-family: "icongarage";
    content: "\e90f";
    font-size: 14px;
    line-height: 1;
    width: 18px;
    height: 18px;
    margin: auto;
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

.accordion-title.active:after {
    content: "\e910";
}

.accordion-title:after {
    color: var(--color-primary);
}

.accordion-title:hover:after {
    color: var(--color-primary);
}

.accordion-title:hover {
    color: var(--color-primary);
    background-color: var(--color-light);
    border-left: 8px solid var(--cr-green);
}

.accordion-title.active {
    color: var(--cr-green);
    background-color: #fff;
    border-radius: 8px 8px 0 0;
    border-left: 8px solid #00A94F;
    transition: 0ms;
    /* box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1); */
}

.accordion-title.active:after {
    color: var(--color-green);
}

.accordion-content {
    padding: 16px;
    
    margin: 0;
    background-color: var(--color-light);
    /* box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1); */
    border-radius: 0 0 8px 8px;
    /* border-left: 8px solid var(--cr-light); */
}

.accordion-content.active {
    border-left: 8px solid var(--cr-green);
}

.accordion-content .hr {
    border-top: 1px solid #eee;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
}

.accordion-content .remark .remark-title {
    margin-bottom: 8px;
}

.accordion-content .remark .remark-desc {
    font-size: 13px;
}

.accordion-content .remark .list-remark {
    margin-right: 16px;
}

.accordion-content a {
    color: var(--color-primary);
    text-decoration: underline;
    font-weight: 600;
    word-break: break-all;
}

.accordion-content p,
.accordion-content dd {
    line-height: 2;
    margin: 0;
    color: var(--cr-gray);
}

.accordion-content p strong,
.accordion-content dd strong {
    font-weight: 600;
    color: var(--cr-gray);
}

.accordion-content p:last-child,
.accordion-content dd:last-child {
    margin-bottom: 0;
}

.accordion-content ul {
    margin: 0 0 16px 1.2em;
    padding: 0;
}

.accordion-content ul:last-child {
    margin-bottom: 0;
}

.accordion-content ul li::marker {
    font-size: 13px;
}

.accordion-content ul strong {
    color: var(--color-black);
}

.accordion-content ul > li {
    color: var(--cr-gray);
    position: relative;
    list-style-type: disc;
    
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
}

.accordion-content ul > li + li {
    margin-top: 5px;
}

.accordion-content ol {
    margin: 0 0 16px 1.2em;
    padding: 0;
}

.accordion-content ol:last-child {
    margin-bottom: 0;
}

.accordion-content ol > li {
    position: relative;
    list-style-type: decimal;
    
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.accordion-content ol > li + li {
    margin-top: 5px;
}

.accordion-content .icon {
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.accordion-content .link-tel {
    color: var(--cr-gray);
}

.ic-telephone {
    display: inline-block;
}

.accordion-content .link-tel .icon {
    position: relative;
    top: 1px;
    margin-right: 8px;
}

.accordion-content .link-tel + .link-tel {
    margin-right: 0;
}

.accordion-content .no-phone {
    pointer-events: none;
    color: inherit;
    text-decoration: none;
}

.accordion-content a[x-apple-data-detectors].no-phone {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

.sc-heading {
    margin-bottom: 40px;
}

.tab-control {
    margin-bottom: 40px;
}

.accordion-title {
    font-size: 18px;
}

.accordion-content .link-tel {
    display: none;
}

.icw dd {-webkit-margin-start: 0 !important;}


.zoom.hide-w767 {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.zoom.hide-w767 i {
    font-size: 24px;
    color: var(--cr-green);
}


.title-tab-step .zoom {
    font-weight: 600;
    color: var(--cr-green);
    text-align: center;
    margin-top: 32px;
}

#nonekplus .title-tab-step .zoom {margin-top:0;}


@media screen and (min-width:768px) {
    .mt-32 {margin-top: 32px !important;}
    .sc-faqs .container {
        max-width: 900px !important;
    }
    .swiper-wrapper img {
        max-width: 300px;
        margin: auto;
        display: block;
    }
}

#hightlight-banner .swiper-wrapper img{max-width: 100%;}


@media screen and (max-width:768px) {

    .sc-step-on-kepocket .sc-content {overflow: visible !important;}
    .sc-how-to .sc-content {overflow: visible !important;}

    .swiper-wrapper img {max-width: 300px;
    margin: auto;
    display: block;}

    .mt-32 {margin-top: 24px !important;}
    /* Dropdown styles */
    .tab-dropdown-btn {
        background: #f7f7f7;
        border: 1px solid #ccc;
        border-radius: 20px;
        padding: 10px 15px; /* Adjust padding for better look */
        cursor: pointer;
        font-size: 1rem;
        color: #555;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center; /* Center the icon */
        width: 40px; /* Set a fixed width for the button */
        height: 40px; /* Set a fixed height for the button */
    }
    
    /* สไตล์สำหรับไอคอน ic-nav-icon_arrow ที่คุณกำหนดเอง */
    .tab-dropdown-btn .ic-nvg.ic-nav-icon_arrow {
        display: inline-block;
        width: 10px;
        height: 10px;
        border: solid #555;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg); /* Arrow pointing down */
        transition: transform 0.3s ease;
    }

    .tab-dropdown-btn.active .ic-nvg.ic-nav-icon_arrow {
        transform: rotate(225deg); /* Arrow pointing up when active */
    }

    .tab-dropdown-btn:hover {
        border-color: #007bff;
        color: #007bff;
    }
    .tab-dropdown-btn:hover .ic-nvg.ic-nav-icon_arrow {
        border-color: #007bff;
    }


    .tab-dropdown {
        position: absolute;
        top: 15.5%;
        right: 1.5%;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 8px;
        padding: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        z-index: 100;
        display: none;
        flex-direction: column;
        gap: 5px;
        min-width: 200px;
        width: 95%;
    }
    .tab-dropdown.active {
        display: flex;
    }

    .tab-dropdown .btn-tab.active {
        border-radius: 8px;
        border: 1px solid #00A94F;
        color: #fff;
        background: #00A94F;
        /* display: flex
    ; */
        padding: 8px;
        align-items: center;
        gap: 8px;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
    }

    .tab-dropdown .btn-tab {
        padding: 8px 24px;
        align-items: center;
        gap: 8px;
        border-radius: 8px;
        border: 1px solid #DDD;
        color: #666;
        background: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
    }

    .ic-nav-icon_arrow:before {
        content: "" !important;
    }

}


/*########################### section line creators ###################################*/
.section-creators .section-content .content-header {
  max-width: 999px;
}

.section-creators .logo {
  margin-bottom: 32px;
}

.section-creators .content-box {
  padding-top: 32px;
}

@media screen and (min-width:767px) {
  .section-creators .logo {
    margin-bottom: 64px;
  }
}

.hide {
  display: none !important;
}

.sc-faqs .accordion-title.active h3 {
  color: #00A94F !important;
}

.sc-faqs .accordion-title:after {
  font-family: "icongarage" !important;
  content: "\e90f";
  font-size: 13px;
  line-height: 1;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}

.sc-faqs .accordion-title:after,
.sc-faqs .accordion-title:hover {
  color: var(--cr-green);
}

.sc-faqs .accordion-title.active:after {
  color: var(--cr-green);
}

.sc-faqs .accordion-title,
.sc-faqs .accordion-content {
  background: #fff;
}

.sc-faqs .accordion-content.active ul {
  margin-left: 0;
  padding-left: 26px;
}

.ac-footer {
  display: flex;
  flex-direction: column;
  padding: 16px 24px;
  margin-left: -16px;
  margin-right: -16px;
  gap: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.ac-footer p {
  font-size: 13px !important;
  margin: 0 !important;
}


.f-13{font-size: 13px;}


.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}
.f-bold {
    font-weight: 600 !important;
}
.nw {
    white-space: nowrap;
}



.accordion-content.active {
    border-left: 8px solid var(--cr-green);
}


