.SliderFeature {
        /* border: 1px solid #ddd; */
        margin: 0 0 10px;
        padding: 10px;
        position: relative;
        border-radius: 0;
        background: #f5f5f5;
        padding-top: 35px;

    overflow: auto;
}
.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%;
}
p.img2{
  .textNgayDang1{
  color:red;
  }
height:21px;
}
p.textNgayDang1 {
  margin:0px;
  padding:0px;  
  color: red;
  font-weight:bold;
}
p.NgayDang1 {
  margin:0px;
  padding:0px;  
  color: Blue;
  font-weight:bold;
}
.NgayDang{
 font-weight:bold;
  color:red;
}
.textNgayDang{
 font-weight:bold;
  color:#0600ea;
}
.SliderFeature .LeftPanel {
        overflow: hidden;
        position: relative;
        width: 100% !important;
}
.SliderFeature .LeftCol .LeftPanel img {
        
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
        object-fit: cover;
}
.SliderFeature .LeftCol .text {
        background-color: #fff;
        bottom: 0;
        left: 0;
        margin-bottom: 0;
        position: absolute;
        text-align: left;
        width: 100%;
        z-index: 1;
        color: #000000;
        text-decoration: none;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.4
}
.SliderFeature .LeftCol .text div {
        color: #fff;
        display: inline-block;
        padding: 10px;
        position: absolute;
        left: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        z-index: 999;
}
.SliderFeature .LeftCol .lnk{
        color: #fff;
}
.SliderFeature .ArticleList li a:hover {
        text-decoration: none;
        font-size: 14px;
}
.SliderFeature .ArticleList {
        list-style: square outside;
        margin: 0;
        padding: 0;
        width: 100%;
        /*color: #008175;*/
  		color: #ff0000;
        padding-right: 0;
        padding-left: 0;
        font-size: 14px;
        list-style: none;
}
.SliderFeature .ArticleList li:hover a {
        color: #056dec;
        line-height: 1.4;
        font-size: 14px;
}
.SliderFeature .ArticleList li {
        font-size: 14px;
        padding-bottom: 10px;
        padding-right: 0;
}
.SliderFeature .ArticleList li a{
        color: #343a40;
        display: flex;
        align-items: flex-start;
        gap: 10px;
        line-height: 1.4;
}
.SliderFeature .ArticleList li+li{
        border-top: 1px dashed #ddd;
        padding-top: 10px;
}
.SliderFeature .ArticleList .ArticleItemSelected {}
.SliderFeature .ArticleList .ArticleItemSelected a {
        color: #343a40;
        font-size: 14px;
        line-height: 1.4;
}
.SliderFeature .ArticleList li:hover {
}
.SliderFeature .ArticleList li .Image {
        /* display: none; */
        /* float: left; */
        height: 60px;
        width: 100px;
        display: inline-block;
        min-width: 100px;
}
.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;
}
.SliderFeature .ArticleList li:last-child {
        padding-bottom: 0 !important;
}

