@charset "utf-8";



.flexslider {
  position: relative;
  display: block !important;
  margin: 0 auto !important;
  width: 100% !important;
  height: auto;
  border-radius: 30px
}

.flexslider img {
  width: 100%;
  height: auto
}

.flex-container a:active, .flex-container a:focus, .flexslider a:active, .flexslider a:focus {
  outline: 0
}

.flex-control-nav, .flex-direction-nav, .slides {
  margin: 0;
  padding: 0;
  list-style: none
}

.flexslider .slides>li {
  display: none
}

.flex-pauseplay span {
  text-transform: capitalize
}

.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

html[xmlns] .slides {
  display: block
}

* html .slides {
  height: 1%
}

.no-js .slides>li:first-child {
  display: block
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease
}

.loading .flex-viewport {
  max-height: 300px
}

.flexslider .slides {
  zoom: 1
}

.flexslider {
  position: relative
}

.carousel li {
  margin-right: 5px
}

.slides {
  text-align: center
}

.slides img {
  width: 100%;
  height: auto
}

.flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  background: url(../images/bg_direction_nav.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 1;
  -webkit-transition: all .3s ease
}

.flex-direction-nav .flex-next {
 /** background-image: url(../images/next2.png); **/
  right: 0;
  top: 45%;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  z-index: 999;
  background-size: cover
}

.flex-direction-nav .flex-prev {
  /** background-image: url(../images/prev2.png); **/
  left: 0;
  top: 45%;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background-size: cover
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1
}

.flexslider:hover .flex-next {
  right: 20px
}

.flexslider:hover .flex-prev {
  left: 20px
}

.flex-direction-nav .flex-disabled {
  opacity: .3 !important;
  cursor: default
}

.flex-control-nav {
  display: none
}

.flex-control-nav li {
  margin: 0;
  display: inline-block;
  zoom: 1
}

.flex-control-paging li a {
  width: 15px;
  height: 15px;
  display: block;
  background: #a7a8ae;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px
}

.flex-control-paging li a:hover {
  background: #65a462
}

.flex-control-paging li a.flex-active {
  background: #65a462;
  cursor: default
}

.flex-control-thumbs {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  margin-top: -5.5%
}

.flex-control-thumbs li {
  width: 23%;
  padding: 0 1.5%
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  cursor: pointer
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default
}

@media screen and (max-width:1440px) {
  .flex-direction-nav .flex-next {
    /** background-image: url(../images/next2.png); **/
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    width: 65px;
    height: 65px;
    z-index: 999;
    background-size: cover
  }
  .flex-direction-nav .flex-prev {
    /** background-image: url(../images/prev2.png); **/
    left: 0;
    top: 45%;
    transform: translateY(-50%);
    width: 65px;
    height: 65px;
    background-size: cover
  }
}

@media screen and (max-width:1279px) {
  .flex-direction-nav .flex-next {
    display: none
  }
  .flex-direction-nav .flex-prev {
    display: none
  }
}

@media screen and (max-width:740px) {
.flex-control-thumbs li {
    width: 24%;
    padding: 0;
}
.flex-control-thumbs {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    margin-top: 2px;
}
}

@media screen and (max-width: 648px) {

}