.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: 20px 0;
        background: #f8f9fa;
        /* margin-bottom: 30px; */
        /* margin-top: 30px; */
        /* max-width: 100vw; */
}
.HSliderScroll .Header {
        background: transparent;
        display: flex;
        /* height: 30px; */
        align-items: center;
        margin-bottom: 5px;
        width: 1200px;
        margin: auto;
        margin-bottom: 15px;
        max-width: 100vw;
}
.HSliderScroll .Header span.Text {
        text-transform: uppercase;
        white-space: nowrap;
        font-size: 20px;
        font-family: 'Merriweather';
        color: #ffab08;
        font-weight: 700;
        display: inline-block;
        padding-left: revert-layer;
        position: relative;
        padding-left: 40px;
}
.HSliderScroll .Header span.Text:before {
        content: "\f762";
        font-weight: 900;
        font-family: "Font Awesome 5 Pro";
        font-size: 10px;
        position: absolute;
        left: 0;
        color: #ffab08;
        top: -7px;
        font-size: 25px;
}
.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: #3b7913;
}
.HSliderScroll .ItemPanel {
        overflow: hidden;
        height: 90%;
        position: relative;
        !i;
        !;
        margin: auto;
        max-width: 1200px;
}
.HSliderScroll .text {
        color: #444444;
        font: 14px arial;
        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; */
}
.HSliderScroll .text a {
        color: #0d0d0d;
        font-weight: 500;
        font-size: 16px;
        text-align: left;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        line-height: 1.4;
}
.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;
        flex-wrap: nowrap;
        /* width: 101% !important; */
        gap: 10px;
}
.HSliderScroll .ItemContainer .Item:hover {
}
.HSliderScroll .ItemContainer .Item {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
        display: flex;
        padding: 10px 20px 15px 0;
        text-align: left;
        vertical-align: top;
        width: calc(23% - 2px);
        flex-direction: column;
        gap: 15px;
}
.HSliderScroll .ItemContainer .Item .Summary{
        order: 3;
        color: #2b333f;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        text-align: left;
        line-height: 1.5;
        font-size: 14px;
}
.HSliderScroll .ItemContainer .Item img {
        height: 160px;
        opacity: 1;
        width: 100%;
        object-fit: cover;
        border-radius: 5px;
        margin-bottom: 0;
}
.HSliderScroll .ItemContainer .Item .image {
        margin-bottom: 0;
}
.HSliderScroll .PreButton {
        height: 48px;
        left: 5px;
        position: absolute;
        top: 50%;
        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: 50%;
        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: 768px){
        div.HSliderScroll {
                /* height: 320px !important; */
                padding-left: 5px;
                padding-right: 5px;
        }
        div.HSliderScroll .ItemPanel ul.ItemContainer {
                padding: 5px 0 !important;
                /* width: 1900px !important; */
                flex-wrap: nowrap !important;
                display: inline-flex;
                white-space: nowrap;
        }
        .HSliderScroll .text {
                -webkit-line-clamp: 2;
        }
        .HSliderScroll .ItemContainer .Item img {
                height: 220px !important;
                object-fit: cover !important;
                max-height: 35vw;
        }
        div.HSliderScroll .ItemPanel ul.ItemContainer .Item {
                padding: 0;
                width: calc(50vw - 20px) !important;
                margin: 5px !important;
                display: inline-flex !important;
                float: none;
                flex-grow: 1;
        }
        .HSliderScroll .text a{
                word-wrap: break-word;
                white-space: normal;
        }
}
@media only screen and (min-width: 768px) {
        div.HSliderScroll .ItemPanel ul.ItemContainer .Item {
                padding: 0;
                margin: 5px !important;
                /* display: inline-flex !important; */
                /* float: none; */
                /* flex-grow: 1; */
                width: 235px;
                height: 255px;
        }
        .HSliderScroll .Header{
                min-width: 1200px;
        }
}
/*
@media only screen and (min-width: 1025px) and (max-width: 1200px){
.HSliderScroll .ItemPanel{
max-width: calc(100vw - 40px);
overflow: hidden;
}
.HSliderScroll{
padding-left: 10px;
padding-right: 10px;
max-width: calc(100vw - 20px);
}
.HSliderScroll .Header{
min-width: 1200px;
}
}
*/
