.opinionDes{
	text-align: center;
	margin-bottom: 30px;
}
/*===============================================*/
.gridO{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: stretch;
	margin: 0 -15px;
	margin-bottom: 40px;
	flex-wrap: wrap;
}
.gridO .col{
	width: 33.333333%;
	padding: 0 15px;
}
.gridO .col ~ .col{
	border-left: solid 1px #fde3e1;
}
.itemOpinion .img{
	width: 100px;
	height: 100px;
	background: #ffffff;
	border:solid 10px #fde3e1;
	border-radius: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-bottom: 15px;
	position: relative;
}
.itemOpinion .img:before {
    content: "";
    width: 48px;
    height: 46px;
    background: url(../images/hoa.png) no-repeat center center;
    position: absolute;
    top: -13px;
    right: -23px;
}
.itemOpinion .num{
	text-align: center;
	font-size: 40px;
	line-height: 50px;
}
.itemOpinion .cont{
	text-align: center;
	font-size: 15px;
	line-height: 23px;
}
/*====================================================*/
.opinion{
	padding: 30px 0;
	padding-left: 170px;
	position: relative;
	border-top: solid 1px #fde3e1;
}
.opinion .img{
	position: absolute;
	top: 30px;
	left: 0;
}
.opinion .img .wrap{
	width: 150px;
	height: 150px;
	border-radius: 100%;
	overflow: hidden;
	position: relative;
}
.opinion .img:before {
    content: "\f10e";
    font-family: FontAwesome;
    width: 40px;
    height: 40px;
    background: #fde3e1;
    position: absolute;
    border-radius: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
}
.opinion .img img{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.opinion .tend{
	padding-bottom: 15px;
	position: relative;
	margin-bottom: 15px;
}
.opinion .tend:before{
	content: "";
	position: absolute;
	width: 50px;
	bottom: 0;
	left: 0;
	border-bottom: solid 1px #333333;
}
.opinion .tend h3{
	font-family: 'UTM Copperplate';
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: bold;
}
.opinion .caption{
	padding-right: 200px;
	position: relative;
}
.opinion .des{
	font-size: 15px;
	line-height: 23px;
	max-height: 115px;
	overflow: hidden;
	margin-bottom: 10px;
	text-align: justify;
}
.opinion .link{
	position: absolute;
	top: 0;
	right: 0;
}
.opinion .link a{
	display: block;
	width: 170px;
	background: #fde3e1;
	text-transform: uppercase;
	padding: 8px 10px;
	border-radius: 20px;
	text-align: center;
}
.opinion .link a:hover{
	background: #c81b70;
	color:#ffffff;
}
/*=======================================================*/
.avatar{
	width: 270px;
	height: 270px;
	border-radius: 100%;
	position: relative;
	margin: 0 auto;
	margin-bottom: 15px;
	overflow: hidden;
}
.avatar img{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	height: 100%;
}
.name{
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	font-family: 'UTM Copperplate';
	margin-bottom: 20px;
}
.the-content{
	text-align: justify;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 768px){
.opinion{
	padding-left: 0;
}
.opinion .img{
	position: relative;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	margin-bottom: 10px;
	top:initial;
}
.opinion .tend{
	text-align: center;
}
.opinion .tend:before{
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.opinion .caption{
	padding-right: 0;
}
.opinion .link{
	position: initial;
}
.opinion .link a{
	margin: 0 auto;
}
.gridO .col{
	width: 100%;
	margin-bottom: 20px;
}
}