.SliderFeature {
        border: 1px solid #ddd;
        /* border-radius: 5px; */
        margin: 0 0 10px;
        padding: 35px 5px 5px;
        position: relative;
}
.SliderFeature .RightCol {
        background: #ffffff none repeat scroll 0 0;
        vertical-align: top;
        width: 40%;
}
.SliderFeature .LeftCol {
        padding-right: 10px !important;
        text-align: justify;
        vertical-align: top;
        width: 60%;
}
.SliderFeature .LeftPanel {
        height: 305px !important;
        overflow: hidden;
        position: relative;
        width: 100% !important;
}
.SliderFeature .LeftCol .LeftPanel img {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
}
.SliderFeature .LeftCol .text {
        background-color: #fff;
        bottom: 0;
        color: Black;
        font: bold 13px Arial;
        left: 0;
        margin-bottom: 0;
        position: absolute;
        text-align: left;
        width: 100%;
        z-index: 1;
}
.SliderFeature .LeftCol .text div {
        color: #000000;
        display: inline-block;
        padding: 6px;
}
.SliderFeature .LeftCol .lnk{
        color: #fff;
}
.SliderFeature .ArticleList li a:hover {
        text-decoration: none;
}
.SliderFeature .ArticleList {
        list-style: square outside;
        margin: 0 0 0 15px;
        padding: 0;
        width: 100%;
        color: #444;
        padding-right: 10px;
        font: 13px arial;
}
.SliderFeature .ArticleList li:hover a {
        color: #AC0203;
}
.SliderFeature .ArticleList li {
        padding: 4px 10px 4px 0px;
        font: 13px arial;
}
.SliderFeature .ArticleList .ArticleItemSelected {
}
.SliderFeature .ArticleList .ArticleItemSelected a {
        color: #AC0203;
}
.SliderFeature .ArticleList li:hover {
}
.SliderFeature .ArticleList li .Image {
        display: none;
        float: left;
        height: 86px;
        margin-right: 10px;
        text-align: left;
        width: 120px;
}
.SliderFeature .Header {
        color: #AC0203;
        font: bold 16px arial;
        text-transform: uppercase;
        position: absolute;
        top: 6px;
        left: 10px;
        width: 95%;
}
.SliderFeature .Header .lblHeader {
        background: url(Images/tnb.png) no-repeat right -15px bottom 4px;
        width: 100%;
        display: inline-block;
        background-size: 85%;
}
.SliderFeature .ArticleList li a{
	color: black;
}
@media only screen and (max-width: 768px){
div.SliderFeature .ArticleList li {
        background: rgba(0, 0, 0, 0) url(https://storage-vnportal.vnpt.vn/nbh-ubnd//themes/default/uilistarticleofsite/images/i.png) no-repeat scroll left center !important;
        padding: 4px 0 4px 12px !important;
}
}