.xem-tat-ca {
        text-align: right;
}
.xem-tat-ca a {
        color: #2773d1;
        font-size: 15px;
        margin: 10px 5px 00;
        text-decoration: underline;
        display: inline-block;
}
.HSliderScroll {
        margin: 10px 0;
        /* padding: 10px 0; */
        height: auto;
        /* box-shadow: 0px 0px 3px #757575; */
        /* background: linear-gradient(0deg, rgba(236,236,236,1) 0%, rgba(254,254,254,1) 100%); */
}
.HSliderScroll .Header {
           height: 37px;
    border-bottom: 2px solid  #ed0e18;
    margin-top: 0;
}
.HSliderScroll .Header span.Text {
        line-height: 37px;
        background-color:  #ed0e18;
        height: 37px;
        display: inline-block;
        padding: 0 1rem;
        color: #FFF;
        text-decoration: none;
        font-size: 1rem;
        font-weight: 600;
        font-family: 'Roboto Slab';
        text-transform: uppercase;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        /* font-family: 'Roboto'; */
}
.HSliderScroll .Header span.Pages {
        color: #757575;
        font: bold 14px/30px arial;
        margin-right: 10px;
        padding: 0 0 0 15px;
        text-transform: uppercase;
        white-space: nowrap;
        text-align: center;
}
.HSliderScroll .Header span:after {
        height: 3px;
        margin-left: 10px;
}
.HSliderScroll .SliderContent {
        margin: 10px 0;
}
.HSliderScroll .text:hover {
        color: #ff0101;
}
.HSliderScroll .ItemPanel {
        overflow: hidden;
        height: 100%;
        /* padding: 0 20px; */
}
.HSliderScroll .text {
        color: #ffffff;
        text-align: justify;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-align: -webkit-auto;
        /* max-height: 32px; */
        /* height: 32px; */
        position: absolute;
        bottom: 20px;
        left: 0;
        padding: 0 5px;
        text-align: center;
        /* font-family: 'Roboto Slab'; */
        font-size: 16px;
}
.HSliderScroll .date{
        display: none;
}
.HSliderScroll .text a{
          text-decoration: none !important;
          color: #424242;
}
.HSliderScroll .ItemContainer .Item:hover img {
        opacity: 0.8;
}
.HSliderScroll .ItemContainer {
        left: 0;
        list-style: outside none none;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: absolute;
        top: 0;
        /* width: 103%!important; */
        display: flex;
        /* height: 200px; */
        flex-wrap: nowrap;
}
.HSliderScroll .ItemContainer .Item:hover {
}
.HSliderScroll .ItemContainer .Item {
        CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
        /*background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important; */
        display: inline-block;
        margin: 15px 10px;
        text-align: center;
        vertical-align: top;
        width: 300px;
        position: relative;
}
.HSliderScroll .ItemContainer .Item a{
}
.HSliderScroll .ItemContainer .Item img {
        height: 400px;
        opacity: 1;
        width: 100%;
        object-fit: cover;
}
.HSliderScroll .ItemContainer .Item .image {
        margin-bottom: 10px;
        height: 100%;
}
.HSliderScroll .ItemContainer .Item .image:after{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        background: linear-gradient(to top, #000000, rgba(0, 0, 0, 0)); 
}
.HSliderScroll .PreButton {
        opacity: 0.5;
        
}
.HSliderScroll .PreButton:after{
        content: '\f053';
        font-family: 'Font Awesome 5 Pro';
        height: 40px;
        left: 10px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        font-size: 25px;
        line-height: 40px;
        background: #0069b5;
        z-index: 2;
        border-radius: 50%;
        text-align: center;
        font-weight: 900;
        color: #fff;
}
.HSliderScroll .NextButton {
        opacity: 0.5;
}
.HSliderScroll .NextButton:after{
        content: '\f054';
        font-family: 'Font Awesome 5 Pro';
        position: absolute;
        height: 40px;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        font-size: 25px;
        line-height: 40px;
        background: #0069b5;
        z-index: 2;
        border-radius: 50%;
        text-align: center;
        font-weight: 900;
        color: #fff;
}
.HSliderScroll .NextButton:hover {
        opacity: 1;
}
.HSliderScroll .PreButton:hover {
        opacity: 1;
}
@media only screen and (max-width: 768px){
        .HSliderScroll .ItemPanel {
                min-height: 200px;
        }
        div.ArticleSlider {
                padding: 0 10px !important;
                margin-bottom: 10px;
        }
        .HSliderScroll .Header span:after {
                display: none;
        }
        .HSliderScroll .ItemPanel {
                overflow: hidden;
        }
        div.HSliderScroll .ItemContainer .Item .image {
                margin-bottom: 10px;
                width: calc(50vw - 40px);
        }
        div.HSliderScroll .ItemPanel ul.ItemContainer .Item{
                width: calc(50vw - 30px) !important;
        }
}
