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

.section-index-banner .banner-img,
.section-index-banner .dot-img1,
.section-index-banner .dot-img2,
.section-index-banner .ball-img,
.section-index-banner .icon-img {
    position: absolute;
}

.section-index-banner .banner-img {
    width: 300px;
    right: 0;
    top: 0;
    z-index: 2;
}

@media (min-width: 992px) {
    .section-index-banner .banner-img {
        width: 600px;

    }
}

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

    }
}

.section-index-banner .dot-img1 {
    right: 100px;
    bottom: 60px;
    width: 60px;

}

.section-index-banner .dot-img2 {
    width: 50px;
    left: 40%;
    top: 65%;
    transform: translate(-50%, -50%);
}

.section-index-banner .ball-img {
    width: 200px;
    left: -100px;
    top: 40%;
    transform: translateY(-50%);
}

.section-index-banner .icon-img {
    width: 150px;
    right: 15px;
    bottom: 0;

}

.section-index-banner .icon-item {
    left: 30px;
    position: absolute;
    bottom: 60px;

}

@media (min-width: 992px) {
    .section-index-banner .dot-img2 {
        width: 150px;
    }

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

    .section-index-banner .ball-img {
        left: -200px;
        width: 400px;
    }

    .section-index-banner .icon-item {
        left: auto;
    }
}

.section-index-banner .btn-more {
    background-color: #bf2a26;
    color: #fff;
    margin-top: 30px;
    display: inline-block;
    border-radius: 5px;
    font-family: 'Lorin';
    transition: all 0.2s ease-in-out;
    font-size: 15px;
    padding: 10px 30px;
}

.section-index-banner .btn-more:hover {
    background-color: #bf2b26be;

}

.section-index-banner .icon-item a {
    color: #666;
    font-size: 18px;
    transition: all 0.2s ease-in-out;
}

.section-index-banner .icon-item a:hover {
    color: #bf2a26;
}

.section-index-banner .icon-item a+a {
    margin-left: 5px;
}

.section-index-banner .btn-scrollDown {
    font-family: 'Lorin';
    display: inline-block;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    padding: 0 30px;
    transition: all 0.2s ease-in-out;
}

.section-index-banner .btn-scrollDown:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, #ffffff00, #ffffff70, #fff);
}

.section-index-banner .btn-scrollDown:hover {
    transform: translateX(-50%) translateY(10px);

}

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

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

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

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



.section-index-category .title-item {
    margin-bottom: 20px;
    position: relative;
}

@media (min-width: 1200px) {

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

    .section-index-category .title-item {
        margin-bottom: 60px;
    }
}

.section-index-category .title-item::after {
    content: '';
    width: 300px;
    height: 300px;
    background-image: url('../img/index/red-ball.webp');
    background-size: 100% 100%;
    position: absolute;
    bottom: -220px;
    left: 50%;
    transform: translateX(-50%);
}

.section-index-category .title-item h2 {
    font-size: 24px;
    color: #fff;
    font-family: 'DFLiHei';
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 10px 0;
}



.section-index-category .title-item span {
    font-size: 15px;
    color: #fff;
    font-family: Lorin;
    text-align: center;
    position: relative;
    z-index: 1;
    display: block;
}

.section-index-category .item {}

.section-index-category .item .pic-item {
    position: relative;
    width: 100%;
    padding-bottom: 125%;
    overflow: hidden;
    background: #e5e5e5;
    border-radius: 5px;
}

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

}

@media (min-width: 992px) {

    .section-index-category .title-item h2 {
        font-size: 40px;

    }

    .section-index-category .title-item span {
        font-size: 16px;
    }

    .section-index-category .item h3 {
        font-size: 18px;
    }
}

.section-index-category .item h3 {
    font-size: 16px;
    color: #fff;
    font-family: 'Noto Sans CJK TC';
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 10px 0;


}

.section-index-category .btn-more {
    background-color: #bf2a26;
    color: #fff;
    margin-top: 30px;
    display: inline-block;
    border-radius: 5px;
    font-family: 'Lorin';
    transition: all 0.2s ease-in-out;
    font-size: 15px;
    padding: 10px 30px;
}

.section-index-category .btn-more:hover {
    background-color: #bf2b26be;

}

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


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

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

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



.section-esg .title-item {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.section-esg .title-item h2 {
    font-size: 24px;
    color: #fff;
    font-family: 'DFLiHei';
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 10px 0;
}


.section-esg .title-item span {
    font-size: 24px;
    color: #fff;
    font-family: 'Noto Sans CJK TC';
    text-align: center;
    font-weight: 600;
    position: relative;
    z-index: 1;
    display: block;
}

.section-esg .title-item span {
    color: #fff;

}



@media (min-width: 992px) {

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

.section-esg .nav-pills .nav-link.active,
.section-esg .nav-pills .show>.nav-link {
    background: transparent;
}

.section-esg .nav-pills .nav-link+.nav-link {
    margin-top: 30px;
}

.section-esg .nav-pills .nav-link {
    text-align: center;
    position: relative;
    font-family: 'Noto Sans CJK TC';
    color: #fff;
    padding: 10px 30px;
    z-index: 2;
}


.section-esg .nav-pills .nav-link span {
    position: relative;
    z-index: 2;
}

.section-esg .nav-pills .nav-link::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    border-radius: 0;
    border: 1px solid #aaa;
    padding: 10px 30px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0;

}

.section-esg .nav-pills .nav-link.active::after {
    background: #e70014;
    border: 1px solid #e70014;

}

@media (min-width: 768px) {

    .section-esg .title-item h2,
    .section-esg .title-item span {
        text-align: end;
    }

    .section-esg .nav-pills .nav-link {
        text-align: end;
    }

    .section-esg .nav-pills .nav-link::after {
        content: '';
        width: 120%;
    }
}

.section-esg .item {
    position: relative;
    z-index: 99;
    width: 100%;
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
}

.section-esg .item .pic-item {
    position: relative;
    width: 75%;
    padding-bottom: 100%;
    overflow: hidden;
    z-index: 39;
}

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

.section-esg .item h3 {
    font-size: 20px;
    position: absolute;
    bottom: 0px;
    padding: 10px 0 30px;
    margin-bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    width: 100%;
    background: linear-gradient(to bottom, #00000000, #0000009d);
}

@media (min-width: 1200px) {

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

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


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

.section-index-news {
    padding: 100px 0 0px;
    position: relative;
    border-top: 4px solid #e70014;
    background-color: #212530;
    background: url(../img/index/news-banner.webp) no-repeat center top/ cover scroll;
}



.section-index-news .banner-img {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}



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

.section-index-news .title-item h2 {
    font-size: 24px;
    color: #fff;
    font-family: 'DFLiHei';
    position: relative;
    z-index: 1;
    padding: 10px 0;
}


.section-index-news .title-item span {
    font-size: 15px;
    color: #e70014;
    font-family: 'Noto Sans CJK TC';
    font-weight: 600;
    position: relative;
    z-index: 1;
    display: block;
}

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

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

    .section-index-news .title-item span {
        font-size: 16px;
    }
}


.section-index-news .title-item {
    margin-bottom: 30px;
    margin-left: 0px;
    display: block;
}

.section-index-news-content {
    position: relative;
    background-color: #212530;
    overflow: hidden;
    padding-bottom: 150px;
}

.section-index-news-content .ball-img {
    position: absolute;
    top: -200px;
    width: 500px;
    left: -200px;
}

.section-index-news-content .item {
    cursor: pointer;
    border: 1px solid #434551;
    position: relative;
    display: block;
    border-radius: 5px;
    padding: 30px;
    height: 100%;
}

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

.section-index-news-content .item .pic-item::after {
    content: '';
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.2s ease-in-out;
    background: #1d75bc;
    z-index: 2;
    position: absolute;
}

.section-index-news-content .item:hover .pic-item::after {
    opacity: 0.7;
}

.section-index-news-content .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-content .item .text-item {
    border: 1px solid #797b87;
    border-radius: 3px;
    position: relative;
    padding: 30px 15px;
}

.section-index-news-content .item .text-item .date {
    display: inline-block;
    background-color: #e70014;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0;
    padding: 10px 5px;
}

.section-index-news-content .item .text-item h3 {
    font-size: 20px;
    color: #fff;
    font-family: 'Noto Sans CJK TC';
    transition: all 0.2s ease-in-out;
    padding: 30px 0 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.section-index-news-content .item .text-item p {
    font-size: 16px;
    color: #797b87;
    font-family: 'Noto Sans CJK TC';
    transition: all 0.2s ease-in-out;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.section-index-news-content .item span {
    display: inline-block;
    margin-top: 20px;
    color: #eee;
    font-size: 14px;
}

.section-index-news-content .item i {
    position: absolute;
    right: 30px;
    bottom: 30px;
    color: #eee;
}



.section-index-news-content .news_carousel_slider {
    position: relative;
    z-index: 10;
}

/* 
.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: 40px;
    border-radius: 100%;
    bottom: -70px;
    top: auto;
    cursor: pointer;
    opacity: 1;
    z-index: 3;
    border: 2px solid #E9E9E9;
    transition: all 0.2s ease-in-out;
    display: none;
}

@media (min-width: 992px) {

    .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 {
    background-color: transparent;
    border: 2px solid #00A0E3;

}

.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: 20%;
    right: auto;
}

.section-index-news .news_carousel_slider .owl-prev {
    left: 15%;
    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: #00A0E3;
} */


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