/*Reset css*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-size: 12px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear
{
	clear: both;
}
/*********Style**************/
@font-face
{
	font-family: FPT-DaxlinePro-Bold;
	src: url('../fonts/FPT-DaxlinePro-Bold.ttf');
}
@font-face
{
	font-family: OpenSans-Semibold;
	src: url('../fonts/OpenSans-Semibold.ttf');
}
@font-face
{
	font-family: OpenSans-Light;
	src: url('../fonts/OpenSans-Light.ttf');
}
#top
{
	margin: 0 auto;
    height: 72px;
    max-width: 980px;
}
#logo
{
	width: 200px;
	float: left;
}
#topmenu
{
	width: 600px;
	float: right;
}
#wrap_status_login_lang
{
	color: #6f6f6f;
	font-size: 12px;
	height: 32px;
    margin-bottom: 4px;
	line-height: 26px;
	width: 700px;
	float: right;
}

#wrap_status_login_lang > ul {
    float:right;
}
#wrap_status_login_lang > ul > li {
    float:left;
    padding: 2px 0 0 30px;
}
/*******Start Menu*********/
#menu
{
	height: 36px;
	float: right;
}
#menu li
{
	float: left;
}
#menu li a
{
    font-family: OpenSans-Light;
    font-size: 16px;
    font-weight: bold;
	text-decoration: none;
	color: #434343;
	height: 36px;
	line-height: 36px;
	display: block;
	padding-left: 60px;
}
#menu li a:hover
{
	color: #5B5955;
}
/*******End Menu*********/
/*******Start Main Content*********/
#wrap_main_content
{
	min-height: 500px;
	background: url('../images/homepage/bg5.png') no-repeat top center;
    padding-bottom:100px;
}
/*******End Main Content*********/
#main_content
{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#login
{
	position: absolute;
	top: 60px;
	right: 0;
    width:220px;
}
.header_login
{
	overflow: hidden;
	margin: 10px 0;
}
.header_login .header
{
	float: left;
	font-family: 'FPT-DaxlinePro-Bold';
	font-size: 18px;
	padding-top: 10px;
}
.header_login .group_button_social
{
	margin-left: 15px;
	float: left;
}
.header_login .group_button_social .gg
{
	display: block;
	width: 24px;
	height: 24px;
	background: url('../images/homepage/logo_social.png') no-repeat left;
	float: left;
	margin-right: 10px;
}
.header_login .group_button_social .fb
{
	display: block;
	width: 24px;
	height: 24px;
	background: url('../images/homepage/logo_social.png') no-repeat right;
	float: left;
}
#login p
{
	padding: 5px 0;
}
#login input#username,#login input#password
{
	color: #626262;
	font-size: 12px;
	width: 180px;
	height: 25px;
	padding: 0 10px;
	border: 1px solid #757f51;
}
#login input#submit
{
	height: 35px;
	background: #b23f16;
	color: #fff;
	font-weight: bold;
	padding: 0 20px;
	border: 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}
#login p.forget_pass a
{
	text-decoration: none;
	color: #fff;
	padding: 10px;
}
/*********Start slideshow************/
#slideshow
{
	height: 500px;
}
#slideshow .content
{
	color: #232323;
}
#slideshow .content .wrap_header_top_bottom
{
	float: left;
	padding: 5px 0;
}
#slideshow .content .header_top_content
{
	font-size: 30px;
	font-family: "OpenSans-Semibold";
}
#slideshow .content .header_bottom_content
{
	font-size: 30px;
	font-family: "OpenSans-Light";
}
#slideshow .content .header_right_content
{
	font-size: 14px;
	font-family: "OpenSans-Light";
	padding: 4px 0 0 5px;
    /*padding: 30px 0 0 190px;*/
}
/*********End slideshow************/

#contact
{
	overflow: hidden;
	width: 630px;
	float: right;
	padding: 35px 60px 20px;
}
#contact .call_us
{
	float: left;
	padding: 0 20px;
}
#contact .email_us
{
	float: left;
	padding: 0 20px;
	border-right: 1px dotted #888787;
}

#dangky_facebook
{
	position: absolute;
	left: 0;
	bottom: -84px;
    width: 222px;
}
#dangky_facebook .dangkyngay
{
	margin-bottom: 4px;
}
/*********Start Footer************/
#wrap_footer
{
	
}
#top_footer
{
	background: url('../images/homepage/bg_footer.jpg') repeat-x;
}
#wrap_top_footer
{
	width: 1000px;
	margin: 0 auto;
    padding-bottom: 20px;
	overflow: hidden;
}
.group_footer
{
	float: left;
	color: #fff;
}
.group_footer .header_group_footer
{
	font-weight: bold;
	padding: 20px 0 15px;
}
.group_footer ul li
{
	float: none;
	line-height: 20px;
}
.group_footer ul li a
{
	color: #fff;
	text-decoration: none;
}
.group_footer ul li a:hover
{
	text-decoration: underline;
}
.gioithieu
{
	width: 330px;
	padding-right: 40px;
    line-height: 1.3em;
}
.fshare
{
	width: 200px;
}
.chinhsach
{
	width: 250px;
}
.hotro
{
	width: 210px;
}
.congcu_footer li a
{
	display: block;
	width: 48px;
	height: 48px;
	float: left;
	margin-right: 10px;
}
.congcu_footer li a.one
{
	background: url('../images/homepage/logo_congcu.png') 268px;
}
.congcu_footer li a.two
{
	background: url('../images/homepage/logo_congcu.png') 213px;
}
.congcu_footer li a.three
{
	background: url('../images/homepage/logo_congcu.png') 157px;
}
.congcu_footer li a.four
{
	background: url('../images/homepage/logo_congcu.png') 101px;
}
.congcu_footer li a.five
{
	background: url('../images/homepage/logo_congcu.png') 45px;
}
#copyright
{
	overflow: hidden;
	width: 1000px;
	margin: 20px auto;
}
#logo_fpt_telecom
{
	width: 118px;
	float: left;
}
#text_copyright
{
	float: left;
	padding-left: 20px;	
	height: 36px;
	line-height: 36px;
	color: #868686;
	font-size: 12px;
}
/*********End Footer************/

.bg_white {	background-color:rgba(255, 255, 255, .4) }
.dl-horizontal dd{margin-left: 115px !important;}
.dl-horizontal dt{}
.user_account{padding: 15px 0; width:250px;color: #fff;line-height: 18px;margin-top: -20px;font-weight: bold;}


#fixed-tools a{padding-left: 8px !important; color: #fff !important;}
ul.table-striped > li:nth-child(2n+1) 	{ 	background-color:rgba(204, 204, 204, .2);}
#sidebar h5 { margin-bottom: 5px;}
#sidebar h5, #sidebar ul li,#sidebar ul li a{font-family: OpenSans-Light; font-size: 16px;}
#sidebar ul li a:hover {color: #111;}
.file_management .sidebar{
    width: 190px;
    padding-top: 10px;
}
.col-md-10{width: 80% !important; float: right;}
.table-left{float: left;}
.list-group-item{
    font-weight: bold;
}
.list-group a.active{background-color:#47539d!important;}
.sitetitle{color: #b23e15; font-weight: bold;font-size: 20px;padding: 0 0 10px 10px;}
.errorMessage{color: #b23e15;}
/**/
h5{
    padding-bottom: 12px;
}