/* CARD CHA — cho ảnh + text nằm ngang */
.bmc-horizontal-grid .vc_grid-item-mini {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
    padding: 0 !important;
}

/* CỘT ẢNH bên trái */
.bmc-horizontal-grid .vc_gitem-animated-block {
    flex: 0 0 40%;
    max-width: 40%;
}

/* Ảnh fill nguyên khung */
.bmc-horizontal-grid .vc_gitem-zone-a {
    height: 160px !important;
    background-size: cover !important;
    background-position: center !important;
}

/* Ẩn <img> thừa */
.bmc-horizontal-grid .vc_gitem-zone-a img {
    display: none !important;
}

/* CỘT NỘI DUNG bên phải */
.bmc-horizontal-grid .vc_gitem-zone-c {
    flex: 1;
    padding: 22px;
    display: flex;
    align-items: center;
    background: #ffffff;
}

/* TIÊU ĐỀ — chỉ 2 dòng cho gọn */
.bmc-horizontal-grid .vc_gitem-post-data-source-post_title h4 {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;     /* CHỈ 2 DÒNG */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ẨN EXCERPT */
.bmc-horizontal-grid .vc_gitem-post-data-source-post_excerpt {
    display: none !important;
}

/* ẨN NÚT ĐỌC THÊM */
.bmc-horizontal-grid .vc_btn3-container {
    display: none !important;
}

/* KHOẢNG CÁCH GIỮA CÁC ITEM */
.bmc-horizontal-grid .vc_grid-item {
    margin-bottom: 30px !important;
}

/* HOVER: nổi lên nhẹ + bóng sâu hơn */
.bmc-horizontal-grid .vc_grid-item-mini {
    transition: transform .25s ease, box-shadow .25s ease;
}

.bmc-horizontal-grid .vc_grid-item-mini:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.12);
}


/* MOBILE — chuyển dọc lại */
@media (max-width: 767px) {
    .bmc-horizontal-grid .vc_grid-item-mini {
        flex-direction: column;
    }

    .bmc-horizontal-grid .vc_gitem-animated-block {
        max-width: 100%;
        flex-basis: auto;
    }

    .bmc-horizontal-grid .vc_gitem-zone-a {
        height: 200px !important;
    }
}
