.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;
}
.UIArticleSlider_Custom .HSliderScroll {
        margin: 10px 0;
        padding: 10px 0;
        height: 364px !important;
        box-shadow: 0px 0px 3px #757575;
        /*background: linear-gradient(0deg, rgba(236,236,236,1) 0%, rgba(254,254,254,1) 100%);*/
        background-image:url("images/bg.jpg");
        background-size:contain;
}
.UIArticleSlider_Custom .HSliderScroll .Header {
        background: transparent;
        display: flex;
        height: 23px;
        align-items: center;
        text-align: center;
}
.UIArticleSlider_Custom .HSliderScroll .Header span.Text {
        font-size: 30px;
        margin-right: 30px;
        padding: 0 0 0 15px;
        text-transform: uppercase;
        white-space: nowrap;
        flex-grow: 1;
        /* position: relative; */
        font-weight: bold;
}
.UIArticleSlider_Custom .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;
}
.UIArticleSlider_Custom .HSliderScroll .Header span:after {
        content: '';
        width: 100px;
        height: 3px;
        background: #a46422;
        display: block;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
}
.UIArticleSlider_Custom .HSliderScroll .SliderContent {
        margin: 10px 0;
}
.UIArticleSlider_Custom .HSliderScroll .text:hover {
        color: #3b7913;
}
.UIArticleSlider_Custom .HSliderScroll .ItemPanel {
        overflow: hidden;
        height: 100%;
}
.UIArticleSlider_Custom .HSliderScroll .text {
        color: #444444;
        font: 16px arial;
        text-align: justify;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-align: center;
        font-weight: bold;
        margin-top: 43px;
}
.UIArticleSlider_Custom .HSliderScroll .ItemContainer .Item:hover img {
}
.UIArticleSlider_Custom .HSliderScroll .ItemContainer {
        width: 1210px !important;
        left: 0;
        list-style: outside none none;
        overflow: hidden;
        padding: 0;
        position: absolute;
        top: 0;
        /* width: 103%!important; */
        display: flex;
        height: 100%;
        flex-wrap: nowrap;
        gap: 20px;
        justify-content: center;
        margin-left: 15px;
}
ul.ItemContainer {
}
.UIArticleSlider_Custom .HSliderScroll .ItemContainer .Item:hover {
}
.UIArticleSlider_Custom .HSliderScroll .ItemContainer .Item {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
        display: inline-block;
        padding: 15px;
        text-align: center;
        vertical-align: top;
        width: 390px;
}
.UIArticleSlider_Custom .HSliderScroll .ItemContainer .Item img {
        height: 238px;
        opacity: 1;
        width: 100%;
}
.UIArticleSlider_Custom .HSliderScroll .ItemContainer .Item .image {
        margin-bottom: 10px;
}
.UIArticleSlider_Custom .HSliderScroll .PreButton {
        height: 30px;
        left: 10px;
        opacity: 0.5;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        z-index: 2;
        background: rgba(0, 0, 0, 0) url("Images/arrows.png") no-repeat scroll left top;
        cursor: pointer;
}
.UIArticleSlider_Custom .HSliderScroll .NextButton {
        height: 30px;
        opacity: 0.5;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        z-index: 2;
        background: rgba(0, 0, 0, 0) url("Images/arrows.png") no-repeat scroll right top;
        cursor: pointer;
}
.UIArticleSlider_Custom .HSliderScroll .NextButton:hover {
        opacity: 1;
}
.UIArticleSlider_Custom .HSliderScroll .PreButton:hover {
        opacity: 1;
}
@media only screen and (max-width:768px) {
        .UIArticleSlider_Custom .HSliderScroll .ItemContainer {
                width: 1210px !important;
        }
}
