
.slider_container div {
  animation-play-state: running;
}

.slider_container.paused div {
  animation-play-state: paused;
}
.slider_item div {
  animation-play-state: running;
}
.slider_item.paused div {
  animation-play-state: paused;
}

.Slider1-img {
    width: 100%;
    max-width: 1920px;
    height: auto;
  }

  .Slider-item-img {
    width: 100%;
    max-width: 500px;
    height: auto;
  }

  .slider_container {
    width: 100%;
    position: relative;
    z-index: 0;
    padding: 15% !important;
  }

.slider_container .Slider1-box {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      display: block;
      filter: alpha(opacity=0);
      -webkit-animation: round 65s linear infinite;
      animation: round 65s linear infinite;
      }
      .Slider1-box span {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #0E1E3B;
      opacity: 0.6;
      z-index: 1;
      }
      @-webkit-keyframes round {1.5384616%{opacity: 1;filter: alpha(opacity=100);}7.692308%{opacity: 1;filter: alpha(opacity=100);}9.230769%{opacity: 0;filter: alpha(opacity=0);}}@keyframes round {1.5384616%{opacity: 1;filter: alpha(opacity=100);}7.692308%{opacity: 1;filter: alpha(opacity=100);}9.230769%{opacity: 0;filter: alpha(opacity=0);}}.slider_container div:nth-child(13) {-webkit-animation-delay:0s;animation-delay:0s;}.slider_container div:nth-child(12) {-webkit-animation-delay:5s;animation-delay:5s;}.slider_container div:nth-child(11) {-webkit-animation-delay:10s;animation-delay:10s;}.slider_container div:nth-child(10) {-webkit-animation-delay:15s;animation-delay:15s;}.slider_container div:nth-child(9) {-webkit-animation-delay:20s;animation-delay:20s;}.slider_container div:nth-child(8) {-webkit-animation-delay:25s;animation-delay:25s;}.slider_container div:nth-child(7) {-webkit-animation-delay:30s;animation-delay:30s;}.slider_container div:nth-child(6) {-webkit-animation-delay:35s;animation-delay:35s;}.slider_container div:nth-child(5) {-webkit-animation-delay:40s;animation-delay:40s;}.slider_container div:nth-child(4) {-webkit-animation-delay:45s;animation-delay:45s;}.slider_container div:nth-child(3) {-webkit-animation-delay:50s;animation-delay:50s;}.slider_container div:nth-child(2) {-webkit-animation-delay:55s;animation-delay:55s;}.slider_container div:nth-child(1) {-webkit-animation-delay:60s;animation-delay:60s;}

      .slider_item {
      position: absolute;
      left: 0px;
      top: 30%;
      z-index: 1;
      }

      .slider_item .Slider1-item-box {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      display: block;
      filter: alpha(opacity=0);
      -webkit-animation: imageAnimation 55s linear infinite;
      animation: imageAnimation 55s linear infinite;
      }
      @-webkit-keyframes imageAnimation {1.8181818%{opacity: 1;filter: alpha(opacity=100);}20%{opacity: 1;filter: alpha(opacity=100);}21.818182%{opacity: 0;filter: alpha(opacity=0);}}@keyframes imageAnimation {1.8181818%{opacity: 1;filter: alpha(opacity=100);}20%{opacity: 1;filter: alpha(opacity=100);}21.818182%{opacity: 0;filter: alpha(opacity=0);}}.slider_item div:nth-child(5) {-webkit-animation-delay:0s;animation-delay:0s;}.slider_item div:nth-child(4) {-webkit-animation-delay:11s;animation-delay:11s;}.slider_item div:nth-child(3) {-webkit-animation-delay:22s;animation-delay:22s;}.slider_item div:nth-child(2) {-webkit-animation-delay:33s;animation-delay:33s;}.slider_item div:nth-child(1) {-webkit-animation-delay:44s;animation-delay:44s;}.slider_item div:nth-child(0) {-webkit-animation-delay:55s;animation-delay:55s;}.slider_item div:nth-child(-1) {-webkit-animation-delay:66s;animation-delay:66s;}.slider_item div:nth-child(-2) {-webkit-animation-delay:77s;animation-delay:77s;}.slider_item div:nth-child(-3) {-webkit-animation-delay:88s;animation-delay:88s;}.slider_item div:nth-child(-4) {-webkit-animation-delay:99s;animation-delay:99s;}.slider_item div:nth-child(-5) {-webkit-animation-delay:110s;animation-delay:110s;}.slider_item div:nth-child(-6) {-webkit-animation-delay:121s;animation-delay:121s;}.slider_item div:nth-child(-7) {-webkit-animation-delay:132s;animation-delay:132s;}
