@charset "utf-8";
/* CSS Document */
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
* html {
	font-size: 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
table,tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
html, body{
	height: 100%;
}
html {
	line-height: 1;
	/*font-family:'Montserrat', Sans-Serif;*/
	font-size: 15px;
	line-height: 1.4em;
	color: #000;
	font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
/* Base Styles */
body {
	position: relative;
	min-height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
	padding:5px;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a img {
	border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
.image_border{
	text-align:center;
	border: #ccc solid 1px;
}
.clearfix {
	*zoom: 1;
	clear:both;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
/* Typography */
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	text-rendering: optimizeLegibility;
	padding-top: 0.273em;
	line-height: 1.15538em;
	padding-bottom: 0.273em;
}
h1 {
	font-size: 68px;
}
h2 {
	font-size: 42px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 26px;
}
h5 {
	font-size: 18px;
}
h5 a{
color: #003358;
}
h6 {
	font-size: 16px;
}
p {
	font-weight: 400;
	margin-bottom: 13px;
	line-height: 1.625em;
	font-size: 17px;
}
a {
	color: black;
	text-decoration: none;
	outline: 0;
	line-height: inherit;
}
a:hover {
	color: #facd25;
	outline: none;
}
ul, ol {
	margin-bottom: 0.273em;
}
ul {
	list-style: none outside;
}
ol {
	list-style: decimal;
	margin-left: 30px;
}
ul.square, ul.circle, ul.disc {
	margin-left: 25px;
}
ul.square {
	list-style: square outside;
}
ul.circle {
	list-style: circle outside;
}
ul.disc {
	list-style: disc outside;
}
ul ul {
	margin: 4px 0 5px 25px;
}
ol ol {
	margin: 4px 0 5px 30px;
}
li {
	padding-bottom: 0.273em;
	font-size: 16px;
}
dl dt {
	font-weight: bold;
	font-size: 16px;
	font-size: 1rem;
}
em {
	font-style: italic;
	line-height: inherit;
}
strong {
	font-weight: 700;
	line-height: inherit;
}
small {
	font-size: 56.4%;
	line-height: inherit;
}
h1 small, h2 small, h3 small, h4 small, h5 small {
	color: #777;
}
hr {
	border: 1px solid #034480;
    clear: both;
    margin: -5px 0 30px;
    height: 0;
	width: 100%;
}
/*nav tab content*/
/* Style the tab */
.tab {
  float: left;
  width: 20%;
  /*height: 300px;*/  
  /*margin-bottom: 10px;*/
  padding-left: 20px;

}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  /*width: 100%;*/
  
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  background-color: #008a7c;
  border-radius: 36px;
  /*text-align: center;*/
}
/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #00b5a3;
  border-bottom: #00ad9c 1px solid;
  border-radius: 36px;
  text-align: center;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  width: 70%;
  border-left: none;
  height: auto;
}
.sliderTab {
	position: absolute;
	top: 20px;
	/*z-index: 0;*/
	background-color: #d9d6d0;
	float: center;
	text-align: center;
	width: 60%;
	right: 30%;
}
.tabText{
	background-color: #ffffff;
	float: left;
	padding: 0px 12px;
  	width: 70%;
  	border-left: none;
  	height: 300px;
}
.navlink{
	display:inline-block;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px 20px;
	line-height: 100%;

	color: #fff;
	font-size: 14px;
	text-align: center;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	vertical-align: middle;
	font-weight: bold;
	
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #00c5ad;
	
	
	cursor: pointer;
}
a .tabcontent{
display:inline-block;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px 20px;
	line-height: 100%;

	color: #fff;
	font-size: 14px;
	text-align: center;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	vertical-align: middle;
	font-weight: bold;
	
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #00c5ad;
	
	
	cursor: pointer;
}

.tab-container
{
  float: left;
  background-color: #f1f1f1;
  width: 30%;
  height: 300px;
  margin-bottom: 10px;
}
.tab-container ul
{
   list-style: none;
   text-align: center;
}
.tab-container ul li
{
   border-top: 1px solid #666;
   border-right: 1px solid #666;
   border-bottom: 1px solid #666;
   border-left: 8px solid #666;
   background-color: #ddd;
   margin: 8px 0;
}

.main-container
{
   float: left;
  padding: 0px 12px;
  width: 70%;
  border-left: none;
  height: 300px;
}
span.a {
  display: inline-block;
  /*width: 650px;*/
  height: auto;
  padding: 5px;
  padding-right: 170px;
  padding-left: 75px;
  vertical-align: top; 
}
span.b {
  display: inline-block;
  /*width: 650px;*/
  height: auto;
  padding: 5px;
  padding-right: 17px;
  padding-left: 17px;
  vertical-align: top; 
}
span.c {
  display: inline-block;
  width: 650px;
  height: auto;
  padding: 5px;
  padding-right: 170px;
  padding-left: 75px;
  margin-right: 75px;
  vertical-align: top; 
}
.contact{
    width: 23.40426%;
    margin-left: 2.12766%;
    float: left;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 75px;

}

.rowTab {
	width: 100%;
	max-width: 1660px;
	min-width: 320px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}
.center {
  text-align: center;
}

/*ori*/

.company_name{
	text-transform: uppercase;
}
/* css self style */
.float_left{
	float:left;	
}
.float_right{
	float:right;	
}
.hide, #text_language, #current_category {
	display: none;
}
.fixed {
	position: fixed;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
input[type="text"], textarea, select, input[type="email"], input[type="password"] {
    width: 100%;
    padding: 16px;
    margin: 0 0 18px;
    border: 1px solid #e1e1e1;
    background: #fff;
    color: #777;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.txt_message {
    margin: 0;
    height: 161px;
    width: 100%;
    padding: 16px;
    margin: 0 0 18px;
    border: 1px solid #e1e1e1;
    background: #fff;
    color: #777;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height: 1.5em;
}
.row {
	width: 100%;
	max-width: 1160px;
	min-width: 320px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}
.rowTab {
	width: 100%;
	min-width: 320px;
	margin: 0 auto;
	/*padding-left: 20px;
	padding-right: 20px;*/
}
.row .row, .row_ .row_ {
	min-width: 0;
	padding-left: 0;
	padding-right: 0;
}
.row_ {
	width: 100%;
	max-width: 1920px;
	min-width: 320px;
	margin: 0 auto;
}
/* To fix the grid into a different size, set max-width to your desired width */
.columns {
	margin-left: 2.12766%;
	float: left;
	min-height: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.columns_ {
	margin-left: 0.6%;
	float: left;
	min-height: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.columns:first-child, .columns_:first-child {
	margin-left: 0;
}
.columns_:last-child {
	margin-right: 0;
}
/* Column Classes */
.row .one.columns, .row_ .one.columns_ {
	width: 6.38298%;
}
.row .two.columns {
	width: 14.89362%;
}
.row_ .two.columns_ {
	width: 16.16684%;
}
.row .three.columns, .row_ .three.columns_ {
	width: 23.40426%;
}
.row .four.columns, .row_ .four.columns_ {
	width: 31.91489%;
}
.row .five.columns, .row_ .five.columns_ {
	width: 40.42553%;
}
.row .six.columns, .row_ .six.columns_ {
	width: 47.73617%;
    margin-left: 15px;
}
.row .seven.columns, .row_ .seven.columns_ {
	width: 57.44681%;
}
.row .seven.columns{
	/*padding-left:50px;*/
	margin-left:auto;
	margin-right:auto;
	/*float:right;*/
}
.row{
	clear:both;
}

.row .eight.columns, .row_ .eight.columns_ {
	width: 65.95745%;
	/*float:right;*/
}
.row .nine.columns, .row_ .nine.columns_ {
	width: 74.46809%;
}
.row .ten.columns, .row_ .ten.columns_ {
	width: 82.97872%;
}
.row .eleven.columns, .row_ .eleven.columns_ {
	width: 91.48936%;
}
.row .twelve.columns, .row_ .twelve.columns_ {
	width: 100%;
}
.row_ .two_2.columns_ {
	width: 19.52%;
}
.clearfix {
	*zoom: 1;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.row, .row_ {
	*zoom: 1;
}
.row:before, .row:after, .row_:before, .row_:after {
	content: "";
	display: table;
}
.row:after, .row_:after {
	clear: both;
}
/** header **/
.header_bar {
    background: #ffffff;
    opacity: 30%;
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    display: block;
    margin: 0;
    width: 100%;
    height: 125px;
    font-size: 18px;
    opacity: 0.95;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	color: #ffffff;
}
.desktop{
	display: block;
}
/*----- Toggle Button -----*/
.toggle-nav, .menu {
    display:none;
}
.logo{
	margin-top: 5px;
}
.logo img{
	width: 100%;
	padding-top: 20px;
}

/** navigation **/
.nav ul{
	float: right;
}
.nav ul li{
	float: left;
    margin-top: 70px;
    padding: 15px 15px;
    font-size: 18px;
	font-family: 'Noto Sans', sans-serif;
	text-transform: uppercase;
}
.nav ul li:last-child{
	margin-right: 0px;
}
.selected, .nav ul li:hover{
	border-bottom: #facd25 solid 4px;
	cursor: pointer;
}
.m-logo{
	display: none;

}
.container{
	margin-top: 125px;
	font-family: 'Quattrocento Sans', sans-serif;
	color: #003358;
}
.tabSlider{
	width: 50%;
	max-height: 175px;
}

.container, .slide img{
	position: relative;
	width: 100%;
}
.banner{
	/*max-height: 710px;*/
}
.solutions {
	width: 100%;
    height: auto;
    padding-bottom: 310px;
    
   /* padding: 20px 0px 30px 50px;
    /*margin-top: -5px;*/
}
.solution{
	background-color: #f4f4f4;
	width: 100%;
	padding: 20px 0px 30px 0px;
	/*margin-top: 180px;*/
}
.project_padding{
	padding-bottom: 30px;
}

.title{
	font-size: 35px;
    margin-top: 0px;
    line-height: 44px;
	width: 97%;
	padding: 15px 0px 5px 0px;
    margin-bottom: 10px;
    text-align: center;
}
.product_title{
	font-size: 35px;
    margin-top: 0px;
    line-height: 44px;
	width: 97%;
	padding: 15px 0px 5px 0px;
    margin-bottom: 10px;
    text-align: left;
}
.align-center{
	text-align: center;
}

/** product **/
.product ul li{
	float:left;
	margin: 15px 30px 5px 30px;
	
}
.product_img img{
	width: 100%;
}
.products-list{
    width: 24%;
    float: left;
    margin: 0px 5px;
    /* max-height: 293px; */
    height: 300px;
    margin-bottom: 10px;
    text-align: center;
    border: #ccc solid 1px;
    padding: 0px 5px;
}
.products-list:hover{
	box-shadow: 0px 1px 5px rgba(19,19,19,.2);
    -moz-box-shadow: 0px 1px 5px rgba(19,19,19,.2);
    -webkit-box-shadow: 0px 1px 5px rgba(19,19,19,.2);
}
.products-ul{
	display: block;
	height: 300px;
}
.products-list a, .product a{
	color: #004381;
}	
.products {
	margin-bottom: 10px;
}
.no-margin{
	margin-left: 0px !important;
}
.project ul li h5{
	font-weight: bold;
	padding: 10px 10px;
}
.project ul li{
	float:left;
	margin: 15px 2px;
	width: 24.5%;
}

.project ul li img{
	width: 100%;
}
.odd{
	border-bottom: 10px solid #faca0c;
}

.even{
	border-bottom: 10px solid #237b96;
}
/** event **/
.event-solution{
	width: 75%;
	float: left;
}
.event{
	width: 25%;
	float: left;
}
.event .title{
	border-bottom: 1px solid #ccc;
}
/** footer **/
#footer{
	background-color: #008a7c;
    font-size: 14px;
    color: #fff;
	padding: 10px 0px;
}
.footer-nav ul li{
	float: left;
	padding: 0px 20px;
	font-size: 1.1em;
	text-transform: uppercase;
}
.footer-nav ul li:first-child{
	padding-left: 0px;
}
.copyright{
	margin-top: 30px;
}
.sponsor img{
	width: 60%;
}
.media ul li{
	float: left;
    font-size: 25px;
    margin: 0px 15px;
}

.media ul li:first-child{
	margin-left: 0px;	
}
.row .five.columns .sponsor{
	text-align: right;
	margin-top: 7px;
}


/** tab function style **/

/* Tabs container */
.r-tabs {
	position: relative;
}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
	
}
.r-tabs-state-active{
	background: #fff;
	cursor: default;
}
.r-tabs-state-active a{
	cursor: default;
}
.r-tabs .r-tabs-nav {
    text-align: center;
}

.r-tabs .r-tabs-nav {
    background: #f4f4f4;
}

.r-tabs-nav li{
	margin: 20px 10px 0px 10px !important;
	padding-bottom: 0px !important;
}
/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
	display: inline-block;
	padding: 15px 15px;
	background: #fff;
	text-decoration: none;
	text-shadow: 0 1px rgba(0, 0, 0, 0.4);
	font-size: 20px;
	font-weight: bold;
	color: #1764b3;
	text-transform: uppercase;
	box-shadow: 1px -1px 4px rgba(19,19,19,.2);
    -moz-box-shadow: 1px -1px 4px rgba(19,19,19,.2);
    -webkit-box-shadow: 1px -1px 4px rgba(19,19,19,.2);
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	color: #fff;
    text-shadow: none;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    font-size: 20px;
    box-shadow: 1px -1px 4px rgba(19,19,19,.2);
    -moz-box-shadow: 1px -1px 4px rgba(19,19,19,.2);
    -webkit-box-shadow: 1px -1px 4px rgba(19,19,19,.2);
    /* color: #333; */
    background: #008a7c;
    /* margin: 0px; */
}

/* Tab panel */
.r-tabs .r-tabs-panel {
	background-color: white;

	border-bottom: 4px solid white;

	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
    padding: 10px;
    background-color: #0a63b4;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px rgba(0, 0, 0, 0.4);
    font-size: 14px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    margin-bottom: 1px;
}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #0964b5;
    color: #ffffff;
    text-shadow: none;
}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}

/* Buttons */

button {
	display:inline-block;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px 20px;
	line-height: 100%;

	color: #fff;
	font-size: 14px;
	text-align: center;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	vertical-align: middle;
	font-weight: bold;
	
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #00c5ad;
	
	
	cursor: pointer;
}
.enquiry{
	margin: 20px 0px;
}

.geo img{
	width: 100%;
}
p.success {
    /* color: #8dc63f; */
    font-size: 20px;
    display: none;
    margin: 100px 0px;
    font-style: italic;
    padding: 5px;
    border: rgba(3, 98, 181, 0.56) solid 1px;
    background: rgba(3, 98, 181, 0.15);

}
.img-location{
	width: 85%;
}
/* Info bar */
.info {
	display:inline-block;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px 20px;
	width: 300px;
	line-height: 100%;

	font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
	font-size: 14px;
	color: #00c5ad;
	border: 2px solid #00ab94;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;

	cursor: pointer;
} 


/** end tab style **/
.product-list ul li{
	list-style:circle;
}
.product-list ul{
	    margin-left: 35px;
}

.product img{
	width: 100%;
}

.events{
	margin: 30px 0px;
}

.event-img{
	padding: 10px;
	border: #eee solid 1px;
	width: 90%;
	ox-shadow: 1px -1px 4px rgba(19,19,19,.2);
    -moz-box-shadow: 1px -1px 4px rgba(19,19,19,.2);
    -webkit-box-shadow: 1px -1px 4px rgba(19,19,19,.2);
	    margin: 25px 0px;
}
.geo{
	margin-bottom: 50px;
}
#map{
	max-height: 475px;
	width: 100%;
	height: 475px;
}
.enquiry-form{
	margin-top: 35px;
}
.submit-form {
    border: none;
    cursor: pointer;
    margin: 0;
    padding: 16px 20px;
    border-radius: 2px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-weight: normal;
    font-size: 15px;
    min-width: 142px;
    outline: none;
    background-color: #008a7c;
    color: #ffffff;
    border-color: #034480;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	float: right;
}
.submit-form:hover{
	background: #00b5a3;
	border-bottom: #00ad9c 1px solid;
	border-radius: 2px;
}

/** desktop **/
@media (min-width: 981px) and (max-width: 1440px){
	h5 a{
	color: #003358;
	}
	.header_bar{
		display: block;
	}
	.logo img{
		width:60%;
	}
	.desktop{
		display: block;
	}
	.bx-viewport{
		max-height: 210px !importanti;
	}
	.menu {
		display: none;
	}
	.row{
		max-width: 924px;
		padding:0 20px;
	}
	.products-list {
    	width: 23.8%;
	}
	span.a {
	  display: inline-block;
	  width: auto;
	  height: auto;
	  /*padding: 5px;
	  padding-right: 310px;*/
	  /*padding-left: 75px;*/
	  vertical-align: top; 
	  float: left;
	}
	span.b {
     display: inherit;
	  width: auto;
	  height: auto;
	  padding: 5px;
	  padding-right: 17px;
	  padding-left: 17px;
	  vertical-align: top; 
	}
	span.c {
	  display: inline-block;
	  width: 650px;
	  height: auto;
	  padding: 5px;
	  padding-right: 170px;
	  padding-left: 75px;
	  margin-right: 75px;
	  vertical-align: top; 
	}
	.tabcontent {
	  float: left;
	  padding: 0px 12px;
	 /*width: 70%;*/
	  border-left: none;
	  height: auto;
	}
	.tab {	  
	 /* height: 300px;*/
	  margin-bottom: 10px;
	  padding-left: 20px;
	}	
}

/** tablet **/
@media (min-width: 768px) and (max-width: 980px){
	h5 a{
	color: #003358;
	}

	.header_bar{
		display: block;
	}
	.logo img{
		width:65%;
	}
	.slide{
		max-height: 220px;
	}
	.row {
		max-width:980px
	}
	.desktop{
		display: block;
	}
	.menu {
		display: none;
	}
	.nav ul li {
		font-size: 14px;
	}
	.title {
		font-size: 25px;
		margin-bottom: 0px;
		margin-top: 0px;
	}
	.event-img {
		width: 100%;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 16px;
	}
	.project ul li {
		margin: 15px 5px;
		width: 48%;
	}
	.r-tabs {
		margin-top: -6px;
	}
	.footer-nav ul li {
		padding: 0px 15px;
		font-size: 15px;
	}
	.products-list {
		width: 23.6%;
		height: 215px;
	}
	.products-ul {
		display: block;
		height: 230px;
	}	
	span.a {
	  display: inline-block;
	  width: auto;
	  height: auto;
	  /*padding: 5px;
	  padding-right: 310px;*/
	  /*padding-left: 75px;*/
	  vertical-align: top; 
	  float: left;
	}
	span.b {
     display: inherit;
	  width: auto;
	  height: auto;
	  padding: 5px;
	  padding-right: 17px;
	  padding-left: 17px;
	  vertical-align: top; 
	}
	span.c {
	  display: inline-block;
	  width: 650px;
	  height: auto;
	  padding: 5px;
	  padding-right: 170px;
	  padding-left: 75px;
	  margin-right: 75px;
	  vertical-align: top; 
	}
	.tabcontent {
	  float: left;
	  padding: 0px 12px;
	 /*width: 70%;*/
	  border-left: none;
	  height: auto;
	}
	.tab {	  
	 /* height: 300px;*/
	  margin-bottom: 10px;
	  padding-left: 20px;
	}

}
@media (min-width: 481px) and (max-width: 767px) {
	h5 a{
	color: #003358;
	}
	.row {
		max-width:768px
	}

	.header_bar {
		height: 80px;
		position: relative;
	}
	.logo img {
    	width: 44%;
		margin-top: 15px;
	}
	.solution {
		margin-top: -5px;
	}
	.solutions {
		margin-top: -5px;
	}
	.m-logo{
		height: 80px;
		width: 100%;
		text-align: center;
		position: absolute;
		display: block;
	}
	.m-logo img{
		max-width: 58px;
		max-height: 70px;
	}
	.container {
    	margin-top: 0px;
	}

	.desktop{
		display: none;
	}
	/** menu navigation **/
	.menu {
        position:relative;
        display:inline-block;
		float: right;
    	margin: 9px;
		width: 97%;
		z-index: 2;
    }
 
    .menu ul.active {
        display:none;
    }
 
    .menu ul {
        width:100%;
        position:absolute;
        top:120%;
        left:0px;
        padding:7px 22px;
    }
 
    .menu ul:after {
        width:0px;
        height:0px;
        position:absolute;
        top:0%;
        left:22px;
        content:'';
        transform:translate(0%, -100%);
        border-left:7px solid transparent;
        border-right:7px solid transparent;
        border-bottom:7px solid #303030;
    }
 
    .menu li {
        margin: -6px 0px 7px 0px;
		float: none;
		display: block;
		font-size: 18px;
		text-transform: uppercase;
		font-family: 'Noto Sans', sans-serif;
		font-weight: normal;
		/*background: rgba(48, 48, 48, 0.96);*/
		background: rgba(214, 214, 194);
		padding: 10px 10px;
    }
 
    .menu a {
        display:block;
    }
 
    .toggle-nav {
        padding:20px;
        float:left;
        display:inline-block;
        border-radius:3px;
        text-shadow:0px 1px 0px rgba(0,0,0,0.5);
    	font-size: 35px;
        transition:color linear 0.15s;
    }
 
    .toggle-nav:hover, .toggle-nav.active {
        text-decoration:none;
    }
	.m-logo{
		margin: 0px;
		text-align: center;
		width: 100%;
		padding: 5px 0px;
	}
	.products-list {
		width: 47%;
		height: 225px;
	}
	.product{
		margin-top: 20px;
	}
	.project ul li {
		margin: 15px 10px;
		width: 45%;
	}
	.r-tabs {
		position: relative;
		margin-top: 20px;
	}
	.bx-wrapper .bx-pager.bx-default-pager a {
		width: 10px;
		height: 10px;
	}
	.footer-nav ul li {
		padding: 0px 8px;
		font-size: 14px;
	}
	h5 {
		font-size: 17px;
	}
	.event-solution {
		width: 100%;
	}
	.event {
		width: 100%;
	}
	.sponsor img {
		width: 100%;
	}
	.row .six.columns, .row_ .six.columns_ {
		width: 100%;
		margin-left: 11px;
	}
	p.success {
		padding: 20px 0px;
		margin: 20px 0px;
	}

	span.a {
	  display: inline-block;
	  width: auto;
	  height: auto;
	  /*padding: 5px;
	  padding-right: 310px;*/
	  /*padding-left: 75px;*/
	  vertical-align: top; 
	  float: left;
	}
	span.b {
     display: inherit;
	  width: auto;
	  height: auto;
	  padding: 5px;
	  padding-right: 17px;
	  padding-left: 17px;
	  vertical-align: top; 
	}
	span.c {
	  display: inline-block;
	  width: 650px;
	  height: auto;
	  padding: 5px;
	  padding-right: 170px;
	  padding-left: 75px;
	  margin-right: 75px;
	  vertical-align: top; 
	}
	.tabcontent {
	  float: left;
	  padding: 0px 12px;
	 /*width: 70%;*/
	  border-left: none;
	  height: auto;
	}
	.tab {	  
	 /* height: 300px;*/
	  margin-bottom: 10px;
	  padding-left: 20px;
	}
}
/** mobile **/
@media only screen and (max-width: 480px) {
	h5 a{
	color: #003358;
	}
	.row {
		max-width:768px
	}

	.header_bar {
		height: 80px;
		position: inherit;
	}
	.solution {
		margin-top: -5px;
	}
	.solutions {
		margin-top: -5px;
	}
	.m-logo{
		height: 80px;
		width: 100%;
		text-align: center;
		position: absolute;
		display: block;
	}
	.m-logo img{
		max-width: 63px;
		max-height: 80px;
		padding: 5px;
	}
	.logo img {
    	width: 44%;
		margin-top: 15px;
	}
	.container {
    	margin-top: 0px;
	}

	.desktop{
		display: none;
	}
	/** menu navigation **/
	.menu {
        position:relative;
        display:inline-block;
		float: right;
    	margin: 9px;
		width: 97%;
		z-index: 2;
    }
 
    .menu ul.active {
        display:none;
    }
 
    .menu ul {
        width:100%;
        position:absolute;
        top:120%;
        left:0px;
        padding:7px 22px;
    }
 
    .menu ul:after {
        width:0px;
        height:0px;
        position:absolute;
        top:0%;
        left:22px;
        content:'';
        transform:translate(0%, -100%);
        border-left:7px solid transparent;
        border-right:7px solid transparent;
        border-bottom:7px solid #303030;
    }
 
    .menu li {
        margin: -6px 0px 7px 0px;
		float: none;
		display: block;
		font-size: 18px;
		text-transform: uppercase;
		font-family: 'Noto Sans', sans-serif;
		font-weight: normal;
		background: rgba(48, 48, 48, 0.96);
		padding: 10px 10px;
    }
 
    .menu a {
        display:block;
    }
 
    .toggle-nav {
        padding:20px;
        float:left;
        display:inline-block;
        border-radius:3px;
        text-shadow:0px 1px 0px rgba(0,0,0,0.5);
    	font-size: 35px;
        transition:color linear 0.15s;
    }
 
    .toggle-nav:hover, .toggle-nav.active {
        text-decoration:none;
    }

	.project ul li {
		margin: 15px 10px;
		width: 95%;
	}	
	.product{
		margin-top: 20px;
	}
	.products-list {
		width: 46%;
		height: 220px;
		max-height: 225px;
	}
	.row .four.columns, .row_ .four.columns_, .row .eight.columns, .row_ .eight.columns_{
		width: 100%;
	}
	.img-show{
		text-align: center;
	}
	.row .three.columns, .row_ .three.columns_ {
		width: 47%;
		margin-bottom: 23px;
		/* text-align: center; */
	}
	.bx-wrapper .bx-pager.bx-default-pager a {
		width: 10px;
		height: 10px;
	}
	.footer-nav ul li {
		padding: 0px 5px;
		font-size: 14px;
	}
	h5 {
		font-size: 17px;
	}
	.event-solution {
		width: 100%;
	}
	.event {
		width: 100%;
	}
	.sponsor img {
		width: 100%;
	}
	.row .six.columns, .row_ .six.columns_, .row .seven.columns, .row_ .seven.columns_, .row .five.columns, .row_ .five.columns_ {
		width: 95%;
	}
	p.success {
		padding: 15px 5px;
		margin: 20px 0px;
	}

	span.a {
	  display: inline-block;
	  width: auto;
	  height: auto;
	  /*padding: 5px;
	  padding-right: 310px;*/
	  /*padding-left: 75px;*/
	  vertical-align: top; 
	  float: left;
	}
	span.b {
     display: inherit;
	  width: auto;
	  height: auto;
	  padding: 5px;
	  padding-right: 17px;
	  padding-left: 17px;
	  vertical-align: top; 
	}
	span.c {
	  display: inline-block;
	  width: 650px;
	  height: auto;
	  padding: 5px;
	  padding-right: 170px;
	  padding-left: 75px;
	  margin-right: 75px;
	  vertical-align: top; 
	}
	.tabcontent {
	  float: left;
	  padding: 0px 12px;
	 /*width: 70%;*/
	  border-left: none;
	  height: auto;
	}
	.tab {	  
	 /* height: 300px;*/
	  margin-bottom: 10px;
	  padding-left: 20px;
	}
}

@media print {
	* {
		background: transparent !important;
		color: black !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}
	p a {
		color: #555555 !important;
		text-decoration: underline;
	}
	p a:visited {
		color: #555555 !important;
		text-decoration: underline;
	}
	p a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	a[href^="javascript:"]:after, a[href^="#"]:after {
		content: "";
	}
	/* Don't show links for images, or javascript/internal links */
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	tr, img {
		page-break-inside: avoid;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	h2, h3 {
		page-break-after: avoid;
	}
}