.icw {
    font-family: "kurious-looped";
}

@media screen and (min-width:200px) {

    .icw .img {
        display: block;
    }

    .icw .imgfull,
    .icw .img-full {
        display: block;
        width: 100%;
    }

    .icw .h1 strong,
    .icw h1 strong,
    .icw .h2 strong,
    .icw h2 strong,
    .icw .h3 strong,
    .icw h3 strong,
    .icw .h4 strong,
    .icw h4 strong,
    .icw .h5 strong,
    .icw h5 strong,
    .icw .h6 strong,
    .icw h6 strong,
    .icw p strong,
    .localnav a.link,
    .table-service th {
        font-family: "kurious-looped";
        font-weight: 600;
        line-height: 1.5;
    }

    .icw .h1,
    .icw h1,
    .icw .h2,
    .icw h2,
    .icw .h3,
    .icw h3,
    .icw .h4,
    .icw h4,
    .icw .h5,
    .icw h5,
    .icw .h6,
    .icw h6,
    .icw p,
    .content-area ol li {
        font-family: "kurious-looped";
        font-weight: 500;
        line-height: 1.5;
    }



    .icw .h1,
    .icw h1,
    .icw .h1 strong,
    .icw h1 strong {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 0;
    }

    .icw .h2,
    .icw h2 {
        font-size: 24px;
    }

    .icw .h3,
    .icw h3 {
        font-size: 20px;
    }

    .icw .h4,
    .icw h4,
    .table-service th {
        font-size: 18px;
    }

    .icw .h5,
    .icw .h6,
    .localnav a.link {
        font-size: 16px;
    }



    .slogan {
        text-align: center;
    }

    .section .sc-heading {
        margin-bottom: 30px;
    }

    /* section-step arrow */
    .slick-arrow.slick-disabled {
        opacity: 0.4;
    }

    .slick-next.slick-arrow,
    .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;
    }

    .slick-slider .slick-next {
        right: 10px;
    }

    .slick-slider .slick-prev {
        left: 10px;
    }

    .slick-slide:focus {
        outline: 0;
    }

    .icw button.slick-arrow {
        font-size: 0 !important;
        position: absolute;
        top: 40%;
        z-index: 1;
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 25px;
        overflow: hidden;
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        background-color: rgba(0, 0, 0, .6) !important;
    }

    .slick-arrow:before {
        content: '';
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        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-next:before {
        left: 13px;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .slick-slider .slick-dots {
        position: relative;
        text-align: center;
        margin: 16px auto 0;
        line-height: 0;
    }

    .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: transparent;
        opacity: 1;
        border: 1px solid#ddd;
        transition: .3s ease-in-out;
    }

    .slick-slider .slick-dots li.slick-active button {
        background: #00a94f;
        border: 1px solid #00a94f;
        width: 24px;
        height: 8px;
        border-radius: 50px;
    }

    .slick-slider .slick-dots li {
        position: relative;
        display: inline-block;
        width: auto;
        height: auto;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

    .section-detail .content-area {
        background-color: #00a94f;
    }

    .section-step .list-step {
        vertical-align: top;
    }

    .section-step .list-step img {
        width: 100px;
        margin: 0 auto 20px;
    }

    .bg-gray {
        background-color: #fafafa;
    }


    /* .section-step .list-step {
        padding: 0 60px;

    } */

    .section.section-detail .sc-inner {
        padding-bottom: 0;
    }

    .entrycontent .table-detail {
        margin-bottom: 0;
    }

    .entrycontent .table-detail h2 {
        margin-bottom: 5px;
    }

    .entrycontent .table-detail.table tbody tr td:first-child {
        border-left: 0;
    }

    .entrycontent .table-detail.table thead th {
        border-bottom: 1px solid #d9d9d9;
        border-left: 0;
    }

    table.table-detail td {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .content-area-step {
        padding: 20px 0 0;
    }

    table.table-detail td {
        border-left: 0;
    }

    table.table-service {
        border-radius: 8px;
        /* overflow: hidden; */
        border: 1px solid #f2f2f2;
        min-width: 1100px !important;
        margin-bottom: 24px;
    }

    .table-service thead th {
        background-color: #333333;
        color: #fff;
        text-align: center;
        vertical-align: middle;
        border-left: 1px solid #f2f2f2;
    }

    .table-service tbody td {
        background-color: #fff;
        font-size: 16px;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
        vertical-align: middle;
    }

    .bg-tr-lightgreen {
        background-color: #f2fbf6 !important;
    }

    .bg-tr-gray {
        background-color: #f4f4f4 !important;
    }

    .section-detail-content {
        width: 100%;
        /* max-width: 1020px; */
        margin: 0 auto;
        padding: 64px 0;
    }

    .section-step .list-step .content-area p {
        margin-bottom: 0;
    }

    .section-step .list-step .content-area p.num {
        color: #333;
        margin-bottom: 16px;
        font-size: 13px;
    }

    .section-step .list-step .content-area p.desc {
        color: #333;
        font-size: 16px;
    }

    .section-step .slick-mobile .list-step img {
        width: 328px;
    }

    .section-step .slick-mobile .list-step img.img-sm {
        width: 100px;
        margin-top: 50%;
    }

    .section-detail p {
        font-family: "kurious-looped";
        margin-bottom: 0;
    }

    .section-detail .content {
        padding-left: 20px;
    }

    .section-step .list-step .content-area ol {
        text-align: center;
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
    }

    .section-step .list-step .content-area li {
        margin-bottom: 0;
    }

    .icw table.table-point {
        width: 100%;
        /* max-width: 420px; */
        margin: 0 auto;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 0;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        background-color: #ffffff;
    }

    .entrycontent table.table-point th p {
        margin-bottom: 0;
    }

    .table-point th {
        background-image: linear-gradient(96deg, #00a950 0%, #005528 100%);
        padding-top: 5px;
        padding-bottom: 5px;
        color: #fff;
    }

    table.table-point td {
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: center;

    }

    /* .table-point tr:nth-child(odd) td {
        background-color: #f2fbf6;
    } */

    .img-radius {
        box-shadow: 0px 0px 24px 0px #00000012;
        border-radius: 100%;
        max-width: 280px !important;
    }

    .box-txt {
        width: 100%;
        max-width: 508px;
        /* margin: 20px 0 30px; */
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 24px;
        margin-top: 32px;
        gap: 10px;
    }

    .box-txt p {
        display: inline-block;
        color: #333;
        font-size: 18px;
        margin-bottom: 10px;
    }



    .icw .btn-radius {
        font-family: "kurious-looped";
        font-weight: 600;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        position: relative;
        padding-right: 45px;
        padding-bottom: 7px;
        height: 40px;
        line-height: 40px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .icw .btn-radius:before,
    .icw .btn-radius:after {
        content: '';
        position: absolute;
        right: 9px;
    }

    .icw .btn-radius:before {
        border-radius: 25px;
        background-color: #fff;
        width: 25px;
        height: 25px;
        top: 6px;
    }

    .mb-0 {
        margin-bottom: 0 !important;
    }

    .mx-560 {
        max-width: 560px;
    }

    .icw table.table-point th {
        padding: 16px 24px;
    }

    .icw table.table-point td {
        padding: 16px;
    }

    .icw .btn-radius:after {
        border-top: 2px solid #666;
        border-left: 2px solid #666;
        display: inline-block;
        width: 8px;
        height: 8px;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        visibility: visible;
        position: absolute;
        right: 19px;
        top: 14px;

    }



    .section-detail-content .tb,
    .section-detail-content .tbcell,
    .map.tb,
    .map .tbcell {
        display: block;

    }

    .section-detail-content .tbcell.image {
        width: 159px;
        margin: 0 auto 20px;
    }
    
    .table-wrap {
        margin-bottom: 0;
    }
    
    .table-responsive {
        padding-bottom: 0;
    }

    .table-wrap .table-overlay {
        display: block;
    }

    .text-zoom img,
    .text-zoom p {
        display: inline-block;
        color: #fff;
        font-size: 16px;
        margin-bottom: 16px;
    }

    .table-service > .image img {
        margin-bottom: 24px;
        border-radius: 8px;
    }

    .table-service > .image {
        margin-bottom: 0;
    }

    .section-detail .content {
        text-align: center;
    }

    .map {
        margin-top: -100px;
    }
    
}


@media screen and (min-width:768px) {


    table.table-service {
        overflow: hidden;
    }
    .icw .h1,
    .icw h1,
    .icw .h1 strong,
    .icw h1 strong {
        font-size: 42px;
    }

    .icw .h2,
    .icw h2 {
        font-size: 33px;
    }

    .icw .h3,
    .icw h3 {
        font-size: 26px;
    }

    .icw .h4,
    .icw h4 {
        font-size: 22px;
    }

    .icw .h5,
    .icw h5 {
        font-size: 20px;
    }

    .icw .h6,
    .icw h6 {
        font-size: 18px;
    }

    .entrycontent .table-detail h2 {
        margin-bottom: 0;
    }

    .section-detail .content {
        text-align: left;
    }



    .box-txt {
        /* text-align: left;
        margin: 20px auto; */
        margin: 0 auto 16px;
    }

    .box-txt p {
        margin-bottom: 0;
    }

    .map {
        margin-top: -80px;
    }

    .img-radius {
        margin-right: 50px;
        max-width: 240px !important;
    }

    .section-detail-content .tb,
    .section-detail-content .tbcell,
    .map.tb,
    .map .tbcell {
        display: table-cell;

    }
}

@media screen and (min-width:991px) {

    .img-radius {
        margin-right: 100px;
        max-width: 280px !important;
    }
    .section-step .list-step {
        width: calc(100%/3 - 10px);
        margin-top: 30px;
        padding: 0 10px;
        display: inline-block;
    }
    .section-step.step-k .list-step {
        width: calc(100%/4 - 10px);
        margin-top: 30px;
        padding: 0 10px;
        display: inline-block;
    }

    .section-detail-content .tb,
    .map.tb {
        display: table;
    }

    /* .box-txt {
        text-align: left;
        margin: 0 0 20px;
    } */

    .icw table.table-point {
        margin: 0;
    }

    .map {
        margin-top: -30px;
    }
}

.section .sc-inner {
    padding: 64px 0;
}

.section.section-detail .sc-heading {
    margin-bottom: 64px;
}

.section.section-detail .section-detail-content .sc-heading {
    margin-bottom: 32px;
}

.nw {
    white-space: nowrap !important;
}

.table thead tr th:first-child, .table thead tr td:first-child, .table tbody tr th:first-child, .table tbody tr td:first-child {
   border-left: 1px solid #f2f2f2;
}

@media screen and (max-width: 1024px) {
    .main {
        padding-top: 0;
    }
}

@media screen and (max-width: 991px) {
    .section .sc-inner {
        padding: 48px 0;
    }

    .section.section-detail .sc-heading {
        margin-bottom: 48px;
    }

    .section-detail-content {
        padding: 48px 0;
    }

    .section.section-detail .section-detail-content .sc-heading {
        margin-bottom: 24px;
    }
}

/*############### shortcut ###############*/
.sc-shortcut .sc-inner {
    padding: 40px 0;
}

.sc-shortcut {
    background: #00a94f;
}

.service-container .item {
    border-bottom: 1px solid #E7E7E7;
    margin-bottom: 18px;
    padding-bottom: 18px;

    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.service-container .item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.service .image i {
    background: transparent;
    width: auto;
    height: auto;
    line-height: initial;
}

.service .image i:before {
    color: #fff;
    font-size: 24px;
}
.service {
    text-decoration: none !important;
}

.service .caption {
    padding: 0;
    text-decoration: underline !important;
}

.service .image {
    width: auto;
}

.service .caption .desc {
    color: #fff;
    font-family: kurious-looped;
    font-size: 16px;
    font-weight: 600 !important;
    cursor: pointer;
    text-decoration: underline !important;
}

.caption .titele-service {
    color: #333;
    font-family: kurious-looped;
    font-size: 16px;
    font-weight: 600 !important;
    line-height: 1.5;
}

/* 
.service .caption .desc:hover {
    color: #00873F;
} */

@media screen and (min-width:768px) {
    .service-container {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 16px;
    }
    .service-container .item {
        width: 175px;
        height: 120px;
        border-radius: 8px;
        border: 1px solid #EDEDED;
        background: #FFF;
        margin-bottom: 0;
        padding-bottom: 0;
        padding: 16px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .service-container .item:last-child {
        border-bottom: 1px solid #E7E7E7;
        padding-bottom: 16px;
    }

    /* .service .caption .desc {
        color: #333;
        font-family: kurious-looped;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        text-decoration: none !important;
    }

    .service .caption .desc:hover {
        color: #00A94F;
    } */

    .item.service:hover {
        transform: scale(1.1);
    }

    .service-container .item .caption {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

    .service .image i:before {
        font-size: 32px;
        color: #00A94F;
    }
    .service .caption .desc {
        color: #00A94F;
    }
}

@media screen and (min-width:991px) {
    

    .sc-shortcut .sc-inner {
        padding: 64px 0;
    }

}

/*############### end shortcut ###############*/