.SliderFeature {
    box-shadow: 0 0 4px #555555;
    margin: 0 0 20px;
    background: #bf1111;
}
.SliderFeature .RightCol {
    background: #FFFFFF;
    max-width: 270px;
    vertical-align: top;
    width: 270px;
}
.SliderFeature .LeftCol {
    padding: 4px;
    text-align: center;
    vertical-align: middle;
}
.SliderFeature .LeftPanel {
    overflow: hidden;
    position: relative;
    background-color: #f0f0f0;
}

/* Ảnh bên trái */
.SliderFeature .LeftCol .LeftPanel img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    object-fit: cover;
}

/* Ảnh bên phải */
.SliderFeature .ArticleList li .Image {
    display: inline-block;
    float: left;
    height: 50px;
    margin-right: 4px;
    width: 60px;
    object-fit: cover;
}

.SliderFeature img {
    position: relative;
    display: block;
}

.SliderFeature img::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f0f0f0 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect width='100' height='100' fill='%23f0f0f0'/%3E%3Cpath d='M30 30h40v40H30z' fill='none' stroke='%23ccc' stroke-width='2'/%3E%3Ccircle cx='40' cy='42' r='3' fill='%23ccc'/%3E%3Cpath d='M35 65l10-12 8 8 10-15 7 14' fill='none' stroke='%23ccc' stroke-width='2'/%3E%3Ctext x='50' y='85' font-family='Arial' font-size='10' fill='%23999' text-anchor='middle'%3ENo Image%3C/text%3E%3C/svg%3E") no-repeat center;
    background-size: contain; /* Hoặc cover tùy ý bạn */
    z-index: 2;
}

.SliderFeature .LeftCol .text {
    background-color: #EEEEEE;
    bottom: 0;
    color: Black;
    font: bold 10pt Arial;
    left: 0;
    position: absolute;
    opacity: 0.7;
    width: 100%;
    z-index: 1;
}
.SliderFeature .ArticleList {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 270px;
}
.SliderFeature .ArticleList li {
    display: block;
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
    clear: both;
}
.SliderFeature .ArticleList li:hover, 
.SliderFeature .ArticleList .ArticleItemSelected {
    background: #bf1111;
}
.SliderFeature .ArticleList li:hover a,
.SliderFeature .ArticleList .ArticleItemSelected a {
    color: #FFFFFF;
}
.SliderFeature .Header {
    display: none;
}