body {
    background: #f8f8fa;
}
header {
    background:#fff;
}
.category__list {
    display: grid;
    column-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 16px;
    overflow: hidden;
}

section#category {
    padding-top: 30px;
    margin-bottom: 54px;
}

.category__nav>ul>li {
    list-style: none;
    padding: 6px 12px;
}
a.tabCategory.active {
    background: linear-gradient(#ffeded, #fef4e9);
    border-radius: 5px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    color: #DD3E5E;
    font-weight: 600;
}

.category__nav>ul>li>a {
    color: #000;
    font-size: 16px;
    padding: 8px 0px;
    font-weight: 500;
}

.category__content {
    border: 1px solid #DD3E5E;
    border-radius: 10px;
    padding: 24px;
    background:#fff;
}
.category__title span, .category__title a {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #333333;
}

.category__title {
    padding-bottom: 21px;
}

.category__item-img img {
    border-radius: 15px;
}
.category__item-decs p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    padding: 0;
    margin: 0;
    color: #000;
}
#category .grid {
    grid-template-columns: 1fr 4fr;
}
.page-template-page-ket-qua-dieu-tri .contentCategory {
    display: none;
}
.page-template-page-ket-qua-dieu-tri .contentCategory.active {
    display: block;
}
.category__nav>ul>li:hover>a {
    border-bottom: 2px solid #c32852;
    color: #DD3E5E;
    font-weight: 600;
}
.category__item-img {
    height: 200px;
    margin-bottom: 10px;
}

.category__item-img img {
    height: 100%;
    object-fit: cover;
}
.category__item-decs {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 55px;
}

.category__item {
    margin-bottom: 10px;
}
.load_more_item {
    border-radius: 50px;
    font-weight: 400;
    text-transform: none;
    background-color: #dd3e5e;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0px 15px 0px 15px;
    display: flex;justify-content: center;
}
.category__list.load-ajax-bf .category__item {
    max-width: 200px;
}
.author-profile-card {
    background: #eee;
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 20px;
}
.author-photo {
    float: left;
    text-align: left;
    padding: 5px;
}