.news {
  color: #fff;
  background: url(../images/background_3.png) #1b242d fixed;
  background-size: contain;
  padding: 5rem 0;
}
.news .title-news {
  /* color: #c79c5d; */
  text-align: center;
  font-weight: 600;
  font-size: 40px;
  padding-bottom: 5rem;
  text-transform: uppercase;
  background: -webkit-linear-gradient(135deg, #F1E075, #AE7F41);
  background: linear-gradient(to right, #F1E075 0%, #AE7F41 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.news .box-news .news-main {
  margin-bottom: 5rem;
}
.news .box-news .news-main .item-main {
  position: relative;
}
.news .box-news .news-main .item-main:hover::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.9) 100%
  );
}
.news .box-news .news-main .item-main .item-img {
  width: 100%;
  height: 502px;
  background-size: cover;
}
.news .box-news .news-main .item-main .item-img-2 {
  width: 100%;
  height: 240px;
  background-size: cover;
}

.news .box-news .news-main .item-main .item-title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;

  display: flex;
  flex-direction: column;
}
.news .box-news .news-main .item-main .item-title a:nth-child(2) {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  margin: 0.3rem 0;
}
.news .box-news .news-main .item-main .item-title a:nth-child(2):hover {
  color: #c79c5d;
}
.news .box-news .news-main .item-main .item-title .title-text-main {
  margin: 0.6rem 0;
}
.news .box-news .news-main .item-main .item-title .brand a {
  padding: 4px 15px;
  background-color: #c79c5d;
  font-size: 14px;
  color: #fff;
}
.news .box-news .news-main .item-main .item-title .brand a:hover {
  background-color: #e2ae60;
}
.news .box-news .news-main .item-main .item-title-2 a {
  font-size: 14px;
}
.news .box-news .news-main .item-main .item-title-2 a h3 {
  font-size: 14px;
}
.news .box-news .news-main .item-main .item-title-2 span {
  font-size: 10px;
}
.news .box-news .news-main .item-main .item-title-2 .brand {
  margin-bottom: 0;
}
/* news-bulletin */
.news .box-news .news-bulletin {
  margin-bottom: 5rem;
}
.news .box-news .news-bulletin .title-bulletin {
  /* color: #c79c5d; */
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 2rem;
  background: -webkit-linear-gradient(135deg, #F1E075, #AE7F41);
    background: linear-gradient(to right, #F1E075 0%, #AE7F41 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
.news .box-news .news-bulletin .item-bulletin {
  position: relative;
}
.news .box-news .news-bulletin .item-bulletin:hover::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 2;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(36, 36, 36, 0.9) 100%
  );
}
.news .box-news .news-bulletin .item-bulletin .item-img {
  width: 100%;
  height: 280px;
  background-size: cover;
  background-position: center;
}
.news .box-news .news-bulletin .item-bulletin .item-title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  z-index: 3;
}

.news .box-news .news-bulletin .item-bulletin .item-title .brand a {
  padding: 4px 15px;
  /* background-color: #c79c5d; */
  font-size: 10px;
  background-image: linear-gradient(to right, #F1E075, #AE7F41);
  color: #000;
}
.news .box-news .news-bulletin .item-bulletin .item-title .brand a:hover {
  background-color: #e2ae60;
}
.news .box-news .news-bulletin .item-bulletin .item-title a {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
.news .box-news .news-bulletin .item-bulletin .item-title a h3 {
  font-weight: 600;
  font-size: 16px;
}
.news .box-news .news-bulletin .item-bulletin .item-title a h3:hover {
  color: #c79c5d;
}
.news .box-news .news-bulletin .item-bulletin .item-title span {
  font-size: 10px;
}
.news .box-news .news-bulletin .item-bulletin .item-title .brand {
  margin-bottom: 0.2rem;
}
/* btn more*/
.news .box-news .btn-more {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.news .box-news .btn-more a {
  border: 1px solid #c79c5d;
  color: #cdac58;
  background-color: #1b242d;
  padding: 9px 60px;
  font-weight: 600;
  border: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right bottom, #F1E075, #AE7F41);
  background: linear-gradient(135deg, #AE7F41, #F1E075);
  background-image: linear-gradient(to right, #15324E, #071828);
}
.news .box-news .btn-more a:hover {
  background-color: #c79c5d;
  color: #fff;
}
/*paging*/
.pagination {
  display: flex;
  width: 100%;
  justify-content: center;
}
.pagination ul {
  display: flex;
  padding: 0;
  margin: 2rem 0;
}
.pagination ul .pagination-active {
  background-color: #c79c5d;
}
.pagination ul li {
  cursor: pointer;
  padding: 0px 7px;
  list-style: none;
  margin-right: 10px;
  display: flex;
  align-items: center;
  color: #fff;
}
.pagination ul li:hover {
  background-color: #c79c5d;
}
.pagination ul li i {
  font-size: 30px;
}

/* RP*/
/* tablet */
@media screen and (min-width: 768px) and (max-width: 992px) {
  .news {
    padding: 3rem 0 2rem 0;
  }
  .news .title-news {
    font-size: 30px;
    padding-bottom: 2rem;
  }
  .news .box-news .news-bulletin .title-bulletin {
    font-size: 20px;
  }
  .news .box-news .news-main {
    margin-bottom: 1rem;
  }
  .news .box-news .news-bulletin {
    margin-bottom: 2rem;
  }

  .news .box-news .btn-more a {
    padding: 9px 40px;
  }
}
/* mobile */
@media screen and (max-width: 668px) {
  .news {
    font-size: 12px;
    padding: 4rem 0 1rem 0;
    background-image: 100%;
  }
  .news .title-news {
    font-size: 20px;
    padding-bottom: 2rem;
  }
  .news .box-news .news-main .item-main .item-img {
    height: 220px;
  }
  .news .box-news .news-main .item-main .item-title .title-text-main {
    font-size: 12px;
    margin: 0;
  }

  .news .box-news .news-main .item-main .item-title span {
    font-size: 7px;

    width: 110px;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }

  .news .box-news .news-main .item-main .item-title .brand a {
    font-weight: 200;
    font-size: 10px;
  }

  .news .box-news .news-main .item-main .item-img-2 {
    height: 120px;
  }
  .news .box-news .news-main .item-main .item-title-2 a h3 {
    font-size: 8px;
    margin: 0;
  }

  .news .box-news .news-main .item-main .item-title {
    bottom: 10px;
    left: 10px;
    right: 10px;
  }
  .news .box-news .news-main .item-main .item-title-2 .brand a {
    font-size: 6px;
    padding: 3px 5px;
  }

  .news .box-news .news-bulletin .title-bulletin {
    font-size: 16px;
    margin-bottom: 1rem;
  }
  .news .box-news .news-main {
    margin-bottom: 0;
  }
  .news .box-news .news-bulletin .item-bulletin .item-img {
    height: 120px;
  }
  .news .box-news .news-bulletin .item-bulletin .item-title a h3 {
    font-size: 8px;
  }
  .news .box-news .news-bulletin .item-bulletin .item-title {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
  .news .box-news .news-bulletin .item-bulletin .item-title span {
    font-size: 6px;
  }
  .news .box-news .news-bulletin .item-bulletin .item-title a h3 {
    margin-bottom: 0.3rem;
  }
  .news .box-news .news-bulletin .item-bulletin .item-title .brand a {
    font-size: 6px;
    padding: 3px 5px;
  }
  .news .box-news .btn-more a {
    font-size: 12px;
    padding: 8px 30px;
  }
  .news .box-news .btn-more {
    margin-top: 1rem;
  }
  .news .box-news .news-bulletin {
    margin-bottom: 2rem;
  }
}
