.media-content .fancybox-media > img {
    border-radius: 50%;
    display: inline-block !important;
    float: none;
    height: 85px;
    max-width: 100%;
    width: 85px !important;
}
.testimonials-slide li {
    text-align: center;
}
.testimonial-rate .star {
    display: inline-block !important;
    float: none;
}
.test-namepost {
    color: #101010;
    font-size: 14px;
    font-weight: 600;
    padding-right: 15px;
    text-transform: uppercase;
}
.testimonial-rate {
    padding: 10px 0;
}
.test-companypost {
    color: #696969;
    font-size: 14px;
    padding-left: 15px;
    font-weight: 700;
}
#testimonials-client .slick-dots{margin-top: 20px;}
.VnlabTestimonial {
    background: #fff none repeat scroll 0 0;
    padding: 0;
    position: relative;
}
.testimonials-title {
    color: #333;
    font-weight: 700;
    letter-spacing: 0;
    padding: 10px 0 20px 0px;
    text-transform: none;
    font-size: 22px;
}
.des_testimonial {
    color: #696969;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    padding-left: 0;
    padding-right: 0;
    line-height: 23px;
}
.des_testimonial{
    letter-spacing: 0;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 115px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
#testimonials-wrapper > h3 > span {
    font-weight: 300;
    color: #67bd45;
    font-weight: bold;
    font-size: 25px;
}
#testimonials-wrapper > h3 {
    text-align: center;display: none;margin-bottom: 35px;
}
#testimonials-wrapper > h3 i {
    display: block;
    padding-bottom: 5px;
    padding-top: 12px;
    color: #67bd45;
}

#testimonials-client {
    border: 0px solid #ddd;
    padding: 40px 20px 40px;
    background-color: #f8f7f7;
    position: relative;
    flex: 0 0 calc(30% - 35px);
    max-width: calc(30% - 35px);
    margin-right: 35px;
}
.VnlabTestimonial > .container > .row {
    margin: 0;
}

#testimonials-client .media-content {
    margin: 0px 0px 20px;
}


/*****Button*****/
#testimonials-client .owl-carousel .owl-nav {
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
#testimonials-client .owl-carousel .owl-nav > div i::before{
    font-size: 45px;
}
#testimonials-client .owl-carousel .owl-nav > div:hover i{color: #78bf35 !important;}
#testimonials-client .owl-carousel.owl-loaded{position: relative;margin-left: 0px;margin-right: 0px;}
#testimonials-client .owl-carousel .owl-prev,
#testimonials-client .owl-carousel .owl-next {
    text-align: center;
    display: block;
    color: #fff;
    font-size: 16px;
    border:none;
}
#testimonials-client .owl-carousel .owl-prev > i{color: #101010;font-size: 45px;}
#testimonials-client .owl-carousel .owl-next > i{color: #101010;font-size: 45px;}
#testimonials-client .owl-carousel .owl-prev:hover,
#testimonials-client .owl-carousel .owl-next:hover {
}

#testimonials-client .owl-carousel .owl-nav .owl-prev,
#testimonials-client .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
#testimonials-client .owl-carousel .owl-nav .owl-prev {
    left: 10%;right: auto;
}

#testimonials-client .owl-carousel .owl-nav .owl-next {
    right: 10%;left: auto;
}

#testimonials-client .owl-carousel .owl-nav .owl-prev,
#testimonials-client .owl-carousel .owl-nav .owl-next {
    top: calc((100% - 110px)/ 2);
    top: -moz-calc((100% - 110px)/ 2);
    top: -webkit-calc((100% - 110px)/ 2);
    top: -o-calc((100% - 110px)/ 2)
}

#testimonials-client .owl-carousel:hover .owl-nav {
    opacity: 1;
}

#testimonials-client .owl-carousel:hover .owl-nav .owl-prev {
    left: 0px !important;
}

#testimonials-client .owl-carousel:hover .owl-nav .owl-next {
    right: 20px !important;
}
/*****End Button*****/


.line-space-md {
    position: relative;
    text-align: center;
    padding-bottom: 40px;
}
.line-space-md i::before {
    font-size: 40px !important;
    color: #78bf35;
}

.bg-picture-test {
    text-align: center;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: calc(50% - 250px);
    bottom: -75px;
    opacity: 0.5;
}
.bg-picture-test img {
    max-width: 500px;
    height: auto;
}