
.gallery-thumbs  img{
    width: 150px;
    height: 180px;

}







.gallery-thumbs {
    height: 20%;
    width: 600px;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.7;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.slider{
    border: #6eca49 1px solid;
    border-radius: 10px;
    background: rgba(110, 202, 73,0.2);
}


ul{
    width: 15% ;
    border: #6eca49 1px solid;
    border-radius: 10px;
    list-style: none;

}
li{
    font-size: 20px;
    color: #6eca49;
}
li:hover {
    background-color: #6eca49;



}
a {
    line-height: 28px;
    color:  #6eca49 ;
    text-decoration: none;
}
li:hover a {
    color: white;
}
li:hover i{
    color: white;
}
i{
    margin-right: 5%;
}
.swiper-button-next, .swiper-button-prev{
    font-weight: bold
}
.swiper-button-next:hover, .swiper-button-prev:hover{
    color: #6eca49;
}
.right {
    float: right;
}
.left {
    float: left;
}
.ret{
    width: 75%;
    margin-left: 22%;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #6eca49;
}
.swiper-pagination-bullet:hover{
    color: #fff;
    background: #6eca49;
}
/*.swiper-pagination{
    position: relative;
    top: -20px;
}*/
.title{
    text-align: center;
    font-size: 18px;
    font-weight: lighter;
}
/********************************************/
.gallery-top .swiper-container {

}
.swiper-wrapper{

    margin-right: auto;
    margin-left: auto;
}
.gallery-top {
    width: 600px;
    border: #6eca49 1px solid;
    border-radius: 2%;

}

.gallery-top .swiper-slide img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}
.gallery-top .swiper-slide-active
{
}
/*
*/