@charset "utf-8";
/* CSS Document */
@font-face{
	font-family:Acid;
	src:url(../font/acid.otf);
}
@font-face{
	font-family:Sansation;
	src:url(../font/Sansation-Regular.ttf);
}
@font-face{
		font-family:"iCiel Pacifico";
		src:url(../font/iCiel%20Pacifico.otf);	
}
@font-face{
		font-family:"Sansation Bold";
		src:url(../font/Sansation-Bold.ttf);	
}
*{
	font-family:Acid;
	font-size:20px;
}
#container{
	background-image:url(../images/background.png);
	background-size:cover;
	height:auto;
}
#header{
	height:200px;	
}
#header #logo{
	height:160px;
	width:100%;	
	clear:both;
}
#header #menu{
	height:40px;
	width:100%;
	bottom:0px;
	position:relative;
}
#header #menu ul{
	width:460px;
	height:40px;
	margin:-20px;
	margin-top:10px;
	position:absolute;	
}
#header #menu ul li{
	width:100px;
	margin-right:10px;
	height:40px;
	border-radius:5px;
	background-image:url(../images/background.png);
	background-size:cover;
	float:left;
	display:block;
	border:2px solid white;
	text-align:center;
	padding-top:10px;
	position:relative;
}
#header #menu ul li ul{
	position:absolute;
	width:100px;
	top:40px;
	left:-20px;
	visibility:hidden;
	z-index:2;
	

}
#header #menu ul li ul li{
	width:100px;
	border:0px;
	border-radius:0px;
	background-color:#036;
	border:1px solid white;
}
#header #menu ul li:hover ul{
	visibility:visible;	
}
#header #menu ul li a{
	text-decoration:none;
	font-size:20px;
	font-weight:bold;
	color:white;
	height:40px;
	padding-top:0px;
}
#header #menu ul li a:hover{
	background-color:#CCC;
	opacity:1;
	padding-top:10px;
	display:block;
	height:40px;
	margin-top:-10px;
	border-radius:3px;
}
#content{
	background-color:white;
	height:500px;
	top:10px;
	clear:both;
	border:1px solid grey;
	z-index:1;
}
#content #sanpham{
	width:1200px;
	margin:0px auto;
	padding-top:20px;	
}
#sanpham ul{
	width:1200px;
	height:500px;
	margin:-20px;
	margin-top:10px;
	position:absolute;	
	margin-left:-30px;	

}
#sanpham ul li{
	width:380px;
	margin:5px;
	height:200px;
	border-radius:5px;
	background-color:#72858b;
	background-size:cover;
	float:left;
	display:block;
	border:2px solid grey;
	text-align:center;
	position:relative;
	
	
}
#sanpham ul li p{
	font-family: Sansation;
	font-size: 60px;
	color:white;
	left: 1px;
	width: 380px;
	font-weight: bold;
	position: absolute;
	top: 4px;
}
#sanpham ul li a{
	text-decoration:none;
	color:white;
	height:200px;

}
.phim img{
	margin-top:50px;
}
/*___________________________________
				FOOTER
___________________________________*/
#footer{
	height:200px;
	clear:both;
}
.ftr{
	float:left;
	width:25%;
	margin-left:80px;
	
}
.ftr p{
	font-style:normal;
	font-size:20px;	
	font-family:"Sansation Light";
	color:white;
}

.ftr ul li{
	list-style:none;
	font-family:"iCiel Pacifico";
}
.frt #first li{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	text-align:center;
}
#last{
	width:140px;
	margin-top:0px;
	margin-left:-40px;
}
#last li{
	float:left;
	width:40px;
	margin:2px;	
}
