 .UIArticleSlider_hcc .xem-tat-ca {
        text-align: right;
}
 .UIArticleSlider_hcc .view-fulll-background{
	padding-left: 10px;
}
 .UIArticleSlider_hcc .ArticleSlider:has(.HSliderScroll){
	max-width: 1200px;
        margin: auto;
        padding-top: 20px;
}
 .UIArticleSlider_hcc .ArticleSlider:has(.HSliderScroll){
	padding-bottom: 10px;
}
 .UIArticleSlider_hcc .xem-tat-ca a {
       color: var(--color-primary);
        font-size: 15px;
        margin: 10px 5px 00;
        text-decoration: underline;
        display: inline-block;
}
 .UIArticleSlider_hcc .HSliderScroll {
    /* background: #eeeeee; */
    height: auto;
    display: inline-block;
    width: 100%;
    padding: 10px 10px 0 10px;
    box-shadow: var(--box-shadow);
    border-radius: 5px;
    border: 1px solid #f8fafc;
    background: #fff;
}
 .UIArticleSlider_hcc .HSliderScroll .Header span.Text {
        background-size: 20px;
    background-position-x: 5px;
    text-transform: uppercase;
  font-family: 'Merriweather';
    font-size: 16px;
    font-style: normal;
    font-weight:bold;
    letter-spacing: 0em;
    text-align: left;
    color: var(--color-red);
    letter-spacing: -1px;
    display: flex;
    gap: 10px;
    align-items: center;
}
 .UIArticleSlider_hcc .HSliderScroll .Header span.Text:after {
        content: '';
        width: 60px;
        height: 3px;
        background: var(--color-primary);
        display: block;
        margin: auto;
        margin-top: 10px;
        /* border-radius: 5px; */
        display: none;
}

 .UIArticleSlider_hcc .HSliderScroll .Header {
          width: 100%;
    /* height: 45px; */
    position: relative;
    padding-right: 10px;
    text-align: left;
    margin-bottom: 15px;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 10px;
        padding-top: 8px;
}
 .UIArticleSlider_hcc .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%;
}
 .UIArticleSlider_hcc .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_hcc .HSliderScroll .SliderContent {
        margin: 10px 0;
}
 .UIArticleSlider_hcc .HSliderScroll .text:hover {
        color: #06a7e2;
}
 .UIArticleSlider_hcc .HSliderScroll .ItemPanel {
        overflow: hidden;
        /* width: 100% !important; */
        height: 240px!important;
}
 .UIArticleSlider_hcc .HSliderScroll .text {
        color: #343a40;
        text-align: justify;
        overflow: hidden;
        text-align: -webkit-auto;
        font-weight: 500;
       text-align: justify;
}
 .UIArticleSlider_hcc .HSliderScroll .text a{
        font-weight: 500;
      font-family: Roboto;
}
 .UIArticleSlider_hcc .HSliderScroll .text a:hover{
	color: var(--color-red);
}
 .UIArticleSlider_hcc .HSliderScroll .ItemContainer .Item:hover img {
        opacity: 0.8;
}
 .UIArticleSlider_hcc .ViewCategory{
	display: none
}
 .UIArticleSlider_hcc .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;
        width:100%!important;
}
 .UIArticleSlider_hcc .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: 230px;
        height: 255px;
       font-family: roboto; font-weight: 500;
}
 .UIArticleSlider_hcc .HSliderScroll .ItemContainer .Item img {
        opacity: 1;
        width: 100%;
        height: 140px;
        object-fit: contain!important;
        border-radius: 0.5rem;
        background: #ced3d7;
}
 .UIArticleSlider_hcc .HSliderScroll .ItemContainer .Item .image {
        margin-bottom: 10px;
}
 .UIArticleSlider_hcc .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; */
}
 .UIArticleSlider_hcc .HSliderScroll .PreButton:before{
        content: '❮';
        color: #9f9c9c;
        font-size: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
}
 .UIArticleSlider_hcc .HSliderScroll .NextButton {
        height: 30px;
        opacity: 0.5;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        z-index: 2;
}
 .UIArticleSlider_hcc .HSliderScroll .NextButton:before{
        content: '❯';
        color: #9f9c9c;
        font-size: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
}
 .UIArticleSlider_hcc .HSliderScroll .NextButton:hover {
        opacity: 1;
}
 .UIArticleSlider_hcc .HSliderScroll .PreButton:hover {
        opacity: 1;
}
@media only screen and (max-width: 768px){
        .UIArticleSlider_hcc .HSliderScroll .ItemPanel{
        
        }
        .UIArticleSlider_hcc  div.HSliderScroll {
               
        }
       .UIArticleSlider_hcc   div.HSliderScroll .ItemPanel ul.ItemContainer {
                padding-top: 0 !important;
                justify-content: flex-start;
                flex-wrap: nowrap;
                       display: grid;
        grid-template-columns: 1fr 1fr;
        }
       .UIArticleSlider_hcc   div.HSliderScroll .ItemPanel ul.ItemContainer .Item {
                     width: calc(50vw - 30px)!important;
                margin: 0 !important;
        }
         .UIArticleSlider_hcc div.HSliderScroll .ItemContainer .Item img {
              
        }
}
