/*
Theme Name: atc
Author: the WordPress team
Author URI: http://atc.com/
Version: 1.0
Text Domain: atc.com
*/
body
{
	margin:0px; padding:0px;
	width:100%; height:auto;
	background:#FFF;
	font-family: 'Merriweather Sans', sans-serif; font-size:13px; font-weight:300;
}
div,a,ul,li,section,input,select,textarea,img,p,h1,h2,h3,h4,h5,h6
{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
ul,h1,h2,h3,h4,h5,h6,p{ margin:0px; padding:0px; }
h1{ font-weight:500; }
h2{ font-weight:500; }
h3{ font-weight:500; }
h4{ font-weight:500; }
li{ list-style:none; }
a
{
	text-decoration:none; color:#1a0dbd;
}
a:hover
{
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	text-decoration: none;
}
input,select,button
{
	outline:0px; border:0px;
}
select{ cursor:pointer; }
input[type='submit']{ border:0px; cursor:pointer }

textarea{ 
	font-family: 'Merriweather Sans', sans-serif;
}
a
{
	text-decoration:none; color:#0093DE;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a:hover
{
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}
h1,h2,h3,h4,h5,h6,p,ul,li{ margin:0px; padding:0px; font-weight:inherit; }
img{ border:0px; }
div,li,span,a
{
	list-style:none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input,select,textarea{ color:#555; font-family: 'Merriweather Sans', sans-serif; }
input,select,textarea:focus{ outline:0px; }
input,select,textarea
{
	
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
input,select,textarea:focus{ outline:0px; }
button{ border:0px; cursor:pointer; }
button:focus{ outline:0px; }



/* Form Fields */
input[type='text'],textarea,input[type='password'],select,input[type='date'],input[type='number']
{
	width:100%; height:27px; float:left; outline:0px;
	padding-left:5px; padding-right:5px;
	border:1px solid #CCC;
	font-size:13px; color:#212121; font-family: 'Merriweather Sans', sans-serif;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
    -webkit-transition: width 1s ease;  
    -moz-transition: width 1s ease;  
    -o-transition: width 1s ease;  
    -ms-transition: width 1s ease;  
    transition: width 1s ease;
	
    transition:border 0.7s;
}
input[type='text']:focus,input[type='number']:focus,input[type='password']:focus,textarea:focus,input[type='date']:focus,select:focus
{
	border:1px solid #198de3;
}
input[type="text"]:disabled{ cursor:not-allowed; }
input[type="submit"]{ border:0px; cursor:pointer; }
button
{
	width:auto; height:27px; float:left;
	background:#003466; border:0px;
	outline:0px; cursor:pointer;
	font-size:12px; color:#FFF;
}
button:hover{ background:#042c52; }
button:active{ background:#031f3a; }

.btn
{
	width:auto; height:27px; float:left;
	background:#672b75; border:0px;
	outline:0px; cursor:pointer;
	font-size:12px; color:#FFF;
}
.btn:hover{ background:#51195e; }
.btn:active{ background:#5c5c5c; }


.error
{
	width:98%; height:auto; float:left; position:relative;
	margin-left:1%; margin-right:1%; margin-bottom:25px;
	background:#f64b2f;
	padding:10px; padding-left:35px;
	font-size:13px; color:#FFF; font-weight:600;
}
.error i
{
	font-size:21px; color:#9a1903;
	position:absolute; z-index:99; left:15px; top:12px;
}
.error ul{ margin-left:15px; }
.error li{ margin-bottom:4px; list-style:none; }

.success
{
	width:98%; height:auto; float:left; position:relative;
	margin-left:1%; margin-right:1%; margin-bottom:25px;
	background:#7eb62e;
	padding:10px; padding-left:35px;
	font-size:13px; color:#FFF; font-weight:600;
}

.success i
{
	font-size:21px; color:#598a10;
	position:absolute; z-index:99; left:15px; top:12px;
}
.success ul{ margin-left:15px; }
.success li{ margin-bottom:4px; list-style:none; }

input,select,textarea{ color:#555; font-family: 'Merriweather Sans', sans-serif; }
input,select,textarea:focus{ outline:0px; }
input,select,textarea
{
	
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
input,select,textarea:focus{ outline:0px; }
button{ border:0px; cursor:pointer; }
button:focus{ outline:0px; }
.container{ width:96%; height:auto; max-width:1350px; min-width:250px; margin:0 auto; position:relative; }

.pull-right{ float:right; }

#header_bc{ width:100%; height:144px; float:left; }
#header
{
	width:100%; height:auto; position:fixed; top:0px; left:0px; z-index:999;
	background:#FFF;
}

#header_one
{
	width:100%; height:auto; float:left;
	background:#003466;
}

#header_one_l
{
	width:auto; height:auto; float:left;
}

#header_one_l a
{
	width:auto; height:auto; float:left;
	border-right:1px solid #FFF;
	padding-left:15px; padding-right:15px;
	font-size:14px; color:#FFF; line-height:50px;
}

#header_one_l a i{ font-size:19px; margin-right:8px; }

#header_one_r
{
	width:auto; height:auto; float:right;
}

#header_one_r_social
{
	width:auto; height:auto; float:left;
	border-left:1px solid #FFF;
}

#header_one_r_social a
{
	width:50px; height:auto; float:left;
	color:#FFF; text-align:center;
	border-right:1px solid #FFF;
}
#header_one_r_social a i{ font-size:24px; line-height:50px; }

#header_one_r_hotline
{
	width:auto; height:auto; float:left;
	line-height:50px; color:#FFF; text-align:center; font-size:16px;
	padding-left:20px; padding-right:20px;
	border-left:1px solid #FFF; border-right:1px solid #FFF;

}
#header_one_r_hotline i
{
	font-size:17px; color:#FFF;
}
#header a{ cursor:pointer; }
#header a:hover{ text-decoration:none; }

#header_white
{
	width:100%; height:auto; float:left;
	border-bottom:1px solid #DDD;
}

#logo
{
	width:auto; height:auto; float:left;
	margin-top:10px; margin-bottom:10px;
}
#logo img{ height:70px; width:auto; }


#mob-nav
{
	width:50px; height:45px; float:right; display:none;
	margin-top:25px;
	border:2px solid #DDD;
	font-size:22px; color:#222; text-align:center;
}
#mob-nav i{ line-height:42px; }


#nav
{
	width:auto; height: auto; float:right; font-weight:600;
	margin-top:40px;
}

#nav ul{ width:auto; height:auto; float:left; }
#nav ul li{ width:auto; height:auto; float:left; margin-left:28px; position:relative; }
#nav ul li a
{
	width:auto; height:auto; float:left;
	font-size:16px; font-weight:600; color:#222; text-transform:uppercase;
	padding-bottom:25px;
}
#nav ul li a:hover{ color:#00398f; text-decoration:none; }




#nav ul ul
{
	width:230px; height:0px; position:absolute; top:30px; left:0px; z-index:999;
	overflow:hidden;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#nav ul ul:before
{
	display: none;
	position:absolute; top:-1px; left:0%; margin-top:-16px;
	margin-left:24px;
	font-size:26px; color:#222;
	font-family: FontAwesome;
	content: "\f0d8";
}
#nav ul ul li{ width:100%; height:auto; float:left; margin-left:0px; padding-bottom:0px; }
#nav ul ul li a
{
	width:100%; height:auto; float:left;
	font-size:13px; color:#c8c8c8; font-weight:inherit;
	padding-top:15px; padding-bottom:15px; padding-left:20px;
	border-bottom:1px solid #333;
	background:#222;
}
#nav ul ul li a:hover{ color:#FFF; text-decoration:none; }

#nav ul li:hover > ul:before{ display:block; }
#nav ul li:hover > ul{ display:block; height:inherit; overflow:inherit; }




#banner
{
	width:100%; height:auto; float:left;
}

#banner img
{
	width:100%; height:auto; float:left;
}

#banner_text
{
	width:100%; height:auto; float:left;
	text-align:center;
}
#banner_text_in
{
	width:100%; height:500px; position:absolute; top:-350px; left:0px;
	font-weight:600; text-align:center; color:#FFF;overflow: hidden;
}
#banner_text_in h2{ font-size:82px; font-family: 'Satisfy', cursive; }
#banner_text_in h3{ font-size:52px; font-family: 'Satisfy', cursive; }
#banner_text_in p{ font-size:24px; font-weight:300; }
#banner_text_in h4{ font-size:24px; }
#banner_text_in h1
{
	display:inline-block; margin-top:20px;
	padding-left:30px; padding-right:30px;
	font-size:28px; color:#FFF; line-height:55px;
	background:#003567;
}

.item-1, 
.item-2, 
.item-3 {
	position: absolute;
  display: block;
	top: 2em;
  
  width: 60%;
  
  font-size: 2em;

	animation-duration: 20s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}

.item-1{
	animation-name: anim-1;
}

.item-2{
	animation-name: anim-2;
}

.item-3{
	animation-name: anim-3;
}

@keyframes anim-1 {
	0%, 8.3% { left: -100%; opacity: 0; }
  8.3%,25% { left: 20%; opacity: 1; }
  33.33%, 100% { left: 110%; opacity: 0; }
}

@keyframes anim-2 {
	0%, 33.33% { left: -100%; opacity: 0; }
  41.63%, 58.29% { left: 20%; opacity: 1; }
  66.66%, 100% { left: 110%; opacity: 0; }
}

@keyframes anim-3 {
	0%, 66.66% { left: -100%; opacity: 0; }
  74.96%, 91.62% { left: 20%; opacity: 1; }
  100% { left: 110%; opacity: 0; }
}



#home_who_we_are
{
	width:100%; height:auto; float:left;
	margin-top:65px;
}

#home_who_we_are_l
{
	width:40%; height:auto; float:left;
	padding-top:50px;
	 text-align:center; 
}

#home_who_we_are_logo
{
	width:100%; height:auto; float:left;
	margin-top:50px;
}
#home_who_we_are_logo img{ width:150px; height:auto; }

#home_who_we_are_l h2
{
	font-size:52px;  font-weight:600; text-align:center; color:#003466;
	margin-bottom:35px;
}
#home_who_we_are_l p{ font-size:16px; line-height:28px; color:#222; margin-bottom:25px; }

#home_who_we_are_r
{
	width:55%; height:600px; float:left; position:relative;
	margin-left:5%;
	background:url(images/home-who-we-are-bg.gif) center no-repeat;
}

#home_who_we_are_r_l
{
	width:55%; height:auto; position:absolute; bottom:0px; left:0px;
}
#home_who_we_are_r_l img{ width:100%; height:auto; float:left; }

#home_who_we_are_r_r
{
	width:55%; height:auto; position:absolute; top:0px; right:0px;
}
#home_who_we_are_r_r img{ width:100%; height:auto; float:left; }



#home_what_we_do
{
	width:100%; height:auto; float:left; position:relative;
	margin-top:65px;
	background:#f4f5fa;
}
#home_what_we_do img{ position:absolute; left:0px; top:0px; }


#home_what_we_do_cont
{
	width:60%; height:auto; float:right; position:relative;
}

#home_what_we_do_cont_head
{
	width:auto; height:auto; position:absolute; left:-17%; top:30px;
	text-align:right;
}
#home_what_we_do_cont h2{ font-size:39px;  font-weight:600; color:#003466; }
#home_what_we_do_cont h3{ font-size:26px; font-weight:600; color:#003567; margin-bottom:35px; }

#home_what_we_do_cont_l
{
	width:48%; height:auto; float:left;
	margin-right:4%; margin-top:150px;
}

.home_what_we_do_cont_l_box
{
	width:100%; height:auto; float:left; position:relative;
	border:4px solid #003567; background:#FFF;
	padding:25px;
	margin-bottom:45px;
}
#home_what_we_do_cont h4
{
	width:100%; height:auto; float:left;
	font-size:19px; font-weight:600; color:#003567; margin-top:45px; margin-bottom:15px;
}
#home_what_we_do_cont ul
{
	width:100%; height:auto; float:left;
}
#home_what_we_do_cont ul li
{
	width:100%; height:auto; float:left;
	margin-bottom:8px;
	font-size:14px;
}
#home_what_we_do_cont a{ color:#222; }

#home_what_we_do_cont_r
{
	width:48%; height:auto; float:left;
	margin-top:35px;
}



#home_production_supply
{
	width:100%; height:auto; float:left; position:relative;
	margin-top:105px; margin-bottom:65px;
}

#home_production_supply h2
{
	width:100%; height:auto; float:left; position:relative;
	font-size:42px; font-weight:600; text-align:center; color:#003466;
}

#home_production_supply h3
{
	width:100%; height:auto; float:left; position:relative;
	font-size:26px;font-weight:600; color:#003567; text-align:center;
}

#home_production_supply_car
{
	width:100%; height:auto; float:left; position:relative;
	margin-top:15px;
}
#home_production_supply_car li
{
}


#home_production_supply_car img
{
	width:96%; height:auto;
	padding:3%;
}
#home_production_supply_car h3
{
	width:94%; height: auto;
	font-size:16px; color:#FFF; text-align:center; font-weight:100;
	position:absolute; bottom:50px; left:3%;
	padding-top:15px; padding-bottom:15px;
	background:#003567;
}
#home_production_supply_car .owl-carousel{ margin:0px; background:none; }
#home_production_supply_car img{ width:100%; height:auto; }
#home_production_supply_car .owl-wrapper-outer
{
    border: 0px solid #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}


#home_production_supply_car .owl-controls
{
	width:100%; position:absolute; z-index:99; right:0px; bottom:-0px;
}

#home_production_supply_car .owl-controls .owl-page span {
	width:60px; height:5px;
    border-radius: 0px;
    box-shadow: none;
}






#home_services
{
	width:100%; height:auto; float:left; position:relative;
	margin-bottom:65px;
}

#home_services h2
{
	width:100%; height:auto; float:left; position:relative;
	font-size:42px; font-weight:600; text-align:center; color:#003466;
}

#home_services h3
{
	width:100%; height:auto; float:left; position:relative;
	font-size:26px;font-weight:600; color:#003567; text-align:center;
	margin-bottom:15px;
}
#home_services p
{
	width:100%; height:auto; float:left; position:relative;
	font-size:16px; text-align:center; line-height:26px;
	margin-bottom:25px;
}

#home_services_title
{
	width:80%; height:auto; position:absolute; right:0px; top:0px; z-index:9;
	left:20%;
	text-align:center;
}

#home_services_l
{
	width:55%; height:auto; float:left; position:relative;
	margin-right:5%;
}
#home_services_l img{ width:100%; height:auto; float:left; }


#home_services_r
{
	width:40%; height:auto; float:left; position:relative;
	margin-top:280px
}
#home_services_r ul
{
	width:100%; height:auto; float:left;
}
#home_services_r ul li
{
	width:100%; height:auto; float:left;
	font-size:18px;
	margin-bottom:20px;
}
#home_services_r ul li i{ margin-right:19px; color:#003567; }





#home_brochure
{
	width:100%; height:auto; float:left;
	margin-top:65px;
	background:#e0e5e9;
	padding-top:40px; padding-bottom:40px;
}

#home_brochure_l
{
	width:50%; height:auto; float:left;
	padding-top:30px; margin-left:5%;
	 text-align:center; 
}

#home_brochure_logo
{
	width:100%; height:auto; float:left;
	margin-top:50px;
}
#home_brochure_logo img{ width:150px; height:auto; }

#home_brochure_l h2
{
	font-size:52px;  font-weight:600; text-align:center; color:#003466;
	margin-bottom:35px;
}
#home_brochure_l p{ font-size:16px; line-height:28px; color:#222; margin-bottom:25px; }

#home_brochure_l ul
{
	width:100%; height:auto; float:left;
	padding-left:20%; margin-bottom:50px;
}

#home_brochure_l ul li
{
	width:50%; height:auto; float:left;
	text-align:left; font-size:16px;
	margin-bottom:10px;
}
#home_brochure_l ul li i{ color:#003466; }

#home_brochure_l a
{
	background:#10253f;
	padding-left:25px; padding-right:25px; padding-top:15px; padding-bottom:15px;
	font-size:14px;  font-weight:600; text-align:center; color:#FFF;
}

#home_brochure_r
{
	width:30%; height: auto; float:left; position:relative;
	margin-left:5%; margin-right:5%;
}
#home_brochure_r img
{
	width:110%; height: auto; float:left;
	margin-right:-25px;
}


#home_news
{
	width:100%; height:auto; float:left; position:relative;
	margin-bottom:65px; padding-top:60px; padding-bottom:60px;
	background:#f4f5fa;
}

#home_news h2
{
	width:100%; height:auto; float:left; position:relative;
	font-size:42px; font-weight:600; text-align:center;
	margin-top:65px;
}

#home_news h3
{
	width:100%; height:auto; float:left; position:relative;
	font-size:26px;font-weight:600; color:#003567; text-align:center;
	margin-bottom:15px;
}
#home_news_l
{
	width:30%; height:auto; float:left; position:relative;
}
#home_news_r
{
	width:70%; height:auto; float:left; position:relative;
}
#home_news_r img
{
	width:45%; height:auto; float:left;
}
#home_news_r .owl-carousel{ background:none; }


#home_news_r li
{
	text-align:center;
}


#home_news_r h5
{
	width:55%; height:auto; float:left;
	margin-top:25px;
	text-align: center;
}
#home_news_r h5 small
{
	width:70px; height:auto; display: inline-block;
	padding-top:10px; padding-bottom:10px;
	background:#003567;
	text-align:center; font-size:22px; color:#FFF; line-height:30px;
	margin-bottom:2px;
	
}
#home_news_r h5 big
{
	width:70px; height:auto; display: inline-block;
	padding-top:10px; padding-bottom:10px;
	background:#003567;
	text-align:center; font-size:22px; color:#FFF; line-height:30px;
	
}

#home_news_r p
{
	width:55%; height:auto; float:left;
	padding-left:5%; padding-right:5%;
	text-align: center; font-size:16px;
	margin-top:35px; margin-bottom:35px;
}

#home_news_r h3
{
	width:94%; height:50px;
	font-size:16px; color:#FFF; text-align:center; line-height:50px; font-weight:100;
	position:absolute; bottom:50px; left:3%;
	background:#003567;
}


#home_news_r a
{
	font-size:16px; color:#222;
	display:inline-block;
}

#home_news_r .owl-carousel{ margin:0px; background:none; }

#home_news_r .owl-wrapper-outer
{
    border: 0px solid #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}


#home_news_r .owl-controls
{
	width:45%; position:absolute; z-index:99; left:-45%; bottom:70px;
}

#home_news_r .owl-controls .owl-page span {
	width:30px; height:8px;
    border-radius: 0px;
    box-shadow: none;
}



#footer
{
	width:100%; height: auto; float:left;
	background:#003567;
	font-size:14px; color:#FFF;
	padding-top:20px; padding-bottom:20px;
}
#footer a{ color:#FFF; }
#footer_l
{
	width:auto; height:auto; float:left;
}
#footer_r
{
	width:auto; height:auto; float:right;
}

#about_banner
{
	width:100%; height: auto; float:left; position:relative;
	margin-top:30px;
}
#about_banner img
{
	width:100%; height: auto; float:left;
}

#about_banner_text
{
	width:auto; height:auto; position:absolute; bottom:50px; left:50px;
}
#about_banner_text h1
{
	width:auto; height:auto; display:inline-block;
	margin-bottom:5px;
	background:rgba(0,53,103,0.8);
	font-size:52px; color:#FFF; line-height:80px;
	padding-left:45px; padding-right:45px;
}
#about_banner_text h3
{
	width:auto; height:auto;
	background:rgba(0,53,103,0.8);
	font-size:22px; color:#FFF; line-height:50px;
	padding-left:25px; padding-right:25px;
}
#about_cont
{
	width:70%; height: auto; float:left;
	margin-right:15%; margin-left:15%; margin-bottom:65px;
	text-align:center;
}
#about_cont h2
{
	width:100%; height: auto; float:left;
	margin-bottom:25px;
	font-size:42px; color:#003567;
}
#about_cont p
{
	width:100%; height: auto; float:left;
	margin-bottom:15px;
	font-size:16px; color:#222; line-height:32px;
}
#about_chairman
{
	width:100%; height: auto; float:left;
	background:#003567;
	margin-top:35px; margin-bottom:65px;
	padding:25px;
}
#about_chairman_l
{
	width:20%; height: auto; float:left;
	margin-right:2%;
}
#about_chairman_l img
{
	width:100%; height: auto; float:left;
}
#about_chairman_r
{
	width:78%; height: auto; float:left;
}
#about_chairman_r p
{
	width:100%; height: auto; float:left;
	margin-bottom:15px;
	font-size:16px; color:#FFF; line-height:22px;
}
#about_group
{
	width:100%; height: auto; float:left;
	margin-bottom:65px;
	text-align:center;
}
#about_group h2
{
	width:100%; height: auto;
	margin-bottom:25px;
	font-size:42px; color:#003567;
}
#about_group a
{
	border:2px solid #003567; display:inline-block;
	padding-left:25px; padding-right:25px; padding-top:10px; padding-bottom:10px;
	margin-left:10px; margin-right:10px;
}
#about_group a img{ width:200px; height:auto; }

#associate_cont
{
	width:90%; height: auto; float:left;
	margin-left:5%; margin-right:5%;
}
#associate_cont h3
{
	width:100%; height: auto; float:left;
	margin-bottom:15px;
	font-size:22px; color:#222; text-align:center; font-weight:400;
}
#associate_cont p
{
	width:100%; height: auto; float:left;
	margin-bottom:15px;
	font-size:16px; color:#222; line-height:29px; text-align:center;
}
#associate_cont_companies
{
	width:90%; height: auto; float:left;
	margin-left:5%; margin-right:5%;
	margin-bottom:65px; margin-top:30px;
}
.associate_cont_companies_box
{
	width:46%; height:auto; float:left;
	margin-left:2%; margin-right:2%;
	border:2px solid #003567;
	padding:30px;
	text-align:center;
}
.associate_cont_companies_box img{ width:90%; height:auto; display:inline-block; margin-bottom:20px; }
.associate_cont_companies_box h3
{
	width:100%; height: auto; display:inline-block;
	margin-bottom:15px;
	font-size:24px; color:#003567;
}
.associate_cont_companies_box p
{
	width:100%; min-height: 180px; display:inline-block;
	font-size:16px; color:#222; line-height:22px; text-align:center;
}
.associate_cont_companies_box button
{
	float:none;
	background:#FFF;
	color:#222; font-size:14px; text-decoration:underline;
}


#services
{
	width:100%; height: auto; float:left;
	margin-bottom:65px; margin-top:30px;
}

#services ul
{
	width:100%; height: auto; float:left;
}
#services ul li
{
	width:31.33%; min-height: 430px; float:left;
	margin-left:1%; margin-right:1%; margin-bottom:25px;
	border:2px solid #003567;
	padding:20px;
	text-align:center;
}
#services ul li img
{
	width:100%; height: auto; float:left;
	margin-bottom:15px;
}
#services ul li h3
{
	width:100%; height: auto; float:left;
	margin-bottom:5px;
	font-size:22px; color:#003567; font-weight:600;
}
#services ul li p
{
	width:100%; height: auto; float:left;
	font-size:16px; color:#222; line-height:22px; text-align:center;
}



#contact_header
{
	width:100%; height: auto; float:left;
	margin-bottom:65px;
}
#contact_header iframe
{
	width:100%; height: 350px; float:left;
}

#contact_l
{
	width:40%; height: auto; float:left;
	margin-right:5%;
}
#contact_l h1
{
	width:100%; height: auto; float:left;
	margin-bottom:5px;
	font-size:32px;
}
#contact_l h2
{
	width:100%; height: auto; float:left;
	margin-bottom:15px;
	font-size:22px;
}
#contact_l p
{
	width:100%; height: auto; float:left;
	margin-bottom:15px;
	font-size:16px;
}
#contact-r
{
	width:55%; height: auto; float:left;
}

.contact-r-row{ width:100%; height:auto; float:left; margin-bottom:20px; }
.contact-r-row-td
{
	width:48%; height:auto; float:left;
	margin-right:2%;
}

.contact-r-row label{ width:100%; height:auto; float:left; margin-bottom:4px; font-size:14px; }
.contact-r-row input[type='text']
{
	width:100%; height:30px; float:left;
	font-size:14px;
}
.contact-r-row select
{
	width:100%; height:30px; float:left; cursor:pointer;
	font-size:14px;
}
.contact-r-row textarea
{
	width:100%; height:150px; float:left;
	font-size:14px;
}
.contact-r-row input[type='submit']
{
	width:130px; height:37px; float:left; cursor:pointer;
	font-size:14px; color:#cd6a2d;
	background:#ffcc00; border:2px solid #cd6a2d;
}

#career_banner
{
	width:100%; height:auto; float:left;
	background:#DDD;
	padding-top:25px; padding-bottom:25px;
	margin-bottom:65px;
}

#career_banner h1
{
	width:100%; height:auto; float:left;
	font-size:32px; font-weight:500;
}
#career_banner_bread
{
	width:100%; height:auto; float:left;
	font-size:14px; color:#222;
}
#career_banner_bread a
{
	color:#222;
}

#career_form
{
	width:50%; height:auto; float:left;
	margin-left:25%; margin-right:25%; margin-bottom:65px;
}
#career_form p
{
	width:100%; height:auto; float:left;
	margin-bottom:25px;
	font-size:16px; text-align:center; line-height:24px;
}
#career_form input
{
	height:35px;
	margin-bottom:20px;
}
#career_form textarea
{
	height:85px;
	margin-bottom:20px;
}
#career_form input[type='submit']
{
	width:100%; height:40px; float:left;
	background:#003466; border:0px;
	outline:0px; cursor:pointer;
	font-size:12px; color:#FFF;
}

#chairman
{
	width:100%; height:auto; float:left;
	margin-bottom:25px; margin-top:-25px;
	background:#003466;
	padding:20px;
}

#chairman_cont
{
	width:78%; height:auto; float:left;
	color:#FFF;
}

#chairman_cont h2
{
	width:100%; height:auto; float:left;
	font-size:26px;
	margin-bottom:25px;
}

#chairman_cont p
{
	width:100%; height:auto; float:left;
	font-size:16px; line-height:24px; text-align:center;
	margin-bottom:15px;
}

p#chairman_name{ text-align:right; font-weight:600; }

#chairman_photo
{
	width:20%; height:auto; float:left;
	margin-left:2%;
}
#chairman_photo img
{
	width:100%; height:auto; float:left;
}

#chairman_cont_s
{
	width:96%; height:auto; float:left;
	margin-left:2%; margin-right:2%; margin-top:40px;
}

#chairman_cont_s p
{
	width:100%; height:auto; float:left;
	font-size:16px; line-height:24px; text-align:justify;
	margin-bottom:15px;
}

#chairman_cont_s h3
{
	width:100%; height:auto; float:left;
	font-size:22px; color:#003466; font-weight:600;
	margin-bottom:15px; margin-top:25px;
}
#chairman_cont_s ul
{
	width:100%; height:auto; float:left; margin-top:15px;
}
#chairman_cont_s ul li
{
	width:98%; height:auto; float:left; position:relative;
	margin-bottom:14px; margin-left:2%; padding-left:25px;
	font-size:16px;
}

#chairman_cont_s .chairman_cont_awards_gal li:before{ display:none; }

#chairman_cont_s ul li:before
{
	 color:#003567;
	content: "\f192";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    left:-5px;
    position:absolute;
    top:0;

}


#home_services_r a
{
	float:left; margin-top:25px;
	background:#10253f;
	padding-left:25px; padding-right:25px; padding-top:15px; padding-bottom:15px;
	font-size:14px;  font-weight:100; text-align:center; color:#FFF;
}

#chairman_cont_awards
{
	width:100%; height:auto; float:left;
	background:#EEE; padding:20px; padding-bottom:50px;
	margin-left:0%; margin-right:0%; margin-top:40px; margin-bottom:-15px;
}

#chairman_cont_awards h2
{
	width:100%; height:auto; float:left;
	font-size:32px; color:#222; font-weight:600; text-align: center;
}


.chairman_cont_awards_gal{ width:100%; height:auto; float:left; }
.chairman_cont_awards_gal li{ padding:10px; }
.chairman_cont_awards_gal img{ width:100%; height:auto; border:1px solid #DDD; }
.chairman_cont_awards_gal .owl-carousel{ margin:0px; background:none; }
.chairman_cont_awards_gal img{ width:100%; height:auto; }
.chairman_cont_awards_gal .owl-wrapper-outer
{
    border: 0px solid #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}


.chairman_cont_awards_gal .owl-controls
{
	width:100%; position:absolute; z-index:9; right:0px; bottom:-0px;
}
.chairman_cont_awards_gal .owl-theme .owl-controls .owl-buttons div{
	width:auto; height:auto; top:0;
    color: #999;
    text-align:center;
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
	border:2px solid rgba(255,255,255,0.6);
	padding-left:3px; padding-right:3px; padding-top:4px; padding-bottom:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.chairman_cont_awards_gal .owl-controls .owl-buttons .owl-prev{ left:2%; }
.chairman_cont_awards_gal .owl-next{ right:2%; }
.chairman_cont_awards_gal .owl-theme .owl-controls .owl-buttons div img
{
	width:20px; height:auto; opacity:0.5;
}

.chairman_cont_awards_gal h3{ font-size:16px !important; text-align:center; }


.chairman_cont_awards_rec
{
	width:100%; height:auto; float:left;
	margin-left:0%; margin-right:0%; margin-top:40px;
}

.chairman_cont_awards_rec h2
{
	width:100%; height:auto; float:left;
	font-size:32px; color:#222; font-weight:600; text-align: center;
	margin-bottom:15px; margin-top:25px;
}

.chairman_cont_awards_rec ul
{
	width:100%; height:auto; float:left; margin-top:15px;
}
.chairman_cont_awards_rec ul li
{
	width:98%; height:auto; float:left; position:relative;
	margin-bottom:14px; margin-left:2%;
	padding-left:26px;
	font-size:16px;
}

.chairman_cont_awards_rec ul li:before
{
	 color:#003567;
	content: "\f192";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    left:-5px;
    position:absolute;
    top:0;

}
.chairman_cont_awards_gal ul li:before{ display:none; }