#home .banner {
    position: relative;
}

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

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

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

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

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

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

#home .menu .top {
    padding: 50px 0;
}

#home .menu .top .left h1 {
    color: #000;
    font-size: 3rem;
    font-family: bsh;
}

#home .menu .top .left p {
    font-size: 1rem;
    color: #000;
    margin-top: 15px;
    font-family: ht;
    font-weight: 400;
    text-align: justify;
}

#home .menu .top .left a {
    margin-top: 15px;
}

#home .menu .top .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#home .menu .top .right{
    position: relative;
}
#home .menu .top .right .icon-play {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    color:#fff;
    font-size: 5rem;
    pointer-events: none;
}
#modalAbout .modal-body,#modalAbout .modal-content{
    background: none;
    padding:0;
    border:none;
    border-radius: 0;
}
#home .menu .bottom .text h1 {
    color: #000;
    font-size: 3rem;
    font-family: bsh;
}

#home .menu .bottom .text p {
    font-size: 1rem;
    color: #000;
    margin-top: 15px;
    font-family: ht;
    font-weight: 400;
    text-align: justify;
}

#home .menu .bottom .wrapper {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#home .menu .bottom .arrows {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#home .menu .bottom .arrows .prevBtn {
    margin-right: 15px;
}

#home .menu .bottom .arrows .prevBtn,
#home .menu .bottom .arrows .nextBtn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 2px solid #000;
    border-radius: 50%;
    text-align: center;
}

#home .menu .bottom .arrows svg {
    font-size: 1.5rem;
    line-height: 50px;
}

#home .menu .bottom .wrap-swiper {
    position: relative;
}

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

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

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

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

#home .menu .bottom .wrap-btn .view {
    margin-left: 30px;
}

#home .menu .bottom .swiper-menu {
    margin-top: 50px;
    position: relative;
}

#home .menu .bottom .swiper-menu .swiper-slide > div {
    overflow: hidden;
}

#home .menu .bottom .swiper-menu .swiper-slide .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s ease;
}

#home .menu .bottom .swiper-menu .swiper-slide > div .img:hover {
    transform: scale(1.2);
}

#home .review {
    padding: 50px 0;
}

#home .review .text {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#home .review .text h1 {
    color: #000;
    font-size: 3rem;
    font-family: bsh;
}

#home .review .arrows {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#home .review .arrows .prevBtn2 {
    margin-right: 15px;
}

#home .review .arrows .prevBtn2,
#home .review .arrows .nextBtn2 {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 2px solid #000;
    border-radius: 50%;
    text-align: center;
}

#home .review .arrows svg {
    font-size: 1.5rem;
    line-height: 50px;
}

#home .review .swiper-review {
    margin-top: 50px;
}

#home .review .swiper-review .swiper-slide > div {
    background: #f9db56;
    text-align: center;
    padding: 30px 15px;
    cursor: pointer;
}

#home .review .swiper-review .swiper-slide > div .rating {
    margin-top: 15px;
}

#home .review .swiper-review .swiper-slide > div .rating .star svg {
    font-size: 1rem;
}

#home .review .swiper-review .swiper-slide > div img {
    width: 75px;
}

#home .review .swiper-review .swiper-slide > div p {
    color: #000;
    font-family: ht;
    font-weight: 400;
    font-size: 1rem;
    margin-top: 15px;
    height: 25vh;
}

#home .review .swiper-review .swiper-slide > div h2 {
    font-family: ppb;
    font-size: 1.2rem;
    margin-top: 15px;
    color: #000;
}

#home .review .swiper-review .swiper-slide > div .btn-more {
    background: #faf3e3;
    padding: 2.5px 15px;
    color: #000;
    text-align: center;
    font-size: 1rem;
    font-family: bsh;
    margin-top: 15px;
    width: 100%;
}

#home .modal .modal-content button {
    width: 30px;
    height: 30px;
    background: #f9db56;
    border-radius: 50%;
    border: 2px solid #000;
    position: absolute;
    top: -15px;
    right: -15px;
    padding: 0;
}

#home .modal .modal-content button svg {
    color: #000;
}

#home .modal .modal-content > div h2 {
    font-family: ppb;
    font-size: 1.5rem;
    margin-top: 15px;
    color: #000;
}

#home .modal .modal-content > div {
    background: #f9db56;
    text-align: center;
    padding: 30px 15px;
}

#home .modal .modal-content > div .rating {
    margin-top: 15px;
}

#home .modal .modal-content > div .rating .star svg {
    font-size: 1rem;
}

#home .modal .modal-content > div img {
    width: 75px;
}

#home .modal .modal-content > div p {
    color: #000;
    font-family: ht;
    font-weight: 400;
    font-size: 1rem;
    margin-top: 15px;
}

#home .modal .modal-content > div .btn-more {
    background: #faf3e3;
    padding: 2.5px 15px;
    color: #000;
    text-align: center;
    font-size: 1rem;
    font-family: bsh;
    margin-top: 15px;
    width: 100%;
}

#home .modal .modal-content > div h2 {
    font-family: ppb;
    font-size: 1.5rem;
    margin-top: 15px;
    color: #000;
}

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

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

    #home .menu .top .left {
        text-align: center;
    }

    #home .menu .top .left h1 {
        font-size: 2rem;
        margin-top: 15px;
    }

    #home .menu .bottom .text {
        text-align: center;
    }

    #home .menu .bottom .text h1 {
        font-size: 2rem;
    }

    #home .menu .bottom .wrapper {
        flex-direction: column;
    }

    #home .menu .bottom .arrows {
        margin-top: 30px;
        justify-content: center;
    }

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

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

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

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

    #home .review .text {
        flex-direction: column;
    }

    #home .review .text h1 {
        font-size: 2rem;
    }

    #home .review .swiper-review .swiper-slide > div p {
        height: 15vh;
    }

    #home .review .arrows {
        margin-top: 30px;
        justify-content: center;
    }

    #home .modal .modal-content button {
        top: -15px;
        right: -5px;
    }

    #home .swiper-banner .swiper-slide:nth-child(2) {
        display: none;
    }

    /* #home .swiper-banner .swiper-slide:nth-child(3) {
        display: none;
    } */

    /* #home .swiper-banner .swiper-slide:nth-child(4) {
        display: none;
    } */

    /* #home .swiper-banner .swiper-slide:nth-child(4) {
        display: none;
    }

    #home .swiper-banner .swiper-slide:nth-child(5) {
        display: none;
    }

    #home .swiper-banner .swiper-slide:nth-child(6) {
        display: none;
    } */
}
