/* Contao Open Source CMS, (c) 2005-2015 Leo Feyer, LGPL license */
body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
/* Contao Open Source CMS, (c) 2005-2015 Leo Feyer, LGPL license */
@media(max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}

/*
 * NOT Chinese
 */
@font-face {
	font-family: "Roboto Regular";
	src: url("../../files/theme/fonts/Roboto-Regular.ttf");
}
@font-face {
	font-family: "Roboto Light";	
	src: url("../../files/theme/fonts/Roboto-Light.ttf");
}
@font-face {
	font-family: "Roboto Bold";
	src: url("../../files/theme/fonts/Roboto-Bold.ttf");
}

/*
 * for Chinese

@font-face {
	font-family: "Roboto Regular";
	src: local("黑体");
	unicode-range: U+4E00-9FFF;
}
@font-face {
	font-family: "Roboto Light";	
	src: local("黑体");
	unicode-range: U+4E00-9FFF;
}
@font-face {
	font-family: "Roboto Bold";
	src: local("黑体");
	unicode-range: U+4E00-9FFF;
} */
/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("../../files/theme/css/fonts/flexslider-icon.eot");
  src: url("../../files/theme/css/fonts/flexslider-icon.eot?#iefix") format('embedded-opentype'), url("../../files/theme/css/fonts/flexslider-icon.woff") format('woff'), url("../../files/theme/css/fonts/flexslider-icon.ttf") format('truetype'), url("../../files/theme/css/fonts/flexslider-icon.svg#flexslider-icon") format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}


*{
	font-family: "Roboto Light","黑体";
}
.pull_center {
	max-width: 1200px;
	margin-left:auto;
	margin-right: auto;
	position: relative;
}
.fa {
	font-family: FontAwesome!important;
}
.text {
	text-align: justify;
}
.slider {
	position: relative;
}
ul li{
	list-style-type: none;
}
p {
	margin: 0!important;
}
header {z-index: 10;}
#container {z-index: 0;}
/**
 * top block
 */
#top_block .logo a {
	display: inline-block;
}
#top_block .logo a img {height: 60px;}
#top_block {
	position: relative;
}

#top_block .search_form {
	position: absolute;
	right: 125px;
	top: 15px;
	width: 200px;
}
#top_block .search_form .search_input,
#search_result.search_form .search_input{
	width: 170px;
	height: 30px;
	border-radius: 5px 0 0 5px;
}
#top_block .search_form .search_btn,
#search_result.search_form .search_btn{
	width: 30px;
	height: 30px;
	padding: 0;
	background-image: none;
	background-color: #2497c6;
	border-color: #2497c6;
	color: #fff;
	border-radius: 0 5px 5px 0;
	border-left: 0;
}
#top_block .language_menu {
	position: absolute;
	right: 0;
	top: 15px;
}

#top_block .language_menu button{
	background-image: none;
	height: 30px;
}
#top_block .language_menu button.btn-default {
	width: 80px;
	padding-left: 10px;
}
#top_block .language_menu button.dropdown-toggle {
	width:30px;
}
#top_block .language_menu button.dropdown-toggle .caret {
	border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
}
/**
 * nav
 */
.main-nav.navbar-default {
	background-image: none;
	margin-bottom: 0;
	background-color: transparent;
	z-index: 10;
	border: 0;
	border-radius: 0;
	width: 100%;
}
.main-nav.navbar-default.fixed {
	position:fixed;
	top:0;
}
.main-nav:before {
	content:" ";
	display: block;
	height: 50px;
	width: 100%;
	position: absolute;
	background-color: #000;
	background-color:rgba(0,0,0,0.5);
	filter:alpha(opacity=50); /*For IE 4-9*/
	zoom:1;
}
.main-nav.fixed:before {
	background-color:rgba(0,0,0,0.65);
	filter:alpha(opacity=65); /*For IE 4-9*/
}
.mod_navigation ul {
	list-style: none;
	overflow: hidden;
	margin: 0 auto;
	max-width: 1200px;
	height: 50px;
	padding: 0;
	position: relative;
}
.mod_navigation ul li {
	float: left;
	width: 20%;
	text-align: center;
	height: 100%;
	border-left: 1px solid #666;
}
.mod_navigation.fixed ul li {
	width: 16.66666%;
}
.mod_navigation ul li:last-child {
	border-right: 1px solid #666;
}
.mod_navigation ul li.hovered,
.mod_navigation ul li.active,
.mod_navigation ul li.trail {
	cursor: pointer;
	background-color: #000;
	background-color: rgba(0,0,0,0.2);
	filter:alpha(opacity=50); /*For IE 4-9*/
}
.mod_navigation ul li.active span,
.mod_navigation ul li.hovered span,
.mod_navigation ul li.trail a,
.mod_navigation ul li.hovered a,
.mod_navigation ul li.trail span {
	color: #eb9316;
}
.mod_navigation ul li a,
.mod_navigation ul li span {
	text-decoration: none;
	font-size: 1.286em;
	color: #fff;
	display: block;
	height: 100%;
	padding-top: 13px;
}
.mod_navigation ul li.nav-logo{
	display: none;
	border-left: none;
}
.mod_navigation.fixed ul li.nav-logo {
	display: block;
}
.mod_navigation ul li.nav-logo a {
	padding-top: 3px;
}
.mod_navigation ul li.nav-logo.hovered {
	background-color: rgba(0,0,0,0);
}
/**
 * dropmenu
 */
.main_menu {
	position: absolute;
	width: 100%;
	z-index: 100;
}
.main_menu.fixed {
	position: fixed;
	top: 50px;
}
.main_menu .dropmenu {
 	
 	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.75);
    height: 0;
    position: relative;
    background-color: #fff;
}
.main_menu .dropmenu h4 {
	margin: 0;
	color: #4182C7;
}
.main_menu .dropmenu > .ce_text {
	padding: 40px; 
	display: none;
}
.product_service_tbl {
	float: left;
	text-align: left;
}
.product_service_tbl tr td {
	padding: 0 40px;
	color: #333;
}

.product_service_tbl tr td:hover a {
	color: #eb9316;
	cursor: pointer;
}
.product_service_tbl tr td:first-child{
	border-right: 1px solid #EFEFEF;
	padding-left: 10px;
}
.product_service_tbl tr td a {
	text-decoration: none;
	color: #333;
}
.product_service_tbl ~ div {
	margin-right: 50px;
	float: right;
	height: 160px;
	overflow: hidden;
}
.product_service_tbl ~ div img {
	float: left;
}
.product_service_tbl ~ div div {
	width: 300px;
	margin-left: 30px;
	float: right;
}
.product_service_tbl ~ div div p {
	padding-top: 20px;
	line-height: 1.5em;
	height: 9em;
	text-overflow: clip;
}
/**
 * main content
 */
#container #main {
	margin-top: -50px;
}

/**
 * footer
 */
footer {
	background-color: #f5f5f5;
}
footer .footer_table {
	padding-bottom: 60px;
	display: none;
}
footer table{
	width: 1200px;
	
}
footer table th,
footer table td {
	width: 16.6666%;
	padding-top: 10px;
}
footer table th a,
#footer_overview ul li a{
	font-family: "Roboto Bold","黑体";
	font-weight: bold;
	color: #333;
}
footer table tr:first-child th {
	padding-top: 35px;
}
footer table td a{
	color: #777;
}
footer table td a:hover,
#footer_overview ul li a:hover,
footer table th a:hover {
	color: #eb9316;
	text-decoration: none;
}
#footer_overview {
	height: 50px;
	padding-top: 15px;	
	display: block;
}
#footer_overview ul {
	padding: 0;
}
#footer_overview ul li {
	display: inline-block;
	cursor: pointer;
	float: left;
}
#footer_overview ul li:before {
	content: " / ";
	padding: 0 10px; 
	font-family: "Roboto Regular","黑体";
}
#footer_overview ul li:first-child:before {
	content: "";
	padding: 0;
}
.footer_toggle {
	position: absolute;
	bottom: 20px;
	right: 0;
	cursor: pointer;
	color: #666;
}
.footer_toggle span {
	font-weight: bold;
	font-family: "Roboto Regular","黑体";
}
.footer_toggle img {
	margin-left: 10px;
	margin-bottom: 1px;
}
#hide_footer {
	display: none;
}
#show_footer {
	display: block;
	bottom: 15px;
}
#footer_bottom_bar {
	height: 60px;
	background-color: #333;
	color: #fff;
}
#footer_bottom_bar p {
	float: left;
	margin-top: 20px!important;
}
#footer_bottom_bar ul {
	float: right;
	margin-top: 12px;
	display: none;
}
#footer_bottom_bar ul li {
	height: 32px;
	width: 32px;
	border-radius: 5px;
	font-size: 21px;
	padding-top: 5px;
	padding-left: 5px;
	margin: 0 4px;
	cursor: pointer;
}
#footer_bottom_bar ul li.fa-weixin {
	background-color: #2ec73b;
}
#footer_bottom_bar ul li.fa-weibo {
	background-color: #ff9932;
}
#footer_bottom_bar ul li.fa-twitter {
	background-color: #54abee;
}
#footer_bottom_bar ul li.fa-facebook {
	background-color: #3f569a;
	padding-left: 9px;
}
/**
 *Others
 */
.sec {
	position: relative;
	width: 100%;
}
.bg_img {
	min-width: 100%;
}
.bg_img img {
	min-width: 100%;
	max-width: none;
	height: auto;
}
.video_mask {
	position: absolute;
	min-width: 100%;
	z-index: 5;
}
.bg_video {
	display: table;
	margin: auto;
}
.bg_video video {
	max-width: 100%;
}
.simple_btn {
	border: #fff 1px solid;
	text-align: center;
	width: 200px;
	height: 50px;
	padding-top: 10px;
	font-size: 1.4em;
	font-family: "Roboto Light","黑体";
	cursor: pointer;
}
.fa-chevron-up:before {
	content: url("../../files/theme/images/arrow.png");
}


/********  Responsive Styles on Mobile  ********/


.sec1 {
	background-color: #111;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.play_btn {
	display: none!important;
	position: absolute;
	top: 325px;
	left: 0;
	width: 100%;
	text-align: center;
	pointer-events: none;
	z-index: 6;
	background-position: center;
}
.play_btn img {
	margin: auto;
	cursor: pointer;
	height: 200px!important;
	width: 200px!important;
}
#banner-slider .slider {
	margin: 0;
	border: none;
}
#banner-slider ul.flex-direction-nav li a{
	height: 50px;
}
#banner-slider ol.flex-control-nav {
	bottom: 40px;
}
#banner-slider .banner_slides {
	position: relative;
	overflow: hidden;
}
#banner-slider .banner_content {
	position: absolute;
	width: 550px;
}
#banner-slider ul {
	padding: 0;
	margin: 0;
}
#banner-slider .banner_btn {
	background-color: #ef4196;
	border: none;
	margin-top: 55px;
}
#banner-slider .banner_btn:hover {
	background-color: #f45da2;
}
#banner-slider .banner_btn a {
	display: block;
	height: 100%;
	color: #fff;
}
#banner-slider .banner_btn a:hover {
	text-decoration: none;
}
#banner-slider .banner_text p{
	font-size: 2.2em;
	color: #fff;
}
#sec2 {
	background-color: #f5f5f5; /* Light gray */
	width: 100%;
	overflow: hidden;
}
#sec2 div p {
	width: 850px;
	font-size: 2.5em;
	font-family: "Roboto Light","黑体";
	float: left;
	padding: 20px 70px 20px 0; 
	margin:10px 0!important; 
	border: 0;
	border-right-width: 1px;
	border-image:radial-gradient(#666, #fff) 1%;
	color: #222;
}

#sec2 .learn_more_btn {
	margin-top: 55px;
	width: 220px;
	float: right;
	height: 50px;
	background-color: #ff9a32; /* Orange */
	border: none;
}
#sec2 .learn_more_btn a {
	display: block;
	height: 100%;
	padding-top: 10px;
	text-align: center;
	font-size: 1.4em;
	font-family: "Roboto Light","黑体";
	color: #fff;
}
#sec2 .learn_more_btn a:hover {
	text-decoration: none;
}
#sec3 article h2 {
	font-size: 1.5em;
	font-family: "Roboto Regular","黑体";
}

#sec3 article h2 img {
	padding:0 10px 10px 0;
}
#sec3 article {
	margin: 70px 0 90px 0;
	width: 100%;
}
/***
#sec3 article:first-child {
	width: 66.6666%;
	float: left;
}***/
#sec3 p {
	margin: 0 0 10px!important;
}
#sec3 .latest_news .news_list_item_container {
	padding: 30px;
	width: 33.3333%;
	float: left;
}
#sec3 .latest_news .news_list_item {
	background-color: #fff;
	border-bottom: 4px #c5c5c5 solid;
}
#sec3 .latest_news .news_list_item figure {
	width: 100%;
	height: 214px;
	overflow: hidden;
}
#sec3 .latest_news .news_list_item .news_teaser {
	padding: 20px;
	background-color: #f5f5f5;
}
#sec3 .latest_news .news_list_item .news_teaser .teaser {
	margin: 10px 0;
	width: 100%;
	line-height: 2em;
	height: 6em;
	display: -webkit-box;
	display: box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	line-clamp:3;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	float: left;
	text-overflow:ellipsis;
}
#sec3 .latest_news .news_list_item .news_teaser .teaser p{
	font-size: 1.3em;
	font-family: "Roboto Regular","黑体";
}
/**
#sec3 .latest_news {
	width: 33.3333%;
	padding-right: 5%;
	float: left;
	height: 350px;
}
#sec3 .latest_news figure {
	width: 100%;
	height: 170px;
	overflow: hidden;
}
#sec3 .latest_news img {
	width: 100%;
}
#sec3 .latest_news h3 {
	font-size: 1em;
	color: #7ea4f5; 
	word-spacing: nowrap;
	text-overflow:ellipsis;
}
#sec3 .latest_news .news_brief {
	margin-top: 24px;
	width: 100%;
	line-height: 1.8em;
	height: 9em;
	display: -webkit-box;
	display: box;
	overflow: hidden;
	-webkit-line-clamp: 5;
	line-clamp:5;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	float: left;
	text-overflow:ellipsis;
}
#sec3 .latest_news .news_brief p {
	margin: 0;
	font-size: 1.3em;
}
#sec3 .latest_news .read_more_btn,
#annoucement .read_more_btn {
	color: #fff;
	background-color: #7ea4f5; 
	height: 30px;
	width: 140px;
	float: right;
	font-family: "Roboto Light";
	font-size: 1.1em;
	padding:3px 0 0 20px; 
	cursor: pointer;
}
#sec3 .latest_news .read_more_btn a {
	color: #fff;
	text-decoration: none;
	display: block;
}
#sec3 .latest_news .read_more_btn a:after {
	content: "\f055";
	font-family: "FontAwesome";
	margin-left: 10px;
}
**/
/**
#sec3 article:last-child {
	width: 33.3333%;
	float: right;
}**/

#annoucement {
	height: 350px;
	width: 100%;
	background-color: #7ea4f5; /*Blue*/
	padding: 30px;
}

#annoucement p {
	font-family: "Roboto Light","黑体";
	color: #fff;
	line-height: 1.5em;
	height: 7.5em;
	font-size: 2.3em;
	display: -webkit-box;
	display: box;
	overflow: hidden;
	-webkit-line-clamp: 5;
	line-clamp:5;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	float: left;
	text-overflow:ellipsis;
}
#annoucement .read_more_btn {
	border: #fff 1px solid;
	padding-left: 30px;
}
/********  Responsive Styles on Mobile  ********/

@media (max-width: 1199px) {
body {
	min-height: 100%;
}
/**
 * Sidebar menu
 */

/* burger-menu */
.burger-menu {
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 60px;
	padding: 15px;
	background-color: #3b3b3b;
}
.burger-menu span {
	display: block;
	margin-bottom: 5px;
	height: 5px;
	border-radius: 5px;
	background-color: #fff;
}
/* sidebar */
#top_block .search_form {display: none;}
#top_block .language_menu {display: none;}
.main-nav.navbar-default {display: none;}
.main-nav.mobile {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 350px;
	max-width: none;
	overflow-y: scroll;
	overflow-x: hidden; 
	z-index: 100;
	background-color: #4a4a4a;
	color: #fff;
	padding: 15px 15px 100px 15px;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition-duration: .5s; /* Safari */
    transition-duration: .5s;
}
.main-nav.mobile:before {
	display: none;
}
.main-nav.mobile .search_form {
	width: 100%;
	margin-bottom: 30px;
}
.main-nav.mobile .search_form .input-group {
	width: 100%;
}
.main-nav.mobile .search_form .search_input {
	width: 100%;
	height: 40px;
	background-color: #3b3b3b;
	border: none;
}
.main-nav.mobile .search_form .search_btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	color: #fff;
	border: 0!important;
	background: none;
	-webkit-appearance: none;
	z-index: 3;
	box-shadow: none;
}
.main-nav.mobile .nav-logo {
	display: none;
}
.main-nav.mobile >ul {
	border-top: 1px solid #999;
	padding: 0;
}
.main-nav.mobile >ul>li {
	padding-top: 10px;
	border-bottom: 1px solid #999;
	position: relative;
}
.main-nav.mobile >ul >li >ul {
	display: none;
	padding: 10px 0 0 1em;
}
.main-nav.mobile >ul >li.trail >ul {
	display: block;
}
.main-nav.mobile >ul >li.trail >.showmore.expand {
	display: none;
}
.main-nav.mobile >ul >li.trail >.showmore.collapse {
	display: block;
}
.main-nav.mobile ul li a,
.main-nav.mobile ul li span {
	text-decoration: none;
	font-size: 1.286em;
	color: #fff;
	display: block;
	padding-top: 13px;
	font-weight: lighter;
	padding: 0 0 10px 1em;
}
.main-nav.mobile ul li span.active {
	color: #eb9316;
}
.main-nav.mobile .showmore {
	position: absolute;
	right: 0;
	font-size: 1.286em;
	top: 0;
	padding: 15px 15px 0 15px; 
}
.main-nav.mobile .collapse {
	display: none;
}
.main-nav.mobile .language_menu {
	margin-top: 20px;
	padding-left: 1em;
	margin-bottom: 100px;
	width: 150px;
}
.main-nav.mobile .language_menu .btn-default {
	width: 100px;
	color: #fff;
	background-color: #4a4a4a;
	background-image: none;
	-webkit-appearance: none;
}
.main-nav.mobile .language_menu .dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
}
.main-nav.mobile .language_menu .dropdown-menu {
	background-color: transparent;
	left: 10px;
}
.main-nav.mobile .rights-stat {
	padding-left: 1em;
}
/**
 * Sidebar menu style ends
 */
/** Header **/
#container #main {
	margin-top: 0;
}
#top_block .logo a img {
	padding-left: 40px;
}
/** Footer **/
#footer {
	display: none;
}
/**
#footer_container {
	display: none;
}
#footer_bottom_bar {
	text-align: center;
}
#footer_bottom_bar p {
	font-size: .8em;
	width: 100%;
}
**/
/**
 * Banner
 */
.bg_img img {
	width: 100%;
}
.flex-control-nav,
.flex-direction-nav {display: none;}

/* Home */
.home .sec1 ul{
	background-color: #f5f5f5;
}
.home #sec2 {
	padding: 50px;
	text-align: center;
}
.home #sec2:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: -0.25em;
	height: 100%;
}
.home #sec2 .pull_center {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.home #sec2 p {
	width: 100%;
	padding: 0;
	font-size: 1.5em;
	float: none;
}
.home #sec2 div p {
	border-right: 0;
}
.home #sec2 .learn_more_btn {
	float: none;
	margin: auto;
}
.home #sec2 .learn_more_btn a {
	padding-left: 0;
}
.home #sec3 article {
	margin: 0;
}
.home #sec3 article h2 {
	padding-left: 30px;
	margin-bottom: 0;
}
.home #sec3 .latest_news .news_list_item_container {
	width: 100%;
	text-align: center;
}
.home #sec3 .latest_news .news_list_item {
	display: inline-block;
	text-align: left;
	max-width: 351px;
}
.home #sec3 .latest_news .news_list_item figure {
	height: auto;
}
.home #sec3 .latest_news .news_list_item h2 {
	padding-left: 0;
}

@media (min-width: 768px) {
	.home #sec3 .latest_news .news_list_item_container {
		width: 50%;
	}
}
/* About Us */
.about_us .dotted_line {
	display: none;
}
.about_us .innerText.introduction {
	background-color: #d9b2ab;
	padding-bottom: 15px;
}
.about_us .innerText.introduction .slogan {
	color: #fff;
	font-size: 1.3em;
	text-align: center;
	padding: 15px; 
}
.simple_btn a {
	color: #fff;
}
.about_us .sec2 {
	padding: 20px;
}
.about_us .sec2 p.text .mCSB_container {
	margin-right: 30px;
}
.about_us .sec2 p.text .mCSB_container p {
	margin-top: 2em!important;
	font-size: .75em;
	text-align: left;
}
.about_us .sec2 p.text {
	height: 400px;
}
.about_us .sec2 .collapse_toggle {
	padding: 20px 0;
	position: relative;
	float: none;
	text-align: center;
	font-size: 1.3em;
}
.about_us #whyus .pull_center {
	padding: 30px 0 0 0;
}
.about_us #whyus h2 {
	font-size: 2.5em;
}
.about_us #whyus .slider {
	padding: 20px 0 50px 0;
	margin: 0;
}
.about_us #whyus ul.slides li {
	font-size: 1.5em;
}
.about_us #whyus .flex-control-nav {
	display: block;
}
.about_us .sec4 .pull_center {
	padding: 20px 10px;
}
.about_us .sec4 .left-sidebar {
	margin: 0;
	width: 100%;
}
.about_us .sec4 .left-sidebar ul {
	padding-left: 0;
	width: 100%;
}
.about_us .sec4 .left-sidebar ul li {
	width: 30%;
	margin: 0;
	margin-left: 5%;
	float: left;
	height: auto;
	padding: 10px 0;
}
.about_us .sec4 .left-sidebar ul li h1 {
	font-size: .6em;
}
.about_us .sec4 .left-sidebar ul li:first-child {
	margin-left: 0;
}
.about_us .sec4 .right-sidebar .paragraph {
	margin-top: 30px;
	font-size: 1.3em;
	line-height: 1.8;
}
.about_us .sec6 {
	height: auto;
	padding-bottom:40px; 
}
.about_us .sec6 .bg_img {
	display: none;
}
.about_us .sec6 h1 {
	color: #000;
	margin: 20px 0 0 0;
}
.about_us .sec6 .leader {
	width: 100%;
	padding: 30px 15% 0 15%;
	height: auto;
}
.about_us .sec6 .leader .leader_intro {
	display: none;
}
/**
@media (min-width: 768px) {
	.about_us .sec6 .leader {
		width: 50%;
		padding: 30px 7.5% 0 7.5%;
	}
	.about_us .sec6 .leader .readmore {
		display: none;
	}
	.about_us .sec6 .leader .leader_intro {
		display: block;
	}
}**/

/**
 * PictureAir
 */
.product .sec2 {
	padding: 20px 0 0 0;
}
.product .sec2 .pull_center {
	padding-top: 10px;
}
.product .sec2 .introduction {
	margin-bottom: 40px;
}
.product .sec2 .introduction p {
	padding: 10px;
}
.product .sec2 .product_item {
	width: 100%;
}
.product .sec2 .product_item h2 {
	font-size: 2em;
}
.product .sec2 .title p {
	padding: 10px;
}
.product .sec2 .feature {
	padding: 10px;
}
@media (min-width: 768px) {
	.product .sec2 .product_item {
		width: 50%;
	}
}
/**
 * News
 */
#news_overview .news_list_item_container {
	width: 100%;
	margin: auto;
	text-align: center;
}
#news_overview .news_list_item_container .news_list_item {
	max-width: 350px;
	display: inline-block;
	text-align: left;
}
#news_overview .news_list_item figure {
	height: auto;
}
#news_overview .news_list_item figure img {
	width: 100%;
}
#news_detail > .pull_center {
	padding: 10px;
}
#news_detail .news_content h1 {
	font-size: 2em;
}
@media (min-width: 768px) {
	#news_overview .news_list_item_container {
		width: 50%;
	}
}
/**
 * Career
 */
#benefits_slider {
	padding: 10px;
}
#benefits_slider h1 {
	font-size: 2.3em;
}
#benefits_slider li {
	font-size: 1.5em;
	margin: 30px 0;
}
#service_commitments {
	padding-bottom: 155px;
}
#service_commitments h1 {
	font-size: 1.7em;
	margin-bottom: 0;
}
#service_commitments_scrollbar p {
	text-align: left;
	font-size: 1.2em;
}
#service_commitments_scrollbar {
	margin: 0;
	padding: 20px;
}
#service_commitments_scrollbar .mCSB_inside > .mCSB_container {
	margin: 0;
}

#career_overview {
	padding: 10px;
}
#career_overview h1 {
	margin-top: 30px;
}
#career_overview .field.select {
	margin-bottom: 20px;
}
#find_position {
	height: auto;
}
.open_positions .sec3 {
	padding: 10px 10px 155px 10px;
}
.open_positions .position_info h1 {
	margin-right:15px;
}
.open_positions .position_info h2 {
	margin-top: 0;
	margin-left: 0;
}
#fixed-window {
	position: absolute;
	bottom: 0;
	display: block;
	max-width: 70%;
}
.position_detail .sec2 {
	padding: 15px;
}
.position_detail .sec3 {
	padding: 15px 15px 40px 15px;
}
#submit_resume table tr td:first-child {
	max-width: 20%;
	padding-right: 15px;
}
#submit_resume table tr td:last-child {
	max-width: 70%;
}

#personal-info-submit select.select {
	width: auto;
	padding-right: 40px;
}
#submit_resume .field.text, 
#submit_resume .field.textarea {
	margin: 0;
	width: 70%;
}

@media (max-width: 767px) {
	.position_info p, 
	.position_info ul li, 
	#submit_resume table p, 
	#submit_resume table label, 
	#submit_resume table label span {
		font-size: 1.1em;
	}
	#submit_resume span.uploaded_file {
		display: block;
		padding-top: 10px;
		padding-bottom: 20px;
		margin: 0;
	}
	#submit_resume table input.submit {
		display: block;
	}
}
/**
 * Contact Us
 */
.contact .sec2 h1 {
	font-size: 2em;
	margin-top: 30px;
}
.contact #office-list .pull_center{
	padding: 30px 10px 0 10px;
}
.contact .flexslider .slides > li {
	display: block;
	margin-bottom: 50px;
}
.contact #office-list .slider {
	margin-bottom: 0;
}
.contact #office-list .slider .slides li figure {
	height: auto;
}
.contact .sec5 {
	background-color: #f5f5f5;
}
.contact .sec5 .bg_img {
	display: none;
}
.contact #contact-us-form > .pull_center {
	padding-top: 0;
}
.contact .sec5 .title {
	color: #000;
}
.contact .sec5 .title h1 {
	font-size: 2em;
}
.contact .contact_form_container {
	padding: 10px;
}
.contact .contact_form .widget-text {
	width: 100%;
	margin: 10px 0;
}
.contact .contact_form .widget-textarea textarea {
	margin: 10px 0;
}
@media (min-width: 768px) {
	.contact .flexslider .slides > li {
		float: left;
		width: 50%;
	}
	.contact #office-list .slider .slides li figure {
		height: 170px;
	}
}
/**
 * Search result
 */
 .search_result .sec2 {
 	padding: 60px 10px;
 }

