.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;
        /* background: #fff; */
        margin-bottom: 10px;
        /* margin-top: 30px; */
        /* border: 1px solid #ddd; */
}
.HSliderScroll .Header {
        align-items: center;
        margin-bottom: 5px;
        width: 100%;
        text-align: center;
        margin: auto;
        margin-bottom: 30px;
        padding-bottom: 10px;
        /* border-bottom: 1px solid #ea0504; */
}
.HSliderScroll .Header span.Text {
        white-space: nowrap;
        font-weight: 700;
        display: inline-block;
        text-align: center;
        color: #3c2010;
        text-transform: uppercase;
        position: relative;
        font-size: 32px;
}
.HSliderScroll .Header span.Text:after {
        content: '';
        width: 80px;
        height: 4px;
        background: #ED1925;
        display: block;
        margin: auto;
        margin-top: 10px;
        border-radius: 5px;
}
.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 .ItemPanel {
        overflow: hidden;
        height: 90%;
        position: relative;
        margin: auto;
        /* max-width: 950px; */
}
.HSliderScroll .text {
        color: #444444;
        text-align: justify;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-align: -webkit-auto;
        /* max-height: 32px; */
        /* height: 32px; */
        font-size: 16px;
        font-weight: 450;
        min-height: 45px;
        width: 100%;
        text-align: center;
        background: rgba(0, 0, 0, .5);
}
.HSliderScroll .text a {
        color: #fff;
        /* font-weight: 600; */
        font-size: 14px;
        text-align: justify;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        line-height: 1.4;
        position: absolute;
        top: 0;
        transform: translateY(-100%);
        transition-duration: .3s;
        transition-timing-function: ease-out;
        transition-property: opacity, transform, filter;
        padding: 5px;
        background: rgba(0, 0, 0, .5);
}
.HSliderScroll li:hover a{
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
}
.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: inline-flex;
        flex-wrap: nowrap;
        width: unset !important;
        min-width: 100%;
}
.HSliderScroll .ItemContainer .Item:hover {
}
.HSliderScroll .ItemContainer .Item {
        margin-right: 60px;
        /* background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important; */
        /* display: flex; */
        /* padding: 10px 60px 15px 0; */
        text-align: left;
        vertical-align: top;
        width: 160px;
        flex-direction: column;
        gap: 15px;
        position: relative;
}
.HSliderScroll .ItemContainer .Item .Summary{
        order: 3;
        color: #2b333f;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        text-align: left;
        line-height: 1.5;
        font-size: 14px;
}
.HSliderScroll .ItemContainer .Item img {
        height: 200px;
        opacity: 1;
        width: 100%;
        object-fit: cover !important;
        /* border-radius: 5px; */
        margin-bottom: 0;
}
.HSliderScroll .ItemContainer .Item .image {
        margin-bottom: 0;
        width: 100%;
        height: 100%;
}
.HSliderScroll .PreButton {
        height: 48px;
        left: 5px;
        position: absolute;
        top: 40%;
        transform: translateY(-50%);
        width: 48px;
        z-index: 2;
        background: rgba(0, 0, 0, 0) url("https://storage-vnportal.vnpt.vn/tw-bancoyeu/themes/default/uimediacontrols/articlemedia/images/prev.png") no-repeat scroll left top;
        opacity: 1;
        background-size: contain;
}
.HSliderScroll .NextButton {
        height: 48px;
        position: absolute;
        right: 5px;
        top: 40%;
        transform: translateY(-50%);
        width: 48px;
        z-index: 2;
        background: rgba(0, 0, 0, 0) url("https://storage-vnportal.vnpt.vn/tw-bancoyeu/themes/default/uimediacontrols/articlemedia/images/next.png") no-repeat scroll right top;
        opacity: 1;
        background-size: contain
}
.HSliderScroll .NextButton:hover {
        opacity: 1;
        cursor: pointer;
}
.HSliderScroll .PreButton:hover {
        opacity: 1;
        cursor: pointer;
}
@media only screen and (max-width: 1024px){
        div.HSliderScroll {
                /* height: 320px !important; */
                /* padding-left: 0px; */
                /* padding-right: 0px; */
                margin-bottom: 10px;
        }
        div.HSliderScroll .ItemPanel ul.ItemContainer {
                padding: 0 !important;
                /* width: 1900px !important; */
                flex-wrap: nowrap !important;
                display: inline-flex;
                white-space: nowrap;
        }
        .HSliderScroll .text {
                -webkit-line-clamp: 2;
                max-width: 100%;
                white-space: normal;
        }
        .HSliderScroll .ItemContainer .Item img {
                object-fit: cover !important;
                max-height: 100vw !important;
        }
            div.HSliderScroll .ItemPanel ul.ItemContainer .Item {
        margin: 0px !important;
                    margin-right: 5px !important;
    }
         .HSliderScroll .ItemContainer .Item img{
                height: auto !important;
        }

}
@media only screen and (min-width: 768px) and (max-width: 1024px){
        div.HSliderScroll .ItemPanel ul.ItemContainer .Item{
                width: calc(100vw/3 - 20px) !important;
        }
}
@media only screen and (min-width: 1025px) and (max-width: 1290px){
        .HSliderScroll{
                max-width: calc(100% - 7px);
                overflow: hidden;
        }
        div.HSliderScroll .ItemPanel ul.ItemContainer .Item {
                padding: 0;
                width: calc(100vw/3 - 125px) !important;
                margin: 5px !important;
                display: inline-flex !important;
                float: none;
                flex-grow: 1;
        }
}
