/* Example CSS file */ 
.bl-box-border{
    border: 1px solid var(--blue_light, #5A99B0);
    background: var(--cta-gradient_blue, linear-gradient(180deg, #115777 0.14%, #002F40 99.86%)) !important;
}

.bl-item{
border: 1px solid var(--blue_light, #5A99B0);
background: linear-gradient(0deg, #0E6483 0.01%, #5A99B0 29.7%, #5A99B0 69.28%, #0E6483 100.01%) !important;
}

#blog .tab.tab-active {
    border-bottom: 4px solid var(--gold_mid, #EFBB49);
    color: var(--color-gold-mid);
  }
 #blog  .tab {
    border-bottom: 1px solid #5A99B0;
    font-size: 18px !important;
    padding: 0.75rem 1rem 0.5rem;
    color: var(--color-blue_light);
  }

  .blog-head {
    border-radius: 12px;
    background: linear-gradient(180deg, #146280 0%, #002F40 50%);
    padding: 0.6rem 1rem;
    background: linear-gradient(179.84deg, #115777 0.14%, #002F40 99.86%) padding-box, linear-gradient(to bottom, rgba(90, 166, 193, 1), rgba(7, 70, 99, 1)) border-box;
    border: 1px solid transparent;
    border-radius: 8px;
  }

  .content-inner h2{
    font-size: 22px !important;
  }

  .bl-item-tags{
    border-radius: 0px 12px;
    border: 1px solid var(--blue_light, #5A99B0);
    background: var(--Linear-reversed, linear-gradient(180deg, #002F40 0%, #0E6483 100%));
    margin: -1px -1px 0 0;
    padding: 0 0.75rem;
  }

   .bl-item-content a{
   color: var(--color-gold-mid);
  }

   .bl-item.bl-item-article a{
    color: var(--color-gold-mid);
  }

  .bl-item-tag{
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    color: #fff;
  }

  .bl-item-divider{
    background: #002F40;
    height: 1px;
  }

  .bl-item hr{
    border-color: #002F40;
  }

  .bl-item h2{
    font-size: 1.15rem;
    line-height: 1.2rem;
    color: var(--color-gold-mid);
    text-align: left;
    text-shadow: none;
  }

  .bl-item h3{
    color: var(--color-gold-mid);
    margin-bottom: 0.5em;
  }

  .bl-item, .bl-item p{
   line-height: 1.2;
  }

  .bl-item h2::before,.bl-item h2::after{
    display: none;
  }

  .bl-toparticle-item{
    background: url(../../assets/img/book.svg) no-repeat;
    background-size: contain;
    background-size: 20px 20px;
    background-position: center left;
    padding: 0.35rem 0.5rem 0.35rem 2rem;
  }

  .news-item-wrap{
    overflow: hidden;
  }


  .btn-primary .icon-search::before {
    color: #362000;
  }

  .bl-item-hot{
    background: url(../../assets/img/hot.png) no-repeat;
    background-size: contain;
    width:30px;
    height: 26px;
    margin-top: -0.5rem;
    margin-left: -2px;
  }

  .rotate-down{
    transform: rotate(90deg);
  }

  #blog .icon-search::before {
  font-size: 1.5rem;
}

.leading-12 {
  line-height: 3rem !important;
}

.bl-item .align_left{
  text-align: left !important;
}

.bl-item .align_center{
  text-align: center !important;
}

.bl-item .align_right{
  text-align: right !important;
}

.bl-item p{
  font-weight: 300;
  font-family: "TobiLight";
  padding-bottom: 1em;
}

.bl-item li{
  font-weight: 300;
  font-family: "TobiLight";
  padding-bottom: 0.25rem;
}

.bl-item p:last-of-type{
  padding-bottom: 0;
}

.bl-item strong{
  font-family: 'TobiBlack';
}

.bl-item ol, .bl-item ul {
  padding-left: 1rem;
}


.bl-item ol {
  list-style: decimal;
}


.bl-item ul {
  list-style: disc;
}

.bl-item ul ul {
  list-style-type: circle;
   padding-bottom: 0.25rem;
}

  @media (hover: hover) {
    #blog a.text-yellow:hover,#blog a.text-gold:hover{
        color: #fff;
    }
    .bl-item-tag:hover {
        color: var(--color-yellow);
    }
}

  @media (min-width: 768px) {
    .blog-head {
     
      background: linear-gradient(180deg, #146280 0%, #002F40 50%);
      padding: 0.6rem 1rem;
      border: none !important; 
      border-radius: 12px;
    }
  }

