/* Isolate Kintech page layout from Bootstrap navbar */
.for-home-kintech,
.for-ci-kintech,
.for-utility-kintech {
    font-family: "DM Sans", "Open Sans", sans-serif;
    color: #363636;
    line-height: 1.5;
}

.for-home-kintech *,
.for-home-kintech *::before,
.for-home-kintech *::after,
.for-ci-kintech *,
.for-ci-kintech *::before,
.for-ci-kintech *::after,
.for-utility-kintech *,
.for-utility-kintech *::before,
.for-utility-kintech *::after {
    box-sizing: border-box;
}

.for-home-kintech .std-h1,
.for-home-kintech .std-h2,
.for-home-kintech .std-h3,
.for-home-kintech .std-h4,
.for-home-kintech .std-h5,
.for-home-kintech h1,
.for-home-kintech h2,
.for-home-kintech h3,
.for-home-kintech h4,
.for-home-kintech h5,
.for-ci-kintech .std-h1,
.for-ci-kintech .std-h2,
.for-ci-kintech .std-h3,
.for-ci-kintech .std-h4,
.for-ci-kintech .std-h5,
.for-ci-kintech h1,
.for-ci-kintech h2,
.for-ci-kintech h3,
.for-ci-kintech h4,
.for-ci-kintech h5,
.for-utility-kintech .std-h1,
.for-utility-kintech .std-h2,
.for-utility-kintech .std-h3,
.for-utility-kintech .std-h4,
.for-utility-kintech .std-h5,
.for-utility-kintech h1,
.for-utility-kintech h2,
.for-utility-kintech h3,
.for-utility-kintech h4,
.for-utility-kintech h5 {
    font-family: inherit;
}

.for-home-kintech .ys-ban-imgbox img.ys-ban-pc,
.for-home-kintech .ys-ban-imgbox img.ys-ban-ph,
.for-ci-kintech .ys-ban-imgbox img.ys-ban-pc,
.for-ci-kintech .ys-ban-imgbox img.ys-ban-ph,
.for-utility-kintech .ys-ban-imgbox img.ys-ban-pc,
.for-utility-kintech .ys-ban-imgbox img.ys-ban-ph {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-width: none;
}

.for-home-kintech .ys-ban-imgbox,
.for-ci-kintech .ys-ban-imgbox,
.for-utility-kintech .ys-ban-imgbox {
    min-height: 520px;
    max-height: calc(100vh - 100px);
    overflow: hidden;
    line-height: 0;
}

.for-home-kintech .ys-banner1 .ys-ban-pc,
.for-ci-kintech .ys-banner1 .ys-ban-pc,
.for-utility-kintech .ys-banner1 .ys-ban-pc { display: block; }
.for-home-kintech .ys-banner1 .ys-ban-ph,
.for-ci-kintech .ys-banner1 .ys-ban-ph,
.for-utility-kintech .ys-banner1 .ys-ban-ph { display: none; }

@media (max-width: 767px) {
    .for-home-kintech .ys-banner1 .ys-ban-pc,
    .for-ci-kintech .ys-banner1 .ys-ban-pc,
    .for-utility-kintech .ys-banner1 .ys-ban-pc { display: none !important; }
    .for-home-kintech .ys-banner1 .ys-ban-ph,
    .for-ci-kintech .ys-banner1 .ys-ban-ph,
    .for-utility-kintech .ys-banner1 .ys-ban-ph { display: block !important; }
    .for-home-kintech .ys-ban-imgbox,
    .for-ci-kintech .ys-ban-imgbox,
    .for-utility-kintech .ys-ban-imgbox { min-height: 380px; }
}

/* Feature carousel */
.for-home-kintech .ktech-features,
.for-ci-kintech .ktech-features,
.for-utility-kintech .ktech-features {
    width: 100%;
    background: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}

.for-home-kintech .ktech-features-carousel,
.for-ci-kintech .ktech-features-carousel,
.for-utility-kintech .ktech-features-carousel {
    position: relative;
    padding: 0 70px 50px;
}

.for-home-kintech .ktech-features-track .slick-list,
.for-ci-kintech .ktech-features-track .slick-list,
.for-utility-kintech .ktech-features-track .slick-list {
    overflow: hidden;
}

.for-home-kintech .ktech-feature-slide,
.for-ci-kintech .ktech-feature-slide,
.for-utility-kintech .ktech-feature-slide {
    outline: none;
}

.for-home-kintech .ktech-feature-inner,
.for-ci-kintech .ktech-feature-inner,
.for-utility-kintech .ktech-feature-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    min-height: 380px;
}

.for-home-kintech .ktech-feature-text,
.for-ci-kintech .ktech-feature-text,
.for-utility-kintech .ktech-feature-text {
    width: 32%;
    min-width: 280px;
    flex: 1 1 280px;
    text-align: center;
}

.for-home-kintech .ktech-feature-num,
.for-ci-kintech .ktech-feature-num,
.for-utility-kintech .ktech-feature-num {
    color: #b3b3b3;
    font-size: 18px;
    margin-bottom: 15px;
}

.for-home-kintech .ktech-feature-num span,
.for-ci-kintech .ktech-feature-num span,
.for-utility-kintech .ktech-feature-num span {
    color: #ff7c00;
}

.for-home-kintech .ktech-feature-text .std-h2,
.for-ci-kintech .ktech-feature-text .std-h2,
.for-utility-kintech .ktech-feature-text .std-h2 {
    color: #363636;
    font-size: 44px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 27px;
}

.for-home-kintech .ktech-feature-text .std-word1,
.for-ci-kintech .ktech-feature-text .std-word1,
.for-utility-kintech .ktech-feature-text .std-word1 {
    color: #747474;
    font-size: 18px;
    line-height: 1.7;
    margin: 0;
}

.for-home-kintech .ktech-feature-images,
.for-ci-kintech .ktech-feature-images,
.for-utility-kintech .ktech-feature-images {
    width: 52%;
    min-width: 300px;
    flex: 1 1 300px;
    position: relative;
    padding-bottom: 80px;
}

.for-home-kintech .ktech-feature-main-img,
.for-ci-kintech .ktech-feature-main-img,
.for-utility-kintech .ktech-feature-main-img {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    background: #f0f0f0;
    line-height: 0;
}

.for-home-kintech .ktech-feature-main-img img,
.for-ci-kintech .ktech-feature-main-img img,
.for-utility-kintech .ktech-feature-main-img img {
    width: 100%;
    height: auto;
    min-height: 280px;
    max-height: 420px;
    object-fit: cover;
    display: block;
}

.for-home-kintech .ktech-feature-sub-img,
.for-ci-kintech .ktech-feature-sub-img,
.for-utility-kintech .ktech-feature-sub-img {
    position: absolute;
    right: 45px;
    bottom: 0;
    width: 34%;
    min-width: 140px;
    border-radius: 10px;
    overflow: hidden;
    background: #f0f0f0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    line-height: 0;
}

.for-home-kintech .ktech-feature-sub-img img,
.for-ci-kintech .ktech-feature-sub-img img,
.for-utility-kintech .ktech-feature-sub-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.for-home-kintech .ktech-features-track .slick-dots,
.for-ci-kintech .ktech-features-track .slick-dots,
.for-utility-kintech .ktech-features-track .slick-dots {
    bottom: 0;
}

.for-home-kintech .ktech-features-track .slick-dots li,
.for-ci-kintech .ktech-features-track .slick-dots li,
.for-utility-kintech .ktech-features-track .slick-dots li {
    width: 36px;
    height: 6px;
    margin: 0 5px;
}

.for-home-kintech .ktech-features-track .slick-dots li button,
.for-ci-kintech .ktech-features-track .slick-dots li button,
.for-utility-kintech .ktech-features-track .slick-dots li button {
    width: 100%;
    height: 6px;
    padding: 0;
    background: rgba(54, 54, 54, 0.25);
    border-radius: 10px;
}

.for-home-kintech .ktech-features-track .slick-dots li button::before,
.for-ci-kintech .ktech-features-track .slick-dots li button::before,
.for-utility-kintech .ktech-features-track .slick-dots li button::before {
    display: none;
}

.for-home-kintech .ktech-features-track .slick-dots li.slick-active button,
.for-ci-kintech .ktech-features-track .slick-dots li.slick-active button,
.for-utility-kintech .ktech-features-track .slick-dots li.slick-active button {
    background: #ffbd00;
}

.for-home-kintech .ktech-fc-arrow,
.for-ci-kintech .ktech-fc-arrow,
.for-utility-kintech .ktech-fc-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    width: 56px;
    height: 56px;
}

.for-home-kintech .ktech-fc-arrow svg,
.for-ci-kintech .ktech-fc-arrow svg,
.for-utility-kintech .ktech-fc-arrow svg {
    width: 100%;
    height: 100%;
    display: block;
}

.for-home-kintech .ktech-fc-prev,
.for-ci-kintech .ktech-fc-prev,
.for-utility-kintech .ktech-fc-prev { left: 0; }
.for-home-kintech .ktech-fc-next,
.for-ci-kintech .ktech-fc-next,
.for-utility-kintech .ktech-fc-next { right: 0; }

@media (max-width: 991px) {
    .for-home-kintech .ktech-feature-inner,
    .for-ci-kintech .ktech-feature-inner,
    .for-utility-kintech .ktech-feature-inner {
        flex-direction: column;
        min-height: 0;
    }

    .for-home-kintech .ktech-feature-text,
    .for-home-kintech .ktech-feature-images,
    .for-ci-kintech .ktech-feature-text,
    .for-ci-kintech .ktech-feature-images,
    .for-utility-kintech .ktech-feature-text,
    .for-utility-kintech .ktech-feature-images {
        width: 100%;
        min-width: 0;
    }

    .for-home-kintech .ktech-feature-text .std-h2,
    .for-ci-kintech .ktech-feature-text .std-h2,
    .for-utility-kintech .ktech-feature-text .std-h2 {
        font-size: 28px;
    }

    .for-home-kintech .ktech-features-carousel,
    .for-ci-kintech .ktech-features-carousel,
    .for-utility-kintech .ktech-features-carousel {
        padding: 0 50px 45px;
    }
}

@media (max-width: 767px) {
    .for-home-kintech .ktech-features,
    .for-ci-kintech .ktech-features,
    .for-utility-kintech .ktech-features {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .for-home-kintech .ktech-features-carousel,
    .for-ci-kintech .ktech-features-carousel,
    .for-utility-kintech .ktech-features-carousel {
        padding: 0 40px 40px;
    }

    .for-home-kintech .ktech-fc-arrow,
    .for-ci-kintech .ktech-fc-arrow,
    .for-utility-kintech .ktech-fc-arrow {
        width: 44px;
        height: 44px;
    }

    .for-home-kintech .ktech-feature-sub-img,
    .for-ci-kintech .ktech-feature-sub-img,
    .for-utility-kintech .ktech-feature-sub-img {
        right: 20px;
        width: 42%;
    }
}

.for-home-kintech .clearfix::after,
.for-ci-kintech .clearfix::after,
.for-utility-kintech .clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.for-home-kintech .fl,
.for-ci-kintech .fl,
.for-utility-kintech .fl { float: left; }
.for-home-kintech .fr,
.for-ci-kintech .fr,
.for-utility-kintech .fr { float: right; }

.for-home-kintech .sssbr-li.on .sssbr-link-le p,
.for-home-kintech .sssbr-li:hover .sssbr-link-le p,
.for-ci-kintech .sssbr-li.on .sssbr-link-le p,
.for-ci-kintech .sssbr-li:hover .sssbr-link-le p,
.for-utility-kintech .sssbr-li.on .sssbr-link-le p,
.for-utility-kintech .sssbr-li:hover .sssbr-link-le p {
    color: #363636;
}

.for-home-kintech .ssbl-li,
.for-ci-kintech .ssbl-li,
.for-utility-kintech .ssbl-li {
    display: none;
}

.for-home-kintech .ssbl-li.on,
.for-ci-kintech .ssbl-li.on,
.for-utility-kintech .ssbl-li.on {
    display: block;
}

.for-home-kintech.inside-page,
.for-ci-kintech.inside-page,
.for-utility-kintech.inside-page {
    overflow-x: hidden;
}

.for-home-kintech .ys-imgbox-cover,
.for-ci-kintech .ys-imgbox-cover,
.for-utility-kintech .ys-imgbox-cover {
    position: relative;
    overflow: hidden;
}

.for-home-kintech .achieve-residen-btm-img img,
.for-ci-kintech .achieve-residen-btm-img img,
.for-utility-kintech .achieve-residen-btm-img img {
    width: 100%;
    height: auto;
    display: block;
}

/* Related products carousel */
.for-ci-kintech .ktech-products-carousel,
.for-utility-kintech .ktech-products-carousel {
    position: relative;
    padding: 0 70px 40px;
    margin-top: 30px;
}

.for-ci-kintech .ktech-products-track .grsw-slide-box,
.for-utility-kintech .ktech-products-track .grsw-slide-box {
    padding: 0 12px;
}

.for-ci-kintech .ktech-products-track .plbu-li-link,
.for-utility-kintech .ktech-products-track .plbu-li-link {
    display: block;
    text-decoration: none;
    color: inherit;
    background: #fafafa;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 20px;
    height: 100%;
    transition: box-shadow 0.25s;
}

.for-ci-kintech .ktech-products-track .plbu-li-link:hover,
.for-utility-kintech .ktech-products-track .plbu-li-link:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.for-ci-kintech .ktech-products-track .ys-imgbox-cover img:last-child,
.for-utility-kintech .ktech-products-track .ys-imgbox-cover img:last-child {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    min-height: 180px;
    background: #fff;
}

.for-ci-kintech .ktech-products-track .plbu-li-link-tit,
.for-utility-kintech .ktech-products-track .plbu-li-link-tit {
    padding: 16px 20px 6px;
    font-size: 20px;
    color: #363636;
}

.for-ci-kintech .ktech-products-track .plbu-li-link-par,
.for-utility-kintech .ktech-products-track .plbu-li-link-par {
    padding: 0 20px;
    color: #747474;
    font-size: 14px;
}

.for-ci-kintech .ktech-products-track .lceu-li-but,
.for-utility-kintech .ktech-products-track .lceu-li-but {
    padding: 12px 20px 0;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ff7c00;
}

.for-ci-kintech .ktech-products-track .slick-dots,
.for-utility-kintech .ktech-products-track .slick-dots {
    bottom: 0;
}

.for-ci-kintech .ktech-products-track .slick-dots li,
.for-utility-kintech .ktech-products-track .slick-dots li {
    width: 36px;
    height: 6px;
    margin: 0 5px;
}

.for-ci-kintech .ktech-products-track .slick-dots li button,
.for-utility-kintech .ktech-products-track .slick-dots li button {
    width: 100%;
    height: 6px;
    padding: 0;
    background: rgba(54, 54, 54, 0.25);
    border-radius: 10px;
}

.for-ci-kintech .ktech-products-track .slick-dots li button::before,
.for-utility-kintech .ktech-products-track .slick-dots li button::before {
    display: none;
}

.for-ci-kintech .ktech-products-track .slick-dots li.slick-active button,
.for-utility-kintech .ktech-products-track .slick-dots li.slick-active button {
    background: #ffbd00;
}

.for-ci-kintech .ktech-prod-arrow,
.for-utility-kintech .ktech-prod-arrow {
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    z-index: 10;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    width: 56px;
    height: 56px;
}

.for-ci-kintech .ktech-prod-prev,
.for-utility-kintech .ktech-prod-prev { left: 0; }
.for-ci-kintech .ktech-prod-next,
.for-utility-kintech .ktech-prod-next { right: 0; }

.for-ci-kintech .ktech-prod-arrow svg,
.for-utility-kintech .ktech-prod-arrow svg {
    width: 100%;
    height: 100%;
    display: block;
}

@media (max-width: 767px) {
    .for-ci-kintech .ktech-products-carousel,
    .for-utility-kintech .ktech-products-carousel {
        padding: 0 44px 36px;
    }

    .for-ci-kintech .ktech-prod-arrow,
    .for-utility-kintech .ktech-prod-arrow {
        width: 44px;
        height: 44px;
    }
}
