#article .banner {
    position: relative;
}

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

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

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

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

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

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

#article .content {
    padding: 50px 0;
}

#article .content .items h1 {
    text-align: center;
    font-size: 3rem;
    font-family: ppb;
}

#article .content .item {
    margin-bottom: 15px;
    cursor: pointer;
}

#article .content .item a > div {
    height: 50vh;
    position: relative;
}

#article .content .item a > div .grey {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

#article .content .item a > div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#article .content .item a > div .text {
    position: absolute;
    left: 15px;
    bottom: 15px;
    right: 15px;
}

#article .content .item a > div .text h1 {
    color: #fff;
    font-size: 1.2rem;
    font-family: bsh;
    text-align: left;
}

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

#article .content .pagination {
    justify-content: center;
}

#article .content .pagination .page-item {
    padding: 0 5px;
}

#article .content .pagination .page-item.active .page-link {
    font-weight: 700;
}

#article .content .pagination .page-link.arrow {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 2px solid #000;
    border-radius: 50%;
    text-align: center;
    padding: 0;
}

#article .content .pagination .page-link {
    width: 30px;
    height: 30px;
    border: 2px solid #000;
    border-radius: 50%;
    text-align: center;
    padding: 0;
    color: #000;
    background: #f9db56;
}

#article .content .pagination .page-link.arrow svg {
    font-size: 1.5rem;
    color: #000;
    line-height: 50px;
}
@media (orientation: portrait) {
    #article .banner .text {
        width: 100%;
    }

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

    #article .content .item > div {
        flex-direction: column;
    }

    #article .content .item > div .text {
        margin-left: 0;
        margin-top: 15px;
    }
}
