﻿@charset "UTF-8";
/*DESIGN SYSTEM*/
.h1,.h2,.h3,.h4,.h5,.sub,.section-title,.feature-title,.feature-descript,.t-product-title, .t-product-des, .table-name, p, div, tr, td, a, h1, h2, h3, h4, h5, h6 {font-family:'Open Sans',Helvetica,Arial,sans-serif;}
.nav,.go-top, li, a {text-decoration: none;}
div {display: block;}
.h1 {font-size: 32px; font-weight: 700; padding: 1em 0 0.5em 0; line-height: 38px}
.sub {font-size: 26px;font-weight: 400; line-height: 1.6em; margin-left: 50px;}
.h2 {font-size: 26px; font-weight: 700; padding: 1em 0 1em 0; line-height: 36px;}
.h3 {font-size: 22px; font-weight: 600; padding: 0.5em 0 0.5em 0;line-height: 32px; border-bottom: none; }
.h4 {font-size: 16px; font-weight: 700; margin-top: 0px;}
.h5 {font-size: 16px; font-weight: 600; }
.h6 {font-size: 15px; font-weight: 400; padding: 0.5em 0 0.5em 0;}
.p {font-size: 15px; font-weight: 400;line-height: 1.5em; color: #202020}
.headline {font-size: 38px; font-weight: 700; margin-left: 50px;}
ul, ol, li {line-height: 1.5em}

/*COLUMNS*/
.col-12 {width: 100%; max-width: 100%;float: left; padding-bottom: 20px;}
.col-12-no-pd {width: 100%; max-width: 100%;float: left; }
.col-10 {width: 80%; max-width: 80%;float: left; padding-bottom: 20px;}
.col-8 {width: 62%; max-width: 62%;float: left; padding: 0.5em;}
.col-6 {width: 48%; max-width: 50%;float: left; padding: 1.5em 0.5em;}
.col-6-46 {width: 46%; max-width: 50%;float: left; padding: 1.5em 0.5em;}
.col-4 {width: 30%; max-width: 30%;float: left; padding: 0.5em 1em;}
.col-4-no-pd {width: 30%; max-width: 30%;float: left; padding: 0 1em;}
.col-3 {width: 23%; max-width: 23%;float: left; padding: 0.5em 0.5em;}
.col-2 {width: 16%; max-width: 16%;float: left; padding: 0.5em 0.1em;}
.col-md-5 {width: 40%; max-width: 40%;float: left; padding: 1.8em 0.5em;}
.col-md-1-5 {width: 20%; max-width: 20%; float: left; padding: 1.8em 0em;}
.w980 {table-layout: fixed;width: 980px; margin: 0 auto;}

/*ROW*/
.clearfix {clear: both}
.section-wrap {width:1200px; margin: 0 auto; overflow: auto; font-family: 'Open Sans', Arial, sans-serif;}/*FOR ALL ROW*/
.link-wrapper {justify-content: left;flex-wrap: wrap; padding-top: 10px;}/*FOR BUTTON ROW*/
.row {padding: 50px 0 50px 0;}
.eStore_container .eStore_block980 {
	width: 1200px;
}
.eStore_block980 {
	table-layout: fixed;
	width: 1200px;
	margin: 0 auto;
}
.img-100 {max-width: 100%;}
/*MARGINS, PADDINGS*/
.section-border, .title-border, .p-border {margin-bottom: 20px;}
.border-top {padding-top: 50px;}
.border-top-30 {padding-top: 30px;}
.border-bottom {padding-bottom: 50px;}
.border-bottom-30 {padding-bottom: 30px;}
.border-bottom-10 {padding-bottom: 10px;}
.border-top-bottom {padding: 40px 0px;}

/*GREYSCALE COLORS*/
.bg-900 {background-color: #202020}
.bg-800 {background-color: #585858}
.bg-700 {background-color: #808080}
.bg-600 {background-color: #B8B8B8}
.bg-400 {background-color: #D8D8D8}
.bg-200 {background-color: #F8F8F8}
.bg-blue {background-color: #f7fcff;}
.bg-lightblue {background-color: #eff7fc}
.bg-orange {background-color: #f38900;}

.t-900 {color: #202020}
.t-800 {color: #585858}
.t-700 {color: #808080}
.t-600 {color: #B8B8B8}
.t-400 {color: #D8D8D8}
.t-200 {color: #F8F8F8}
.t-wht {color: #FFFFFF} a:visited .t-wht {color: #FFFFFF;} 
.t-blk {color: #000000}
.t-blue {color: #0070C0}

/*ALIGNS*/
.center {text-align:center}
.left {text-align: left; }
.right {text-align: right;}
.padding {padding: 10px 30px;}
.padding-bottom {padding-bottom: 20px;}
.padding-top {padding-top: 20px;}
.img-full{max-width: 700px;	height: auto;width: 100%;}

/*TOPBANNER*/
.title-font {font-family: 'Open Sans', Arial, sans-serif;}
.page-kv {width: 100%;height: auto;display: block; position: relative}
.page-title {
	position: absolute;
	top: 5%;
	text-align: left;
	padding: 1em 1em 1em 0;
	float: right;
	margin-left: 0;
}
.page-title-center{
    position:absolute;
    padding:5em 1em 1em 0;
    float:right;
    margin-left:0;
	top: 30%;
  	left: 32%;
	width: 500px;
  	transform: translate(-50%, -50%);	
}
.page-top {position: relative}
.page-title-sub {
	width: 90%;
	padding:0.5em 1em 1em 0;
    float:left;
	font-size: 22px;
}

/*NAV*/
.nav-background {
	background-color: #ffc000;
	opacity: 0.8;
}
ul.nav {
	background-color: #ffc000;
}
ul {margin: 0;padding: 0;overflow: hidden;list-style-type: none;}
.nav li {float: left; display: block;}
.nav-background {width: 100%}
ul.nav {margin: 0 auto; padding: 0;display: table;}
.nav {z-index: 170;text-align: center}
.nav li a {display: block;text-decoration: none;text-align: center; color: #FFFFFF; padding: 10px 20px; border-left: 1px solid #fff;font-family: 'Roboto', 'Open Sans', Arial, sans-serif; font-size: 18px; }
ul li:last-child a{border-right:1px solid #fff;}
.nav li a:hover {
	background-color: #F38900;text-decoration: none;cursor: pointer;
}

ul.nav.stickytop {
	position: fixed;
	top: 0;
	width: 100%;
	padding-left: 22%;
	margin-left: 0;
	background-color: #ffc000;
}
.li-title {
	margin-left: 40px;
	list-style-image: url(../images/tick_blue.png);
	margin-top: 0.6rem;
}
.li-icon {
	font-size: 26px;
	color: #015FB6;
}
.li-content {
	font-size: 13px;
}
.li-disc {
	margin-left: 20px;
	list-style-type: disc;
}
/*GO-TOP*/
.go-top{
    position:fixed;
    bottom:2em;
    right:2em;
    color:#ffffff;
    background-color:#FFc000;
    font-size:12px;
    padding:1em;
    font-family:'Open Sans',Arial,sans-serif;
    display:none
}
.go-top:hover{
    background-color:#015FB6;
    Color:#ffffff;
}

/*URLS*/
.a-blk {color: #000000;} .a-blk:hover{color: #000000;}
.a-wht {color: #ffffff;} .a-wht:hover{color: #ffffff;}
.eStore_btn{background-color:#4398EF;color:#FFFFFF;border-radius:3px;padding:5px 20px}
.cta a a:visited {color: #FFFFFF;}
.cta{
	color: #fff;
	font-size: 15px;
	padding: 8px 20px;
	min-width: 200px;
	max-width: 160px;
	border: solid 2px #004280;
	text-decoration: none;	
	text-align: center;	
	margin:0.5rem;
	display: inline-block;
	background-color: #004280;
}
.cta-secondary{
	font-size: 15px;
	padding: 8px 30px;
	border: solid 2px #004280;
	min-width: 180px;
	max-width: 250px;
	text-decoration: none;	
	text-align: center;	
	margin: 0.5rem;
	display: inline-block;
}
.cta-kv {
	font-size: 15px;
	font-weight: 700;
	padding: 8px 30px;
	min-width: 120px;
	text-decoration: none;	
	text-align: center;	
	margin-top: 0.5rem;
	display: inline-block;
	background-color: #f38900;
}
.cta-kv:hover {background-color: #F3c000;}
.cta-talkto {
	font-size: 26px;
	font-weight: 700;
	padding: 8px 30px;
	border-bottom: solid 4px #F38900;
	border-radius: 5px;
	min-width: 120px;
	text-decoration: none;	
	text-align: center;	
	margin-top: 3rem;
	display: inline-block
}

.cta-align-left{
	font-size: 15px;
	padding: 8px 20px;
	border: solid 1px;
	border-radius: 5px;
	min-width: 120px;
	max-width: 160px;
	text-decoration: none;	
	text-align: center;	
	margin:0.5rem 0.5rem 0.5rem 0rem;
	display: inline-block;
}

.heading-underline {
	border-bottom: 1px solid #D8D8D8;
	padding-bottom: 0.5em;
}
.underline {text-decoration: underline;}

/*ADVANTECH BRANDING*/
.a-advantech-blue {background-color: #004280;} .a-advantech-blue:hover {background-color: #015FB6;}
.a-aonline {background-color: #F39800;} .a-aonline:hover {background-color: #FFA200;}
.a-aonline-blue {background-color: #4398ef;} .a-aonline-blue:hover {background-color: #2284e8;}
.a-eiot {background-color: #801A7A;} .a-eiot:hover{background-color: #994895;}
.a-iretail{background-color: #ffc000;} .a-iretail:hover{background-color: #FDD000;}
.a-ihealthcare {background-color: #7DB5EA;} .a-ihealthcare:hover {background-color: #5CA3E5;} 
.a-ilogistic {background-color: #CC2931;} .a-ilogistic:hover {background-color: #D6545A;} 
.a-ncg {background-color: #0085CC;} .a-ncg:hover {background-color: #339DD6;}
.t-advantech-blue {color: #004280;}
.t-aonline {color: #F39800;}
.t-eiot {color: #801A7A;}
.t-iretail{color: #F2A900;}
.t-ihealthcare {color: #7DB5EA} .t-ihealthcare:hover {color: #FFFFFF;}.t-ihealthcare:visited {color: #7DB5EA}
.t-ilogistic {color: #CC2931;}
.t-ncg {color: #0085CC;}

/*FEATURE COLUMN*/

/*TAB-product*/
.tab {
  overflow: hidden;
}
/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: #D0D0D0;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
	margin: 3px;
}

.tab button:hover {
  background-color: #ffc000;
}
.tab button.active {
  background-color: #ffc000;
}
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}
.tabcontent.active {
display: block;
}


/*TAB-product*/
.tab2 {
  overflow: hidden;
}
/* Style the buttons that are used to open the tab content */
.tab2 button {
	background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
	border-bottom: 8px solid #ffc000;
}

.tab2 button:hover {
	border-bottom: 8px solid #ffc000;
}
.tab2 button.active {
  background-color: #ffc000;
	border-bottom: 8px solid #ffc000;
}
.tabcontent2 {
  display: none;
  padding: 6px 12px;
  border-top: none;
}
.tabcontent2.active {
display: block;
}

/*TAB-product*/
.tab3 {
  overflow: hidden;
}
/* Style the buttons that are used to open the tab content */
.tab3 button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

.tab3 button:hover {
  background-color: #ff0000;
}
.tab3 button.active {
  background-color: #ff0000;
}
.tabcontent3 {
  display: none;
  padding: 6px 12px;
  border-top: none;
}
.tabcontent3.active {
display: block;
}

 .parallax {
     background-image: url(images/contact-us.jpg);
     max-height: 400px;
     background-attachment: fixed;
     background-position: right;
     background-size: cover;
     display: block;
     padding-bottom: 50px;     
	 clear: both;  
}
.scenario_img_div{
	float:left;
	position:relative;
	margin:0 1em;
	padding-top:1em;
}
.cta-contact-us{
	color: #fff;
	font-size: 15px;
	padding: 8px 20px;
	min-width: 120px;
	max-width: 160px;
	text-decoration: none;	
	text-align: center;	
	margin-top:0.5rem;
	display: inline-block;
	background-color: #004280;
}
.cta-contact-us a {color: #fff;}
.cta-contact-us:hover {background-color: #f38900;}
.card-shadow {
	box-shadow: 10px 10px 10px rgba(209,209,209,1);
  transition: box-shadow .3s;
  margin: 2px;
  background: #fff;
  float: left;  
}
/*VIDEO*/
.yt-video {position: relative; padding-bottom: 75%; overflow: hidden;}
.yt-video iframe {position: absolute; align-items: center; top: 0; left: 0; width: 100% !important; height: 100% !important; padding: 40px;}


/*CASE STUDY*/
.imgcontainer {
	position: relative;
	width: 100%;
}

.imgcontainer:hover .overlay{
	bottom: 0;
	height: 100%
}
.overlay-image {
	display: block;
	height: auto;
	width: 100%;
}
.overlay, .overlay-text {
	position: absolute;
	overflow: hidden
}
.overlay {
	bottom: 100%;
	left: 0;
	right: 0;
	background-color: #5CA3E5;
	opacity: 0.9;
	width: 100%;
	height: 0;
	transition: .7s ease
}
.overlay-text {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 25px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	white-space: nowrap
}

/*FOOTER: CONTACT, DISCLAIMER*/
 .parallax {
     background-repeat: no-repeat 
}
 .parallax .h4{
     border-bottom: none;
     color: #FFFFFF;
     padding-top: 50px;
     font-size: 35px;
     font-family: 'Open Sans', sans-serif;
     text-align: center;
     font-weight: 300;
     margin-top: 60px;
     text-transform: none 
}
 .parallax {
     background-image: url("../images/contact-us.jpg");
     background-attachment: fixed;
     background-position: right;
     background-size: cover;
     display: block;
     padding-bottom: 200px;     
	 clear: both;  
}
.contact-us-title {
	font-size: 26px;
	font-weight: 600;
	font-family: 'Open Sans', Arial, sans-serif;
	color: #FFFFFF;	
	padding: 20px 0px;	
	text-align: center;
}
.contact-us-text {
	font-size: 16px;
	font-weight: 400;
	font-family: 'Open Sans', Arial, sans-serif;
	color: #FFFFFF;	
	padding-bottom: 20px;
	text-align: center;
}
.contact-us-button{
    padding: 10px 20px;
    text-align: center;
    font-size: 20px;
    background-color: #ffc000;
    color: #FFFFFF;
    border-radius: 5px;
}
.contact-us-button:hover{
	background-color: #015FB6;
	color: #FFFFFF;
}

.disclaimer{
    font-family:'Open Sans',sans-serif;
    font-size:12px;
    line-height:20px;
    color:#202020;
    padding-top:10px;
    text-align:left;
}
ul.share-buttons>li{
    display:inline
}
ul.share-buttons>li a img{
    text-align:left;
    display:inline
}
ul.share-buttons{
    text-align:left;
    padding-left:0
}
.share-buttons li{
    padding-right:3px
}
.celltitle{
	font-weight: 400;
	text-align: left;
	border-bottom: 3px solid #FFF;
	font-family: 'Open sans', Helvetica, arial, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	}
.cell{
	font-weight: 300;
	text-align: left;
	border-bottom: 1px solid #FFF;
	font-family: 'Open sans', Helvetica, arial, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	}
.no-border{
	font-weight: 300;
	text-align: left;
	border-bottom: none;
	font-family: 'Open sans', Helvetica, arial, sans-serif;
	font-size: 16px;
	color: #ffffff;
}
.border-grey {
	border: 2px dotted #B8B8B8;
}
.whitepaper {
	margin: 0.2em;
	height: 360px;
}
.pdf-icon {
	font-size: 18px;
	color: #004280;
}
.cerficicate-table-tr {
	font-size: 16px;
	color: #FFFFFF;
	padding-top:15px; 
	padding-bottom:15px; 
	text-align: center;
}
.cerficicate-table-td {
	font-size: 15px;
	color: #808080;
	padding-top:10px; 
	padding-bottom:10px; 
	text-align: center;
}
#scenarios .col-4 {border: 1px solid #f38900;}
#scenarios .h5 {padding: 10px 0;}
#casestudy .h5 {font-weight: 700;}
.t-yellow {color: #ffc000;}
/*MOBILE LOOK*/
@media screen and (max-width: 480px)   {
div {display: block;} img {width: 80%; text-align: center;}		
.bitmap-feature {width: 30%;}		
.section-wrap {width:100%; margin: 0 auto; overflow: auto}
.section-wrap-nopd {width:100%; margin: 0 auto; overflow: auto}	
.col-12 {width: 98%; float: left; padding: 1em 0; overflow: auto}

.col-10 {width: 98%; max-width: 98%;float: left; }	
.col-8 {width: 96%; max-width: 96%;float: left; padding: 1em;}	
.col-6 {width: 96%; max-width: 96%;float: left; padding: 1em 0.5em;}
.col-6-46 {width: 96%; max-width: 96%;float: left; padding: 1em 0.5em;}	
.col-4 {width: 96%; max-width: 96%;float: left; padding: 1em 0.5em;}
.col-4-no-pd {width: 96%; max-width: 96%;float: left; }	
.col-3 {width: 96%; max-width: 96%;float: left; padding: 1em 0.5em;}
.col-2 {width: 96%; max-width: 96%;float: left; padding: 1em 0.5em;}
.col-md-1-5 {width: 96%; max-width: 96%; float: left; padding: 1.8em 0em;}
.col-md-5 {width: 98%; max-width: 98%;float: left; padding: 1.8em 0.5em;}
.w980 {table-layout: fixed;width: 98%; margin: 0 auto;}

.banner {width: 250%}
.h1 {font-size: 28px; font-weight: 700; line-height: 1.5em; padding-left: 1rem; }
.h2 {font-size: 22px; font-weight: 600; padding-left: 0.8em;}
.h3 {font-size: 18px; font-weight: 600; border-bottom: none; margin-top: 0px;}
.h4 {font-size: 18px; font-weight: 400; margin-top: 0px; padding: 0}
.h5 {font-size: 16px; font-weight: 600}
.h6 {font-size: 15px; font-weight: 400; padding: 0}
.p {font-size: 15px; font-weight: 400;line-height: 1.6em;}
.headline {font-size: 38px; font-weight: 700; margin-left: 50px;}
.sub {font-size: 22px;font-weight: 400;line-height: 1.6em; margin-left: 50px;}
.cta-lg {
	padding: 0.5em;
}
.cta-secondary{
	padding: 0.5em;
}	
.page-kv{
	height: auto;
	width: 100%;
	}
.page-title {
	position: absolute;
	top: 5%;
	text-align: left;
	width: 80%;
	padding: 1em 1em 1em 0;
	float: right;
	margin-left: 3em;
}
.page-title-sub {
	width: 80%;
	padding: 1rem;
	text-align: left;
	font-size: 18px;
}
.page-title-center{
	position: inherit;
	width: 100%;
	padding: 0;
    text-align:center;
    float:left;
	top:0%;
  	left: 0%;
  	transform: translate(0%, 0%);	
	z-index: 2;
	background-color: #ffc000;
}	
.cta-lg {	
	margin: 0.5em;
}	
.yt-video {position: relative; padding-bottom: 75%; overflow: auto;}
.yt-video iframe {position: absolute; align-items: center; top: 0; left: 0; width: 100% !important; height: 100% !important; padding: 40px;}

	
.border-top {padding-top: 10px;}	
.title {margin-left: 1%;top: 2%}
.nav li a {padding: 10px 12px}
ul.nav.stickytop {position: fixed;top: 0;width: 100%;padding-left: 22%;margin-left: 0;display: none}
.ul.share-buttons{
        padding-left:20px
    }
.nav li a {
		padding: 10px 12px
	}	
ul.nav.stickytop {
		position: fixed;
		top: 0;
		width: 100%;
		padding-left:18%;
		margin-left: 0;
		display: none
	}	
.go-top{right:1em;bottom:1em}
.blue {
    background-repeat: no-repeat;
    width: 100%;
    text-align: center;
   background-image: none;
    background-repeat: repeat-y;
    background-position: right center;
    min-height: 300px;
    background-color: #015fb6;
}
.whitepaper {
	margin: 0.2em;
	height: auto;
}	
}