.slogan-container {
    z-index: 1;
    text-align: right;
    position: relative;
}

.banner-slogan {
    height: 100%;
    width: 100% !important;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.slogan>h1 {
    color: white;
    font-size: 3.25rem;
    letter-spacing: 5px;
}

.text-left {
    text-align: left !important;
}

.swiper-bg {
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover!important;
    background-repeat: no-repeat;
}

.swiper-bg h3 {
    font-size: 64px;
    font-weight: 700;
    color: white;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}

.swiper-pagination-bullet-active {
    background-color: white;
}

.bg-business {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.9)), url(../img/bg.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

/* swiper-background */
.swiper-bg01 {
    background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url(../img/banner20251202_3.jpg);
    background-position: center top;
}

.swiper-bg02 {
    background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url(../img/istockphoto-1215119911-2048x2048.jpg);
    background-position: center center;
}

.swiper-bg03 {
    background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url(../img/istockphoto-1220174622-2048x2048.jpg);
    background-position: top center;
}

.a-swiper-slogan {
    display: flex;
    align-items: center;
    justify-content: center;
}

.a-swiper-slogan {
    margin: 0;
    padding: 0;
}

.a-swiper-slogan h3 {
    width: 100%;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 3px solid var(--main-color);
    text-align: center;
}