#article .banner {
    background: url(../img/bg-article-archive.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
    width: 100%;
    height: 100vh;
    position: relative;
}
#article .banner h1 {
    position: absolute;
    bottom: 50px;
    left: 15px;
    right: 15px;
    color: #fff;
    font-size: 3rem;
    font-family: pbold;
    text-align: center;
}
#article .ctn {
    background: url(../img/bg-article.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
}
#article .ctn h1 {
    text-align: center;
    color: #ef4385;
    font-size: 3rem;
    font-family: pbold;
}
#article .ctn .nav {
    align-items: center;
    position: relative;
    justify-content: center;
    margin-top: 30px;
}
#article .ctn .nav .nav-item:first-child {
    margin-right: 15px;
}
#article .ctn .nav .nav-link {
    color: #fff;
    background-color: #f49fad;
    font-size: 1.25rem;
}
#article .ctn .nav .nav-link.active {
    background-color: #ef4385;
}
#article .ctn .tab-content {
    margin-top: 50px;
}
#article .ctn .items .item {
    margin-bottom: 30px;
}
#article .ctn .items .item a {
    border-color: transparent;
}
#article .ctn .items .item .box {
    position: relative;
}
#article .ctn .items .item .box .img {
    height: 60vh;
}
#article .ctn .items .item .box .img .bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}
#article .ctn .items .item .box .text {
    position: absolute;
    left: 15px;
    bottom: 15px;
    right: 15px;
    background: #ea6ca0;
    padding: 15px;
    border-radius: 15px;
}
#article .ctn .items .item .box .text p {
    color: #fff;
    font-family: preg;
    font-size: 0.8rem;
}
#article .ctn .items .item .box .text h1 {
    color: #fff;
    font-family: pbold;
    font-size: 1rem;
    text-align: left;
    margin-top: 5px;
}

@media (orientation: portrait) {
    #article .banner h1 {
        font-size: 2rem;
    }
    #article .ctn h1 {
        font-size: 2rem;
    }
    #article .ctn .nav .nav-link {
        font-size: 1rem;
    }
    #article .ctn .items .item .box .img {
        height: 40vh;
    }
    #article .ctn .items .item .box .text p {
        font-size: 0.6rem;
    }
    #article .ctn .items .item .box .text h1 {
        font-size: 0.8rem;
    }
    #article .ctn .items .item {
        margin-bottom: 15px;
    }
}
