.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: 15px 0;
        padding: 10px;
		height: 260px;
		box-shadow: 0 4px 20px 0 #9d9d9d26;
		border: 1px solid #ddd;
}

/* CTO - Cap nhat css*/
.HSliderScroll .Header{
		position: relative;
		width: 100%;
		height: 40px;
}

/*
.HSliderScroll .Header {
  background: transparent;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  padding: 5px 10px;
}*/

/* CTO - Cap nhat css*/
.HSliderScroll .Header span.Text {
		font-family: 'Merriweather';
		font-size: 15px;
		font-weight: 700;
		line-height: 40px;
		text-align: left;
		color: var(--red);
		text-transform: uppercase;
		background-size: contain;
		background-position-x: 5px;
}

/*
.HSliderScroll .Header span.Text {
  border-bottom: 1px solid #bd1723;
  color: #bd1723;
  display: inline-block;
  font-size: 18px;
  padding: 10px 0;
  white-space: nowrap;
  width: 100%;
  font-weight: 600;
  text-transform: uppercase;
}*/

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

/* CTO - Cap nhat css*/
.HSliderScroll .Header span:after {
		content: '';
		position: absolute;
		width: 120px;
		height: 1.5px;
		background-color: var(--color-primary);
		bottom: 5px;
		left: 2px;
}

/*
.HSliderScroll .Header span:after {
  content: url(images/bgTitleS.png);
  height: 3px;
  margin-left: 10px;
}*/

.HSliderScroll .SliderContent {
  margin: 10px 0;
}

.HSliderScroll .text:hover {
  color: #3b7913;
}

.HSliderScroll .ItemPanel {
  overflow: hidden;
  height: 90%;
  position: relative;
}

.HSliderScroll .text {
  color: #444444;
  font: 14px arial;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: -webkit-auto;
  /* max-height: 32px; */
  /* height: 32px; */
}

.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;
  height: 200px;
  flex-wrap: nowrap;
}

.HSliderScroll .ItemContainer .Item:hover {}

.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;
  width: 231px;
}

.HSliderScroll .ItemContainer .Item img {
  height: 123px;
  opacity: 1;
  width: 100%;
  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 .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;
}

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

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

@media only screen and (max-width: 768px) {
  div.HSliderScroll {
    height: 250px !important;
  }

  div.HSliderScroll .ItemPanel ul.ItemContainer {
    padding: 5px 0 !important;
    width: 1900px !important;
    flex-wrap: nowrap !important;
  }
}
/* Custom css theo yêu cầu huyện thanh sơn*/

/* CTO - Cap nhat css
tr .UITabArticle_defaulthome .SingleTab .Header .HeaderWrap .text > a,
.HSliderScroll .Header span.Text{
background-color: #0868b2;
  width: 50%;
  color: #fff;
  padding-left: 15px;
  border: none;
}*/

.HSliderScroll .Header span.Text{
	margin-bottom: -10px;
    /*padding-left: 40px;*/     
}

/*
.HSliderScroll .Header{
	position: relative;
  background-color: #ffebd8;
  padding: 0;
  margin: 5px 10px;
   border-bottom: solid 10px #cc0033;
}
.HSliderScroll .Header span.Text::before {
    content: '';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 47px solid #0868b2;
  border-right: 45px solid transparent;
  position: absolute;
 right: 409px;
  top: 0px;
}*/

tr .UITabArticle_defaulthome .SingleTab .Header .HeaderWrap .text > a{
	width: 292px;
}

tr .UITabArticle_defaulthome .SingleTab .Header .HeaderWrap .text > a::before {
  content: '';
  display: block;
  width: 0;
  height: 40px;
  border-bottom: 48px solid #0868b2;
  border-right: 48px solid transparent;
  position: absolute;
  left: 311px;
  top: 0px;
  padding-top: 9px;
}

.HSliderScroll .Header .HeaderWrap {
  background-color: #ffebd8;
}

.UITabArticle_defaulthome .SingleTab .Header {
  margin-top: 10px;
}

.UITabArticle_defaulthome .SingleTab .Header {
  margin-top: 10px;
  padding: 0 !important;
  margin-left: 12px;
  margin-right: 12px;
  border-bottom: solid 10px #cc0033;
}

tr .UITabArticle_defaulthome .SingleTab .Header .HeaderWrap .text > a{
        margin-bottom: -10px;
        padding-left: 33px;
        background: url("images/bg-menu.png") no-repeat left;
        margin-left: 7px;
}

.HSliderScroll .Header .HeaderWrap .text {
		background-color: #0868b2;
		padding-top: 15px;
		padding-bottom: 13px;
}

/*
.HSliderScroll .Header span::after {
  content: url(images/bg-menu.png);
  display: block;
  height: 3px;
  margin-left: 0;
  position: absolute;
  left: 6px;
  top: 13px;
}*/

