.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.4), rgba(0, 0, 0, 0.6)), url(../img/bg-business.png) 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/banner20260311.png);
    background-position: 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;
}

.about-section h6 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.a-about-grid-3 {
    display: grid;
    margin: 80px auto 0;
    column-gap: 40px;
    row-gap: 40px;
    grid-template-columns: repeat(3, auto);
    width: 100%;
}

.a-about-grid-item {
    align-items: center;
    flex-direction: column;
    display: flex;
}

.a-about-grid-item h4 {
    color: var(--main-color);
    font-weight: 800;
    font-size: 28px;
    text-align: center;
}

.a-about-grid-item h5 {
    font-size: 18px;
    font-weight: 600;
    max-width: 450px;
    text-align: center;
}

.a-about-grid-item p {
    font-size: 14px;
    width: 100%;
    max-width: 450px;
    text-align: center;
}
