#category_new .newContent {
  padding: 88px 0;
}
#category_new .newContent .--left {
  color: #FFF;
  padding-right: 2rem;
}
#category_new .newContent .--left h4 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}
#category_new .newContent .--left .--time {
  margin-bottom: 4px;
  font-size: 14px;
}
#category_new .newContent .--left .--title {
  margin-bottom: 20px;
}
#category_new .newContent .--left .--title h5 {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 28px;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
#category_new .newContent .--left article {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  -webkit-line-clamp: 5;
  height: 100px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 1.5rem;
}
#category_new .newContent .--left .--img {
  margin-bottom: 20px;
}
#category_new .newContent .--left .--img img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
#category_new .newContent .--left a {
  font-size: 14px;
  color: var(--color-yellow);
  text-decoration: none;
}
#category_new .newContent .--left a span {
  margin-right: 12px;
}
#category_new .newContent .--right .--theme {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 2rem;
  color: #FFF;
  padding: 12px;
}
#category_new .newContent .--right .--theme .--title {
  margin-bottom: 8px;
}
#category_new .newContent .--right .--theme .list_cate {
  background: var(--color-2);
  border-radius: 8px;
}
#category_new .newContent .--right .--theme .list_cate a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: var(--color-6);
  align-items: center;
  text-decoration: none;
}
#category_new .newContent .--right .--theme .list_cate a i {
  font-size: 10px;
}
#category_new .newContent .--right .--theme .list_cate a:hover {
  color: var(--color-yellow);
}
#category_new .newContent .--right .--theme .list_cate a:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
#category_new .newAll {
  color: #FFF;
  padding-bottom: 70px;
}
#category_new .newAll .Title {
  margin-bottom: 1.5rem;
}
#category_new .newAll .list_new {
  margin-bottom: 24px;
}
#category_new .newAll .list_new .--img {
  width: 100%;
}
#category_new .newAll .list_new .--img img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
#category_new .newAll .list_new .--txt {
  padding: 15px;
}
#category_new .newAll .list_new .--txt .--time {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.6);
}
#category_new .newAll .list_new .--txt a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
#category_new .newAll .list_new .--txt a:hover {
  color: var(--color-yellow);
}
@media (max-width: 768px) {
  #category_new .newContent {
    padding: 2rem 0;
  }
  #category_new .newContent .--left {
    padding-bottom: 2rem;
    padding-right: 0;
  }
  #category_new .newContent .--left img {
    height: 220px !important;
  }
  #category_new .newAll {
    padding-bottom: 2rem;
  }
  #category_new .newAll .button {
    margin-top: 0 !important;
  }
  #category_new .newAll .button .holderNews {
    display: none !important;
  }
  #category_new .newAll .button span.arrowPrev {
    margin-right: 1rem;
  }
  #category_new .newAll .list_new .--img {
    height: 220px !important;
  }
  #category_new .newAll .list_new .--img img {
    height: 100%;
  }
}

.Banner {
  position: relative;
}
.Banner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 9, 99, 0.2), rgba(0, 9, 99, 0.2));
}
.Banner .segTitle {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  color: #FFF;
  z-index: 9;
  text-transform: uppercase;
}
.Banner img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .Banner {
    margin-top: 70px;
  }
  .Banner .segTitle {
    width: 100%;
    text-align: center;
  }
  .Banner .segTitle h2 {
    font-size: 32px !important;
  }
}

.other h5 {
  font-weight: bold;
  margin-bottom: 12px;
}
.other .otherpost .--item a {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  color: #FFF;
  text-decoration: none;
}
.other .otherpost .--item a .--img {
  width: 100px;
  height: 72px;
}
.other .otherpost .--item a .--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.other .otherpost .--item a .--txt {
  width: calc(100% - 120px);
}
.other .otherpost .--item a h6 {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  -webkit-line-clamp: 2;
  color: rgba(255, 255, 255, 0.6);
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.other .otherpost .--item a:hover h6 {
  color: var(--color-yellow);
}/*# sourceMappingURL=category.css.map */