.flexslider {
  margin: 0;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 50px;
  padding-left: 0px;
  height: 360px;
  overflow: hidden; }
  @media screen and (max-width: 1116px) {
    .flexslider {
      padding: 90px 0 55px; } }

.slide_box {
  position: relative;
  width: 100%;
  height: 360px;
  padding: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box; }
  @media screen and (max-width: 374px) {
    .slide_box {
      background-size: 800px; } }

.flex-control-nav {
  height: 30px;
  bottom: 0; }
  @media screen and (max-width: 1116px) {
    .flex-control-nav {
      height: 40px; } }

.flex-control-paging li a {
  width: 10px;
  height: 10px;
  background: rgba(52, 205, 215, 0.5);
  box-shadow: none; }

.flex-control-paging li a:hover {
  background: rgba(52, 205, 215, 0.7); }

.flex-control-paging li a.flex-active {
  background: #34cdd7; }
