#mixedSlider6 {
  position: relative;
  width:1300px;
  margin:auto;
}
#mixedSlider6 .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin:0px;
  padding:0px 0px;
  border:0px solid red;
}
#mixedSlider6 .MS-content .item {
  display: inline-block;
  width: 10.1%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  border-right:0px;
  margin:.5% .5% .5% .5%;
}


@media (max-width: 991px) {
  #mixedSlider6 .MS-content .item {
    width: 13.3%;
  }
}
@media (max-width: 767px) {
  #mixedSlider6 .MS-content .item {
    width: 19.1%;;
  }
}

#mixedSlider6 .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
}
#mixedSlider6 .MS-content .item p {
  font-size: 14px;
  color:#666;
  padding:0px 20px;
  text-align:center;
  height:160px;
}

#mixedSlider6 .MS-content .item span {
  font-size: 14px;
  font-weight:600;
  color:#666;
  margin-top:20px;
  display:block;
}


.MS-controls {
  position: absolute;
  width: 100%;
  bottom: 43%;
}

#mixedSlider6 .MS-controls .MS-left {
  margin-left: -25px;
  border:0px;
  background-color:transparent;
  float:left;
  cursor:pointer;
}

#mixedSlider6 .MS-controls .MS-right {
  margin-right:-25px;
  border:0px;
  background-color:transparent;
  float:right;
  cursor:pointer;
}



@media (max-width: 992px) {
  #mixedSlider6 .MS-controls button {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #mixedSlider6 .MS-controls button {
    font-size: 20px;
  }
}
#mixedSlider6 .MS-controls .MS-left {
  left: 0px;
}
@media (max-width: 767px) {
  #mixedSlider6 .MS-controls .MS-left {
    left: -10px;
  }
}
@media (max-width: 767px) {
  #mixedSlider6 .MS-controls .MS-right {
    right: -10px;
  }
}
#basicSlider { position: relative; }

#basicSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  width:100%;
  max-width:1280px;
}

#basicSlider .MS-content .item {
  display: inline-block;
  width: 33.3%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  line-height: 50px;
  vertical-align: middle;
}
@media (max-width: 991px) {

#basicSlider .MS-content .item { width: 25%; }
}
@media (max-width: 767px) {

#basicSlider .MS-content .item { width: 35%; }
}
@media (max-width: 500px) {

#basicSlider .MS-content .item { width: 50%; }
}

#basicSlider .MS-content .item a {
  line-height: 50px;
  vertical-align: middle;
}

#basicSlider .MS-controls button { position: absolute; }

#basicSlider .MS-controls .MS-left {
  top: 35px;
  left: 10px;
}

#basicSlider .MS-controls .MS-right {
  top: 35px;
  right: 10px;
}