@charset "utf-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/footerbg.gif);	
	background: #CCC;
	margin: 0;
	padding: 0;
	color: #000;
}
/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
#container {
	width: 1024px;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
}

#header {
	padding-top:15px;
	padding-bottom:10px;
	background: #CCC;
}
#left_side {
	color: #FFF;
	float: left;
	width: 220px;
	background: #630; 
	text-align:center;
	font-size:14px;
	word-spacing:normal;
}
#left_side p {
	line-height:16px;
}
#left_side a:link {
	color:#FFF;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
#left_side a:visited {
	color: #FFF;
	text-decoration: none;
}
#left_side a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #FFF;
}

#footer {
	padding: 20px 20px 20px 20px;
	background-image:url(../images/footerbg.gif);	
	position: relative;	
	clear: both;
	vertical-align: top;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	width:984px;
	height:90px;
	margin-bottom: 15px;
	color:#300;
}
#footer p {
	font-size:12px;
	text-align: center;
	line-height:16px;
}
#footer a:link {
	color:#00C;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
#footer a:visited {
	color: #00C;
	text-decoration: none;
}
#footer a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #FFF;
}
#content_all {
	list-style-image:url(../images/list_img.jpg);
	padding: 0px;
	width: 1024px;
	float: left;
}
#content_all li {
	padding-left: 40px; 
}
#content2 {
	padding: 20px;
	width: 760px;
	float: right;
}
#content2 li {
	list-style-image:url(../images/list.gif);
	line-height:32px;
	margin-left:30px;
	padding-left: 5px; 
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1 {
	margin-top: 1px;
	margin-bottom: 20px;
	line-height: 2;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 0px;
}
h1 {
text-transform: uppercase;	
text-shadow: 2px 2px 4px #300;
	color: #300;
	font-size: 20px;
	background:#FFF;
	text-align:left;
padding: 10px; margin-bottom: 30px;
}

h2 
{
	text-align:left;
	color: #600;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
}
h3 
{
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	color: #036;
	font-size: 16px;
}
h4 {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px;
	text-align:right; 
	color: #000;
}
h5 {
	margin-bottom: 10px;	 
	margin-top: 10px;	 
	padding-top: 10px;
	padding-bottom: 10px;
	color: #00F;
	font-size: 20px;
	font-weight:bold;
	text-align:center; 
	background-color:#FFF;
	border: 2;
	border-style:solid;
	border-color: #FFF;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
	border-radius: 20px;
}
h6 {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
p {
	margin-top: 0;	 
	font-size:17px;
	padding-right: 15px;
	padding-left: 15px;
	text-align:justify; 
	line-height:30px;
}
.author {
	color: #009;
	font-size: 16px;
	text-align: right;
	font-weight:bold;
	padding-bottom:15px;
	margin-bottom: 2px;
}


a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#00C;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #00C;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	color: #900;
	text-decoration: none;
}

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}
ul.nav li {
	border-bottom: 1px solid #666; /* this creates the button separation */
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	text-decoration: none;
	background: #8090AB;
	color: #000;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background: #6F7D94;
	color: #FFF;
}

/* ~~The footer ~~ */

/* ~~miscellaneous float/clear classes~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* additional settings */
.false_link {
	color: #00F;
	font-weight:bold;
}
.box {
	font-size:14px;
	line-height: 30px;
	text-align: justify;
	background:#ECECED;
    border: 4px solid #CCC;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
-moz-box-shadow: 10px 10px 5px #888;
-webkit-box-shadow: 10px 10px 5px #888;
box-shadow: 10px 10px 5px #888;
padding: 30px; margin-bottom: 30px;
}
.box_center {
	font-size:14px;
	line-height: 30px;
	text-align: center;
	background:#ECECED;
    border: 4px solid #CCC;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
-moz-box-shadow: 10px 10px 5px #888;
-webkit-box-shadow: 10px 10px 5px #888;
box-shadow: 10px 10px 5px #888;
padding: 30px; margin-bottom: 30px;
}

/*side box */
.text_center {
	text-align: center;
}

.button {
	width:160px;
	margin-bottom: 10px;	 
	margin-top: 10px;	 
	padding-top: 2px;
	padding-bottom: 2px;
	color: #00F;
	font-size: 20px;
	font-weight:bold;
	text-align:center; 
	background-color:#CC0;
	border: 2;
	border-style:solid;
	border-color: #00C;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
	border-radius: 20px;
-moz-box-shadow: 10px 10px 5px #888;
-webkit-box-shadow: 10px 10px 5px #888;
box-shadow: 10px 10px 5px #888;
padding: 10px; margin-bottom: 30px;
}
.note_right {
	color: #00C;
	font-size: 14px;
	text-align: right;
	font-weight:normal;
	font-style:italic;
	margin-bottom: 2px;
}
.note_center {
	font-family:Verdana, Geneva, sans-serif;
	padding: 0px;
	font-size: 13px;
	text-align:center;
}
.note_ft {
	padding: 10px;
	padding-top: 10px;
	font-size: 12px;
	color:#600;
}
.note {
	padding: 10px;
	padding-top: 10px;
	font-size: 12px;
	color:#FFF;
}
.side_text {
	font-size: 11px;
	text-align:left;
	color:#000;
}


#nav2,#nav2 ul {
    background-color: #630; /* màu viền menu */
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#nav2 {
    display: block;
    padding: 15px;
    position: relative;
    width: 188px;
    -moz-perspective: 220px;
    -ms-perspective: 220px;
    -webkit-perspective: 220px;
    -o-perspective: 220px;
    perspective: 220px;
}
#nav2 ul {
    left: -9999px;
    opacity:0;
    overflow:hidden;
    padding: 5px;
    position: absolute;
    top: -9999px;

    -moz-transform: rotateY(70deg);
    -ms-transform: rotateY(70deg);
    -o-transform: rotateY(70deg);
    -webkit-transform: rotateY(70deg);
    transform: rotateY(70deg);

    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;

    -moz-transition: -moz-transform 0.3s linear, opacity 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear, opacity 0.3s linear;
    -o-transition: -o-transform 0.3s linear, opacity 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear, opacity 0.3s linear;
    transition: transform 0.3s linear, opacity 0.3s linear;
}
#nav2 li {
    background-color: #FFF;
    position: relative;
}
#nav2 > li {
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
#nav2 li a {
	background-image:url(../images/topmenu.png);	
/* 	background-color: #BEAB4F; màu nền menu */
    border-color: #DDDDDD #555555 #555555 #DDDDDD;
    border-style: solid;
    border-width: 1px;
    font-color: #FFF;
    display: block;
    font-size: 15px;
	font-weight:bold;
    padding: 8px 10px 12px 5px;
    text-decoration: none;
    width:175px;

    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#nav2 li:hover > a {
    background-color: #396;
    border-color: #396;
    color: #000; /* Màu link hover */
}
#nav2 li:hover ul.subs {
    left: 192px;
    opacity:1;
    top: 0;

    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;

    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
#nav2 ul li {
    width: 100%;
}

#show_01 {  
	display:run-in;
	border:0 ;
	text-align: center;
}
/* colors */
.colorScheme {
    list-style: none outside none;
    overflow: hidden;
    width: 180px;
}
.colorScheme a {
    cursor: pointer;
    float: left;
    height: 30px;
    margin: 0 5px 5px;
    width: 30px;
}
.colorScheme .clr1 {
    background-color: #396;
}
.colorScheme .clr2 {
    background-color: #aa889e;
}
.colorScheme .clr3 {
    background-color: #8f88aa;
}
.colorScheme .clr4 {
    background-color: #88aaaa;
}
.colorScheme .clr5 {
    background-color: #88aa8a;
}
.colorScheme .clr6 {
    background-color: #aaa188;
}

#clr1:target ~ #nav2, #clr1:target ~ #nav2 ul {
    background-color: #396;
}
#clr2:target ~ #nav2, #clr2:target ~ #nav2 ul {
    background-color: #aa889e;
}
#clr3:target ~ #nav2, #clr3:target ~ #nav2 ul {
    background-color: #8f88aa;
}
#clr4:target ~ #nav2, #clr4:target ~ #nav2 ul {
    background-color: #88aaaa;
}
#clr5:target ~ #nav2, #clr5:target ~ #nav2 ul {
    background-color: #88aa8a;
}
#clr6:target ~ #nav2, #clr6:target ~ #nav2 ul {
    background-color: #aaa188;
}

#clr1:target ~ #nav2 li:hover > a {
    background-color: #396;
    border-color: #396;
}
#clr2:target ~ #nav2 li:hover > a {
    background-color: #aa889e;
    border-color: #aa889e;
}
#clr3:target ~ #nav2 li:hover > a {
    background-color: #8f88aa;
    border-color: #8f88aa;
}
#clr4:target ~ #nav2 li:hover > a {
    background-color: #88aaaa;
    border-color: #88aaaa;
}
#clr5:target ~ #nav2 li:hover > a {
    background-color: #88aa8a;
    border-color: #88aa8a;
}
#clr6:target ~ #nav2 li:hover > a {
    background-color: #aaa188;
    border-color: #aaa188;
}

#menuSystem		{ left: 0px; top: 10px; z-index: 1;}
#menuSystem table	{ font-family:"Times New Roman", Times, serif; font-size: 12pt; line-height: 38px; border-collapse:collapse;}
#menuSystem table td	{ padding:0px; }

#mainTable table 	{ border:2px outset #CCC; border-collapse:collapse; }
#mainTable th          	{ background-color: #093; padding-left: 3px; padding-right: 3px; width:178px; text-align:left; color:#FFF;}
#mainTable table td	{ background-color: #396; padding-left: 3px; padding-right: 3px;  padding-bottom: 1px; padding-top: 1px; text-align:center; line-height: 18px;}

#mainTable a       	{ color: #FFF; padding-left: 2px; padding-right: 2px; font-family:"Times New Roman", Times, serif; font-size: 10pt; text-decoration: none; font-weight:bold; }
#mainTable a:link      	{ color: #FFF; padding-left: 2px; padding-right: 2px; font-family:"Times New Roman", Times, serif; font-size: 12pt; text-decoration: none; font-weight:bold; }
#mainTable a:hover     	{ color: #FFF; padding-left: 2px; padding-right: 2px; background-color:#003366; font-family:"Times New Roman", Times, serif; font-size: 12pt; text-decoration: none; display:block; font-weight:bold; }



/* slide image */
	img{border:none;}
	pre{
		display:block;
		font:12px "Courier New", Courier, monospace;
		padding:10px;
		border:1px solid #bae2f0;
		background:#e3f4f9;	
		margin:.5em 0;
		width:674px;
		}	
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
	#slide_container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:630px;
		background:#fff;		
		margin-bottom:2em;
		}	
	#slide_content{
		position:relative;
		}			

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:630px;
		height:430px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:hidden;
		width:77px;
		height:0px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		display:hidden;
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:hidden;
		position:relative;
		width:30px;
		height:77px;
		background:none;	
		}	
	#nextBtn a, #slider1next a{ 
		background:none;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // side button */

#togoup {
	position:absolute;
	right:-600px;
	top:520px;
	position:fixed;
	width: 780px;
	float: right;
}
#goback {
	position:absolute;
	right:-600px;
	top:590px;
	position:fixed;
	width: 780px;
	float: right;
}
.iframeTooltip
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}

.tooltipContent
{
	padding: 10px;
	border-width: 2px;
	border-style: solid;
	border-color:#03C;
	background-color: #FFFFCC;
}
