.bn-breaking-news {
  display: block;
  width: 100%;
  /* border: solid 1px #ce2525; */
  border-bottom: 1px solid #c9c9c9;
  background: #fff;
  height: 40px;
  box-sizing: border-box;
  position: relative;
  line-height: 40px;
  overflow: hidden;
  border-radius: 2px;
  
  font-size: 14px;
  font-weight: normal;
  
}
.bn-breaking-news * {
  box-sizing: border-box;
}
.bn-label {
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
  background-color: #0d6efd;
  text-align: center;
  color: rgb(255, 255, 255);
  font-weight: 700;
  z-index: 3;
  padding: 0 15px;
  white-space: nowrap;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  border-radius: 0.3em 0 0 0.3em;
  
  
}
.bn-news {
  position: absolute;
  /* left: 0; */
  left: 78px !important;
  top: 0;
  bottom: 0;
  height: 100%;
  right: 0;
  overflow: hidden;
  font-weight: normal;
}
.bn-news ul {
  display: block;
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
}
.bn-news ul li {
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  text-decoration: none;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  position: absolute;
  width: 100%;
  display: none;
  left: 25px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
}
.bn-news ul li a {
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
  padding: 0 15px;
  color: #0a58ca;
  position: relative;
  display: block;
  overflow: hidden;
  font-size: 14px;
  font-weight: 600;
}
.bn-news ul li a:hover {
  color: #069;
}
.bn-controls {
  width: auto;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bn-controls button {
  width: 30px;
  float: left;
  height: 100%;
  cursor: pointer;
  border: none;
  border-left: solid 1px #eee;
  text-align: center;
  background-color: #f6f6f6;
  outline: none;
}
.bn-controls button:hover {
  background-color: #eee;
}
.bn-arrow {
  margin: 0;
  display: inline-block;
  height: 8px;
  position: relative;
  width: 8px;
  top: -2px;
}
.bn-arrow::after {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  content: "";
  display: inline-block;
  height: 8px;
  left: 0;
  position: absolute;
  top: 0;
  width: 8px;
}
.bn-arrow.bn-next {
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  left: -3px;
}
.bn-arrow.bn-prev {
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  left: 3px;
}
.bn-arrow::after {
  border-color: #999;
}
.bn-arrow::before {
  background-color: #999;
}
