.SliderFeature {
        box-shadow: 0 0 2px #555555;
        margin: 0 0 5px;
}
.SliderFeature .RightCol {
        background: none repeat scroll 0 0 #ffffff;
        max-width: 240px;
        vertical-align: top;
        width: 240px;
        height: 270px;
}
.SliderFeature .LeftCol {
        padding: 2px;
        text-align: center;
        vertical-align: middle;
        height: 260px;
}
.SliderFeature .LeftPanel {
        overflow: hidden;
        position: relative;
        width: 100% !important;
        margin-top: -2px;
}
.SliderFeature .LeftCol .LeftPanel img {
        height: auto;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
        height: 305px;
        object-fit: cover;
}
.SliderFeature .LeftCol .text {
        bottom: 0px;
        color: white;
        font: bold 14px Arial;
        left: 0;
        margin-bottom: 0;
        position: absolute;
        text-align: left;
        width: 100%;
        z-index: 1;
        line-height: 1.5;
        background-image: linear-gradient(
                to bottom,
                #d4d4d49e,
                #baadadb8,
                #cabcbcab,
                #b9b9b994,
                #ffffffa1
        );
}
.SliderFeature .LeftCol .text div {
        display: inline-block;
        padding: 6px;
}
.SliderFeature .ArticleList {
        list-style: outside none none;
        margin: 0;
        padding: 0;
        width: 240px;
        border-top: 1px solid #eee;
}
.SliderFeature .ArticleList .Title::first-letter {
        text-transform: uppercase;
}
.SliderFeature .ArticleList li:hover a {
        color: #a31010;
}
.SliderFeature .ArticleList li {
        display: inline-block;
        padding: 8px;
        border-bottom: 1px solid #eee;
}
.SliderFeature .ArticleList li a:hover {
        text-decoration: none;
}
.SliderFeature .ArticleList .ArticleItemSelected {
        background: none repeat scroll 0 0 #fff;
        border-top: 1px solid #eee;
}
.SliderFeature .ArticleList .ArticleItemSelected a {
        color: #000;
}
.SliderFeature .ArticleList li:hover {
}
.SliderFeature .ArticleList li .Image {
        display: none;
        float: left;
        height: 50px;
        margin-right: 4px;
        text-align: left;
        width: 0px;
}
.SliderFeature .Header {
        background: #ddb209;
        height: 20px;
        text-align: center;
        color: #fff;
        font: bold 10pt Arial;
        padding-top: 6px;
        text-transform: uppercase;
        display: none;
}
@media only screen and (max-width: 768px) {
        .SliderFeature {
                height: unset !important;
        }
        .SliderFeature .RightCol {
                max-width: unset;
        }
        .SliderFeature .ArticleList {
                width: 100%;
        }
}
.SliderFeature .LeftPanel a:has(img[src="https://storage-vnportal.vnpt.vn/gov-lan/1/icon/logo_tay_ninh.png"]),
.SliderFeature .LeftPanel a:has(img[src="/Images/noimage.png"]),
.SliderFeature .LeftPanel a:has(img[src=""]) {
        background: white url("https://storage-vnportal.vnpt.vn/gov-lan/1/icon/logo_tay_ninh.png");
        background-size: cover;
        background-position: center;
        border: 1px solid #cccccc;
        height: 100%;
        display: block;
}
div.SliderFeature .LeftPanel a img[src="https://storage-vnportal.vnpt.vn/gov-lan/1/icon/logo_tay_ninh.png"],
div.SliderFeature .LeftPanel a img[src="/Images/noimage.png"],
div.SliderFeature .LeftPanel a img[src=""] {
        display: none !important;
}
