#articles .banner img {
    width: 100%;
}

#articles .featured {
    height: 80vh;
}

#articles .featured img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#articles .featured .caption {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

#articles .featured .caption>div {
    background-color: rgba(0, 0, 0, .25);
    width: 40%;
    padding: 15px;
}

#articles .featured .caption h2 {
    font-family: 'Futura Std Condensed';
    font-size: 2rem;
    font-weight: 700;
}

#articles .featured .caption p {
    margin-top: 30px;
}

#articles .featured .caption .btn {
    margin-top: 30px;
}

#articles .recent {
    padding: 50px 0
}

#articles .recent .left {
    color: #606060;
    position: relative;
    line-height: 1.5rem;
}

#articles .recent .left .btn {
    top: 50vh;
    position: absolute;
    left: 0;
    transform: translateY(-100%);
}

#articles .recent .right .swiper {
    padding-bottom: 50px;
    position: relative;
}

#articles .recent .right a {
    display: block;
    text-decoration: none;
}

#articles .recent .right .img {
    height: 50vh;
    border-radius: 15px;
    overflow: hidden;
}

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

#articles .recent .right .top {
    margin-top: 15px;
    color: #606060;
    display: flex;
    justify-content: space-between;
    align-items: start;
    font-size: .8rem;
    flex-direction: column;
}

#articles .recent .right .top .tags {
    margin-top: 5px;
}

#articles .recent .right .top .tags span {
    display: inline-block;
    color: #8cbb55;
    border: solid 1px #8cbb55;
    border-radius: 15px;
    padding: 5px 10px;
    font-size: .8rem;
    font-family: 'Futura Std Condensed';
    font-weight: 700;
    margin-top: 5px;
}

#articles .recent .right .top .tags span:not(:last-child) {
    margin-right: 5px;
}

#articles .recent .right h2 {
    color: #095146;
    font-family: 'Futura Std Condensed';
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 15px;
}

#articles .recent .right p {
    color: #095146;
    margin-top: 15px;
    font-size: 1rem;
    line-height: 1.5rem;
}

#articles .recent .right .swiper-scrollbar {
    height: 1px;
    background-color: #606060;
    border-radius: 0;
}

#articles .recent .right .swiper-scrollbar-drag {
    height: 5px;
    background-color: #009C7C;
    border-radius: 0;
    top: -2px;
    bottom: auto;
}

#articles .recent .right .swiper-button-next {
    position: absolute;
    top: 25vh;
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #009C7C;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

#articles .recent .right .swiper-button-next svg {
    transform: scale(.5);
}



#article_archive h1 {
    font-family: 'Futura Std Condensed';
    font-size: 3.5rem;
    color: #095146;
    font-weight: 700;
    margin-top: 50px;
}

#article_archive .items .item {
    margin-top: 50px;
}

#article_archive .items a {
    display: block;
    text-decoration: none;
}

#article_archive .items .img {
    height: 50vh;
    border-radius: 15px;
    overflow: hidden;
}

#article_archive .items .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#article_archive .items .top {
    margin-top: 15px;
    color: #606060;
    display: flex;
    justify-content: space-between;
    align-items: start;
    font-size: .8rem;
    flex-direction: column;
}

#article_archive .items .top .tags {
    margin-top: 5px;
}

#article_archive .items .top .tags span {
    display: inline-block;
    color: #8cbb55;
    border: solid 1px #8cbb55;
    border-radius: 15px;
    padding: 5px 10px;
    font-size: .8rem;
    font-family: 'Futura Std Condensed';
    font-weight: 700;
    margin-top: 5px;
}

#article_archive .items .top .tags span:not(:last-child) {
    margin-right: 5px;
}

#article_archive .items h2 {
    color: #095146;
    font-family: 'Futura Std Condensed';
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 15px;
}

#article_archive .items p {
    color: #095146;
    margin-top: 15px;
    font-size: 1rem;
    line-height: 1.5rem;
}

#article_archive .pagination {
    margin-top: 50px;
}

#article_archive .pagination .page-link {
    color: #095146;
}

#article_archive .pagination .active .page-link {
    color: #fff;
    background-color: #009C7C;
    border-color: #009C7C;
}

#article_detail .img {
    height: 80vh;
}

#article_detail .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


#article_detail .top {
    margin-top: 15px;
    color: #606060;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
}

#article_detail .top .tags span {
    display: inline-block;
    color: #8cbb55;
    border: solid 1px #8cbb55;
    border-radius: 15px;
    padding: 5px 10px;
    font-size: .8rem;
    font-family: 'Futura Std Condensed';
    font-weight: 700;
    margin-left: 5px;
}

#article_detail h1 {
    font-family: 'Futura Std Condensed';
    color: #095146;
    font-size: 2rem;
    font-weight: 700;
    margin-top: 15px;
}

#article_detail .text {
    font-size: 1rem;
    margin-top: 30px;
    max-width: 75%;
    overflow-wrap: break-word;
    line-height: 1.5rem;
    color: #095146;
    text-align:justify
}
#article_detail .text .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#article_detail .text img {
    max-width: 100%;
    height: auto;
}

#article_detail p {
    color: #095146;
    margin-top: 15px;
    line-height: 1.5rem;
}

@media (orientation: portrait) {
    #articles .recent .right {
        margin-top: 30px;
    }

    #articles .recent .right .img {
        height: 25vh
    }

    #articles .recent .right .swiper-button-next {
        top: 12.5vh
    }

    #articles .recent .left {
        font-size: 1rem;
    }

    #articles .recent .left .btn {
        position: relative;
        margin-top: 15px;
        top: unset;
        left: unset;
        transform: unset;
    }

    #articles .recent .right h2 {
        font-size: 1.2rem;
    }

    #article_detail .img {
        height: auto;
    }

    #article_detail .top {
        align-items: start;
        flex-direction: column;
    }

    #article_detail .top .tags {
        margin-top: 5px;
    }

    #article_detail .top .tags span {
        display: inline-block;
        color: #8cbb55;
        border: solid 1px #8cbb55;
        border-radius: 15px;
        padding: 5px 10px;
        font-size: .8rem;
        font-family: 'Futura Std Condensed';
        font-weight: 700;
        margin-top: 5px;
        margin-left: 0;
    }

    #article_detail.top .tags span:not(:last-child) {
        margin-right: 5px;
    }

    #article_detail .text {
        max-width: 100%;
    }

    #article_archive .items h2 {
        font-size: 1.2rem;
    }

    #article_detail h1 {
        font-size: 1.5rem;
    }
}