.SliderNewHot {
        margin: 0 0 8px;
        position: relative;
}
.SliderNewHot .RightCol {
        background: #ffffff none repeat scroll 0 0;
        vertical-align: top;
        width: 40%;
        border: 1px solid #ccc;
}
.SliderNewHot .LeftCol {
        text-align: justify;
        vertical-align: top;
        width: 65%;
        border: 1px solid #ccc;
        position: relative;
}
.SliderNewHot .LeftPanel {
        height: 100%  !important;
        overflow: hidden;
        position: absolute;
        width: 100% !important;
}
.SliderNewHot .LeftCol .LeftPanel img {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
        object-fit: cover;
}
.SliderNewHot .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;
}
.SliderNewHot .LeftCol .text div {
        color: #000000;
        display: inline-block;
        padding: 6px;
}
.SliderNewHot .LeftCol .lnk{
        color: #fff;
}
.SliderNewHot .ArticleList li a {
        text-align: justify;
        font-weight: bold;
        display: flex;
        font-size: 13px;
}
.SliderNewHot .ArticleList {
        list-style: none;
        /* margin: 0 0 0 15px; */
        padding: 0;
        width: 100%;
        color: #444;
        font: 13px arial;
        /* padding-left: 20px; */
        margin: 0;
    height: 350px;
    overflow: auto;
}
.SliderNewHot .ArticleList li:hover a {
        color: #AC0203;
}
.SliderNewHot .ArticleList li {
        padding: 5px 0;
        font: 13px arial;
        border-top: 1px dashed #ddd;
}
.SliderNewHot .ArticleList li:first-child {
        border-top: none;
}
/*.SliderNewHot .ArticleList li:before {
content: '';
width: 5px;
height: 5px;
display: inline-block;
background: #c51404;
margin: 9px 8px 0 0;
#transform: rotate(45deg);
float: left;
}*/
.SliderNewHot .ArticleList .ArticleItemSelected {
        /* display: none; */
}
.SliderNewHot .ArticleList .ArticleItemSelected a {
        color: #a70000;
        font-weight: bold;
        font-size: 13px;
}
.SliderNewHot .ArticleList li:hover {
}
.SliderNewHot .ArticleList li .Image {
        max-width: 120px;
        height: 60px;
        margin-right: 10px;
        text-align: left;
        width: 100px;
        min-width: 100px;
        object-fit: fill;
        display:none;
}
.SliderNewHot .Header {
        color: #AC0203;
        font: bold 15px/25px arial;
        text-transform: uppercase;
        position: absolute;
        top: 6px;
        left: 10px;
        width: 95%;
        border-bottom: 2px solid;
        border-image-slice: 1;
        border-image-source: linear-gradient(to right bottom, #9b0000, #f1ecee);
        display: none;
}
.SliderNewHot .tab {
        background-color: white;
        border: none;
        padding: 5px 10px;
        /* padding: 1px 1px 0; */

}
.SliderNewHot .tabcontent {
        border: none;
}
.SliderNewHot .tab button {
        transition:0s !important;
}
.SliderNewHot .tab button:last-child {
    text-align: left;
        color: #EB1C24 ;
            text-transform: uppercase;
        font-weight: 600;
        font-size: 15px;
        border-bottom: 2px solid #EB1C24 ;
    width: 100%;
    padding: 5px 0;
}
.SliderNewHot .tab .tablinks.active {
        background-color: #fff;
        color: #b80002;
        background-image: url(images/ban-tin-tbt.png);
        background-repeat: no-repeat;
        background-position: top right;
}
.tab .tablinks {
        padding: 0;
}
.tab .tablinks:hover {
        background: white;
}
@media only screen and (max-width: 768px){
        .SliderNewHot .LeftPanel {
        height: 300px !important;
                position:relative;
        }
}
@media only screen and (max-width: 1023px) and (min-width:769px){
        .SliderNewHot .LeftPanel {
        
           

        }
    .SliderNewHot .LeftCol {
        width:60%;
        height:100%;
               display:table-cell;
    }
    .SliderNewHot .RightCol {
        width:40%;
          display:table-cell;

    }
}
@media only screen and (min-width: 769px){
     .SliderNewHot .LeftCol {
    border:none;
    }
    .SliderNewHot .RightCol {
      border:none;

    }
}