#news #title .main-title {
  color: #f77b0d;
}
#news #title .sub-title {
  color: #6d6157;
}
#news #banner-box .img-box {
  position: relative;
}
#news #banner-box .img-box img {
  height: 70%;
  max-width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
#news #banner-box .img-box .txt {
  position: absolute;
  left: 20%;
  font-size: 3rem;
  font-weight: 900;
  line-height: 3rem;
}
#news #banner-box .img-box .txt span {
  position: relative;
}
#news #banner-box .img-box .txt span::after {
  background: #000;
  content: "";
  width: 70%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#news #banner-box .txt-box .txt h1,
#news #banner-box .txt-box .txt p {
  font-weight: 600;
}
#news #banner-box .txt-box .txt h1 {
  color: #6b6866;
}
#news #banner-box .txt-box .txt p {
  color: #f77b0d;
}
#news #banner-box .txt-box .txt .txt-item {
  font-weight: 400;
}
#news #banner-box .txt-box .txt .txt-item p {
  color: #000;
}
@media (max-width: 991px) {
  #news #banner-box .img-box img {
    height: auto;
    width: 80%;
  }
}
@media (max-width: 768px) {
  #news #banner-box .img-box img {
    height: 240px;
    width: 50%;
  }
}
#news .type-box .subtitle {
  color: #e09428;
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 600;
}
#news .type-box .btn-group .btn-item {
  border-radius: unset;
  background: #333c4d;
  color: #fff;
  overflow: hidden;
}
#news .type-box .btn-group .btn-item:first-child {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
#news .type-box .btn-group .btn-item:last-child {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
#news .type-box .btn-group .btn-item .btn-outline-primary {
  color: #fff;
}
#news .type-box .btn-group .btn-item .btn-outline-primary:hover {
  border-radius: 0;
  background: #f3cb5e;
}
#news .type-box .btn-group .btn-item .btn-check:checked + .btn-outline-primary {
  color: #fff;
  background: #f3cb5e;
  border-radius: 0;
}
@media (max-width: 768px) {
  #news .type-box .btn-group {
    flex-wrap: wrap;
  }
  #news .type-box .btn-group .btn-item {
    background: #fff;
    border-radius: 0 !important;
    border: #333c4d 1px solid;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  #news .type-box .btn-group .btn-item .btn-outline-primary {
    color: #333c4d;
  }
  #news .type-box .btn-group .btn-item .btn-check:checked + .btn-outline-primary {
    color: #fff;
    background: #333c4d;
    border-radius: 0;
  }
}
#news #list-box .item-box {
  color: #736f6c;
  font-weight: 500;
  position: relative;
  transition: all 0.5s linear;
  border-bottom: #ece4dd 2px solid;
}
@media (max-width: 768px) {
  #news #list-box .item-box {
    padding: 10px 0px !important;
  }
}
#news #list-box .item-box .txt-box .date-box {
  position: relative;
}
#news #list-box .item-box .txt-box .date-box::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  display: block;
  height: 100%;
  width: 2px;
  background: #9b9a9e;
}
#news #list-box .item-box .txt-box .txt {
  padding-left: 30px;
}
#news #list-box .item-box .txt-box .txt .type {
  color: #f77b0d;
}
#news #list-box .item-box .txt-box .txt .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  #news #list-box .item-box .txt-box {
    font-size: 0.9rem;
    padding-left: 10px;
  }
}
#news #list-box .item-box .tags-box {
  font-size: 0.9rem;
}
#news #list-box .item-box .icon {
  display: none;
  vertical-align: middle;
  fill: #e2e8f0;
  opacity: 0;
  width: 1.5rem;
}
#news #list-box .item-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
}
#news #list-box .item-box:hover {
  border-bottom: #ffc800 2px solid;
  transform: translate(10px, 0px);
}
#news #list-box .item-box:hover .icon {
  display: inline-block;
  opacity: 100;
  fill: #ffc800;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 768px) {
  #news #list-box {
    padding: 10px 0px !important;
  }
}/*# sourceMappingURL=news.index.css.map */