/* BEGIN b-card-2 */
.b-card-2 {
    display: block;
    margin-bottom: 20px;
}
.b-card-2::after {
    content: '';
    display: table;
    clear: both;
}
.b-card-2 .b_thumb {
    float: left;
    width: 200px;
    margin-right: 15px;
}
.b-card-2 .b_content-title {
    font-size: 20px;
    line-height: 1.13em;
    margin: 10px 0;
    color: #0077b8;
    font-weight: 500;
    -webkit-transition: 0.3s color ease-in-out;
    -o-transition: 0.3s color ease-in-out;
    transition: 0.3s color ease-in-out;
}
.b-card-2 .b_content-title span {
    display: block;
}
.b-card-2 .b_content-title::after {
    content: '';
    display: inline-block;
    width: 80px;
    height: 1px;
    background-color: #ccc;
}
.b-card-2 .b_content-title:hover {
    color: #DB0007;
}
.b-card-2 .b_content-desc {
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
/* END b-card-2 */

/* BEGIN b-card-4 */
.b-card-4 {
    flex-direction: column;
    height: calc(100% - 20px);
}
.b-card-4 .b_content {
    padding: 20px 20px 25px;
}
.b-card-4 .b_content-title {
    text-transform: unset;
    font-size: 20px;
}
.b-card-4 .b_thumb {
    margin: 0.48px;
}
.c-btn {
    margin: 0 auto 20px;
}
/* END b-card-4 */

/* BEGIN b-card-24 */
.b-card-24 {
    position: relative;
    display: block;
}
.b-card-24 .b_content {
    text-align: right;
    position: absolute;
    bottom: 0;
    width: calc(100% - 25px);
    padding: 30px;
    margin-left: 25px;
    background-color: rgba(255, 255, 255, 0.9);
}
.b-card-24 .b_content::before {
    content: '\f040';
    font-family: FontAwesome;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #DB0007;
}
.b-card-24 .b_content h2 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: bold;
    text-transform: uppercase;
    color: #0077b8;
}
.b-card-24 .b_content p {
    font-size: 15px;
    line-height: 1.47em;
}
/* END b-card-24 */

/* BEGIN btn-view */
.btn-view {
    margin: 20px 0;
}
.b-card-34 {
    border-left: none;
    border-right: none;
}
/* END btn-view */

/*---------Responsive---------*/
@media screen and (max-width: 991px) {
    .s-sidebar-3.lone, .s-sidebar-4.lone, .s-header-9 .s-sidebar-1 .s_cate {
        display: none;
    }
    .ht-page .ht-page__sidebar {
        display: none;
    }
    .b-card-34 .b_content-desc {
        margin-bottom: 15px;
    }
    .b-card-2 {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 479px) {
    .b-card-2 .b_thumb {
        width: 100%;
        float: none;
    }
    .b-card-2 .b_content-title {
        font-size: 15px;
    }
    .b-card-4 .b_content {
        padding: 15px 15px 20px;
    }
    .b-card-4 .b_content-title {
        padding-bottom: 10px;
    }
    .b-card-2 .b_content-title span {
        font-size: 18px;
        line-height: normal;
    }
    .b-card-2 .b_content-desc {
        -webkit-line-clamp: 4;
    }
    .b-card-2 {
        margin-bottom: 30px;
    }
    .b-card-2 .b_content-title {
        margin: 15px 0 10px;
    }
}