
.SliderFeature {
    
    box-shadow: 0 0 4px #555555;
    margin: 0 0 20px;
}
.SliderFeature .RightCol {
    background: #ffffff none repeat scroll 0 0;
    max-width: 270px;
    vertical-align: top;
    width: 270px;
}
.SliderFeature .LeftCol {
    padding: 4px;
    text-align: center;
    vertical-align: middle;
}
.SliderFeature .LeftPanel {
    overflow: hidden;
    position: relative;
}
.SliderFeature .LeftCol .LeftPanel img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.SliderFeature .LeftCol .text {
    background-color: #eeeeee;
    bottom: 0;
    color: Black;
    font: bold 10pt Arial;
    left: 0;
    margin-bottom: 0;
    position: absolute;
    text-align: left;
    width: 100%;
    z-index: 1;
    height: 50px;
}
.SliderFeature .LeftCol .text div {
    padding: 6px;
}
.SliderFeature .ArticleList {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 270px;
}
.SliderFeature .ArticleList li:hover a {
    color: #ffffff;
}
.SliderFeature .ArticleList li {
    display: inline-block;
    padding: 4px;
}
.SliderFeature .ArticleList .ArticleItemSelected {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(101, 185, 245, 1) 0%, rgba(0, 131, 245, 1) 50%, rgba(43, 165, 230, 1) 100%) repeat scroll 0 0;
}
.SliderFeature .ArticleList .ArticleItemSelected a {
    color: #ffffff;
}
.SliderFeature .ArticleList li:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(101, 185, 245, 1) 0%, rgba(0, 131, 245, 1) 50%, rgba(43, 165, 230, 1) 100%) repeat scroll 0 0;
}
.SliderFeature .ArticleList li .Image {
    display: inline-block;
    float: left;
    height: 50px;
    margin-right: 4px;
    text-align: left;
    width: 60px;
}
.SliderFeature .Header {
    display: none;
}

/* Tiêu đề bài viết */
.SliderFeature .ArticleList .Title {
    text-align: left;
    line-height: 1.4;
    white-space: normal; /* Cho phép xuống dòng */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Giới hạn 2 dòng, hiển thị “...” nếu dài */
    -webkit-box-orient: vertical;
}
