@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,body {
    height:100%;
	font-family:  'Microsoft JhengHei', 'Roboto', 'Roboto Condensed', sans-serif;
	font-size: 16px;
    -webkit-text-size-adjust: none;
}
#noie6 {
	height: 40px; /*高度*/
	width: 100%; /*寬度*/
    background: #FFDFDF; /*背景色*/
    border: 1px solid #FF2F2F; /*邊線*/
    clear: both; /*清除繼承上方的浮動*/
    color: #555; /*字體顏色*/
    display: block; /*顯示方式*/
    font-size: 16px; /*字體大小*/
	line-height: 40px;
    position: relative; /*相對定位*/
    text-align: center; /*文字置中*/
    top: 10px; /*距離上方10px*/
}
.markPoint:before{
        content: '';
        display: block;
        position: relative;
        width: 0;
        height: 75px;
		padding-top: 75px;
        margin-top: -75px;
}
.arborgreen{color: #007985}
.arboryellow{color: #ffb718}
.gray{color:#333}

.clearboth{clear:both}

/*====== Mobile version ================================================================ Mobile version ========================================================================= Mobile version =====*/
@media screen and (max-width: 767px){
.wrapper{
	margin:0;
	width:100vmin;
	height:100vmin;
}
h1 {font-size: 6vmin; font-weight:600; line-height:9.5vmin;}
h2 {font-size: 5vmin; font-weight:300; line-height:7vmin;}
h3 {font-size: 5vmin; font-weight:300; line-height:7vmin; padding-bottom: 2vmin;}
h4 {font-size: 4vmin; font-weight:300; line-height:4.5vmin;}
h6 {font-size: 2vmin; font-weight:300; line-height:3.2vmin;}
.header__nav{
	width:100%;
	height:60px;
	margin:0px auto;
	position:fixed;
	top:0;
	left:0;
	background-color:#fff;
	overflow:hidden;
	padding-top:10px;
	padding-bottom:10px;
	z-index:9994;
	box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
}
.header__nav h1 {
  float:none;
  padding-left:20px;
  padding-top:3px;   
}
.header__nav h1 a{
  display:block;
  width:8vw;
  min-width:140px;
  margin-top: 10px;
  background-image: url(https://www.arbor-technology.com/Event/Infotainment-Solution/images/arbor-logo.svg);
  background-repeat:no-repeat;
  background-size:contain;
  text-indent: -9999px;
}
.header__nav ul{
  float:right;
  padding-right: 10px;
  padding-top:5px;
  list-style:none;
  display:none;
}
/*mobile nav all*/
#header--mobile{
  width:100%;
  height:203px;
  background-color:rgba(255,255,255,0);
  position:fixed;
  top:0;
  left:0;
  transform:translate3d(0px,-1000px,0px);
  z-index:9996;
  display:block;
}
#header__menu{
  width:32px;
  height:32px;
  padding:4px;
  background-color:#fff;
  position:fixed;
  right:15px;
  top:15px;
  cursor:pointer;
  z-index:9995;
}
.line{
  width:80%;
  height:2px;
  margin:4px auto;
  background-color:#007985;
} 
	
	#header--mobile.goIN{
		transition:all 1s ease; /* 1s 代表產生動畫時間 */
		transform:translate3d(0px,0px,0px); /*讓選單回到 0 螢幕之內*/
	}
	
	#header--mobile.goOUT{
		transition:all 1s ease; /* 1s 代表產生動畫時間 */
		transform:translate3d(0px,-1000px,0px); 
		/*把選單推出去 -1000 螢幕之外*/
	}
	
	#header--mobile #XX{
		display:block;		
		background-color:#fff;
		width:60px;
		height:40px;
		color:#9e9e9e;
		position:absolute;
		font-size:25px;
		right:5px;
		top:15px;
		text-align:center;
		line-height:30px;
		cursor:pointer;
	}	
	/*mobile nav*/#header--mobile ul{
		width:100%;
		height:155px;
		position:fixed;
		background-color:#fff;
		top:60px;
		bottom:0px;
		left:0;
		right:0;
		margin:auto;
    	list-style:none;
	}
	#header--mobile li{
		width:100%;
		float:none;
	}
	#header--mobile li:last-child{
		background-color:#fff;	
	border-bottom:1px solid #9e9e9e;
	}
	#header--mobile li a{
		display:block;
		width:100%;
		line-height:50px;
		text-align:center;
		text-decoration:none;
		color:#9e9e9e;
		font-weight:500;
		border-top:1px solid #9e9e9e;	
	}
.signup--button{width:auto; padding: 1em; color:#ffb718; font-size: 1em; text-align:center;
background-color:#007985;
-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 3px 0 #777;
  -webkit-box-shadow: 0 3px 0 #777;
  box-shadow: 0 3px 0 #777;
  text-decoration:none;
  margin-bottom: 250px}
/* Pure CSS3 Lightbox start */
.lightbox-target {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  overflow: hidden;
  z-index:9997;
}
.lightbox-target .content {
  width: 100vw;
  height: auto;
  background: #fff;
  color: #333;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 0%;
  max-width: 100%;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
  overflow:auto;
  z-index:9998;
}
.lightbox-target img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 0%;
  max-width: 0%;
  border: 3px solid #fff;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
.lightbox-target:target {
  opacity: 1;
  top: 0;
  bottom: 0;
}
.lightbox-target:target .content, .lightbox-target:target img {
  max-height: 100%;
  max-width: 100%;
}
.lightbox-target:target .lightbox-close {
  top: 0;
}

.lightbox-close {
  display: block;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  background: #007985;
  color: #ffb718;
  position: absolute;
  top: 0;
  right: 0;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
  z-index:9999;
}
.lightbox-close:before, .lightbox-close:after {
  content: " ";
  display: block;
  height: 18px;
  width: 1px;
  background: #fff;
  position: absolute;
  left: 26px;
  top: 10px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  
}
.lightbox-close:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.first_section{
	background-image: url(../images/bg-1s.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-size:cover;
	background-position: center top;
	width:100vmin;
	height: 85vh;
	margin-top:60px;
	margin-left:0;
	margin-right:0;
	padding-top: 50vh;
	padding-left: 0;
	text-align:center;
	
}
.download--button{width:auto; height:40px; border-radius:20px; background-color:#007985; font-family:'Microsoft JhengHei', 'Roboto', sans-serif; font-size: 1rem; color:#fff; font-weight:400; line-height:40px; text-align:center; padding-left:30px; padding-right:30px}
.download--button a {color:#fff; text-decoration:none;}
.seconed_section{display:table; width:100vmin; padding-top:70px; margin-top:-70px;}
.seconed_section_cell{ display:table-cell;vertical-align:middle;}
.seconed_section_content{ margin-left:0; margin-right:0; width:100%; text-align:center; padding-top: 5vmin; padding-bottom: 7.5vmin; overflow:hidden;}
.seconed_section_wording{ float:none; width:100%; text-align:center; font-size: 3.8vmin; font-weight:300; line-height:6.8vmin; padding: 7vmin; color:#333;}
.seconed_section_photo{float:none; text-align:center; width:100%;}
.seconed_section_photo img{ width:50vmin; height:auto; boeder:0}
.third_section {background-image: url(../images/bg-ccs-s.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-size:cover;
	background-position: center top;
	width: 100vmin;
	height: 55vh;
	margin: 0;
	text-align:center;
	font-size: 3.2vmin; font-weight:300; line-height:6vmin;
	padding-top: 10vmin;
	padding-left: 7vmin;
	padding-right: 7vmin;
	color:#fff	
}
.fourth_section{display:table; width:100vmin; margin:5vmin 0 10vmin; overflow:hidden;}
.fourth_section_cell{display:table-cell;vertical-align:middle; overflow:hidden;}
.fourth_section_content{margin-left:0; margin-right:0; margin-bottom: 5vmin; width:100%; text-align:center;  float:none; text-align:center; font-size: 3.5vmin; font-weight:300; line-height:5.5vmin; color:#333;}
.fourth_section_wording{}
.fourth_section img {width: 20vmin; height:auto;}

#products{width:100vmin; height:auto; position:relative; padding-top:60px; padding-left:4vmin; padding-right:4vmin; padding-bottom: 40px; margin:-40px auto 0; background-color:rgba(198,198,198,0.5);}
.products--list {display: flex; flex-wrap: wrap; }
.products--tab {box-sizing: border-box; width: 100%; padding: 15px 0; position:relative; background-color:#d0dbdd; }
.products--tab:nth-child(2n+1){background-color:#eeefe7;}
.products--tab:nth-child(2n+5){background-color:#eaeaea;}
.products--tab:nth-child(2n+6){background-color:#d0dbdd;}
.products--tab:nth-child(2n+9){background-color:#eeefe7;}
.products--name{font-family:'Microsoft JhengHei',  'Roboto Condensed', sans-serif; font-size: 20px; color:#333; font-weight:500; line-height:2.25rem; width:90%; margin-left: 20px; margin-top: 15px; letter-spacing:0;}
.products--name-m{font-family:'Microsoft JhengHei', 'Roboto Condensed', sans-serif; font-size: 20px; color:#333; font-weight:500; line-height:2.25rem; width:90%; margin-left: 20px; margin-top: 15px; letter-spacing:0; display:none}
.products--name-s{font-family:'Microsoft JhengHei', 'Roboto Condensed', sans-serif; font-size: 20px; color:#333; font-weight:500; line-height:2.25rem; width:60%; margin-left: 20px; margin-top: 15px; letter-spacing:0;}
.products--buttonwrapper{width:40%; padding: 0; margin-left: 20px; margin-top: 2vh;}
.products--button{width:120px; height:30px; border-radius:15px; background-color:#007985; font-family:'Microsoft JhengHei', 'Roboto', sans-serif; font-size: 1rem; color:#fff; font-weight:400; line-height:30px; text-align:center; margin: 7px 0;}
.products--button a {color:#fff; text-decoration:none;}
.formwrapper{width:100%; padding:80px 5px 40px; background-color: rgba(79,123,176,0.14); }
.hover-zoom {
  margin: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-size: 90%;
  background-position: right center ;
  background-repeat: no-repeat;
  position: relative;
}
.hover-zoom:hover {
  background-size: 97%;
}
.hover-zoom p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.4);
  padding: 0.5em;
  margin: 0;
  box-sizing: border-box;
}              
    
.six_section {background-image: url(../images/bg-board-s.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-size:cover;
	background-position: center center;
	width:100vmin;
	height: 35vh;
	margin: 0;
	padding-top: 10vmin;
	
}
.six_section_content{
	width: 85%;
	text-align:left;
	font-size: 3.5vmin; font-weight:300; line-height:7.5vmin;
	padding-left:7vmin;
	color: #333
	}
.six_section_content a{
	color: #333;
	text-decoration:none;
	box-shadow: 0 1px;padding-bottom:0px;
	}
.six_section_content a:hover{
	color: #ffb718;
	text-decoration:none;
	}
.formwrapper{width:100vmin; padding:80px 0 40px ; background-color: rgba(79,123,176,0.14)}
.footercontainer {
		width: 50%;
		height:auto;
		overflow:hidden;
        margin-left: auto;
        margin-right: auto;
    }

    .footercontainer a {
        display: block;
        width: 12.5vw;
        height: auto;
        float: left;
        padding-left: 1.5vw;
    }

    .footercontainer img {
        width: 100%;
        height: auto;
    }
#ok {display:block; width: 100%; height:auto; font-size: 3vmin; font-weight: 500; color:#fff; line-height: 3.5vmin; text-align:center; align-items:center; background-color: rgba(85,85,85,0.8); padding:15px 30px; position:fixed; bottom:0; z-index:9000}
}
/*====== Desktop version ================================================================ Desktop version ====================================================================== Desktop version =====*/
@media only screen and (min-width: 768px){
.wrapper{
	margin:0 auto;
	width:100vmax;
	height:100vmax;
}
h1 {font-size: 6vmin; font-weight:600; line-height:9.5vmin;}
h2 {font-size: 5vmin; font-weight:300; line-height:7vmin;}
h3 {font-size: 4vmin; font-weight:300; line-height:6.5vmin; padding-bottom: 2vmin;}
h4 {font-size: 3vmin; font-weight:300; line-height:4.5vmin;}
h6 {font-size: 2vmin; font-weight:300; line-height:3.2vmin;}
#header--mobile{
  width:100%;
  height:100%;
  background-color:rgba(255,255,255,1);
  position:fixed;
  top:0;
  left:0;
  transform:translate3d(-2000px,0px,0px);
  z-index:9998;
  display:none;
  font-weight:500;
}
.header__nav{
	width:100%;
	height:75px;
	margin:0px auto;
	position:fixed;
	top:0;
	left:0;
	background-color:#fff;
	overflow:hidden;
	z-index:10;
	box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
}
.header__nav h1 {
  float:left;
  padding-left:30px;
  padding-top: 25px;   
}
.header__nav h1 a{
  display:block;
  width:13vw;
  min-width:200px;
  height: 25px;
  background-image: url(https://www.arbor-technology.com/Event/Infotainment-Solution/images/arbor-logo.svg);
  background-repeat:no-repeat;
  background-size:contain;
  text-indent: -9999px;
}

.header__nav ul{
  float:right;
  padding-right: 10px;
  padding-top:25px;
  list-style:none;
}
.header__nav li{
  float:left;
}
.header__nav li a{
	display:block;
	padding-left:20px;
	padding-right:20px;
	text-align:center;
	text-decoration:none;
	color:#9e9e9e;
	font-size:1em;
	font-weight:500;
}
.signup--button{width:auto; padding: 1em; color:#ffb718; font-size: 1em; text-align:center;
background-color:#007985;
-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 3px 0 #777;
  -webkit-box-shadow: 0 3px 0 #777;
  box-shadow: 0 3px 0 #777;
  text-decoration:none;
  margin-bottom: 250px}
/* Pure CSS3 Lightbox start */
.lightbox-target {
  position: fixed;
  left: 0;
  top: -100%;
  width: 100vmax;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  overflow: hidden;
  z-index:9997;
}
.lightbox-target .content {
  width: 50%;
  height: auto;
  background: #fff;
  color: #333;
  margin: auto;
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 0%;
  max-width: 0%;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
  overflow:auto;
  z-index:9998;
}
.lightbox-target img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 0%;
  max-width: 0%;
  border: 3px solid #fff;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
.lightbox-target:target {
  opacity: 1;
  top: 0;
  bottom: 0;
}
.lightbox-target:target .content, .lightbox-target:target img {
  max-height: 100%;
  max-width: 100%;
}
.lightbox-target:target .lightbox-close {
  top: 5%;
}

.lightbox-close {
  display: block;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  background: #007985;
  color: #ffb718;
  position: absolute;
  top: 10%;
  right: 25%;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
  z-index:9999;
}
.lightbox-close:before, .lightbox-close:after {
  content: " ";
  display: block;
  height: 30px;
  width: 1px;
  background: #fff;
  position: absolute;
  left: 26px;
  top: 10px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  
}
.lightbox-close:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.first_section{
	background-image: url(../images/bg-1.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-size:cover;
	background-position: center 75px;
	height: 65vh;
	margin-top:75px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 12vmin;
	padding-left: 10vw;
}
.download--button{width:auto; height:40px; border-radius:20px; background-color:#007985; font-family:'Microsoft JhengHei', 'Roboto', sans-serif; font-size: 1rem; color:#fff; font-weight:400; line-height:40px; text-align:center; padding-left:30px; padding-right:30px}
.download--button a {color:#fff; text-decoration:none;}
.seconed_section{display:table; width:100%; padding-top:80px; margin-top:-80px;}
.seconed_section_cell{ display:table-cell;vertical-align:middle;}
.seconed_section_content{ margin-left:auto; margin-right:auto; width:80%; text-align:center; padding-top: 5vmin; padding-bottom: 7.5vmin; overflow:hidden;}
.seconed_section_wording{ float:left; width:80%; text-align:left; font-size: 2vmin; font-weight:300; line-height:3.6vmin; padding-top: 2vmin; color:#333;}
.seconed_section_photo{float:right; width:20%;}
.seconed_section_photo img{ width:25vmin; height:auto; boeder:0}
.third_section {background-image: url(../images/bg-ccs.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-size:cover;
	background-position: center -10vh;
	height: 48vh;
	margin: 0 auto;
	text-align:center;
	font-size: 2vmin; font-weight:300; line-height:3.6vmin;
	padding-top: 10vmin;
	padding-left:10%;
	padding-right:10%;
	color:#fff;
}
.fourth_section{display:table; width:90%; margin:5vmin auto 15vmin; overflow:hidden;}
.fourth_section_cell{display:table-cell;vertical-align:middle; overflow:hidden;}
.fourth_section_content{margin-left:auto; margin-right:auto; width:33%; text-align:center;  float:left; text-align:center; font-size: 2vmin; font-weight:300; line-height:4vmin; color:#333;}
.fourth_section_wording{}
.fourth_section img {width: 12vmin; height:auto;}

#products{width:100%; height:auto; position:relative; padding-top:75px; margin-top:-75px; background-color:rgba(198,198,198,0.5)}
.products--list { width:90%; display: flex; flex-wrap: wrap; margin: 0 auto; padding-top: 2vmin; padding-bottom: 10vmin;}
.products--tab { box-sizing: border-box; width: 25%; padding: 3vmin 0; position:relative; background-color: #d0dbdd;}
.products--tab:nth-child(2n+1){background-color:#eeefe7;}
.products--tab:nth-child(2n+5){background-color:#d0dbdd;}
.products--tab:nth-child(2n+6){background-color:#eeefe7;}
.products--tab:nth-child(2n+9){background-color:#d0dbdd;}

.products--cat{font-size: 2vmin; font-weight:400; margin-bottom:-1vmin; letter-spacing:-1px;}
.products--name{font-family:'Microsoft JhengHei', 'Roboto Condensed', sans-serif; font-size: 3vmin; color:#333; font-weight:400; line-height:3vmin; width:48.5%; margin-left: 20px; margin-top: 15px; letter-spacing:-1px;}
.products--name-m{font-family:'Microsoft JhengHei', 'Roboto Condensed', sans-serif; font-size: 1.75rem; color:#333; font-weight:400; line-height:2.25rem; width:48.5%; margin-left: 20px; margin-top: 15px; letter-spacing:-1px;}
.products--name-s{font-family:'Microsoft JhengHei', 'Roboto Condensed', sans-serif; font-size: 1.75rem; color:#333; font-weight:400; line-height:2.25rem; width:48.5%; margin-left: 20px; margin-top: 15px; letter-spacing:-1px;display:none}
.products--buttonwrapper{width:40%; padding: 0; margin-left: 20px; margin-top: 2vh;}
.products--button{width:120px; height:30px; border-radius:15px; background-color:#007985; font-family:'Microsoft JhengHei', 'Roboto', sans-serif; font-size: 1rem; color:#fff; font-weight:400; line-height:30px; text-align:center; margin: 7px 0;}
.products--button a {color:#fff; text-decoration:none;}
.hover-zoom {
  margin: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-size: 90%;
  background-position: right center ;
  background-repeat: no-repeat;
  position: relative;
}
.hover-zoom:hover {
  background-size: 105%;
}
.hover-zoom p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.4);
  padding: 0.5em;
  margin: 0;
  box-sizing: border-box;
}     
.six_section {background-image: url(../images/bg-board.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-size:cover;
	background-position: center center;
	height: 45vh;
	margin: 0 auto;
	padding-top: 10vmin;
}
.six_section_content{
	width: 55%;
	text-align:left;
	font-size: 2.6vmin; font-weight:300; line-height:4vmin;
	padding-left:19.5vmin;
	color: #333
	}
.six_section_content a{
	color: #333;
	text-decoration:none;
	box-shadow: 0 1px;padding-bottom:0px;
	}
.six_section_content a:hover{
	color: #ffb718;
	text-decoration:none;
	}
.formwrapper{width:100%; padding:80px 5px 40px ; background-color: rgba(79,123,176,0.14)}
.footercontainer {
    margin-left: auto;
    margin-right: auto;
    width: 24%;
}

.footercontainer a {
    display: block;
    width: 5.8vw;
    height: auto;
    float: left;
    padding-left: 1.1vw;
}

.footercontainer img {
    width: 100%;
    height: auto;
}
#ok {display:block; width: 100%; height:auto; font-size: 1.5vmin; font-weight: 500; color:#fff; line-height: 3vmin; text-align:center; align-items:center; background-color: rgba(85,85,85,0.8); padding:20px 30px; position:fixed; bottom:0; z-index:9000}
}
/*====== Large version ================================================================ Large version ====================================================================== Large version =====*/
