/* --Start banner--------------- */
.section-index-banner {
    position: relative;
    height: calc(100vh - 55px);
    background: linear-gradient(to bottom, #00000028, #ffffff00), url(../img/index/banner-p.webp) no-repeat center right/ cover scroll;
    margin-top: 55px;
}
@media (min-width: 992px) {
    .section-index-banner {
        background: linear-gradient(to bottom, #00000028, #ffffff00), url(../img/index/banner.webp) no-repeat center bottom/ cover scroll;
    }
}
@media (min-width: 1200px) {
    .section-index-banner {
        height: 120vh;
        margin-top: 94px;

    }
}

.section-index-banner .bg-img {
    width: 200px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
}

@media (min-width: 992px) {
    .section-index-banner .bg-img {
        width: 180px;
        display: block;
    }
}

@media (min-width: 1200px) {
    .section-index-banner .bg-img {
        width: 200px;
    }
}

@media (min-width: 1400px) {
    .section-index-banner .bg-img {
        width: 250px;
    }
}

@media (min-width: 1600px) {
    .section-index-banner .bg-img {
        width: 290px;
    }
}

@media (min-width: 1800px) {
    .section-index-banner .bg-img {
        width: 330px;
    }
}

.section-index-banner .slogan-item {
    padding-top: 45px;
}


    .section-index-banner .slogan-item h2 {
        font-size: 35px;
        color: #541b86;
        font-weight: 600;
        font-family: 'BOLDNINE';
        letter-spacing: 2px;
        font-style: italic;
        line-height: 1.5;
        position: relative;
        -webkit-text-stroke: 1px white;
        padding: 0 15px;
        text-align: center;
    }

@media (min-width: 576px) {
    .section-index-banner .slogan-item h2 {
        text-align: left;
    }
    .section-index-banner .slogan-item {
        padding-top: 100px;
    
        }
        .section-index-banner .slogan-item h2 {
            font-size: 45px;
        }
}
@media (min-width: 768px) {
    .section-index-banner .slogan-item h2 {
        font-size: 50px;
    }
}
@media (min-width: 992px) {
    .section-index-banner .slogan-item h2 {
        font-size: 60px;
    
        }
    }
    @media (min-width: 1200px) {
        .section-index-banner .slogan-item h2 {
            font-size: 80px;
            padding: 0;
        }
    }

    .section-index-banner .product-item {
        position: absolute;
        bottom: 0;
        z-index: 2;
    }

    .section-index-banner .item {
    }

        .section-index-banner .item a {
            display: block;
        }

        .section-index-banner .item .pic-item {
            position: relative;
            width: 100%;
            padding-bottom: 100%;
            overflow: hidden;
        }

            .section-index-banner .item .pic-item img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                object-fit: contain;
                transition: all 0.2s ease-in-out;
                transform: scale(0.9);
            }

        .section-index-banner .item a:hover img {
            transform: scale(1);
        }


    /* --End banner--------------- */
    /* --Start 服務--------------- */
    .section-index-service {
        position: relative;
        padding: 60px 0 100px;
    }

        .section-index-service::after {
            content: '';
            width: 1px;
            height: 60px;
            background-image: linear-gradient(to bottom, #541b86, #541b86, #fff);
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: 50px;
        }

        .section-index-service .service-img {
            width: 100px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 0;
            display: inline-block;
        }

        .section-index-service .service-img2 {
            width: 200px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 0;
            display: inline-block;
        }



        .section-index-service .title-item {
            padding: 30px 0;
            flex-wrap: wrap;
            text-align: center;
            display: flex;
            align-items: start;
            justify-content: center;
            position: relative;
            z-index: 9;
        }


            .section-index-service .title-item h2 {
                padding-right: 0px;
                font-size: 40px;
                font-family: 'BOLDNINE';
                font-style: italic;
                background: linear-gradient(45deg, #a8a8a8, #202020, #000000);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                padding-top: 20px;
            }

            .section-index-service .title-item .item {
                position: relative;
            }

                .section-index-service .title-item .item span {
                    font-size: 50px;
                    display: inline-block;
                    color: #541b86;
                    font-family: 'BOLDNINE';
                    font-style: italic;
                    letter-spacing: 1.5px;
                }


                .section-index-service .title-item .item .plus-item {
                    font-size: 30px;
                    right: -20px;
                    top: 0px;
                    position: absolute;
                    font-family: 'BOLDNINE';
                    color: #541b86;
                    display: inline-block;
                    font-style: italic;
                    transform: scale(2);
                    font-weight: bolder;
                }

                .section-index-service .title-item .item h3 {
                    font-size: 16px;
                    font-family: 'Metropolis-M';
                    text-transform: uppercase;
                    color: #5d5d5d;
                    letter-spacing: 1.6;
                }

        .section-index-service .number-item {
            position: relative;
        }

            .section-index-service .number-item + .number-item::after {
                content: '';
                position: absolute;
                left: 0;
                background: #541b86;
                top: 50%;
                transform: rotate(25deg) translateY(-50%);
                width: 1px;
                height: 150px;
                display: none;
            }

            .section-index-service .number-item .item {
                text-align: center;
                position: relative;
                padding-left: 0px;
            }

                .section-index-service .number-item .item span {
                    font-size: 40px;
                    font-weight: bolder;
                    font-family: 'BOLDNINE';
                    color: #541b86;
                    position: relative;
                    font-style: italic;
                    letter-spacing: 3px;
                }


                .section-index-service .number-item .item .b-item {
                    font-size: 24px;
                    font-family: 'BOLDNINE';
                    font-style: italic;
                    display: inline-block;
                    color: #541b86;
                }

                .section-index-service .number-item .item h3 {
                    font-size: 16px;
                    font-family: 'Metropolis-M';
                    text-transform: uppercase;
                    color: #5d5d5d;
                    letter-spacing: 1.6;
                }



                .section-index-service .number-item .item .plus-item {
                    left: 75%;
                    position: absolute;
                    font-family: 'BOLDNINE';
                    transform: translateX(-50%);
                    color: #541b86;
                    top: -30px;
                    display: inline-block;
                    font-style: italic;
                    font-size: 60px;
                    font-weight: bolder;
                }

    @media (min-width: 576px) {
        .section-index-service .number-item .item .plus-item {
            left: 65%;
        }
    }

    @media (min-width: 992px) {
        .section-index-service .title-item h2 {
            padding-right: 30px;
        }

        .section-index-service .number-item .item .plus-item {
            left: 60%;
        }
    }

    @media (min-width: 1200px) {

        .section-index-service .title-item {
            padding: 100px 0
        }

        .section-index-service .number-item + .number-item::after {
            display: block;
        }

        .section-index-service {
            padding: 150px 0 200px;
        }

            .section-index-service .service-img2 {
                width: 300px;
            }

            .section-index-service .service-img {
                width: 200px;
            }

            .section-index-service .title-item {
                flex-wrap: nowrap;
            }

                .section-index-service .title-item h2 {
                    font-size: 60px;
                }

                .section-index-service .title-item .item span {
                    font-size: 80px;
                }

                .section-index-service .title-item .item .plus-item {
                    right: -30px;
                    top: -20px;
                    font-size: 50px;
                }


            .section-index-service .number-item .item span {
                font-size: 60px;
            }

            .section-index-service .number-item .item .b-item {
                font-size: 40px;
            }

            .section-index-service .number-item .item .plus-item {
                left: 65%;
            }
    }

    @media (min-width: 1400px) {
        .section-index-service .title-item .item h3 {
            letter-spacing: 2px;
            font-size: 20px;
        }

        .section-index-service .number-item .item h3 {
            letter-spacing: 2px;
            font-size: 18px;
        }

        .section-index-service .number-item .item .plus-item {
            font-size: 80px;
            left: 65%;
        }
    }

    /* --End 服務--------------- */
    /* --Start development--------------- */
    .section-index-development {
        padding: 100px 0 100px;
        background: url(../img/index/bg-development.webp) no-repeat center bottom/ cover scroll;
    }

    @media (min-width: 1200px) {
        .section-index-development {
            padding: 100px 0 175px;
        }
    }

    @media (min-width: 1400px) {
        .section-index-development {
            padding: 125px 0 275px;
        }
    }

    .section-index-development .title-item {
        text-align: center;
    }

        .section-index-development .title-item h2 {
            font-size: 40px;
            font-family: 'BOLDNINE';
            color: #fff;
            font-style: italic;
            letter-spacing: 2px;
            margin-bottom: 0;
        }

    @media (min-width: 1200px) {
        .section-index-development .title-item h2 {
            font-size: 60px;
        }
    }

    .section-index-development-content {
        padding: 30px 0;
        background: #f6f6f6;
        position: relative;
    }

        .section-index-development-content .icon-img-l,
        .section-index-development-content .icon-img-r {
            position: absolute;
            width: 150px;
            top: 120px;
        }

        .section-index-development-content .icon-img-l {
            left: 0;
        }

        .section-index-development-content .icon-img-r {
            right: 0;
        }

        .section-index-development-content .item {
            display: flex;
            align-items: center;
            justify-content: start;
        }

    @media (min-width: 1200px) {
        .section-index-development-content {
            padding: 100px 0;
        }

            .section-index-development-content .item {
                justify-content: center;
            }

                .section-index-development-content .item .pic-item {
                    width: 100px;
                    padding-bottom: 100px;
                }
    }

    .section-index-development-content .item .pic-item {
        width: 75px;
        padding-bottom: 75px;
        position: relative;
        overflow: hidden;
    }

        .section-index-development-content .item .pic-item img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

    .section-index-development-content .item h3 {
        font-family: 'Metropolis-M';
        color: #5d5d5d;
        font-size: 16px;
        margin-bottom: 0;
        line-height: 1.7;
        /* width: 60%; */
    }

    .section-index-development-content .machine-item {
        padding: 100px 0;
        margin-bottom: -250px;
        z-index: 2;
        position: relative;
    }

        .section-index-development-content .machine-item .pic-item-m {
            position: relative;
            width: 100%;
            padding-bottom: 125%;
            overflow: hidden;
            box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.1);
        }

            .section-index-development-content .machine-item .pic-item-m img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

    .section-index-development-content-text {
        padding: 150px 0 50px;
    }



        .section-index-development-content-text .item h3 {
            font-size: 30px;
            font-family: 'BOLDNINE';
            color: #541b86;
            font-style: italic;
            letter-spacing: 2px;
            margin-bottom: 0;
            padding-bottom: 20px;
            padding-top: 20px;
        }

            .section-index-development-content-text .item h3 span {
                font-size: 40px;
            }

        .section-index-development-content-text .item p {
            font-size: 16px;
            font-family: 'Metropolis-M';
            color: #333;
        }


        .section-index-development-content-text .product-item {
            position: relative;
        }

            .section-index-development-content-text .product-item img {
                width: 100%;
            }

            .section-index-development-content-text .product-item h4 {
                font-size: 18px;
                position: absolute;
                right: 40px;
                bottom: 70px;
                font-family: 'Metropolis-M';
                font-weight: bolder;
                color: #541b86;
            }

                .section-index-development-content-text .product-item h4::after {
                    content: '';
                    position: absolute;
                    left: -40px;
                    top: 50%;
                    transform: translateY(-50%);
                    width: 30px;
                    height: 1px;
                    background: #666;
                }

        .section-index-development-content-text .text-p {
            font-size: 16px;
            font-family: 'Metropolis-M';
            color: #5d5d5d;
            padding: 10px 0;
        }

    @media (min-width: 992px) {
        .section-index-development-content-text .item h3 {
            padding-top: 0px;
            font-size: 30px;
            padding-bottom: 30px;
        }

        .section-index-development-content-text .text-p {
            font-size: 18px;
        }

        .section-index-development-content-text .item p {
            font-size: 18px;
        }
    }

    @media (min-width: 1200px) {
        .section-index-development-content-text .product-item h4 {
            font-size: 24px;
        }

        .section-index-development-content-text {
            padding: 200px 0 100px;
        }

            .section-index-development-content-text .item h3 {
                font-size: 50px;
            }

                .section-index-development-content-text .item h3 span {
                    font-size: 60px;
                }

            .section-index-development-content-text .item p {
                font-size: 22px;
            }
    }

    /* --End development--------------- */

    /* --Start esg--------------- */
    .section-index-esg {
        position: relative;
        padding-top: 30px;
        padding-bottom: 20px;
    }

        .section-index-esg .icon-img {
            position: absolute;
            width: 90%;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            z-index: 1;
        }


        .section-index-esg .title-item h2 {
            font-size: 24px;
            font-family: 'BOLDNINE';
            color: #541b86;
            font-style: italic;
            letter-spacing: 2px;
            margin-bottom: 0;
        }


            .section-index-esg .title-item h2 span {
                font-size: 40px;
            }

    @media (min-width: 1200px) {

        .section-index-esg .title-item h2 {
            font-size: 50px;
        }

            .section-index-esg .title-item h2 span {
                font-size: 70px;
            }
    }

    .section-index-esg-content {
        padding-bottom: 0px;
        position: relative;
    }

        .section-index-esg-content .icon-img {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 200px;
        }

        .section-index-esg-content .item {
            position: relative;
        }

        .section-index-esg-content img {
            width: 100%;
        }

        .section-index-esg-content .item .text-item {
            position: static;
            left: auto;
            top: 30%;
            transform: translateY(0);
            background: linear-gradient(to right, #ffffffb0, #ffffff00, #ffffff00, #ffffff00, #ffffff00, #ffffff00, #ffffff00, #ffffff00);
            padding: 10px 0px;
        }

            .section-index-esg-content .item .text-item h3 {
                font-size: 30px;
                color: #5d5d5d;
                font-family: 'BOLDNINE';
                font-style: italic;
                letter-spacing: 2px;
                margin-bottom: 0;
            }

            .section-index-esg-content .item .text-item ul {
                list-style: none;
                padding-left: 0;
                padding: 30px 0;
            }

                .section-index-esg-content .item .text-item ul li {
                    font-size: 16px;
                    color: #5d5d5d;
                    font-family: 'Metropolis-M';
                    text-shadow: none;
                }

                    .section-index-esg-content .item .text-item ul li + li {
                        margin-top: 15px;
                    }

    @media (min-width: 1200px) {

        .section-index-esg-content {
            padding-bottom: 80px;
        }

            .section-index-esg-content .item .text-item {
                transform: translateY(-50%);
                padding: 50px 30px 0px;
                position: absolute;
            }

                .section-index-esg-content .item .text-item h3 {
                    color: #fff;
                    font-size: 50px;
                }

                .section-index-esg-content .item .text-item ul li {
                    font-size: 20px;
                    color: #fff;
                    text-shadow: 0 1px 1rem rgba(0, 0, 0, 0.95);
                }

            .section-index-esg-content .owl-next,
            .section-index-esg-content .owl-prev {
                top: 50%;
                transform: translateY(-50%);
            }
    }

    /* owl */
    .section-index-esg-content .owl-dots {
        display: none;
    }

    .section-index-esg-content .owl-next,
    .section-index-esg-content .owl-prev {
        position: absolute;
        display: none;
        justify-content: center;
        align-items: center;
        color: #fff;
        width: 60px;
        height: 60px;
        border-radius: 100%;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        background-color: transparent;
        /* opacity: 1; */
        z-index: 3;
        border: 2px solid #fff;
        transition: all 0.2s ease-in-out;
    }

    @media (min-width: 992px) {

        .section-index-esg-content .owl-next,
        .section-index-esg-content .owl-prev {
            display: block;
        }
    }




    .section-index-esg-content .owl-next:hover,
    .section-index-esg-content .owl-prev:hover {
        border: 2px solid #541b86;
    }

    .section-index-esg-content .owl-next .nav-button,
    .section-index-esg-content .owl-prev .nav-button {
        font-size: 20px;
    }

    .section-index-esg-content .owl-next {
        left: auto;
        right: 15px;
    }

    .section-index-esg-content .owl-prev {
        left: 15px;
    }

    @media (min-width: 1400px) {

        .section-index-esg-content .owl-next,
        .section-index-esg-content .owl-prev {
            top: 55%;
        }

        .section-index-esg-content .owl-next {
            left: 18%;
        }

        .section-index-esg-content .owl-prev {
            left: 10%;
        }
    }

    @media (min-width: 1600px) {
        .section-index-esg-content .owl-next {
            left: 22%;
        }

        .section-index-esg-content .owl-prev {
            left: 16%;
        }
    }

    @media (min-width: 576px) {

        .section-index-esg-content .owl-next,
        .section-index-esg-content .owl-prev {
            background-color: transparent;
        }
    }


    .section-index-esg-content .home_carousel_slider {
        position: relative;
    }

        .section-index-esg-content .home_carousel_slider:after {
            content: '';
            position: absolute;
            top: -60px;
            left: 50%;
            transform: translateX(-50%);
            width: 80%;
            height: 2px;
            background: transparent;
            display: none;
        }

        .section-index-esg-content .home_carousel_slider .owl-prev::after,
        .section-index-esg-content .home_carousel_slider .owl-next::after {
            content: "";
            position: absolute;
            top: 55%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: #fff;
            cursor: pointer;
            transition: all 0.2s ease-in-out;
            font-size: 24px;
            font-weight: bolder;
        }

        .section-index-esg-content .home_carousel_slider .owl-prev::after,
        .section-index-esg-content .home_carousel_slider .owl-next::after {
            content: "◂";
        }

        .section-index-esg-content .home_carousel_slider .owl-next::after {
            content: "▸";
        }

        .section-index-esg-content .home_carousel_slider .owl-prev:hover::after,
        .section-index-esg-content .home_carousel_slider .owl-next:hover::after {
            color: #541b86;
        }



    /* --End ESG--------------- */


    /* --Start news--------------- */

    .section-index-news {
        padding: 60px 0;
        background: #fff;
        background: linear-gradient(to bottom, #fff 33%, #fafafa 33%);
        position: relative;
    }


        .section-index-news .title-item {
            position: relative;
        }


            .section-index-news .title-item h2 {
                font-size: 40px;
                font-family: 'BOLDNINE';
                color: #541b86;
                font-style: italic;
                letter-spacing: 2px;
                margin-bottom: 0;
                text-align: center;
            }


        .section-index-news .item {
            cursor: pointer;
            background: #f8f8f8;
            display: block;
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        }

            .section-index-news .item .pic-item {
                position: relative;
                width: 100%;
                padding-bottom: 110%;
                overflow: hidden;
                background: #fff;
            }

                .section-index-news .item .pic-item img {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    transition: all 0.2s ease-in-out;
                    height: 100%;
                    object-fit: contain;
                }

            .section-index-news .item .text-item {
                padding: 20px 5px;
            }

                .section-index-news .item .text-item span {
                    color: #5d5d5d;
                    font-family: 'Metropolis-M';
                    font-size: 16px;
                }

                .section-index-news .item .text-item h3 {
                    font-size: 16px;
                    color: #541b86;
                    font-family: 'Metropolis-M';
                    font-weight: bolder;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 2;
                    overflow: hidden;
                }

            .section-index-news .item:hover .pic-item img {
                transform: scale(1.05);
            }

    @media (min-width: 1200px) {

        .section-index-news {
            padding: 100px 0 100px;
        }

            .section-index-news .title-item h2 {
                font-size: 50px;
            }

            .section-index-news .item .text-item h3 {
                font-size: 20px;
            }

            .section-index-news .item .text-item {
                padding: 20px 30px;
            }
    }

    /* --End news--------------- */