@charset "utf-8";
/* CSS Document */

.module {
	width: 960px;
	margin: 0 auto;
	}

.clear_left {
	clear: left;
	}

.clear_right {
	clear: right;
	}

.clear_both {
	clear: both;
	}

body {
    background-color: #ffffff;

	}

/*=============header=================*/

.header {
	/*padding: 15px 0;*/
	/*background: url(../images/bg_header.png) center center no-repeat;*/
	}

.header .module > a {
    display: block;
    float: left;

	}


.header p a {
	display: block;
	float: left;
	line-height: 24px;
	margin-left: 5px;
	text-decoration: none;
	}



.header p.hotline {
	font-weight: bold;
	color: #ea0001;
	font-size: 24px;
	font-family: Tahoma, Geneva, sans-serif;
	padding-left: 35px;
	background: url(../images/hotline.png) left center no-repeat;
	}

/*==========slider========*/

.slider_home {
	overflow: hidden;
	}

.menu {
	background: #6c6c6c;
	min-width: 960px;
    height:40px;
	}

.menu .module {
	position: relative;
	}

.menu .module > ul {
	float: left;
    background-color: #5b5b5b;
	}

.menu .module > ul > li {
	float: left;
    height: 40px;
	}

.menu .module > ul > li ul {
	position: absolute;
	background: #353535;
	z-index: 999999;
	display: none;
	}

.menu .module > ul > li.active ul {
	z-index: 999;
	}

.menu .module > ul > li:hover ul {
	}

.menu .module > ul > li ul li:first-child {
	border-left: 0;
	}

.menu .module > ul > li ul li a {
    line-height: 16px;
    display: block;
    color: #444444;
    text-decoration: none;
    padding: 10px 20px 10px 10px;
    color: #fff;
    border-bottom: 1px solid #3f3f3f;
	}

.menu .module > ul > li ul li:hover a {
	color: #ea0001;
    font-weight: bold;
	}

.menu .module > ul > li:first-child {
	margin-left: 0;
	}

.menu .module > ul > li > a {
    loat: left;
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0 15px;
    line-height: 40px;
    position: relative;
    /*text-transform: uppercase;*/
    font-size: 14px;
	}

.menu .module > ul > li:hover > a, .menu .module > ul > li.active > a {
	background: #ea0001;

	}
.menu .module > ul > li:hover>ul{
    display: block;
}
.menu .module form {
	float: right;
	border: 1px solid #ddd;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	background: #fff;
	margin: 5px 0;
	}

.menu .module form > * {
	border: 0;
	padding: 0;
	height: 28px;
	float: left;
	}

.menu .module form input {
	font-style: italic;
	color: #888;
	background: transparent;
	text-indent: 5px;
	width: 150px;
	}

.menu .module form button {
	width: 28px;
	background: url(../images/search-3-16.png) center center no-repeat;
	cursor: pointer;
	}

/*--------------services_home--------------*/

.services_home {

	}

.services_home dl {
	width: 176px;
	padding: 25px 0;
	float: left;
	margin-left: 20px;
	}

.services_home dl:first-child {
	margin-left: 0;
	}

.services_home dl dt a {
	display: block;
	margin: 0 auto;
	height: 100px;
	overflow: hidden;
	}

.services_home dl dd {
	text-align: center;
	padding-top: 15px;
	}

.services_home dl dd a {
	font-size: 14px;
	color: #444444;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	}

.services_home dl:hover dd a {
	color: #ea0001;
	}

.services_home dl dd p {
	color: #777;
	margin-top: 5px;
	font-style: italic;
	}

.container_home {
	background: #f9f9f9;
	padding-bottom: 25px;
    float: left;
    width: 100%;
	}
.container_home h2{
    font-size: 25px;
    margin: 30px 0 35px 0;
    font-weight: normal;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    text-transform: uppercase;
}
.container_home h2:before {
    content: '';
    background-color: #d0221c;
    width: 142px;
    height: 2px;
    bottom: 0px;
    left: 0px;
    position: absolute;
    display: block;
}
.container_home dl{
    float: left;
    width: 225px;
    margin-right: 20px;
}
.container_home dl:last-child{
    margin-right: 0;
}
.container_home dl>dt{
    margin-bottom: 15px;
}
.container_home dl>dt>a>img{
    width: 225px;
    height: 105px;
}
.container_home dd h4 a{
    font-weight: bold;
    /*margin-bottom: 25px;*/
    min-height: 45px;
    float: left;
    width: 100%;
    color:#000;
}
.container_home dd p{
    min-height: 90px;
    float: left;
    width: 100%;
    text-align: justify;
}
.container_home dd>a{
    padding: 5px 15px;
    background: #f7d435;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}
/*------------news_home-------------*/

.news_home dl {
	margin-top: 20px;
	}

.news_home dl:first-child {
	margin-top: 0;
    float: left;
	}

.news_home dl dt img {
	width: 225px;
    height: 130px;
	}

.news_home dl dd > a {
	color: #000;
	font-weight: bold;
	font-size: 14px;
	color: #222;
	}

.news_home dl dd p {
	margin-top: 5px;
	color: #444444;
    text-align: justify;
	}
.news_home dl dd a:first-child{
    font-weight: bold;
}
.news_home dl dd p a {
	color: #d40000;
	font-weight: bold;
	}

.news_home dl dd {

	}

.news_home li {
	margin: 10px 0;
	padding-left: 30px;
	/*background: url(../images/comment.png) 0px 2px no-repeat;*/
	}

.news_home li a {
	color: #000;
	}

.news_home li span {
	color: #888;
	}

/*=============footer=============*/

.footer {
	background-color: #eeeeee;
    min-width: 960px;
	}

.footer div.module {
	padding: 40px 0;
	color: #000;
	}

.footer a {
	color: #000;
	}

.footer .item_f img {
	/*margin-top: 25px;*/
	}

.footer .item_f {
	float: left;
	width: 310px;
	font-size: 12px;
	margin-left: 30px;
	}

.footer .item_f:first-child {
	margin-left: 0;
	}
	
.footer .item_f > p:first-child {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 15px;
	text-transform: uppercase;
    border-bottom: 1px solid #d6d6d6;
	margin-left: 0;
	}

.bottom_page {
	background: #e1e1e1;
	}
.bottom_page div.module {
	font-size: 10px;
	text-transform: uppercase;
	color: #515151;
	padding: 15px 0;
    padding-bottom: 25px;
	}
.bottom_page p{
    float: left;
}
.bottom_page a{
    float: right;
}
/*---------------------contact_home----------------*/

.footer .item_f.contact_home {
	width: 450px;
	}

.contact_home div p {
	margin-bottom: 5px;
	padding-left: 25px;
	}

.contact_home p.address {
	background: url(../images/add.png) 0 0 no-repeat;
	}

.contact_home p.phone {
	background: url(../images/phone.png) 0 0 no-repeat;
	}

.contact_home p.fax {
	background: url(../images/fax.png) 0 0 no-repeat;
	}

.contact_home p.email {
	background: url(../images/mail.png) 0 0 no-repeat;
	}

.net_home a {
	font-weight: bold;
	display: inline-block;
	margin-right: 5px;

	}
.net_home>p:last-child{

    padding-top: 20px;
    line-height: 1.5em;
    text-align: justify;
}
.net_home a:hover {
	color: rgba(255,255,255,1);
	}

/*-------------partner_home-----------*/

.partner_home {
	border-top: 1px solid #d8d8d8;
	background: #f1f1f1;
	text-align: center;
	padding: 15px 0;
	}

/*-------------container--------------*/

.container {
	padding-top: 10px;
	}



.container > div {
	/*background: #f4f4f4 url(../images/bg_service.jpg) top center no-repeat;*/
	padding-bottom: 20px;
	}

.container .left {
	/*float: left;*/
	border-right: 1px solid #dbdbdb;
	background: #fafafa;
	padding: 15px 0;
    width: 220px;
	}

.container .right {
	float: right;
	width: 690px;
	margin: 15px 25px;
	}
#border{
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    border: 1px solid #d8d8d8;
}
.left ._box > p {
	background: #ea0001;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	padding: 7px 10px 7px 15px;
	font-size: 14px;
	margin-left: -8px;
	position: relative;
	}

.left ._box > p span {
	position: absolute;
	bottom: -7px;
	left: 0;
	border-top: 4px solid #ea0001;
	border-right: 4px solid #ea0001;
	border-left: 4px solid transparent;
	border-bottom: 4px solid transparent;
	display: block;
	}

.menu_left div > ul > li {
	border-top: 1px solid #eaeaea;
	}

.menu_left div > ul > li:first-child {
	border-top: none;
	}

.menu_left div > ul > li > a {
	color: #3B330B;
	text-transform: uppercase;
	display: block;
	font-weight: bold;
	padding: 8px 20px;
	}

.menu_left div > ul > li ul {
	display: none;
	}
	
.menu_left div > ul > li:hover ul {
	display: block;
	}

.menu_left div > ul > li ul li {
	list-style: inside square;
	color: #cccccc;
	border-top: 1px solid #eaeaea;
	padding-left: 20px;
	}
	
.menu_left div > ul > li ul li a {
	padding: 8px 20px 8px 0;
	display: block;
	color: #444444;
	text-transform: uppercase;
	}
	
.menu_left div > ul > li ul li a:hover {
	text-decoration: none;
	color: #ea0001;
	}

.news_left dl {
	float: left;
	width: 179px;
	margin: 10px 20px;
	}

.news_left dl dt {
	float: left;
	overflow: hidden;
	width: 70px;
	height: 55px;
	}
	
.news_left dl dd {
	float: right;
	width: 100px;
	}

.news_left dl dd a {
	color: #444;
	font-size: 12px;
	}

/*==============thêm===============*/
body{
    min-width: 1100px;
}
#content{
    min-width: 1100px;
}
/*mang xa hoi*/
.at4-icon.aticon-twitter, .at4-icon.aticon-facebook, .at4-icon.aticon-google_plusone, .at4-icon.aticon-googleplus, .at4-icon.aticon-google_follow, .at4-icon.aticon-google_plusone_share{
    background: none !important;
    background-color: #0b0b0b;
}
.addthis_16x16_style .at4-icon, .addthis_16x16_white_style .at4-icon, .addthis_default_style .at4-icon, .at-16x16{
    width: 0!important;
    height: 0 !important;
}