.rslides {
  margin: 0 auto 40px;
}

#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}

.rslides .next {}

.rslides .prev {}

.rslides_tabs {
  font-size: 18px;
  list-style: none;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  display: flex !important;
}

.rslides_tabs li {
  display: inline-block;
  padding: 0 10px !important;
}

.rslides_tabs a {
  font-size: 13px;
  font-family: MRR;
  color: #000;
  text-transform: uppercase;
}

.callbacks_tabs {
  display: inline-block;
    position: absolute;
    bottom: 40px;
    z-index: 99;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
}

.callbacks_tabs li {
  display: inline;
  float: none;
}

.callbacks_tabs li a {    width: 10px;
    height: 10px;
    background: #FFF;
    display: inline-block;
    margin-right: 7px;
    font-size: 0px;}

.callbacks_here a {
 background:#d00 !important;
}

.rslides_tabs li {
  display: inline;
  float: none;
}

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}

.rslides_tabs li:first-child {
  margin-left: 0;
}

.rslides_tabs .rslides_here a {
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-weight: bold;
}

#download {
  background: #333;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin: 60px auto;
  max-width: 500px;
  padding: 20px;
}

#download:hover {
  background: rgba(255, 255, 255, .15);
}

.events {
  list-style: none;
}

.callbacks_container {
  position: relative;
  width: 100%;
}

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
}

.caption {
  display: none;
}

.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
}

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 52%;
  left: 0;
  opacity: 0.5;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 69px;
  width: 69px;
  margin-top: -70px;
}

.prev {
  background: transparent url("../images/sl_l.png") no-repeat;
  left: 20px;
}

.next {
  background: transparent url("../images/sl_r.png") no-repeat;
  right: 20px;
}

.callbacks_nav:active {
  opacity: 1.0;
}

.callbacks_nav.next {
  left: auto;
  background-position: right top;
}

#slider3-pager a {
  display: inline-block;
}

#slider3-pager img {
  float: left;
}

#slider3-pager .rslides_here a {
  background: transparent;
  box-shadow: 0 0 0 2px #666;
}

#slider3-pager a {
  padding: 0;
}

@media screen and (max-width: 600px) {
  h1 {
    font: 24px/50px "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .callbacks_nav {
    top: 63%;
  }
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

.rslides .ab_slider {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  -webkit-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
  text-align: center;
  padding: 7%;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.rslides .ab_slider>div {
      max-width: 1200px;
      text-align: center;
      display: flex;
      align-items: flex-end;
}

.rslides .text1 {
    color: #aa1801;
    width: 300px;
}

.rslides .text2 {
  color: #fff;
  padding-left: 85px;
  width: calc(100% - 300px);
}
.rslides .text3 {
     color: #f2f2f2;
     margin-bottom: 20px;
     text-align: left !important;
     justify-content: center !important;
     line-height: 25px;
}

.callbacks1_on .ab_slider {
  opacity: 1;
  -webkit-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
  z-index: 99;
  display: flex;
  justify-content: left;
  align-items: center;
}

.callbacks1_on .text1 {
  line-height: 55px;
  margin-bottom: 15px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation: pl_ 0.3s ease-in-out both;
  -ms-animation: pl_ 0.3s ease-in-out both;
  -o-animation: pl_ 0.3s ease-in-out both;
  animation: pl_ 0.3s ease-in-out both;
  -webkit-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  transform: translate(0px, -65px);
  opacity: 0;
}

.callbacks1_on .text2 {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation: pl2_ 0.3s ease-in-out both;
  -ms-animation: pl2_ 0.3s ease-in-out both;
  -o-animation: pl2_ 0.3s ease-in-out both;
  animation: pl2_ 0.3s ease-in-out both;
  -webkit-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  transition: all ease 0.6s;
  transform: scale(2);
  opacity: 0;
}

.callbacks1_on .text3 {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation: pl1_ 0.3s ease-in-out both;
  -ms-animation: pl1_ 0.3s ease-in-out both;
  -o-animation: pl1_ 0.3s ease-in-out both;
  animation: pl1_ 0.3s ease-in-out both;
  -webkit-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  transform: translate(0px, 65px);
  opacity: 0;
}



.callbacks2_on .ab_slider {
  opacity: 1;
  -webkit-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
  z-index: 99;
  display: flex;
  align-items: center;
}

.callbacks2_on .text1 {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation: pl_ 0.3s ease-in-out both;
  -ms-animation: pl_ 0.3s ease-in-out both;
  -o-animation: pl_ 0.3s ease-in-out both;
  animation: pl_ 0.3s ease-in-out both;
  -webkit-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  transform: translate(0px, -65px);
  opacity: 0;
}

.callbacks2_on .text2 {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation: pl2_ 0.3s ease-in-out both;
  -ms-animation: pl2_ 0.3s ease-in-out both;
  -o-animation: pl2_ 0.3s ease-in-out both;
  animation: pl2_ 0.3s ease-in-out both;
  -webkit-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  transition: all ease 0.6s;
  transform: scale(2);
  opacity: 0;
}

.callbacks2_on .text3 {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation: pl1_ 0.3s ease-in-out both;
  -ms-animation: pl1_ 0.3s ease-in-out both;
  -o-animation: pl1_ 0.3s ease-in-out both;
  animation: pl1_ 0.3s ease-in-out both;
  -webkit-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  transform: translate(0px, 65px);
  opacity: 0;
}

.callbacks2_on .xemthem a {
  
}

@keyframes pl_ {
  0% {
    transform: translate(0px, -65px);
    opacity: 0;
  }
  25% {
    transform: translate(0px, -45px);
    opacity: 0.5;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

@keyframes pl1_ {
  0% {
    transform: translate(0px, 65px);
    opacity: 0;
  }
  25% {
    transform: translate(0px, 45px);
    opacity: 0.5;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

@keyframes pl2_ {
  0% {
    transition: all ease 0.3s;
    transform: scale(2);
    opacity: 0;
  }
  25% {
    transition: all ease 0.3s;
    transform: scale(1.8);
    opacity: 0.5;
  }
  100% {
    transition: all ease 0.3s;
    transform: scale(1);
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .text1{font-size: 25px !important;margin:0px;padding:0px;line-height: 20px;}
  .text2{font-size: 15px !important;margin:0px;padding:0px;line-height: 20px;margin:0px !important;  }
}

.view a{color:#fff;border:1px solid #fff;padding:5px 40px ;display:inline-block;margin-top:15px;border-radius:40px;}