@charset "utf-8";

/***********testimonial_banner***********/
.testimonial_banner .bx-wrapper {
    position: relative;
}

.testimonial_banner .bx-wrapper .bx-controls-direction a {
    font-size: 0;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    background-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.testimonial_banner .bx-wrapper .bx-controls-direction a.disabled {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}

.testimonial_banner .bx-wrapper .bx-controls-direction a:hover {
    background-color: #2f3032;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.testimonial_banner .bx-wrapper .bx-controls-direction a:before {
    font-family: "iconfont" !important;
    color: #2f3032;
    font-size: 24px;
    display: inline-block;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.testimonial_banner .bx-wrapper .bx-controls-direction a:hover:before {
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.testimonial_banner .bx-wrapper .bx-prev {
    left: -15px;
}

.testimonial_banner .bx-wrapper .bx-next {
    right: -15px;
}

.testimonial_banner .bx-wrapper .bx-prev:before {
    content: "\e730";
}

.testimonial_banner .bx-wrapper .bx-next:before {
    content: "\e72f";
}

.testimonial_banner .bx-pager {
    position: absolute;
    left: 50%;
    bottom: 44px;
    z-index: 2;
    line-height: 14px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.testimonial_banner .bx-pager > div {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
}

.testimonial_banner .bx-pager > div a {
    font-size: 0;
    width: 16px;
    height: 16px;
    background-color: #fff; /*opacity: .5; filter: alpha(opacity=50);*/
    border-radius: 100px;
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.testimonial_banner .bx-pager > div a:hover {
    opacity: .5;
    filter: alpha(opacity=50);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.testimonial_banner .bx-pager > div a.active {
    background-color: #dd0033;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

/***********testimonial_banner***********/

