.content ol,#tabs1 ol{
	list-style-type: none;	
	
	}
.content ol li,#tabs1 ol li {
	list-style-type: none;
	background-image: url(../images/dot_red.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 11px;
	margin-top: 0px;
        margin-bottom:5px;
	}
.content ol li a{
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	line-height: 1.5em;
	font-weight: normal;
	text-decoration: none;
        color: black;
	}
.content ol li a:hover{
	
        color: #900;
	}
#tabContaier1{
	position: relative;
	width: 100%;
	background-color: #FF0000;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
	#tabContaier1 ul{
	overflow: hidden;
	height: 35px;
	position: absolute;
	z-index: 2;
	border-right-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	#tabContaier1 li{
	float: left;
	list-style: none;
	margin-left: 5px;
	}
	#tabContaier1 li a{
	color: #FFF;
	cursor: pointer;
	display: block;
	height: 35px;
	line-height: 35px;
	text-decoration: none;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	}
	#tabContaier1 li a:hover{
	background-color: #FFF;
	color: #999;
	}
	#tabContaier1 li a.active{
	border: 1px solid #fff;
	border-right: 0;
	color: #333;
	background-color: #FFFFFF;
	}







/*fffffff*/


#tabbed_nav {
    margin: 0px auto;
    width: 330px;
}

.tabbed_nav h4 {
    font-family: arial, helvetica;
    font-size: 23px;
    margin-bottom: 10px;
}

.tabbed_area {
	background: rgba(69,170,252,1);
background: -moz-linear-gradient(top, rgba(69,170,252,1) 0%, rgba(15,114,194,1) 15%, rgba(15,114,194,1) 51%, rgba(15,114,194,1) 71%, rgba(15,114,194,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(69,170,252,1)), color-stop(15%, rgba(15,114,194,1)), color-stop(51%, rgba(15,114,194,1)), color-stop(71%, rgba(15,114,194,1)), color-stop(100%, rgba(15,114,194,1)));
background: -webkit-linear-gradient(top, rgba(69,170,252,1) 0%, rgba(15,114,194,1) 15%, rgba(15,114,194,1) 51%, rgba(15,114,194,1) 71%, rgba(15,114,194,1) 100%);
background: -o-linear-gradient(top, rgba(69,170,252,1) 0%, rgba(15,114,194,1) 15%, rgba(15,114,194,1) 51%, rgba(15,114,194,1) 71%, rgba(15,114,194,1) 100%);
background: -ms-linear-gradient(top, rgba(69,170,252,1) 0%, rgba(15,114,194,1) 15%, rgba(15,114,194,1) 51%, rgba(15,114,194,1) 71%, rgba(15,114,194,1) 100%);
background: linear-gradient(to bottom, rgba(69,170,252,1) 0%, rgba(15,114,194,1) 15%, rgba(15,114,194,1) 51%, rgba(15,114,194,1) 71%, rgba(15,114,194,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45aafc', endColorstr='#0f72c2', GradientType=0 );
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

ul.tabs {
	overflow: hidden;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

ul.tabs li {
	list-style: none;
	display: inline;
	white-space: nowrap;
}

ul.tabs li a {
	display: block;
	float: left;
	padding-right: 8px;
	color: #FFF;
	line-height: 30px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 8px;
        cursor: pointer;

}

ul.tabs li a:hover {

}

ul.tabs li a.active {
	color: #000;
	background-color: #FFF;
}

.content {
        padding-top: 15px;
        padding-left: 17px;
        padding-right: 17px;
        padding-bottom: 17px;
	
	position: relative;
	z-index: 3;
	background-color: #FFFFFF;
}

#news, #popular {
    display: none;
}

.content ul {
	list-style: none;
    margin: 0px;
    padding: 0px 20px;
}


.content ul li {
    border-bottom: 1px solid #b3e3ff;
    padding: 15px 0px;
    font-size: 13px;
}

.content ul li a {
	text-decoration: none;
	color: #000000;
}

.content ul li a:hover {
    color: #900;
}

.content ul li:last-child {
    border-bottom: none;
}



/************************************************/

.content2 ol,#tabs1 ol{
	list-style-type: none;	
	
	}
.content2 ol li,#tabs1 ol li {
	list-style-type: none;
	background-image: url(../images/dot_red.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 8px;
	margin-top: 0px;
	}
.content2 ol li a{
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	line-height: 1.5em;
	font-weight: normal;
	text-decoration: none;
        color: black;
	}
.content2 ol li a:hover{
	
        color: #900;
	}
#tabContaier1{
	position: relative;
	width: 100%;
	background-color: #FF0000;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
	#tabContaier1 ul{
	overflow: hidden;
	height: 35px;
	position: absolute;
	z-index: 2;
	border-right-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	#tabContaier1 li{
	float: left;
	list-style: none;
	margin-left: 5px;
	}
	#tabContaier1 li a{
	color: #FFF;
	cursor: pointer;
	display: block;
	height: 35px;
	line-height: 35px;
	text-decoration: none;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	}
	#tabContaier1 li a:hover{
	background-color: #FFF;
	color: #999;
	}
	#tabContaier1 li a.active{
	border: 1px solid #fff;
	border-right: 0;
	color: #333;
	background-color: #FFFFFF;
	}







/*fffffff*/


#tabbed_nav {
    margin: 0px auto;
    width: 330px;
}

.tabbed_nav h4 {
    font-family: arial, helvetica;
    font-size: 23px;
    margin-bottom: 10px;
}

.tabbed_area2 {
	background-color: #FF0000;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
        border: 1px solid rgb(222, 222, 222);
-webkit-border-radius: 5px;
-webkit-border-bottom-right-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius: 5px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-bottomleft: 6px;
border-radius: 5px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
		box-shadow: 0px 0px 6px rgb(235, 235, 235);
        /*box-shadow: 0px 6px 6px -6px rgb(153, 153, 153);*/
        margin-bottom: 12px;
}

ul.tabs2 {
	overflow: hidden;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

ul.tabs2 li {
	list-style: none;
	display: inline;
	white-space: nowrap;
}

ul.tabs2 li a {
	display: block;
	float: left;
	padding-right: 8px;
	color: #FFF;
	line-height: 35px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 8px;
        cursor: pointer;

}

ul.tabs2 li a:hover {

}

ul.tabs2 li a.active {
	color: #000;
	background-color: #FFF;
}

.content2 {
	padding:17px;
	position: relative;
	z-index: 3;
	background-color: #FFFFFF;
}

#news, #NEWS,#THONGBAO,#TUYENDUNG {
    display: none;
}

.content2 ul {
	list-style: none;
    margin: 0px;
    padding: 0px 20px;
}


.content2 ul li {
    border-bottom: 1px solid #b3e3ff;
    padding: 15px 0px;
    font-size: 13px;
}

.content2 ul li a {
	text-decoration: none;
	color: #000000;
}

.content2 ul li a:hover {
    color: #900;
}

.content2 ul li:last-child {
    border-bottom: none;
}
