#banner_tabs {
  margin: 6% auto 0 auto;
  position: relative;
  width: 100%;
  overflow: hidden;
  zoom: 1;
  border: 0;
}
@media screen and (min-width: 768px) {
  #banner_tabs {
    margin: 4% auto 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  #banner_tabs {
    margin: 1% auto 0 auto;
  }
}
#banner_tabs:hover .flex-next,
#banner_tabs:hover .flex-prev {
  opacity: 0.5;
  filter: alpha(opacity=25);
}
#banner_tabs:hover .flex-next:hover,
#banner_tabs:hover .flex-prev:hover {
  opacity: 0.7;
  filter: alpha(opacity=50);
}
#banner_tabs .slides a {
  text-decoration: none;
  cursor: default;
}
#banner_tabs .slides li {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#banner_tabs .slides li .slides--img {
  width: 100%;
  height: 0;
  padding-bottom: 55%;
  background-size: 148%;
  background-position: bottom center;
}
@media screen and (min-width: 768px) {
  #banner_tabs .slides li .slides--img {
    padding-bottom: 48%;
    background-size: 136%;
  }
}
@media screen and (min-width: 1280px) {
  #banner_tabs .slides li .slides--img {
    padding-bottom: 40%;
    background-size: 100%;
  }
}
#banner_tabs .slides__list {
  width: 100%;
  bottom: 50px;
  position: absolute;
}
#banner_tabs .slides__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
#banner_tabs .slides__list ul li {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 15px;
  display: block;
}
#banner_tabs .slides__list ul li.active {
  background-color: #655858;
}
#banner_tabs .flex-direction-nav a {
  top: 50%;
  z-index: 0;
}
@media only screen and (orientation: portrait) {
  #banner_tabs .flex-direction-nav a:before {
    font-size: 28px;
  }
}
#banner_tabs .flex-direction-nav .flex-next {
  background-position: 0;
  right: 3%;
  padding-top: 5px;
}
#banner_tabs .flex-direction-nav .flex-prev {
  left: 3%;
  padding-top: 5px;
}
#banner_tabs .flex-control-nav {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  bottom: 3px;
  text-align: center;
  padding-left: 4px;
}
@media screen and (min-width: 768px) {
  #banner_tabs .flex-control-nav {
    bottom: 10px;
  }
}
#banner_tabs .flex-control-nav li {
  margin: 2px 8px;
  display: inline-block;
  zoom: 1;
  display: inline;
}
@media screen and (min-width: 768px) {
  #banner_tabs .flex-control-nav li {
    margin: 2px 17px;
  }
}
#banner_tabs .flex-control-nav li.bannerBtn a {
  display: block;
  width: 230px;
  height: 80px;
  overflow: hidden;
  cursor: pointer;
}
#banner_tabs .flex-control-paging li a {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (min-width: 768px) {
  #banner_tabs .flex-control-paging li a {
    width: 16px;
    height: 16px;
  }
}
#banner_tabs .flex-control-paging li a.flex-active {
  background-color: #ffffff;
}
#banner_tabs .flex-control-paging li.active a {
  background-color: #ffffff;
}