.elc-news .news-title {
  font-weight: bold;
  color: #03206B;
  border-bottom: 1px solid #D7DFE3;
  font-size: 20px;
  line-height: 130%;
  padding: 10px 0;
}
@media (min-width: 1366px) {
  .elc-news .news-title {
    font-size: 30px;
    padding: 16px 0;
  }
}
@media (min-width: 1920px) {
  .elc-news .news-title {
    font-size: 36px;
    padding: 20px 0;
  }
}
.elc-news .news-header {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
}
@media (min-width: 1366px) {
  .elc-news .news-header {
    padding-top: 20px;
  }
}
@media (min-width: 1920px) {
  .elc-news .news-header {
    padding-top: 30px;
  }
}
.elc-news .news-header .new-list-category {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 24px;
  align-items: center;
  text-transform: uppercase;
  color: #03206B;
}
@media (min-width: 576px) {
  .elc-news .news-header .new-list-category {
    margin-bottom: 0;
  }
}
.elc-news .news-header .select-time {
  margin-left: unset;
}
@media (min-width: 500px) {
  .elc-news .news-header .select-time {
    margin-left: auto;
  }
}
@media (min-width: 1366px) {
  .elc-news .news-header .select-time {
    margin-left: auto;
  }
}
@media (min-width: 1920px) {
  .elc-news .news-header .select-time {
    margin-left: auto;
  }
}
.elc-news .news-header .select-time button {
  background: #DB3332;
  border: 1px solid #D7DFE3;
  border-radius: 8px;
  font-weight: 600;
  color: #fff;
  box-shadow: none !important;
  padding: 5px 7px;
  font-size: 14px;
  line-height: 16px;
}
@media (min-width: 1366px) {
  .elc-news .news-header .select-time button {
    padding: 11px 15px 11px 13px;
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 1920px) {
  .elc-news .news-header .select-time button {
    padding: 11px 15px 11px 13px;
    font-size: 18px;
    line-height: 22px;
  }
}
.elc-news .news-header .select-time .dropdown-menu {
  max-height: 200px;
  width: 100%;
  box-shadow: 0px 4px 4px rgba(87, 87, 87, 0.25);
  border-radius: 8px;
}
@media (min-width: 1366px) {
  .elc-news .news-header .select-time .dropdown-menu {
    max-height: 300px;
  }
}
@media (min-width: 1920px) {
  .elc-news .news-header .select-time .dropdown-menu {
    max-height: 300px;
  }
}
.elc-news .news-header .select-time .dropdown-menu .dropdown-item {
  padding: 6px;
  font-size: 14px;
  line-height: 120%;
  font-weight: 500;
}
@media (min-width: 1366px) {
  .elc-news .news-header .select-time .dropdown-menu .dropdown-item {
    padding: 12px 13px;
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  .elc-news .news-header .select-time .dropdown-menu .dropdown-item {
    padding: 12px 13px;
    font-size: 14px;
  }
}
.elc-news .news-header .select-time .dropdown-menu .dropdown-item.active {
  background-color: transparent;
  color: #1C9AD6;
}
.elc-news .list-news > [class*=col-] {
  padding-top: 20px;
}
@media (min-width: 1366px) {
  .elc-news .list-news > [class*=col-] {
    padding-top: 28px;
  }
}
@media (min-width: 1920px) {
  .elc-news .list-news > [class*=col-] {
    padding-top: 32px;
  }
}
.elc-news .news-pagination {
  padding: 16px 0;
}
@media (min-width: 1366px) {
  .elc-news .news-pagination {
    padding: 25px 0;
  }
}
@media (min-width: 1920px) {
  .elc-news .news-pagination {
    padding: 33px 0;
  }
}
.elc-news .no-data {
  margin-top: 35px;
}
@media (min-width: 1366px) {
  .elc-news .no-data {
    margin-top: 55px;
  }
}
@media (min-width: 1920px) {
  .elc-news .no-data {
    margin-top: 75px;
  }
}
.elc-news .no-data .des {
  font-size: 14px;
  line-height: 160%;
  align-items: center;
  color: #959595;
  padding-top: 20px;
}
@media (min-width: 1366px) {
  .elc-news .no-data .des {
    padding-top: 28px;
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  .elc-news .no-data .des {
    padding-top: 34px;
    font-size: 18px;
  }
}