li{
  list-style:disc;
}
.navbar-default .navbar-nav > li > a:hover{
  color:#0C0D9D;
}
.line_breaker{
  position: relative;
  width:100%;
  height:1px;
  padding:0px;
  background-color:#ddd;
  overflow:hidden;
}
a{
  color: black;
}
a:hover{
  color:#0C0D9D;
  text-decoration:none !important;
}
#footer{
  *display:inline-block;
}
#footer_container{
  max-width: 1200px;
  margin: auto;
}
#footer a{
  color:grey;
  text-decoration:none;
}
.red_label .arrow{
  display: inline-block;
  width:10px !important;
  height:14px !important;
  position: relative;
  background-image: url(../images/materials/product-pricing/product-pricing-arrow-up.png);
  background-size: cover;
  background-position: 100% 100%;
  top:1px;
}
.green_label .arrow{
  display: inline-block;
  width:10px !important;
  height:14px !important;
  position: relative;
  background-image: url(../images/materials/product-pricing/product-pricing-arrow-down.png);
  background-size: cover;
  background-position: 100% 100%;
  top:1px;
}
/****Header****/
.navbar-default {
  top: -10px;
  position: relative;
  background-color: white;
  border-color: white;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 0px;
    padding-top: 10px;
    padding-left: 30px;
    font-weight: 500;
}
.brand_wrapper{
  position: relative;
}
.current a{
  color:blue !important;
}
.container-fluid{
  max-width: 1200px;
}
.menu_lang_link_container{
  top: -20px;
  position: relative;
}
.lang_bar{
  float: none;
}
.lang_bar li {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  float: none;
  text-align: right;
}
#blue_label{
  width:70px;
  height:3px;
  margin: auto;
  padding:0px;
  background-color:#0C0D9D;
  overflow:hidden;
  margin-bottom: 30px;
}
.navbar .nav li {
  display: inline-block;
  float: none;
}
.navbar .nav {
  position: relative;
  text-transform: uppercase;
  float: none;
  margin-top:13px;
  text-align: right;
}
/*.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 16px;
  margin-right: 15px;
  margin-bottom: 3px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}*/
#moblie_lang_bar{
  display:none;
}
.navbar-brand {
  position: relative;
  background-image: url(../images/menu/logo.svg);
  width: 120px;
  height: 64px;
  background-size: cover;
  background-position: center;
  
  margin: 17px;
  left: 30px;
  
  display: block;

}
.logo{
  float:none !important;
  display:inline-block !important;
}
.list_content{
  line-height:35px;
  margin-bottom: 20px;  
}
.list_content li{
  margin-left: 30px;
}
.list_content li span{
  position: relative;
  left:25px;
  font-size:18px;
}
.readmore a{
  font-size:16px;
  color: #FFFFFF;
  padding: 7px 24px;
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  text-decoration:none;
  text-transform: uppercase;
}
.readmore a:hover{
  color:white;
  text-decoration:none;
}
.readmore_blue a{
  font-size:15px;
  color: #080791;
  padding: 7px 22px;
  border: 1px solid #080791;
  border-radius: 20px;
  text-decoration:none;
  text-transform: uppercase;
}
.readmore{
  margin: 0;
  padding: 0;
} 
.container{
  position: relative;
}
.home_container{
  text-align:center;
}
.content{
  color:white;
  padding:12px;
  margin-bottom: 30px;
  line-height: 40px;
  text-align: center;
  font-size:18px;
}
.content ul{
  padding: 20px;
  /*padding-top:25px;
  padding-left:20px;*/
}
.wrapper{
  padding: 70px 100px;
  margin-top: 90px;
  margin-bottom: 86px;
}
.wrapper_left {
  padding-left: 83px;
  padding-top: 110px;
  padding-bottom: 170px;
}
.wrapper_right{
  float:right;
  padding: 140px 200px;
}
.home-1 img{
  padding-bottom:20px;
}


.list_content li{
  list-style-image: url('../images/materials/home/dot.png');
  width: 8px
  height: 8px;
}
section.module:last-child {
  margin-bottom: 0;
}
section.module.parallax {
  height: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
section.module.parallax.home-1 h2 {
  color: rgba(255, 255, 255, 1);
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
  line-height: 50px;
}

section.module.parallax h1 {
  color: black;
  font-size: 32px;
  text-transform: uppercase;
  line-height: 45px;
  text-align: center;
  margin-bottom:15px;
  font-weight: 700;
  font-family: 'OpenSans-Regular' !important;
}
section.module.parallax h2 {
  color: black;
  font-size: 32px;
  text-transform: uppercase;
  line-height: 45px;
  text-align: center;
  margin-bottom:15px;
  font-weight: 700;
  font-family: 'OpenSans-Regular' !important;
}

  #image_show {
    width:100%;
  }
  #footer{
    /*background-color: #080791;*/
    color:grey;
    text-align:center;
    font-size:12px;
    padding:10px ;
  }

  #footer_container_moblie{
    display:none;
  }
  #footer_container{
    display:block;
  }

  .navbar-toggle { 
    z-index: 100;
    position: absolute;
    float: right;
    padding: 9px 10px;
    margin-top:0px;
    right: 0px;
    top: 35px;
    background-color: transparent;
    background-image: none;
    border-radius: 4px;
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
  }
  .navbar-default .navbar-toggle:hover {
      background-color: transparent;
  }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
     background-color: transparent;
  }
  .navbar-toggle { cursor: pointer; padding: 10px 35px 16px 0px; }
  .navbar-toggle.collapsed span{
    background: #414346 !important; 
  } 
  .navbar-toggle.collapsed span:before {
    top: -7px !important; 
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  } 
  .navbar-toggle span:after {
    display:block !important; 
    top: 0px !important; 
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .navbar-toggle span{
    background: transparent !important; 
    /*display:none !important; */
  }

  .navbar-toggle span, .navbar-toggle span:before, .navbar-toggle span:after {
    transition: all 500ms ease-in-out;
  }
  .navbar-toggle.active span {
    background-color: transparent;
  }
  .navbar-toggle.active span:before, .navbar-toggle.active span:after {
    top: 0;
  }
  .navbar-toggle.active span:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .navbar-toggle.active span:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
/********/

.desktop{
	display: block !important;
}
.moblie{
	display: none !important;
}
.container{
  padding-right: 0px !important;
  padding-left: 0px !important;
  position: relative;
  width: 100%;																																			
  min-height: 100%;
}
.block_content_inner img{
  width: 100%;
  height: auto;
}
.service_content{
  margin-bottom:40px;
}
.chart_item_block{
  position: relative;
  width: 50%;
  padding: 13px;
  float:left;
}
.chart_item_block:nth-child(4n+1){
  clear:both;
}
.chart_item{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  z-index:1;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}
#menu div a{
  display: block;
  width: 100%;
  height: 100%;
  color: #191818;
  text-align: left;
  font-size: 13px;
  /*line-height: 47px;*/
  line-height: 60px;
  padding-left: 56px;
}
#menu .slider_submenu a,#menu .slider_submenu a:focus{
  line-height: 30px;
  text-align: right;
  padding-left: 0px;
  text-decoration: none;
  padding:2px 10px;
  padding-right: 46px;
}
.slider_submenu a span{
  padding:0px 10px;
}
.slider_menu:hover {
    background: url(../../common/images/nav.png);
    background-position: top left;
    background-repeat: no-repeat;
    display: block;
    cursor: pointer;
}
.slider_submenu a span:hover {
  background-color:#008000;
  border-radius: 4px;
  color: white;
}
.language_bar{
  display:inline-block;
  margin:auto;
}
.language_bar_item{
  display:inline-block;
  margin-bottom:20px;
}
.language_bar_item_active{
  background-color:#008000;
  border-radius: 4px;
  padding: 3px 5px;
  min-height: 24px;
}
.language_bar_item_active a{
  color: white;
}
.block_company_overview_image{
  width: 30%;
}
.block_company_overview{
  /*width: 70%;*/
}
.slider_menu a, .submenu_title a {
  font-weight: bold;
}
.submenu_item a span{
  font-weight: normal;
}
.service_quality{
  width: 30%;
}
.service_quality_content{
  width: 70% !important;
  padding-left:10px;
  padding-right:10px;
}
#tag{
    position: relative !important;
    float: left !important;
    width: 100% !important;
}
/*.slider_submenu.active a span {
  background-color:#008000;
  border-radius: 4px;
  color: white;
}*/
/***Moblie****/
/*@media (min-width: 991px){
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin: 20px auto !important;
  }
}*/
@media (min-width: 991px){
.block_content_inner{
	width: 680px;
}
}
@media (max-width: 640px){
  .graphic-1{
    height:auto !important;
    min-height:0px !important;
    max-width: 590px;
    padding-bottom: 193.2% !important;
  }
  .map_label p {
    width: auto;
    padding: 0px;
    padding-left: 10px;
    margin-left: 0px;
    float: none;
    font-size: 17px;
    white-space: normal;
  }
}
.block_company_overview_title{
  width: 100%;
}
#tag2{
  display:none;
}
@media (max-width: 737px){
  .service_quality_content {
    width: 100% !important;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 667px){
  .industries-01 .chart_img {
    max-height: 0;
    height:auto;
    padding-bottom: 100.7% !important;
  }
}
@media (max-width: 767px) {
  .block_content_title{
    width: 100% !important;
    float:left !important;
  }
  .block_content_des{
    width: 100% !important;
    float:left !important;
    text-align: center !important;
  }
  .block_content{
    width: 100% !important;
    margin-left: 0px !important;
  }
  #global_content{
    padding-left: 0px !important;
  }
  #des{
    float:none !important;
  }
}
@media (max-width: 960px){
  .industries-01 .chart_img {
    max-width: 667px;
    height:672px;
  }
  #weekly-region4 table{
    width:742px;
  }
  #lastweek{
    width:400px;
  }
  #tag2{
    float:none !important;
    display: none;
  }
  #tag{
    float:none !important;
  }
}
@media (max-width: 991px){
  .language_bar {
      float: left;
      position: absolute;
      top: 40px;
      left: 15px;
      z-index:1;
  }
  .language_bar_item {
     margin-bottom: 0px; 
}
  .chart_item_block{
    width: 50%;
  }
  .chart_item_block:nth-child(3n+1){
/*    clear:both;*/
  }
  .chart_item_block:nth-child(4n+1){
clear:both;
  }
  #nav2_submenu1_moblie.active a span{
    background-color: #008000;
    border-radius: 4px;
    color: white;
    padding: 2px 10px;
  }
  #nav2_submenu2_moblie.active a span{
    background-color: #008000;
    border-radius: 4px;
    color: white;
    padding: 2px 10px;
  }
  #nav2_submenu3_moblie.active a span{
    background-color: #008000;
    border-radius: 4px;
    color: white;
    padding: 2px 10px;
  }
  #nav2_submenu4_moblie.active a span{
    background-color: #008000;
    border-radius: 4px;
    color: white;
    padding: 2px 10px;
  }
  #nav2_submenu3_moblie.active a span{
    background-color: #008000;
    border-radius: 4px;
    color: white;
    padding: 2px 10px;
  }
  #nav2_submenu4_moblie.active a span{
    background-color: #008000;
    border-radius: 4px;
    color: white;
    padding: 2px 10px;
  }
  #nav3_submenu1_moblie.active a span{
    background-color: #008000;
    border-radius: 4px;
    color: white;
    padding: 2px 10px;
  }
  #nav3_submenu2_moblie.active a span{
    background-color: #008000;
    border-radius: 4px;
    color: white;
    padding: 2px 10px;
  }
  #nav3_submenu3_moblie.active a span{
    background-color: #008000;
    border-radius: 4px;
    color: white;
    padding: 2px 10px;
  }
  #nav3_submenu4_moblie.active a span{
    background-color: #008000;
    border-radius: 4px;
    color: white;
    padding: 2px 10px;
  }
  #des{
    width: 100%;
  }
  .block_content_inner{
    text-align: center;
  }
  .block_content_inner .redbg{
    float:none !important;
    display: block;
  }
  
 /* .block_content_inner img{
    display:inline-block;
  }*/
  .block_content_inner .service_content{
   text-align: left;  
  }
  .block_content{
    width:100% !important;
    bottom: 18px;
  }
  #my_content_global {
    padding: 0px !important;
    /*position: relative;*/
    overflow: hidden;
  }
  .navbar-header{
    height:100px;
  }
  #my_content_global{
    overflow:hidden;
  }
  #contact_tag{
    top:50% !important;
    left:50% !important;
   /* transform: translate(-50%,-50%) !important;
    -webkit-transform: translate(-50%,-50%) !important;*/
  }
  #recruit_tag{
    top:50% !important;
    left:50% !important;
    /*transform: translate(-50%,-50%) !important;
    -webkit-transform: translate(-50%,-50%) !important;*/
  }
  #global_content{
    padding-left:0px !important;
  }
  #des{
    float:left !important;
  }
  .container{
    /*height: auto !important;*/
  }
}
@media (max-width: 900px){
  .customers_list .brand {
    border-left: 0px #ddd solid;
  }
}
@media (max-width: 991px) {
	div#nav3_submenu2_moblie {
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
}
  #r3{
    top: inherit !important; 
    bottom: 24%;
  }
  #r4, #r5_name{
    top: inherit !important; 
    bottom: 12%;
  }
  .submenu_class div a{
    display: block;
    width: 100%;
    height: 100%;
  }
  .container{
    position: relative;
    width: 100%;
    height: 100%;
    bottom: 0px;
    top: 100px;
    left: 0px;
    right: 0px;
  }
	.navbar-nav li div a img{
		height: 60px;
		width: 100%;
	}
  #nav1_moblie.active{
    background:url(../../common/images/nav.png);
    background-repeat: no-repeat;
    background-position: top left;
    width: 100%;
    display:block;
    cursor:pointer; 
    height: auto;
    /*height: 79px;   */
  }
  #nav2_moblie.active{
    background:url(../../common/images/nav.png);
    background-repeat: no-repeat;
    background-position: top left;
    width: 100%;
    display:block;
    cursor:pointer; 
    height: auto;
    /*height: 79px;   */
  }
  #nav2a_moblie.active{
    background:url(../../common/images/nav.png);
    background-repeat: no-repeat;
    background-position: top left;
    width: 100%;
    display:block;
    cursor:pointer; 
    height: auto; 
  }
  #nav3_moblie.active{
    background:url(../../common/images/nav.png);
    background-repeat: no-repeat;
    background-position: top left;
    width: 100%;
    display:block;
    cursor:pointer; 
    height: auto; 
  }
  #nav4_moblie.active{
    background:url(../../common/images/nav.png);
    background-repeat: no-repeat;
    background-position: top left;
    width: 100%;
    display:block;
    cursor:pointer; 
    height: auto; 
  }
  #nav5_moblie.active{
    background:url(../../common/images/nav.png);
    background-repeat: no-repeat;
    background-position: top left;
    width: 100%;
    display:block;
    cursor:pointer; 
    height: auto; 
  }
	.submenu_title.active .submenu_class{
		height: auto;
		max-height:100%;
		transition: all 250ms linear;
	}
	.submenu_class{
		height: auto;
		max-height:0px;
		overflow: hidden;
		transition: all 250ms linear;
	}
  .submenu_item{
    height: 40px;
  }
  .submenu_item a span, .submenu_item a span{
    line-height: 30px;
  }
  .submenu_item a span:hover{
    background-color:#008000;
    border-radius: 4px;
    color: white;
    padding: 2px 10px;
  }
   #header{
    position: fixed;
    width: 100%;
    z-index: 2;
    top: 0px;
   }
   #index_tag{
    left: 2% !important;
    right: 2% !important;
    bottom: 0px !important;
    max-width: 546px !important;
    max-height: 151px !important; 
    width: 98% !important;
    height: auto !important;
    margin-bottom: 50px;
  }
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 0px solid transparent;
      box-shadow: inset 0 0px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
      height: 102vh;
  }
  .desktop{
    display:none !important;
  }
  .moblie{
    display: block !important;
  }
  .navbar-brand{
    width: 195px;
    height: 100px;
  }
  .nav > li > a {
    padding-left:0px;
  }
  .navbar-brand {
    float: none; 
    left: 0px;
    margin: 0px auto;
  }
  .navbar .nav {
    left: 0px !important;
    padding-bottom: 100px;
  } 
  .navbar .nav li {
    text-align:center;
    display: block;
  }
  .block_content_list li{
    text-align: left;
  }
  #contact_tag, #recruit_tag {
    top: auto !important;
    bottom: 50px;
  }
}
@media (max-width: 737px) {
  .block_company_overview_image{
    width: auto;
    float:none !important;
  }
  .block_company_overview, .block_company_overview_title{
    width: 100%;
  }
  .block_content_list li{
    width:auto;
  }
  .block_content_inner div:not(.chart_content,.chart_item_block){
    width: 100% !important;
    float:none !important;
    display: inline-block;
  }
  .block_content_inner p{
    float:none !important;
    display: inline-block;
    width: 100%;
  }
  .block_content_inner div:not(.chart_graph,.chart_item_block){
    width: 100% !important;
  }
}
@media (max-width: 730px){
  .block_content_list li{
    width: 50% !important;
    margin-right: 0px !important;
  }
}

@media (max-width: 620px){
  .chart_item_block{
    width: 50%;
  }
  .chart_item_block:nth-child(2n+1){
    clear:both;
  }
  .chart_item_block:nth-child(3n+1){
    /*clear:both;*/
  }
}
@media (max-width: 543px) {
  .block_company_overview_tel img{
    margin-left:0px !important;
    margin-right:0px !important;
  }
}
@media (max-width: 480px){
  #recruit_tag ul li{
    font-size: 12px;
  }
  .block_content_list li{
    width: 100% !important;
  }
  .graphic-2{
    max-width: 604px;
    height:auto !important;
    min-height:0px !important;
    padding-bottom: 197.4% !important;
  }
  .map_label{
    height: auto!important;
    margin-bottom: 20px;
    /*padding-bottom:20px;*/
  }
}
@media (max-width: 433px){
  #copyright{
    width: 100% !important;
  }
  .chart_item_block{
    width: 80%;
    font-size: 12px;
    display: inline-block;
    margin: auto;
    float: none;
  }
  .chart_item_block:nth-child(2n+1){
    clear:none;
  }
}
a:focus{
  text-decoration: none;
}

a:hover{
  color: #ff9900;
}
/********/
	.service_quality{
		display: none;
	}
.service_quality_img{
			display: block;

}
@media (max-width: 1000px){
	.service_quality{
		display:  table-cell;
	}
	.service_quality_img{
				display: none;

	}
}