.icw .section-content h3,
.icw .section-content .h3,
.table tbody th,
.table .td-num {
    width: 153px;
    height: 36px;
    color: #ffffff;
    font-family: 'Kanit';
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}

.icw .section-content h3,
.icw .section-content .h3,
.table tbody th,
.table .td-num .c-green {
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin: 0;
    font-family: 'Kanit';
}

.icw .section-content .sc-card-group .content h3 {
    margin: 20px 0;
}

.a-center {
    text-align: center !important;
}

.c-green {
    color: #00a950 !important;
}

.section-content .content h3 {
    font-family: 'kanit';
    font-size: 24px;
    font-weight: 600;
}

.icw .section-content .h4,
.icw .card-code p,
.icw .h3 {
    color: #fff;
}

.icw .section-content .h4,
.icw .section-content .card-code p,
.icw .section-content .h3 {
    font-family: 'kanit', 'DBThaiTextXBd', Helvetica, Arial, sans-serif;
}

.icw .section-content .art-content section {
    font-size: 16px;
}

.icw .section-content h1 h2 h3 h5 h6 {
    font-family: 'kanit', 'Helvetica', 'Arial', 'sans-serif';
}

.icw .section-content .sc-card .sc-title {
    font-family: 'kanit';
}

.icw .section-content .sc-table {
    margin-top: 40px;
}

.icw .section-content .sc-table .sc-table-topic {
    margin-top: 40px;
}

.icw .section-content .popup-content-image {
    width: 100%;
    max-width: 690px;
}

.icw .section-content .table-image {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.icw .section-content .folder:hover {
    cursor: pointer;
}

.icw .section-content .folder::after {
    font-family: 'icokbank';
    content: "\e90d";
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    margin-left: 1rem;
    vertical-align: middle;
    transition: transform 300ms;
}

.icw .section-content .folder.show::after {
    transform: rotate(180deg);
}

.icw .section-content .sc-table-content .sc-remark {
    color: #333;
    margin-top: -10px;
}

.icw .section-content .sc-table .sc-table-content {
    margin-top: 20px;
}

.section-content .section-condition .accordion-title:after {
    content: '';
    border-top: 2px solid #333;
    border-left: 2px solid #333;
    width: 8px;
    height: 8px;
    top: 25px;
    right: 5px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.icw .section-content .sc-accordion .accordion-title.active:after {
    content: '';
    top: 30px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.icw .section-content .sc-accordion {
    margin-top: 50px;
}

.icw .section-content .sc-accordion .accordion-content {
    color: #999;
}

.icw .section-content .sc-card .sc-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.icw .section-content .card-code table td {
    width: 33.333333%;
    height: 100%;
    padding: 0;
}

.icw .section-content .card-code table td:nth-child(2) {
    border-radius: 10px 0 0 10px;
}

.icw .section-content .card-code table td:nth-child(3) {
    border-radius: 0 10px 10px 0;
}

.icw .section-content .card-code table td:nth-child(2),
.icw .card-code table td:nth-child(3) {
    background: #008B41;
}

.icw .section-content .card-code table td .card-details {
    width: 100%;
    height: 100%;
    padding: 30px;
    border-radius: 10px;
    min-height: 270px;
}

.icw .section-content .card-code table td .card-detail-1,
.icw .section-content .card-code table td .card-detail-2 {
    border-radius: 10px 0 0 10px;
}

.icw .section-content .tooltip {
    position: relative;
}

.icw .section-content .tooltip .tooltip-text {
    display: none;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    top: 50px;
    left: 40%;
    margin-left: -60px;
}

.icw .section-content .tooltip .tooltip-text::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

.icw .section-content .group {
    margin-bottom: 0;
}

.section-content table {
    margin-bottom: 25px;
}

.section-content .card-detail-3 {
    background-color: #007236;
}

.section-content .card-details p {
    width: 100%;
    /* height: 24px; */
    color: #ffffff;
    font-family: 'Kanit';
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}

.section-content table td ul:last-child,
.section-content table td ol:last-child,
.section-content table td li:last-child,
.section-content table td p:last-child {
    margin-top: 5px;
}

.section-content .bg-content {
    background-color: #EEEEEE;
    font-family: 'kanit';
    color: #333;
    padding: 20px;
}

.section-content .label-heading .h3,
.section-content .content-link-btn .btn {
    font-family: 'Kanit', Arial, sans-serif;
    font-weight: bold;
    line-height: 1.4;
    font-weight: 600;
}

.section-content .content-link-btn {
    margin: 30px auto;
}

.section-content .content-link-btn .btn {
    width: 100%;
    max-width: 250px;
    font-size: 16px;
    font-weight: normal;
    border-radius: 23px;
    padding: 9.5px;
}

.section-content .content-link-btn .btn:after {
    font-family: 'icokbank';
    content: "\e909";
    display: inline-block;
    margin-left: 5px;
    font-size: 70%;
    font-weight: bold;
}

.section-content .except {
    margin-top: 80px;
}

.section-content .content-link-btn .btn:after {
    display: none;
}

.icw .section-content .title-code-howto {
    height: auto;
    margin: 20px 0;
}

.section-content .card-details {
    position: relative;
}

.section-content .icon-plus {
    width: 22px;
    height: 22px;
    position: absolute;
    right: -11px;
    top: 45%;
    z-index: 1;
}

.section-content .sc-howto-inner .container {
    width: 100%;
}

.section-content .sc-topic h3 {
    font-size: 24px;
    font-family: 'kanit';
    margin: 0;
    color: #000;
}

.section-content .image img {
    margin: 0 auto;
}

.section-content .main-card {
    background-color: #fff;
    padding-bottom: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.section-content .btn-apply {
    margin-top: 30px;
    border-top: 1px solid #DDD;
}

.section-content .btn-apply img {
    margin-left: 5px;
}

.icw .btn-apply a.btn-download {
    background-color: #20353B;
}

.icw .btn-apply a.btn-download:hover {
    background-color: #162529;
}

.section-content .tab-container .tab-content {
    opacity: 0;
    height: 0;
    overflow: hidden;
    display: block;
    position: relative;
}

.section-content .tab-container .tab-content.active {
    opacity: 1;
    height: auto;
    overflow: visible;
    visibility: visible;
}

.section-content .section-condition .accordion {
    border-top: 1px solid #f2f2f2;
}


/* slick */

.slick-mobile {
    margin-top: 20px;
    padding-bottom: 20px;
}

.icw button.slick-arrow {
    font-size: 0 !important;
    position: absolute;
    top: 45%;
    z-index: 1;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 25px;
    overflow: hidden;
    overflow: hidden;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
}

.icw button.slick-arrow.slick-disabled {
    opacity: .4;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 1;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-arrow:before {
    content: '';
    border-top: 2px solid #00a950;
    border-left: 2px solid #00a950;
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    visibility: visible;
    position: relative;
    top: 0;
    left: 16px;
}

.slick-prev {
    left: 5px;
}

.slick-next {
    right: 5px;
}

.slick-next:before {
    left: 14px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.slick-arrow {
    border-radius: 50%;
    background-color: #fff;
}

.slick-slide:focus {
    outline: 0;
}

.slick-prev,
.slick-next {
    width: 40px;
    height: 40px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.26);
    background-color: #ffffff;
    z-index: 999;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background-color: #ffffff;
}

.slick-disabled {
    opacity: 0.3;
}

@media screen and (min-width: 320px) {
    .section-content .tab {
        position: relative;
        width: 100%;
        max-width: 600px;
        display: inline-block;
        vertical-align: top;
        /* margin-bottom: 25px; */
    }

    .section-content .tab-control{
        border-bottom: 1px solid #dbdbdb;
    }
    /* .section-content .tab-content {
        margin-top: 32px;
    } */
    .section-content .tab .control {
        display: flex;
        gap: 32px;
        justify-content: center;
        table-layout: fixed;
        width: 100%;
        border: 2px solid #00a94f;
    }
    .section-content .tab .control,
    .section-content .tab .selector {
        /* border-radius: 45px; */
        /* overflow: hidden; */
    }
    .section-content .tab .selector {
        display: inline-block;
        width: 100%;
        max-width: 100%;
        height: calc(100% - 8px);
        position: absolute;
        left: 4px;
        top: 9px;
        z-index: 1;
        -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);
        background-color: #fff;
        border-bottom: 3px solid #00a94f;
        overflow: hidden;
    }
    .section-content .tab .control a {
        position: relative;
        height: 50px;
        display: table-cell;
        font-size: 16px;
        line-height: 1.2;
        text-decoration: none;
        padding: 9px 5px;
        vertical-align: middle;
        color: #333;
        z-index: 1;
    }
    .section-content .tab .control a.active {
        color: #333;
        font-weight: 600;
    }
    .section-content .slick-track {
        margin: 0 auto;
    }
    .section-content .section-howto .slick-next.slick-arrow,
    .section-content .section-howto .slick-prev.slick-arrow {
        position: absolute;
        top: 35%;
        width: 40px;
        height: 40px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, .26);
        border-radius: 50%;
        overflow: hidden;
        z-index: 1;
    }
    .section-content .slick-slider .slick-next,
    .section-content .slick-slider .slick-prev {
        /* right: -10px; */
        position: absolute;
        top: 40%;
        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;
    }
    .section-content .slick-slider .slick-next::before,
    .section-content .slick-slider .slick-prev::before{
        content: '';
        display: inline-block;
        width: 10px;
        height: 10px;
        position: relative;
        top: 0;
        border-top: 2px solid var(--cr-light);
        border-left: 2px solid var(--cr-light);
        visibility: visible;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        left: 13px;
        
    }

    .section-content .slick-slider .slick-next::before{
        transform: rotate(135deg);
    }

    .section-content .slick-slider .slick-prev::before{
        left: 16px;
    }
    
    /* .section-content .slick-slider .slick-prev {
        left: -10px;
    } */
    .section-content .slick-slide:focus {
        outline: 0;
    }
    /* dots */
    .section-content .slick-slider .slick-dots {
        position: relative;
        margin: 10px auto;
        line-height: 0;
    }
    .section-content .slick-slider .slick-dots li button {
        font-size: 0;
        line-height: 0;
        margin: 0;
        padding: 0;
        cursor: pointer;
        border: 0;
        outline: none;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: rgba(255, 255, 255, .39);
        opacity: 1;
    }
    .section-content .slick-slider .slick-dots li.slick-active button {
        background: #21CBBB;
    }
    .section-content .slick-slider .slick-dots li {
        position: relative;
        display: inline-block;
        width: auto;
        height: auto;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }
}

@media screen and (max-width: 991px) {
    .icw .section-content .sc-accordion {
        margin-top: 0;
    }
    .icw .section-content .card-code {
        /* padding: 10px 25px; */
        display: block;
    }
    .icw .section-content .card-details {
        text-align: center;
        padding: 0 20px;
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
    }
    .icw .section-content .card-details.line {
        border-top: 1px dashed #fff;
        border-left: none;
        padding-top: 35px;
        margin-top: 20px;
    }
    .icw .section-content .sc-card {
        padding: 20px 0 20px;
    }
}

@media screen and (max-width: 767px) {
    .icw .section-content .card-details {
        padding: 0;
    }
    .icw .section-content .card-code table td {
        width: 100%;
        height: 100%;
        padding: 0;
        display: block;
    }
    .icw .section-content .card-code {
        padding: 0;
        display: block;
    }
    .icw .section-content .card-code table td .card-detail-1 {
        border-radius: 10px 10px 0 0;
    }
    .icw .section-content .card-code table td:nth-child(3) {
        border-radius: 0 0 10px 10px;
    }
    .icw .section-content .card-code table td:nth-child(2),
    .icw .section-content .card-code table td:nth-child(3) {
        background: #008B41;
    }
    .icw .section-content .card-code table td:nth-child(2) {
        border-radius: 10px 10px 0 0;
    }
    .section-content .icon-plus {
        width: 22px;
        height: 22px;
        position: absolute;
        bottom: -11px;
        right: 0;
        top: auto;
        left: 0;
        margin: auto;
        z-index: 1;
    }
    .section-content .sc-howto-inner .container {
        padding: 0;
    }
    .section-content .except {
        margin-top: 110px;
    }

    .section-content .slick-slider .slick-next, 
    .section-content .slick-slider .slick-prev{
        display: none !important;
    }
}