@charset "utf-8";





/* CSS Document */

@import url("reset.css");





/* content-font */

@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);





/* modelName-font */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:600);
@import url(https://fonts.googleapis.com/css?family=Rajdhani:400,500);
@import url(https://fonts.googleapis.com/css?family=Quicksand);
body {
  font-family: "Noto Sans TC", "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
}

h1 {
  font-family: "Noto Sans TC", "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
  font-size: 60px;
  font-weight: 400;
}

h2 {
  font-family: "Noto Sans TC", "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
  font-size: 38px;
  font-weight: 400;
}

h3 {
  font-family: "Noto Sans TC", "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
  font-size: 33px;
  font-weight: 300;
  color: #333;
}

p {
  font-family: "Noto Sans TC", "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
  color: #333;
}

a:link,
a:visited,
a:hover,
a:focus,
a:active {
  border: 0px;
  outline: none;
}

html,
body {
  /*overflow: hidden !important;*/
}






/*------------------------------------
preLoader
------------------------------------*/

#jpreLoader {
  width: 223px;
  height: 41px;
  background: url(/ECSWebSite/images/fullPage/ZE-Plus/preloader_logo.png) center top no-repeat;
}






/*------------------------------------
Wrapper
------------------------------------*/

#wrapper {
  background-color: #000;
  /*遮住高度不夠破圖*/
  z-index: 5;
}






/*------------------------------------
Top Nav
------------------------------------*/

#nav_wrapper {
  height: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 14px;
  font-family: sans-serif, Helvetica, Arial, Verdana;
  font-weight: 400;
  z-index: 3;
  position: relative;
  top: 25px;
  margin: 0 auto;
  background-color: #000;
}

#top_nav {
  background-color: rgba(0, 0, 0, 0.9);
  /*border-bottom: #CCC solid 1px;*/
  text-align: center;
  margin: 0 auto;
  -webkit-transition: height 200ms ease-in-out;
  transition: height 200ms ease-in-out;
}

#top_nav .inner {
  width: 960px;
  height: 60px;
  margin: 0 auto;
}






/*== nav_title ==*/

h1.nav_title {
  display: block;
  float: left;
  /*z-index: 100;*/
  font-size: 26px;
  height: 20px;
  margin-left: 20px;
  margin-top: 6px;
}

h1.nav_title a {
  text-decoration: none;
  font-family: 'Open Sans', sans-serif, Helvetica, Arial, Verdana;
  font-size: 30px;
  line-height: 1;
  color: #ffffff;
}

h1.nav_title a:hover {
  opacity: 0.5;
}

.default {
  width: 960px;
  height: 50px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.4);
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 9999;
  border-bottom: 1px solid rgba(153, 153, 153, 0.4);
  background-color: rgba(34, 34, 34, 0.9) !important;
}

.fixed h1.nav_title {
  display: block;
  float: left;
  /*z-index: 100;*/
  font-size: 26px;
  height: 20px;
  margin-top: 14px;
}

.fixed h1.nav_title a {
  display: block;
}

.fixed h1.nav_title a:hover {}

.fixed .nav_line {
  float: right;
  margin-top: 23px;
}






/*== nav_line ==*/

.nav_line {
  float: right;
  margin-top: 16px;
}

.nav_line ul {
  list-style-type: none;
}

.nav_line ul li {
  float: left;
  margin-right: 15px;
}

.nav_line ul li a {
  color: #989898;
  text-decoration: none;
  padding: 3px 7px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  transition-property: color, background;
  transition-duration: 0.5s, 0.5s;
  -webkit-transition-property: color, background;
  -webkit-transition-duration: 0.5s, 0.5s;
  -moz-transition-property: color, background;
  -moz-transition-duration: 0.5s, 0.5s;
  -o-transition-property: color, background;
  -o-transition-duration: 0.5s, 0.5s;
  font-weight: 600;
}

.nav_line ul li a:hover {
  /*background: #e8e8e8;*/
  color: #ffffff;
  transition-property: color, background;
  transition-duration: 0.5s, 0.5s;
  -webkit-transition-property: color, background;
  -webkit-transition-duration: 0.5s, 0.5s;
  -moz-transition-property: color, background;
  -moz-transition-duration: 0.5s, 0.5s;
  -o-transition-property: color, background;
  -o-transition-duration: 0.5s, 0.5s;
}

.nav_line ul li a.select {
  /*background: #e8e8e8;*/
  color: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}






/*------------------------------------
fp-menu
------------------------------------*/

#fp-menu.right {
  right: 13px;
}

#fp-menu {
  position: fixed;
  z-index: 100;
  margin-top: -63px;
  top: 50%;
  opacity: 1;
}

#fp-menu ul#mymenu {
  position: absolute;
  top: 50%;
  left: auto;
  right: 12px;
  z-index: 11;
}

#fp-menu ul#mymenu li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}






/*#fp-menu ul#mymenu li.sam{
    top: 2px;
    left: 2px;
    border: 1px solid #00a7f4;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    z-index: 1;
}*/

#fp-menu ul#mymenu li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-menu ul#mymenu li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #e54f00;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#fp-menu ul#mymenu li.active a span {
  background: #e54f00;
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}






/*#fp-menu ul#mymenu li.active .fp-tooltip{
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}*/

#fp-menu ul#mymenu li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}

#fp-menu ul#mymenu li.active:hover a span {
  background: #e54f00;
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-menu ul#mymenu li .fp-tooltip {
  position: absolute;
  top: -6px;
  padding: 6px;
  color: #ffffff;
  /*tooltip color*/
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  /* overflow: hidden;*/
  display: block;
  opacity: 0;
  width: 0;
  background: #e54f00;
}

#fp-menu ul#mymenu li .fp-tooltip:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  top: 6px;
  right: -7px;
  bottom: auto;
  left: auto;
  border-style: solid;
  border-width: 7px 0 7px 7px;
  border-color: transparent #e54f00;
}

#fp-menu ul#mymenu li:hover .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-menu ul#mymenu li .fp-tooltip.right {
  right: 23px;
}

.menu-hide {
  display: none;
}






/*======== fp-section ========*/

.fp-section {
  height: 1100px !important;
}

.fp-section .center {
  /*width: 960px;*/
  margin: 0 auto;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.fp-section h2 {
  margin-bottom: 10px;
}

.fp-slide {
  overflow: hidden;
}

.fp-section .center .txt h2 {
  font-size: 48px;
  font-family: "微軟正黑體", sans-serif, Helvetica, Arial, Verdana;
  color: #e54f00;
  text-transform: uppercase;
  font-weight: 600;
}

.fp-section .center .txt p {
  font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
  text-align: center;
  color: #545454;
  color: #ffffff;
}

.fp-section {
  overflow: hidden;
}

.fp-section .center ul.detail-icon {
  list-style-type: none;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  opacity: 1;
}

.fp-section .center li.box {
  position: relative;
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 50px;
}

.fp-section .center li.box span {
  color: #b0b0b0;
  display: block;
  text-align: center;
  line-height: 1.4;
  margin-top: 78px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .3px;
  font-weight: 600;
  width: 120px;
}

.fp-section .center li.last {
  margin-right: 0px;
}

#fullpage {
  background-color: #000;
}






/*======== section1 ========*/

#section1 {
  width: 100%;
  height: 100%;
  /*min-height: 500px;*/
  background-color: #000;
}

#section1 .center {
  width: 100%;
  height: 100%;
}

#section1 #intro-mouse {
  position: fixed;
  width: 70px;
  height: 70px;
  /*background: url(/ECSWebSite/images/fullPage/One/landing-mouse-tappetino-2.png) no-repeat;*/
  display: block;
  bottom: -3%;
  left: 50%;
  margin-left: -35px;
  -webkit-animation: mymove 1.75s ease-in-out infinite;
  -moz-animation: mymove 1.75s ease-in-out infinite;
  animation: mymove 1.75s ease-in-out infinite;
}

#section1 #intro-mouse .mouse {
  width: 70px;
  height: 70px;
  background: url(/ECSWebSite/images/fullPage/ZE-Plus/landing-mouse-b.gif) center center no-repeat;
  background-size: 44px 62px;
}

#section1 #intro-mouse .mouse a {
  display: inline-block;
  width: 70px;
  height: 70px;
  cursor: pointer;
  position: relative;
}

#section1 #intro-mouse .mouse span {
  position: absolute;
  top: 67px;
  left: 16px;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
}

@keyframes mymove {
  0% {
    padding-bottom: 50px;
    .opacity(0.8);
  }
  50% {
    padding-bottom: 70px;
    .opacity(0.35);
  }
  100% {
    padding-bottom: 50px;
    .opacity(0.8);
  }
}

@-webkit-keyframes mymove {
  0% {
    padding-bottom: 50px;
    .opacity(0.8);
  }
  50% {
    padding-bottom: 70px;
    .opacity(0.35);
  }
  100% {
    padding-bottom: 50px;
    .opacity(0.8);
  }
}

@-moz-keyframes mymove {
  0% {
    padding-bottom: 50px;
    .opacity(0.8);
  }
  50% {
    padding-bottom: 70px;
    .opacity(0.35);
  }
  100% {
    padding-bottom: 50px;
    .opacity(0.8);
  }
}

@-o-keyframes mymove {
  0% {
    padding-bottom: 50px;
    .opacity(0.8);
  }
  50% {
    padding-bottom: 70px;
    .opacity(0.35);
  }
  100% {
    padding-bottom: 50px;
    .opacity(0.8);
  }
}

#section1 .img1 {
  width: 1200px;
  height: 720px;
  background: url(/ECSWebSite/images/fullPage/ZE-Plus/MiniPC-ZEplus-01.jpg) center no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -150px;
  margin-left: -505px;
}

#section1 .center .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -268px;
  margin-left: -392px;
}

#section1 .center .txt h1 {
  text-indent: -9999px;
  width: 183px;
  height: 115px;
  background-image: url(/ECSWebSite/images/fullPage/ZE-Plus/logo-ani.png);
  float: left;
  margin-left: 282px;
}

#section1 .center .txt h2 {
  text-indent: -9999px;
  width: 72px;
  height: 22px;
  background-image: url(/ECSWebSite/images/fullPage/ZE-Plus/miniPC_white.svg);
  background-size: 72px 22px;
  background-repeat: no-repeat;
  float: left;
  margin-top: 72px;
  margin-left: 2px;
}

#section1 .center .txt h3 {
  color: #c3c3c3;
  font-size: 22px;
  text-align: center;
  clear: both;
  float: left;
  line-height: 1.6;
  font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
  letter-spacing: 0.5px;
}






/*======== section2 ========*/

#section2 .bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  /*position: absolute;*/
  top: 0;
  left: 0;
}

#section2 .center .img1 {
  width: 100%;
  height: 100%;
  background: url(/ECSWebSite/images/fullPage/ZE-Plus/MiniPC-ZEplus-02.jpg) center top no-repeat;
  background-size: cover;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}

#section2 .center .txt {
  position: absolute;
  width: 892px;
  left: 50%;
  top: 50%;
  margin-left: -446px;
  margin-top: -395px;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  text-align: center;
}






/*======== section3 ========*/

#section3 .bg {
  width: 100%;
  height: 100%;
  /*background-size: cover;*/
  background-color: #000000;
  height: 1160px !important;
}

#section3 .center .img1 {
  position: absolute;
  width: 1900px;
  height: 800px;
  left: 50%;
  margin-left: -950px;
  background: url(/ECSWebSite/images/fullPage/ZE-Plus/MiniPC-ZEplus-03.jpg) center no-repeat;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  opacity: .3;
  bottom: 40px;
  margin-bottom: 60px;
}

#section3 .center .img2 {
  position: absolute;
  width: 330px;
  height: 335px;
  background: url(/ECSWebSite/images/fullPage/ZE-Plus/MiniPC-ZEplus-03-1.png) left top no-repeat;
  top: 0;
  left: 50%;
  margin-top: 514px;
  margin-left: -176px;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}

#section3 .center .txt {
  position: absolute;
  width: 880px;
  left: 50%;
  top: 50%;
  margin-left: -440px;
  margin-top: -425px;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  text-align: center;
}






/*======== section4 ========*/

#section4 {
  background-color: #000;
  height: 1400px !important;
}

#section4 .bg {
  width: 100%;
  height: 100%;
  /* position: absolute;*/
  background: url(/ECSWebSite/images/fullPage/ZE-Plus/MiniPC-ZEplus-04.jpg) center top no-repeat;
}

#section4 .center .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -501px;
  margin-top: -545px;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  opacity: 1;
  width: 1002px;
  text-align: center;
}

#section4 .center .img1 {
  position: absolute;
  width: 816px;
  height: 600px;
  background: url(/ECSWebSite/images/fullPage/ZE-Plus/MiniPC-ZEplus-04.png) center center no-repeat;
  top: 50%;
  left: 50%;
  margin-top: -183px;
  margin-left: -408px;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}

#section4 .center .img2 {
  position: absolute;
  width: 105px;
  height: 80px;
  background: url(/ECSWebSite/images/fullPage/ZE-Plus/MiniPC-ZEplus-04-icon.png) center center no-repeat;
  top: 50%;
  left: 50%;
  margin-top: -357px;
  margin-left: -52.5px;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}

#section4 .center .img3 {
  position: absolute;
  width: 160px;
  height: 150px;
  background: url(/ECSWebSite/images/fullPage/ZE-Plus/MiniPC-ZEplus-04-3.png) center center no-repeat;
  top: 50%;
  left: 50%;
  margin-top: 432px;
  margin-left: -80px;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}






/* TV content */

.cd-image-container {
  position: absolute;
  top: 2px;
  left: -28px;
  /*width: 90%;*/
  /*max-width: 768px;*/
  /*margin: 0em auto;*/
}

.cd-image-container img {
  display: block;
}

.cd-image-label {
  font-family: "Quicksand", sans-serif, Helvetica, Arial, Verdana;
  position: absolute;
  bottom: 10px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.5s 0.7s, opacity 0.3s 0.7s;
  -moz-transition: -moz-transform 0.5s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.5s 0.7s, opacity 0.3s 0.7s;
}

.label-right {
  width: 155px;
  right: 10px;
}

.label-left {
  width: 122px;
  left: 10px;
}

.cd-image-label.is-hidden {
  visibility: hidden;
}

.is-visible .cd-image-label {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-right: 2px solid rgba(0, 0, 0, 0.3);
}

.cd-resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}

.cd-resize-img .cd-image-label {
  right: auto;
  /*left: 0;*/
}

.is-visible .cd-resize-img {
  width: 50%;
  /* bounce in animation of the modified image */
  /*-webkit-animation: cd-bounce-in 1.4s;
    -moz-animation: cd-bounce-in 1.4s;
    animation: cd-bounce-in 1.4s;*/
}






/*@-webkit-keyframes cd-bounce-in {
    0% {
        width: 0;
    }
    60% {
        width: 55%;
    }
    100% {
        width: 50%;
    }
}

@-moz-keyframes cd-bounce-in {
    0% {
        width: 0;
    }
    60% {
        width: 55%;
    }
    100% {
        width: 50%;
    }
}

@keyframes cd-bounce-in {
    0% {
        width: 0;
    }
    60% {
        width: 55%;
    }
    100% {
        width: 50%;
    }
}*/

.cd-handle {
  position: absolute;
  height: 44px;
  width: 44px;
  /* center the element */
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border-radius: 50%;
  background: #323232 url("/ECSWebSite/images/fullPage/ZE-Plus/cd-arrows.svg") no-repeat center center;
  cursor: move;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  -moz-transform: translate3d(0, 0, 0) scale(0);
  -ms-transform: translate3d(0, 0, 0) scale(0);
  -o-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
}

.cd-handle.draggable {
  /* change background color when element is active */
  background-color: #445b7c;
}

.is-visible .cd-handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.5s 1.4s, opacity 0s 0.7s;
  -moz-transition: -moz-transform 0.5s 1.4s, opacity 0s 0.7s;
  transition: transform 0.5s 1.4s, opacity 0s 0.7s;
}






/*======== section5 ========*/

#section5 {
  background-color: #121212;
  height: 1200px !important;
}

#section5 .bg {
  width: 100%;
  height: 100%;
  /* position: absolute;*/
}

#section5 .center .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -479px;
  margin-top: -442px;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  opacity: 1;
  width: 958px;
  text-align: center;
}

#section5 .center .img1 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/ECSWebSite/images/fullPage/ZE-Plus/MiniPC-ZEplus-05.jpg) center bottom no-repeat;
}






/*==== Chart ====*/

#section5 .center ul.dataimages {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -228px;
  margin-left: -170px;
  list-style-type: none;
  width: 380px;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}

#section5 ul.dataimages li {
  height: 30px;
}

#section5 ul.dataimages li.p1 {}

#section5 ul.dataimages li.p1 ul {
  list-style-type: none;
}

#section5 ul.dataimages li.p1 li {
  float: left;
  margin-right: 6px;
}

#section5 ul.dataimages li.word {
  margin-right: 20px;
}

#section5 ul.dataimages li.left {
  width: 15px;
  height: 15px;
  background-color: #3C78B7;
  margin-top: 5px;
}

#section5 ul.dataimages li.right {
  width: 15px;
  height: 15px;
  background-color: #6F6E6E;
  margin-top: 5px;
  margin-left: 20px;
}

#section5 li p {
  color: #FFF;
  text-shadow: 1px 1px 1px #000;
}

#section5 li.p1 p {
  color: #fff;
  text-shadow: none;
}

#section5 li.p2 {
  width: 10px;
  margin-top: 10px;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}






/* CSS3過渡及動畫 */

#section5 ul.dataimages.active li.p2 {
  width: 250px;
  margin-top: 10px;
  transition-delay: 0.5s;
}

#section5 li.p3 {
  width: 10px;
  margin-top: 10px;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}






/* CSS3過渡及動畫 */

#section5 ul.dataimages.active li.p3 {
  width: 168px;
  margin-top: 10px;
  transition-delay: 0.5s;
}

#section5 li.p4 {
  border-top: 1px solid #555;
  margin-top: 22px;
}

#section5 li.p4 p {
  text-align: center;
  color: #b0b0b0;
  text-shadow: none;
  text-transform: uppercase;
}

#section5 li.p2 h4 {
  position: absolute;
  top: 42px;
  right: -50px;
  width: 100px;
  font-size: 21px;
  font-style: italic;
  color: #e54f00;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  opacity: 0;
}






/* CSS3過渡及動畫 */

#section5 ul.dataimages.active li.p2 h4 {
  right: 18px;
  transition-delay: 1.2s;
  opacity: 1;
}

#section5 li.p3 h4 {
  position: absolute;
  top: 83px;
  right: 32px;
  width: 100px;
  font-size: 21px;
  font-style: italic;
  color: #b7b7b7;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  opacity: 0;
}






/* CSS3過渡及動畫 */

#section5 ul.dataimages.active li.p3 h4 {
  right: 100px;
  transition-delay: 1s;
  opacity: 1;
}

.fp-section ul.dataimages li.word p,
.fp-section ul.dataimages li.word2 p {
  font-size: 15px;
}

.fp-section ul.dataimages li.orange {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#feccb1+0,f17432+50,ea5507+51,fb955e+100;Red+Gloss+%232 */
  background: #feccb1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #feccb1 0%, #f17432 50%, #ea5507 51%, #fb955e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #feccb1 0%, #f17432 50%, #ea5507 51%, #fb955e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #feccb1 0%, #f17432 50%, #ea5507 51%, #fb955e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#feccb1', endColorstr='#fb955e', GradientType=0);
  /* IE6-9 */
}

.fp-section ul.dataimages li.grey {
  background: rgb(193, 193, 193);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(193, 193, 193, 1) 0%, rgba(99, 99, 99, 1) 46%, rgba(99, 99, 99, 1) 50%, rgba(99, 99, 99, 1) 53%, rgba(130, 130, 130, 1) 76%, rgba(99, 99, 99, 1) 87%, rgba(99, 99, 99, 1) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(193, 193, 193, 1)), color-stop(46%, rgba(99, 99, 99, 1)), color-stop(50%, rgba(99, 99, 99, 1)), color-stop(53%, rgba(99, 99, 99, 1)), color-stop(76%, rgba(130, 130, 130, 1)), color-stop(87%, rgba(99, 99, 99, 1)), color-stop(100%, rgba(99, 99, 99, 1)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(193, 193, 193, 1) 0%, rgba(99, 99, 99, 1) 46%, rgba(99, 99, 99, 1) 50%, rgba(99, 99, 99, 1) 53%, rgba(130, 130, 130, 1) 76%, rgba(99, 99, 99, 1) 87%, rgba(99, 99, 99, 1) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(193, 193, 193, 1) 0%, rgba(99, 99, 99, 1) 46%, rgba(99, 99, 99, 1) 50%, rgba(99, 99, 99, 1) 53%, rgba(130, 130, 130, 1) 76%, rgba(99, 99, 99, 1) 87%, rgba(99, 99, 99, 1) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(193, 193, 193, 1) 0%, rgba(99, 99, 99, 1) 46%, rgba(99, 99, 99, 1) 50%, rgba(99, 99, 99, 1) 53%, rgba(130, 130, 130, 1) 76%, rgba(99, 99, 99, 1) 87%, rgba(99, 99, 99, 1) 100%);
  /* IE10+ */
}






/*======== section6 ========*/

#section6 .bg {
  width: 100%;
  height: 100%;
  background-color: #121212;
}

#section6 .center .img1 {
  position: absolute;
  width: 1900px;
  height: 800px;
  left: 50%;
  margin-left: -950px;
  background: url(/ECSWebSite/images/fullPage/ZE-Plus/MiniPC-ZEplus-06.jpg) center no-repeat;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  bottom: 40px;
}

#section6 .center .img2 {
  position: absolute;
  width: 149px;
  height: 186px;
  left: 50%;
  margin-left: -110px;
  background: url(/ECSWebSite/images/fullPage/ZE-Plus/MiniPC-ZEplus-06-1.png) center no-repeat;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  bottom: 196px;
}

#section6 .center .img3 {
  position: absolute;
  width: 135px;
  height: 181px;
  left: 50%;
  margin-left: -35px;
  background: url(/ECSWebSite/images/fullPage/ZE-Plus/MiniPC-ZEplus-06-2.png) center no-repeat;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  bottom: 246px;
}

#section6 .center .img4 {
  position: absolute;
  width: 558px;
  height: 568px;
  left: 50%;
  margin-left: -279px;
  background: url(/ECSWebSite/images/fullPage/ZE-Plus/MiniPC-ZEplus-06-3.png) center no-repeat;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  bottom: 87px;
}

#section6 .center .txt {
  position: absolute;
  width: 892px;
  left: 50%;
  top: 50%;
  margin-left: -446px;
  margin-top: -395px;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  text-align: center;
}






/*======== section5 ========*/

#section5 {
  background-color: #121212;
  height: 1200px !important;
}

#section5 .bg {
  width: 100%;
  height: 100%;
  /* position: absolute;*/
}

#section5 .center .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -485px;
  margin-top: -442px;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  opacity: 1;
  width: 970px;
  text-align: center;
}

#section5 .center .img1 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/ECSWebSite/images/fullPage/ZE-Plus/MiniPC-ZEplus-05.jpg) center bottom no-repeat;
}






/*==== Chart ====*/

#section5 .center ul.dataimages {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -228px;
  margin-left: -170px;
  list-style-type: none;
  width: 380px;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}

#section5 ul.dataimages li {
  height: 30px;
}

#section5 ul.dataimages li.p1 {}

#section5 ul.dataimages li.p1 ul {
  list-style-type: none;
}

#section5 ul.dataimages li.p1 li {
  float: left;
  margin-right: 6px;
}

#section5 ul.dataimages li.word {
  margin-right: 20px;
}

#section5 ul.dataimages li.left {
  width: 15px;
  height: 15px;
  background-color: #3C78B7;
  margin-top: 5px;
}

#section5 ul.dataimages li.right {
  width: 15px;
  height: 15px;
  background-color: #6F6E6E;
  margin-top: 5px;
  margin-left: 20px;
}

#section5 li p {
  color: #FFF;
  text-shadow: 1px 1px 1px #000;
}

#section5 li.p1 p {
  color: #fff;
  text-shadow: none;
}

#section5 li.p2 {
  width: 10px;
  margin-top: 10px;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}






/* CSS3過渡及動畫 */

#section5 ul.dataimages.active li.p2 {
  width: 250px;
  margin-top: 10px;
  transition-delay: 0.5s;
}

#section5 li.p3 {
  width: 10px;
  margin-top: 10px;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}






/* CSS3過渡及動畫 */

#section5 ul.dataimages.active li.p3 {
  width: 168px;
  margin-top: 10px;
  transition-delay: 0.5s;
}

#section5 li.p4 {
  border-top: 1px solid #555;
  margin-top: 22px;
}

#section5 li.p4 p {
  text-align: center;
  color: #b0b0b0;
  text-shadow: none;
  text-transform: uppercase;
}

#section5 li.p2 h4 {
  position: absolute;
  top: 42px;
  right: -50px;
  width: 100px;
  font-size: 21px;
  font-style: italic;
  color: #e54f00;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  opacity: 0;
}






/* CSS3過渡及動畫 */

#section5 ul.dataimages.active li.p2 h4 {
  right: 18px;
  transition-delay: 1.2s;
  opacity: 1;
}

#section5 li.p3 h4 {
  position: absolute;
  top: 83px;
  right: 32px;
  width: 100px;
  font-size: 21px;
  font-style: italic;
  color: #b7b7b7;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  opacity: 0;
}






/* CSS3過渡及動畫 */

#section5 ul.dataimages.active li.p3 h4 {
  right: 100px;
  transition-delay: 1s;
  opacity: 1;
}

.fp-section ul.dataimages li.word p,
.fp-section ul.dataimages li.word2 p {
  font-size: 15px;
}

.fp-section ul.dataimages li.orange {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#feccb1+0,f17432+50,ea5507+51,fb955e+100;Red+Gloss+%232 */
  background: #feccb1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #feccb1 0%, #f17432 50%, #ea5507 51%, #fb955e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #feccb1 0%, #f17432 50%, #ea5507 51%, #fb955e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #feccb1 0%, #f17432 50%, #ea5507 51%, #fb955e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#feccb1', endColorstr='#fb955e', GradientType=0);
  /* IE6-9 */
}

.fp-section ul.dataimages li.grey {
  background: rgb(193, 193, 193);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(193, 193, 193, 1) 0%, rgba(99, 99, 99, 1) 46%, rgba(99, 99, 99, 1) 50%, rgba(99, 99, 99, 1) 53%, rgba(130, 130, 130, 1) 76%, rgba(99, 99, 99, 1) 87%, rgba(99, 99, 99, 1) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(193, 193, 193, 1)), color-stop(46%, rgba(99, 99, 99, 1)), color-stop(50%, rgba(99, 99, 99, 1)), color-stop(53%, rgba(99, 99, 99, 1)), color-stop(76%, rgba(130, 130, 130, 1)), color-stop(87%, rgba(99, 99, 99, 1)), color-stop(100%, rgba(99, 99, 99, 1)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(193, 193, 193, 1) 0%, rgba(99, 99, 99, 1) 46%, rgba(99, 99, 99, 1) 50%, rgba(99, 99, 99, 1) 53%, rgba(130, 130, 130, 1) 76%, rgba(99, 99, 99, 1) 87%, rgba(99, 99, 99, 1) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(193, 193, 193, 1) 0%, rgba(99, 99, 99, 1) 46%, rgba(99, 99, 99, 1) 50%, rgba(99, 99, 99, 1) 53%, rgba(130, 130, 130, 1) 76%, rgba(99, 99, 99, 1) 87%, rgba(99, 99, 99, 1) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(193, 193, 193, 1) 0%, rgba(99, 99, 99, 1) 46%, rgba(99, 99, 99, 1) 50%, rgba(99, 99, 99, 1) 53%, rgba(130, 130, 130, 1) 76%, rgba(99, 99, 99, 1) 87%, rgba(99, 99, 99, 1) 100%);
  /* IE10+ */
}






/*======== section6 ========*/

#section6 .bg {
  width: 100%;
  height: 100%;
  background-color: #121212;
}

#section6 .center .img1 {
  position: absolute;
  width: 1900px;
  height: 800px;
  left: 50%;
  margin-left: -950px;
  background: url(/ECSWebSite/images/fullPage/ZE-Plus/MiniPC-ZEplus-06.jpg) center no-repeat;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  bottom: 40px;
}

#section6 .center .img2 {
  position: absolute;
  width: 149px;
  height: 186px;
  left: 50%;
  margin-left: -110px;
  background: url(/ECSWebSite/images/fullPage/ZE-Plus/MiniPC-ZEplus-06-1.png) center no-repeat;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  bottom: 196px;
}

#section6 .center .img3 {
  position: absolute;
  width: 135px;
  height: 181px;
  left: 50%;
  margin-left: -35px;
  background: url(/ECSWebSite/images/fullPage/ZE-Plus/MiniPC-ZEplus-06-2.png) center no-repeat;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  bottom: 246px;
}

#section6 .center .img4 {
  position: absolute;
  width: 558px;
  height: 568px;
  left: 50%;
  margin-left: -279px;
  background: url(/ECSWebSite/images/fullPage/ZE-Plus/MiniPC-ZEplus-06-3.png) center no-repeat;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  bottom: 87px;
}

#section6 .center .txt {
  position: absolute;
  width: 932px;
  left: 50%;
  top: 50%;
  margin-left: -466px;
  margin-top: -395px;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  text-align: center;
}






/*======== section7 ========*/

#section7 {
  background-color: #000000;
  height: 1300px !important;
}

#section7 .bg {
  width: 100%;
  height: 100%;
  /* position: absolute;*/
  position: relative;
}

#section7 .center .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -536px;
  margin-top: -452px;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  opacity: 1;
  width: 1072px;
  text-align: center;
}

#section7 .center .img1 {
  width: 100%;
  height: 100%;
  background: url(/ECSWebSite/images/fullPage/ZE-Plus/MiniPC-ZEplus-07.jpg) center bottom no-repeat;
}

#section7 .center .img2 {
  position: absolute;
  width: 780px;
  height: 552px;
  background: url(/ECSWebSite/images/fullPage/ZE-PLus/MiniPC-ZEplus-07-1.jpg) center bottom no-repeat;
  top: 50%;
  left: 50%;
  margin-left: -376px;
  margin-top: -58px;
}

#section7 .center .img3 {
  position: absolute;
  width: 283px;
  height: 145px;
  background: url(/ECSWebSite/images/fullPage/ZE-PLus/MiniPC-ZEplus-07-2.png) center bottom no-repeat;
  top: 50%;
  left: 50%;
  margin-left: -182px;
  margin-top: -90px;
}

#section7 .center .img4 {
  position: absolute;
  width: 216px;
  height: 171px;
  background: url(/ECSWebSite/images/fullPage/ZE-Plus/MiniPC-ZEplus-07-3.png) center bottom no-repeat;
  top: 50%;
  left: 50%;
  margin-left: -394px;
  margin-top: 79px;
}

#section7 .center .img5 {
  position: absolute;
  width: 209px;
  height: 153px;
  background: url(/ECSWebSite/images/fullPage/ZE-Plus/MiniPC-ZEplus-07-4.png) center bottom no-repeat;
  top: 50%;
  left: 50%;
  margin-left: -307px;
  margin-top: 300px;
}

#section7 .center .img6 {
  position: absolute;
  width: 253px;
  height: 145px;
  background: url(/ECSWebSite/images/fullPage/ZE-Plus/MiniPC-ZEplus-07-5.png) center bottom no-repeat;
  top: 50%;
  left: 50%;
  margin-left: 110px;
  margin-top: 323px;
}

#section7 .center .img7 {
  position: absolute;
  width: 205px;
  height: 154px;
  background: url(/ECSWebSite/images/fullPage/ZE-Plus/MiniPC-ZEplus-07-6.png) center bottom no-repeat;
  top: 50%;
  left: 50%;
  margin-left: 201px;
  margin-top: 92px;
}

#section7 .center .img8 {
  position: absolute;
  width: 80px;
  height: 80px;
  background: url(/ECSWebSite/images/fullPage/ZE-Plus/MiniPC-ZEplus-07-icon.png) center bottom no-repeat;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -210px;
}






/*======== section8 ========*/

#section8 {
  background-color: #121212;
  height: 1350px !important;
}

#section8 .bg {
  width: 100%;
  height: 100%;
}

#section8 .center .img1 {
  position: absolute;
  width: 89px;
  height: 107px;
  background: url(/ECSWebSite/images/fullPage/ZE-Plus/MiniPC-ZEplus-08-icon.png) center center no-repeat;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -330px;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}

#section8 .center .img2 {
  position: absolute;
  width: 1078px;
  height: 688px;
  background: url(/ECSWebSite/images/fullPage/ZE-Plus/MiniPC-ZEplus-08-1.png) left top no-repeat;
  top: 0;
  left: 50%;
  margin-top: 514px;
  margin-left: -539px;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}

#section8 .center .img3 {
  width: 100%;
  height: 100%;
  background: url(/ECSWebSite/images/fullPage/ZE-Plus/MiniPC-ZEplus-08.jpg) center top no-repeat;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}

#section8 .center .leftTop {
  position: absolute;
  width: 351px;
  height: 165px;
  background: url(/ECSWebSite/images/fullPage/ZE-Plus/leftTop-ani.png)left top no-repeat;
  top: 50%;
  left: 50%;
  margin-top: 195px;
  margin-left: -408px;
}

#section8 .center .rightTop {
  position: absolute;
  width: 351px;
  height: 165px;
  background: url(/ECSWebSite/images/fullPage/ZE-Plus/rightTop-ani.png)left top no-repeat;
  top: 50%;
  right: 50%;
  margin-top: 196px;
  margin-right: -404px;
}

#section8 .center .leftDown {
  position: absolute;
  width: 111px;
  height: 131px;
  background: url(/ECSWebSite/images/fullPage/ZE-Plus/leftDown-ani.png)left top no-repeat;
  top: 50%;
  left: 50%;
  margin-top: 229px;
  margin-left: -172px;
}

#section8 .center .rightDown {
  position: absolute;
  width: 111px;
  height: 131px;
  background: url(/ECSWebSite/images/fullPage/ZE-Plus/rightDown-ani.png)left top no-repeat;
  top: 50%;
  right: 50%;
  margin-top: 229px;
  margin-right: -168px;
}

#section8 .center .video-main {
  position: absolute;
  width: 293px;
  height: 166px;
  top: 50%;
  right: 50%;
  margin-top: -128px;
  margin-right: -143px;
}

#section8 .center .video-NB1 {
  position: absolute;
  width: 165px;
  height: 104px;
  top: 50%;
  right: 50%;
  margin-top: 373px;
  margin-right: 325px;
}

#section8 .center .video-NB2 {
  position: absolute;
  width: 165px;
  height: 104px;
  top: 50%;
  right: 50%;
  margin-top: 373px;
  margin-right: 56px;
}

#section8 .center .video-NB3 {
  position: absolute;
  width: 165px;
  height: 104px;
  top: 50%;
  right: 50%;
  margin-top: 373px;
  margin-right: -216px;
}

#section8 .center .video-NB4 {
  position: absolute;
  width: 165px;
  height: 104px;
  top: 50%;
  right: 50%;
  margin-top: 373px;
  margin-right: -488px;
}

#section8 .center .txt {
  position: absolute;
  width: 970px;
  left: 50%;
  top: 50%;
  margin-left: -485px;
  margin-top: -524px;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  text-align: center;
}






/*======== section9 ========*/

#section9 {
  background-color: #000000;
  height: 1800px !important;
}

#section9 .bg {
  width: 100%;
  height: 100%;
  /* position: absolute;*/
  position: relative;
  background: url(/ECSWebSite/images/fullPage/ZE-PLus/MiniPC-ZEplus-09.jpg) center bottom no-repeat;
}

#section9 .center .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -448px;
  margin-top: -730px;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  opacity: 1;
  width: 896px;
  text-align: center;
}

#section9 .center .img1 {
  position: absolute;
  width: 700px;
  height: 605px;
  background: url(/ECSWebSite/images/fullPage/ZE-PLus/MiniPC-ZEplus-09-1.png)center top no-repeat;
  top: 50%;
  left: 50%;
  margin-top: 0px;
  margin-left: -357px;
}

#section9 .center .img2 {
  position: absolute;
  width: 682px;
  height: 539px;
  background: url(/ECSWebSite/images/fullPage/ZE-PLus/MiniPC-ZEplus-09-2.png)center top no-repeat;
  top: 50%;
  left: 50%;
  margin-top: 59px;
  margin-left: -341px;
}

#section9 .center .img3 {
  position: absolute;
  width: 721px;
  height: 560px;
  background: url(/ECSWebSite/images/fullPage/ZE-PLus/MiniPC-ZEplus-09-3.png)center top no-repeat;
  top: 50%;
  left: 50%;
  margin-top: 222px;
  margin-left: -360px;
}






/*==== bar ====*/

#section9 .center .callout-container {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -520px;
  margin-left: -275px;
  color: #FFFFFF;
  overflow: hidden;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  opacity: 1;
}






/* CSS3 animation */


/*#section9.active .center .callout-container {
  transition-delay: 1s;
  opacity: 1;
}*/

#section9 .center .callout-container .box-all {
  float: left;
  margin: 0 auto;
  width: 275px;
  height: 228px;
  display: inline-grid;
}

#section9 .center .callout-container .graph {
  border: 1px solid #949494;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
}

#section9 .center .callout-container .graph p {
  color: #FFFFFF;
}

#section9 .center .callout-container .graph p.bottom {
  font-size: 24px;
  padding-top: 10px;
}

#section9 .center .callout-container .graph p.bottom-b {
  font-size: 24px;
  font-weight: bold;
}

#section9 .center .callout-container .graph h6 {
  color: #FFFFFF;
  font-size: 56px;
  font-weight: 500;
}

#section9 .center .callout-container .graph h6.headline {
  padding-top: 10px;
}






/*======== section10 ========*/

#section10 {
  background-color: #121212;
  height: 1400px !important;
}

#section10 .bg {
  width: 100%;
  height: 100%;
  /* position: absolute;*/
  background: url(/ECSWebSite/images/fullPage/ZE-Plus/MiniPC-ZEplus-10.jpg) center 497px no-repeat;
}

#section10 .center .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -395px;
  margin-top: -546px;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  opacity: 1;
  width: 790px;
  text-align: center;
}

#section10 .center .img1 {
  position: absolute;
  width: 808px;
  height: 560px;
  background: url(/ECSWebSite/images/fullPage/ZE-Plus/MiniPC-ZEplus-10-1.png) center center no-repeat;
  bottom: 8%;
  left: 50%;
  margin-bottom: 143px;
  margin-left: -615px;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}

#section10 .center .img2 {
  position: absolute;
  width: 371px;
  height: 209px;
  background: url(/ECSWebSite/images/fullPage/ZE-Plus/MiniPC-ZEplus-10-2.png) center center no-repeat;
  bottom: 14%;
  left: 50%;
  margin-left: -18px;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}






/*==== Wi-Fi ====*/

#section10 .center .img2-wifi {
  position: absolute;
  bottom: 8%;
  left: 50%;
  margin-bottom: -10px;
  margin-left: 125px;
}

#section10 .center .circle-group {
  /* overflow: hidden; */
  position: relative;
  margin: 60px auto 0;
  width: 800px;
  height: 340px;
}

#section10 .center .circle-item {
  position: absolute;
  top: 130px;
}

#section10 .center .circle {
  position: absolute;
  left: 0;
  top: -50px;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background: #bce0fd;
  border: 4px solid #74B6EB;
  opacity: 0;
  filter: alpha(opacity=0)\9;
  -webkit-animation: wifi 3s linear infinite;
  animation: wifi 3s linear infinite;
}

#section10 .center .circle-2 {
  -webkit-animation-delay: 750ms;
  animation-delay: 750ms;
}

#section10 .center .circle-3 {
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms;
}

@keyframes wifi {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0) rotateX(67deg);
    opacity: 1;
    filter: alpha(opacity=100)\9;
  }
  100% {
    -webkit-transform: scale(4.6);
    transform: scale(4.6) rotateX(67deg);
    opacity: 0;
    filter: alpha(opacity=0)\9;
  }
}


/*==== Chart ====*/

#section10 .center ul.dataimages2 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -256px;
  margin-left: -170px;
  list-style-type: none;
  width: 380px;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}

#section10 ul.dataimages2 li {
  height: 30px;
}

#section10 ul.dataimages2 li.p1 {}

#section10 ul.dataimages2 li.p1 ul {
  list-style-type: none;
}

#section10 ul.dataimages2 li.p1 li {
  float: left;
  margin-right: 6px;
}

#section10 ul.dataimages2 li.word {
  margin-right: 20px;
}

#section10 ul.dataimages2 li.left {
  width: 15px;
  height: 15px;
  background-color: #3C78B7;
  margin-top: 5px;
}

#section10 ul.dataimages2 li.right {
  width: 15px;
  height: 15px;
  background-color: #6F6E6E;
  margin-top: 5px;
  margin-left: 20px;
}

#section10 li p {
  color: #FFF;
  text-shadow: 1px 1px 1px #000;
}

#section10 li.p1 p {
  color: #fff;
  text-shadow: none;
}

#section10 li.p2 {
  width: 10px;
  margin-top: 10px;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}






/* CSS3過渡及動畫 */

#section10 ul.dataimages2.active li.p2 {
  width: 290px;
  margin-top: 10px;
  transition-delay: 0.5s;
}

#section10 li.p2 p {
  width: 100px;
  margin-left: 211px;
  transition: all 0.5s;
  opacity: 0;
}

#section10 li.p3 p {
  width: 100px;
  margin-left: 11px;
}

#section10 li.p3 {
  width: 86px;
  margin-top: 10px;
}

#section10 li.p4 {
  border-top: 1px solid #555;
  margin-top: 22px;
}

#section10 li.p4 p {
  text-align: center;
  color: #b0b0b0;
  text-shadow: none;
  text-transform: uppercase;
}

#section10 li.p2 h4 {
  position: absolute;
  top: 42px;
  right: -50px;
  width: 100px;
  font-size: 21px;
  font-style: italic;
  color: #e54f00;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  opacity: 0;
}






/* CSS3過渡及動畫 */

#section10 ul.dataimages2.active li.p2 h4 {
  right: -26px;
  transition-delay: 1s;
  opacity: 1;
}

#section10 .center ul.dataimages2 p sup {
  line-height: 0;
}

.fp-section ul.dataimages2 li.word p,
.fp-section ul.dataimages2 li.word2 p {
  font-size: 15px;
}

.fp-section ul.dataimages2 li.orange {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#feccb1+0,f17432+50,ea5507+51,fb955e+100;Red+Gloss+%232 */
  background: #feccb1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #feccb1 0%, #f17432 50%, #ea5507 51%, #fb955e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #feccb1 0%, #f17432 50%, #ea5507 51%, #fb955e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #feccb1 0%, #f17432 50%, #ea5507 51%, #fb955e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#feccb1', endColorstr='#fb955e', GradientType=0);
  /* IE6-9 */
}

.fp-section ul.dataimages2 li.grey {
  background: rgb(193, 193, 193);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(193, 193, 193, 1) 0%, rgba(99, 99, 99, 1) 46%, rgba(99, 99, 99, 1) 50%, rgba(99, 99, 99, 1) 53%, rgba(130, 130, 130, 1) 76%, rgba(99, 99, 99, 1) 87%, rgba(99, 99, 99, 1) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(193, 193, 193, 1)), color-stop(46%, rgba(99, 99, 99, 1)), color-stop(50%, rgba(99, 99, 99, 1)), color-stop(53%, rgba(99, 99, 99, 1)), color-stop(76%, rgba(130, 130, 130, 1)), color-stop(87%, rgba(99, 99, 99, 1)), color-stop(100%, rgba(99, 99, 99, 1)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(193, 193, 193, 1) 0%, rgba(99, 99, 99, 1) 46%, rgba(99, 99, 99, 1) 50%, rgba(99, 99, 99, 1) 53%, rgba(130, 130, 130, 1) 76%, rgba(99, 99, 99, 1) 87%, rgba(99, 99, 99, 1) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(193, 193, 193, 1) 0%, rgba(99, 99, 99, 1) 46%, rgba(99, 99, 99, 1) 50%, rgba(99, 99, 99, 1) 53%, rgba(130, 130, 130, 1) 76%, rgba(99, 99, 99, 1) 87%, rgba(99, 99, 99, 1) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(193, 193, 193, 1) 0%, rgba(99, 99, 99, 1) 46%, rgba(99, 99, 99, 1) 50%, rgba(99, 99, 99, 1) 53%, rgba(130, 130, 130, 1) 76%, rgba(99, 99, 99, 1) 87%, rgba(99, 99, 99, 1) 100%);
  /* IE10+ */
}






/*======== section11 ========*/

#section11 {
  height: 1400px !important;
}

#section11 .bg {
  width: 100%;
  height: 100%;
}

#section11 .center .img1 {
  position: absolute;
  width: 1900px;
  height: 992px;
  left: 50%;
  margin-left: -990px;
  background: url(/ECSWebSite/images/fullPage/ZE-Plus/MiniPC-ZEplus-11.jpg) center no-repeat;
  bottom: 80px;
}

#section11 .center .img2 {
  position: absolute;
  width: 622px;
  height: 378px;
  top: 50%;
  left: 50%;
  margin-left: 24px;
  margin-top: 30px;
  background: url(/ECSWebSite/images/fullPage/ZE-Plus/MiniPC-ZEplus-11-1.jpg) center no-repeat;
  -webkit-animation: shine 2.75s ease-in-out infinite;
  -moz-animation: shine 2.75s ease-in-out infinite;
  animation: shine 2.75s ease-in-out infinite;
}

@keyframes shine {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}

@-webkit-keyframes shine {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}

@-moz-keyframes shine {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}

@-o-keyframes shine {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}

#section11 .center .txt {
  position: absolute;
  width: 1028px;
  left: 50%;
  top: 50%;
  margin-left: -514px;
  margin-top: -525px;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  text-align: center;
}






/*======== section12 ========*/

#section12 {
  background-color: #121212;
  /*height: 1400px !important;*/
}

#section12 .bg {
  width: 100%;
  height: 100%;
}

#section12 .center .img1 {
  position: absolute;
  width: 1073px;
  height: 740px;
  background: url(/ECSWebSite/images/fullPage/ZE-Plus/MiniPC-ZEplus-12.png) center no-repeat;
  top: 50%;
  left: 50%;
  margin-left: -564px;
  margin-top: -266px;
}

#section12 .center .img2 {
  position: absolute;
  width: 622px;
  height: 378px;
  top: 50%;
  left: 50%;
  margin-left: 24px;
  margin-top: 30px;
}

#section12 .center .txt {
  position: absolute;
  width: 926px;
  left: 50%;
  top: 50%;
  margin-left: -463px;
  margin-top: -380px;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  text-align: center;
}






/*======== section13 ========*/

#section13 {
  background-color: #000000;
  height: 1300px !important;
}

#section13 .bg {
  width: 100%;
  height: 100%;
  /* position: absolute;*/
  position: relative;
}

#section13 .center .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -503px;
  margin-top: -452px;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  opacity: 1;
  width: 1006px;
  text-align: center;
}

#section13 .center .img1 {
  width: 100%;
  height: 100%;
  background: url(/ECSWebSite/images/fullPage/ZE-Plus/MiniPC-ZEplus-13.jpg) center bottom no-repeat;
}

#section13 .center .img2 {
  width: 441px;
  height: 471px;
  background: url(/ECSWebSite/images/fullPage/ZE-Plus/MiniPC-ZEplus-13-1.png) center center no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -276px;
  margin-top: -217px;
  -webkit-animation: floatImg2 3s ease-in infinite;
  -moz-animation: floatImg2 3s ease-in infinite;
  animation: floatImg2 3s ease-in infinite;
}

#section13 .center .img3 {
  width: 333px;
  height: 303px;
  background: url(/ECSWebSite/images/fullPage/ZE-Plus/MiniPC-ZEplus-13-2.png) center center no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -594px;
  margin-top: -127px;
  -webkit-animation: floatImg3 5s ease-in infinite;
  -moz-animation: floatImg3 5s ease-in infinite;
  animation: floatImg3 5s ease-in infinite;
}

#section13 .center .img4 {
  width: 220px;
  height: 247px;
  background: url(/ECSWebSite/images/fullPage/ZE-Plus/MiniPC-ZEplus-13-3.png) center center no-repeat;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: -382px;
  margin-top: -296px;
  -webkit-animation: floatImg4 6s ease-in infinite;
  -moz-animation: floatImg4 6s ease-in infinite;
  animation: floatImg4 6s ease-in infinite;
}

#section13 .center .img5 {
  width: 239px;
  height: 226px;
  background: url(/ECSWebSite/images/fullPage/ZE-Plus/MiniPC-ZEplus-13-4.png) center center no-repeat;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: -464px;
  margin-top: -63px;
  -webkit-animation: floatImg5 4s ease-in infinite;
  -moz-animation: floatImg5 4s ease-in infinite;
  animation: floatImg5 4s ease-in infinite;
}






/* floatImg2 */

@keyframes floatImg2 {
  0% {
    transform: translateY(5px);
    -ms-transform: translateY(5px);
    -moz-ransform: translateY(5px);
    -webkit-transform: translateY(5px);
    -o-transform: translateY(5px);
  }
  50% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-ransform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  100% {
    transform: translateY(5px);
    -ms-transform: translateY(5px);
    -moz-ransform: translateY(5px);
    -webkit-transform: translateY(5px);
    -o-transform: translateY(5px);
  }
}

@-webkit-keyframes floatImg2 {
  0% {
    margin-top: -217px;
  }
  50% {
    margin-top: -225px;
  }
  100% {
    margin-top: -217px;
  }
}

@-moz-keyframes floatImg2 {
  0% {
    margin-top: -217px;
  }
  50% {
    margin-top: -225px;
  }
  100% {
    margin-top: -217px;
  }
}

@-o-keyframes floatImg2 {
  0% {
    margin-top: -217px;
  }
  50% {
    margin-top: -225px;
  }
  100% {
    margin-top: -217px;
  }
}






/* floatImg3 */

@keyframes floatImg3 {
  0% {
    transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -moz-ransform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -o-transform: translateY(-4px);
  }
  25% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-ransform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  50% {
    transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -moz-ransform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -o-transform: translateY(-4px);
  }
  75% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-ransform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  100% {
    transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -moz-ransform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -o-transform: translateY(-4px);
  }
}

@-webkit-keyframes floatImg3 {
  0% {
    transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -moz-ransform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -o-transform: translateY(-4px);
  }
  25% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-ransform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  50% {
    transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -moz-ransform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -o-transform: translateY(-4px);
  }
  75% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-ransform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  100% {
    transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -moz-ransform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -o-transform: translateY(-4px);
  }
}

@-moz-keyframes floatImg3 {
  0% {
    transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -moz-ransform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -o-transform: translateY(-4px);
  }
  25% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-ransform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  50% {
    transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -moz-ransform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -o-transform: translateY(-4px);
  }
  75% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-ransform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  100% {
    transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -moz-ransform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -o-transform: translateY(-4px);
  }
}

@-o-keyframes floatImg3 {
  0% {
    transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -moz-ransform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -o-transform: translateY(-4px);
  }
  25% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-ransform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  50% {
    transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -moz-ransform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -o-transform: translateY(-4px);
  }
  75% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-ransform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  100% {
    transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -moz-ransform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -o-transform: translateY(-4px);
  }
}






/* floatImg4 */

@keyframes floatImg4 {
  0% {
    transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -moz-ransform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -o-transform: translateY(-4px);
  }
  25% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-ransform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  50% {
    transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -moz-ransform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -o-transform: translateY(-4px);
  }
  75% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-ransform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  100% {
    transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -moz-ransform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -o-transform: translateY(-4px);
  }
}

@-webkit-keyframes floatImg4 {
  0% {
    transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -moz-ransform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -o-transform: translateY(-4px);
  }
  25% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-ransform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  50% {
    transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -moz-ransform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -o-transform: translateY(-4px);
  }
  75% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-ransform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  100% {
    transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -moz-ransform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -o-transform: translateY(-4px);
  }
}

@-moz-keyframes floatImg4 {
  0% {
    transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -moz-ransform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -o-transform: translateY(-4px);
  }
  25% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-ransform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  50% {
    transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -moz-ransform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -o-transform: translateY(-4px);
  }
  75% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-ransform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  100% {
    transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -moz-ransform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -o-transform: translateY(-4px);
  }
}

@-o-keyframes floatImg4 {
  0% {
    transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -moz-ransform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -o-transform: translateY(-4px);
  }
  25% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-ransform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  50% {
    transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -moz-ransform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -o-transform: translateY(-4px);
  }
  75% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-ransform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  100% {
    transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -moz-ransform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -o-transform: translateY(-4px);
  }
}






/* floatImg5 */

@keyframes floatImg5 {
  0% {
    transform: translateY(10px);
    -ms-transform: translateY(10px);
    -moz-ransform: translateY(10px);
    -webkit-transform: translateY(10px);
    -o-transform: translateY(10px);
  }
  50% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-ransform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  100% {
    transform: translateY(10px);
    -ms-transform: translateY(10px);
    -moz-ransform: translateY(10px);
    -webkit-transform: translateY(10px);
    -o-transform: translateY(10px);
  }
}

@-webkit-keyframes floatImg5 {
  0% {
    transform: translateY(10px);
    -ms-transform: translateY(10px);
    -moz-ransform: translateY(10px);
    -webkit-transform: translateY(10px);
    -o-transform: translateY(10px);
  }
  50% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-ransform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  100% {
    transform: translateY(10px);
    -ms-transform: translateY(10px);
    -moz-ransform: translateY(10px);
    -webkit-transform: translateY(10px);
    -o-transform: translateY(10px);
  }
}

@-moz-keyframes floatImg5 {
  0% {
    transform: translateY(10px);
    -ms-transform: translateY(10px);
    -moz-ransform: translateY(10px);
    -webkit-transform: translateY(10px);
    -o-transform: translateY(10px);
  }
  50% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-ransform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  100% {
    transform: translateY(10px);
    -ms-transform: translateY(10px);
    -moz-ransform: translateY(10px);
    -webkit-transform: translateY(10px);
    -o-transform: translateY(10px);
  }
}

@-o-keyframes floatImg5 {
  0% {
    transform: translateY(10px);
    -ms-transform: translateY(10px);
    -moz-ransform: translateY(10px);
    -webkit-transform: translateY(10px);
    -o-transform: translateY(10px);
  }
  50% {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-ransform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  100% {
    transform: translateY(10px);
    -ms-transform: translateY(10px);
    -moz-ransform: translateY(10px);
    -webkit-transform: translateY(10px);
    -o-transform: translateY(10px);
  }
}






/*------------------------------------
go TOP
------------------------------------*/

#gotop {
  display: none;
  position: fixed;
  /*left:50%;*/
  right: 28px;
  bottom: 35px;
  /*margin-left:500px;*/
  text-indent: -9999px;
  width: 46px;
  height: 45px;
  background-image: url(/ECSWebSite/images/gotop.png);
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 9999;
}

#gotop:hover {
  background-position: left bottom;
}

#gotop a {
  display: block;
  width: 46px;
  height: 45px;
}