table{border-collapse:separate;border-spacing:0;}
caption{text-align:left;font-weight:normal;}
blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}
p{ padding: 10px 0px 0px 0px; margin: 0;}
/* Clearfix */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
a{
    text-decoration: none;
    color: #000;
}
a:hover
{
    color: #ffb046;
}   
h1
{
    font-family: 'Open sans';
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
}
h2
{
    color: #000!important;
    margin: 0;
    padding: 0;
    line-height: 22px;
    font-family: 'Open sans';
}
* html > body .clearfix {
	display: block;
	width: 100%;
}
* html .clearfix {
	height: 1%;
}
form{margin:0px;padding:0px;}
.clear{clear:both;}
h6
{
    font-family:  'Open sans',tahoma, sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #000;
    margin: 10px 0 12px 0;
    padding: 0;
    font-weight: normal;
    line-height: 22px;
}

/* start */

body
{
    background:#fff;
    padding:0px;
    margin:0px;
    color:#000;
    font-family: Tahoma,arial,verdana,times new roman;
    font-size:12px;
    line-height:18px;
    border: none;
}
/*Body*/
/*Header*/
.header_wrapper
{
    background: #242424 left center repeat-x;
    height: 116px;
    text-align: center;    
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0px;
    border-bottom: 2px #fff solid;
}
.header
{
    width: 960px;
    margin: 0 auto;
}
.logo
{
    width: 172px;
    line-height: 116px;
    float: left;
    margin-top: 18px;
}
.menu
{
    display:block;
    padding-top: 54px;
}
.menu ul
{
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
    margin-left: 50px;
    
}
.menu ul li
{
    display: inline-block;
    padding:0 25px 0 0;
}
.menu_text li a
{
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;    
    padding: 52px 5px 0 5px;
}
.menu_text li a:hover
{
    color: #02c462;
    border-top: #02c462 3px solid;
    transition:border 5s;
    transition:color 0.5s ease;
}
.top_active
{
    color: #02c462!important;
    border-top: #02c462 3px solid;
}
.slide_wrapper
{
    /*background: url(../images/bg_slide.png) center center no-repeat;*/
    height: 490px;
    overflow: hidden;
    margin-top: 116px;
    text-align: center;
}
/*body*/
.body_wrapper
{
    background: #fff;
}
.body
{
    width:960px;
    margin: 0 auto;
    height: 100%;
}
.body_top
{
    margin: 30px 0 0 0;
    display: block;
    height: 200px;
}
.body_top a
{
    width: 330px;
}
.body_top a img
{
    padding: 10px;
    border: 1px #c1c1c1 solid;
    -webkit-box-shadow: 0px 0px 10px -4px rgba(50, 50, 50, 1);
    -moz-box-shadow:    0px 0px 10px -4px rgba(50, 50, 50, 1);
    box-shadow:         0px 0px 10px -4px rgba(50, 50, 50, 1);
    margin-right: 20px;
}
.gioithieu
{
    color: #000;
    width: 600px;
    float: right;
    text-align: justify;

}
.gioithieu span
{
    text-transform: uppercase;
    font-size: 30px;
    font-family: 'Open sans';
}
.gioithieu h6
{
    color: #555;
}
.gioithieu a
{
    text-transform: uppercase;
    font-size: 12px;
    background: #0e965d;
    padding: 10px;
    color: #fff;
}
.gioithieu a:hover
{
    background: #047043;
    transition:background 0.5s ease;
    color: #fff;
}
.body_bottom
{
    background: #0e965d;
    margin: 20px 0;
    color: #fff;
    padding: 20px;
    padding-bottom: 30px;
    position: relative;
}
.body_bottom h1
{
    color: #ffc25a !important;
}
.button_move
{
    height: 28px;
    position: absolute;
    top: 0;    
}
#move_left
{
    width: 32px;
    height: 28px;
    position: absolute;
    top: 0;
    left: -48px;
}
#move_left:hover
{
    opacity: 0.7;
}
#move_right
{
    position: absolute;
    top: 0;
    left: 940px;

}
#move_right:hover
{
    opacity: 0.7;
}
.body_bottom ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}
.bg_title
{
    background: #fff;
    width: 200px;
    text-align: left;
    padding: 10px;
    height: 20px;
}
.title
{
    width: 220px;
    text-transform: uppercase;
    font-size: 15px;
    color: #000!important;
}

.service li
{
    width: 220px;
    float: left;
    margin-right: 13px;
    position: relative;
    height: 310px;
}
.service a.readmore
{
    position: absolute;
    bottom: 0;
    left: 0;
    text-transform: uppercase;
    font-size: 12px;
    background: #fff;
    padding: 10px;
    color: #000;
    z-index: 99999;
}
a.readmore:hover
{
    background: #d6d6d6;
    color: #000;
    transition:background 0.5s ease;
}
.service a img
{
    margin-top: 8px;
}
.service a img:hover
{
    background: #0e965d;
    opacity: 0.5;
    transition: opacity 0.5s;
}
.service h6
{
    margin-top: 3px;
    line-height: 18px;
    text-align: justify;
    color: #fff;
    height: 80px;
}
.background1
{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9999;
}
.footer_wrapper
{
    background: #363636;
    height: 66px;
    width: 100%;
    text-align:  center;
    display: block;
}
.footer
{
    width: 960px;
    margin: 0 auto;
    line-height: 50px;
    color: #fff;
}
.footer_left
{
    float: left;
}
.footer_right
{
    float: right;
    line-height: 66px;
}.gioi_thieu
{
    color: #fff;
    text-align: justify;
    margin: 30px;
}
body ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}
.service_content
{
    float: left;
}
.service_content li
{
    margin: 0px 10px 0px 0;
    float: left;
    display: block;
}
.service_content li a.title
{
    color: #fff !important;
    text-align: justify;
}
.service_content li a.title:hover
{
    color: #ffb046 !important;
    transition: color 0.5s;
}
.noidung_left
{
    width: 280px;
    float: left;
    margin-right: 20px;
}
.noidung_left a img
{
    width: 280px!important;
    float: left;
    padding: 0;
    margin: 0 20px 0 0;
}
.noidung_right
{
    width: 360px;
    float: right;
}
.noidung_right span
{
    color: #276ba0;
    font-size: 13px;
    font-weight: bold;
    line-height: 22px;
}
.body_name
{
    height: 70px;
    position: relative;
    overflow: hidden;
}
.cost
{
    font-size: 13px;
    color: #ffb046;
    position: absolute;
    bottom: 0;
    left: 0;
}
.service_content li
{
    margin-top: 10px;
}
.service_content li img
{
    border: 1px #fff  solid;
    margin-top: 10px;
}
.service_content li img:hover
{
    border: 1px #ffb046  solid;
    opacity: 0.7;
    transition: opacity 0.5s;
}
.title
{
    display: block;
    text-transform: none;
    font-size: 15px;
    font-family: 'Open sans';
}
.du_an_xem_left h2
{
    font-size: 18px;
    text-transform: none;
    color: #f58220;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    
}

.du_an_left
{
    width: 170px;
    float: left;
    margin-right:  10px;
}
.du_an_left img
{
    width: 162px;
    border: #bda68f 1px solid;
    padding: 3px;
}
.du_an_left img:hover
{
    opacity: 0.7;
    border: 2px #ffcc99 solid;
}

.du_an_right
{
    display: block;
    width: 280px;
    float: right;
}
.du_an_right a
{
    text-decoration: none;
    color: #f58220;
    font-size: 14px;
    font-weight: bold;
    display: block;
}
.du_an_right a:hover
{
    color: #ffcc99;
}
.du_an_right span
{
    font-weight: normal;
}
.chu_thich
{
    text-align: justify;
}

.du_an_xem_left
{
    max-width: 700px;
    float: left;
    margin-right: 20px;
    text-align: justify;
}
.du_an_xem_left img
{
    max-width: 700px;
    margin: 10px 0;
}
.du_an_xem_right
{
    width: 240px;
    float: right;
}
.du_an_xem_right h1
{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px #ccc dashed;
}
.view_right
{
    margin:  10px 0;
    height: 55px;
    padding-bottom: 5px;
    border-bottom: 1px #ccc dashed;
}
.view_right a
{
    display:  block;
}
.view_right img
{
    width: 75px;  
    border: 1px solid #c1c1c1; 
    padding: 1px; float: left; 
    margin-right: 6px;
}
.thuvien h2{
    font-weight: normal;
    color: #f58220;  
}
.thuvien img
{
    border: 1px solid #666;
    padding: 3px;
    width: 173px;
    float: left;
    margin:0 10px 10px 0; 
    height: 120px;    
}
.thuvien img:hover
{
    opacity: 0.7;
}

.body_noidung
{
    
    padding-top: 12px;
    border-top: 1px #d8d8d8 dashed;
    text-align: left;
    padding-bottom: 20px;
}
.body_noidung p
{
   text-align: justify;
}
.other_news
{
    font-weight: bold;
}
.resource_content
{
    margin-right: 10px!important;
    
}
.resource_content
{
    float: left;
    display:block;
}
.resource_content li
{
    float: left;
    display:block;
    width: 174px;
    margin-right: 10px;
}
.resource_content li img
{
    margin-top: 10px;
    width: 172px;
    height: 103px;
    padding: 2px;
    background: #34495e;
}
.resource_content li a img:hover
{
   opacity: 0.8;
   padding: 2px;
   transition: opacity 0.2s;  
}
.resource_name
{
    font-size: 18px;
    font-family: 'Open sans';
    text-align: center;
    line-height: 22px;
    font-weight: bold;
    color: #fff;
}
.resource_job
{
    font-size: 12px;
    color: #e9e9e9;
    text-align: center;
}
.resource_view
{
    margin-top: 20px;
}
.resource_view_left
{
    float: left;
}
.resource_view_left img
{
    width:  220px;
    height: 130px;
    margin: 0 20px 0 0 ;
    float: left;
    display: block;
    padding: 2px;
    background: #34495e;
    border: 3px #27ae60 solid;
}
.resource_view_right
{
    width: 400px;
    float: right;
    font-family: 'Open sans';
    line-height: 36px;
    font-size: 14px;
}
.resources_name
{
    font-size: 18px;
    text-transform: uppercase;    
}#slider-wrapper {
display: block;
max-width: 790px;
margin: 5% auto;
max-height: 500px;
height: 100%; }

#slider {
display: block;
position: relative;
z-index: 99999;
max-width: 710px;
width: 100%;
margin: 0 auto; }

#button-previous { 
position: relative;
left: 0;
margin-top: 40%;
width: 40px;
height: 60px; }

#button-next {
position: relative;
margin-top: 40%;
float: right; }

.sp {
position: absolute; }

#slider .sp {
max-width: 710px;
width: 100%;
max-height: 500px; }.google_map{
    width: 100%;
    height:  360px;
    margin: 0 auto;
    text-align: center;
    margin-top: 120px;
}
.contact_left
{
    width: 520px;
    float: left;
    margin-right: 30px; 
}
.error
{
    width: 480px;
}
.du_an_xem_left
{
    text-align: justify;
}/* The Nivo Slider styles */

.nivoSlider {
	position:relative;
    margin:0px auto;
    z-index: 0;
}

.nivoSlider li {
	list-style:none;
}

.nivoSlider img {
	position:absolute;
	top:0px;
    left:0px;
    width:1600px!important;
    height:479px!important;
}

/* If an image is wrapped in a link */

.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
    left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}

/* The slices and boxes in the Slider */

.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}

.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}

/* Caption styles */

.nivo-caption {
	position:absolute;
	bottom:15px;
    left:15px;
	background:none;
	color:#fff;
	z-index:8;
	opacity:1;
	text-align:center;
}

.nivo-caption p img.anhimg{margin:0 auto;}

.nivo-caption p {
	padding:5px;
	margin:0;
	text-align:center;
}

.nivo-caption a {
	display:inline !important;
    font-weight: bold;

}

.nivo-html-caption {

    display:none;

}



/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {

	position:absolute;

	top:45%;

	z-index:9;

	cursor:pointer;

	display:block;

	width:30px;

	height:30px;

	

	text-indent:-9999px;

	border:0;

}

.nivo-prevNav {

	left:15px;background:url(../../../images/arrows.png) no-repeat left center;

}

.nivo-nextNav {

	background:url(../../../images/arrows.png) no-repeat right center;

	right:133px;

	width:30px;height:30px;

}

/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav
{
    position:absolute;
    z-index:9994;    
    left:40%;
    right:40%;
    bottom:15px;
}

.nivo-controlNav a {
    font-size:0px;
	position:relative;
	z-index:9;
	cursor:pointer;
    float:left;
	background: url('../images/slide_button1.png') left top no-repeat;
    border:0px;
	display: block;
    width: 16px;
    height: 16px;
    margin-right: 3px;
}

.nivo-controlNav a.active,.nivo-controlNav a:hover {    
	background: url('../images/slide_button.png') left top no-repeat!important;
}form {
    margin: 0;
    padding: 0;
}
.form_lien_he
{
}

.thong_tin_lien_he
{
	float:right;
	width:250px;
	padding:10px;
}

.tin_item
{
	position:relative;
	padding:10px 0;
	margin:0 10px;
	background:url(/images/line_tin.png) no-repeat left top;
	behavior: url("/js/iepngfix.htc");
	display:block;
	width:455px;
	float:left;
}

.tin_detail
{
	padding:10px 0;
	font-size:11px;
}

.wrapper_tin_item
{
	display:inline-block;
	float:left;
}

.tin_title
{
	font-weight:bold;
	font-size:12px;
}

.tin_time
{
	color:#7d7d7d;
	font-size:10px;
	font-weight:bold;
}

.tin_desc
{
	text-align:justify;
	color:#CCC;
	font-size:11px;
	margin-top:5px;
	margin-bottom:5px;
}

.menu_sp 
{
	display:inline-block;
	height:33px;
}

.menu_sp .menu_sp_list
{
	font-weight:bold;
	display:inline;
	float:left;
	padding:10px;
	color:#fff;
	background:none;
	margin:0 5px;
}

.menu_sp .menu_sp_list:hover, .menu_sp .active
{
	color:#f00;
	background:#333;
	cursor:pointer;
}

.noi_dung_sp_load
{
	background:#333;
	padding:20px 5px 10px;
}.form
{
	margin:0px;
	padding:0px;
}
.wrapper_contact fieldset {
	float:left;
	margin:0px 0px 0px 3px;
	padding:3px 7px 7px 7px;
	display:inline;
	border:none;
}

.wrapper_contact input
{
	background:#F6F6F6 none repeat scroll 0 0;
	border:1px solid #DCDCDC;
	height:20px;
	padding:7px 5px 3px 30px;
	font-size:14px;
	width:200px;
    color: #888;
}

.wrapper_contact input.name, .wrapper_contact input.phone, .wrapper_contact input.email, .wrapper_contact input.address, .wrapper_contact input.subject
{
	background-repeat:no-repeat;
	background-position:10px 7px;
}

.wrapper_contact input.name
{
	background-image:url(../images/name.gif);
}

.wrapper_contact input.phone
{
	background-image:url(../images/phone.gif);
}

.wrapper_contact input.email
{
	background-image:url(../images/email.gif);
}

.wrapper_contact input.address
{
	background-image:url(../images/address.gif);
}

.wrapper_contact input.subject
{
	background-image:url(../images/subject.gif);
	width:455px;
}

.wrapper_contact input.submit, .wrapper_contact input.submit:hover
{
	width:93px;
	height:28px;
	padding:0px;
	margin:10px auto;
	border:none;
	display:block;
	text-align:left;
	background:url(../images/mail.png) no-repeat;
	behavior: url("/js/iepngfix.htc");
	cursor:pointer;
    
}

.wrapper_contact input.submit:hover
{
	background:url(../images/mail_hover.png) no-repeat;
    transition:background 3s;
	behavior: url("/js/iepngfix.htc");
	border:none !important;
}

.wrapper_contact textarea
{
	background:#F6F6F6 none repeat scroll 0 0;
	border:1px solid #DCDCDC;
	float:left;
	display:inline;
	font-size:14px;
	height:107px;
	padding:5px;
	width:480px;
	overflow:auto;
    color: #888;
}

.wrapper_contact input:hover, .wrapper_contact input:focus, .wrapper_contact textarea:hover, .wrapper_contact textarea:focus
{
	border:1px solid #9d9d9d;
	
}

.wrapper_contact label
{
	margin:0 5px 0 0;
	padding:4px;
	display:block;
}

.wrapper_contact .error
{
	border:0.5px solid #c0392b;
	background-color:#e39c12;
	padding:10px;
	color:#000 !important;
}

.image_box
{
	text-align:center;
	width:100px;
	height:71px;
	font-weight:bold;
	background-color:#EDEDED;
	border:1px solid #D0C9B0;
	padding:2px;
	float:left;
	display:inline;
	margin:5px;
}

.image_box a
{
	display:block;
	height:75px;
	overflow:hidden;
}

.tai_tro
{
	padding:20px 5px;
}/*Phan trang*/

/*phan trang */
.navigation {
	font-size:11px;
	clear: both;
	padding: 15px 0px 20px;
	text-align: center;
	cursor:default;
	font-weight:bold;
	color:#407e42;
}
.navigation .current_page_item, .navigation .page_item a {
	outline:none;
	margin:2px;
	padding:2px 6px;
	text-decoration:none;
	background:#CCCCCC;
}

.navigation .page_item a {
	color:#FFF;
	background-color:#CCCCCC;
}

.navigation .current_page_item, .navigation .page_item a:hover 
{
	color:#fff;
	background-color:#f6a302;
}
/*end phan trang*/