@charset "utf-8";
/* CSS Document */
#header .logo
{
	position: relative;
	top:0px;
	left:0px;
	width: 100%;
	/* height:150px; */
}
#header .hotline
{
	width:200px;
	height:30px;
	line-height:30px;
	position:absolute;
	top:90px;
	left:385px;
	color:#f00;
	font-weight:bold;
	font-size:18px;
}
#header .sologan
{
	width:350px;
	height:30px;
	line-height:30px;
	position:absolute;
	top:60px;
	left:385px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	color:#f00;
	font-size:16px;
}
#header .diachi
{
	height:40px;
	position:absolute;
	line-height:40px;
	top:110px;
	left:325px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
}
#header .box_icon
{
	position:absolute;
	top:60px;
	right:20px;
	width:400px;
}

/*---------------------------------icon -----------------*/
.box-icons{
	float:right;
	width:120px;
	margin-top:11px;
	
	
}


.box-iconsz{
	float:left;
	width:26px;	
	transition:all 0.5s ease-in-out;	
	opacity:0.7;
}

.box-iconsz:hover{
	margin-top:7px;
	opacity:1;
	
}

.icons{
	float:left;
	width:20px;
	height:20px;
}
.shadow-icon{
	float:left;
	width:20px;
	height:1px;
	margin-left: 8px;
	margin-top: 2px;
	box-shadow:0px 1px 8px rgba(0,0,0,1);
}
/*-------------------------------------------------------*/
/*----------------tab content -----------------*/
ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.tabs li{
	background: none;
	color: #222;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
}

ul.tabs li.current{
	background: #ededed;
	color: #222;
}

.tab-content{
	display: none;
	background: #ededed;
	padding: 15px;
}

.tab-content.current{
	display: inherit;
}
/*---------------- end tab content -----------------*/
.content .box_gioithieu
{
	padding:5px 20px;
}
.content .gioithieu_image
{
	padding:5px;
	border:1px solid #ccc;
	border-radius:8px;
}
.content .gioithieu_noidung
{
	text-align:left;
	padding-top:20px;
}
/*------------------- Video ---------------*/
box_video
{
	width:250px;
	float:left;
	margin-left:20px;
}
.list_video
{
	margin-top:5px;
	color:#fff;
	overflow-y:scroll;
	overflow-x:hidden;
	height:50px;
	margin-bottom:10px;
}
.list_video ul li
{
	background:url(../image/arrow_video.png) no-repeat center left;
	border-bottom:dotted 1px #ccc;
}
.list_video a
{
	color:#000;
	margin-left:15px;
}
.list_video a:hover
{
	color:#f00;
}
