.breaking-news-ticker {
  display: block;
  width: 100%;
  border: 0;
  height: 45px !important;
  box-sizing: border-box;
  position: relative;
  line-height: 45px !important;
  overflow: hidden;
  /*! font-size: 14px; */
  border-radius: 0 !important;
  padding: 0;
  box-shadow: 0 11px 19px rgb(0 0 0/18%); z-index: 5;
}

.breaking-news-ticker * {
  box-sizing: border-box
}

.ptxt {
  float: left;
}

.arw {
  margin-left: 50px;
  color: #f00;
}

.breaking-news-ticker.bn-fixed-top {
  position: fixed;
  left: 0;
  right: 0;
  top: 0
}

.breaking-news-ticker.bn-fixed-bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0
}

.bn-label:before {
  border-top: 22px solid transparent;
  border-right: 20px solid #fff;
  border-bottom: 22px solid transparent;
  content: "";
  height: 0;
  right: 0px;
  position: absolute;
  top: 0;
  display: none
}

.bn-label {
  top: 0;
  width: 17%;
  position: absolute;
  background-color: #0d5ef4;
  text-align: right;
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
  z-index: 3;
  padding: 0 35px;
  white-space: nowrap;
  border-radius: 0 100px 0 0;
  padding-left: 10px;
}

.bn-label i {

  padding-right: 10px;
}

.bn-label,
.bn-news,
.bn-news ul {
  height: 100%;
  left: 0;
  bottom: 0
}

.bn-news {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  padding: 0 0px;
}

.bn-news ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0
}

.bn-news ul li,
.bn-news ul li a {
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none
}

.bn-news ul,
.bn-news ul li {
  position: absolute;
  width: 100%
}

.bn-news ul li {
  overflow: hidden !important;
  -webkit-transition: color .2s linear;
  -moz-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear;
  display: none;
  color: #33373e
}

.bn-news ul li a,
.ptxt {
  padding: 0 10px;
  color: #c42d2d;
  position: relative;
  display: block;
  overflow: hidden;
  font-weight: 500;
}

.dtype {
  display: none
}

.bn-news ul li a:after {
  content: "|";
  padding-left: 30px
}

.bn-news ul li a:hover {
  color: #33b779
}

.bn-news ul li .ndate {
  display: none
}

.bn-loader-text {
  padding: 0 10px
}

.bn-seperator {
  display: inline-block;
  float: left;
  margin-right: 15px;
  width: 30px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative
}

.bn-seperator.bn-news-dot {
  margin-right: 0
}

.bn-seperator.bn-news-dot:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #333;
  border-radius: 50%;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -4px
}

.bn-prefix {
  color: #d65d7a;
  margin-right: 15px;
  padding-left: 10px
}

.bn-negative,
.bn-positive {
  color: #0b8457;
  font-weight: 700
}

.bn-negative {
  color: #dc2f2f
}

.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 {
  float: left;
  width: 40px;
  cursor: pointer;
  border: 0;
  border-left: solid 0#eee;
  text-align: center;
  background-color: #fff;
  outline: 0;
  padding: 0;
  height: 45px;
}

.bn-controls button:hover {
  background-color: #eee;
}

.bn-arrow,
.bn-arrow::after,
.bn-pause,
.bn-play {
  position: relative;
  display: inline-block
}

.bn-arrow {
  margin: 0;
  height: 8px;
  width: 8px;
  top: 0px;
}

.bn-arrow::after {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 0;
  width: 8px;
  border-color: #020155
}

.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::before {
  background-color: #999
}

.bn-pause,
.bn-play {
  width: 0
}

.bn-play {
  background: #ff742f;
  height: 12px;
  margin-left: -5px
}

.bn-play::after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent transparent transparent #6a5e5e;
  border-width: 10px;
  margin-top: -10px
}

.bn-pause {
  height: 15px;
  top: 2px;
  left: -1px
}

.bn-pause::after,
.bn-pause::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  left: 3px;
  background-color: #333
}

.bn-pause::after {
  left: -6px
}

.bn-direction-rtl {
  direction: rtl
}

.bn-direction-rtl .bn-label {
  left: auto;
  right: 0
}

.bn-direction-rtl .bn-controls {
  right: auto;
  left: 0
}

.bn-direction-rtl .bn-seperator {
  margin-left: 15px;
  margin-right: 0;
  float: right
}

.bn-direction-rtl .bn-prefix {
  margin-left: 15px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 10px
}

.bn-direction-rtl .bn-controls button {
  border-left: none;
  border-right: solid 1px #eee
}

.bn-effect-scroll .bn-news ul {
  display: block;
  width: 100%;
  position: relative
}

.bn-effect-scroll .bn-news ul li {
  display: list-item;
  float: left;
  position: relative;
  width: auto
}

.bn-effect-scroll.bn-direction-rtl .bn-news ul li {
  float: right
}