.SliderFeature {
        margin: 0;
        position: relative;
        background: #fff;
        margin-bottom: 10px;
}
.SliderFeature .RightCol {
        background: #ffffff none repeat scroll 0 0;
        vertical-align: top;
        width: 45%;
}
.SliderFeature .LeftCol {
        padding-right: 10px;
        text-align: justify;
        vertical-align: top;
        width: 60%;
        /* min-height: 200px; */
}
.SliderFeature .LeftPanel {
        /* height: 100% !important; */
        overflow: hidden;
        position: relative;
        width: 100% !important;
        min-height: 300px;
}
.SliderFeature .LeftPanel > a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
}
.SliderFeature .LeftCol .LeftPanel img {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
        object-fit: cover;
}
.SliderFeature .LeftCol .text {
        line-height: 20px;
        overflow: hidden;
        background: rgba(0, 0, 0, 0.8);
        opacity: 0.7;
        padding: 3px 5px;
        bottom: 0;
        font-size:17px;
        font-weight:bolder;
        left: 0;
        margin-bottom: 0;
        position: absolute;
        text-align: left;
        width: 100%;
        z-index: 1;
        cursor: pointer;
}
.SliderFeature .LeftCol .text div {
        color: white;
        display: inline-block;
        padding: 6px;
        font-size: 13px;
}
.SliderFeature .LeftCol .text div:hover {
        color: yellow;
}
.SliderFeature .ArticleList {
        list-style: outside none none;
        margin: 0;
        padding: 0;
        width: 100%;
}
.SliderFeature .ArticleList li:hover a {
        color: #9b0000;
}
.SliderFeature .ArticleList li a {
        /* font-family: sans-serif; */
}
.SliderFeature .ArticleList li a:hover {
        text-decoration: none;
}
.SliderFeature .ArticleList li:last-child {
        border-bottom: none;
        padding-bottom: 0;
}
.SliderFeature .ArticleList li {
        border-bottom: 1px dashed #e4e4e4;
        float:left;
        /* padding: 5px 0; */
        width: 100%;
        padding-bottom: 5px;
}
.SliderFeature .ArticleList li+li{
        padding-top: 5px;
}
.SliderFeature .ArticleList .ArticleItemSelected {
}
.SliderFeature .ArticleList li:hover a {
        color: #0451b5;
}
.SliderFeature .ArticleList .ArticleItemSelected a {
        color: #0451b5;
        display: inline-block;
}
.SliderFeature .ArticleList li:hover {
}
.SliderFeature .ArticleList li .Image {
        float: left;
        margin-right: 10px;
        text-align: left;
        width: 80px;
        height: 59px;
        object-fit: cover;
}
.SliderFeature .Header {
        /* position: absolute; */
        /* left: 0; */
        /* top: -29px; */
        /* right: 0; */
        background: #0685d0 right center;
        border-bottom: 2px solid #4c6baf;
        margin-bottom: 10px;
        height: 30px;
}
.SliderFeature .Header .lblHeader {
        font-size: 14px;
        display: inline-block;
        font-weight: 600;
        text-transform: uppercase;
        color: #4c6baf;
        padding-left: 35px;
		background: url(https://storage-vnportal.vnpt.vn/pyn-ubnd/7645/banner/icon-cat.png) no-repeat 10px;
        line-height: 30px;
}
@media only screen and (max-width: 768px){
        .SliderFeature .Header {
                padding-top: 0;
                height: unset;
        }
        div.SliderFeature {
                padding: 0;
        }
        div.ArticleSlider {
                padding: 0 15px !important;
                margin-bottom: 15px;
        }
        div.SliderFeature .ArticleList li a {
                padding: 0;
        }
}
