@charset "utf-8";
/* CSS Document */
@font-face{
	font-family:Sansation;
	src:url(../font/Sansation-Regular.ttf);
	src:url(../font/Sansation-Light.ttf);
	src:url(../font/Sansation-LightItalic.ttf);
	src:url(../font/Sansation-Italic.ttf);
	src:url(../font/Sansation-BoldItalic.ttf);
	src:url(../font/Sansation-Bold.ttf);
}
h2{
	font-family:Sansation;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	margin-top:2px;

}
h3{
	font-family:Sansation;
	font-size:12px;
	font-style:Light;
	text-align:center;
	margin-top:3px;
}

body{
	background-color:#CCC;
}
#outer{
	margin:0px auto;
	width:1024px;
	background:#FFF;
}
#topcontainer{
	width:1024px;
	height:40px;
	position:fixed;
	z-index:3;	
}
#topcontainer ul{
	width:550px;
	margin-left:435px;
	margin-top:-10px;
}
#topcontainer ul li{
	width:100px;height:30px;
	margin-right:2px;
	border:1px solid #9900FF;
	background-color:#A511BA;
	color:white;
	float:right;
	list-style:none;
	text-align:center;
}
#topcontainer ul li a{
	text-decoration:none;
	color:white;
	display:block;
	width:100px;
	height:30px;
	padding-top:5px;
	font-family:Sansation;
	font-size:12px;
}
#topcontainer ul li a:hover{
	background-color:#9900FF;
	color:white;
	margin-top:-1px;
	height:26px;
	
}
#container{
	width:1024px;	
}
#header{
	height:250px;
	width:1024px;
	background-color:white;
	clear:both;
	background-repeat:none;
	position:relative;
}
#header #nen{
	background-color:white;
	width:100%;height:100%;
}
#header img{
	z-index:0;	
}
#header #logo{
	z-index:1;
	position:absolute;
	left:30px;
	top:50px;
}
#logo a{
	text-decoration:none;
	font-size:50px;
	font-family:Sansation;
	color:#9900FF;
	text-shadow:3px 3px 3px #CCC;
}
#content{
	height:auto;
	border-top:1px solid #9900FF;
	margin-top:5px;
	
}
#content #rightct{
	float:right;
	width:70%;
	height:auto;
	background-color:white;
}

#content #rightct #big{
	width:90%;
	height:300px;
	border:1px solid none;
	margin-left:35px;
	margin-top:15px;
	overflow:hidden;
	position:relative;
}
#content #rightct #contact{
	width:90%;
	height:auto;
	border:1px solid none;
	margin-left:35px;
	margin-top:15px;
	overflow:hidden;
	position:relative;
}
#content #rightct .thongtin{
	width:90%;
	height:auto;
	border:1px solid none;
	margin-left:35px;
	margin-top:15px;
	overflow:hidden;
	position:relative;
	padding-bottom:10px;
}

.hinh1{
	position:absolute;
	animation:hinh1 15s infinite;
}
.hinh2{
	position:absolute;
	animation:hinh2 15s infinite;
}
.hinh3{
	position:absolute;
	animation:hinh3 15s infinite;
}
@keyframes hinh1{
	0%{
		opacity:0;
	}
	15%{
		opacity:1;
	}
	95%{
		opacity:0;
	}
}
@keyframes hinh2{
	0%,30%{
		opacity:0;
	}
	45%{
		opacity:1;
	}
	95%{
		opacity:0;
	}
}
@keyframes hinh3{
	0%,60%{
		opacity:0;
	}
	75%{
		opacity:1;
	}
	95%{
		opacity:0;
	}
}
#content #rightct #intro{
	width:650px;
	height:auto;
	margin-top:15px;
	margin-left:35px;
	
}
#content #rightct #intro .mini{
	width:210px;
	height:250px;
	border:1px solid none;
	margin:2px;
	float:left;
	margin-bottom:10px;
}
#content #rightct #intro .mini img{
	margin-left:5px;
}
#content #leftct{
	float:left;
	width:30%;
	background-color:white;
	height:auto;
}
#content #leftct #intro2{
	width:95%;
	height:auto;
	margin-top:15px;
	margin-left:30px;	
}
#content #leftct #intro3{
	width:95%;
	height:auto;
	margin-top:15px;
	margin-left:30px;	
}
.mini5{
	width:280px;
	height:80px;
	border:1px solid grey;
	border-radius:3px;
	margin:10px;
	margin-left:0px;
	background-color:white;
}
.mini5 a{
	text-decoration:none;
	font-size:42px;
	font-family:Sansation;
	color:#000000;
	text-align:center;
	padding-top:15px;
	display:block;
}
.mini2{
	width:280px;
	height:100px;
	border:1px solid none;
	margin:10px;
	margin-left:0px;
	background-color:white;
}
.mini2 a{
	text-decoration:none;
	font-size:42px;
	font-family:Sansation;
	color:#9900FF;
	text-align:center;
	
	display:block;
}
.mini3{
	width:280px;
	height:350px;
	border:1px solid none;
	margin:15px;
	margin-left:0px;
	background-color:#CCC;
	z-index:1;
	position:relative;
	border-radius:10px;
}

.mini3 img{
	position:absolute;
	z-index:1;
	
}
.info{
	background-color:white;
	height:70px;
	z-index:2;
	width:280px;	
	position:absolute;
	margin:0px 0px;
	top:270px;
	border-radius:5px;
}

#footer{
	clear:both;
	height:200px;
	width:1024px;
	background-color:white;
	margin-top:50px;
	border-top:1px solid #9900FF;
}
.ftr{
	float:left;
	width:25%;
	margin-left:80px;
	
}
.ftr p{
	font-style:normal;
	font-size:20px;	
	font-family:"Sansation Light";
	color:#999;
}

.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;	
}