.da-thumbs {
	list-style: none;
	width: 100%;
	height: 100%;
	position: relative;
}
.da-thumbs li {
	float: left;
	background: #fff;
	width: 100%;
	height: 100%;
	position: relative;
}
.da-thumbs li img{
	width:100%;
	height:100%;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
	position: absolute;
	background: #D48D00;
	background: rgba(255,187,1,0.7);
	width: 100%;
	height: 100%;
}
.da-thumbs .xem{
	width:50px;
	height:50px;
	background: rgba(255,187,1,0.7);
	border-radius:50%;
	display:table;
	margin:0 auto;
	margin-top:35px;
}
.da-thumbs .xem:hover{
	transform:scale(1.3); /*Webkit: Tăng kích cỡ ảnh lên 1.3 lần*/
}
.da-thumbs li a div span {
	
}
