.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  font-size: 18px;
  background: #fff;
  width: 100%;
}

.swiper-lazy-loaded {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  display: table;
  width: 100%;
  table-layout: fixed;
  bottom: 0;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  display: table-cell;
  background: #efefef;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  border-left:1px solid #ff282a;
  position: relative;
  border-radius: 0;
}
.swiper-pagination-clickable .swiper-pagination-bullet:first-child {
  border-left: 0;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #000 !important;
  color: #fff;
}

.swiper-pagination-bullet-active:before {
  border-color: transparent transparent #000;
}

.swiper-pagination-bullet-active:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px;
  top: -6px;
  left: 50%;
  margin-left: -6px;
}

.swiper-slide a.main-link:after {
    position: absolute;
    width: 100%;
    height: 60%;
    left: 0;
    bottom: 0;
    content: "";
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.9) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.9)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.9) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.9) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.9) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.9) 100%);
}
.swiper-slide .detail {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    padding: 30px;
    pointer-events: none;
    color: #a2a2a2;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.swiper-slide .detail .category {
    display: inline-block;
    font-size: 13px;
    margin-bottom: 5px;
}
.swiper-slide .detail .category a {
    pointer-events: all;
    color: #a2a2a2;
}
.swiper-slide .detail .date {
    display: inline-block;
    font-size: 13px;
    margin-bottom: 5px;
}
.swiper-slide .detail .title {
    font-size: 26px;
    font-weight: 500;
    text-shadow: 1px 1px 3px rgba(0,0,0,.2);
    z-index: 1;
    position: relative;
}
.swiper-slide .detail .title a {
    pointer-events: all;
    color: #fff;
}