#article {
    padding: 0 0 100px 0;
    background: #000;
}

#article .article-box {
    margin: 0;
}
#article .article-box .new_list {
    color: #fff;
    border-bottom: 1px #fff solid;
    padding: 1.5rem 1rem;
    cursor: pointer;
}
#article .article-box .new_list:first-child {
    border-top: 1px #fff solid;
}
#article .article-box .new_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#article .article-box .new_list div {
    text-align: start;
}

.btn-primary {
    background: #111;
    border: 1px solid #fff;
    border-radius: 0;
}

.btn-primary:hover {
    background: #333;
    border: 1px solid #fff;
    border-radius: 0;
}

.banner {
    position: relative;
}
.banner img {
    min-height: 30vh;
}
.banner .txt {
    color: #fff;
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    z-index: 3;
}
.banner .txt span {
    font-weight: normal;
    font-size: 1rem;
    margin-left: 10px;
}
.banner::after {
    background: #000;
    opacity: 0.21;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
}

#article-flters {
    margin: 0 0 35px 0;
    list-style: none;
    text-align: center;
}

#article-flters li {
    font-weight: 400;
    font-size: 1rem;
    cursor: pointer;
    margin: 15px 15px 15px 0;
    display: inline-block;
    padding: 10px 20px;
    line-height: 20px;
    color: #fff;
    border-radius: 0;
    border: 1px solid #fff;
    text-transform: uppercase;
    background: #111;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

#article-flters li:hover,
#article-flters li.filter-active {
    background: #333;
    border-radius: 0;
}

#article-flters li:last-child {
    margin-right: 0;
}
#footer .footer-after {
    height: 120%;
}

#article-list{
    position: relative;
    z-index: 100;
}