/* --Start banner--------------- */
.section-index-banner {
    margin-top: 83px;
    position: relative;

}

@media (min-width: 1200px) {
    .section-index-banner {
        margin-top: 91px;

    }
}

.section-index-banner .carousel-item {
    position: relative;
    /* height: 100vh; */
    /* background: #202020; */
}

.section-index-banner .carousel-indicators {
    bottom: 10px;
    justify-content: center;
    margin: 0;
    left: auto;
    right: auto;
    z-index: 11;
    /* display: none; */
}

.section-index-banner .carousel-indicators [data-bs-target] {
    width: 20px;
    height: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

@media (min-width: 992px) {
    .section-index-banner .carousel-indicators [data-bs-target] {
        width: 40px;
        height: 5px;
    }

    .section-index-banner .carousel-indicators {
        justify-content: flex-end;
        bottom: 30px;
        right: 15%;
    }
}

.section-index-banner .carousel-indicators .active {
    background-color: #FEC108;
}

.section-index-banner .carousel-control-next,
.section-index-banner .carousel-control-prev {
    top: 118px;
    width: 10%;
    z-index: 9;
    display: none;
}

@media (min-width: 1200px) {

    .section-index-banner .carousel-control-next,
    .section-index-banner .carousel-control-prev {
        display: block;
    }
}

.section-index-banner .banner-item {
    position: relative;
}


.section-index-banner .banner-item .desktop-img {
    display: none;
}

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

@media (min-width: 768px) {

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

    .section-index-banner .banner-item .phone-img {
        display: none;
    }
}



/* --End banner--------------- */
/* --Start category--------------- */
.section-index-category {
    padding: 60px 0;
}


.section-index-category .news_carousel_slider .owl-carousel .owl-stage-outer {
    padding: 20px;
}

.section-index-category .item {
    box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.15);
    display: block;
}

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

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

.section-index-category .item:hover .pic-item img {
    transform: scale(1);

}


    .section-index-category .item h2 {
        font-size: 16px;
        color: #004989;
        font-family: 'Microsoft JhengHei';
        text-align: center;
        position: relative;
        z-index: 1;
        padding: 10px 5px 30px;
        height: 70px;
    }


/* --End category--------------- */


/* --Start 服務--------------- */
.section-index-serve {
    padding: 30px 0;
    position: relative;
}


    .section-index-serve .number-item .item {
        height: 100%;
        text-align: center;
    }


    .section-index-serve .number-item h2 span {
        color: #fff;
        font-weight: bolder;
    }

    .section-index-serve .number-item {
        position: relative;
        height: 100%;
    }

        .section-index-serve .number-item + .number-item:after {
            height: 100px;
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            width: 1px;
            background: #FEC007;
            transform: translateY(-50%);
        }



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

            .section-index-serve .number-item .item .num-content {
                position: relative;
            }

            .section-index-serve .number-item .item .plus-item {
                font-size: 16px;
                position: static;
                bottom: 5px;
                display: inline-block;
                color: #111;
                font-family: 'Gotham Black';
            }


            .section-index-serve .number-item .item span {
                font-size: 22px;
                font-family: 'Gotham Black';
                position: relative;
                letter-spacing: 3px;
                color: #111;
            }

            .section-index-serve .number-item .item p {
                font-size: 14px;
            }

            .section-index-serve .number-item .item .b-item {
                font-family: 'Microsoft JhengHei';
                font-size: 14px;
                display: inline-block;
                color: #111;
            }

            .section-index-serve .number-item .item h2 {
                font-size: 16px;
                color: #717071;
                position: relative;
                display: inline-block;
            }




@media (min-width: 992px) {
    .section-index-serve .number-item .item .plus-item {
        font-size: 25px;
    }
}

@media (min-width: 1200px) {
    .section-index-serve {
        padding: 50px 0 50px;
    }

        .section-index-serve .number-item .item span {
            font-size: 40px;
        }

        .section-index-serve .number-item .item .plus-item {
            font-size: 28px;
        }
}

@media (min-width: 1400px) {

    .section-index-serve .number-item .item span {
        font-size: 40px;
    }
}

/* --End 服務--------------- */
/* --Start about--------------- */
.section-index-about {
    padding: 60px 0;
    background: #F3F7FF;
}

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

.section-index-about .yt-text {
    color: #717071;
    display: inline-block;
    font-size: 22px;
    font-weight:bolder;
    margin-bottom: 10px;
}
.section-index-about .yt-img {
    width: 30px;
    margin-bottom: 5px;
}
    .section-index-about p {
    color: #717071;
    text-align: center;
}

/* --End about--------------- */
/* --Start case--------------- */
.section-index-case {
    padding: 60px 0 60px;
    position: relative;
    overflow: hidden;
    background: #F3F7FF;
}

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

.section-index-case .ball-img {
    position: absolute;
    right: -200px;
    top: 0;
    width: 400px;
}



.section-index-case .title-item {
    position: relative;
    z-index: 1;
    display: inline-block;
    text-align: center;
}

    .section-index-case .title-item h2 {
        font-size: 18px;
        color: #111;
        font-family: 'Microsoft JhengHei';
        text-align: center;
        position: relative;
        z-index: 1;
        padding: 20px 0;
        margin-bottom: 0;
    }

@media (min-width: 992px) {
    .section-index-case .title-item h2 {
        font-size: 24px;
        padding: 30px 0;
    }
}

.section-index-case .title-item:after,
.section-index-case .title-item::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    background: #FEC007;
}

.section-index-case .title-item:after {
    top: 0;
}

.section-index-case .title-item::before {
    bottom: 0;
}


.section-index-case .item {
    position: relative;
    height: 100%;
    display: block;
    transition: all 0.2s ease-in-out;
}

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

        .section-index-case .item .pic-item::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            /* background: #ffffff2d; */
        }

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

    .section-index-case .item:hover {
        box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.15);
    }

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

    .section-index-case .item h2 {
        font-size: 18px;
        color: #000;
        font-family: 'Microsoft JhengHei';
        z-index: 1;
        padding: 10px 15px 10px;
    }

.section-index-case .more-link {
    border: 1px solid #004989;
    color: #004989;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 60px;
    display: inline-block;
    margin-top: 50px;
    transition: all 0.2s ease-in-out;
}

    .section-index-case .more-link:hover {
        background-color: #004989;
        color: #fff;
    }

/* --End case--------------- */



/* --Start testimonials--------------- */
.section-index-testimonials {
    padding: 60px 0 30px;
    position: relative;
    background: #fff;
    margin-top: -15px;
    overflow: hidden;
}


    .section-index-testimonials .icon-img {
        width: 300px;
        position: absolute;
        top: 0px;
        z-index: 9;
        height: 134px;
        left: 50%;
        transform: translateX(-50%);
    }

    .section-index-testimonials .img1 {
        position: absolute;
        width: 300px;
        top: 0px;
        z-index: 9;
    }

    .section-index-testimonials .img2 {
        position: absolute;
        width: 250px;
        bottom: -50px;
        right: 100px;
        z-index: 9;
    }

@media (min-width: 576px) {
    .section-index-testimonials {
        padding: 100px 0 100px;
    }

        .section-index-testimonials .icon-img {
            width: 500px;
        }
}

.section-index-testimonials .ball-img {
    position: absolute;
    right: -200px;
    top: 0;
    width: 400px;
}



.section-index-testimonials .title-item {
    position: relative;
    z-index: 1;
    display: inline-block;
    text-align: center;
}

    .section-index-testimonials .title-item h2 {
        font-size: 18px;
        padding: 20px 0;
        color: #111;
        font-family: 'Microsoft JhengHei';
        text-align: center;
        position: relative;
        z-index: 1;
        margin-bottom: 0;
    }

@media (min-width: 992px) {

    .section-index-testimonials .title-item h2 {
        font-size: 24px;
        padding: 30px 0;
    }
}

.section-index-testimonials .title-item:after,
.section-index-testimonials .title-item::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    background: #FEC007;
}

.section-index-testimonials .title-item:after {
    top: 0;
}

.section-index-testimonials .title-item::before {
    bottom: 0;
}

.section-index-testimonials .item {
    height: 100%;
    display: block;
    width: 100%;
    border: 1px solid #004989;
    border-top: 40px solid #004989;
    padding: 50px 15px 20px;
    margin: auto;
}

    .section-index-testimonials .item .pic-item {
        position: relative;
        width: 75px;
        padding-bottom: 75px;
        overflow: hidden;
        border-radius: 100%;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        left: 50%;
        transform: translateX(-50%);
    }

        .section-index-testimonials .item .pic-item img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transform: scale(1.5);
        }

    .section-index-testimonials .item .text-item {
        width: 80%;
        position: relative;
        margin: auto;
        text-align: center;
    }

        .section-index-testimonials .item .text-item h3 {
            font-size: 15px;
            color: #004989;
        }

        .section-index-testimonials .item .text-item p {
            color: #333;
            padding: 10px 0;
        }

        .section-index-testimonials .item .text-item .star-item {
            display: inline-flex;
            width: 100%;
            justify-content: center;
            margin-top: 20px;
        }

            .section-index-testimonials .item .text-item .star-item i {
                color: #ffba00;
                font-size: 15px;
            }



.section-index-testimonials .testimonials_carousel_slider .owl-stage-outer {
    padding-left: 2px;
    padding-right: 2px;
}

.section-index-testimonials .testimonials_carousel_slider .owl-stage {
    padding: 60px 0px;
    display: flex;
}

@media (min-width: 992px) {
    .section-index-testimonials .testimonials_carousel_slider .owl-stage {
        padding: 100px 0px;
    }
}

.section-index-testimonials .testimonials_carousel_slider .owl-prev,
.section-index-testimonials .testimonials_carousel_slider .owl-next {
    position: absolute;
    justify-content: center;
    align-items: center;
    color: #004989;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 1;
    z-index: 3;
    transition: all 0.2s ease-in-out;
    display: none;
}

@media (min-width: 768px) {

    .section-index-testimonials .testimonials_carousel_slider .owl-next,
    .section-index-testimonials .testimonials_carousel_slider .owl-prev {
        display: block;
    }
}

.section-index-testimonials .testimonials_carousel_slider .owl-next:hover,
.section-index-testimonials .testimonials_carousel_slider .owl-prev:hover {
}

.section-index-testimonials .testimonials_carousel_slider .owl-next .nav-button,
.section-index-testimonials .testimonials_carousel_slider .owl-prev .nav-button {
    font-size: 30px;
}

.section-index-testimonials .testimonials_carousel_slider .owl-next {
    left: auto;
    right: 0;
    background: url(../img/index/arrow-l.webp) no-repeat center left /100% 100% scroll;
    background: #fff;
}

.section-index-testimonials .testimonials_carousel_slider .owl-prev {
    background: url(../img/index/arrow-r.webp) no-repeat center left /100% 100% scroll;
    left: 0;
    background: #fff;
    right: auto;
}

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

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

.section-index-testimonials .testimonials_carousel_slider .owl-next::after {
    content: "▸";
}

.section-index-testimonials .testimonials_carousel_slider .owl-prev:hover,
.section-index-testimonials .testimonials_carousel_slider .owl-next:hover {
    color: #fff;
    background: #004989;
}

    .section-index-testimonials .testimonials_carousel_slider .owl-prev:hover:after,
    .section-index-testimonials .testimonials_carousel_slider .owl-next:hover:after {
        color: #fff;
    }

/* --End testimonials--------------- */

/* --Start esg--------------- */
.section-esg {
    padding: 60px 0 60px;
    position: relative;
    overflow: hidden;
    background: #F3F7FF;
}

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

.section-esg .title-item {
    position: relative;
    z-index: 1;
    display: inline-block;
    text-align: center;
    margin-bottom: 100px;
}

    .section-esg .title-item h2 {
        font-size: 18px;
        padding: 20px 0;
        color: #111;
        font-family: 'Microsoft JhengHei';
        text-align: center;
        position: relative;
        z-index: 1;
        margin-bottom: 0;
    }

@media (min-width: 992px) {
    .section-esg .title-item h2 {
        font-size: 24px;
        padding: 30px 0;
    }
}

.section-esg .title-item:after,
.section-esg .title-item::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    background: #FEC007;
}

.section-esg .title-item:after {
    top: 0;
}

.section-esg .title-item::before {
    bottom: 0;
}

.section-esg .item {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

    .section-esg .item .pic-item {
        position: relative;
        width: 100px;
        padding-bottom: 100px;
        overflow: hidden;
        border-radius: 100%;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        margin: auto;
    }

    .section-esg .item.e .pic-item {
        background: #698E38;
    }

    .section-esg .item.s .pic-item {
        background: #004989;
    }

    .section-esg .item.g .pic-item {
        background: #D39A0B;
    }

    .section-esg .item .pic-item img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: scale(0.7);
    }

    .section-esg .item h3 {
        font-size: 20px;
        bottom: 0px;
        padding: 10px 0 30px;
        margin-bottom: 0;
        left: 50%;
        text-align: center;
        width: 100%;
    }

    .section-esg .item.e h3 {
        color: #698E38;
    }

    .section-esg .item.s h3 {
        color: #004989;
    }

    .section-esg .item.g h3 {
        color: #D39A0B;
    }

    .section-esg .item .text-item {
    }

        .section-esg .item .text-item ul {
        }

            .section-esg .item .text-item ul li {
            }

                .section-esg .item .text-item ul li + li {
                }

        .section-esg .item .text-item h4 {
            color: #111;
            font-size: 18px;
        }

        .section-esg .item .text-item p {
            color: #666;
            font-size: 16px;
        }

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


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

.section-index-news {
    padding: 60px 0 60px;
    position: relative;
}

@media (min-width: 992px) {
    .section-index-news {
        padding: 100px 0 100px;
    }
}

.section-index-news .title-item {
    position: relative;
    z-index: 1;
    display: inline-block;
    text-align: center;
    margin-bottom: 100px;
}

    .section-index-news .title-item h2 {
        font-size: 24px;
        padding: 30px 0;
        color: #111;
        font-family: 'Microsoft JhengHei';
        text-align: center;
        position: relative;
        z-index: 1;
        margin-bottom: 0;
    }

@media (min-width: 992px) {

    .section-index-news .title-item h2 {
        font-size: 18px;
        padding: 20px 0;
    }
}

.section-index-news .title-item:after,
.section-index-news .title-item::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    background: #FEC007;
}

.section-index-news .title-item:after {
    top: 0;
}

.section-index-news .title-item::before {
    bottom: 0;
}

.section-index-news .item {
    cursor: pointer;
    position: relative;
    display: block;
    height: 100%;
}

    .section-index-news .item .border-item {
        position: relative;
        display: block;
    }

        .section-index-news .item .border-item::after {
            content: '';
            border: 2px solid #FEC007;
            top: 10px;
            left: 10px;
            right: -10px;
            bottom: -10px;
            position: absolute;
        }

    .section-index-news .item .pic-item {
        position: relative;
        width: 100%;
        padding-bottom: 60%;
        overflow: hidden;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }



        .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 {
        position: relative;
        padding: 30px 15px;
    }

        .section-index-news .item .text-item h3 {
            font-size: 20px;
            color: #333;
            font-family: 'Microsoft JhengHei';
            transition: all 0.2s ease-in-out;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            overflow: hidden;
        }

        .section-index-news .item .text-item p {
            font-size: 15px;
            color: #797b87;
            font-family: 'Microsoft JhengHei';
            transition: all 0.2s ease-in-out;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }

.section-index-news .item:hover .text-item h3 {
    color: #004989;
}

.section-index-news .more-link {
    border: 1px solid #004989;
    color: #004989;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 60px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
}

.section-index-news .more-link:hover {
    background-color: #004989;
    color: #fff;
}


.section-index-news .nav-tabs .nav-link {
    color: #717071;

}

.section-index-news .nav-tabs .nav-link:hover {
    background: transparent;
    border-color: transparent;
    color: #004989;
}

.section-index-news .nav-tabs .nav-link.active {
    color: #004989;

}

.section-index-news .nav-tabs,
.section-index-news .nav-tabs .nav-link.active {
    border: none;
}

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