/* ============================================================
   BANNERHOME THEME – dành riêng cho khối có tên Bannerhome
   ============================================================ */

/* Reset hb-card mặc định */
.hb-block.bannerhome .hb-card {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    padding: 0 !important;
}


/* BANNERHOME FULL-WIDTH */
.hb-block.bannerhome {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: 50% !important;
    transform: translateX(-50%) !important;
    padding: 0 !important;
    position: relative;
}

/* Ảnh full-width */
.hb-block.bannerhome .hb-thumb img.bannerhome-image {
    width: 100vw !important;
    height: auto!important; /* hoặc 100vh nếu muốn fullscreen */
    max-height: none !important;
    object-fit: cover !important;
    display: block;
    border-radius: 0 !important; /* full-width không bo góc */
}


/* Ảnh banner */


/*.hb-block.bannerhome .hb-slide-item .hb-thumb img.bannerhome-image {
    height: 400px !important;
    max-height: 400px !important;
    width: 100% !important;
    object-fit: cover !important;
    border-radius: 18px !important;
}*/
/* Caption */
.bannerhome-caption {
    font-size: 0.875rem;
    color: #FF6B00;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 14px;
    margin-bottom: 4px;

    display: block;

}

/* Title */
.bannerhome-title {
    font-size: 1.75rem;
    line-height: 1.3;
    font-weight: 800;
    color: #111;
    margin-bottom: 6px;
}

/* Nội dung text dưới ảnh */
.bannerhome-content {
    padding: 16px 6px;
}

/* Bao toàn slide */
.bannerhome-card {
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
}

/* Responsive */
@media (max-width: 768px) {
    .bannerhome-image {
        height: 300px;
    }
    .bannerhome-title {
        font-size: 1.35rem;
    }
}
