.jd-newsticker .carousel-inner {
  padding: 9px 0;
}

.jd-newsticker .carousel-inner .arrow_box {
  display: inline-block;
  margin-right: 5px;
}

.jd-newsticker .carousel-inner .newsticker-label {
  color: #000000;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin: 0 10px 0 0;
  text-transform: uppercase;
}

.jd-newsticker .carousel-control-next,
.jd-newsticker .carousel-control-prev {
  top: auto;
  background: transparent;
  display: block;
  width: auto;
  opacity: 1;
  border: 1px solid #ff3c36;
  color: #1a191d;
  bottom: 7px;
}

.jd-newsticker .carousel-control-next-icon,
.jd-newsticker .carousel-control-prev-icon {
  height: auto;
  width: 20px;
  margin: -1px;
  background-image: none;
}

.jd-newsticker .carousel-control-next-icon i.fa,
.jd-newsticker .carousel-control-prev-icon i.fa {
  color: #ff3c36;
  display: block;
}

.jd-newsticker .carousel-control-next:focus,
.jd-newsticker .carousel-control-next:hover,
.jd-newsticker .carousel-control-prev:focus,
.jd-newsticker .carousel-control-prev:hover {
  color: #1a191d;
}

.jd-newsticker .carousel-control-prev {
  left: 96%;
}

.jd-newsticker .carousel-control-next {
  right: -25px;
}

.jd-newsticker .carousel-item {
  animation: animateright 10s;
  opacity: 0;
}

.jd-newsticker .carousel-item.active {
  display: inline;
  white-space: nowrap;
  animation: animateright 2s;
  opacity: 1;
}

@keyframes animateright {
  from {
    opacity: 0;
    right: -500px;
  }

  to {
    opacity: 1;
    right: 0;
  }
}

.jd-newsticker .carousel-item .title {
  display: inline;
  text-align: center;
}

.jd-newsticker .carousel-item .title a {
  margin: 0;
  color: #1a191d;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
}

.jd-newsticker .carousel-item .title .newsticker-date {
  color: #d0d0d0;
}

@media screen and (min-width: 990px) and (max-width: 1333px) {
  .jd-newsticker .carousel-control-next-icon,
  .jd-newsticker .carousel-control-prev-icon {
    margin: -2px;
  }
}