.SliderFeature {
        /* border: 1px solid #4792d34a; */
        margin: 0 0 15px;
        padding: 0;
        position: relative;
}
.SliderFeature * {
        font-size: 14px !important;
        line-height: 1.4em;
}
.SliderFeature .RightCol {
        background: #ffffff none repeat scroll 0 0;
        vertical-align: top;
        width: 40%;
}
.SliderFeature .LeftCol {
        text-align: justify;
        vertical-align: top;
        width: 60%;
}
.SliderFeature .LeftPanel {
        overflow: hidden;
        position: relative;
        width: 100% !important;
        border-radius: 7px;
        border: 1px solid #e0e0e0;
}
.SliderFeature .LeftCol .LeftPanel img {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
        object-fit: cover;
}
.SliderFeature .LeftCol .text {
        background-color: #0000005e;
        padding: 5px;
        bottom: 0;
        left: 0;
        margin-bottom: 0;
        position: absolute;
        text-align: left;
        width: 100%;
        z-index: 1;
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        font-weight: 600;
}
.SliderFeature .LeftCol .text div {
        color: #fff;
        display: inline-block;
        padding-top: 6px;
}
.SliderFeature .LeftCol .lnk{
        color: #fff;
}
.SliderFeature .ArticleList li a:hover {
        text-decoration: none;
}
.SliderFeature .ArticleList {
        /* list-style: square outside; */
        margin: 0;
        padding: 0;
        width: 100%;
        color: #008175;
        padding-right: 0;
        padding-left: 15px;
        font-size: 13px;
        list-style: none;
}
.SliderFeature .ArticleList li:hover a {
        color: #AC0203;
}
.SliderFeature .ArticleList li {
        padding-bottom: 5px;
        padding-right: 5px;
}
.SliderFeature .ArticleList li a {
        display: flex;
        align-items: flex-start;
        font-weight: 600;
}
.SliderFeature .ArticleList li{
        border: 1px solid #ddd;
        padding: 10px;
}
.SliderFeature .ArticleList li .Title {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
}
.SliderFeature .ArticleList .ArticleItemSelected {
        background-color: #cccccc4d;
}
.SliderFeature .ArticleList .ArticleItemSelected a {
        color: #a70000;
        font-size: 13px;
}
.SliderFeature .ArticleList li:hover {
}
.SliderFeature .ArticleList li .Image {
        height: 50px;
        margin-right: 15px;
        text-align: left;
        width: 70px;
        min-width: 70px;
        object-fit: fill;
        border-radius: 5px;
}
.SliderFeature .Header {
        color: #AC0203;
        text-transform: uppercase;
        position: absolute;
        top: 5px;
        left: 10px;
        width: 90%;
}
.SliderFeature .Header .lblHeader {
        width: 100%;
        display: flex;
        font-size: 15px;
        font-weight: 600;
}
.SliderFeature .Header .lblHeader:after{
        content: '';
        margin-left: 10px;
        flex: 1;
        overflow: hidden;
        background: url(images/tnb.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left bottom 6px;
}
@media only screen and (max-width: 768px){
        .SliderFeature {
                padding-top: 30px;
        }
        .SliderFeature .LeftCol {
                min-height: 55vw;
        }
        .SliderFeature .LeftCol .text {
                background: rgba(0,0,0, 0.7);
                padding: 5px;
        }
        .SliderFeature .LeftCol .text div {
                color: #fff;
        }
        div.SliderFeature .ArticleList li a {
                display: flex;
        }
}
.SliderFeature .LeftPanel a:has(img[src="https://storage-vnportal.vnpt.vn/gov-lan/1/Banner/favicon.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/noimage.jpg");
        background-size: cover;
        background-position: center;
        background-color: #b8cde2;
        border: 1px solid #cccccc;
}
div.SliderFeature .LeftPanel a img[src="https://storage-vnportal.vnpt.vn/gov-lan/1/Banner/favicon.png"],
div.SliderFeature .LeftPanel a img[src="/Images/noimage.png"],
div.SliderFeature .LeftPanel a img[src=""] {
        display: none !important;
}
@media only screen and (max-width: 768px) {
        .SliderFeature .ArticleList {
                padding-left: 0px;
        }
}
