
.boxs_slide_mod  {
  overflow: hidden;  
}
.boxs_slide_mod .swiper-pagination {
  position: static !important;
  margin: 10px 0;
}
.boxs_slide_mod .swiper-pagination-bullet {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 3px !important;
  padding: 0;
  transition: width .2s ease-in-out, background-color .2s ease-in-out;
  border: 0;
  border-radius: 7px;
  opacity: 1 !important;
  background: #B0B0B0;
}
.boxs_slide_mod .swiper-pagination-bullet-active {
  background: #2b5c85 !important;
  width: 23px;
  border-radius: 5px;
}
.boxs_slide_mod .swiper-slide {
  width: 25%;
  padding: 10px; 
  height: auto; 
} 
.boxs_slide_mod .swiper-slide .bxslide h3{
  padding: 0 !important
}

@media only screen  and (max-width : 768px) {  
  .boxs_slide_mod .swiper-slide { 
      width: 33.33%;  
  } 
}
@media only screen  and (max-width : 480px) {  
 
  .boxs_slide_mod .swiper-slide { 
      width: 50%;  
  } 
}



.title-heading{
  font-size: 24px !important;
  margin:0 0 20px 0 !important;
  color: #333;
  line-height: 36px;
  min-height: 35px;
  text-align: center;
  width: 100%;
  float: right;
}
.bxslide {
  background:#FFF;
  border-radius:10px;
  box-shadow:0 0px 4px rgba(0,0,0,0.1);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  width: 100%;  
  position:relative;
  text-align: center;
  padding-bottom: 10px;
}
.bxslide:hover {
  box-shadow: 0 0px 20px rgba(0,0,0,0.15);
}
.bxslide img{
  max-width:100% !important;
  width:100% !important;
  border-radius:10px 10px 0 0;
}
article.item .bxslide h3,
.bxslide h3{
    color: #000 !important;
    line-height: 25px !important; 
    font-size: 14px !important;
    text-align: center;
    padding: 0 10px;
    margin: 10px 0;
} 
.bxslide a.button {
  border: solid 1px #ddd;
  color: #4f4f4f !important;
  padding: 4px 15px;
  border-radius: 5px;
  margin: 0;
  display: inline-block;
  position: relative;
  font-size: 13px;
}
.bxslide a.button::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  bottom: 0px;
  border-radius: 3px;
  border: 1px solid #e50001;
  -webkit-mask-image: -webkit-linear-gradient(329deg,rgba(255,255,255,0) 44%,rgba(0,0,0,1) 49%,rgba(0,0,0,1) 51%,rgba(255,255,255,0) 56%);
  -webkit-mask-size: 240%;
  transition: 0.8s; 
}
.bxslide:hover a.button::after ,
.bxslide a.button:hover::after {
  -webkit-mask-position: right center;
}
.bxslide:hover a.button{
  color: #e50001 !important;
}
.bxslide_link {
  background: #0071dc;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 9px 20px;
  border-radius: 10px;
  margin: 0 auto 20px;
  transition: all 0.3s cubic-bezier(0,0,.2,1);
}
.bxslide_link:focus, 
.bxslide_link:hover {
  background-color: #e50001;
  color: #fff;
}