/* --Start banner--------------- */
.section-index-banner {
    position: relative;
    height: 100vh;
    margin-top: 85px;
    height: calc(100vh - 85px);
    padding: 0 15%;
    background: url(../img/index/banner.jpg) no-repeat center top/ cover scroll;
}

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

.section-index-banner img {
    position: absolute;
    top: 50%;
    transform: translateY(-20%);
    z-index: 2;
    right: 300px;
    display: none;
}

.section-index-banner .item h2 {
    color: #000;
    font-size: 16px;
    font-family: 'Noto Sans CJK TC';
    letter-spacing: 2px;
    line-height: 1.5;
    position: relative;
}

.section-index-banner .item h3 {
    margin-top: 30px;
    color: #717071;
    padding-left: 0px;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 1.5;
    text-align: justify;
}

@media (min-width: 768px) {
    .section-index-banner .item h3 {
        padding-left: 20px;
    }
}

.section-index-banner a {
    color: #E1A52E;
    font-family: 'WDCH';
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bolder;
    margin-top: 100px;
    margin-left: 20px;
    padding: 30px;
    display: inline-block;
    background-image: url('../img/index/banner-btn.png');
    background-size: 100% 100%;
    transform: scale(0.9);
    transition: all 0.2s ease-in-out;
}

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



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

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


}

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

    .section-index-banner {
        background: url(../img/index/banner.jpg) no-repeat center top/ cover scroll;
    }

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


}

@media (min-width: 768px) {
    .section-index-banner img {
        position: absolute;
        right: 50px;
        display: block;
        width: 400px;
    }
}

@media (min-width: 1200px) {
    .section-index-banner .item {
        width: 55%;
        left: auto;
    }

    .section-index-banner img {
        position: absolute;
        right: 50px;
    }
}

@media (min-width: 1400px) {
    .section-index-banner img {
        position: absolute;
        width: 500px;
        right: 100px;
    }
}

@media (min-width: 1600px) {
    .section-index-banner {
        padding: 0 10%;

    }

    .section-index-banner img {
        position: absolute;
        right: 200px;
    }
}

@media (min-width: 1800px) {
    .section-index-banner {
        padding: 0 15%;

    }

    .section-index-banner img {
        right: 300px;
    }
}


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



.section-index-serve .number-item img {
    width: 150px;
    margin: auto;
}


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


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

.section-index-serve .number-item .item span {
    font-size: 22px;
    font-weight: bolder;
    font-family: 'WDCH';
    color: #000;
    position: relative;
    letter-spacing: 3px;
}

.section-index-serve .number-item .item span.active {
    color: #e3a72f;

}


.section-index-serve .number-item .item h2 {
    font-size: 16px;
    color: #6b6b6b;
}

.section-index-serve .number-item .item .plus-item {
    font-size: 20px;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    display: inline-block;
    color: #000;
    font-family: 'WDCH';
}

.section-index-serve .number-item .item .plus-item.active {
    color: #e3a72f;
}


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

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

}

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

    .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: 45px;
    }

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

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

/* --Start category--------------- */
.section-index-category {
    padding: 50px 0;
    background: #fff;
}

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

.section-index-category .category-item {
    background: #fafafa;
    border-radius: 50px;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

@media (min-width: 768px) {
    .section-index-category .category-item {
        border-radius: 100px;

    }
}

.section-index-category .category-item .icon-img {
    position: absolute;
    width: 80px;
    left: 0;
    bottom: -30px;
}

.section-index-category .title-item {
    text-align: center;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.section-index-category .title-item h2 {
    color: #000;
    letter-spacing: 1.5px;
    margin-bottom: 0;
    font-family: 'WDCH';
    position: relative;
    display: inline-block;
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.section-index-category .title-item span {
    color: #949494;
    font-size: 22px;
    font-family: 'Noto Sans CJK TC';
    font-weight: 300;
    padding: 0 10px;
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
}

.section-index-category .title-item img {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    z-index: 1;
    opacity: 0.9;
}

.section-index-category .item {
    text-align: center;
    display: block;
}



.section-index-category .item h3 {
    font-size: 20px;
    padding: 30px 0;
    color: #000;
}

.section-index-category .item .pic-item {
    position: relative;
    width: 70%;
    padding-bottom: 70%;
    overflow: hidden;
    margin: auto;
}

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

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

}

.section-index-category .item h3 {}

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

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

    }

    .section-index-category .title-item span {
        font-size: 35px;
        display: inline-block;
        width: auto;

    }

    .section-index-category .title-item img {
        position: absolute;
        left: -75px;
        top: 100%;
        transform: translateY(-50%);
        width: 120px;
        z-index: 1;
    }

}

/* --End category--------------- */
/* --Start product--------------- */
.section-index-product-title {
    padding: 50px 0;

}

.section-index-product-title .title-item {
    text-align: center;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.section-index-product-title .title-item h2 {
    color: #000;
    letter-spacing: 1.5px;
    margin-bottom: 0;
    font-family: 'WDCH';
    position: relative;
    display: inline-block;
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.section-index-product-title .title-item span {
    color: #949494;
    font-size: 22px;
    font-family: 'Noto Sans CJK TC';
    font-weight: 300;
    padding: 0 10px;
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
}

.section-index-product-title .title-item img {
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    z-index: 1;
    opacity: 0.9;
}

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

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

    }

    .section-index-product-title .title-item h2 {
        font-size: 45px;

    }

    .section-index-product-title .title-item span {
        font-size: 35px;
        display: inline-block;
        width: auto;

    }

    .section-index-product-title .title-item img {
        position: absolute;
        left: -75px;
        top: 100%;
        transform: translateY(-50%);
        width: 120px;
        z-index: 1;
        opacity: 1;
    }

}

.section-index-product {
    background: url(../img/index/bg-product.jpg) no-repeat center bottom/ cover scroll;
    padding: 50px 0;
}

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

.section-index-product .item {
    position: relative;
    display: block;
    width: 100%;
}



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

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

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

.section-index-product .item h3 {
    position: absolute;
    bottom: 5px;
    left: 47%;
    font-size: 18px;
    color: #333;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    font-size: 16px;
}

@media (min-width: 576px) {
    .section-index-product .item h3 {
        bottom: 25px;

    }
}

@media (min-width: 768px) {
    .section-index-product .item h3 {
        bottom: 30px;

    }
}

@media (min-width: 992px) {
    .section-index-product .item h3 {
        bottom: 40px;

    }
}

@media (min-width: 1400px) {
    .section-index-product .item h3 {
        bottom: 45px;

    }
}

/* --End product--------------- */
/* --Start esg--------------- */
.section-index-esg {
    padding: 80px 0 80px;
    background: #30a94c;
    position: relative;
}

.section-index-esg .esg-img {
    position: absolute;
    bottom: -50px;
    right: 30px;
    z-index: 2;
    width: 200px;
}



@media (min-width: 1400px) {
    .section-index-esg .esg-img {
        bottom: -50px;
        right: 200px;
        width: 300px;
    }
}

.section-index-esg .title-item {
    text-align: center;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.section-index-esg .title-item h2 {
    color: #000;
    letter-spacing: 1.5px;
    margin-bottom: 0;
    font-family: 'WDCH';
    position: relative;
    display: inline-block;
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}



.section-index-esg .title-item span {
    color: #fff;
    font-size: 22px;
    font-family: 'Noto Sans CJK TC';
    font-weight: 300;
    padding: 0 10px;
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
}

.section-index-esg .title-item img {
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    z-index: 1;
    opacity: 0.9;
}

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

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

    }

    .section-index-esg .title-item span {
        font-size: 35px;
        display: inline-block;
        width: auto;

    }

    .section-index-esg .title-item img {
        position: absolute;
        left: -75px;
        top: 100%;
        transform: translateY(-50%);
        width: 120px;
        z-index: 1;
        opacity: 1;
    }
}




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



.section-index-esg .title-en-item::after {
    content: '';
    position: absolute;
    background-image: url('../img/index/esg1.png');
    background-size: 100% 100%;
    display: inline-block;
    width: 180px;
    height: 80px;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.section-index-esg .title-en-item.social::after {
    background-image: url('../img/index/esg2.png');

}

.section-index-esg .title-en-item.governance::after {
    background-image: url('../img/index/esg3.png');

}

@media (min-width: 1200px) {
    .section-index-esg .title-en-item::after {
        position: absolute;
        width: 200px;
        height: 80px;
        left: -30px;
        top: 50%;
        transform: translateY(-50%);
    }

}

.section-index-esg .title-en-item h3 {
    color: #fff;
    font-size: 24px;
    position: relative;
    font-family: 'WDCH';
    z-index: 2;
}

.section-index-esg .item {
    padding-top: 50px;
}



.section-index-esg .item h3 {
    color: #000;
    font-size: 24px;
    font-family: 'Noto Sans CJK TC';
    letter-spacing: 2px;
    margin-bottom: 30px;
    padding-left: 20px;
}

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

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

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

@media (min-width: 1200px) {
    .section-index-esg .title-en-item h3 {
        font-size: 30px;
    }

    .section-index-esg .item h3 {
        font-size: 30px;
    }

    .section-index-esg {
        padding: 100px 0 300px;
        background: url(../img/index/bg-esg.jpg) no-repeat left bottom/ cover scroll;
    }

    .section-index-esg .item {
        padding-top: 100px;
    }
}

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


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

.section-index-news {
    background: #fff;
    padding: 100px 0 100px;
    position: relative;
}

.section-index-news .text-align {
    text-align: center;
}

.section-index-news .title-item {
    text-align: center;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.section-index-news .title-item h2 {
    color: #000;
    letter-spacing: 1.5px;
    margin-bottom: 0;
    font-family: 'WDCH';
    position: relative;
    display: inline-block;
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.section-index-news .title-item span {
    color: #949494;
    font-size: 22px;
    font-family: 'Noto Sans CJK TC';
    font-weight: 300;
    padding: 0 10px;
    position: relative;
    display: block;
    width: 100%;
    z-index: 2;
}

.section-index-news .title-item img {
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    z-index: 1;
    opacity: 0.9;
}

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


}

@media (min-width: 992px) {
    .section-index-news .text-align {
        text-align: start;
    }

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

    }

    .section-index-news .title-item span {
        font-size: 35px;
        display: inline-block;
        width: auto;

    }

    .section-index-news .title-item img {
        left: 0px;
    }


}

@media (min-width: 1200px) {
    .section-index-news .title-item img {
        position: absolute;
        left: -75px;
        top: 100%;
        transform: translateY(-50%);
        width: 120px;
        z-index: 1;
        opacity: 1;
    }
}

.section-index-news .item {
    cursor: pointer;
    background: #fff;
}

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

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

.section-index-news .item h3 {
    font-size: 16px;
    color: #000;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@media (min-width: 768px) {
    .section-index-news .item h3 {
        font-size: 18px;
        margin-top: 30px;
    }
}

.section-index-news .item a:hover h3 {
    color: #e3a72f;
}


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



.section-index-news .more-link {
    color: #E1A52E;
    font-family: 'WDCH';
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bolder;
    margin-left: 20px;
    padding: 30px;
    display: inline-block;
    background-image: url(../img/index/banner-btn.png);
    transition: all 0.2s ease-in-out;
    background-size: 100% 100%;
    transform: scale(0.9);
    float: right;
}

.section-index-news .more-link:hover {
    transform: scale(1);
}

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