.happy {
	/* font: italic 15px/1.35em "times new roman","Lucida Grande","Lucida Sans Unicode","Lucida Sans",sans-serif; */
	padding: 10px 0 20px;
	background: url("../images/happy.png") 68px bottom no-repeat;
	float: left;
	width: 48%;
	margin-right: 4%;
}

	.happy .khachhang {
		font-family: 'BARLOWSEMICONDENSED-ITALIC';
		font-size: 18px;
		color: #ffffff;
	}

	.happy:nth-child(2n+1) {
		margin-right: 0;
		background: url(../images/happy.png) right bottom no-repeat;
	}

	.happy:nth-child(2n) img {
		float: right;
		margin-left: 20px;
	}

	.happy img {
		float: left;
		margin-right: 20px;
		width: 180px;
		height: 180px;
		margin-top: 10px;
		padding: 3px;
		border: 1px solid #eee;
		border-radius: 50%;
		background: #fff;
	}

	.happy .right {
		/* text-align:right!important; */
		/* font: 14px tahoma; */
		margin-top: 25px;
		font-family: 'BARLOWSEMICONDENSED-REGULAR';
		font-size: 18px;
		color: #ffffff;
	}

	.happy .addres {
		/* text-align:right!important; */
		/* font: 14px tahoma; */
		/* margin-top: 10px; */
		font-family: 'BARLOWSEMICONDENSED-REGULAR';
		font-size: 18px;
		color: #ffffff;
		position: relative;
	}


	.happy .icon {
		float: right;
		width: 24px;
		height: 24px;
		margin: 3px 0 0 10px;
		padding: 0;
		border: none;
	}
