.mainslider-container {
  position: relative;
  width: 100%;
}

.mainslider {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.mainslider li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.mainslider img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
}

.mainslider .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 1em;
  text-shadow: none;
  left: 15%;
  right: auto;
  top: 36%;
  text-align: left;
  margin: 0;
  max-width: none;
}

/*#mainslider1_s2 .caption {
	right:15%;
	left:auto;
	text-align:right;
}*/

.mainslider_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 52%;
  left: 0;
  z-index: 3;
  height: 50px;
  width: 50px;
  font-size: 0;
  font-weight: 600;
  overflow: hidden;
  text-decoration: none;
  margin-top: -45px;
  border-radius: 10px;
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  transition: all 0.45s ease 0s;
  -webkit-transition: all 0.45s ease 0s;
  -moz-transition: all 0.45s ease 0s;
  -o-transition: all 0.45s ease 0s;
}

.mainslider-container:hover .mainslider_nav {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  transition: all 0.45s ease 0s;
  -webkit-transition: all 0.45s ease 0s;
  -moz-transition: all 0.45s ease 0s;
  -o-transition: all 0.45s ease 0s;
}

.mainslider_nav:active {
  opacity: 1.0;
}

.mainslider_nav.prev {
  left: 50px;
  background: #f02640 url("../img/left.png") no-repeat scroll center center;
  right: auto;
}

.mainslider_nav.next {
  left: auto;
  background: #f02640 url("../img/right.png") no-repeat scroll center center;
  right: 50px;
}

.mainslider .caption>h2 {
  font-size: 18px;
  margin: 0;
  position: relative;
  font-weight: 600;
}

.mainslider_nav.prev:hover {
  background-color: #363636;
}

.mainslider_nav.next:hover {
  background-color: #363636;
}



.mainslider-container .mainslider1_on .caption {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.mainslider-container .caption {
  opacity: 0;
  -webkit-transform: translate3d(30%, 0%, 0);
  transform: translate3d(30%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: opacity 0.7s, -webkit-transform 0.7s, -moz-transform 0.7s, -o-transform 0.7s, transform 0.7s;
}


.mainslider-container .caption div h2 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  position: relative;
  margin: 25px 0;
  letter-spacing: 0;
  color: #f02640;
}

.caption p.des {
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
}

.caption p.des::before {
  position: absolute;
  content: "";
  border-bottom: 1px solid #f02640;
  left: 0;
  bottom: 0;
  width: 115px;
  position: relative;
}

.mainslider_tabs.mainslider1_tabs {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 20px;
  margin: 0 auto;
  z-index: 9;
  text-align: center;
  display: block;
}

.mainslider_tabs.mainslider1_tabs li {
  display: inline-block;
  margin: 0 5px;
  position: relative;
}

/*.mainslider_tabs.mainslider1_tabs li:before {
	content: "";
	border: 1px solid #f02640;
	position: absolute;
	height:15px;
	width:15px;
	left: -2px;
	top: -2px;
	right:0;
	bottom:0;
	opacity:0;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
}

.mainslider_tabs.mainslider1_tabs li:hover:before, .mainslider_tabs.mainslider1_tabs li.mainslider_here::before {
	opacity:1;
}*/

.mainslider_tabs.mainslider1_tabs li a {
  background: #363636;
  height: 15px;
  width: 15px;
  color: #e5e5e5;
  font-size: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.45s ease 0s;
  -webkit-transition: all 0.45s ease 0s;
  -moz-transition: all 0.45s ease 0s;
  -o-transition: all 0.45s ease 0s;
}

.mainslider_tabs.mainslider1_tabs li:hover a,
.mainslider_tabs.mainslider1_tabs li.mainslider_here a {
  background: #f02640;
  transition: all 0.45s ease 0s;
  -webkit-transition: all 0.45s ease 0s;
  -moz-transition: all 0.45s ease 0s;
  -o-transition: all 0.45s ease 0s;
}

@media (max-width:1400px) {
  .mainslider .caption {
    top: 25%;
  }
}

@media (max-width:1200px) {
  .mainslider-container .caption div h2 {
    font-size: 35px;
  }

  .caption p.des {
    margin-bottom: 30px;
  }
}

@media (max-width:991px) {}

@media (max-width:767px) {
  .mainslider_tabs.mainslider1_tabs {
    bottom: 10px;
  }

  .mainslider .caption {
    left: 10%;
  }

  .mainslider-container .caption div h2 {
    font-size: 25px;
    margin: 15px 0;
    line-height: 25px;
  }

  .mainslider .caption>h2 {
    font-size: 20px;
  }
}

@media (max-width:540px) {

  .mainslider .caption>h2,
  .mainslider-container .caption div h2 {
    background: none;
  }

  .mainslider-container .caption div h2 {
    font-size: 18px;
    margin: 3px 0;
    line-height: 20px;
  }

  .mainslider .caption>h2 {
    font-size: 10px;
  }

  .caption p.des {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .caption p .btn {
    padding: 5px 10px;
    font-size: 12px;
  }
}