.banner-custom{
    position: relative !important;
    align-items: center !important;
    justify-content: center !important;
    display: flex !important;
}
.overlay-banner{
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background: rgba(0, 0, 0, 0.4);
    border-radius: .25rem !important;
}
.title-banner{
    position: absolute;
    text-align: center;
}
img.thumbnail-custom
{
    border-top-right-radius: 4px; 
    border-top-left-radius: 4px;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    max-height: 165px;
    object-fit: cover;
}
.content-custom
{
    padding-top: 15px !important; 
    padding-bottom: 0 !important; 
    padding-left: 15px !important; 
    padding-right: 15px !important;
}
.mh-220px {
    max-height: 220px!important
}
.object-fit-cover {
    object-fit: cover!important
}
.multiline-ellipsis {
    position: relative;
    /* Cho phép định vị phần tử con */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Giới hạn 2 dòng */
    -webkit-box-orient: vertical;
    /* Hướng dọc */
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
