@charset "utf-8";
/* CSS Document */

/* Menu Header */

.menu {
	width: 100%;
	z-index: 5;
	display: block;
	height: 42px;
	line-height: 42px;
	position: fixed;
	margin: -42px auto;
	color: #000;
}
.menu:hover {
	width: 100%;
	display: block;
	height: 42px;
	line-height: 42px;
	position: fixed;
    opacity: 1;
	margin: -42px auto;
	z-index: 5;
	background-color: #FFF;
}
.header-th{ height:90px; background:#FFFFFF; margin:10px 0px;}
.itemleft {
	float: left;
	text-align: left;	
	width: 60%;
	margin: auto 0px;
	height: 30px;
	background-color: inherit;
    opacity: 0.5;
	line-height: 30px;
}
.itemleft:hover {

	float: left;
	text-align: left;		
	margin: auto 0px;
	height: 30px;
 	background-color: #FFF;
    opacity: 1;
	line-height: 30px;
}
.itemleft img {
margin-top: 6px;
float: left;
opacity: 1;
}
.itemleft img:hover {
margin-top: 6px;
float: left;
-webkit-transition-duration: 0.5s; /*Webkit: Thời gian phóng to, nhỏ ảnh*/
-moz-transition-duration: 0.5s; /*Như trên*/
-o-transition-duration: 0.5s; /*Như trên*/
-webkit-transform:scale(1.2); /*Webkit: Tăng kích cỡ ảnh lên 1.1 lần*/
-moz-transform:scale(1.2); 
-o-transform:scale(1.2); 
opacity: 1; /*Độ mờ của hình ảnh*/
}
.itemleft p {
	margin-top: 0px;
	position: absolute;
	opacity: 0;

	}
.itemleft p:hover {
	margin-top: 0px;
	opacity: 1;
	position: relative;
	z-index: 50000;
	}

.itemleft span {
opacity: 0.9;
	}	

.itemright {
	float: right;
	text-align: right;	
	height: 30px;
	margin: 6px 20px;
	background-color: inherit;
    opacity: 0.5;
	line-height: 30px;	
}
.itemright:hover {
	float: right;
	text-align: right;
	margin: 6px 20px;
	height: 30px;
 	background-color: #FFF;
    opacity: 1;
	line-height: 30px;	
}
.itemright img {
-webkit-transform:scale(0.8); /*Webkit: Thu nhỏ kích thước ảnh còn 0.8 so với ảnh gốc*/
-moz-transform:scale(0.8); /*Thu nhỏ đối với Mozilla*/
-o-transform:scale(0.8); /*Thu nhỏ đối với Opera*/
-webkit-transition-duration: 0.5s; /*Webkit: Thời gian phóng to, nhỏ ảnh*/
-moz-transition-duration: 0.5s; /*Như trên*/
-o-transition-duration: 0.5s; /*Như trên*/
opacity: 0.8; /*Độ mờ của hình ảnh*/
margin: 0 10px 5px 0; /*căn đều giữa ảnh*/
line-height: 42px;
float: left;
margin: auto 5px;
	
}
.itemright img:hover {
-webkit-transform:scale(1.2); /*Webkit: Tăng kích cỡ ảnh lên 1.1 lần*/
-moz-transform:scale(1.2); 
-o-transform:scale(1.2); 
opacity: 1; /*Độ mờ của hình ảnh*/
line-height: 42px;
float: left;
margin: auto 5px;
}
.menu a {
	text-decoration: none;
	color: inherit;
	font-size: 14px;
	line-height: 42px;
	opacity: 0.7;
}
.menu a:hover {
color: #000;
opacity: 1;
font-size: 16px;
font-weight: bold;
}

#menubottom {
	width: 100%; height: 40px; line-height: 40px; background-color: #f95208; text-align: center;
	text-transform: uppercase; margin: auto auto; clear: both; font-size: 14px; font-weight: bold;
}
#menubottom a {
	color: #FFF;
	text-decoration: none;

}
#menubottom a:hover {
	color: #02305f;
}