/*======== Start testimonial =========*/

.se_testimonial_slider {
    max-width: 680px;
    margin: auto;
}
.se_testimonial_slider .swiper-wrapper {
    align-items: center;
}
.se_te_wrap {
    display: flex;
    max-width: 800px;
    flex-direction: column;
    justify-content: space-between;
    background:#97c8f0;
    text-align: center;
}

.se_te_content {
    padding: 50px 40px 100px;
    color: #fff;
    font-size: 17px;
    line-height: 1.7;
}

.set_t_meta {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
    background: #e6e6e6;
}

.se_t_logo {
    display: flex;
    background: #f2f2f2;
    width: 120px;
    min-height: 120px;
    align-items: center;
    justify-content: center;
}

.se_t_auth_logo {
    position: absolute;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    background: #fff;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
}
.se_t_auth_logo img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.se_t_autho {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    font-weight: bold;
    color:#000;
    text-align: right;
}

.se_slider_wrapper {
    overflow: hidden;
    max-width: 1350px;
    margin: auto;
}

.se_t_logo img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}
.se_testimonial_slider .swiper-slide{
    transition: .3s linear;
}


.se_t_video_wrap{
    position: relative;
}

.se_thumb_wrap, .se_thumb_wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.se_t_video_wrap.has_thumb iframe{
    opacity: 0;
}
.se_t_video_wrap:not(.has_thumb) .se_thumb_wrap {
    display: none;
}

.se_tm_action_buttons {
    position: relative;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    margin-top: 30px;
}

.se_tm_action_buttons>* {
    position: relative !important;
    transform: none !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    width: auto !important;
}
.se-swiper-pagination {
    margin: 0 30px;
    font-weight: bold;
}
.se-swiper-pagination span{
    opacity: .5;
}
.se-swiper-button-prev, .se-swiper-button-next {
    cursor: pointer;
    color: #97c8f0;
}
.wrap_tm_text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 0.8em;
    font-weight: 500;
}
.se_t_video_wrap .se_thumb_wrap img {
    opacity: .6;
}
.se_t_video_wrap .se_thumb_wrap {
    background: #000;
    cursor: pointer;
}
.video_text {
    margin-top: 5px;
}
@media screen and (min-width:768px){
	.se_testimonial_slider .swiper-slide:not(.swiper-slide-active){
		transform: translateX(35%) scale(.75);
		opacity: .5;
	}
	.se_testimonial_slider .swiper-slide.swiper-slide-active+.swiper-slide{
		transform: translateX(-35%) scale(.75);
		opacity: .5;
		z-index: -1;
	}
}
@media screen and (max-width:767px){
	.se_te_content {
		padding: 30px 20px 70px;
		font-size: 16px;
		line-height: 1.7;
	}
    .se_t_auth_logo {
        width: 80px;
        height: 80px;
    }
    .se_t_autho{
        padding: 40px 15px;
    }
    .se_testimonial_slider .swiper-slide:not(.swiper-slide-active){
		transform: translateX(-15%) scale(.75);
		opacity: .5;
	}
	.se_testimonial_slider .swiper-slide.swiper-slide-active+.swiper-slide{
		transform: translateX(15%) scale(.75);
		opacity: .5;
		z-index: -1;
	}
}

/*======== End testimonial =========*/