.testimonial-type-1 .item .item-inner {
    margin-bottom: 30px;
}

.testimonial-type-1 .slider-carousel .item .item-inner:last-child {
    margin-bottom: 0;
}

.testimonial-type-1 {
    padding: 20px;
    background: #fff;
    border: 2px solid #eeeeee;
    border-radius: 8px;
    overflow: hidden;
}
.testimonial-type-1 .des_testimonial{
	text-align: center;
	color: #666666;
	font-size: 1.4rem;
	line-height: 2.4rem;
	position: relative;
}

.testimonial-type-1 .content_test_box{
    text-align: center;
    padding-top: 20px;
}

.testimonial-type-1 .content_test_box .wrapper-img {
    width: 80px;
    border-radius: 100%;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
	overflow: hidden;
}

.testimonial-type-1 p.des_namepost {
    text-transform: capitalize;
    margin: 0;
    color: #aaaaaa;
}

.testimonial-type-1 p.des_namepost b{
	color:#b33a3a;	
}

.testimonial-type-1 p.des_company{
	margin:0;	
}

.testimonial-type-1 .line-blog-home{
	height: 20px;
	width: 1px;
	background: #b33a3a;
	display: table;
	margin: 12px auto;
}