/* Minification failed. Returning unminified contents.
(2,22): run-time error CSS1039: Token not allowed after unary operator: '-background-noibat'
(6,19): run-time error CSS1039: Token not allowed after unary operator: '-padding-content'
(21,22): run-time error CSS1039: Token not allowed after unary operator: '-box-shadow-content'
 */
#content {
    background: var(--background-noibat);
}

.wrap-chuyen-muc-bv > .header-chuyen-muc-bv {
    padding: var(--padding-content);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}

.wrap-chuyen-muc-bv > .body-chuyen-muc-bv {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}

.body-chuyen-muc-bv > .item-bv {
    /*padding: var(--padding-content);*/
    width: 380px;
    box-shadow: var(--box-shadow-content);
    border-radius: 8px;
    height: 455px;
    background: white;
    margin: 0 10px 30px 10px;
    overflow: hidden;
}

.item-bv img {
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.item-bv > .content-bv .tieu-de-bv {
    font-weight: bold;
    margin-bottom: 5px;
    color: #065fd4;
    height: 44px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.item-bv > .content-bv {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 18px 16px 0px 16px;
}


.item-bv .anh-bv,
.item-bv .tieu-de-bv {
    cursor: pointer;
}

.footer-chuyen-muc-bv {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

    .footer-chuyen-muc-bv button {
        border-radius: 3px;
    }
@media(max-width: 768px) {
    .body-chuyen-muc-bv > .item-bv {
        width: 100% !important;
    }
}
