@font-face {
    font-family: 'Aptima';
        src: url('font/Aptima.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'UVNTinTucHepThemBold';
	src: url('font/uvntintuchepthem_b-swiss.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansCondensed';
	src: url('font/OpenSansCondensed.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Entypo';
	src: url('font/entypo.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CVA';
	src: url('font/cva.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'Azuki';
	src: url('font/azuki.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'LaTeX';
	src: url('font/cmunrm.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'CASIO';
	src: url('font/casio.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'DDC';
	src: url('font/DDC.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: "Palatino";
    src: url("font/pala.ttf");
	font-style: normal;
}
@font-face {
    font-family: "Palatino";
    src: url("font/palab.ttf");
    font-weight: bold;
}
@font-face {
    font-family: "Palatino";
    src: url("font/palai.ttf");
    font-style: italic;
}
@font-face {
    font-family: "Palatino";
    src: url("font/palabi.ttf");
    font-weight: bold;
    font-style: italic;
}

body {
	font: 14px/20px Roboto, sans-serif;
	font-weight: 400;
	letter-spacing:.1;
	color: #000;
	background: #fbfbfd;
	margin: 0;
	height: 100%;
	-webkit-print-color-adjust: exact !important;
	page-break-after: always;
}
.clear {clear: both;}

hr {
	border: 0;
	border-top: 1px solid #ccc;
	margin-top: 15px;
}
a {
	text-decoration: none;
}
a:visited {
	color: blue;
}
a:hover {
	color: red;
}
blockquote {
	background: url(so-q.gif) top left no-repeat,
		    url(sc-q.gif) bottom right no-repeat;
	padding: 0 27px;
}
kbd {
	font-family: Consolas;
	font-size: 1.1rem;
	color: #D81B60;
	border: 1px solid #D81B60;
	border-bottom: 2px solid #D81B60;
	border-right: 2px solid #D81B60;
	border-radius: 3px;
	padding: 0 2px;
	display: inline-block;
}
.sketch-highlight{
	position:relative;
	margin: 0 5px;
}
.sketch-highlight:before{
	content:"";
	left:-0.3em;
	top:-0.1em;
	border-width:2px;
	border-style:solid;
	border-color:darkblue;
	position:absolute;
	border-right-color:transparent;
	width:105%;
	height:1.3em;
	transform:rotate(2deg);
	opacity:0.6;
	border-radius:0.25em;
}
.sketch-highlight:after{
	content:"";
	left:0em;
	top:-0.1em;
	border-width:2px;
	border-style:solid;
	border-color:darkblue;
	border-left-color:transparent;
	border-top-color:transparent;
	position:absolute;
	width:100%;
	height:1.3em;
	transform:rotate(-1deg);
	opacity:0.6;
	border-radius:0.25em;
}
table {
	margin-bottom: 10px;
}
.dashed {
	border: 1.5px dashed #ccc;
	margin: -5px -5px 5px -5px;
	padding: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.header_menu_hamburger {
    position: relative;
    display: inline-block;
    width: 1.25em;
    height: 0.8em;
    margin-right: 0.6em;
	margin-left: 0.6em;
    border-top: 0.2em solid #fff;
    border-bottom: 0.2em solid #fff;
}
.header_menu_hamburger:before {
    content: "";
    position: absolute;
    top: 0.3em;
    left: 0px;
    width: 100%;
    border-top: 0.2em solid #fff;
}
input[type=text], input[type=password], input[type=file], select, textarea {
	margin-bottom: 5px;
	padding: 5px;
	font: 14px/24px Roboto, sans-serif;
	font-weight: 400;
	letter-spacing:.1;
	border: 1px solid #ccc;
       	-moz-border-radius: 2px;
        -webkit-border-radius: 2px;
		border-radius: 2px;
}
textarea {
	min-height: 40px;
}
input[type=submit], input[type=button] {
	padding: 10px 30px;
	background: #018CC5;
	color: #fff;
	font-weight: bold;
	border: solid 1px #186f8f;
	background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(44,160,202)),color-stop(1, rgb(62,184,229)));
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
input[type=submit]:hover, input[type=button]:hover {
	cursor: pointer;
}
.label {
	float: left;
	font-weight: bold;
	width: 130px;
	padding-top: 8px;
}

.pagination {
	width: 100%;
	text-align: center;
	padding: 20px 10px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}
.pagination a {
	margin: 0 5px 0 0;
	padding: 5px 8px;
}
.pagination a.time {
	border: 1px solid #ddd;
	color: gray;
	font-weight: normal;
	text-decoration: none;
}
.pagination a.number {
	border: 1px solid #ddd;
	       	-webkit-border-radius: 2px;
        	   -moz-border-radius: 2px;
			border-radius: 2px;
}
.pagination a.number:hover {
	border: 1px solid #666666;
	text-decoration: none;
}
.pagination a.current {
	background: #018CC5;
	border: 1px solid #018CC5;
	color: #fff !important;
	       	-webkit-border-radius: 2px;
        	   -moz-border-radius: 2px;
			border-radius: 2px;
}

.command {
	display: inline-block;
	text-align: center;
	padding: 7px 10px;
	font-size:12px;
	font-family: Arial, Helevtica, Verdana, san-serif;
	font-weight: bold;
	color:#FFFFFF;
	cursor:pointer;
	border: solid 1px #186f8f;
	background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(44,160,202)),color-stop(1, rgb(62,184,229)));
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.command:hover {
	border: 1px solid navy;
}
.cmd {
	padding-top: 5px;
	padding-bottom: 5px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
	background: #ECECEC;
	border: 1px solid #999999;
	color: #000;
}
.cmd:hover {
	border: 1px solid #797878;
	background: #ECECEC;
}

#dialog {
	margin-top: 34px;
	font-size: 13px;
}
#box_content {
	padding: 5px;
}

#box_content_bot {
	height: 16px;
	font-size: 1px;
}
#box_footer {
	background: #E9EAED;
	border-top: 1px solid #ccc;
	padding: 5px;
	text-align: right;
}
#box_footer .command {
	border: 1px solid #2A447F;
	padding-top: 5px;
	padding-bottom: 5px;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
}
#box_footer #cmd_close {
	background: #ECECEC;
	border: 1px solid #999999;
	color: #000;
}
#box_footer #cmd_close:hover {
	border: 1px solid #797878;
}
#dialog input {
	border: 1px solid #ccc;
	padding: 8px 5px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
#dialog input:focus {
	border: 1px solid #0980CD;
}

.tag_list {
	margin: 0 -5px;
}
.tag_list a {
	float:left;
	margin:0 2px 7px 5px;
	position:relative;
 
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:0.75em;
	font-weight:bold;
	text-decoration:none;
 
	color:#996633;
	text-shadow:0px 1px 0px rgba(255,255,255,.4);
 
	padding:0.417em 0.417em 0.417em 1.5em;
 
	border:1px solid #d99d38;
 
	-webkit-border-radius:0.25em;
	-moz-border-radius:0.25em;
	border-radius:0.25em;
 
	background-image: -webkit-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 71));
	background-image: -moz-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 71));
	background-image: -o-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 71));
	background-image: -ms-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 71));
	background-image: linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 71));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#feda71', EndColorStr='#feba47');
 
	-webkit-box-shadow:inset 0 1px 0 #faeaba,0 1px 1px rgba(0,0,0,.1);
	-moz-box-shadow:inset 0 1px 0 #faeaba,0 1px 1px rgba(0,0,0,.1);
	box-shadow:inset 0 1px 0 #faeaba,0 1px 1px rgba(0,0,0,.1);
 
	z-index:100;
}
.tag_list a:after {
	content:'';
 
	width:0.5em;
	height:0.5em;
 
	background:#fff;
 
	-webkit-border-radius:4.167em;
	-moz-border-radius:4.167em;
	border-radius:4.167em;
 
	border:1px solid #d99d38;
 
	-webkit-box-shadow:0 1px 0 #faeaba;
	-moz-box-shadow:0 1px 0 #faeaba;
	box-shadow:0 1px 0 #faeaba;
 
	position:absolute;
	top:1em;
	left:0.417em;
	z-index:9999;
}
.tag_list a:hover {
    background-image: -webkit-linear-gradient(top, rgb(254, 225, 141), rgb(254, 200, 108));
    background-image: -moz-linear-gradient(top, rgb(254, 225, 141), rgb(254, 200, 108));
    background-image: -o-linear-gradient(top, rgb(254, 225, 141), rgb(254, 200, 108));
    background-image: -ms-linear-gradient(top, rgb(254, 225, 141), rgb(254, 200, 108));
    background-image: linear-gradient(top, rgb(254, 225, 141), rgb(254, 200, 108));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fee18d', EndColorStr='#fec86c');
    border-color:#e1b160;
}

	.suggest_link {
		
	}
	.suggest_link TD {
		overflow: hidden;
		PADDING-TOP: 5px;
		PADDING-BOTTOM: 5px;
		FONT-STYLE: normal;
		PADDING-LEFT: 6px;
		PADDING-RIGHT: 5px;
		FONT-FAMILY: arial;
		COLOR: blue;
		FONT-SIZE: 12px;
		FONT-WEIGHT: normal;
	}
	.suggest_link_over {
	
	}
	.suggest_link_over TD {
		overflow: hidden;
		PADDING-TOP: 5px;
		PADDING-BOTTOM: 5px;
		BACKGROUND-COLOR: #dddddd;
		FONT-STYLE: normal;
		PADDING-LEFT: 6px;
		PADDING-RIGHT: 5px;
		FONT-FAMILY: arial;
		COLOR: blue;
		FONT-SIZE: 12px;
		CURSOR: pointer;
		FONT-WEIGHT: normal;
	}
	.suggest_link_over A {
		COLOR: #990000;
		TEXT-DECORATION: underline
	}
	.suggest_link_over1 {
	
	}
	.suggest_link_over1 TD {
		overflow: hidden;
		PADDING-TOP: 5px;
		PADDING-BOTTOM: 5px;
		BACKGROUND-COLOR: #9AD049;
		FONT-STYLE: normal;
		PADDING-LEFT: 6px;
		PADDING-RIGHT: 5px;
		FONT-FAMILY: arial;
		COLOR: blue;
		FONT-SIZE: 12px;
		CURSOR: pointer;
		FONT-WEIGHT: normal;
	}
	.suggest_link_over1 A {
		COLOR: #990000;
		TEXT-DECORATION: underline
	}
.vote_bar {
	margin-bottom: 10px;
}
.vote_bar .vote_bar_info {
	margin-bottom: 5px;
}
.vote_bar .vote_bar_info_item {
	float: left;
}
.vote_bar .vote_bar_info_value {
	float: right;
}
.vote_bar .vote_bar_line {
	height: 8px;
	background: #eee;
}
.vote_bar .vote_bar_line div {
	height: 8px;
}

	.alert_box {
		padding: 10px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
	}
	.alert_color_cam {
		background: #f5cfae;
		border: 1px solid #695A05;
	}
	.alert_color_green {
		background: #b5f7b9;
		border: 1px solid green;
	}
	.alert_color_red {
		background: #f7c1c1;
		border: 1px solid #7B0208;
	}
	.alert_color_none {
		color: #333;
		background: #fff;
		border: 1px solid #000;
	}

	#header {
		display: none;
	}
	#header_body {
		width: 1000px;
		height: 40px;
		margin: 0 auto;
	}
	#header_info {
		float: left;
		width: 200px;
	}
	#header_info .logo {
		border: 0;
		height: 40px;
		margin-left: 5px;
	}
	#header_navbar {
		float: right;
		width: 300px;
		height: 40px;
	}
	.header_menu_hamburger {
		display: none;
	}
	#header_button_list {
		float: right;
		width: 288px;
		margin: -2px;
	}
	#header_button_list a {
		display: block;
		float: left;
		margin: 2px;
		color: #fff;
		font-size: 13px;
		padding: 10px 9px 8px 9px;
	       	-moz-border-radius: 2px;
        	-webkit-border-radius: 2px;
			border-radius: 2px;
	}
	#header_button_list a.header_button_space {
		display: none;
	}
	#header_button_list a.header_button_navy {
		background: navy;
	}
	#header_button_list a.header_button_green {
		background: #208C14;
	}
	#header_button_list a.header_button_orange {
		background: #d35400;
	}
	#header_button_list a.header_button_100 {
		width: 273.8px;
	}
	#header_button_list a.header_button_66 {
		width: 169.75px;
	}
	#header_button_list a.header_button_50 {
		width: 121.75px;
	}
	#header_button_list a.header_button_33 {
		width: 74px;
	}
	#header_button_list img {
		float: left;
		width: 24px;
		height: 24px;
		border: 0;
		margin: -2px 9px 0 0;
	}
	#header_button_list a:hover {
		background: #018CC5;
	}
	#m_search {
		float: left;
		width: 491px;
		margin: 2px 0 0 0;
		background: #fff;
		height:30px;
		border: 1px solid #018CC5;
		padding:2px 2px 0 5px;
			-moz-border-radius: 2px;
			-webkit-border-radius: 2px;
			border-radius: 2px;
	}
	#m_search #msearchq_area {
		position: relative;
		margin-right: 32px;
	}
	#m_search #msearchq {
		width: 100%;
		height:28px;
		border:0;
		padding: 0;
		border-right:1px solid #018CC5;
		color:#333;
		font-size:15px;
	       	-moz-border-radius: 0;
        	-webkit-border-radius: 0;
			border-radius: 0;
	}
	#m_search #msearchb {
		margin: 0;
		padding: 0;
		width:28px;
		height:28px;
		border:0;
		float:right;
		background:url(icon-search-28.png) top right no-repeat;
		cursor:pointer;
	}
	#search_suggest {
		MARGIN-left: -6px;
		MARGIN-TOP: 29.5px;
		width: 499px;
	}
	#header_menu {
		list-style:inside none;
	}
	#header_menu li {
		list-style:inside none;
		padding:0;
		margin:0;
		display:block;
		position:relative;
	}
	#header_menu li a {
		outline:none;
		display:block;
		margin:0 -1px 0 0;
		padding:13px 10px;
		font:bold 11px Tahoma, sans-serif;
		text-decoration:none;
		border-left:1px solid transparent;
		border-right:1px solid transparent;
	}
	.drop {
		position:relative;
		z-index:10;
	}
	#header_menu li:hover a.drop {
		color:#000;
		background:#fff;
		border:1px solid #000;
		border-bottom:0 none;
		padding-bottom:13px;
	}
	#header_menu ul{
		display:none;
		position:absolute;
		min-width:180px;
		list-style:inside none;
		margin:39px -1px 0 0;
		padding:5px 0px;
		background:#fff;
		border:1px solid #000;
	}
	#header_menu ul li {
		margin:0;
		padding:0;
		list-style:inside none;
		border:0 none;
		float:none;
	}
	#header_menu ul li a {
		float:none;
		padding:6px;
		font-weight:normal;
		color:#000;
		border:0 none;
		border-bottom:1px solid #eee;
		border-top:1px solid transparent;
		margin: -1px 0 0 0;
	}
	#header_menu ul li:last-child a {
		border-bottom:1px solid transparent;
	}
	#header_menu ul li a:hover {
		color: #fff;
		border:0 none;
		border-top:1px solid;
		border-bottom:1px solid;
	}
	#header_menu ul a {
		white-space:nowrap;
	}
	#header_menu li ul {
		display:none;
	}
	#header_menu li:hover > ul {
		display:block;
		z-index: 1;
	}
	.dropdown-box {
		display:none;
		position:absolute;
		min-width:200px;
		margin:0;
		margin-top:38px;
		padding:5px;
		background:#fff;
		border:1px solid #000;
		z-index:1;
	}
	.dropdown-box p {
		font:11px/140% Tahoma, sans-serif;
		color:#777;
		text-align:justify;
		margin:0;
	}
	#header_menu li:hover > .dropdown-box {
		display:block;
	}
	.right li {float:right;}
	.right li a {float:right;}
	.right li:hover a.drop {margin-right:-1px; padding-right:11px;}
	.right ul, .right .dropdown-box {right:0px;}

	.blue {background-color:#018CC5; border-color:#29447e;}
	.blue li a {color:#fff;}
	.blue li a:hover {background-color:#007AAC; color:#fff;padding-bottom:13px;}
	.blue li a.current {background-color:#007AAC; color:#fff;padding-bottom:13px;}
	.blue ul li a:hover {background-color:#007AAC; border-top-color:#3b5998; border-bottom-color:#3b5998;padding-bottom:7px;}

	#wrap {
		width: 1000px;
		margin: 50px auto 0 auto;
	}

	#content {
		float: left;
		width: 680px;
	}

	#sidebar {
		float: right;
		width: 310px;
	}

	.box {
		margin: 12px auto 0 auto;
		padding: 10px 10px 0 10px;
		background: #ffffff;
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
		box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
		transition: all 0.3s cubic-bezier(.25,.8,.25,1);
		border: 1px solid #ccc;
        	-moz-border-radius: 3px;
	        -webkit-border-radius: 3px;
			border-radius: 3px;
	}
	.box h1 {
		margin: 1px 0 10px 0;
		padding-bottom: 11px;
		border-bottom: 1px solid #ccc;
		font-size: 20px;
	}
	.box .box_header_icon {
		float: left;
		margin: -5px 7px -5px 0;
		width: 30px;
		height: 30px;
	}
	.box_header_search {
		float: right;
		margin-top: -5px;
		height:27px;
		width:325px;
		padding:2px 2px 0 5px;
		border: 1px solid #ccc;
        	-moz-border-radius: 2px;
	        -webkit-border-radius: 2px;
			border-radius: 2px;
	}
	.box_header_search #searchq1 {
		margin: 0;
		padding: 0;
		width:295px;
		height:24px;
		border:0;
		border-right:1px solid #ccc;
		color:gray;
		float:left;
		font-size:13px;
        	-moz-border-radius: 0px;
	        -webkit-border-radius: 0px;
			border-radius: 0px;
	}
	.box_header_search #searchb1 {
		margin: 0;
		padding: 0;
		width:24px;
		height:23px;
		border:0;
		float:right;
		background:#fff url(search.gif) top right no-repeat;
		cursor:pointer;
        	-moz-border-radius: 0px;
	        -webkit-border-radius: 0px;
			border-radius: 0px;
	}
	.box img {
		max-width: 100%;
	}
	#box_nouser {
		width: 500px;
		margin: 10px auto;
	}

	.menu_app {
		float: left;
		width: 195px;
		margin-top: -41px;
	}
	.menu_app_list {
		margin: 0;
	}
	.menu_app_list a {
		display: block;
		width: 100%;
		margin-bottom: 4px;
		padding: 10px 0;
		text-align: center;
		color: #fff;
	}
	.menu_app_list a img {
		max-width: 45px;
		height: 45px;
		border: 0;
		margin-bottom: 4px;
	}

.new_footer_area {
    display: none;
}
.btn_get_two:hover {
    background: transparent;
    color: #5e2ced;
}
.btn_get:hover {
    color: #fff;
    background: #6754e2;
    border-color: #6754e2;
    -webkit-box-shadow: none;
    box-shadow: none;
}
a:hover, a:focus, .btn:hover, .btn:focus, button:hover, button:focus {
    text-decoration: none;
    outline: none;
}