@charset "utf-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}
#loading{width: 100%; height:100%}/*loading 背景*/
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* CSS Document */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,body {
    height:100%;
	font-family: 'Ubuntu', 'Ubuntu 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}
.w10{width:10%}
.w20{width:20%}
.w30{width:30%}
.w40{width:40%}
.w50{width:50%}
.w60{width:60%}
.w70{width:70%}
.w80{width:80%}
.w90{width:90%}
.w90{width:95%}
.w100{width:100%}
.l-10{margin-left: -10%; }
.r-10{margin-right: -10%; }

/*---------------------------------------
   Contact section              
-----------------------------------------*/
#contact {
	font-family: 'Ubuntu', 'Ubuntu Condensed', sans-serif;
	background-color: #007985;
	padding-top: 40px;
	padding-bottom: 50px;
	background-attachment: scroll;
	background-image: url(../images/contact-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.contact-title {
	text-align: center;
}


/*---------------------------------------
   Footer section              
-----------------------------------------*/

footer {
	padding-top: 20px;
	padding-bottom: 20px;
}

footer span {
  padding-right: 10px;
  padding-left: 10px;
}

footer p {
	padding-top: 20px;
	font-size: 12px;
	color: #999;
}
/*---------------------------------------
   Social icon             
-----------------------------------------*/

.social-icon {
	position: relative;
	padding: 0;
	margin: 0;
	text-align: right;
}

.social-icon li {
    display: inline-block;
    list-style: none;
}

.social-icon li a {
    color: #666666;
    border-radius: 100px;
    cursor: pointer;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    top: 0px;
    margin: 10px 4px 0px 4px;
}

.social-icon li a:hover {
    background: #167475;
    color: #ffffff;
    top: -5px;
}


/*====== Mobile version ================================================================ Mobile version ========================================================================= Mobile version =====*/
@media screen and (max-width: 768px){
	.wrapper{
	margin:0;
	width:100%;
	height:100%;
}
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;}
.left{float:none}
.right{float:none}
.header__nav{
	width:100%;
	height:60px;
	margin:0px auto;
	position:fixed;
	top:0;
	left:0;
	background-color:#fff;
	overflow:hidden;
	padding-top:0px;
	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:-10px;   
}
.header__nav h1 a{
  display:block;
  width:8vw;
  min-width:140px;
  margin-top: 10px;
  background-image: url(https://www.arbor-technology.com/storage/media/activity-pages/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:355px;
  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:5px;
		text-align:center;
		line-height:30px;
		cursor:pointer;
	}	
	/*mobile nav*/#header--mobile ul{
		width:100%;
		height:256px;/*6個307, 5個256, 3個153*/
		position:fixed;
		background-color:#fff;
		top:20px;
		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: 100%;
  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: 100%;
  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);
}
.kv--wrapper {width:100%; height: 70%; display:none; overflow:hidden; background-color: #040413; position:relative}
.kv--img {width:100%;height:100%;  background-size:contain; background-repeat: no-repeat; background-attachment: fixed; background-position: right top; margin-top: 0%;z-index: 2}
.kv--img img {width:90%; height: auto; position:relative}
.kv--introowrapper {font-family: 'Ubuntu', 'Ubuntu Condensed', sans-serif; width:40%; height: auto; display: block; overflow: hidden; position: absolute; margin-left:5%; margin-top:10%; z-index: 5}
.kv--introo {width:100%; height:100%; color:#fff; padding-top: 0; text-align: left;}
.kv--introo h1{font-size: 5vmin; font-weight:600; line-height:6vmin; color:#f1f1f1 }
.kv--introo p {font-size: 2.25vmin; color:#fff; font-weight:300; line-height:4vmin;}
.kv--introo img {width:20%; height:auto}

.kv--wrapper-mob {width:100%; height:90%; display:block; overflow:hidden; background-color: #040413}
.kv--img-mob {width:100%; height:100%; background-image: url("../images/header-mob.jpg"); background-size:cover; padding-top: 10%;}
.kv--img-mob img {width:45%; height: auto; margin-top: 3%}
.kv--introowrapper-mob {font-family: 'Ubuntu','Ubuntu Condensed',sans-serif; width:100%; height: 90%; display: block; overflow: hidden; position: relative}
.kv--introo-mob {width:90%; height: 85%; display:block; overflow:hidden; text-align: center; margin-top:10%; margin-left: auto; margin-right: auto}
.kv--introo-mob h1{font-size: 6.5vmin; font-weight:600; line-height:7.5vmin; color:#ffb718 }
.kv--introo-mob h2{font-size: 3.75vmin; font-weight:400; line-height:5.25vmin; color:#fff }
.kv--introo-mob p {font-size: 4vmin; color:#fff; font-weight:300; line-height:6.5vmin;}

.kv--buttonwrapper {width:100%; height: 7vmin; background-color: #007985; border-radius: 10vmin; display: block; font-size: 2.75vmin; color:#fff; font-weight:400; line-height:7vmin; text-align: center; margin:8% auto }
	
.section-wrapper{width:100%; height:auto; display: block;overflow: hidden; }
.processor--wrapper{width:80%; height:auto; display: block; overflow: hidden; margin: 0 auto; padding-top: 3%; padding-bottom: 3%;}
	.processor--text {width:100%; height:auto; display:block; vertical-align:middle; overflow: hidden; text-align: center;}
	.processor--text h2 {font-size: 4.5vmin; color:#333; font-weight:600; line-height:5vmin;}
	.processor--text h4 {font-size: 2.75vmin; color:#666; font-weight:400; line-height:2vmin;}
	.processor--text p {font-size: 3vmin; color:#333; font-weight:300; line-height:4.25vmin;}
	.processor--text a {color: #007985;}
	.processor--text a:hover, a:active, a:focus {
	color: #ffb718;
	outline: none;
}
	.processor--img {width:100%; height:auto; display: block;overflow: hidden; float:none}
	.processor--img img {width:100%; height:auto; margin: 0 auto;}
.reps--wrapper {
	  display:block; /* 將父容器設定為 Flexbox */
	  justify-content: center; /* 使 flex 項目 (文字和圖片) 在主軸 (水平) 上置中 */
	  align-items: center; /* 垂直置中 (如果兩者高度不同，會讓高的項目與矮的項目垂直對齊) */
	  max-width: 100%; /* 設定一個最大寬度，讓內容不要太寬 */
	  margin: 0 auto; /* 讓 .reps--wrapper 自身在頁面中水平置中 */
	  gap: 3%; /* 設定文字和圖片之間的間距為 3% */
	  padding: 5% 10; /* 增加一些內邊距，避免內容緊貼邊緣 */
	
	}
.reps--text {
  font-family: 'Ubuntu', 'Ubuntu Condensed',sans-serif; 
	width:80%; height:auto; display:block; overflow: hidden; text-align: center; margin:0 auto;
}

.reps--img {
  width:80%; height:auto; display:none; overflow: hidden; text-align: center; margin:0 auto; 
}
.reps--img-mob {
  width:90%; height:auto; display:block; overflow: hidden; text-align: center; margin:0 auto; padding-top: 1%; padding-bottom: 2%;
}
.reps--img img {
  max-width: 100%; /* 確保圖片在容器內縮放，不超出其 50% 的容器 */
  height: auto; /* 保持圖片比例 */
  display: block; /* 移除圖片下方可能存在的預設間隙 */
}
.reps--img-mob img {
  max-width: 100%; /* 確保圖片在容器內縮放，不超出其 50% 的容器 */
  height: auto; /* 保持圖片比例 */
  display: block; /* 移除圖片下方可能存在的預設間隙 */
  overflow: hidden;
}

.reps--text h2 {font-size: 4.5vmin; color:#333; font-weight:600; line-height:5.25vmin;}
	.reps--text h4 {font-size: 2.75vmin; color:#666; font-weight:400; line-height:2vmin;}
	.reps--text p {font-family: 'Ubuntu', 'Ubuntu Condensed',sans-serif; font-size: 3.5vmin; color:#333; font-weight:300; line-height:5.5vmin;}

	/*Rich IO 的 CSS*/
	.richio--wrapper{width:80%; height:auto; display:block; overflow: hidden; margin: 0 auto 5%; padding-top: 3%; padding-bottom: 0%;}
	.richio--title {font-family: 'Ubuntu', 'Ubuntu Condensed',sans-serif; width:100%; height:auto; display:block; overflow: hidden; margin:3% auto 1%; text-align: center}
	.richio--title h2 {font-size: 4.5vmin; color:#333; font-weight:600; line-height:5vmin; }
	.richio--text {width:100%; height:auto; display:block; vertical-align:middle; overflow: hidden;text-align: center}
	.richio--text p {font-family: 'Ubuntu', 'Ubuntu Condensed',sans-serif; font-size: 3.5vmin; color:#333; font-weight:300; line-height:5.5vmin;}
	.richio--img {width:100%; height:auto;display:none;}
	.richio--img-mob {width:100%; height:auto}
	.richio--img-mob img {width:100%; height:auto ;display:block; margin: 0 auto;}
	/*Easy Maintenance & Fanless Design 的 CSS*/
	.emfd--wrapper {width:80%; height:auto; display: block; overflow: hidden; margin: 7% auto 3%;}
	.emfd--img {width:100%; height:auto; display:block; vertical-align:middle; overflow: hidden; position:relative;}
	.emfd--img img {width:70%; height:auto;}
	.emfd--img-mob {width:100%; height:auto; display:block; vertical-align:middle; overflow: hidden; text-align: center; margin-top: -17%}
	.emfd--img-mob img {width:70%; height:auto}
	.emfd--text {width:50%; height:auto; display:table-cell; vertical-align:middle; overflow: hidden; padding-left: 3%; text-align: center; margin:3% auto}
	.emfd--text h2 {font-family: 'Ubuntu', 'Ubuntu Condensed',sans-serif; font-size: 4.5vmin; color:#333; font-weight:600; line-height:5vmin; }
	.emfd--text p {font-family: 'Ubuntu', 'Ubuntu Condensed',sans-serif; font-size: 3.5vmin; color:#333; font-weight:300; line-height:5.5vmin;}
	/*Aesthetically Pleasing 的 CSS*/
	.pleasing--warpper {width:100%; height:auto; display: block; overflow: hidden; float: none}
	.pleasing--text{width:80%; height:auto; display:block; vertical-align:middle; overflow: hidden; margin: 3% auto; text-align: center}
	.pleasing--text h2 {font-size: 4.5vmin; color:#333; font-weight:600; line-height:5vmin; }
	.pleasing--text p {font-family: 'Ubuntu', 'Ubuntu Condensed',sans-serif; font-size: 3.5vmin; color:#333; font-weight:300; line-height:5.5vmin;}
	.pleasing--img{width:100%; height:auto; display:table-cell; vertical-align:middle; overflow: hidden; position:relative; right:0;}
	.pleasing--img img {width:100%; height:auto;}
	/*Applications, 圖左的 CSS*/
	.apps--wrapper{width:80%; height:auto; display: flex; flex-direction: column; justify-content: space-between; align-items: center; margin: 0 auto; padding: 3% 0; overflow: hidden; }
	.apps--text {flex: 0 0 80%; height:auto; vertical-align:middle; overflow: hidden}
	.apps--text h2 {font-size: 4.5vmin; color:#333; font-weight:600; line-height:5vmin;}
	.apps--text h4 {font-size: 3.75vmin; color:#666; font-weight:400; line-height:1vmin; margin-top: 5%}
	.apps--text p {font-family: 'Ubuntu', 'Ubuntu Condensed',sans-serif; font-size: 3.5vmin; color:#333; font-weight:300; line-height:5.5vmin;}
	.apps--text a {color: #DBDBDB;}
	.apps--text a:hover, a:active, a:focus {
	color: #ffb718;
	outline: none;
}
	.apps--img {flex: 0 0 80%; height:auto; vertical-align:middle; overflow: hidden}
	.apps--img img {width:100%; height:auto; margin: 0 auto;}
/*SPA Remote I/O*/
	.spaio--wrapper{width:80%; height:auto; display: table; overflow: hidden;margin: 0 auto; margin-top: 3%; padding-bottom: 4%}
	.spaio--img {width:100%; height:auto; display:block; overflow: hidden; margin: 0 auto;}
	.spaio--img img {width:100%; height:auto;}
	.spaio--text {width:100%; padding-left: 1%; padding-right: 1%; height:auto; display:block; overflow: hidden}
	.spaio--text h2 {font-size: 4.5vmin; color:#333; font-weight:600; line-height:5vmin;}
	.spaio--text h4 {font-size: 3.75vmin; color:#333; font-weight:600; line-height:4vmin;}
	.spaio--text p {font-size: 2vmin; color:#333; font-weight:300; line-height:3.5vmin;}
	.spaio--text ul li {list-style-image:url("../images/bulletpoint.png"); list-style-position: inside;font-size: 2.5vmin; color:#333; font-weight:300; line-height:20px}
	
	.panorama-title {font-family: 'Ubuntu', 'Ubuntu Condensed', sans-serif; width:100%; height:auto; margin: 3% auto 1%; text-align: center;}
	.panorama-title h2 {font-size: 3.75vmin; color:#333; font-weight:600; line-height:7vmin;}
.ppanorama--container {
  clear:both;
  margin: 0;
  width: 100%;
  height: auto;
  display:none
}
.ppanorama--container-s {
  clear:both;
  margin: 0 0 -0.9% 0;
  width: 100%;
  height: auto;
	display:block;
}	
.product-wrapper{font-family: 'Ubuntu', 'Ubuntu Condensed', sans-serif; width:80%; height:auto; margin:5% auto; display: block; overflow: hidden; }
	.product-wrapper h2{font-size: 5vmin; font-weight:600; line-height:6vmin; color:#583d23; text-align:center; margin-bottom: 1.5vh;}
	.product-textbox{width:100%; height:auto; display: block; overflow: hidden; float: none; margin-left: 0%;margin-top: 1em}
	.product-textbox sup{font-size: 2vmin; line-height: 2vmin}
	.product-textbox p{font-size: 3vmin; font-weight:400; line-height:3.5vmin; color:#fff; margin-left: 0.5%;text-align:center;}
	.product-textbox ul{padding-left:20px; margin-top:1vh; margin-bottom: 2vh}
	.product-textbox li{list-style: url("../images/bulletpoint.png");font-size: 4vmin; font-weight:300; line-height:5.5vmin; color:#333;}
	.product-imgbox {width:85%; height:auto; display: block; overflow: hidden; float:none;margin:5% auto 2%}
	.product-imgbox img{width:100%; height:auto; display:block}

/*Video
.embed-container　{ position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object,　.embed-container embed { position: relative; top: 0; left: 0; width: 100%; height: 100%; }*/
#video{clear:both;}
.playicon{width:10%; height:auto; position:absolute; z-index:9; margin: 19% 45%;}
.playicon img{width:100%; border: 0px; outline:none;}
.header-container {
 height: 0; 
 padding-bottom: 32%;
 display: none;
 overflow: hidden; 
}
.header-container-mob {
 height: 0; 
 padding-bottom: 45%;
 display: block;
 overflow: hidden; 
}
.video-container {
 position: relative;
 top: 0;
 left: 0;
 height: 100%;
 width: 100%;
 z-index:1
}
.video-containerimg {width:100%; height:100%; position: relative; z-index:2}

.button--m{font-family: 'Roboto Condensed', 'Roboto', sans-serif; width:100%; min-width:150px; height:30px; background-color: #007985; border-radius:15px; padding-left: 1vw; padding-right: 1vw; color:#fff; font-size:3vmin; line-height: 30px;text-align: center;margin-top: 0.5vh;}
.button--m a{color:#fff; text-decoration:none;}
.button--m a:hover{color:#ffb718; text-decoration:none;}
.button--m a:visited{color:#f1f1f1; text-decoration:none;}

.button--m2{font-family: 'Ubuntu', 'Ubuntu Condensed', sans-serif; width:50%; min-width:150px; height:40px; background-color: #007985; border-radius:20px; padding-left: 1vw; padding-right: 1vw; color:#fff; font-size:3.75vmin; line-height: 40px;text-align: center; margin:0 auto; display: block; }
.button--m2 a{color:#fff; text-decoration:none;}
.button--m2 a:visited{color:#f1f1f1; text-decoration:none;}
.button--m2 a:hover{color:#ffb718; text-decoration:none;}
.button--m2 a:active{color:#ffb718; text-decoration:none;}
	
.button--s {width:30%; min-width:150px; height:36px; background-color: #007985; border-radius:18px; padding-left: 1vw; padding-right: 1vw; color:#fff; font-size:2.75vmin; line-height: 40px;text-align: center; margin:0 auto; display: block; }
.button--s a{color:#fff; text-decoration:none;}
.button--s a:visited{color:#f1f1f1; text-decoration:none;}
.button--s a:hover{color:#ffb718; text-decoration:none;}
.button--s a:active{color:#ffb718; text-decoration:none;}
.button--l{font-family: 'Ubuntu', 'Ubuntu Condensed', sans-serif; width:100%; height:52px; background-color: #007985; border-radius:26px; padding-left: 1vw; padding-right: 1vw; color:#fff; font-size:3.75vmin; line-height: 52px;text-align: center; margin:6vh auto 1vh; }
.button--l a{color:#fff; text-decoration:none;}
.button--l a:visited{color:#f1f1f1; text-decoration:none;}
.button--l a:hover{color:#ffb718; text-decoration:none;}
.button--l a:active{color:#ffb718; text-decoration:none;}
	
.download--button{width:auto; height:40px; border-radius:20px; background-color:#007985; font-family: '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;}

.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;
}      
.row {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
}
.row > div.wow.fadeInUp {
        width: 80%; margin:0 auto;
    }
.contact-title h3{
	font-size: 6vmin; font-weight:600; line-height:6vmin;color:#fff
}
.section-title {
	text-align: left;margin-bottom: 5vmin
}
.section-title hr {
	margin-top: 1vmin;   /* 設定 HR 上方與前一個元素的距離*/
    margin-bottom: 2vmin /* 設定 HR 下方與後一個元素的距離*/
}
.section-title h5 {
	font-size: 3.75vmin;
	color: #f1f1f1;
}
.section-title p {
	font-size: 2.5vmin;
	
	color: #ffffff;
}
.section-title a {
	color: #ffffff;
}
.section-title a:hover, a:active, a:focus {
	color: #399FA3;
	outline: none;
}

.formwrapper{width:100%; padding:80px 0 40px ; background-color: #bdbdbd}
	.form--title{width:80%; height:auto; display:block; overflow: hidden; margin:0 auto 1%; text-align: center}
.form--title h2 {font-size: 3.75vmin; color:#165987; font-weight:600; line-height:4vmin; }
	.footer-copyright {font-family: 'Ubuntu', 'Ubuntu Condensed', sans-serif; font-size: 1vmin; color:#5F5F5F}

#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: 769px){

.wrapper{
	margin:0 auto;
	width:100%;
	height:100%;	
}
.left{float:left}
.right{float:right}
h1 {font-size: 6vmin; font-weight:600; line-height:9.5vmin;}
h2 {font-size: 5vmin; font-weight:600; line-height:7vmin;}
h3 {font-size: 4vmin; font-weight:300; line-height:6.5vmin; padding-top: 2vmin; padding-bottom: 2vmin;}
h4 {font-size: 2vmin; font-weight:300; line-height:3vmin;}
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{
	font-family: 'Ubuntu', 'Ubuntu Condensed', sans-serif;
	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: 5px;   
}
.header__nav h1 a{
  display:block;
  width:13%;
  min-width:200px;
  height: 25px;
  background-image: url(https://www.arbor-technology.com/storage/media/activity-pages/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);
}
.kv--wrapper {width:100%; height:72.87%; display:block; overflow:hidden; background-color: #040413; position:relative}
.kv--img {width:100%;height:100%; background-size:cover; background-repeat: no-repeat; background-attachment: fixed; background-position: center 200%; margin-top: 0%;z-index: 2;}
.kv--img img {width:40%; height: auto; position: absolute; margin-left:15%; margin-top:23%; }
.kv--introowrapper {font-family: 'Ubuntu', 'Ubuntu Condensed', sans-serif ; width:40%; height: auto; display: block; overflow: hidden; position: absolute; margin-left:58%; margin-top:5.5%; z-index: 5}
.kv--introo {width:100%; height:100%; color:#fff; padding-top: 0; text-align: left;}
.kv--introo h1{font-size: 4vmin; font-weight:600; line-height:5vmin; color:#f1f1f1 }
.kv--introo h2{font-size: 3vmin; font-weight:400; line-height:4vmin; color:#fff }
.kv--introo p {font-size: 2.25vmin; color:#fff; font-weight:300; line-height:4vmin;}
.kv--introo img {width:28%; height:auto; margin-top: 3%}

.kv--wrapper-mob {width:100%; height: auto; display:none; overflow:hidden; background-color: #583d23; position:relative;margin-top: 3%}
.kv--introowrapper-mob {font-family: 'Ubuntu', 'Ubuntu Condensed',sans-serif ; width:100%; height: auto; display: none; overflow: hidden;}
.kv--introo-mob{width:80%; height: auto; display:none; overflow:hidden; background-color: #583d23; text-align: center; margin: 3% auto;}
.kv--introo-mob h1{font-size: 4.25vmin; font-weight:600; line-height:5.25vmin; color:#f1f1f1 }
	.kv--introo-mob h2 {font-size: 3.75vmin; color:#fff; font-weight:300; line-height:4.75vmin;}
.kv--img-mob {width:100%; height:60%; background-size:contain; background-repeat: no-repeat; position: fixed}
.kv--img-mob img {width:100%; height: auto; position: absolute; bottom:0}	
.kv--buttonwrapper {width:50%; height: 7vmin; background-color: #007985; border-radius: 10vmin; margin:5vh 0; display: block; font-size: 2.75vmin; color:#fff; font-weight:400; line-height:7vmin; text-align: center; z-index:8 ;}
	
.section-wrapper{font-family: 'Ubuntu', 'Ubuntu Condensed', sans-serif; width:100%; height:auto; display: block; overflow: hidden}
	.processor--wrapper{width:80%; height:auto; display: table; overflow: hidden;margin: 0 auto; padding-top: 1%; padding-bottom: 2%;}
	.processor--text {width:50%; height:auto; display:table-cell; vertical-align:middle; overflow: hidden;}
	.processor--text h2 {font-size: 3.75vmin; color:#165987; font-weight:600; line-height:5vmin;}
	.processor--text h4 {font-size: 2.75vmin; color:#666; font-weight:400; line-height:2vmin;}
	.processor--text p {font-size: 2vmin; color:#333; font-weight:300; line-height:3.5vmin;}
	.processor--img {width:90%; height:auto; display:table-cell; vertical-align:middle; overflow: hidden; float: right;}
	.processor--img img {width:100%; height:auto; margin: 0 auto;}
	.processor--text a {color: #007985;}
	.processor--text a:hover, a:active, a:focus {
	color: #ffb718;
	outline: none;
}
	
	.reps--wrapper {
	  display: flex; /* 將父容器設定為 Flexbox */
	  justify-content: center; /* 使 flex 項目 (文字和圖片) 在主軸 (水平) 上置中 */
	  align-items: center; /* 垂直置中 (如果兩者高度不同，會讓高的項目與矮的項目垂直對齊) */
	  max-width: 80%; /* 設定一個最大寬度，讓內容不要太寬 */
	  margin: 0 auto; /* 讓 .reps--wrapper 自身在頁面中水平置中 */
	  gap: 3%; /* 設定文字和圖片之間的間距為 3% */
	  padding: 5% 0; /* 增加一些內邊距，避免內容緊貼邊緣 */
	  box-sizing: border-box; /* 確保 padding 不會增加總寬度 */
	}
.reps--text {
  flex: 0 0 47%; /* 不放大 (grow: 0), 不縮小 (shrink: 0), 初始寬度為 47% */
  text-align: left; /* 確保文字靠左對齊 */
}

.reps--img {
  flex: 0 0 50%; /* 不放大 (grow: 0), 不縮小 (shrink: 0), 初始寬度為 50% */
  text-align: right; /* 讓圖片內容靠右對齊 */
}
.reps--img-mob {
  display: none
}

.reps--img img {
  max-width: 100%; /* 確保圖片在容器內縮放，不超出其 50% 的容器 */
  height: auto; /* 保持圖片比例 */
  display: block; /* 移除圖片下方可能存在的預設間隙 */
}
.reps--text h2 {font-size: 3.75vmin; color:#165987; font-weight:600; line-height:5vmin;}
	.reps--text h4 {font-size: 2.75vmin; color:#666; font-weight:400; line-height:2vmin;}
	.reps--text p {font-size: 2vmin; color:#333; font-weight:300; line-height:3.5vmin;}
	
	/*Rich IO 的 CSS*/
	.richio--wrapper{width:80%; height:auto; display: table; overflow: hidden;margin: 0 auto; padding-top: 1%; padding-bottom: 2%}
	.richio--title {width:100%; height:auto; display:block; overflow: hidden; margin:3% auto 1%; text-align: center}
	.richio--title h2 {font-size: 3.75vmin; color:#165987; font-weight:600; line-height:4vmin; }
	.richio--text {width:40%; height:auto; display:table-cell; vertical-align:middle; overflow: hidden;}
	.richio--text p {font-size: 2vmin; color:#264949; font-weight:300; line-height:3.5vmin;}
	.richio--img {width:60%; height:auto; display:table-cell; vertical-align:middle; overflow: hidden; text-align: center}
	.richio--img-mob {width:60%; height:auto; display:none; vertical-align:middle; overflow: hidden; text-align: center}
	.richio--img img {width:90%; height:auto; margin: 0 auto;}
	/*Easy Maintenance & Fanless Design 的 CSS*/
	.emfd--img-mob {width:100%; height:auto; display:none; vertical-align:middle; overflow: hidden; position:relative; top:0; left:0;}
	.emfd--img-mob img {width:70%; height:auto;}
	
	.emfd--wrapper {width:80%; height:auto; display: table; overflow: hidden; margin-left: auto;margin-right: auto; margin-top: 5%; margin-bottom: 2%}
	.emfd--img {width:40%; height:auto; display:table-cell; vertical-align:middle; overflow: hidden}
	.emfd--img img {width:100%; height:auto;}
	.emfd--text {width:55%; height:auto; display:table-cell; vertical-align:middle; overflow: hidden; padding-left: 3%}
	.emfd--text h2 {font-size: 3.75vmin; color:#165987; font-weight:600; line-height:5vmin; }
	.emfd--text p {font-size: 2vmin; color:#333; font-weight:300; line-height:3.5vmin; margin-bottom: 1%}
	/*Aesthetically Pleasing 的 CSS*/
	.pleasing--warpper {width:92%; height:auto; display: table; overflow: hidden; float: right}
	.pleasing--text{width:50%; height:auto; display:table-cell; vertical-align:middle; overflow: hidden; padding-right: 3%}
	.pleasing--text h2 {font-size: 3.75vmin; color:#165987; font-weight:600; line-height:5vmin; }
	.pleasing--text p {font-size: 2vmin; color:#333; font-weight:300; line-height:3.5vmin; margin-bottom: 1%}
	.pleasing--img{width:85%; height:auto; display:table-cell; vertical-align:middle; overflow: hidden; position:relative; right:0;}
	.pleasing--img img {width:100%; height:auto;}
	/*Applications, 圖左的 CSS*/
	.apps--wrapper{width:80%; height:auto; display: flex; flex-direction: row; justify-content: space-between; align-items: center; margin: 0 auto; padding-top: 3%; padding-bottom: 3%;overflow: hidden; }
	.apps--text {flex: 0 0 55%; height:auto; vertical-align:middle; overflow: hidden;}
	.apps--text h2 {font-size: 3.75vmin; color:#165987; font-weight:600; line-height:5vmin;}
	.apps--text h4 {font-size: 2.75vmin; color:#666; font-weight:400; line-height:2vmin;}
	.apps--text p {font-size: 2vmin; color:#333; font-weight:300; line-height:3.5vmin;}
	.apps--text a {color: #DBDBDB;}
	.apps--text a:hover, a:active, a:focus {color: #ffb718;	outline: none;}
	.apps--img {flex: 0 0 45%; height:auto; vertical-align:middle; overflow: hidden}
	.apps--img img {width:100%; height:auto; margin: 0 auto;}
	/*SPA Remote I/O*/
	.spaio--wrapper{width:90%; height:auto; display: table; overflow: hidden;margin: 0 auto; margin-top: 3%; padding-bottom: 4%}
	.spaio--img {width:80%; height:auto; display:block; overflow: hidden; margin: 0 auto;}
	.spaio--img img {width:100%; height:auto;}
	.spaio--text {width:100%; padding-left: 1%; padding-right: 1%; height:auto; display:block; overflow: hidden}
	.spaio--text h2 {font-size: 3.75vmin; color:#165987; font-weight:600; line-height:5vmin;}
	.spaio--text h4 {font-size: 2.5vmin; color:#333; font-weight:600; line-height:2.5vmin;}
	.spaio--text p {font-size: 2vmin; color:#333; font-weight:300; line-height:3.5vmin;}
	.spaio--text ul li {list-style-image:url("../images/bulletpoint.png"); list-style-position: inside;font-size: 1.5vmin; color:#333; font-weight:300; line-height:20px}
	
	.panorama-title {font-family: 'Ubuntu', 'Ubuntu Condensed', sans-serif; width:100%; height:auto; margin: 3% auto 1%; text-align: center;}
	.panorama-title h2 {font-size: 3.75vmin; color:#165987; font-weight:600; line-height:7vmin;}
	.ppanorama--container {
		  clear:both;
		  margin: 0 0 -0.35% 0;
		  width: 100%;
		  height: auto;
		display:block;
		}
		.ppanorama--container-s {
		  clear:both;
		  margin: 0;
		  width: 100%;
		  height: auto;  
		  display:none
		}
		.ppanorama {
		  clear:both;
		  margin: 0 auto;
		  cursor: e-resize;
		  width: 100%;
		  height: auto;
		  padding-bottom: 0;

		  background-image:url(../images/panoramic.jpg);
		  background-size: cover;
		  background-position: 0 0;
		  transition: background-position 1s linear;
	}

	/*全景工廠的CSS
	.ppanorama--container {
		  clear:both;
		  margin: 0;
		  width: 100%;
		  height: auto;
		  display:none
		}
.ppanorama--container-s {
		  clear:both;
		  margin: 0;
		  width: 100%;
		  height: auto;
		}*/

	.product-wrapper{width:80%; height:auto; margin:5% auto; display: block; overflow: hidden; }
	.product-wrapper h2{font-size: 3.75vmin; font-weight:600; line-height:6vmin; color:#165987; text-align:left; margin-bottom: 1.5vh;}
	.product-textbox{width:50%; height:auto; display: block; overflow: hidden; float: left; margin-left: 3%;margin-top: 1em}
	.product-textbox p{font-size: 2.5vmin; font-weight:200; line-height:3.5vmin; color:#fff; margin-left: 0.5%}
	.product-textbox ul{padding-left:20px; margin-top:1vh; margin-bottom: 2vh}
	.product-textbox li{list-style: url("../images/bulletpoint.png");font-size: 2.5vmin; font-weight:200; line-height:3.5vmin; color:#333;}
	.product-textbox sup{font-size: 2vmin; line-height: 1.5vmin}
	.product-imgbox {width:45%; height:auto; display: block; overflow: hidden; margin-top: 2%;}
	.product-imgbox img{width:100%; height:auto; display:block; }

	
/*Product*/
.buttonwrapper{margin:1vh auto; display: block; overflow: hidden}
.button--m{width:90%; height:40px; background-color: #007985; border-radius:20px; margin-left: auto; margin-right: auto; margin-top: 4%; color:#fff; font-size:2.25vmin; line-height: 40px; text-align: center; }
.button--m a{color:#fff; text-decoration:none;}
.button--m a:visited{color:#f1f1f1; text-decoration:none;}
.button--m a:hover{color:#ffb718; text-decoration:none;}
.button--m a:active{color:#ffb718; text-decoration:none;}
.button--m2{width:50%; min-width:200px; height:40px; background-color: #007985; border-radius:20px; padding-left: 1vw; padding-right: 1vw; color:#fff; font-size:2.25vmin; line-height: 40px;text-align: center; margin-left: auto; margin-right: auto;margin-top: 5%; }
.button--m2 a{color:#fff; text-decoration:none;}
.button--m2 a:visited{color:#f1f1f1; text-decoration:none;}
.button--m2 a:hover{color:#ffb718; text-decoration:none;}
.button--m2 a:active{color:#ffb718; text-decoration:none;}
.button--s {width:45%; min-width:200px; height:36px; background-color: #007985; border-radius:18px; padding-left: 1vw; padding-right: 1vw; color:#fff; font-size:1.75vmin; line-height: 36px;text-align: center; margin:0 auto; display: block; }
.button--s a{color:#fff; text-decoration:none;}
.button--s a:visited{color:#f1f1f1; text-decoration:none;}
.button--s a:hover{color:#ffb718; text-decoration:none;}
.button--s a:active{color:#ffb718; text-decoration:none;}
.button--l{font-family: 'Ubuntu', 'Ubuntu Condensed', sans-serif; width:50%; min-width:486px; height:52px; background-color: #007985; border-radius:26px; padding-left: 1vw; padding-right: 1vw; color:#fff; font-size:2.25vmin; line-height: 52px;text-align: center; margin:3vh auto 1vh; }
.button--l a{color:#fff; text-decoration:none;}
.button--l a:visited{color:#f1f1f1; text-decoration:none;}
.button--l a:hover{color:#ffb718; text-decoration:none;}
.button--l a:active{color:#ffb718; text-decoration:none;}
.download--button{width:auto; height:40px; border-radius:20px; background-color:#007985; font-family: '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;}	
	
/*Video
.embed-container　{ position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object,　.embed-container embed { position: relative; top: 0; left: 0; width: 100%; height: 100%; }*/
.video--container{
	width:100%;
	height:70vh;
	position: relative;
	padding-bottom: 30%;
	overflow: hidden;
	z-index:-5;
	display:flex;justify-content:center;align-items:center;
	margin-top:75px;
	background-color:#000023;
}
.video--container-s{
	width:100%;
	height:70vh;
	position: relative;
	padding-bottom: 30%;
	overflow: hidden;
	z-index:-5;
	margin-top:75px;
	display:none;
	background-color:#000023;
}
.video--box {
 position: absolute;
 top: 0;
 left: 0;
 height: 100%;
 width: 100%;
}
.video--box video{width:100%; height:auto;}
	
#video{clear:both;}
.playicon{width:10%; height:auto; position:absolute; z-index:9; margin: 10% 45%}
.playicon img{width:100%; border: 0px; outline:none;}
.header-container {
 height: 0; 
 padding-bottom: 30%;
 display: block;
 overflow: hidden; 
}
.header-container-mob {
 height: 0; 
 padding-bottom: 45%;
 display: none;
 overflow: hidden; 
}
.video-container {
 position: relative;
 top: 100;
 left: 0;
 height: 100%;
 width: 100%;
 z-index:1
}
.video-containerimg {width:100%; height:100%; position: relative; z-index:2}
	
.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;
}
.row {

		display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.row > div.wow.fadeInUp {
    flex: 0 0 calc(20% - 20px); /* 保持五欄，並預留間距 */
    margin-bottom: 20px;
}
.container {
	width: 100%;
  }
.contact-title h3{
	font-size: 4.75vmin; font-weight:600; line-height:6vmin;color:#fff
}
.section-title {
	text-align: left;
}
.section-title h5 {
	font-size: 1.75vmin;
	color: #f1f1f1;
}
.section-title p {
	font-size: 1.5vmin;
	line-height: 20px;
	color: #ffffff;
}
.section-title a {
	color: #ffffff;
}
.section-title a:hover, a:active, a:focus {
	color: #ffb718;
	outline: none;
}
	
.formwrapper{width:100%; padding:40px 5px 40px ; background-color: #e8f5fb}
.form--title{width:100%; height:auto; display:block; overflow: hidden; margin:0 auto; text-align: center}
.form--title h2 {font-size: 3.75vmin; color:#165987; font-weight:600; line-height:4vmin; }
.footer-copyright {font-family: 'Ubuntu', 'Ubuntu Condensed', sans-serif; font-size: 1vmin; color:#5F5F5F}
#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}
}
/* 新增針對 1280px 寬度筆電的調整 Notebook version */
  @media only screen and (min-width: 1200px) and (max-width: 1366px) {
    h1 {font-size: 7vmin; line-height:10.5vmin;} /* 稍微調大 H1 */
    h2 {font-size: 5.5vmin; line-height:7.5vmin;} /* 稍微調大 H2 */
    h3 {font-size: 4.5vmin; line-height:7vmin;} /* 稍微調大 H3 */
    h4 {font-size: 2.5vmin; line-height:3.5vmin;} /* 稍微調大 H4 */
    h6 {font-size: 2.5vmin; line-height:3.7vmin;} /* 稍微調大 H6 */

    /* 如果有其他在 1280px 左右也需要調整的文字，可以在此添加 */
    .kv--introo h1{font-size: 5vmin; line-height:6vmin;}
    .kv--introo h2{font-size: 3.5vmin; line-height:4.5vmin;}
    .kv--introo p {font-size: 2.75vmin; line-height:4.5vmin;}	  
	.kv--wrapper {width:100%; height:80%; display:block; overflow:hidden;  position:relative;}
.kv--img {width:100%; height:100%; background-size:cover; background-repeat: no-repeat; background-position: center center; margin-top: 0%;z-index: 2;}
.kv--img img {width:40%; height: auto; position: absolute; margin-left:15%; margin-top:33%;}
.kv--introowrapper {font-family: 'Ubuntu', 'Ubuntu Condensed', sans-serif ; width:40%; height: auto; display: block; overflow: hidden; position: absolute; margin-left:58%; margin-top:8%; z-index: 5}
.kv--introo img {width:28%; height:auto; margin-top: 3%}
	.richio--text {width:35%; height:auto; display:table-cell; vertical-align:middle; overflow: hidden;}
	.richio--text h2 {font-size: 4.25vmin; color:#264949; font-weight:300; line-height:5.5vmin;}
	.richio--text p {font-size: 3vmin; color:#264949; font-weight:300; line-height:4vmin;}
	.richio--img {width:65%; height:auto; display:table-cell; vertical-align:middle; overflow: hidden; text-align: center}
	.richio--img-mob {width:60%; height:auto; display:none; vertical-align:middle; overflow: hidden; text-align: center}
	.richio--img img {width:100%; height:auto; margin: 0 auto;}
	.emfd--text h2 {font-size: 4.25vmin; line-height:5.5vmin;}
	.emfd--text p {font-size: 3vmin; color:#333; font-weight:300; line-height:4vmin; margin-bottom: 1%}
    .processor--text h2 {font-size: 4.25vmin; line-height:5.5vmin;}
    .processor--text p {font-size: 3vmin; line-height:4vmin;}
	.reps--text h2 {font-size: 4.25vmin; color:#165987; font-weight:600; line-height:5.5vmin;}
	.reps--text p {font-size: 3vmin; color:#333; font-weight:300; line-height:4vmin;}
	.spaio--text h2 {font-size: 4.25vmin; color:#165987; font-weight:600; line-height:5.5vmin;}
	.spaio--text p {font-size: 3vmin; color:#333; font-weight:300; line-height:4vmin;}
	.apps--wrapper{width:80%; height:auto; display: flex; flex-direction: row; justify-content: space-between; align-items: center; margin: 0 auto; padding-top: 3%; padding-bottom: 3%;overflow: hidden; }
	.apps--text {flex: 0 0 45%; height:auto; vertical-align:middle; overflow: hidden;}
	.apps--text h2 {font-size: 4.25vmin; color:#165987; font-weight:600; line-height:5.5vmin;}
	.apps--text h4 {font-size: 2.75vmin; color:#666; font-weight:400; line-height:4.25vmin;}
	.apps--text p {font-size: 3vmin; color:#333; font-weight:300; line-height:4vmin;}
	.apps--text a {color: #DBDBDB;}
	.apps--text a:hover, a:active, a:focus {color: #ffb718;	outline: none;}
	.apps--img {flex: 0 0 55%; height:auto; vertical-align:middle; overflow: hidden}
	.apps--img img {width:100%; height:auto; margin: 0 auto;}
    .spaio--text h4 {font-size: 2.75vmin; color:#333; font-weight:600; line-height:4.25vmin;}
	.spaio--text ul li {list-style-image:url("../images/bulletpoint.png"); list-style-position: inside;font-size: 2.5vmin; color:#333; font-weight:300; line-height:20px}
    /* ... 其他依此類推的標題與內文調整 ... */
  }
/*====== Tablet version ======================= Tablet version ============================================================= Tablet version =====*/
@media screen and (min-width:770px) and (max-width: 1366px){}


/*====== Middle version =================================== Middle version ======================================================== Middle version =====*/

@media screen and (min-width:651px) and (max-width: 1440px) {
.col-md-15 {
	 width: 20%; 
	 float: left;
	 position: relative; 
	 min-height: 1px; 
	 padding-right: 15px; 
	 padding-left: 15px;
}
.container {
	width: 1010px;
  }
.story--detailwrapper-1 {display: block; overflow: hidden; background-color: #fff; padding: 3% 5% 2%; min-height: 45vh; }
.story--detailwrapper {display: block; overflow: hidden; background-color: #fff; padding: 3% 5%; min-height: 50vh; }
}

@media (max-width: 650px) {
.col-md-15 {
	 width: 50%; 
	 float: left;
	 position: relative; 
	 min-height: 1px; 
	 padding-right: 15px; 
	 padding-left: 15px;
}
.container {
	width: 100%;
  } 
}