
      html,
      body {
        position: relative;
        height: 100%;
      }

      body {
        background: #eee;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 14px;
        color: #000;
        margin: 0;
        padding: 0;
      }

       .entry-body {
            max-width: 1100px;
            margin: 0 auto;
        }
      .swiper {
        width: 100%;
        height: 100%;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }


      .swiper {
        width: 100%;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
      }

      .swiper-slide {
        background-size: cover;
        background-position: center;
      }

      .mySwiper2 {
        height: 350px;
        width: 100%;
      }

      .mySwiper {
        height: 20%;
        box-sizing: border-box;
        padding: 10px 0 50px;
      }

      .mySwiper .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
      }

      .mySwiper .swiper-slide-thumb-active {
        opacity: 1;
    padding: 4px;
    background-color: #d0e68f;
}
.mySwiper .swiper-slide:hover {
    box-shadow: 0px 5px 6px #d4d4d4;
    transition: all 0.3s;
}

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    .swiper-slide .flx{
     display:flex; 
    }
.swiper-backface-hidden .swiper-slide{
    position: relative;
}
.swiper-backface-hidden .swiper-slide .wrap {
    position: absolute;
    top: 0;
}

/*    .wrap {
        width: 90%;
        max-width: 1100px;
    }*/
    .comment {
        padding: 0 50px;
        text-align: left;
    }
    span.name {
    font-size: 1.2rem;
    color: #222;
    font-weight: bold;
    }
span.position {
    display: block;
        color: #bfd06f;
    margin-bottom: 10px;
}
span.name2 {
    margin-top: 5px;
}
span.position2 {
    color: #859e51;
}
     .swiper3 {
        width: 100%;
        height: 100%;
      }

      .swiper3 .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper3 .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    .mySwiper3 .box {
    display: flex;
    flex-direction: column;
    }
    .swiper3{
      margin-bottom: 150px;
    }


  .container.vertical {
      max-width: 960px;
    }

.swiper-button-next, .swiper-button-prev {
    color: #cbbd17;
}

.flx .img {
    min-width: 250px;
}

.swiper.mySwiper3.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-backface-hidden {
    padding: 250px 0;
    margin-top: 100px;
    background-color: #e7f5c5;
}
@media screen and (max-width: 726px){
.swiper-slide.swiper-slide-active {
    width: 300px;
    margin: 0 auto;
    display: block;
    z-index: 1;
}
.swiper-slide .flx {
    display: flex;
    flex-wrap: wrap;
}
.flx .img {
    min-width: 100%;
    height: 100%;
    overflow: hidden;
}
}

