/*home-banner*/
.home-banner007,
.home-banner007 .banner-box {
    position: relative;
    overflow: hidden;
}

.home-banner007 .banner-title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: -4rem;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
}
@media (max-width: 991px) {
    .home-banner007 .banner-title {
        margin-top: 0;
    }    
}


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

@media (max-width: 1320px) {
    .home-banner007 .banner-title {
        padding: 0 3rem;
    }
}

.home-banner007 .banner-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.home-banner007 .swiper::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    display: block;
    width: 100%;
    height: 39%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(/assets/template/e07fe59075897bd418db31e1fc35c85e/img/001-1.png);
    z-index: 1;
}

@media (max-width: 1320px) {
    .home-banner007 .swiper::after {
        height: 34%;
    }
}

@media (max-width: 991px) {
    .home-banner007 .swiper::after {
        height: 16%;
    }
}

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


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

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

    .home-banner007 .banner-title {
        margin-right: 0;
        align-items: center;
    }
}


.home-banner007 .banner-txt .b-title {
    transition: all 0.8s ease-in-out;
    color: #000;
    opacity: 0;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    font-size: 40px;
    font-weight: bolder;
    text-align: center;
    margin-bottom: 1rem;
}

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

.home-banner007 .banner-txt{
    background-color: rgba(255,255,255,0.8);
    padding: 1rem;
}



.home-banner007 .swiper-slide-active .banner-txt .b-title,
.home-banner007 .swiper-slide-active .banner-txt,
.home-banner007 .swiper-slide-active .banner-txt .s-title{
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    text-align: left;
    letter-spacing: 8px;
    z-index: 3;
}

@media (max-width: 991px) {
    .home-banner007 .swiper-slide-active .banner-txt .b-title {
        font-size: 30px;
        padding: 5px 0;
        text-align: center;
    }

    .home-banner007 .swiper-slide-active .banner-txt .s-title {
        font-size: 18px;
        text-align: center;
        margin-top: 0;
    }
}

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

    .home-banner007 .banner-txt .s-title {
        font-size: 17px;
        padding: 2%;
    }
}

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

.home-banner007 .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 3rem;
}

@media (max-width: 1320px) {
    .home-banner007 .swiper-pagination {
        padding: 0 3rem;
    }
}

.home-banner007 .swiper-button-prev,
.home-banner007 .swiper-button-next{
    background-color: rgba(255,255,255,0.5);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #000000;
}


.home-banner007 .swiper-button-prev:after,
.home-banner007 .swiper-rtl .swiper-button-next:after {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    display: block;
    font-size: 18px;
}

.home-banner007 .swiper-button-next:after,
.home-banner007 .swiper-rtl .swiper-button-prev:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    display: block;
    font-size: 18px;
}