/* pagetour*/
body{background: #E2E2E2 url("199207.jpg") no-repeat fixed center bottom;
	font: 13px arial;
}
a{text-decoration:none;}
.bgpagetour{margin: 0 auto; width: 1170px; }
.pagetour{float: left; width: 96%; background: #fff; padding: 2%; }
.gioithieupagetour{float: left; margin: 0 0 20px 0; width: 100%;}
.onetour{float: left; width: 33%; text-align: center;}
.onetour .img{float: left; overflow: hidden; width: 307px; height:202px; margin: 0 25px; padding: 5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50); position: relative;
}
.onetour .img:hover img{width:110%; height: 110%;
    z-index: 1;
    transition:all 1s;
	margin: -5% 0 0 -5%; 
}
.onetour h3{font-size: 13px; text-transform: uppercase;}

.onetour .img:hover{ 
		-webkit-box-shadow: 0px 0px 5px 0px rgba(156,209,255,1);
-moz-box-shadow: 0px 0px 5px 0px rgba(156,209,255,1);
box-shadow: 0px 0px 5px 0px rgba(156,209,255,1);
}
.onetour .img:hover .kinh{
	background: url(../images/link.png) no-repeat center; z-index: 999; width: 100%; height: 100%; 
	position: absolute; top:0; float: left; left: 0;
	opacity: 0.8;
    filter: alpha(opacity=80);
}
.onetour h3{float: left; width: 100%; text-transform: uppercase; margin-top: 10px;}
