#slide_blog {
  padding-top: 19px;
  padding-bottom: 35px;
}
#slide {
  width: 100%;
  height: 580px;
  max-width: 1980px;
  margin: 0 auto;
}
.slideItem {
  width: 100%;
  height: 580px;
  background-size: cover;
  background-position: center center;
  background-repeat:no-repeat;
}
.ms2_stage,
div.ms2_container {
  height: 580px;
}
.ms2_current, .ms2_next {
  display: block;
}
.slideItem a {
  display: block;
  width:100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}
#slidePager ul {
  text-align:center;
  padding-top: 33px;
}
#slidePager ul li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #c6c6c6;
  margin: 0 8px;
  line-height:0;
  cursor: pointer;
}
#slidePager ul li.current {
  background-color: black;
}


@media only screen and (max-width: 1100px) {
.ms2_stage,
.slideItem ,
#slide,
div.ms2_container {
  height: 440px;
}
}
@media only screen and (max-width: 768px) {
.ms2_stage,
.slideItem, 
#slide,
div.ms2_container {
  height: 300px;
}
}
@media only screen and (max-width: 414px) {
.ms2_stage,
.slideItem, 
#slide,
div.ms2_container {
  height: 185px;
}
}
