#frontend-wrapper{
    margin-top: 100px;
}
#frontend-wrapper #tin-tuc-breadcrumb {
    overflow: hidden;
    float: none;
}

#frontend-wrapper #tin-tuc-breadcrumb h2 {
    font-size: 26px;
    line-height: 30px;
    display: block;
    float: left;
}

#frontend-wrapper #tin-tuc-breadcrumb ul {
    float: left;
    display: inline-block;
    list-style: none;
}

#frontend-wrapper #tin-tuc-breadcrumb ul li {
    float: left;
    line-height: 30px;
}
#frontend-wrapper #tin-tuc-breadcrumb ul a {
    font-size: 14px;
    color: #757575;
    white-space: nowrap;
    text-decoration: none;
}
#frontend-wrapper #tin-tuc-breadcrumb li.active a {
    color: #0e90d2;
}

#frontend-wrapper #tin-tuc-breadcrumb li a:hover {
    color: #0e90d2;
}

#news-pagination {
    display: inline-block;
}


#news-pagination li {
    display: block;
    width: 36px;
    height: 36px;
    background-color: #e8ebf1;
    border: 1px solid #d0d6dd;
    float: left;
}

#news-pagination a {
    font-size: 18px;
    display: block;
    line-height: 36px;
    color: #616161;
    text-align: center;
    font-weight: 300;
}
#news-pagination li.active a {
    color: #fff;
    background: #9b9995;
}

#news-pagination a:hover{
    text-decoration: none;
    background: #9b9995;
}

.tin-tuc a{
    text-decoration: none !important;
}
.tin-tuc a:hover{
    color: #ffc80b !important;
}
.cover {
    display: flex;
    justify-content: center;
}
.news-thumb {
    display: flex;
    flex-wrap: wrap;
}
.news-thumb__image {
    flex: 0 0 100%;
    margin-bottom: var(--spacer-2);
    text-align: center;
}
.news-thumb__content {
    flex: 0 0 100%;
}
@media (min-width: 576px) {
    .news-thumb {
        flex-wrap: nowrap;
    }
    .news-thumb__image {
        flex: 0 0 250px;
        margin-right: var(--spacer-2);
        margin-bottom: 0;
        height: 133.3333px;
    }
    .news-thumb__content {
        flex: 1 0 calc(100% - 250px - var(--spacer-2));
    }
}