@media only screen and (max-width: 768px) {
    .container .ArticleSlider {
        width: 100% !important;
        padding: 0 !important;
    }
}

.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: 0;
    padding: 0;
    /* background: #eeeeee; */
    height: auto;
    display: inline-block;
    width: 100%;
    padding-top: 0;
}

.HSliderScroll .Header {
    /* background: transparent; */
    /* display: flex; */
    /* height: 30px; */
    /* align-items: center; */
    /* border-bottom: 2px solid #1d446b; */
    /* margin: 0 10px; */
    text-align: center;
    position: relative;
}

.HSliderScroll .Header:before {
    content: '';
    display: none;
    height: 2px;
    background: #343a40;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    /* z-index: 0; */
    left: 50%;
}

.HSliderScroll .Header span.Text {
    color: #343a40;
    font-size: 24px;
    text-transform: uppercase;
    /* padding: 15px; */
    display: inline-block;
    text-decoration: none;
    /* background: #eeeeee; */
    position: relative;
    font-weight: 600;
    margin-bottom: 30px;
}

.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 .SliderContent {
    margin: 10px 0;
}

.HSliderScroll .text:hover {
    color: #06a7e2;
}

.HSliderScroll .ItemPanel {
    overflow: hidden;
    /* width: 100% !important; */
}

.HSliderScroll .text {
    color: #343a40;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: -webkit-auto;
    font-size: 15px;
    font-weight: 600;
}

.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;
    display: flex;
    height: auto;
    flex-wrap: nowrap;
    /* gap: 20px; */
}

.HSliderScroll .ItemContainer .Item {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    display: inline-block;
    /* padding: 10px; */
    text-align: center;
    vertical-align: top;
    /* flex: 23%; */
    /* width: 416px; */
    width: 27.1vw !important;
}

.HSliderScroll .ItemContainer .Item img {
    opacity: 1;
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.HSliderScroll .ItemContainer .Item .image {
    margin-bottom: 10px;
}

.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; */
}

.HSliderScroll .PreButton:before {
    content: '❮';
    color: #9f9c9c;
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.HSliderScroll .NextButton {
    height: 30px;
    opacity: 0.5;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    z-index: 2;
}

.HSliderScroll .NextButton:before {
    content: '❯';
    color: #9f9c9c;
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.HSliderScroll .NextButton:hover {
    opacity: 1;
}

.HSliderScroll .PreButton:hover {
    opacity: 1;
}

@media only screen and (max-width: 768px) {
    div.HSliderScroll {
        /*padding: 0 20px;*/
        /*padding-bottom: 20px;*/
    }

    div.HSliderScroll .ItemPanel ul.ItemContainer {
        padding-top: 0 !important;
        justify-content: flex-start;
        flex-wrap: nowrap;
    }

    div.HSliderScroll .ItemPanel ul.ItemContainer .Item {
        /* width: calc(50vw - 13px) !important; */
        width: calc(100vw - 1.5rem) !important;
        margin: 0 !important;
    }
}