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,
caption, tbody, tfoot, thead, 
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%;
	font: inherit;
	vertical-align: baseline;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: lighter;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	text-decoration: none;	
}

.h-slide1 {
	background: url(../images/h-slide1.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 250px;
}
.tb1 { 
	background-color: rgba(0,0,0,0.5);
}
.wrap{
	width: 1003px;
	margin: auto;
	position: relative;
}
@media screen and (max-width: 1024px) {	
.wrap{
	width:92%;
	margin:auto;
}
}

@media screen and (max-width: 480px) {	
.wrap{
	width:90%;
	margin:auto;
}	
}
.clear{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}


.t-menu{
	text-decoration: none;
	background-color: #01365E;
	font-family: 'Ropa Sans', sans-serif;
	width: 100%;
	top: 0;
}
header {
	background: -webkit-linear-gradient(rgba(255,255,255,1),rgba(240,240,240,1));
	background: -o-linear-gradient(rgba(255,255,255,1),rgba(240,240,240,1));
	background: -moz-linear-gradient(rgba(255,255,255,1),rgba(240,240,240,1));
	background: linear-gradient(to rgba(255,255,255,1),rgba(240,240,240,1));
	text-decoration: none;
	padding-bottom: 10px;
	position: relative;
	width: 100%;
	position: relative;
	width: 100%;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	box-shadow:0px 2px 3px #ccc;
}
header .logo {
	float: left;
	margin-top: 5px;
	width: 40px;
}

header .h-right {
	color: #EF0000;
	text-align: right;
	text-decoration: none;
	font-size: 20px;
	line-height: 30px;
	font-family: 'Ropa Sans', sans-serif;
	float: right;
}
header .h-right span{
	color:#111;
}
header .h-right a{
	text-decoration: none;
	color: #333333;
}
header input[type="text"] {
	font-size: 15px;
	border: 1px solid #ddd;
	color: #666;
	font-weight: lighter;
	clear: both;
	padding: 0 3%;
	height: 35px;
	margin:5px 0;
	width: 94%;
	text-decoration: none;
}

header input[type="submit"] {
	background-color: rgba(0,0,0,0.7);
	font-size: 15px;
	border: 0px solid #dddddd;
	color: #FFF;
	font-weight: lighter;
	clear: both;
	padding: 0 3%;
	margin: 5px 0;
	height: 35px;
	width: 100%;
	text-decoration: none;
}
.h-logo{
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: -301px;
	position: absolute;
	z-index: 10000;
}
.h-logo img{
	width: auto;
	height: auto;
}

@media screen and (max-width: 1024px) {	
header {
	width: 100%;
}
header .logo {
	float: left;
}
header .t-menu{
	padding-top: 10px;
}
.h-logo{
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: -170px;
	position: absolute;
	z-index: 10000;
}
.h-logo img{
	width: auto;
	height: 170px;
}
}

@media screen and (max-width: 480px) {	
header {
	text-decoration: none;
	background-color: rgba(255,255,255,0.9);
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
	z-index: 0;
	width: 100%;
}
header .logo {
	float: none;
	width:100%;
	text-align:center;
	margin-top: 5px;
}
header .logo img {	
	width:100%;
	height:auto;
}

header .h-right {
	text-align: center;
	width:100%;
	float:none;
}
header .t-menu{
	float: none;
	padding-top: 10px;
}
.h-logo{
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: -80px;
	position: absolute;
	z-index: 10000;
}
.h-logo img{
	width: auto;
	height: 80px;
}
}
.h-serach{
	position: absolute;
	z-index: 1000;
	margin-top: -65px;
	width: 100%;	
	color: #FFF;
	font-size: 20px;
	font-family: 'Ropa Sans', sans-serif;
}
.h-serach .hs-box{
	background-color: rgba(0,0,0,0.5);
	padding: 15px 12px;
	height: 35px;
	line-height:35px;
	width: 100%;
}
.h-serach .hs-box h2{
	margin-bottom: 15px;
	color: #0086C6;
}
.h-serach .hs-box a{
	color: #FFFFFF;
	font-size: 15px;
	text-decoration: none;
}
.h-serach .hs-box input[type="text"] {
	font-size: 15px;
	border: 0px solid #ddd;
	color: #666;
	font-weight: lighter;
	clear: both;
	height: 35px;
	width: 94%;
	text-decoration: none;
	padding-top: 0;
	padding-right: 3%;
	padding-bottom: 0;
	padding-left: 3%;
}
.h-serach .hs-box input[type="password"] {
	font-size: 15px;
	border: 0px solid #ddd;
	color: #666;
	font-weight: lighter;
	clear: both;
	height: 35px;
	width: 94%;
	text-decoration: none;
	padding-top: 0;
	padding-right: 3%;
	padding-bottom: 0;
	padding-left: 3%;
}
.h-serach .hs-box input[type="submit"] {
	background-color: rgba(0,0,0,0.7);
	font-size: 15px;
	border: 0px solid #dddddd;
	color: #FFF;
	font-weight: lighter;
	clear: both;
	height: 35px;
	width: 100%;
	text-decoration: none;
	padding-top: 0;
	padding-right: 3%;
	padding-bottom: 0;
	padding-left: 3%;
}

@media screen and (max-width: 1024px) {	

}
@media screen and (max-width: 480px) {	
.h-serach{
	position: relative;
	z-index: 0;
	margin-top: 0px;
	width: 100%;	
	color: #FFF;
	font-size: 20px;
	font-family: 'Ropa Sans', sans-serif;
}
.h-serach .hs-box{
	background-color: rgba(0,0,0,0.5);
	padding: 15px 12px;
	height: auto;
	line-height:35px;
	width: 100%;
}	
}


h1, h2, h3, h4, h5,h6 {
	font-family: 'Ropa Sans', sans-serif;
}

h2{
	margin-bottom: 10px;
	color: #EF0000;
	font-size: 25px;
	line-height: 25px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	padding-bottom: 10px;
}
h2 span{	
	color: #999;
}
h2 a{
	color: #00B3B3;
	text-decoration: none;
}
h3{
	margin-bottom: 10px;
	color: #014374;
	font-size: 22px;
	line-height: 25px;
	padding-left: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
h4{
	margin-bottom: 5px;
	color: #e84c3d;
	font-size: 18px;
}
h5{
	color: #333;
	font-size: 18px;
}
p{
	text-align:justify;
}

@media screen and (max-width: 480px) {	
h2, h3, h4, h5{
	margin: 20px 0 3px 0;
}
}


.container{
	background-color: #fff;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 35px;
	padding-left: 0;
}
.container p{
	margin-bottom:10px;	
}



.container2{
	background-color: #FF2A00;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	background-image: url(../images/title-bg.png);
	background-repeat: no-repeat;
	background-position: center 48px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}

.container2 h1{
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	color: #FFFFFF;
	text-transform: uppercase;
}
.container2 h1 span{
	color: #F23A00;
}



.container3{
	background-color: #01365E;
	padding-top: 9px;
	padding-bottom: 6px;
}
.container3 ul{
	color: #F23A00;
	width: 100%;
}
.container3 ul li{
	float: left;
	list-style: none;
	width: 16.66%;
}
.container3 ul li a{
	display: block;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-family: 'Ropa Sans', sans-serif;
	font-size: 17px;
	line-height: 35px;
	height: 35px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #01365E;
}
.container3 ul li a:hover{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FC0;
	
}



.h-slide1 {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 220px;
	background-attachment: fixed;
	background-image: url(../slider/h-slide.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}



.h-banner {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 400px;
	background-attachment: fixed;
	background-image: url(../images/banner-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
@media screen and (max-width: 1024px) {	
.h-banner {	
	background-position: center top;
	background-attachment: scroll;
}
}

@media screen and (max-width: 480px) {	
.h-banner {	
	background-position: center top;
	background-attachment: scroll;
}	
}
.inner-banner {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 200px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #F5F5F6;
	background-attachment: fixed;
	background-image: url(../images/banner-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
@media screen and (max-width: 1024px) {	
.inner-banner {
	height: 300px;
	background-position: center top;
	background-attachment: scroll;
}
}

@media screen and (max-width: 480px) {	
.inner-banner {
	height: 140px;
	background-position: center top;
	background-attachment: scroll;
}	
}







/* ----------- Team ----------- */
.container .team{	
}
.container .team img{
	float:right;
	-webkit-transition-duration: 0.9s; /*Webkit: Animation duration*/
	-moz-transition-duration: 0.9s; /*Mozilla duration version*/
	-o-transition-duration: 0.9s; /*Opera duration version*/
	border:solid 3px #fff;
	box-shadow: 1px 1px 5px #ccc;
	margin:0 0 20px 20px;
}
.container .team img:hover{	
	-webkit-transform:scale(1.1); /*Webkit: Scale up image to 1.2x original size*/
	-moz-transform:scale(1.1); /*Mozilla scale version*/
	-o-transform:scale(1.1); /*Opera scale version*/
	opacity: 1;
}


.container input[type="text"] {
	font-size: 1.2em;
	border: 1px solid #DDD;
	color: #666;
	font-weight: lighter;
	clear: both;
	padding: 0 3%;
	height:35px;
	width: 94%;
	text-decoration: none;
	margin: 5px 0;
}
.container input[type="text"]:hover {
	border: 1px solid #0099CC;
}
.container input[type="email"] {
	font-size: 1.2em;
	border: 1px solid #DDD;
	color: #666;
	font-weight: lighter;
	clear: both;
	padding: 0 3%;
	height:35px;
	width: 94%;
	text-decoration: none;
	margin: 5px 0;
}
.container input[type="email"]:hover {
	border: 1px solid #0099CC;
}


.container a {
	text-decoration:none;
	margin:0px
}
.container p strong {
	text-decoration: none;
	color: #F73A00;
	font-weight: bold;
}
.container textarea {
	font-size: 1.2em;
	border: 1px solid #DDD;
	color: #666;
	font-weight: lighter;
	clear: both;
	padding: 3%;
	width: 94%;
	text-decoration: none;
	margin: 5px 0;
}
.container input[type="submit"] {
	background-color: rgba(255,42,0,1);
	font-size: 1.2em;
	border: 0px solid #DDD;
	color: #FFF;
	font-weight: lighter;
	clear: both;
	padding: 0 3%;
	height: 45px;
	width: 100%;
	text-decoration: none;
	margin: 5px 0;
}
.container input[type="button"] {
	background-color: rgba(219,32,30,0.8);
	font-size: 1.2em;
	border: 0px solid #DDD;
	color: #FFF;
	font-weight: lighter;
	clear: both;
	padding: 0 3%;
	height: 45px;
	width: 100%;
	text-decoration: none;
	margin: 5px 0;
	cursor:pointer;
}
.container .btn-file {
	position: relative;
	overflow: hidden;
	text-decoration: none;
	line-height: 45px;
	height: 45px;
	background-color: #FFF;
	cursor: pointer;
	color: #666;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #DDD;
}
.container .btn-file:hover {	
	background-color:#f9f9f9;
}
.container .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}

.captcha {
	border: 1px solid #ddd;
	float: left;
	line-height:30px;
	padding:2px 5px 2px 2px;
	margin-top:5px;
}
.captcha a{
	color: #3378D9;
	text-decoration:none;
}
.captcha img{
	float:left;
	margin:0 3px 0 0;
}

/*---------Footer 2--------- */
.footer2{
	background-color: #FF2A00;
	padding-top: 30px;
	padding-bottom: 10px;
	color: #FFF;
	text-decoration: none;
}
.footer2 h4{
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size:20px;
}
.footer2 li{
	list-style:none;
}
.footer2 li a{
	text-decoration: none;
	color: #FFF;
	font-size: 13px;
	line-height: 25px;
}
.footer2 input[type="email"] {
	font-size: 1.2em;
	border: 1px solid #dddddd;
	color: #666;
	font-weight: lighter;
	clear: both;
	padding: 0 3%;
	height:35px;
	width: 94%;
	text-decoration: none;
	margin: 5px 0;
}
.footer2 input[type="submit"] {
	background-color: rgba(219,32,30,0.8);
	font-size: 1.2em;
	border: 0px solid #dddddd;
	color: #FFF;
	font-weight: lighter;
	clear: both;
	padding: 0 3%;
	height: 35px;
	width: 100%;
	text-decoration: none;
	margin: 5px 0;
}
footer{
	background-color: #E82800;
	padding: 10px 0;
	text-align: center;
	color: #FFFFFF;
}
footer img{
	float:left;
}
footer a{	
	color: #fff;
	text-decoration:none;
}
.list1{
}
.list1 li{
	background-image: url(../images/bullet1.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin-bottom: 10px;
	list-style-type: none;
	padding-left: 20px;
}
.list1 li a{
	color:#333;
	text-decoration:none;
}
.list2{
}
.list2 li{
	background-image: url(../images/bullet1.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin-bottom: 10px;
	list-style-type: none;
	padding-left: 20px;
	float:left;
	width:40%;
}
.list2 li a{
	color:#333;
	text-decoration:none;
}




.container .page_nation{
	height: 45px;
}
.container .page_nation a{
	text-decoration: none;
	color: #fff;
	line-height: 30px;
	background-color: #0EAAA6;
	height: 30px;
	border: 1px solid #0EA5A0;
	font-weight: lighter;
	display: block;
	float: left;
	margin-right: 3px;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.container .page_nation a:hover{
	text-decoration: none;
	color: #fff;
	background-color: #3B3B3B;
	border: 1px solid #333;
}
.container .page_nation .pn-sel{
	text-decoration: none;
	color: #fff;
	line-height: 30px;
	height: 30px;
	background-color: #3B3B3B;
	border: 1px solid #333;
	font-weight: lighter;
	display: block;
	float: left;
	margin-right: 3px;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
