.swipslider {
  position: relative;
  display: block;padding-top:0px !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .swipslider .sw-slides{
    display: block;
    padding: 0;
    list-style: none;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    font-size: 0;transition: opacity 1.5s linear !important; 
    -webkit-transform: translateX(0);
            transform: translateX(0);
    position: absolute;
    bottom: 0; }
  .swipslider .sw-slide {
    width: 100%;background-size:cover;background-repeat:no-repeat;background-position:center;
    height: 100%;z-index:9;opacity: 1;
    margin: auto;float:none;
    display: inline-block;transition: opacity 1.5s linear !important;
    position: relative; }
	.swipslider .sw-slide.active{opacity: 1;}
.sw-next-prev {
  font-family: "Courier New", Courier, monospace;
  height: 50px;
  width: 50px;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  line-height: 50px;
  font-size: 30px;
  font-weight: bolder;
  color: #fff;
  top: 50%;display:none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0);
  border-radius: 50%;
  text-decoration: none;
  transition: all .2s ease-out;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .sw-next-prev:hover {
    background-color: rgba(255, 255, 255, 0.74); }
  .sw-next-prev:active {
    background-color: rgba(255, 255, 255, 0.5); }

.sw-prev {
  left: 2%; }
  .sw-prev::after {
    content: '<'; }

.sw-next {
  right: 2%; }
  .sw-next::after {
    content: '>'; }

.sw-bullet {
  position: absolute;
  bottom: 2%;
  list-style: none;
  display: block;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0; }
  .sw-bullet li {
    width: 12px;
    height: 12px;float:none; cursor: pointer;
    border-radius: 50%;
    display: inline-block;
    border:1px solid #fff;
    transition: all .2s ease-out; }
    .sw-bullet li:hover {
      background-color:#0160e0; border:1px solid #0160e0; }
    .sw-bullet li.active {
      background-color: #0160e0;; border:1px solid #0160e0;
    }
    .sw-bullet li:not(:last-child) {
      margin-right: 8px; }
@media only screen and (width: 1024px) {
	.swipslider,.swipslider ul li.sw-slide{height:160px !important;}
}
@media only screen and (max-width: 1000px) {
	.swipslider,.swipslider ul li.sw-slide{height:120px !important;}
}
@media only screen and (width: 768px) {
	.swipslider,.swipslider ul li.sw-slide{height:120px !important;}
}
@media only screen and (max-width: 600px) {
	.swipslider,.swipslider ul li.sw-slide{height:70px !important;}
}
@media only screen and (max-width: 360px) {
	.swipslider,.swipslider ul li.sw-slide{height:50px !important;}
}