.article-blog div div {
    background-color: #ffffff;
}

.article-blog  ul.fr-tag {
    margin: 0 0 1rem 0;
}

.article-blog li p.fr-tag {
    margin-bottom: 0px;
    line-height: 26px;
}

.article-blog h3, .article-blog h2 {
    margin-bottom: 15px;
}

h3.blog-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}

h3.blog-title a:hover {
    color: #000;
}

.cat-name {
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #000;
}

.blog-detail-date {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

nav.blog-navigation {
    display: inline-block;
}

.blog-navigation .page-item.active .page-link {
    background-color: #000;
}

.blog-navigation .page-link {
    color: #000;
}

.page-item {
    margin-right: 15px;
}

.page-link {
    border: none;
    background: #f0f7f7;
    padding: 0px;
    padding-top: 10px;
    text-align: center;
    width: 40px;
    height: 40px;
    transition: background-color 0.5s;
}

.page-link:hover {
    color: #fff;
    background-color: #608097;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
    border-radius: 0px;
}

li.list-group-item.total {
    margin-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, .125) !important;
}

.blog-content p {
    font-size: 14px;
    font-weight: 300;
}

.blog-content p b,
.blog-content p strong {
    font-weight: 700;
}