.news-content {
  padding: 80px 0 48px 0;
}

.news-content > h4 {
  font-size: 24px;
  margin-bottom: 32px;
  font-weight: 600;
}

.news-box {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 0;
}

.news-header > h3 {
  font-size: 36px;
  font-weight: 700;
  padding: 120px 210px;
  padding-bottom: 40px;
}

.news-detail {
  display: flex;
  gap: 30px;
}

.news-detail .news-img {
  position: relative;
}

.news-detail .news-img:hover .infor > a > p {
  color: #ffd500;
}

.news-detail .newsss {
  height: 340px;
  width: 584px;
  overflow: hidden;
}

.news-detail .news-img > img {
  height: 340px;
  width: 584px;
  width: 100%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.news-detail .news-img .background-news {
  height: initial;
  width: initial;
  -webkit-transition: initial;
  -moz-transition: initial;
  -ms-transition: initial;
  transition: initial;
  position: absolute;
  bottom: 0;
  left: 0;
}

.news-detail .news-img:hover > img {
  transform: scale(1.1);
}

.news-detail .news-img .infor {
  position: absolute;
  bottom: 30px;
  left: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
}

.news-detail .news-img .infor > span {
  color: #d9dbdd;
  margin-bottom: 8px;
}

.news-detail .news-img .infor > a > p {
  color: #fff;
  line-height: 24px;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.2px;
}

.news-detail > ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
 flex:1;
}

.news-detail > ul > li {
  display: flex;
  flex-direction: column;
  gap: 8px;
  line-height: 1.5;
  padding-bottom: 24px;
  border-bottom: 1px solid #d9dbdd;
  cursor: pointer;
padding: 24px 0;

}

.news-detail > ul > li > a > p:hover {
  color: #2b5aa9;
  animation: hoverText 0.5s ease-in-out;
}

@keyframes hoverText {
  from {
    color: #000;
  }
  to {
    color: #2b5aa9;
  }
}

.news-detail > ul > li:hover > p {
  color: #2b5aa9;
}

.news-detail > ul > li:last-child {
  border-bottom: 1px solid white;
padding-bottom:0;
}

.news-detail > ul > li > span {
  color: #7f8183;
}

.news-detail > ul > li > a > p {
  font-weight: 600;
}

.news-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 30px;
    margin-bottom: 20px;
}

.news-sub-content > a {
  display: flex;
  gap: 32px;
  cursor: pointer;
}
.news-sub-content > a .img-wrapp{
	min-width:232px;
	min-height:160px
}
.news-sub-content > a .img-wrapp > img {
  height: 160px;
  width: 232px;
  object-fit: cover;
}

.news-sub-content {
  display: flex;
}

.infor-news {
  display: flex;
  flex-direction: column;
  gap: 17px;
  max-height: 172px;
min-width: 730px;
}
.infor-news > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.text_news {
  max-width: 670px;
}

.date-news {
  letter-spacing: 0.2px;
  color: #7f8183;
}

.title_news {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.read-more-btn {
  text-transform: uppercase;
  color: #2b5aa9;
  font-weight: 600;
  display: inline-block;
  padding-bottom: 6px;
    max-width: 100px;
}

.read-more-btn:hover {
  border-bottom: 2px solid rgb(253, 233, 56);
}

.paginator {
  display: flex;
  align-items: center;
  gap: 32px;
  justify-content: center;
  padding-bottom: 80px;
}

.paginator > span > a {
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.paginator > img {
  cursor: pointer;
}
.paginator .selected_pag > a {
  background: #2b5aa9;
  color: #fff;
}
.news-images > p > img{
height: auto;
    width: 100%;
    object-fit: cover;
}
.news-detail > ul > li:first-child{
 padding-top:0;
}