.news-item {
  position: relative;
  width: 100%;
  height: 300px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  float: right;
  margin-bottom: 20px;
  box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out; }
  .news-item a {
    display: inline-block;
    padding: 0;
    color: #666;
    width: 100%; }
  .news-item > *, .news-item > a > * {
    padding: 0 20px; }
  .news-item .news-image {
    width: 100%;
    height: 190px;
    background-size: 100% 100% !important;
    background-position: center !important;
    border-bottom: 3px solid #182D7A;
    transition: all 0.3s ease-in-out; }
  .news-item .news-date {
    position: absolute;
    bottom: 15px;
    font-size: 11px;
    right: 0; }
    .news-item .news-date .icon {
      float: right;
      margin-left: 5px; }
  .news-item .news-title {
    font-size: 13px;
    line-height: 20px;
    margin: 15px 0 0; }
  .news-item:hover {
    background: #182D7A;
    box-shadow: 0 0 10px -4px black; }
    .news-item:hover .news-title, .news-item:hover .news-date {
      color: #fff; }
    .news-item:hover .news-image {
      border-bottom: 4px solid #182D7A;
      height: 170px; }

@media (max-width: 1200px) {
  .tab-pane .col-article:nth-child(n+4) .news-item {
    min-height: 110px;
    height: auto; }
    .tab-pane .col-article:nth-child(n+4) .news-item .news-image {
      display: none; }
    .tab-pane .col-article:nth-child(n+4) .news-item .news-title {
      padding-bottom: 20px; }

  .tab-pane .col-article:nth-child(n+7) {
    display: none; } }
@media (max-width: 991px) {
  .tab-pane .col-article:nth-child(n+3) {
    display: block; }
    .tab-pane .col-article:nth-child(n+3) .news-item {
      min-height: 110px;
      height: auto; }
      .tab-pane .col-article:nth-child(n+3) .news-item .news-image {
        display: none; }
      .tab-pane .col-article:nth-child(n+3) .news-item .news-title {
        padding-bottom: 20px; }

  .tab-pane .col-article:nth-child(n+7) {
    display: none; } }
@media (max-width: 767px) {
  .tab-pane .col-article:nth-child(n+2) {
    display: block; }
    .tab-pane .col-article:nth-child(n+2) .news-item {
      min-height: 110px;
      height: auto; }
      .tab-pane .col-article:nth-child(n+2) .news-item .news-image {
        display: none; }
      .tab-pane .col-article:nth-child(n+2) .news-item .news-title {
        padding-bottom: 20px; } }
@media (max-width: 500px) {
  .nav-tabs li a {
    padding: 5px 10px; } }
/* alerts */
.alerts .alert {
  background: #FFF;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 15px 15px 30px;
  min-height: 90px;
  border-right: 6px solid #0D1E54; }
  .alerts .alert .alertTitle {
    margin: 0;
    font-size: 15px;
    line-height: 22px; }
  .alerts .alert .date {
    display: inline-block;
    font-size: 12px;
    color: #808080;
    margin-top: 15px;
    position: absolute;
    bottom: 10px; }

.ltr .news-item .news-date {
  position: absolute;
  left: 0;
  right: auto; }
  .ltr .news-item .news-date .icon {
    float: left;
    margin-right: 5px;
    margin-left: 0px; }
.ltr .alerts .alert {
  border-left: 6px solid #0D1E54;
  border-right: none; }
  .ltr .alerts .alert .alertTitle {
    text-align: left; }
  .ltr .alerts .alert .alertDisc {
    text-align: left; }

