.home-banner.bn001 .banner-img/*home-banner*/

.home-banner.bn001 .banner-box {
    position: relative;
}

.home-banner.bn001 .banner-title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}


.home-banner.bn001 .banner-title {
    min-height: 80%;
    max-width: 1320px;
}

.home-banner.bn001 .banner-img{
    background-size: cover;
    background-repeat: no-repeat;
}

.home-banner.bn001 .banner-img::before {
    content: '';
    display: block;
    padding-bottom: 41%;
}


@media screen and (max-width:1199px) {
    .home-banner.bn001 .banner-img::before {
        padding-bottom: 55%;
    }

    .home-banner.bn001 .banner-title {
        margin-right: 9%;
    }
}

@media screen and (max-width:991px) {
    .home-banner.bn001 .banner-img::before {
        padding-bottom: 100%;
    }

    .home-banner.bn001 .banner-title {
        margin-right: 0;
        justify-content: center;
    }
}
.home-banner.bn001 .banner-txt {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 1rem 3rem;
}

.home-banner.bn001 .banner-txt .b-title {
    transition: all 0.8s ease-in-out;
    color: #fff;
    opacity: 0;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    font-size: 70px;
    font-weight: bolder;
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.38);
    text-align: center;
}

.home-banner.bn001 .banner-txt .s-title {
    transition: all 0.8s ease-in-out;
    transition-delay: 0.5s;
    opacity: 0;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    text-align: center;
    color: #ffffff;
    font-size: 30px;
}

@media (max-width: 991px) {
    .home-banner.bn001 .banner-txt .b-title {
        font-size: 30px;
        padding: 5px 0;
    }

    .home-banner.bn001 .banner-txt .s-title {
        font-size: 18px;
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .home-banner.bn001 .banner-txt {
        padding: 10px;
    }

    .home-banner.bn001 .banner-txt .s-title {
        font-size: 17px;
        padding: 2%;
        min-width: 350px;
    }
}

@media (max-width: 350px) {
    .home-banner.bn001 .banner-txt .s-title {
        min-width: auto;
    }
}

.home-banner.bn001 .swiper-slide-active .banner-txt .b-title,
.home-banner.bn001 .swiper-slide-active .banner-txt,
.home-banner.bn001 .swiper-slide-active .banner-txt .s-title {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    text-align: center;
    letter-spacing: 10px;
}

@media (max-width: 991px) {

    .home-banner.bn001 .swiper-slide-active .banner-txt .b-title,
    .home-banner.bn001 .swiper-slide-active .banner-txt,
    .home-banner.bn001 .swiper-slide-active .banner-txt .s-title {
        text-align: center;
    }
}

.home-banner.bn001 .swiper-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.home-banner.bn001 .swiper-pagination-bullet {
    background-color: #000;
    opacity: 1;
}

.home-banner.bn001 .swiper-pagination-bullet-active {
    width: 15px;
    height: 15px;
    border: 2px #000 solid;
    background-color: #fff;
}