.news .text-header {
  text-transform: uppercase;
  color: #004722;
  margin: 3rem 0 2rem;
  width: 100%;
  text-align: center;
  letter-spacing: 2px;
  font-size: 40px;
  font-weight: 500;
}

.box-news {
  padding: 0 1rem;
  margin-bottom: 1rem;
}

.box-news .news-img {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 4px 4px 6px rgb(0 0 0 / 50%);
	width: 100%;
    max-width: 405px;
    height: auto;
  margin: auto;
}

.box-news .news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
	max-height: 250px;
}

.box-news .news-title {
  font-size: 18px;
  font-weight: 600;
  word-break: break-word;
  margin-bottom: 10px;  
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box-news .news-detail { 
	font-size: 16px;
  word-break: break-word;
	  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box-news .news-date {
  font-size: 14px;
  font-weight: 500px;
  margin-bottom: 10px;
}

.box-news .btn-news-read {
  border-radius: 20px;
  background: #004722;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 5px 1.5rem;
  font-weight: 500;
}

.box-news-detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 1rem 0;
}

.news .page-select {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.news .page-select .pagination .page-item .page-link {
  color: #004722;
  width: 35px;
  height: 35px;
  text-align: center;
  margin: 0 3px;
  background: transparent;
  border: unset;
  font-weight: 500;
  font-size: 16px;
}

.news .page-select .pagination .page-item.active .page-link {
  background: #004722;
  border-radius: 50%;
  color: #fff;
}

.news .page-select .pagination .page-item:last-child, .news .page-select .pagination .page-item:first-child {
  display: none;
}

.news .page-select .pagination .page-item .page-link:focus {
  box-shadow: unset;
}

.news .news-detail-content {
  padding: 4rem 1rem 2rem;
  text-align: center;
}

.news .news-detail-content .back-button {
  background: #004722;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 20px;
  padding: 0 4rem;
  border-radius: 25px;
}

.news .news-detail-content .back-button:hover {
  text-decoration: none;
  background: #006c34;
}

.news .news-detail-content .news-img-slide {
  margin: 1rem auto;
  height: 250px;
  width: 100%;
}

.news .news-detail-content .news-img-slide .item {
  height: 250px;
  width: 100%;
  display: block;
  margin: auto;
}

.news .news-detail-content .news-img-slide .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news .news-detail-content .news-title {
  font-size: 25px;
  font-weight: 700;
  color: #004722;
  margin-bottom: 1rem;
}

.news .news-detail-content .news-detail p {
  font-size: 16px;
}

.news .news-detail-content .news-detail img {
  width: 100% !important;
  height: auto !important;
  object-fit: cover;
}

.news .news-detail-content .news-detail .news-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.news .news-detail-content .news-detail .news-image .news-image-item {
  display: block;
  margin: 0.5rem 0;
  height: 250px;
  width: 100%;
}

.news .news-detail-content .news-detail .news-image .news-image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 992px) {
  .news-read-more {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .news {
    padding: 0 1rem 1rem;
  }
  .box-news {
    margin-bottom: 2rem;
  }
  .box-news-detail {
    padding: 0;
  }
  .news .news-detail-content .news-detail p {
    padding: 0 2rem;
  }
  .news .news-detail-content .news-detail img {
    width: 280px !important;
    height: 200px !important;
  }
  .news .news-detail-content {
    padding: 4rem 0 0;
  }
  .news .news-detail-content .news-img-slide, .news .news-detail-content .news-img-slide .item {
    width: 600px;
    height: 400px;
  }
  .news .news-detail-content .news-detail .news-image .news-image-item {
    margin: 0.5rem;
    width: 45%;
  }
}

@media screen and (min-width: 992px) {
  .news {
    padding: 0 5% 1rem;
  }
  .news .text-header {
    margin: 9rem 0 2rem;
    font-size: 60px;
  }
  .box-news .news-title {
    font-size: 24px;
  }
  .box-news .news-detail, .box-news .news-date {
        font-size: 18px;
  }
  .box-news .btn-news-read {
    font-size: 14px;
  }
  .news .news-detail-content {
    padding: 10rem 0 2rem;
  }
  .news .news-detail-content .news-title {
    font-size: 30px;
  }
  .news .news-detail-content .news-img-slide {
    margin: 2rem auto;
  }
  .news .news-detail-content .news-detail .news-image .news-image-item {
    width: 30%;
    height: 200px;
  }
}

@media screen and (min-width: 1200px) {
  .box-news-detail {
    padding: 1rem 0;
  }
  .news .news-detail-content .news-detail .news-image .news-image-item {
    height: 280px;
  }
  .news .news-detail-content .news-detail img {
    width: 350px !important;
    height: 270px !important;
    object-fit: cover;
  }
	  .box-news .news-detail, .box-news .news-date {
    font-size: 20px;
  }
}

@media screen and (min-width: 1800px) {
  .news {
    padding: 0 15% 1rem;
  }
  .news .news-detail-content .news-detail .news-image .news-image-item {
    height: 300px;
  }
}