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

}

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

    }
}

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

.section-index-banner .carousel-indicators {
    bottom: 10px;
    justify-content: flex-start;
    margin: 0;
    left: auto;
    right: auto;
    z-index: 11;
}

.section-index-banner .carousel-indicators [data-bs-target] {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
}

.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;
    }
}

.section-index-banner .item {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    left: 15px;
    width: 90%;
}


.section-index-banner .item h2 {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    font-family: 'DFLiHei';
    text-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.795);
    letter-spacing: 2px;
    line-height: 1.5;
    position: relative;
}


.section-index-banner .item h3 {
    font-family: 'Lorin';
    margin-top: 30px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.5;
    text-align: left;
}

.section-index-banner .item .icon-content-item {
    display: flex;
    margin-top: 60px;
}

@media (min-width: 576px) {
    .section-index-banner .item h2 {
        font-size: 25px;
    }

    .section-index-banner .item h3 {
        font-size: 16px;
        margin-top: 30px;
        line-height: 1.5;
        text-align: justify;
    }

}

@media (min-width: 992px) {
    .section-index-banner .item {
        top: 50%;
        width: 80%;
    }

    .section-index-banner {}

    .section-index-banner .item h2 {
        font-size: 30px;
    }

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

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

    .section-index-banner .item {
        width: 55%;
        left: auto;
    }
}

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

@media (min-width: 992px) {

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

/* --End banner--------------- */

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


.section-index-serve .number-item .item {
    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: 30%;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    background: #000;
    transform: translateY(-50%) rotate(25deg);
}

@media (min-width: 992px) {
    .section-index-serve .number-item+.number-item:after {
        height: 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: absolute;
    bottom: 5px;
    display: inline-block;
    color: #460059;
    font-family: Lorin;
}

.section-index-serve .number-item .item .plus-item.ch {
    font-size: 12px;
    color: #231815;
}

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

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





@media (min-width: 576px) {
    .section-index-serve .number-item .item h2 {
        font-size: 18px;
    }

}

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

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

    }

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

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

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

@media (min-width: 1400px) {

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

}

/* --End 服務--------------- */

/* --Start about--------------- */
.section-index-about {
    padding: 0px 0 475px;
    background: #fff;
    position: relative;
    background: url(../img/index/about-img3.webp) no-repeat center top/ cover scroll;
}

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

.section-index-about .title-item {
    text-align: center;
    position: relative;
    z-index: 1;
}

.section-index-about .title-item span {
    color: #38afe2;
    font-size: 15px;
    padding-bottom: 20px;
}

.section-index-about .title-item h2 {
    font-size: 24px;
    font-weight: bolder;
    color: #460059;
}


.section-index-about .about-img-item {
    padding: 100px 0;
    position: relative;
    width: 100%;
    z-index: 2;
}



.section-index-about .about-img-item .img1 {
    width: 100%;
    margin: auto;
}

.section-index-about .about-img-item .img2 {
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

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

    .section-index-about .about-img-item {
        padding: 200px 0;

    }

    .section-index-about .about-img-item .img2 {
        width: 800px;
    }
}

.section-index-about-content {
    padding: 10px 0 0px;
    margin-top: -475px;
    position: relative;
}

@media (min-width: 992px) {
    .section-index-about-content {
        padding: 60px 0 0px;
    }

    .section-index-about-content p {}
}

.section-index-about-content .title-item {
    text-align: center;
    position: relative;
    z-index: 1;
}

.section-index-about-content .title-item span {
    color: #fff;
    font-size: 15px;
    padding-bottom: 20px;
}

.section-index-about-content .title-item h2 {
    font-size: 24px;
    font-weight: bolder;
    color: #fff;
}


.section-index-about-content p {
    color: #333;
    text-align: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 50px;
}

@media (min-width: 992px) {
    .section-index-about-content .title-item h2 {
        font-size: 30px;
    }

    .section-index-about-content p {
        color: #fff;
    }
}

.section-index-about-content .item {
    position: relative;
    z-index: 2;
    display: block;
}

.section-index-about-content .item h3 {
    position: absolute;
    top: 30px;
    left: 15px;
    color: #fff;
    font-size: 20px;
}

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

/* --End about--------------- */


/* --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: 150px 0 150px;
    }

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

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

.section-index-testimonials .title-item span {
    color: #38afe2;
    font-size: 15px;
    padding-bottom: 20px;
}

.section-index-testimonials .title-item h2 {
    font-size: 24px;
    font-weight: bolder;
    color: #460059;
}

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

.section-index-testimonials .item {
    height: 100%;
    display: block;
    border-radius: 15px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 50px 15px;
}

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

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

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

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

.section-index-testimonials .item .text-item p {
    color: #333;
}

.section-index-testimonials .item .text-item .star-item {
    display: inline-flex;
    position: absolute;
    right: 0px;
    top: 0px;
}

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


.section-index-testimonials .owl-dots {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.section-index-testimonials .owl-dots .owl-dot {
    width: 13px;
    height: 13px;
    background: #c2c3c3;
    border-radius: 100%;
}

.section-index-testimonials .owl-dots .owl-dot+.owl-dot {
    margin-left: 15px;
}

.section-index-testimonials .owl-dots .owl-dot.active {
    background: #460059;
}


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

.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: #460059;
    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: 22.5%;
    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: 22.5%;
    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: #460059;
    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: #460059;
}

.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 news--------------- */

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

@media (min-width: 992px) {

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

}

.section-index-news .icon-img {
    position: absolute;
    width: 100px;
    left: 0;
    top: 50%;

    transform: translateY(-50%);
}

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


.section-index-news .title-item span {
    color: #38afe2;
    font-size: 15px;
    padding-bottom: 20px;
}

.section-index-news .title-item h2 {
    font-size: 20px;
    font-weight: bolder;
    color: #460059;
    position: relative;
    padding-bottom: 30px;
}

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

.section-index-news .title-item h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #ccc;
}

.section-index-news .title-item p {
    color: #aaa;
    padding-top: 20px;
}

.section-index-news .item {}

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

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

.section-index-news .item h3 {
    color: #460059;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.section-index-news .owl-dots {
    margin-top: 100px;
    display: flex;
    justify-content: center;
}

.section-index-news .owl-dots .owl-dot {
    width: 13px;
    height: 13px;
    background: #c2c3c3;
    border-radius: 100%;
}

.section-index-news .owl-dots .owl-dot+.owl-dot {
    margin-left: 10px;
}

.section-index-news .owl-dots .owl-dot.active {
    background: #eee;
}


.section-index-news .news_carousel_slider .owl-next,
.section-index-news .news_carousel_slider .owl-prev {
    position: absolute;
    justify-content: center;
    align-items: center;
    color: #E9E9E9;
    width: 40px;
    height: 100px;
    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-news .news_carousel_slider .owl-next,
    .section-index-news .news_carousel_slider .owl-prev {
        display: block;
    }
}

.section-index-news .news_carousel_slider .owl-next:hover,
.section-index-news .news_carousel_slider .owl-prev:hover {}

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

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

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

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

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

.section-index-news .news_carousel_slider .owl-next::after {
    content: "▸";
}

.section-index-news .news_carousel_slider .owl-prev:hover::after,
.section-index-news .news_carousel_slider .owl-next:hover::after {
    color: #d00f31;
}


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

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

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

.section-index-esg .title-item span {
    color: #38afe2;
    font-size: 15px;
    padding-bottom: 20px;
}

.section-index-esg .title-item h2 {
    font-size: 30px;
    font-weight: bolder;
    color: #460059;
}

.section-index-esg-content {
    overflow: hidden;
}

.section-index-esg-content .title-item h3::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 2px;
    background: #fff;
}


@media (min-width: 992px) {

    .section-index-esg-content .title-item h3 {
        font-size: 24px;
    }
}

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

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

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

.section-index-esg-content .item .text-item {
    position: absolute;
    z-index: 9;
    right: 15%;
    top: 50%;
    transform: translateY(-50%);
}

.section-index-esg-content .item .text-item h3 {
    color: #fff;
    padding-bottom: 20px;
    border-bottom: 1px solid #aaa;
    margin-bottom: 20px;
}

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

.section-index-esg-content .item .text-item ul li {
    color: #fff;
}

.section-index-esg-content .item .text-item h4 {
    color: #aaa;
    font-size: 30px;
    font-weight: bolder;
    font-family: 'Noto Sans TC';
    font-style: italic;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .section-index-esg-content .item .text-item h4 {
        font-size: 40px;
    }
}

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

.section-index-esg-content .item .text-item ul li {
    color: #fff;
    font-size: 18px;
}

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

/* owl */
.section-index-esg-content .owl-dots {
    display: flex;
    justify-content: center;
    padding: 40px 0;
}

.section-index-esg-content .owl-dot {
    background: #c2c3c3;
    width: 13px;
    height: 13px;
    border-radius: 100%;
}

.section-index-esg-content .owl-dot.active {
    background: #460059;
}

.section-index-esg-content .owl-dot+.owl-dot {
    margin-left: 15px;
}

.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%;
    bottom: 0;
    cursor: pointer;
    background-color: transparent;
    /* opacity: 1; */
    z-index: 3;
    border: 2px solid #fff;
    transition: all 0.2s ease-in-out;
}

@media (min-width: 768px) {

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

    }
}


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

.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 {
    right: 15px;
}

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

@media (min-width: 576px) {

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

    .section-index-esg-content .owl-next {
        left: 100px;
    }

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


.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: 50%;
    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: #fff;
}



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