.s-section-3 {
    margin: 30px 0;
}
/* END b-card-21 */
.b-card-36 {
    margin: 0 0.48px 30px;
}
.b-card-36 .b_title {
    font-weight: bold;
}
.b-card-36 .b_desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
/* Style chung s-pagination */
[class*="s-pagination-"] {
    padding: 25px 0;
    font-size: 12px;
}
[class*="s-pagination-"]::after {
    content: '';
    display: table;
    clear: both;
}
[class*="s-pagination-"]>li {
    display: inline-block;
    margin: 0 2px;
    border: 1px solid #ddd;
    line-height: 2.334em;
    width: 2.5em;
    height: 2.5em;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
[class*="s-pagination-"]>li>a {
    display: block;
    color: #999;
    font-weight: bold;
    text-align: center;
}
[class*="s-pagination-"]>li:hover {
    background-color: #eee;
    color: #999;
}
[class*="s-pagination-"]>li.active {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}
[class*="s-pagination-"]>li.active>a {
    color: #fff;
}

/* BEGIN s-pagination-1 */
.s-pagination-1>li {
    border-radius: 3px;
}

/* END s-pagination-1 */
/* BEGIN p-detail-3 */
.p-detail-3 .p_title {
    font-size: 25px;
    line-height: 1.2em;
    margin-bottom: 0.6em;
}
.p-detail-3 .p_source {
    margin-bottom: 20px;
}
.p-detail-3 .p_source li {
    display: inline-block;
    margin-right: 20px;
    line-height: 0;
}
.p-detail-3 .p_source li span.fa::before {
    color: var(--primary-color);
}
.p-detail-3 .p_desc {
    font-weight: bold;
    font-size: 15px;
    line-height: 1.334em;
    margin-bottom: 20px;
    text-align: justify;
}
.p-detail-3 .p_other {
    margin-top: 20px;
}
.p-detail-3 .p_other>ul {
    margin: 30px 0 0 40px;
}
.p-detail-3 .p_other>ul>li {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 10px;
}
.p-detail-3 .p_other>ul>li::before {
    content: '\f105';
    font-family: FontAwesome;
    margin-right: 5px;
}
.p-detail-3 .p_other>ul>li a:hover {
    color: var(--primary-color);
}
@media screen and (max-width: 767px) {
    .p-detail-3 .p_source li.date {
        display: none;
    }
    .p-detail-3 .p_other>ul {
        margin: 20px 0 0 10px;
    }
}

/* END p-detail-3 */
.p-detail-3 .p_box {
    box-shadow: 0 0 30px -15px rgb(0 0 0 / 25%);
    padding: 55px;
}
@media (max-width: 991px) {
    .p-detail-3 .p_box {
        padding: 30px 20px 20px;
    }
}
@media (max-width: 767px) {
    .p-detail-3 .p_box {
        padding: 30px 10px 10px;
    }
}