.full__main {
  overflow: unset;
}

 .sidebar {
  position: sticky;
  top: 70px;
}

.content_cate img {
  max-width: 100%;
  height: auto !important;
}

.breadrum_section {
  color: inherit;
  opacity: 0.75;
  background-color: #f5f5f5;
  margin-bottom: 10px;
}

.breadrum_section ul {
  display: flex;
  padding: 0;
  margin-bottom: 0;
  padding: 10px 0;
}

.breadrum_section ul li {
  list-style: none;
}

.breadrum_section ul li a i {
  margin-right: 7px;
  color: #333;
}
.breadrum_section ul li a {
  display: inline-block;
  padding: 0 7px 0 0;
  margin-right: 7px;
  color: #333;
}
.breadrum_section ul li a:hover {
  color: #C61225;
}
.breadrum_section ul li span {
  margin-right: 7px;
}
.news_page {
  padding: 0px 0px 10rem 0;
}
.news_page .news_top {
  margin: 10px 0 0;
}
.news_page .news_top .item {
  position: relative;
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
}
.news_page .news_top .item a {
  color: #fff;
}
.news_page .news_top .item.one .box_img {
  height: 450px;
  margin: 0px;
  background-position: center;
  background-size: cover;
}
.news_page .news_top .item .box {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.news_page .news_top .item .box .timePost {
  background-image: url("../images/icCal.png");
  background-position: left top;
  background-size: 18px;
  background-repeat: no-repeat;
  padding-left: 20px;
  color: #f5f5f5;
  margin: 0px 10px 10px;
  font-size: 0.9rem;
}
.news_page .news_top .item .box_img {
  background-position: center;
  background-size: cover;
  height: 214px;
}
.news_page .news_top .item .box h3 {
  margin: 0px;
  padding: 10px 10px;
  font-size: 1.1rem;
}
.news_page .news_top .item .box h3:hover {
  color: #d32830;
}
.news_page .news_list .box .title {
  line-height: 40px;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.news_page .news_list .box .title:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100px;
  height: 3px;
  background-color: #C51325;
}
.news_page .news_list .box .item {
  width: 100%;
  display: inline-flex;
  padding: 1rem 0;
  border-bottom: 1px dashed #ddd;
}
.news_page .news_list .box .item .box_img {
  width: 250px;
  border-radius: 5px;
  background-position: center;
  background-size: cover;
  margin-right: 10px;
  border-radius: 25px 0px 25px 0px;
  overflow: hidden;
}

.news_page .sidebar .news_hot ul li a {
  color: #333;
}
.news_page .news_list .box .item .box_info {
  width: calc(100% - 120px);
}
.news_page .news_list .box .item .box_info .des {
  overflow: hidden; /* ẩn nội dung bị tràn */
  text-overflow: ellipsis; /* thêm dấu chấm elipsis (...) khi bị cắt */
  display: -webkit-box; /* sử dụng flexbox để hiển thị */
  -webkit-line-clamp: 3; /* giới hạn số dòng hiển thị */
  -webkit-box-orient: vertical; /* định hướng theo chiều dọc */
}
.news_page .news_list .box .item .box_img .img {
  background-position: center;
  background-size: cover;
  height: 150px;
  width: 100%;
}
.news_page .news_list .box .item .box_info h3 {
  font-size: 1.15rem;
  color: #d32830;
}
.news_page .news_list .box .item .box_info h3:hover {
  color: #007bff;
}
.news_page .news_list .box .item .box_info .des {
  margin: 0px 0px 1rem 0px;
  text-align: justify;
}
.news_page .news_list .box .item .box_info .timePost {
  background-image: url(../images/icCal.png);
  background-position: left top;
  background-size: 18px;
  background-repeat: no-repeat;
  padding-left: 20px;
  color: #222;
  font-size: 0.9rem;
}
.news_page .sidebar .news_hot .title {
  line-height: 40px;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  border-left: 5px solid #C51325;
  padding-left: 10px;
}
.news_page .sidebar .news_hot ul li .box_img {
  width: 80px;
  height: 60px;
  border-radius: 5px;
  background-position: center;
  background-size: cover;
  margin-right: 5px;
}
.news_page .sidebar .news_hot ul li {
  width: 100%;
  display: inline-flex;
  margin: 8px 0;
}
.news_page .sidebar .news_hot ul li .info h4 {
  font-size: 1rem;
  text-align: justify;
}
.news_page .sidebar .news_hot ul li .info .timePost {
  background-image: url(../images/icCal.png);
  background-position: left top;
  background-size: 18px;
  background-repeat: no-repeat;
  padding-left: 20px;
  color: #222;
  font-size: 0.9rem;
}
.paging {
  display: table;
  margin: 1rem auto;
}
.paging ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.paging ul li {
  background-color: #ddd;
  display: inline-block;
  border-radius: 2px;
  margin-right: 6px;
}
.paging ul li a {
  color: #004aa5;
  font-weight: 500;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: table;
}
.news_page .sidebar .news_hot ul li .info h4:hover {
  color: #d32830;
}
@media screen and (max-width: 1024px) {
  .breadrum_section {
    padding: 0;
  }

  .news_page .news_list .box .title {
    line-height: 25px;
    margin-top: 0rem;
  }
}

@media screen and (max-width: 668px) {
  .breadrum_section {
    padding: 0;
  }
}
