/* Slideshow container */

#sliderbox{
  width: 100%;
  float:left;
}

.slideshow-container {
  max-width: 1218px;
  position: relative;
  margin-bottom: 60px;
}

/* Hide the images by default */
.mySlides {
  display: none;
  height: 320px;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #b8cad0;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.prev{
  left:0;
}


/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: transparent;
}

.mySlidesImg{
  width:50%;
  float:left;
  height: 320px;
}

.mySlidesImg img{
  width: 100%;
vertical-align: middle;
height: 320px;
}

.mySlidesText{
  width:50%;
  float:left;
  height: 320px;
  background: #fff;
}

.mySlidesText p{
  font-size:18px;
  line-height: 22px;
  text-align: center;
  padding: 0 45px;
  font-weight: normal;
}

.mySText_title{
  font-weight: bold;
  line-height: 20px;
}

.mySProduct{
  height: 156px;
  position:relative;
  width: 100%;
}

.mySProduct img{
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.mySProduct i{
  color:#223164 /*e64c18*/;
  position: absolute;
  bottom: 30px;
  right: calc(45% - 67px);
}

.mySText{
  height: 66px;
  float: left;
  width: 100%;
}

.mySButton{
  height: 98px;
  text-align: center;
  float: left;
  width: 100%;
}

.mySButton_sx{
  float: left;
  width: 50%;
  padding-right:0;
  box-sizing: border-box;
  text-align: right;
}

.mySButton_dx{
  float: left;
  width: 50%;
  padding-left:30px;
  box-sizing: border-box;
  text-align: left;
}

#mySButton_f02{
  width: 100%;
  max-width: none;
}

.mySButton01{
  border:1px solid #223164 /*e64c18*/;
  background: #fff;
  color:#223164 /*e64c18*/;
  border-radius: 0;
  font-size: 18px;
  line-height: 30px;
  float:none;
  padding: 0 10px;
  margin: 0;
  height: 40px;
}

.mySButton02{
  border:1px solid #223164 /*e64c18*/;
  background: #223164 /*e64c18*/;
  color:#fff;
  border-radius: 0;
  font-size: 18px;
  line-height: 25px;
  float:none;
  padding: 0 10px;
  margin: 0;
  height: 40px;
}

.mySButton03{
  border:1px solid #223164 /*e64c18*/;
  background: #fff;
  color:#223164 /*e64c18*/;
  border-radius: 0;
  font-size: 18px;
  line-height: 25px;
  float:none;
  padding: 0 10px;
  margin: 0;
  height: 40px;
}



#mySButton_f01{
  width: 100%;
  max-width: none;
}

/* The dots/bullets/indicators */
.dotBox{
  position: absolute;
  bottom:5px;
  left: 0;
right: 0;
margin: auto
}

.dot {
  cursor: pointer;
  height: 14px;
  width: 14px;
  margin: 0 2px;
  background-color: #d0dce0;
  border: 1px solid #a3bcc2;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  opacity:80%;
}

.active, .dot:hover {
  background-color: #fff;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}