/* --Start carousel--------------- */
.section-carousel {
    position: relative;
    /* height: calc(100vh - 61px); */
    margin-top: 77px;
}

@media (min-width: 1200px) {
    .section-carousel {
        /* height: calc(100vh - 219px); */
        margin-top: 219px;
    }
}

.section-carousel .pic-item {
    position: relative;
}

.section-carousel .pic-item img {
    width: 100%;
}

.carousel {
    /* margin-top: 60px; */
    position: relative;
}


.carousel-indicators {
    bottom: 0px;
    display: none;
    justify-content: center;
    margin-bottom: 10px;
}

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

.carousel-control-next,
.carousel-control-prev {
    top: 50%;
    transform: translateY(-50%);
    width: 10%;
}

@media (min-width: 1200px) {
    .carousel-indicators {
        bottom: 0px;
        display: flex;
    }
}


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

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

.section-index-choose .position-relative {
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 50px;
}

.section-index-choose .img-icon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1;
}

.section-index-choose .number-item .item {
    text-align: center;
    position: relative;
    z-index: 2;
}

.section-index-choose h2 {
    font-family: Poppins;
    color: #344655;
    margin-bottom: 0;
    font-family: "Roboto Condensed";
    font-size: 30px;
    font-weight: 400;
    position: relative;
    z-index: 2;
    padding-top: 60px;
    padding-bottom: 10px;
    padding-left: 15px;
}


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

.section-index-choose .number-item .item span {
    font-size: 30px;
    font-style: italic;
    font-family: 'Roboto Condensed';
    color: #344655;
    position: relative;
}

.section-index-choose .number-item .item h3 {
    font-family: 'Poppins';
    font-size: 16px;
    color: #787878;
}



.section-index-choose .number-item .item .plus-item {
    font-size: 24px;
    position: static;
    font-style: italic;
    display: inline-block;
    color: #344655;
    font-family: "Roboto Condensed";
}

@media (min-width: 1200px) {
    .section-index-choose h2 {
        font-size: 40px;
        padding-top: 150px;
        padding-left: 30px;
        padding-bottom: 50px;

    }

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

    .section-index-choose .number-item .item .plus-item {
        font-size: 34px;
    }
}

/* --End choose--------------- */

/* --Start service--------------- */
.section-index-service {
    padding: 60px 0 0;
}



.section-index-service .item {
    width: 100%;
}


.section-index-service .title-item h2 {
    color: #9dacc0;
    font-size: 30px;
    font-family: "Mr Dafoe";
}

.section-index-service .title-item h3 {
    font-size: 30px;
    font-family: Poppins;
    color: #292929;
    margin-bottom: 0;
    font-family: "Roboto Condensed";
    font-weight: 400;
}

.section-index-service .text-item span {
    font-family: "Roboto Condensed";
    color: #344655;
    display: inline-block;
    font-size: 40px;
    padding-right: 10px;
    font-weight: bolder;
}

.section-index-service .text-item p {
    font-family: "Roboto Condensed";
    color: #323232;
    letter-spacing: 1.1px;
    line-height: 1.5;
    padding: 30px 0 10px;
    margin-bottom: 0;
    font-size: 18px;
}

.section-index-service .service-img {
    width: 100%;
    margin: 40px 0;
}

.section-index-service .btn.btn-style {
    transition: all 0.2s ease-in-out;
    background: #6e7a91;
    border-radius: 0;
    display: inline-block;
    padding: 8px 40px;
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
}

.section-index-service .btn.btn-style:hover {
    background: #292929;
}

.section-index-service .pic-item {
    position: relative;
    width: 100%;
    padding-bottom: 125%;
    overflow: hidden;
    border-radius: 10px;
    /*border: 1px solid #c4c4c4;*/
}

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

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

    .section-index-service .item {
        width: 70%;
    }

    .section-index-service .title-item h3 {
        font-size: 40px;
    }
}


/* --End service--------------- */


/* --Start product--------------- */
.section-index-product {
    padding-top: 60px;
}

.section-index-product .title-item {}

.section-index-product .title-item h2 {
    color: #9dacc0;
    font-size: 30px;
    font-family: "Mr Dafoe";
}

.section-index-product .title-item h3 {
    font-size: 30px;
    font-family: Poppins;
    color: #292929;
    margin-bottom: 0;
    font-family: "Roboto Condensed";
    font-weight: 400;
}

.section-index-product-content {}

.section-index-product-content .item {
    display: block;
}

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

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

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

.section-index-product-content .item h4 {
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    color: #344655;
}

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

    .section-index-product .title-item h3 {
        font-size: 40px;
    }

}



/* --End product--------------- */


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

.section-index-product-content .owl-next,
.section-index-product-content .owl-prev {
    position: absolute;
    display: block;
    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: #eeeeeeab;
    opacity: 1;
    z-index: 3;
    border: 2px solid #727199;
    transition: all 0.2s ease-in-out;
}



.section-index-product-content .owl-next:hover,
.section-index-product-content .owl-prev:hover {
    background-color: #e6e6e6;
    border: 2px solid #d92c2e;
}

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

.section-index-product-content .owl-next {
    right: 0px;
}

.section-index-product-content .owl-prev {
    left: 0px;

}

/* @media (min-width: 576px) {

    .section-index-product-content .owl-next,
    .section-index-product-content .owl-prev {
        background-color: transparent;
        top: 80px;

    }

    .section-index-product-content .owl-next {
        left: 0;
    }

    .section-index-product-content .owl-prev {
        right: 0;

    }

} */


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

.section-index-product-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-product-content .home_carousel_slider .owl-prev::after,
.section-index-product-content .home_carousel_slider .owl-next::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #727199;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    font-size: 24px;
    font-weight: bolder;
}

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

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

.section-index-product-content .home_carousel_slider .owl-prev:hover::after,
.section-index-product-content .home_carousel_slider .owl-next:hover::after {
    color: #d92c2e;
}


/* --End Case--------------- */


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


.section-index-esg .img-icon {
    opacity: 0.1;
    position: absolute;
    left: -200px;
    width: 350px;
    top: 50%;
    transform: translateY(-50%);
}

.section-index-esg .title-item h2 {
    color: #9dacc0;
    font-size: 30px;
    font-family: "Mr Dafoe";
}

.section-index-esg .title-item h3 {
    font-size: 30px;
    font-family: Poppins;
    color: #292929;
    margin-bottom: 0;
    font-family: "Roboto Condensed";
    font-weight: 400;
}

.section-index-esg .title-item p {
    color: #808080;
    font-family: Poppins;
    padding: 30px 0;
    margin-bottom: 0;
}

.section-index-esg .text-item {
    margin: 20px 0;
    position: relative;
}


.section-index-esg .text-item p {
    color: #344655;
    font-family: Poppins;
    margin-bottom: 0;
    padding-left: 40px;
    font-size: 16px;
}

.section-index-esg .text-item span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #00a06e;
}

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

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

.section-index-esg .icon-line+.icon-line {
    border-left: 1px solid #c4c4c4;
}

.section-index-esg .item {
    padding: 30px 5px;
    position: relative;
    z-index: 2;
}

.section-index-esg .item .icon-item {
    background: #344655;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
}

.section-index-esg .item .icon-item img {
    width: 100%;
    transform: scale(0.6);
}

.section-index-esg .item .icon-text-item {
    padding: 20px 0;
}

.section-index-esg .item .icon-text-item h3 {
    font-family: "Roboto Condensed";
    font-size: 30px;
    font-weight: bold;
    color: #292929;
    margin-bottom: 0;
}

.section-index-esg .item .icon-text-item h3 span {
    color: #00a06e;
}

.section-index-esg .item p {
    font-family: "Roboto Condensed";
    font-size: 16px;
    color: #344655;

}

.section-index-esg .btn.btn-style {
    transition: all 0.2s ease-in-out;
    background: #00a06e;
    border-radius: 0;
    display: inline-block;
    padding: 8px 40px;
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
}

.section-index-esg .btn.btn-style:hover {
    background: #292929;

}


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

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

    .section-index-esg .img-icon {
        opacity: 0.8;
    }

    .section-index-esg .item {
        padding: 30px 15px;

    }

    .section-index-esg .item .icon-text-item {
        padding: 30px 0;
    }

    .section-index-esg .text-item {
        margin: 30px 0;
    }
}


/* --End esg--------------- */
/* --Start news--------------- */

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

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

.section-index-news .title-item {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

.section-index-news .title-item h2 {
    color: #fff;
    font-size: 30px;
    font-family: "Mr Dafoe";
}

.section-index-news .title-item h3 {
    font-family: Poppins;
    color: #fff;
    margin-bottom: 0;
    font-family: "Roboto Condensed";
    font-size: 40px;
    text-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.795);
    font-weight: 400;
}

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

@media (min-width: 1200px) {
    .section-index-news .news-pic-item {
        padding-bottom: 150%;
    }
}

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

.section-index-news .item {
    cursor: pointer;
    background: #fff;
    display: block;
    padding-bottom: 35px;
}

.section-index-news .item+.item {
    border-top: 1px solid #c4c4c4;
    padding-top: 35px;
    padding-bottom: 35px;
}

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

.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 .text-item {}

.section-index-news .item .text-item span {
    font-family: Poppins;
    font-size: 14px;
    color: #808080;
}

.section-index-news .item .text-item h3 {
    font-size: 24px;
    color: #292929;
    transition: all 0.2s ease-in-out;
    font-weight: 400;
    padding: 10px 0;
    margin-bottom: 0;
    font-family: 'Roboto Condensed';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.section-index-news .item .text-item p {
    font-family: Poppins;
    color: #6e7a91;
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

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

.section-index-news .btn.btn-style {
    transition: all 0.2s ease-in-out;
    background: #00a06e;
    border-radius: 0;
    display: inline-block;
    padding: 8px 40px;
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
}

.section-index-news .btn.btn-style:hover {
    background: #292929;

}


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