@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(font-awesome.min.css);

body { margin: 0;
padding: 0;
width: 100%;
background: url(../images/bg.gif ) no-repeat top fixed;
padding-bottom: 30px;
}
body>div{
    width: 1050px;
    margin: 0px auto;
}
.header{
    background: url(../images/header.jpg);
    background-size: 1050px 105px;
    height: 105px;
}
/* menu*/
.menu{
display: block;
width: 1050px;
margin: 0px auto;
background: url(../images/navHover.png);
box-sizing: border-box;
box-shadow: inset 0px 0px 4px 2px rgba(174, 206, 254, 0.3);
}
.menu>li{
    list-style-type: none;
    display: inline-block;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 32px;
    padding: 0px 10px 0px 10px;
    text-align: center;
}
.menu>li:hover{
	background: orange;
}

.menu a{
color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 32px;
    text-decoration: none;
}
/*
slider
*/
.slider{
	height: 196px;
	background: #fff
}
/*tool bar*/
.tool-bar{
	background: #ff8900;
	height: 30px;
	overflow: visible;
	position: relative;
}

.tool-bar>span{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 16px;
color: #fff;
float: right;
/*line-height: 27px;*/
padding: 10px;
display: block;
}

.track{
width: 300px;
height: 50px;
display: block;
background: rgba(1, 140, 195, 0.93);
margin: 0px;
position: absolute;
left: -5px;
top: -15px;
border-radius: 5px 0px 0px 0px;
box-shadow: inset 0px 0px 1px rgb(7, 101, 126),5px 5px rgba(47, 65, 64, 0.13);
}
.track>input{
width:190px;
line-height: 22px;
margin-top: 22px;
margin-left: 5px;
border-radius: 5px 0px 0px 5px;
border: none;
padding: 1px 5px 1px 5px;
}
.track>button{
line-height: 22px;
border: none;
background: rgb(255, 153, 0);
font-weight: bold;
color: #fff;
padding: 0px 20px 0px 15px;
border-radius: 0px 5px;
margin-left: -5px;
text-shadow: 0px 1px rgba(123, 119, 95, 0.48);
font-size: 14px;
margin-right: -5px;
box-shadow: inset 0px 0px 3px rgba(210, 114, 43, 0.81);
}
/*main*/
.main{
min-height: 400px;
background: #fff;
padding: 20px 13px 20px 13px;
box-sizing: border-box;
border-bottom: 2px solid rgb(255, 181, 3);
}
.main>.contain-div{overflow: hidden;}
.about{
	width: 365px;
	height: 452px;
	float: left;
}
.text_home{
font-family: arial;
font-size: 12px;
font-weight: bold;
color: #1076bb;
border-bottom: 1px solid rgb(255, 153, 0);
line-height: 40px;
box-sizing: border-box;
margin-bottom: 15px;
}
.about>img{
	width: 365px;
}
.about-text{
font-family: arial;
font-size: 12px;
font-weight: normal;
color: #333333;
}

.service{
	float: right;
	width: 584px;
	box-sizing: border-box;
	
}
.slide-service{
box-shadow: -20px -5px 30px -10px rgba(0, 0, 0, 0.41);
width:584px;
height: 372px;
position: relative;}
.slide-service>img{
	border: 2px solid #fff;
    position: absolute;
    top: 0px;left: 0px;
}
.chu_noidung_1 {
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    color: #666666;
    letter-spacing: 0.2px;
    line-height: 22px;
    padding-top: 5px;
    padding-left: 20px;
    padding-bottom: 5px;
}
.bottom{
	background: #f5f5f5;
}
/*page*/
.left{
	width: 690px;
	float: left;
	overflow: hidden;
}
A.tieude_tintuc{
    font-size: 12px;
    color: #4e4141;
    font-family: arial;
    text-decoration: none;
    font-weight: bold;
}
A.tieude_tintuc:hover {

    color: #1892cf;
    text-decoration: underline;
    font-weight: bold;
}
.FocusOnCategoryDetail_Created{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
.chu_noidung_tin {
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    color: #5c5c5c;
    letter-spacing: 0.2px;
    line-height: 22px;
    padding-top: 10px;
}
.right{
	width: 275px;
	float: right;
}
.text_cata {
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    color: #5c5c5c;
}

.left *{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}