/* ################################################# */
#page {
    opacity: 1;
    font-weight: 500;
}

.container {
    margin: auto;
}

.mt-8 {
    margin-top: 8px !important;
    display: block;
}

.mt-16 {
    margin-top: 16px !important;
    display: block;
}

.mb-4 {
    margin-bottom: 4px !important;
    display: block;
}

.mb-8 {
    margin-bottom: 8px !important;
    display: block;
}

.mb-16 {
    margin-bottom: 16px !important;
    display: block;
}

.mb-24 {
    margin-bottom: 24px !important;
    display: block;
}

.mb-32 {
    margin-bottom: 32px !important;
    display: block;
}

.icw main * strong {
    font-weight: 600;
}

.icw main * {
    font-family: kurious-looped;
}

.a-left {
    text-align: left !important;
}

.a-center {
    text-align: center !important;
}

.inactive {
    display: none !important;
}

.nw {
    white-space: nowrap !important;
}

.f-kurious {
    font-family: kurious !important;
}

.visible-w414 {
    display: block !important;
}

.hidden-w414 {
    display: none !important;
}

.visible-w1199 {
    display: block !important;
}

.hidden-w1199 {
    display: none !important;
}

.visible-w1024 {
    display: block !important;
}

.hidden-w1024 {
    display: none !important;
}

.visible-w991 {
    display: block !important;
}

.hidden-w991 {
    display: none !important;
}

.visible-w767 {
    display: block !important;
}

.hidden-w767 {
    display: none !important;
}

@media screen and (min-width:414px) {
    .visible-w414 {
        display: none;
    }

    .hidden-w414 {
        display: block;
    }
}

@media screen and (min-width: 1199px) {
    .visible-w1199 {
        display: none !important;
    }

    .hidden-w1199 {
        display: block !important;
    }
}

@media screen and (min-width: 1024px) {
    .visible-w1024 {
        display: none !important;
    }

    .hidden-w1024 {
        display: block !important;
    }
}

@media screen and (min-width: 991px) {
    .visible-w991 {
        display: none !important;
    }

    .hidden-w991 {
        display: block !important;
    }
}

@media screen and (min-width:767px) {
    .visible-w767 {
        display: none !important;
    }

    .hidden-w767 {
        display: block !important;
    }
}

#navigation-page-sticky.stickyNav.hide-cta .box-cta {
    display: flex !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
    padding-left: 0 !important;
}

ol.c-number-list {
    padding-left: 20px !important;
}

ol>li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em;
}

ol>li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;
}

li ol>li {
    margin: 0;
}

li ol>li:before {
    content: counters(item, ".") " ";
}

/*########### loading ###########*/
.load-div {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    /*width: 100%;
    height: 100%;*/
    z-index: 100000;
    background: white;
}


.loader-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.loader {
    border: 8px solid #ccc;
    border-radius: 50%;
    border-top: 8px solid #00a950;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}


.inactive {
    display: none !important;
}




@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }


    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}




@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }


    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*########### end loading ###########*/

/*################################## breadcrumbs #####################################*/
.icw .breadcrumbs {
    /* display: none; */
    margin: 0 auto;
    padding-top: 24px;
    padding-bottom: 16px;
    background-color: #fff;
}

.icw .breadcrumbs a {
    font-size: 12px;
    color: #666;
    font-weight: 600 !important;
    text-decoration: none !important;
}

.icw .breadcrumbs a:hover span {
    text-decoration: underline;
}

.icw .breadcrumbs i {
    position: relative;
    top: 2px;
    font-size: 14px;
    margin-right: 8px;
}

.icw .breadcrumbs .current-page {
    font-weight: 600 !important;
    color: #00a94f;
    margin-bottom: 0;
    font-size: 12px;
}

.icw .breadcrumbs .chevron-right {
    margin: 0 5px;
}

.d-flex {
    display: block !important;
    line-height: 1.25;
}

.align-items-center {
    align-items: center !important;
}

@media screen and (min-width: 1024px) {
    .icw .breadcrumbs {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .icw .breadcrumbs .current-page {
        font-size: 13px;
    }

    .icw .breadcrumbs a {
        font-size: 13px;
    }

    .icw .breadcrumbs .chevron-right {
        margin: 0 10px;
    }

    .sc-content .inner {
        padding-top: 30px;
    }

    .d-flex {
        display: flex !important;
    }
}

/*################################## end breadcrumbs #####################################*/

/*############### shortcut ###############*/
.sc-shortcut .sc-inner {
    padding: 40px 0;
}

.service-container .item {
    border-bottom: 1px solid #E7E7E7;
    margin-bottom: 18px;
    padding-bottom: 18px;

    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.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: #00A94F;
    font-size: 24px;
}

.service .caption {
    padding: 0;
}

.service .image {
    width: auto;
}

.service .caption .desc {
    color: #00A94F;
    font-size: 16px;
    font-weight: 600 !important;
    cursor: pointer;
    text-decoration: underline !important;
}

.caption .titele-service {
    color: #333;
    font-size: 16px;
    font-weight: 600 !important;
    line-height: 1.5;
}

@media screen and (min-width:767px) {
    .sc-shortcut .sc-inner {
        padding: 64px 0;
    }

    .service-container {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 16px;
    }

    .service-container .item {
        width: 215px;
        /* height: 144px; */
        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;
    }

    .service-container .item:last-child {
        border-bottom: 1px solid #E7E7E7;
        padding-bottom: 16px;
    }

    .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;
    }
}

/*############### end shortcut ###############*/

/*############### content ###############*/
.icw .sc-content {
    padding: 16px 0 48px;
}

.icw .sc-content .title {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 8px;
}

.icw .sc-content p,
.icw .sc-content ol {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
}

.icw .btn-tel {
    border-radius: 8px;
    background: #00A94F;
    display: table;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin: 8px 0;
    transition: .3s ease-in-out;
}

.icw .box-note {
    border-radius: 8px;
    background: #F8F8F8;
    padding: 16px;
    margin: 8px 0;
}

@media screen and (min-width:767px) {
    .icw .sc-content {
        padding: 32px 0 24px;
    }

    .icw .sc-content .title {
        margin-bottom: 16px;
        font-size: 33px;
    }

    .icw .btn-tel {
        display: none;
    }

    .icw .box-note {
        margin: 24px 0;
    }
}

/*############### end content ###############*/

/* ############### sc-article ############### */
.sc-article .title {
    color: #111;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
}

.sc-article .sub-title {
    color: #111;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 8px;
    margin-bottom: 24px;
}

.sc-article {
    padding: 48px 0;
}

.sc-article {
    background-color: #F5F5F5;
}

.sc-article .sc-body {
    position: relative;
}

/* .sc-article .item-list {
    display: flex;
    flex-wrap: wrap;
    margin: -15px -17px;
}

.sc-article .item-list>li {
    padding: 15px 17px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
} */

.sc-article .swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* .sc-article .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column !important;
    display: flex;
} */

.sc-article .swiper-slide {
    /* height: calc((100% - 24px) / 2) !important; */
    /* margin-right: 24px; */
    margin-bottom: 16px;
    width: 100% !important;
    /* display: grid;
    grid-template-columns: auto;
    gap: 16px; */
}

.slick-dots li button:before {
    content: "";
    display: none;
}

.slick-initialized .slick-slide > div {
    display: grid;
    /* grid-template-columns: 31.93% 31.93% 31.93%; */
    grid-template-columns: calc((100% - 48px) / 3) calc((100% - 48px) / 3) calc((100% - 48px) / 3);
    gap: 24px;
}

.slick-slider .slick-prev, .slick-slider .slick-next {
    display: none !important;
}

.default-item {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.default-item .thumb {
    overflow: hidden;
}

.action .link {
    color: #00A94F;
    font-family: kurious-looped;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    text-decoration-line: underline;
}

.action .link:hover {
    text-decoration-line: underline;
    color: #00873F;
}

.default-item .thumb .link img {
    transform: scale(1.0);
    transition: all 400ms ease-in-out;
    width: 100%;
}

.default-item .thumb .link:hover img {
    transform: scale(1.1);
}

.default-item .content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* min-height: 180px; */
}

.default-item .content .info {
    padding-bottom: 16px;
}

.default-item .content .content-title {
    color: #111;
    font-family: kurious-looped;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    overflow: hidden;
}

.default-item .content .content-title a {
    color: #111;
    font-family: kurious-looped;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    min-height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.7;
    overflow: hidden;
}

.default-item .content .content-title a:hover {
    color: #00A94F;
}

.default-item .content .desc {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 1.5em;
}

.default-item .content .action {
    text-align: left;
}

.default-item .content .action a+a {
    margin-left: 36px;
}

.swiper-pagination-bullet {
    border-radius: 8px;
    background: #ddd;
    margin: 0 12px;
    transition: .3s ease-in-out;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    border-radius: 50px;
    background: #00A94F;
    width: 24px;
    height: 8px;
}

.slick-slider .slick-dots li button {    
    border-radius: 8px;
    background: #ddd;
    transition: .3s ease-in-out;
    opacity: 1;
}

.slick-slider .slick-dots li {
    margin: 0 4px;
}

.slick-slider .slick-dots {
    position: relative;
    margin-top: 8px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.slick-slider .slick-dots li.slick-active button {    
    border-radius: 50px;
    background: #00A94F;
    width: 24px;
    height: 8px;
}

.swiper-pagination {
    display: none;
}

.sc-article .swiper-wrapper {
    flex-direction: column;
    gap: 16px;
}

@media screen and (min-width:768px) {
    .sc-article .swiper-wrapper {
        flex-direction: row;
        gap: 0;
    }

    .swiper-pagination {
        bottom: 0 !important;
        position: relative;
        margin-top: 16px;
        display: block;
    }

    .sc-article .title {
        font-size: 42px;
    }

    .sc-article .sub-title {
        font-size: 20px;
        margin-bottom: 40px;
    }

    .sc-article {
        padding: 64px 0;
    }

    .default-item .content .content-title a {
        font-size: 18px;
        min-height: 54px;
    }

    .sc-article .swiper-slide {
        /* grid-template-columns: 31.93% 31.93% 31.93%;
        gap: 24px; */        
        margin-right: 24px;
        margin-bottom: 24px;
        /* width: calc(100% / 3) !important; */
    }
    
}

/* ############### end sc-article ############### */

/*############### faq ###############*/
.sc-faqs {
    padding: 48px 0 74px;
    background: #F4F9F9;
    background-image: url(../img/bg-faq-m.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

.icw .sc-faqs .sc-content {
    padding: 0;
}
.accordion-new {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 16px;
}

.accordion-new:last-child {
    margin-bottom: 0;
}

.accordion-title {
    background: #fff;
    color: #00a94f;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    padding: 16px 46px 16px 16px;
    border-left: 0;
    /* border-radius: 0; */
}

.accordion-title.active {
    background: #00a94f;
    color: #fff;
}

.accordion-title:hover {
    background: #00a94f;
    color: #fff;
}

.accordion-title:after {
    color: #00a94f;
    font-weight: 400;
    font-size: 16px;
}

.accordion-content {
    background: #fff;
    padding: 16px;
}

/* .accordion-content p {
    font-family: 'kurious' !important;
}

.accordion-content a {
    color: #00A94F;
    text-decoration: underline;
} */

.accordion-title.active:after,
.accordion-title.active,
.accordion-title:hover:after {
    color: #fff;
}

.icw .sc-faqs ul,
.icw .sc-faqs ol {
    padding-left: 20px;
}

.icw .sc-faqs ul li {
    list-style: disc;
    color: #333;
    font-family: 'kurious-looped';
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.icw .sc-faqs ol li {
    list-style: decimal;
    color: #333;
    font-family: 'kurious-looped';
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.icw .sc-faqs p {
    list-style: decimal;
    color: #333;
    font-family: 'kurious-looped' !important;;
    font-size: 16px;
    font-weight: 500;
}

.icw .sc-faqs ul li:last-child,
.icw .sc-faqs ol li:last-child {
    margin-bottom: 0;
}

.sc-faqs .accordion-content {
    padding: 16px;
}

.icw .sc-faqs .sc-content .title {
    margin-bottom: 40px;
}

@media screen and (min-width:767px) {
    .sc-faqs {
        padding: 64px 0 120px;
        background-image: url(../img/bg-faq.png);
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom;
    }

    .icw .sc-faqs .sc-content .title {
        margin-bottom: 24px;
    }

    .sc-faqs .accordion-content {
        padding: 16px 24px;
    }

    .icw .con-sm {
        width: 880px;
    }

    .accordion-title {
        padding: 16px 64px 16px 24px;
        font-size: 18px;
    }
}

/*############### end faq ###############*/