.glider-box{
    margin:20px auto 10px auto;
    /* display:none; */
    overflow: hidden;
}

.glider-box h4{
    font-weight: bold;
    font-size: 17px;
}

.glider .thumb{
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 60%;
    position:relative
}

.glider img{
    position: relative;  
    width: 100%!important;
    max-height: none!important;
    min-width: 100%;
    vertical-align: middle;
}

.glider table td{
    width:33.3333%;
    padding-bottom:15px;
}

.glider table td a{
    margin-right:10px;
    display:block;
}

.glider table tr td:last-child img{
   position:absolute !important; 
   top: 0;
   left: 0;
}

.glider label{
    font-size: 13px;
    font-family: verdana!important;
    max-height: 3.8em;
    line-height: 1.3em;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin: 5px 0;
    color: #000;
    display:inline-block;
    width:100%
}

.glider label a{
    text-decoration: none;
    color:#000;
}

.swiper-pagination{
    position: relative !important;
    margin:0 10px;
}

.swiper-pagination span{
    margin:0 3px;
}

.swiper-pagination-bullet-active{
    background:#ff0000 !important;
}

.swiper-button-prev{
    background:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2027%2044%27%3E%3Cpath%20d%3D%27M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%27%20fill%3D%27%23ff0000%27%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-button-next{
    background:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2027%2044%27%3E%3Cpath%20d%3D%27M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%27%20fill%3D%27%23ff0000%27%2F%3E%3C%2Fsvg%3E") !important;
}