.before-swiper {
    width: 100%;
    display: block;
}


.swiper-slide {
    width: 100%;
    height: 580px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    display: flex;
    justify-content: center;
}
.slide-title {    
    max-width: 800px;
    display: block;
    position: absolute;
    right: 280px;
    top: 40px;
    font-size: 57px;
    font-weight: 700;
    text-align: right;
    font-weight: 700;

}
.image-bnr-wrap {
    width: 1643px;
    height: 100%;
    /* background-color: aquamarine; */
    position: relative;
    display: block;
}
.slide-btn-txt {
    background-color: #cfdde1;
    opacity: 55%;
    max-width: 420px;
    min-width: 150px;
    text-align: center;
    display: block;
    position: absolute;
    right: 280px;
    bottom: 40px;
    font-size: 32px;
    border: 1px solid #edf0f1;
    border-radius: 5px;
    padding: 10px;
}
.slide-btn-txt:hover {
    background-color: #cfdde1;
    opacity: 75%;
}

.slide-btn-txt a {
    color: #474d4f;
    font-weight: 700;
}
.slide-btn-txt a:hover {
    color: #346370;
}
.slide-mobile {
    display: none !important;
}


/* ------------------ tablet ------------------ */
@media (max-width: 1023px) {
    .swiper-slide {
        background-position: -200px 0px !important;
    }
    .slide-title {
        font-size: 40px;
        right: 78px;
        top: 22px;
        text-align: right;
        width: 450px;
        height: 40px;
    }
    .slide-btn-txt {
        width: 300px;
        font-size: 21px;
        padding: 5px;
        bottom: 70px;
        right: 99px;
    }
}
/* ------------------ mobile ------------------ */
@media (max-width: 767px) {
    .swiper-slide {
        background-position: 0 0px !important;
        width: 100%;
        height: 245px;
    }
    .slide-desktop{
        display: none !important;
    }
    .slide-mobile {
        display: block !important;
    }
    .slide-title {
        font-size: 20px;
        left: 147px;
        top: 22px;
        text-align: right;
        width: 205px;
        height: 40px;
    }
    .slide-btn-txt {
        width: 60px;
        font-size: 12px;
        padding: 3px;
        bottom: 35px;
        left: 221px;
    }
}
