.ticker-container {
      position: relative;
      width: 100%;
      height: 40px;
      overflow: hidden;
      /* border: 1px solid #ccc; */
      box-sizing: border-box;
      /* margin-bottom: 11px; */
    }
    
    .ticker-list {
      position: absolute;
      white-space: nowrap;
      list-style: none;
      padding: 0;
      margin: 0;
      left: 0;
      top: 0;
    }
    



.ticker-list li {
    display: inline-block;
    padding: 16px 20px 0px  20px;
    line-height: 0;
    font-weight: bold;
    position: relative;
    margin-top: 13px;
}



.ticker-list li:before {
   content: "\e853";
     font-family: IcoFont !important;
    position: absolute;
    left: 0px;
    color: #ffffff;
    font-size: 18px;
   font-weight:100;
}



    .controls {
      margin-top: 15px;
      display: flex;
      justify-content: flex-end;
    }
    .controls button {
      margin-right: -3px;
      padding: 1px 7px;
      font-size: 14px;
      cursor: pointer;
      border: navajowhite;
    }


.news-title-01 {
  float: left;
    background: #044a9f;
  /* height: 50px; */
}
.latest-news {
  background: #fff;
  /* height: 50px; */
  overflow: hidden;
}

.news-title-01 h2 {
  font-size: 16px;
  color: #ffff;
  padding-left: 33px;
  padding: 8px 0px;
  font-weight: 700;
  padding-bottom: 5px;
  text-transform: uppercase;
}
#controls {

float: right;
}

#controls #prev {
    background: #033085;
    color: #fff;
    padding: 5px 3px 5px 0px;
    width: 30px;
    height: 30px;
    margin-right: -3px;
}

#controls .next {
    background: #033085;
    color: #fff;
    padding: 5px 3px 5px 0px;
    width: 30px;
    height: 30px;
    margin-left: -3px;
}


#controls .playPause {
    background: #033085;
    color: #fff;
    /* padding: 5px 3px 5px 5px; */
    width: 30px;
    height: 30px;
}


.latest-news .controls button {
    margin-right: 1px;
    padding: 1px 7px;
    font-size: 18px;
    cursor: pointer;
   
}