@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
li, ol, ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
a {
	text-decoration: none;
}
#container {
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.wrapper {
	width: 100%;
	float: left;
}
.span_sec {
	width: 100%;
	height: 100px;
	float: left;
}
.span_sec_logo {
	width: 224px;
	height: 100px;
	float: left;
	padding-left: 31px;
	display: block;
}
.span_sec_social_icon {
	width: 170px;
	height: auto;
	float: right;
	padding-top: 55px;
	padding-right: 31px;
	display: block;
}
.pinterest {
	width: 16px;
	height: 24px;
	float: right;
	margin-left: 25px;
	background: url(../images/pinterest.png) no-repeat center right;
	transition: all 0.5s ease 0s;
	display: block;
}
.pinterest:hover {
	background: url(../images/pinterest_hv.png) no-repeat center right;
}
.google {
	width: 16px;
	height: 24px;
	float: right;
	margin-left: 25px;
	background: url(../images/google.png) no-repeat center right;
	transition: all 0.5s ease 0s;
	display: block;
}
.google:hover {
	background: url(../images/google_hv.png) no-repeat center right;
}
.twitter {
	width: 16px;
	height: 24px;
	float: right;
	margin-left: 25px;
	background: url(../images/twitter.png) no-repeat center right;
	transition: all 0.5s ease 0s;
	display: block;
}
.twitter:hover {
	background: url(../images/twitter_hv.png) no-repeat center right;
}
.facebook {
	width: 16px;
	height: 24px;
	float: right;
	margin-left: 25px;
	background: url(../images/facebook.png) no-repeat center right;
	transition: all 0.5s ease 0s;
	display: block;
}
.facebook:hover {
	background: url(../images/facebook_hv.png) no-repeat center right;
}
.span_sec_nav {
	
	float: left;
	height: auto;
	 margin-left: 102px;
    width: 770px;
}
ul.span_sec_nav_01 {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.span_sec_nav_01 li {
	display: inline;
	text-transform: uppercase;
	font-size: 14px;
	float: left;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
}
ul.span_sec_nav_01 li a {
	padding: 52px 14px 12px 14px;
	color: #585858;
	float: left;
	transition: all 0.5s ease 0s;
}
ul.span_sec_nav_01 li a:hover {
	background: #c4151a;
	color: #fff;
}
ul.span_sec_nav_01 li a.active {
	color: #fff;
	background: url(../images/icon_home.png) no-repeat center left 14px #c4151a;
}
ul.span_sec_nav_01 li a.activee {
	color: #fff;
	background: #c4151a;
}
.span_sec_banner{
	width:100%;
	height:511px;
	float:left;
	border-bottom:30px solid rgba(196, 21, 26, 0.1);
	display:block;
}

.span_sec_banner_01{
	width:1000px;
	height:511px;
	margin:0 auto;
	position:relative;
	z-index:9999;
}
.span_sec_banner_02{
	width:382px;
	height:511px;
	margin-left:618px;
	background-color: rgba(196, 21, 26, 0.8);
	
}
.span_sec_banner_03 img{
	width:382px !important;
	height:218px !important;
   position:absolute;
}
h1.span_sec_banner_hdg{
	height: 87px;
	font-family: 'Roboto', sans-serif;
    position: absolute;
    top: 220px;
    width: auto;
	font-size:34px;
	font-weight:800;
	font-weight:bold;
	margin-left:33px;
	text-transform:uppercase;
	line-height:30px;
}
.span_sec_banner_line{
	width:125px;
	height:1px;
	background:#fff;
	position:absolute;
	top:306px;
}
.span_sec_banner_text{
	font-size:18px;
	font-family: 'Roboto', sans-serif;
	position:absolute;
	text-transform:uppercase;
	color:#fff;
	top:330px;
	padding:0px 33px 0px 33px;
	
}
.span_sec_banner_red{
	position:absolute;
	top:424px;
	margin-left:33px;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	color:#fff;
	background:url(../images/arro_banner.png) no-repeat center right;
	padding-right:24px;
	transition: all 0.5s ease 0s;
}
.span_sec_banner_red:hover{
	text-decoration:underline;
	background:url(../images/arro_banner.png) no-repeat center right;
}
.span_sec_bd_01{
	width:100%;
	height:auto;
	float:left;
	
}
.span_sec_bd_02{
	width:1000px;
	height:325px;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:30px;
	display:block;
}
.span_sec_bd_03{
	width:1000px;
	height:40px;
	border-bottom:1px solid #e6e6e6;
	float:left;
}
.span_service{
	text-align:left;
	font-size:26px;
	color:#b2b2b2;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	text-transform:uppercase;
	 line-height: 20px;
	float:left;
}
.navigation{
	background:url(../images/navigation.png) no-repeat center right;
	width:52px;
	height:12px;
	float:right;
	margin-top:10px;
	display:block;
}
.span_sec_service_01{
	display: flex;
    float: left;
    height: auto;
    width: 100%;
	
}
.span_sec_service_02{
	width:249px;
	 height: 263px;
	float:left;
	border-bottom:1px solid #e6e6e6;
	border-left:1px solid #e6e6e6;
}
.span_sec_service_02:hover span.span_sec_service_hd{

	color:#fff;
}

.span_sec_service_02:hover p.span_sec_service_text{

	color:#fff;
}
.span_sec_service_02:hover{
	background:#c4151a;
	color:#fff !important;
	transition: all 0.5s ease 0s;
}
.last_service{
	border-left:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	width:248px;
	float:right;
}
.span_sec_service_hd{
	text-align:center;
	float:left;
	font-size:16px;
	color:#333333;
	font-weight:bold;
	text-transform:uppercase;
	width:250px;
	margin-top:20px;
	margin-bottom:20px;
	line-height:18px;
}
.span_sec_icon_service{
	background:url(../images/juice.png) no-repeat center left 113px #c4151a;
	
	 float: left;
    height: 42px;
    margin-bottom: 20px;
    margin-left: -1px;
    position: relative;
    text-align: center;
    width: 250px;
    z-index: 33;
}
.span_sec_service_02:hover .span_sec_icon_service{
    background:url(../images/juice_hv.png) no-repeat   center  left 113px  #fff;
	
}
.span_sec_icon_service1{
	background:url(../images/tobacco.png) no-repeat center left 99px #c4151a;
	
	 float: left;
    height: 42px;
    margin-bottom: 20px;
    margin-left: -1px;
    position: relative;
    text-align: center;
    width: 250px;
    z-index: 33;
}
.span_sec_service_02:hover .span_sec_icon_service1{
    background:url(../images/tobacco_hv.png) no-repeat   center  left 99px  #fff;
	
}
.span_sec_icon_service2{
	background:url(../images/car.png) no-repeat center left 106px #c4151a;
	
	 float: left;
    height: 42px;
    margin-bottom: 20px;
    margin-left: -1px;
    position: relative;
    text-align: center;
    width: 250px;
    z-index: 33;
}
.span_sec_service_02:hover .span_sec_icon_service2{
    background:url(../images/car_hv.png) no-repeat   center  left 106px  #fff;
	
}
.span_sec_icon_service3{
	background:url(../images/manufacturing.png) no-repeat center left 113px #c4151a;
	
	 float: left;
    height: 42px;
    margin-bottom: 20px;
    margin-left: -1px;
    position: relative;
    text-align: center;
    width: 250px;
    z-index: 33;
}
.span_sec_service_02:hover .span_sec_icon_service3{
    background:url(../images/manufacturing_hv.png) no-repeat   center  left 113px  #fff;
	
}
.span_sec_service_text{
	width:88%;
	text-align:center;
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	color:#585858;
	padding:0px 15px 20px 15px;
	float:left;
}
.span_sec_service_red{
	width:43px;
	height:50px;
	float:left;
	text-align:center;
	background:url(../images/red_service.png) no-repeat center center;
	display:block;
	margin: 0 103px;
	transition: all 0.5s ease 0s;
}
/*.span_sec_service_red:hover{
	background:url(../images/red_service_hv.png) no-repeat center center;
}*/
.span_enquiry_sec{
	width:100%;
	height:425px;
	float:left;
	background:url(../images/enquiry_bg.jpg) no-repeat center center;
	
}
.span_enquiry_sec_mid{
	width:1000px;
	height:auto;
	padding:40px 0px 0px 0px;
	margin:0 auto;
}
.span_enquiry_sec_01{
	width:297px;
	height:344px;
	float:left;
	border:3px solid #c4151a;
	background-color: rgba(0, 0, 0, 0.2);
	
}
.span_sec_email{
	width:92%;
	height:36px;
	float:left;
	background:url(../images/email.png) no-repeat center left;
	margin-top:37px;
	margin-left:24px;
	margin-bottom:24px;
	display:block;
}
h1.span_sec_email_enquiry{
	font-size:22px;
	font-family: 'Roboto', sans-serif;
	float:left;
	margin-left:24px;
	margin-bottom:24px;
	line-height:28px;
	color:#fff;
	width:92%;
	text-transform:uppercase;
}
.span_lin_enquiry{
	width:17px;
	margin-left:24px;
	height:4px;
	float:left;
	background:#fff;
}

p.span_sec_enquiry_text{
	font-size:16px;
	color:#fff;
	text-transform:uppercase;
	float:left;
	line-height:20px;
	padding-left:24px;
	padding-right:24px;
	padding-bottom:0px;
	padding-top:24px;
}
.span_sec_enquiry_button{
	height: 68px;
    width: 297px;
	float:left;
	margin-top:19px;
	background-color: rgba(0, 0, 0, 0.4);
}
.span_quick_enquiry{
	font-size:14px;
	text-align:left;
	padding-left:24px;
	transition: all 0.5s ease 0s;
	line-height:68px;
	font-weight:bold;
	background:url(../images/arro_enquiry.png) no-repeat center right 110px;
	display:block;
	padding-right:0px;
	padding-bottom:0px;
	padding-top:0px;
}
.span_quick_enquiry:hover{
	background:url(../images/arro_enquiry_hv.png) no-repeat center right 110px;
	color:#c4151a;
}
.span_sec_enquiry_002{
	padding:30px;
	float:left;
	width:282px;
	height:290px;
	background-color: rgba(0, 0, 0, 0.5);
}
.span_sec_enquiry_{
	width:100%;
	height:36px;
	float:left;
	background:#f3f3f3;
	border:none;
	color:#999999;
	font-family: 'Roboto', sans-serif;
	text-indent:15px;
	font-size:13px;
	margin-bottom:1px;
	padding:0px;
}
.span_sec_enquiry_commnt{
	width:100%;
	height:90px;
	border:none;
	border:none;
	color:#999999;
	font-family: 'Roboto', sans-serif;
	text-indent:15px;
	background:#f3f3f3;
	padding-top:6px;
	font-size:13px;
	padding-left:0px;
	padding-right:0px;
	margin:0px;
}
.span_sec_sumbit{
	border:none;
	width:100%;
	height:40px;
	float:left;
	padding:0px;
	color:#fff;
	background:#c4151a;
	font-family: 'Roboto', sans-serif;
	font-weight:bolder;
	font-size:14px;
	text-transform:uppercase;
	cursor:pointer;
	padding:0px;
	transition: all 0.5s ease 0s;
}
.span_sec_sumbit:hover{
	background:#448565;
	
}
.span_sec_video{
	width:344px;
	height:350px;
	float:right;
	background-color: rgba(0, 0, 0, 0.5);
}
.span_sec_video_{
	width:92%;
	height:44px;
	float:left;
	background:url(../images/video_.png) no-repeat center left;
	margin-top:37px;
	margin-left:24px;
	margin-bottom:24px;
	display:block;
}
.span_sec_video_player{
	width:344px;
	height:177px;
	float:left;
	margin-top:11px;
	display:block;
	transition: all 0.5s ease 0s;
}
.span_sec_video_player:hover{
	opacity:0.8;
}
.span_sec_footer{
	width:100%;
	height:auto;
	float:left;
	background:#f7f4ef;
	padding-top:20px;
	margin-top:40px;
}
.span_sec_footer_mid{
	width:1000px;
	margin:0 auto;
	height:auto;
}
.span_sic_footer_01{
	width:100%;
	height:auto;
	float:left;
	padding-bottom:10px;
	border-bottom:1px solid #e8e6e1;
}
.footer_logo{
	width:159px;
	height:49px;
	float:left;
	display:block;
}
.span_sec_fooet_top_text{
	float:left;
	margin-left:100px;
	font-size:13px;
	font-weight:bolder;
	color:#999999;
	text-align:left;
	 line-height: 48px;
}
.span_sec_footer_social{
	width:auto;
	float:right;
	margin-top:6px;
}
.pinterest_{
	width: 34px;
	height: 34px;
	float: right;
	margin-left: 10px;
	background: url(../images/pinterest_.png) no-repeat center right;
	transition: all 0.5s ease 0s;
	display: block;
}
.pinterest_:hover {
	opacity:0.6;
}
.google_ {
	width: 34px;
	height: 34px;
	float: right;
	margin-left: 10px;
	background: url(../images/google_.png) no-repeat center right;
	transition: all 0.5s ease 0s;
	display: block;
}
.google_:hover {
	opacity:0.6;
}
.twitter_ {
	width: 34px;
	height: 34px;
	float: right;
	margin-left: 10px;
	background: url(../images/twitter_.png) no-repeat center right;
	transition: all 0.5s ease 0s;
	display: block;
}
.twitter_:hover {
	opacity:0.6;
}
.facebook_ {
	width: 34px;
	height: 34px;
	float: right;
	margin-left: 10px;
	background: url(../images/facebook_.png) no-repeat center right;
	transition: all 0.5s ease 0s;
	display: block;
}
.facebook_:hover {
	opacity:0.6;
}
.span_sec_footer_003{
	width:100%;
	height:auto;
	float:left;
	margin-top:30px;
	margin-bottom:30px;
}
.span_sec_footer_bootm{
	width:1000px;
	float:left;
	border-top:1px solid #e8e6e1;
	padding-top:20px;
	padding-bottom:20px;
}
p.span_sec_footer_045{
	text-align:left;
	color:#808080;
	font-size:13px;
	float:left;
}
.span_sec_footer_com{
	float:right;
}
.span_sec_footer_01{
	width:268px;
	height:auto;
	float:left;
	display:block;
}
.span_sec_footer_01 h3{
	font-size:14px;
	color:#999999;
	font-weight:bolder;
	float:left;
	text-align:left;
	text-transform:uppercase;
}
.footer_map{
	width:205px;
	height:105px;
	float:left;
	display:block;
	background:url(../images/map_.png) no-repeat center left;
	margin-top:20px;
}
.span_sec_footer_02{
	font-size:13px;
	float:left;
	text-align:left;
	color:#808080;
	line-height:20px;
	margin-top:20px;
}
.span_sec_phone{
	text-align:left;
	font-family: 'Roboto', sans-serif;
	color:#808080;
	font-size:13px;
	float:left;
	width:100%;
	height:auto;
	margin-bottom:5px;
	padding-left:25px;
	background:url(../images/phone.png) no-repeat center left;
}
.span_sec_fax{
	text-align:left;
	font-family: 'Roboto', sans-serif;
	color:#808080;
	font-size:13px;
	float:left;
	width:100%;
	height:auto;
	margin-bottom:5px;
	padding-left:25px;
	background:url(../images/fax.png) no-repeat center left;
}
.span_sec_email_{
	text-align:left;
	font-family: 'Roboto', sans-serif;
	color:#808080;
	font-size:13px;
	float:left;
	width:100%;
	height:auto;
	padding-left:25px;
	background:url(../images/email_footer.png) no-repeat center left;
}
.span_sec_footer_03{
	width:410px;
	height:auto;
	float:left;
}
.span_sec_footer_04{
	width:102px;
	height:auto;
	float:left;
}
.span_sec_footer_04 h3{
	float:left;
	
	font-size:14px;
	text-align:left;
	font-weight:bolder;
	text-transform:uppercase;
	
	margin-bottom:0px;
	transition: all 0.5s ease 0s;
	
}
.span_sec_footer_04 h3 a{
	color:#999999;
	padding-left:10px;
	background:url(../images/dot.png) no-repeat center left;
}
.span_sec_footer_04 h3 a:hover{
	color:#448565;
	padding-left:10px;
	background:url(../images/dot_hv.png) no-repeat center left;
}
.span_sec_footer_05{
	width:306px;
	height:auto;
	float:left;
}
.span_sec_footer_05 h3{
	font-size:14px;
	text-align:left;
	font-weight:bolder;
	text-transform:uppercase;
	color:#999999;
	padding-left:10px;
	margin-left:58px;
	background:url(../images/dot.png) no-repeat center left;
}
.span_sec_footer_05 ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
.span_sec_footer_05 ul li{
	font-size:13px;
	color:#999;
	float:left;
	display:block;
	
	
}
.span_sec_footer_05 ul li a{
	font-size:13px;
	color:#999;
	float:left;
	display:block;
	background:url(../images/dot.png) no-repeat center left;
	padding-left:10px;
	margin-left:60px;
	line-height:22px;
	transition: all 0.5s ease 0s;
}
.span_sec_footer_05 ul li a:hover{
	color:#438565;
	background:url(../images/dot_hv.png) no-repeat center left;
	padding-left:10px;
	margin-left:60px;
	line-height:22px;
}

.span_sec_footer_06{
	width:321px;
	height:auto;
	float:right;
}
.span_sec_footer_06 h3{
	font-size:14px;
	text-align:left;
	font-weight:bolder;
	text-transform:uppercase;
	color:#999999;
	padding-left:10px;
	
	background:url(../images/dot.png) no-repeat center left;
}
.span_sec_footer_06 ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
.span_sec_footer_06 ul li{
	font-size:13px;
	color:#999;
	float:left;
	display:block;
	
	
}
.span_sec_footer_06 ul li a{
	font-size:13px;
	color:#999;
	float:left;
	display:block;
	background:url(../images/dot.png) no-repeat  left top 10px ;
	padding-left:10px;
	
	line-height:22px;
	transition: all 0.5s ease 0s;
}
.span_sec_footer_06 ul li a:hover{
	color:#438565;
	background:url(../images/dot_hv.png) no-repeat left top 10px ;
	padding-left:10px;
	
	line-height:22px;
}
.span_sec_04{
	background:url(../images/bg_hdg.png) no-repeat center center;
	width:100%;
	height:74px;
	float:left;
	margin-bottom:30px;
	display:block;
}
.span_sec_05{
	width:1000px;
	height:auto;
	margin:0 auto;
}
.span_sec_05 h1{
	color:#fff;
	text-align:left;
	font-size:24px;
	float:left;
	line-height:74px;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight:bolder;
}
.span_sec_06{
	width:100%;
	height:auto;
	float:left;
	background:url(../images/slide_inner.png) no-repeat center top;
	display:block;
}
.span_sec_06_career_{
	width:100%;
	height:auto;
	float:left;
	background:url(../images/career_bg.png) no-repeat center top;
	display:block;
}
.span_sec_06_contact_{
	width:100%;
	height:auto;
	float:left;
	background:url(../images/contact_bg.png) no-repeat center top;
	display:block;
}
.span_sec_06_global{
	width:100%;
	height:auto;
	float:left;
	background:url(../images/slide_inner_global.png) no-repeat center top;
	display:block;
}
.span_sec_06_gallery{
	width:100%;
	height:auto;
	float:left;
	background:url(../images/gallery_bg.png) no-repeat center top;
	display:block;
}
.span_sec_06_services{
	width:100%;
	height:auto;
	float:left;
	background:url(../images/slide_inner_services.png) no-repeat center top;
	display:block;
}
.span_sec_06_services_juice{
	width:100%;
	height:auto;
	float:left;
	background:url(../images/juice___.jpg) no-repeat center top;
	display:block;
}
.span_sec_06_services_car{
	width:100%;
	height:auto;
	float:left;
	background:url(../images/car__.jpg) no-repeat center top;
	display:block;
}
.span_sec_06_services_shipping{
	width:100%;
	height:auto;
	float:left;
	background:url(../images/shipping.jpg) no-repeat center top;
	display:block;
}
.span_sec_09{
	width:740px;
	height:auto;
	float:right;
}
.span_sec_07{
	width:740px;
	height:54px;
	float:left;
	margin-left:0px;
	border-bottom:1px solid rgba(255, 255, 255, 0.2);
}
.span_sec_08{
	width:230px;
	height:auto;
	float:left;
	margin-top:54px;
}
ul.span_sec_010{
	margin:0px;
	padding:0px;
	list-style:none;
}
ul.span_sec_010 li{
	font-size:14px;
	display:inline-block;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	
	
}
ul.span_sec_010 li a {
	background-color: rgba(0, 0, 0, 0.5);
	padding:25px 0px 25px 14px;
	width:206px;
	float:left;
	width:206px;
	
	margin-bottom:1px;
	transition: all 0.5s ease 0s;
}
ul.span_sec_010 li a:hover {
	background:#c4151a;
	width:220px;
	font-weight:bold;
}
ul.span_sec_010 li a.span_active {
	background:#c4151a;
	width:220px;
	font-weight:bold;
	
}
.span_sec_011{
	width:220px;
	height:auto;
	float:left;
	padding-top:25px;
	background-color: rgba(0, 0, 0, 0.5);
	margin-top:22px;
}
.span_sec_video_company{
	width:89%;
	height:44px;
	float:left;
	background:url(../images/video_.png) no-repeat center left;

	margin-left:25px;
	margin-bottom:20px;
	display:block;
}
h1.span_sec_email_company{
	font-size:22px;
	font-family: 'Roboto', sans-serif;
	float:left;
	margin-left:25px;
	margin-bottom:20px;
	line-height:18px;
	color:#fff;
	width:92%;
	text-transform:uppercase;
}
.span_lin_company{
	width:17px;
	margin-left:25px;
	height:4px;
	float:left;
	background:#fff;
	margin-bottom:17px;
}
.span_sec_video_player_company{
	
	width:100%;
	height:177px;
	float:left;
	display:block;
}
.span_sec_contact_company{
	width:220px;
	height:auto;
	float:left;
	margin-top:22px;
}
.span_sec_012{
	width:220px;
	height:70px;
	float:left;
	background:#c4151a;
}
.span_sec_contact_01{
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	background:url(../images/concat_icon.png) no-repeat center left;
	display:block;
	text-align:left;
	line-height:70px;
	color:#fff;
	font-weight:bolder;
	text-transform:uppercase;
	padding-left:40px;
	margin-left:25px;
}
.span_sec_013{
	width:220px;
	height:auto;
	float:left;
	padding-top:30px;
	padding-bottom:30px;
	background:#f3f3f3;
}
.span_sec_global{
	width:73px;
	height: 30px;
    padding-top: 45px;
	color:#808080;
	font-size:12px;
	font-family: 'Roboto', sans-serif;
	text-align:center;
	float:left;
	background:url(../images/point.png) no-repeat center top;
	 border-right: 1px solid #e6e6e6;
	display:block;
	transition: all 0.5s ease 0s;
}
.span_sec_global:hover{
	background:url(../images/point_hv.png) no-repeat center top;
	color:#c4151a;
}
.span_sec_by_phone{
	width:72px;
	height: 30px;
    padding-top: 45px;
	color:#808080;
	font-size:12px;
	font-family: 'Roboto', sans-serif;
	text-align:center;
	float:left;
	background:url(../images/phone_company.png) no-repeat center top;
	 border-right: 1px solid #e6e6e6;
	display:block;
	transition: all 0.5s ease 0s;
}
.span_sec_by_phone:hover{
	background:url(../images/phone_company_hv.png) no-repeat center top;
	color:#c4151a;
}
.span_sec_by_mail{
	width:72px;
	height: 30px;
    padding-top: 45px;
	color:#808080;
	font-size:12px;
	font-family: 'Roboto', sans-serif;
	text-align:center;
	float:left;
	background:url(../images/mail_.png) no-repeat center top;
	display:block;
	transition: all 0.5s ease 0s;
}
.span_sec_by_mail:hover{
	background:url(../images/mail_hv.png) no-repeat center top;
	color:#c4151a;
}
.span_sec_nav_inner{
	font-size:12px;
	text-align:left;
	float:left;
	background:url(../images/arrooo.png) no-repeat center right;
	padding-right:20px;
	color:#fff;
	margin-top:28px;
}
.span_sec_nav_inner:hover{
	
	text-decoration:underline;
}
.span_sec_na_inner{
	font-size:12px;
	text-align:left;
	float:left;
	padding-left:8px;
	margin-top:28px;
	color:#fff;
}
.span_sec_014{
	width:100%;
	float:left;
	height:auto;
	margin-top:60px;
}
.span_sec_company_icon{
	width:100%;
	float:left;
	background:url(../images/company_icon.png) no-repeat center left;
	height:53px;
	display:block;
}
.span_sec_global_icon{
	width:100%;
	float:left;
	background:url(../images/global.png) no-repeat center left;
	height:53px;
	display:block;
}
.span_sec_gallery_icon{
	width:100%;
	float:left;
	background:url(../images/gallery.png) no-repeat center left;
	height:53px;
	display:block;
}
.span_sec_career_icon{
	width:100%;
	float:left;
	background:url(../images/career_.png) no-repeat center left;
	height:53px;
	display:block;
}
.span_sec_products_icon{
	width:100%;
	float:left;
	background:url(../images/products.png) no-repeat center left;
	height:53px;
	display:block;
}
.span_sec_hd{
	font-size:30px;
	text-align:left;
	text-transform:uppercase;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	line-height:50px;
}
.span_sec_para{
	width:100%;
	float:left;
	height:auto;
	background:#f3f3f3;
	margin-top:40px;
	margin-bottom:0px;
}
.span_sec_para p{
	padding:30px;
	font-size:15px;
	text-align:left;
	line-height:22px;
	color:#333333;
	float:left;
}

p.span_sec_015{
	padding:30px;
	background:#3d3d3d;
	font-size:17px;
	font-weight:bold;
	height: 106px;
	
	color:#fff;
}
.span_sec_016{
	width:100%;
	height:161px;
	float:left;
	background:#dadada;
}
.span_sec_hd_{
	font-size:30px;
	text-align:left;
	text-transform:uppercase;
	color:#585858;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	line-height:40px;
	float:left;
	padding:30px 30px 30px 30px;
	width:100%;
}
.lin_{
	width:67px;
	background:#b4b4b4;
	float:left;
	height:1px;
	margin-left:30px;
	margin-bottom:0px;
}
.span_sec_arro_lft{
	width:32px;
	height:61px;
	float:left;
	background:url(../images/aro_01.png) no-repeat center left;
	margin:50px 0px 50px 50px;
}
.span_sec_arro_rit{
	width:32px;
	height:61px;
	float:right;
	background:url(../images/aro_02.png) no-repeat center left;
	margin:50px 50px 50px 0px;
}
.span_sec_017{
	width:450px;
	height:161px;
	margin: 0 63px;
	float:left;
}
.span_sec_018{
	height:120px;
	margin:0 auto;
	width:450px;
	display:block;
}
.span_sec_a1{
	
	width:36px;
	height:33px;
	float:left;
	display:block;
	margin-top:74px;
}
.span_sec_a2{
	
	width:300px;
	height:54px;
	float:left;
	display:block;
	margin-left: 39px;
    margin-right: 39px;
	margin-top:52px;
}
.span_sec_a3{
	
	width:36px;
	height:29px;
	float:right;
	display:block;
	margin-top:76px;
}
.span_sec_btm{
	float:left;
	text-align:center;
	color:#585858;
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	font-weight:bold;
	width:100%;
	text-transform:uppercase;
}
.span_sec_arro_btm{
	background:url(../images/aro_o.png) no-repeat center center;
	margin: 27px auto 0;
	width:22px;
	height:14px;
	display:block;
}
.span_sec_form{
	background:#3d3d3d;
	padding:30px 70px 50px 70px;
	float:left;
	width:81%;
}
.span_form_01{
	text-align:left;
	font-size:16px;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	float:left;
	text-transform:uppercase;
	margin-bottom:35px;
}
.span_sec_enquiry_form{
	width:280px;
	height:36px;
	float:left;
	background:#3d3d3d;
	border:1px solid #575757;
	color:#999999;
	font-family: 'Roboto', sans-serif;
	text-indent:15px;
	font-size:13px;
	margin-bottom:10px;
	padding:0px;
}
.span_sec_enquiry_form_rit{
	width:280px;
	height:36px;
	float:right;
	background:#3d3d3d;
	border:1px solid #575757;
	color:#999999;
	font-family: 'Roboto', sans-serif;
	text-indent:15px;
	font-size:13px;
	margin-bottom:10px;
	padding:0px;
}
.span_sec_enquiry_commnt_form{
	width:598px;
	height:120px;
    float:left;
	color:#999999;
	font-family: 'Roboto', sans-serif;
	text-indent:15px;
	background:#3d3d3d;
	border:1px solid #575757;
	padding-top:10px;
	font-size:13px;
	padding-left:0px;
	padding-right:0px;
	margin-bottom:20px;
}
.span_sec_contact{
	width:100%;
	height:auto;
	float:left;
	background:#f3f3f3;
	margin-top:1px;
	padding-top:30px;
	padding-left:15px;
	padding-bottom:30px;
	display:block;
}
.imag_span{
	width:235px;
	height:235px;
	float:left;
	display:block;
	transition: all 0.5s ease 0s;
	border:2px solid #fff;
	margin-right:11px;
}
.span_sec_icon_00{
	float:left;
	background:url(../images/zoom.png) no-repeat center center;
		width:100%;
	height:100%;
	display:none;
	 transition: all 0.5s ease 0s;
}
.imag_span:hover span.span_sec_icon_00{
    
    background:url(../images/zoom.png) no-repeat center center rgba(0, 0, 0, 0.2);
	 
	   top: -235px;
	  display:block;
	  position: relative;
    transition: all 0.5s ease 0s;
    z-index: 10000;
}
.imag_span_01{
	width:486px;
	height:235px;
	float:left;
	display:block;
	transition: all 0.5s ease 0s;
	border:2px solid #fff;
	margin-top:11px;
	margin-right:11px;
}
.span_sec_icon_00{
	float:left;
	background:url(../images/zoom.png) no-repeat center center;
		width:100%;
	height:100%;
	display:none;
	
	 transition: all 0.5s ease 0s;
}
.imag_span_01:hover span.span_sec_icon_00{
    
    background:url(../images/zoom.png) no-repeat center center rgba(0, 0, 0, 0.2);
	 
	   top: -235px;
	  display:block;
	  position: relative;
    transition: all 0.5s ease 0s;
    z-index: 10000;
}
.dl-menuwrapper{
	display:none;
}
.span_sec_products_01{
	width:100%;
	height:251px;
	margin-bottom:1px;
	float:left;
	display:block;
}
.span_sec_products_02{
	background:url(../images/products_01_0.png) no-repeat center left;
	float:right;
	display:block;
	width:264px;
	height:251px;
	top: -251px;
	position:relative;
}
.span_sec_products_02__{
	background:url(../images/products_01_1.png) no-repeat center left;
	float:left;
	display:block;
	width:264px;
	height:251px;
	top: -251px;
	position:relative;
}
.span_sec_products{
	font-size:20px;
	text-align:left;
	float:left;
	padding:28px 0px 28px 28px;
	color:#fff;
	margin-left: 13px;
	text-transform:uppercase;
	font-weight:bolder;
	font-family: 'Roboto', sans-serif;
}
.span_sec_products_lf{
	font-size:20px;
	text-align:right;
	float:right;
	padding:28px 28px 28px 0px;
	color:#fff;
	margin-right: 13px;
	text-transform:uppercase;
	font-weight:bolder;
	font-family: 'Roboto', sans-serif;
}
.span_sec_product_line{
	width:100px;
	height:1px;
	margin-left: 13px;
	background:#fff;
	float:left;
}
.span_sec_product_line_lf{
	width:100px;
	height:1px;
	margin-right: 13px;
	background:#fff;
	float:right;
}
p.span_sec_product{
	float:left;
	text-align:left;
	margin-left:13px;
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	font-size:16px;
	padding:28px 0px 0px 28px;
	color:#fff;
}
p.span_sec_product_lf{
	float:right;
	text-align:right;
	margin-left:13px;
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	font-size:16px;
	padding:28px 28px 28px 0px;
	color:#fff;
}