*{padding: 0;margin: 0;}
a{text-decoration: none; color: #303030;}
img{border:0;}
.clr{clear: both;}
ul,ol{list-style: none;}
table#tabletr{
    float: right;
    margin: 5px 0px;
}
table#tabletr td{
    padding: 3px 1px;
}
table#tabletr td a{
    font-weight: bold;
    padding: 3px 7px;
    background: #0080FF;
    border-radius: 3px;
    color: white;
    }
table#tabletr td a.ac{color: #FF8000;}
@font-face{
	font-family:'Roboto Condensed';
	font-style:normal;
	font-weight:300;
	src:local('Roboto Condensed Light'), local('RobotoCondensed-Light'),
url(http://themes.googleusercontent.com/static/fonts/robotocondensed/v8/b9QBgL0iMZfDSpmcXcE8nFgFMY7EK8ynABYD_ZHMS7s.woff) format('woff')
}

@font-face{
	font-family:'Roboto Condensed';
	font-style:normal;
	font-weight:400;
	src:local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'),
url(http://themes.googleusercontent.com/static/fonts/robotocondensed/v8/Zd2E9abXLFGSr9G3YK2MsNIjcMYHK_OhdqQKvz8_Eqo.woff) format('woff')
}

@font-face{
	font-family:'Roboto Condensed';
	font-style:normal;
	font-weight:700;
	src:local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
url(http://themes.googleusercontent.com/static/fonts/robotocondensed/v8/b9QBgL0iMZfDSpmcXcE8nMSqxGqx1BqHsIjxNL4q2HQ.woff) format('woff')
}

@font-face{
	font-family:'Roboto Condensed';
	font-style:italic;
	font-weight:300;
	src:local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'),
url(http://themes.googleusercontent.com/static/fonts/robotocondensed/v8/mg0cGfGRUERshzBlvqxeAALJ2z5ZyH4OGzxaAobx77I.woff) format('woff')
}

@font-face{
	font-family:'Roboto Condensed';
	font-style:italic;
	font-weight:400;
	src:local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'),
url(http://themes.googleusercontent.com/static/fonts/robotocondensed/v8/BP5K8ZAJv9qEbmuFp8RpJaZHp5Ygr-TRGz22M2CAQPE.woff) format('woff')
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,span,a,p,sub,blockquote,th,td{
	font-family:"Roboto Condensed",Arial,sans-serif;
	outline:none;
	font-size:14px;
	color: #555555;
}
#left div,#left dl,#left dt,#left dd,#left ul,#left ol,#left li,#left h1,#left h2,#left h3,#left h4,#left h5,#left h6,#left pre,#left code,#left form,#left fieldset,#left legend,#left input,#left button,#left textarea,#left select,#left span,#left a,#left p,#left sub,#left blockquote,#left th,#left td{
	font-family:Arial,sans-serif;
	outline:none;
	font-size:13px;
	color: #555555;
}
body{background: #eee;}
#bhead{
    height: 100px;
    width: 100%;
    background: #1F8816;
}
#head{
    width: 1000px;
    height: 100px;
    margin: 0 auto;
    border-bottom: 3px solid #F36F21;
    position: relative;
}
#head .menutop{
    width: 610px;
    height: 36px;
    background: url(../image/bg_menu_top.png) repeat-x;
    border-radius: 7px 7px 0 0;
    padding-left:10px;
    float: right;
    position: absolute;
    right: 0;
    bottom: 0;
}
#head .menutop ul{height: 36px; width: 640px; float: left;}
#head .menutop ul li{
    display: inline;
    line-height: 36px;
    float: left;
}
#head .menutop ul li:hover{
    background: rgb(105, 217, 245);
}
#head .menutop ul li:hover a{color: #3C3C3C;}
#head .menutop ul li.cach{}
#head .menutop ul li a{
    padding: 8px 19px;
    font-size: 13px;
    color: yellow;
    font-weight: bold;
    text-transform: uppercase;
}
#head .menutop ul li:hover a{
    border-bottom: 6px solid #F36F21;
}
#head form{
    float: right; width: 188px; height: 25px; background: url(../image/bg_timkiem.png);
    margin-top: 6px;
    border-radius: 3px;
    padding-left: 5px;
    position: relative;
    top: 15px; 
    right: 0;
    }
#head form input[type="text"]{
    margin: 0;
    padding: 0;
    border: 0;
    height: 20px;
    width: 160px;
    
}
#head form input[type="submit"]{
    border: 0;
    background: none;
    width: 25px;
    height: 22px;
}
#sli{
    width: 980px;
    margin: 20px auto;
    padding: 10px;
    background: white;
    box-shadow: 0 0 3px gray;
    border-radius: 7px;
}
#main{
    width: 980px;
    margin: 10px auto ;
    padding: 20px 10px;
    background: white;
    box-shadow: 0 0 3px gray;
    border-radius: 7px;
}
#right{
    width: 300px;
    float: right;
}
#right .tit{
    width: 100%;
    height: 26px;
    background: url(../image/bg-tit-right.png) repeat-x;
}
#right .tit span{
    padding-right:10px;
    background: white;
    font-size: 18px;
    color: #444444;
    font-weight: bold;
    text-transform: uppercase;
}
#right .box{
    width: 280px;
    padding: 10px;
    box-shadow: 0 0 2px gray;
    
    margin-bottom: 20px;
}
#right .box .hotline{
    width: 100%;
    padding-top: 100px;
    text-align: center;
    font-size: 25px;
    background: url(../image/hotline.png) no-repeat top;
    background-size: 280px;
    font-weight: bold;
}
#right .box .hotline .hotro .line{
    width: 115px;
    height: 10px;
    background: url(../image/line-hong.jpg) repeat-x left bottom;
    background-size: 10px;
    margin: 0 auto 10px;
}
#right .box .hotline .hotro span{
    color: #F36F21;
    font-weight: bold;
    font-size: 25px;
    text-shadow: 0px 1px 1px #000;
    text-align: center;
}
#right .box .hotline .hotro b{
    text-align: center;
    text-transform: uppercase;
    margin: 10px auto;
    font-weight: bold;
}
.linehong{width: 1000px; height: 3px; background: #F36F21; margin: 0 auto;}
#right .box ul.menu{margin-left: 10px;}
#right .box ul.menu li b{
    font-size: 16px;
    color: #049FDB;
    padding: 5px 0 5px 20px;
    background: url(../image/icon-r1.png) no-repeat left;
}
#right .box ul.menu li ul.sub{margin-left: 25px; padding: 5px 0;}
#right .box ul.menu li ul.sub li{
    padding: 2px 0 2px 15px;
    background: url(../image/icon-r2.png) no-repeat left;
}
#right .box ul.menu li ul.sub li a{color: #484848;}
#right .box ul.menu li ul.sub li a:hover{color: #CA4200;}
#left {
    width: 660px;
    float: left;
}
#left h1.nb{
    padding: 0 0 5px 10px;
}
#left h2.nb a{font-weight: normal; color: #2957C4;}
#left .tit{
    height: 29px;
    width: 657px;
    position: relative;
    border-left: 3px solid #F36F21;
    padding: 3px 0;
    margin-bottom: 10px;
}
#left .tit .t1{
    height: 29px;
    padding: 0 20px 0 10px;
    background: url(../image/bg-tit1.png) no-repeat right;
    position: relative;
    z-index: 10;
    float: left;
    line-height: 29px;
}
#left .tit .t1:hover{
    background: url(../image/bg-tit2.png) no-repeat right;
}
#left .tit .t2{
    height: 29px;
    padding: 0 20px 0 25px;
    background: url(../image/bg-tit1.png) no-repeat right;
    position: relative;
    z-index: 9;
    float: left;
    line-height: 29px;
    margin-left: -15px;
}
#left .tit .t2:hover{
    background: url(../image/bg-tit2.png) no-repeat right;
}
#left .tit .t3{
    height: 29px;
    padding: 0 20px 0 25px;
    background: url(../image/bg-tit1.png) no-repeat right;
    position: relative;
    z-index: 8;
    float: left;
    line-height: 29px;
    margin-left: -15px;
}
#left .tit .t3:hover{
    background: url(../image/bg-tit2.png) no-repeat right;
}
#left .list{
    padding: 10px 0;
    border-bottom: 1px solid silver;
}
#left .list img.dd{
    width: 180px;
    float: left;
    padding: 8px;
    box-shadow: 0 0 2px gray;
    border-radius: 6px;
    height: 120px;
}

#left .list .tt{
    width: 450px;
    float: right;
}
#left .list .tt h1{padding-bottom: 10px;}
#left .list .tt h1 a{padding-bottom: 10px;
    color: #0080FF;
    font-size: 15px;
}
#left .list .tt h1 a:hover{
    color: #FF0080;
}
#left .nd{
    width: 640px;
    text-align: justify;
    line-height: 24px;
    padding: 9px;
    border: 1px solid #E2E2E2;
}
#left .nd ul{list-style: circle; margin-left: 20px;}
#left .line{
    width: 638px;
    height: 1px;
    border: 1px dotted silver;
    margin: 15px auto;
}
#bfooter{
    height: 130px;
    width: 100%;
    background: #1F8816;
}
#footer{
    width: 1000px;
    height: 130px;
    margin: 0 auto;
    position: relative; 
    color: white;
    text-align: center;
}
#footer .menuf{
    width: 990px;
    height: 36px;
    background: url(../image/bg_menu_top.png) repeat-x;
    border-radius:0 0 7px 7px;
    padding-left:10px;
    margin-bottom: 10px;
}
#footer .menuf ul{height: 36px; margin-left:160px;}
#footer .menuf ul li{
    display: inline;
    line-height: 36px;
    float: left;
}
#footer .menuf ul li:hover{
    background: rgb(105, 217, 245);
}
#footer .menuf ul li:hover a{color: #3C3C3C;}
#footer .menuf ul li.cach{}
#footer .menuf ul li a{
    padding: 8px 19px;
    font-size: 13px;
    color: yellow;
    font-weight: bold;
    text-transform: uppercase;
}
#footer .menuf ul li:hover a{
    
}
#footer h2,#footer p{color: white;}
#footer a{color: yellowgreen; font-weight: bold;}
#bsp{width: 600px;}
#bsp h2{
    font-family: Arial,Helvetica,sans-serif;
    color: #5d5d5d;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: bold;
    padding-left: 30px;
    padding-top: 30px;
}
#bsp ul{ margin-left: 30px;}
#bsp ul li.mot{
    padding: 3px 25px;
    background: url(../image/i/icon_home.png) no-repeat left;
    font-size: 1.1em;
}
#bsp ul li.hai{
    padding: 3px 25px;
    background: url(../image/i/icon_phone.png) no-repeat left;
    font-size: 1.1em;
}
#bsp ul li.ba{
    padding: 3px 25px;
    background: url(../image/i/icon_phone_03.png) no-repeat left;
    font-size: 1.1em;
    
}
#bsp ul li.bon{
    padding: 3px 25px;
    background: url(../image/i/icon_website.png) no-repeat left;
    font-size: 1.1em;
    
}
#bsp form{ width: 640px; height: 256px;padding: 30px; /*background: url(image/i/suport.png); background-size: 100% 100%;*/
    
}
#bsp form table{ }
#bsp form table th{text-align: left;}
#bsp form table th span{color: #0D9347; padding-right: 20px; text-align: left;}
#bsp form table td .in{
    background: url('../image/i/bg_input.png') repeat scroll 0% 0% transparent;
    height: 22px;
    border: 1px solid silver;
    margin-bottom: 3px;
}
#bsp form table td .in img{float: left; margin-top: 2px; padding: 0 5px;}
#bsp form table td .in select{border: 0; background: none; width: 367px;}
#bsp form table td .in input{border: 0; background: none; width: 340px; padding-top: 2px;}
#bsp form table td .in textarea{border: 0px none;
background: none repeat scroll 0% 0% transparent;
width: 362px;
height: 71px;
padding: 3px 0;}
#bsp form table td input[type='submit']{
    background: url('../image/i/bg_btn.png') repeat-x scroll 0% 0% transparent;
    border-width: medium 1px 1px medium;
    border-style: none solid solid none;
    border-color: -moz-use-text-color #C5C5C5 #C5C5C5 -moz-use-text-color;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-radius: 0px;
    width: 75px;
    height: 25px;
}
#bsp form table td input[type='submit']:hover{
    background: url('../image/i/bg_btn_h.png') repeat scroll 0% 0% transparent;
    border-width: medium 1px 1px medium;
    border-style: none solid solid none;
    border-color: -moz-use-text-color #053419 #053419 -moz-use-text-color;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    box-shadow: none;
    width: 75px;
    height: 25px;
    color: white;
}