/* --Start banner--------------- */
.section-banner {
    position: relative;
    height: 20vh;
    background: url(../img/service/banner.webp) no-repeat center top/ cover scroll;
    margin-top: 60px;
}

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


.section-banner .item h2 {
    color: #fff;
    font-weight: bolder;
    font-size: 18px;
    letter-spacing: 2px;
    /* line-height: 1.5; */
    position: relative;
    margin-bottom: 0;
    font-family: 'Gunterz';
    display: inline-block;
    padding-bottom: 15px;
}

.section-banner .item h2::after {
    content: '';
    width: 150%;
    position: absolute;
    height: 2px;
    background: #c6c6d0;
    left: 0;
    bottom: 0;
}

.section-banner .item span {
    display: block;
    font-family: 'Gunterz';
    text-align: left;
    padding-top: 15px;
    font-size: 16px;
}

@media (min-width: 992px) {
    .section-banner {
        height: 30vh;

    }

    .section-banner .item {
        top: 60%;

    }

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

    .section-banner .item span {
        font-size: 30px;
        padding-top: 20px;
    }
}


@media (min-width: 1200px) {
    .section-banner {
        margin-top: 125px;
        height: 50vh;
    }

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

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

}

.menu-contact-item {
    background: #fff;
}

.nav-bg {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    background: #f0f0f0;
}

/* --End banner--------------- */
/* --Start service--------------- */
.section-service {
    position: relative;
    background: #fff;
}

.section-service .title-item {
    padding: 100px 0;
    background: #e2e3e7;
}



.section-service .title-item h3 {
    font-size: 20px;
    padding-left: 0px;
    margin-bottom: 0;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: bolder;
    text-align: center;
}

@media (min-width: 768px) {
    .section-service .title-item h3 {
        text-align: left;
        padding-left: 25px;
    }
}

@media (min-width: 992px) {
    .section-service .title-item {
        padding: 160px 0;
    }

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

.section-service .title-item h3 span {
    font-family: 'Gunterz';
    color: #913335;
    font-size: 20px;
    display: inline-block;
}

.section-service .item {
    position: relative;
    height: 100%;
}

.section-service .item span {
    font-size: 30px;
    font-family: 'Gunterz';
    font-weight: bolder;
    color: #2a323d;
    position: static;
}

@media (min-width: 1400px) {
    .section-service .item span {
        font-size: 40px;
        position: absolute;
        left: -75px;
        top: -20px;
    }
}

.section-service .item p {
    font-size: 16px;
    position: relative;
    z-index: 2;
    color: #676767;
    padding: 30px 0;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 0;
}

.section-service .item p+p {
    margin-top: 10px;
}

.section-service .logo-img {
    width: 100px;
    margin-bottom: 5px;
    display: inline-block;
}

@media (min-width: 992px) {

    .section-service .item p {
        padding-left: 30px;
        padding-right: 0;
        font-size: 18px;
    }

}

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

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

@media (min-width: 768px) {
    .section-service .pic-item {
        padding-bottom: 80%;
    }
}

@media (min-width: 992px) {
    .section-service .pic-item {
        padding-bottom: 70%;
    }

}

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

@media (min-width: 1400px) {
    .section-service .pic-item {
        padding-bottom: 100%;
    }

}

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

.section-service .bg-item {
    position: relative;
}

.section-service .text-item {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #242b359a;
    height: 100%;
    padding-left: 10px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 1400px) {
    .section-service .text-item {
        padding-top: 10px;
        padding-bottom: 0;
        background: #242b35;
        position: relative;
    }
}

.section-service .text-item span {
    position: static;
    font-size: 30px;
    font-family: 'Gunterz';
    font-weight: bolder;
    color: #fff;
    display: block;
    padding-bottom: 20px;
    padding-right: 15px;
    text-align: right;
}

.section-service .text-item h4 {
    font-size: 17px;
    color: #fff;

}

.section-service .text-item ul {
    padding-left: 10px;
    color: #fff;
    list-style: none;
}

.section-service .text-item ul li {
    margin-bottom: 15px;
}

.section-service .text-item ul li p {
    padding-left: 35px;
    padding-top: 5px;
    margin-bottom: 0;
    font-size: 14px;
}

@media (min-width: 1200px) {
    .section-service .text-item span {
        position: absolute;
        right: 15px;
        top: 15px;
    }

    .section-service .text-item h4 {
        font-size: 18px;
    }

    .section-service .text-item {
        padding-top: 10px;
        padding-left: 10px;
    }

    .section-service .text-item ul {
        padding-left: 50px;
    }

    .section-service .text-item ul li p {
        padding-left: 75px;
        font-size: 15px;
        padding-top: 10px;
    }
}

.section-service .news_carousel_slider img {
    display: block;
}

.section-service .news_carousel_slider {
    background: #242b35;

}

.section-service .news_carousel_slider .owl-next,
.section-service .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;
}


.section-service .news_carousel_slider .owl-next:hover,
.section-service .news_carousel_slider .owl-prev:hover {
    background-color: transparent;
    border: 2px solid #00A0E3;

}

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

.section-service .news_carousel_slider .owl-dots {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;

}

.section-service .news_carousel_slider .owl-dots .owl-dot+.owl-dot {
    margin-left: 15px;
}

.section-service .news_carousel_slider .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    background: #ccc;
    border-radius: 100%;
    opacity: 0.5;
}

.section-service .news_carousel_slider .owl-dots .owl-dot.active {
    background: #913335;
    opacity: 1;
}

.section-service .news_carousel_slider .owl-next {
    left: 20%;
    right: auto;
}

.section-service .news_carousel_slider .owl-prev {
    left: 15%;
    right: auto;
}

.section-service .news_carousel_slider .owl-prev::after,
.section-service .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-service .news_carousel_slider .owl-prev::after,
.section-service .news_carousel_slider .owl-next::after {
    content: "◂";
}

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

.section-service .news_carousel_slider .owl-prev:hover::after,
.section-service .news_carousel_slider .owl-next:hover::after {
    color: #00A0E3;
}

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