#about .banner {
    position: relative;
}

#about .banner .swiper-banner {
    height: calc(100vh - 61px);
    z-index: 0;
}

#about .banner .swiper-banner .swiper-slide .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#about .banner .text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
}

#about .banner .text img {
    width: 250px;
}

#about .banner .text h1 {
    color: #fff;
    margin-top: 15px;
    font-size: 2.5rem;
    font-family: bsh;
}

#about .banner .text .btn-custom {
    margin-top: 15px;
}

#about .who,
#about .where {
    padding: 50px 0;
}

#about .who .left h1,
#about .where .left h1,
#about .us h1 {
    color: #000;
    font-size: 3rem;
    font-family: bsh;
}

#about .who .left p,
#about .where .left p,
#about .us p {
    font-size: 1rem;
    color: #000;
    margin-top: 15px;
    font-family: ht;
    font-weight: 400;
    text-align: justify;
}

#about .who .left h2 {
    font-size: 2rem;
    color: #000;
    margin-top: 15px;
    font-family: ppb;
}

#about .who .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#about .where .right div {
    width: 100%;
    height: 350px;
}

#about .us {
    text-align: center;
    padding: 50px 0;
}

#about .us span {
    margin-top: 30px;
    display: block;
    font-size: 1.2rem;
}

#about .content .menu {
    padding-bottom: 50px;
}

#about .content .menu > h1 {
    color: #000;
    font-size: 3rem;
    font-family: bsh;
    text-align: center;
}

#about .content .menu .swiper-menu {
    margin-top: 50px;
    position: relative;
}

#about .content .menu .swiper-menu .swiper-slide > div {
    overflow: hidden;
}

#about .content .menu .swiper-menu .swiper-slide > div a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

#about .content .menu .swiper-menu .swiper-slide > div a h2 {
    color: #fff;
    font-size: 1.2rem;
    font-family: bsh;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0;
}

#about
    .content
    .menu
    .swiper-menu
    .swiper-slide.swiper-slide-active
    > div
    a
    h2 {
    opacity: 1;
}

#about
    .content
    .menu
    .swiper-menu
    .swiper-slide.swiper-slide-active
    > div
    a
    .bg {
    opacity: 1;
}

#about .content .menu .swiper-menu .swiper-slide > div a .bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
}

#about .content .menu .swiper-menu .swiper-slide .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 2px solid #000;
}

#about .content .menu .wrap-swiper {
    position: relative;
}

#about .content .menu .prevBtn,
#about .content .menu .nextBtn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 2px solid #000;
    border-radius: 50%;
    text-align: center;
    background: #f9db56;
}

#about .content .menu svg {
    font-size: 1.5rem;
    line-height: 50px;
}

#about .content .menu .prevBtn {
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
}

#about .content .menu .nextBtn {
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
}

#about .content .menu .more {
    margin: 15px auto 0;
    display: block;
    width: 50%;
}

@media (orientation: portrait) {
    #about .banner .text {
        width: 100%;
    }

    #about .banner .text h1 {
        font-size: 1.5rem;
    }

    #about .who .left h1,
    #about .where .left h1,
    #about .us h1 {
        font-size: 2rem;
    }

    #about .who .left {
        margin-top: 15px;
        text-align: center;
    }

    #about .where .left {
        text-align: center;
        margin-top: 15px;
    }

    #about .content .menu > h1 {
        font-size: 2rem;
    }

    #about .content .menu .prevBtn,
    #about .content .menu .nextBtn {
        width: 30px;
        height: 30px;
        line-height: 25px;
    }

    #about .content .menu svg {
        font-size: 1rem;
    }

    #about .content .menu .prevBtn {
        left: 5px;
        z-index: 2;
    }

    #about .content .menu .nextBtn {
        right: 5px;
        z-index: 2;
    }

    #about .content .menu .swiper-menu .swiper-slide > div a h2 {
        font-size: 1rem;
    }
}
