.banner-news {
  height: 550px;
  background-image: url(../img/banner-news.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.detail-container {
  display: none;
}

.detail-title {
  margin: 50px 0;
  text-align: center;
  font-weight: bolder;
  letter-spacing: 2px;
}

.img-box {
  text-align: center;
}

.detail-img {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.detail-img-vertical {
  width: 40%;
}

.detail-content {
  margin: 30px 0;
}

.detail-content-row {
  text-indent: 2em;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.detail-date {
  text-align: right;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 50px;
}

@media screen and (max-width: 1200px) {
  .banner-news {
    height: 450px;
  }
}

@media screen and (max-width: 667px) {
  .banner-news {
    height: 350px;
    background-position: 70% 60%;
  }
  .item {
    flex-direction: column;
  }
  .detail-img-vertical {
    width: 65%;
  }
  .detail-title {
    font-size: 22px;
  }
  .detail-content-row {
    font-size: 14px;
  }
}
