.news-content .meta-title h2 {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 10px;
}
.news-content .meta-title .meta {
  color: hsla(0, 0%, 27%, 0.5);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  gap: 6px;
  font-size: 16px;
  justify-content: center;
  margin-bottom: 16px;
}
.news-content .dividend {
  width: 86px;
  height: 5px;
  background-color: #ea6f18;
  margin: 36px 0 12px 0;
}
.news-content .content {
  line-height: 1.5;
  max-width: 760px;
  margin: 0 auto;
}
.discription img {
  max-width: 100%;
  height: auto;
}
.bg-banner img {
  max-width: 100%;
}
.news-content .share-social {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: 24px;
  gap: 12px;
  font-size: 14px;
}
.news-content .icon path {
  transition: all 0.3s;
}
.news-content .fb-share:hover path {
  fill: #0766ff;
}
.news-content .twitter-share:hover path {
  fill: #000000;
}
.news-content .linkedin-share:hover path {
  fill: #0b66c2;
}
.news-content .list-read-next {
  margin-top: 6px;
}
.news-content .list-read-next .item a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 0;
  margin-bottom: 6px;
}
.news-content .list-read-next .item a p {
  transition: all 0.3s;
  line-height: 1;
  font-weight: 600;
}
.news-content .list-read-next .item a:hover .icon-a-arrow {
  background-color: #ea6f18 !important;
  border: 1px solid #ea6f18 !important;
}
.news-content .list-read-next .item a:hover .icon-a-arrow svg path {
  fill: #fff !important;
  fill-opacity: 1 !important;
}
.news-content .list-read-next .item a:hover p {
  color: #ea6f18;
}
.news-content .list-read-next .item .icon-a-arrow {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  border: 1px solid hsla(0, 0%, 27%, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.news-content .list-read-next .item .icon-a-arrow img,
.news-content .list-read-next .item .icon-a-arrow svg {
  width: 9.6px;
  transition: all 0.3s;
}
.news-content .list-read-next .item .icon-a-arrow svg {
  transform: rotate(180deg);
}

.lastest-news {
  padding: 24px 0 60px 0;
  background-color: #f1f1f1;
}
.lastest-news h2 {
  margin-bottom: 24px;
}
.lastest-news .card-title-2 {
  font-weight: 500;
}
.lastest-news .item {
  overflow: hidden;
}
.lastest-news .item .content {
  background-color: white;
}

@media screen and (min-width: 768px) {
  p small {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1023.98px) {
  .list-news .item {
    display: flex;
    flex-direction: column;
  }
  .list-news .item .img {
    width: 100%;
    aspect-ratio: 1/1;
  }
  .list-news .item .content {
    height: unset;
    flex-grow: 1;
  }
  .list-news .item .content .footer-item span {
    transform: rotate(180deg);
  }
}
@media only screen and (max-width: 767.98px) {
  .lastest-news {
    padding: 24px 0;
  }
  .list-news {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .list-news .item {
    display: grid;
  }
  .list-news .item .content .short-dics {
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
}