::-moz-selection {
  text-shadow: none;
  color: #fff;
  background: #0b0921; }

::selection {
  text-shadow: none;
  color: #fff;
  background: #0b0921; }

img::selection {
  color: #fff;
  background: #0b0921; }



img::-moz-selection {
  color: #fff;
  background: #0b0921; }

.video-container {
  position: relative;
  overflow: hidden;
  width: 100%; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media (max-width: 1024px) {
  .video-container {
    padding-bottom: 50%; } }
@media (max-width: 991px) {
  .video-container {
    padding-bottom: 60%; } }
body {
  font-family:  'Microsoft JhengHei', sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden; }

a {
  outline: none;
  /* for Firefox Google Chrome  */
  -webkit-font-smoothing: antialiased;
  noFocusLine: expression(this.onFocus=this.blur()); }

a:hover {
  text-decoration: none;
  color: #00a6ea;
  outline: none; }

a:focus {
  outline: none;
  -moz-outline-style: none; }

div.content {
  overflow: hidden; }

div {
  noFocusLine: expression(this.onFocus=this.blur()); }

div:focus {
  outline: 0; }

img {
  border-style: none;
  noFocusLine: expression(this.onFocus=this.blur()); }

img:focus {
  noFocusLine: expression(this.onFocus=this.blur()); }

a:link:focus, a:visited:focus {
  outline: none; }

p {
  line-height: 28px;
  font-size: 15px;
font-family: 'Microsoft JhengHei'}

/*-----------------------------------------*/
.scrollpoint {
  opacity: 0; }

.scrollpoint.active {
  opacity: 1 \0; }

/*-----------------------------------------*/
.down_icon a {
  display: inline-block;
  padding-top: 12px;
  margin-bottom: 5px;
  width: 40px;
  height: 40px;
  border: 1px solid #4E5069;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s; }
  .down_icon a:hover {
    background: #00a6ea; }
    .down_icon a:hover i {
      color: #0b0921; }
.down_icon i {
  font-size: 16px; }

.down_icon2 {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0; }
  .down_icon2 a {
    border: none; }
  .down_icon2 i {
    color: #00a6ea;
    font-size: 20px; }

footer {
  padding: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #848484;
  font-size: 16px;
  background: #fff url("../img/line.jpg") no-repeat top; }

@media (max-width: 640px) {
  .w640 {
    width: 100%; } }
@media (max-width: 480px) {
  .w480 {
    width: 100%; } }
section {
  position: relative; }

/* Common style for pseudo-elements */
section::before,
section::after {
  position: absolute;
  content: '';
  pointer-events: none;
  overflow: hidden; }

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity; }

.carousel-fade .carousel-inner .active {
  opacity: 1; }

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1; }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

.carousel-fade .carousel-control {
  z-index: 2; }

.tp-caption {
  -webkit-font-smoothing: antialiased; }

.tp-caption.large_white_bold {
  color: #ffffff;
  font-size: 65px;
  font-weight: 400; }

/*---------------------------------------------------------------------------------------*/
.pre-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: block; }

.pre-loader .load-con {
  margin: 20% auto;
  position: relative;
  text-align: center; }

@media (max-width: 768px) {
  .pre-loader .load-con {
    display: none; } }
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
.navbar-toggle {
  background-color: #666;
  border: 1px solid transparent; }

.pre-loader {
  background: #222; }

.no-padding {
  padding: 0; }

.no-margin {
  margin: 0; }

/*--------------------------------------------------*/
.tr {
  text-align: right; }

.tc {
  text-align: center; }

.tl {
  text-align: left; }

/*----------------------------------------------------------------------------*/
/*
Custom SCroll
*/
::-webkit-scrollbar {
  width: 10px; }

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none; }

::-webkit-scrollbar-track-piece {
  background-color: #000; }

::-webkit-scrollbar-thumb:vertical {
  background-color: #00a6ea; }

#gotop {
  position: fixed;
  display: none;
  left: 5%;
  bottom: 5%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 10px 10px;
  cursor: pointer;
  z-index: 5;
  color: #fff;
  background: #00a6ea;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-box-shadow: 0px 1px 3px rgba(2, 2, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px rgba(2, 2, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 2, 2, 0.3); }
  #gotop:hover {
    color: #fff;
    background: #e63190; }

@media (max-width: 768px) {
  #gotop {
    right: 5%;
    bottom: 60px;
    font-size: 14px;
    font-weight: bold;
    padding: 3px;
    width: 30px;
    height: 30px;
    border-radius: 50%; } }
@media (max-width: 480px) {
  #gotop {
    right: 5%;
    bottom: 60px;
    font-size: 14px;
    font-weight: bold;
    padding: 3px;
    width: 30px;
    height: 30px;
    border-radius: 50%; } }
/*--------------------------------------------*/
#logo_prev, #logo_next {
  height: 30px;
  width: 30px;
  overflow: hidden;
  cursor: pointer;
  margin: 0;
  top: 50%;
  position: absolute;
  z-index: 5; }
  #logo_prev:hover, #logo_next:hover {
    background-position: 100% 100%; }

#logo_prev {
  left: 100px;
  background: url("../img/aw_left.png") no-repeat; }

#logo_next {
  right: 100px;
  background: url("../img/aw_right.png") no-repeat; }

.main_banner {
  padding: 0;
  margin: 0;
  position: relative; }

.scroll_down {
  position: absolute;
  bottom: 14%;
  left: 0;
  right: 0;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
  z-index: 5; }
  .scroll_down h6 {
    font-size: 15px;
    color: #0b0921;
    letter-spacing: 0px;
    font-weight: bold;
    padding-top: 10px; }
  .scroll_down img {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-animation-name: drops;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-name: drops;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-play-state: running; }

@media (max-width: 991px) {
  .main_banner {
    padding: 0;
    margin: 0;
    position: relative; }
    .main_banner .scroll_down {
      bottom: 6%; } }
@media (max-width: 480px) {
  .main_banner {
    padding: 0;
    margin: 0;
    position: relative; }
    .main_banner .scroll_down {
      bottom: 2%; }
      .main_banner .scroll_down h6 {
        font-size: 12px; } }
@-webkit-keyframes drops {
  0% {
    top: 0px;
    opacity: 0; }
  30% {
    top: 10px;
    opacity: 1; }
  100% {
    top: 0px;
    opacity: 0; } }
@keyframes drops {
  0% {
    top: 0px;
    opacity: 0; }
  30% {
    top: 10px;
    opacity: 1; }
  100% {
    top: 0px;
    opacity: 0; } }
.home_img {
  margin-top: -20px; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.vhcenter {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

section.redbox:not(.magicblue) {
  position: relative;
  width: 100vw; }

.box {
  position: absolute; }

.box1 {
  -webkit-transform: translateX(25%) translateY(25%);
  transform: translateX(25%) translateY(25%);
  background: rgba(197, 150, 32, 0.9); }

.box2 {
  -webkit-transform: translateX(50%) translateY(50%);
  transform: translateX(50%) translateY(50%);
  background: #990000; }

.box3 {
  -webkit-transform: translateX(75%) translateY(75%);
  transform: translateX(75%) translateY(75%); }

.display768 {
  display: none; }

@media (max-width: 768px) {
  .display768 {
    display: block; }

  .none768 {
    display: none; } }
@keyframes progress-bar {
  0% {
    width: 0; } }
.vertical-m {
  position: relative; }
  .vertical-m:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%; }

@-webkit-keyframes wordzoomin {
  0% {
    top: 0px;
    opacity: 0;
    -webkit-transform: scale(1.5); }
  100% {
    top: 0px;
    opacity: 1;
    -webkit-transform: scale(1); } }
@keyframes wordzoomin {
  0% {
    top: 0px;
    opacity: 0;
    transform: scale(1.5); }
  100% {
    top: 0px;
    opacity: 1;
    transform: scale(1); } }
@-webkit-keyframes wordzoomin2 {
  0% {
    top: 0px;
    opacity: 0;
    -webkit-transform: scale(1.5); }
  50% {
    top: 0px;
    opacity: 0;
    -webkit-transform: scale(1.5); }
  100% {
    top: 0px;
    opacity: 1;
    -webkit-transform: scale(1); } }
@keyframes wordzoomin2 {
  0% {
    top: 0px;
    opacity: 0;
    transform: scale(1.5); }
  50% {
    top: 0px;
    opacity: 0;
    transform: scale(1.5); }
  100% {
    top: 0px;
    opacity: 1;
    transform: scale(1); } }
.top_menu {
  position: relative;
  height: 80px; }
  .top_menu .menu_logo {
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 5;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s; }
    .top_menu .menu_logo img {
      -webkit-transition: all 0.25s;
      -moz-transition: all 0.25s;
      transition: all 0.25s; }
  .top_menu .menu_mu {
    text-align: right;
    padding-top: 30px; }
    .top_menu .menu_mu ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .top_menu .menu_mu ul li:last-child a:after {
        content: ''; }
      .top_menu .menu_mu ul li.active a {
        text-decoration: none; }
      .top_menu .menu_mu ul li {
        display: inline-block; }
        .top_menu .menu_mu ul li a {
          color: #fff;
          text-decoration: none;
          font-size: 15px;
          font-weight: bold;
          -webkit-transition: all 0.25s;
          -moz-transition: all 0.25s;
          transition: all 0.25s;
          padding: 7px 13px;
          padding-right: 22px;
          position: relative; }
          .top_menu .menu_mu ul li a:after {
            position: absolute;
            right: 0px;
            content: '|';
            top: 7px; }
        .top_menu .menu_mu ul li:hover a {
          color: #00a6ea;
          text-decoration: none; }
          .top_menu .menu_mu ul li:hover a:after {
            color: #fff; }
  .top_menu .menu_btn {
    display: none; }

@media (max-width: 991px) {
  .top_menu {
    height: 80px; }
    .top_menu .menu_logo img {
      max-width: 300px; }
    .top_menu .menu_mu {
      display: none; }
    .top_menu .menu_btn {
      display: block;
      position: absolute;
      right: 5%;
      top: 3px;
      z-index: 5; } }
/* Hambuger style */
.hamburger {
  width: 45px;
  border: 1px solid #fff;
  height: 40px;
  margin-top: 20px;
  background: transparent;
  display: block;
  padding-top: 4px;
  transition: all .5s ease;
  /* Hambuger hover animation */ }
  .hamburger:hover {
    cursor: pointer; }
  .hamburger span {
    border: 1px solid #fff;
    display: block;
    margin: 5px auto;
    background-color: #fff;
    width: 50%;
    height: 3px;
    border-radius: 5px;
    transition: all .5s ease; }
  .hamburger:hover {
    background: #fff; }
    .hamburger:hover span {
      background-color: #0b0921;
      border: 1px solid #0b0921; }
    .hamburger:hover span:first-child {
      transform: translateY(-2px); }
    .hamburger:hover span:last-child {
      transform: translateY(2px); }

.overlay-navigation {
  overflow: hidden;
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: fixed;
  z-index: 550;
  height: 100%;
  right: 0;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  width: 40% !important;
  max-width: 720px;
  background: rgba(0, 0, 24, 0.9);
  text-align: center; }
  .overlay-navigation .show {
    opacity: 1;
    right: 0; }
  .overlay-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 70px; }
    .overlay-navigation ul li {
      margin-bottom: 26px;
      width: 49%;
      display: inline-block; }
      .overlay-navigation ul li a {
        color: #fff;
        display: block;
        font-size: 18px;
        position: relative;
        width: 92%;
        padding: 30px 0px;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        transition: all 0.25s;
        margin: 0 auto;
        font-weight: 500;
        letter-spacing: 0.5px;
        background: rgba(255, 255, 255, 0.1); }
      .overlay-navigation ul li:hover a {
        background: rgba(255, 255, 255, 0.95);
        color: #0b0921; }

.overlay-navigation.active {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%); }

.nav_close {
  margin-top: 50px; }

.close-button {
  border: 1px solid #00a6ea;
  height: 40px;
  width: 40px;
  position: relative;
  box-sizing: border-box;
  line-height: 40px;
  display: inline-block;
  text-align: center; }
  .close-button:hover {
    cursor: pointer; }

.close-button:before,
.close-button:after {
  transform: rotate(-45deg);
  content: '';
  position: absolute;
  top: 55%;
  left: 69%;
  margin-top: -3px;
  margin-left: -23px;
  display: block;
  height: 3px;
  width: 30px;
  background-color: #00a6ea;
  transition: all 0.2s ease-out; }

.close-button:after {
  transform: rotate(45deg); }

.close-button:hover:before,
.close-button:hover:after {
  transform: rotate(0deg); }

@media (max-width: 640px) {
  .nav_close {
    margin-top: 20px; }

  .overlay-navigation {
    width: 100% !important; }

  .overlay-navigation ul {
    padding-top: 30px; }

  .overlay-navigation ul li {
    margin-bottom: 10px !important; }

  .down_icon2 {
    bottom: 20px; } }
/*------------------------------------------*/
header .navbar-default {
  background: rgba(0, 0, 24, 0.75);
  border: none;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s; }

/*------------------------------------------*/
header .navbar-default.scrolled {
  margin-top: 0;
  background: rgba(0, 0, 24, 0.75);
  border-bottom: 0;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
  padding: 0;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s; }
  header .navbar-default.scrolled .top_menu {
    position: relative;
    height: 60px; }
  header .navbar-default.scrolled .top_menu .menu_logo img {
    max-width: 150px;
    padding-left: 15px; }
  header .navbar-default.scrolled .menu_btn {
    width: 100%; }
  header .navbar-default.scrolled .top_menu .menu_mu {
    padding-top: 20px; }

@media (max-width: 991px) {
  header .navbar-default.scrolled {
    border-bottom: 0;
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
    padding: 0;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s; }
    header .navbar-default.scrolled .top_menu {
      position: relative; }
    header .navbar-default.scrolled .top_menu .menu_btn {
      display: block;
      position: absolute;
      right: 15px;
      width: 40px;
      height: 35px;
      top: -10px;
      z-index: 5; } }
@media (max-width: 480px) {
  .top_menu {
    height: 60px !important; }

  .top_menu .menu_logo img {
    max-width: 150px;
    padding-left: 15px; }

  .top_menu .menu_btn {
    position: absolute;
    right: 15px;
    width: 40px;
    height: 35px;
    top: -10px; } }
@media (min-width: 1280px) {
  .top_menu_main {
    padding-left: 40px;
    padding-right: 40px; } }
.video_box {
  position: relative; }
  .video_box img {
    max-width: 100%; }
  .video_box .video_box_play {
    position: absolute;
    z-index: 2;
    left: 0;
    margin: 20% auto;
    background: url("../img/play.png") no-repeat;
    right: 0;
    text-align: center;
    width: 220px;
    height: 180px;
    overflow: hidden; }
  .video_box:hover .video_box_play {
    background-position: 100% 100%; }

@media (max-width: 991px) {
  .top_menu_main {
    padding-left: 0px;
    padding-right: 0px; }

  .video_box {
    position: relative; }
    .video_box .video_box_play {
      margin: 10% auto;
      right: 0;
      text-align: center;
      width: 220px;
      height: 180px;
      overflow: hidden; } }
.pro_box_s {
  position: relative;
  padding: 0;
  margin: 0; }
  .pro_box_s img {
    width: 100%; }
  .pro_box_s .pro_box_s_img {
    overflow: hidden;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s; }
    .pro_box_s .pro_box_s_img img {
      -webkit-transition: all 0.8s;
      -moz-transition: all 0.8s;
      transition: all 0.8s; }
  .pro_box_s:hover .pro_box_s_img img {
    -webkit-transform: scale(1.1);
    /* Safari and Chrome */
    -moz-transform: scale(1.1);
    /* Firefox */
    -ms-transform: scale(1.1);
    /* IE 9 */
    -o-transform: scale(1.1);
    /* Opera */
    transform: scale(1.1); }
  .pro_box_s .pro_box_s_txt {
    position: absolute;
    color: #fff;
    background: #00a6ea;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2; }
    .pro_box_s .pro_box_s_txt h1 {
      font-size: 20px;
      padding: 0;
      margin: 0;
      padding: 15px;
font-family: 'Microsoft JhengHei'}
  .pro_box_s .pro_box_s_txt2 {
    position: absolute;
    color: #fff;
    background: #e63190;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2; }
    .pro_box_s .pro_box_s_txt2 h1 {
		background: #e63190;
      font-size: 20px;
      padding: 0;
      margin: 0;
      padding: 15px;
font-family: 'Microsoft JhengHei';}

.features_box {
  background: url("../img/fea_bg.jpg") no-repeat center center;
  padding-top: 60px;
}

h1.w_white {
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: bold; 
  font-family: 'Microsoft JhengHei';
  margin-bottom:20px;
}
.border1{
border-radius:10px;
border-top-right-radius:10px;
border-bottom-right-radius:10px;
}
#sever_font1{
	margin-bottom:0px;
}
#sever_font2{
	margin-top:0px;
	margin-bottom:0px;
	font-size:20px;
}
#sever_font3{
	margin-bottom:0px;
	font-family:'Microsoft JhengHei';
	color:#E63190;
	font-size:20px;
	font-weight: normal;
	text-align:left;
}
#sever_font4{
	margin-bottom:0px;
	font-family:'Microsoft JhengHei';
	color:#f934df;
	font-size:20px;
	font-weight: bold;
	text-align:center;
	line-height:26.4px;
	padding-bottom:15px;
}
#sever_font4 a{
	color:#f934df;
	text-decoration:underline;
}
.border2{
border-radius:10px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
}
h1.w_block {
  color: #000018;
  text-align: center;
  font-size: 28px;
  font-weight: bold; 
font-family: 'Microsoft JhengHei'}

h1.w_w {
  color: #FFFFFF;
  text-align: center;
  font-size: 22px;
  font-weight: bold; 
font-family: 'Microsoft JhengHei'}

h2.blue_bg {
  background: #00a6ea;
  font-size: 22px;
  width: 260px;
  margin: 0 auto;
  color: #fff;
  padding: 8px 5px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 20px;
font-family: 'Microsoft JhengHei'}

h3.s_tit {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
font-family: 'Microsoft JhengHei'}

.sr_row {
  margin-bottom: 50px;
  margin-top: 20px; }

.sr_img {
  text-align: center; }
  .sr_img img {
    max-width: 100%; }

.sr_txt ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .sr_txt ul li {
    border-bottom: 1px solid #dadada;
    padding-bottom: 10px;
    padding-top: 10px; }
    .sr_txt ul li span {
      display: inline-block;
      font-weight: bold;
      width: 22%;
      color: #0b0921;
      vertical-align: top; }
    .sr_txt ul li span.s2 {
      width: 78%;
      color: #6a696f;
      font-weight: normal; }

.free_trial_box {
  padding-bottom: 120px;
  padding-top: 120px; }

@media (max-width: 991px) {
  .free_trial_box {
    padding-bottom: 30px;
    padding-top: 30px; }

  .sr_txt ul li span {
    width: 130px;
    color: #0b0921;
    vertical-align: top; }
  .sr_txt ul li span.s2 {
    width: calc(100% - 130px);
    color: #6a696f;
    font-weight: normal; } }
.white_line {
  border: 2px solid #fff;
  background: transparent;
  padding: 12px;
  font-weight: bold;
  color: #fff;
  width: 100%;
  margin-bottom: 20px;
  height: 50px; }

.white_line2 {
  border: 2px solid #fff;
  background: transparent;
  padding-left:12px;padding-right:0px;
  padding-top:0px;padding-bottom:0px;
  font-weight: bold;
  color: #fff;
  width: 100%;
  margin-bottom: 20px;
  height: 50px;line-height:50px;
  -webkit-appearance: none; }

.input_line {
  margin-bottom: 20px; }

.input_line_code {
  position: relative; }
  .input_line_code .code_div {
    position: absolute;
    right: 15px; }

  select option {
    background: rgba(0, 0, 0, 0.7);
}

input.white_line {
  color: #fff; }

input[type="email"].big-dog::-webkit-input-placeholder {
  color: #fff; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff; }

input::-moz-placeholder  {
  /* Firefox 18- */
  color: #fff!important; }

input.white_line::-moz-placeholder { 
    color:#FFF!important;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #fff!important; 
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #fff!important; 
   opacity:  1;
}


.w80 {
  width: 80%; }

.w30 {
  width: 30%; }

.blue_btn {
  background: #00a6ea;
  color: #fff;
  padding: 15px 10px;
  text-align: center;
  width: 100%;
  border: 1px solid #00a6ea;
  font-weight: bold;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s; }
  .blue_btn:hover {
    background: #7dcbeb;
    border: 1px solid #7dcbeb; }

/*-------------------------------------------------------------------*/
.faq_box {
  background: #e6e6e6;
  padding-top: 30px; }
  .faq_box .scroll_down {
    bottom: 20px !important; }

.accordion {
  background: url("../img/line.png") repeat-x top; }
  .accordion {
    margin: 0 auto; }
  .accordion__title {
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.125em; }
  .accordion__list {
    list-style: none;
    margin: 0;
    padding: 0; }
  .accordion__item {
    padding-top: 15px;
    padding-bottom: 15px;
    visibility: hidden; }
    .accordion__item:last-child {
      border-bottom: 0; }
    .accordion__item.is-active {
      border-bottom: none;
      background: transparent;
      border-color: #d1d1d1; }
      .accordion__item.is-active .accordion__itemTitleWrap::after {
        /* transform: translateX(-20%);*/ }
      .accordion__item.is-active .accordion__itemIconWrap {
        transform: rotate(180deg); }
  .accordion__itemTitleWrap {
    display: flex;
    align-items: center;
    padding: 0 10px;
    color: #fff;
    background: #00a6ea;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    overflow: hidden; }
    .accordion__itemTitleWrap::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      transition: transform .4s ease; }
    .accordion__itemTitleWrap.is-active::after, .accordion__itemTitleWrap:hover::after {
      background: #7dcbeb; }
  .accordion__itemIconWrap {
    width: 1.25em;
    height: 1.25em;
    margin-left: auto;
    position: relative;
    z-index: 10; }
  .accordion__itemTitle {
    margin: 0;
    position: relative;
    z-index: 10;
    padding: 0;
    margin-left: -15px; }
    .accordion__itemTitle p {
      padding: 0;
      margin: 0;
      font-size: 18px;
      font-weight: 700;
      margin-left: 15px;
      padding-left: 15px;
      padding-top: 15px;
      padding-bottom: 15px;
      line-height: 30px; }
  .accordion__itemContent {
    height: 0;
    overflow: hidden;
    /*padding: 0 1.25em;*/
    padding-right: 50px;
    padding-left: 30px;
    background: #fff;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px; }
    .accordion__itemContent p {
      text-align: left;
      /* margin: 2em 0*/
      padding-left: 20px;
      padding-top: 20px;
      padding-top: 30px;
      padding-bottom: 20px; }

.accordion__item.is-active .accordion__itemTitleWrap {
  -webkit-border-radius: 10px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius: 10px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-radius: 10px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px; }

.accordion__itemTitle p {
  line-height: 24px;
  font-size: 15px;
font-family: 'Microsoft JhengHei'}

.accordion__itemContent {
  padding-left: 5px;
  padding-right: 22px; }

.where_box, .download_box {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px; }

.where_box_container, .download_box_container, .contact_box_container {
  margin-left: 100px;
  margin-right: 100px; }

.download_box {
  padding-bottom: 80px; }

.system_box {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px; }
  .system_box img {
    max-width: 100%; }

.gray666 {
  color: #888;
  font-size: 20px;
  text-align: right;
  padding-right: 25px;
  padding-top: 30px; }

.line_left {
  border-left: 1px solid #d8d8d8; }

.buy_box2 img{
  padding-bottom: 25px;
  padding-left: 25px;
}  
  
@media (max-width: 1199px) {
  .w1199 {
    width: 100%;
    display: block; } }
@media (max-width: 768px) {
  .buy_box2 {
    text-align: left; }

  .where_line {
    text-align: left; } }
@media (max-width: 480px) {
  .w480 {
    width: 100%;
    display: block; }

  .gray666 {
    text-align: center; } }
.where_line {
  margin-bottom: 30px; }

@media (max-width: 768px) {
  .w640 {
    width: 100%; }

  .where_line {
    text-align: center; }

  .where_box_container, .download_box_container, .contact_box_container {
    margin-left: 20px;
    margin-right: 20px; } }
.download_line {
  text-align: center;
  border: 5px solid #00a6ea;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  padding: 20px;
  border-radius: 10px;
  width: 75%;
  margin: 0 auto;
  margin-bottom: 20px; }
  .download_line:hover {
    -webkit-transform: scale(1.1);
    /* Safari and Chrome */
    -moz-transform: scale(1.1);
    /* Firefox */
    -ms-transform: scale(1.1);
    /* IE 9 */
    -o-transform: scale(1.1);
    /* Opera */
    transform: scale(1.1); }
  .download_line img {
    max-width: 100%; }
  .download_line h1 {
    font-size: 24px;
    color: #00a6ea; }
  .download_line h2 {
    font-size: 36px;
    color: #00a6ea;
    padding: 0;
    margin: 0; }
  .download_line span a {
    display: block;
    color: #fff;
    background: #00a6ea;
    padding: 8px;
    border-radius: 5px;
    text-align: center; }
    .download_line span a:hover {
      background: #0b0921; }

.contact_row > div {
  margin-bottom: 30px; }

.contact_box {
  background: #263344;
  padding-top: 30px;
  padding-bottom: 50px; }
  .contact_box h1 {
    font-size: 24px;
    color: #fff;
font-family: 'Microsoft JhengHei'}
    .contact_box h1 b {
      color: #e63190;
font-family: 'Microsoft JhengHei'}
  .contact_box a {
    color: #88a9d8; }
  .contact_box h6 {
    color: #989797;
    font-size: 16px; }
  .contact_box ul {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-left: 24px; }
    .contact_box ul li {
      color: #88a9d8;
      font-size: 16px;
      line-height: 36px; }

@media (max-width: 991px) {
  .img_rwd22 {
    max-width: 100%; } }
/*-------------------overlay----------------------------*/
.feature_btn_all li:hover {
  cursor: pointer; }

.overlay-features {
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: fixed;
  z-index: 1031;
  height: 100%;
  right: 0;
  top: 0;
  transform: translateX(150%);
  -webkit-transform: translateX(150%);
  -moz-transform: translateX(150%);
  -o-transform: translateX(150%);
  width: 100%;
  max-width: 100%;
  background: url("../img/fea_bg.jpg") no-repeat center center;
  min-height: 600px;
  padding-top: 0px; }
  .overlay-features .show {
    opacity: 1;
    right: 0; }
  .overlay-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 70px; }
    .overlay-features ul li {
      margin-bottom: 26px;
      width: 49%;
      display: inline-block; }
      .overlay-features ul li a {
        color: #fff;
        display: block;
        font-size: 18px;
        position: relative;
        width: 92%;
        padding: 30px 0px;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        transition: all 0.25s;
        margin: 0 auto;
        font-weight: 500;
        letter-spacing: 0.5px;
        background: rgba(255, 255, 255, 0.1); }
      .overlay-features ul li:hover a {
        background: rgba(255, 255, 255, 0.95);
        color: #0b0921; }

.overlay-features.active {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -o-transform: translateX(0%); }

.features_close {
  margin-top: 0px;
  max-width: 150px; }

.close-button2 {
  border: none;
  height: 30px;
  position: absolute;
  left: 20px;
  top: 15px;
  box-sizing: border-box;
  line-height: 22px;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  z-index: 9999;
  text-align: left;
  font-weight: bold; }
  .close-button2:hover {
    color: #fff;
    cursor: pointer; }
  .close-button2:after {
    content: '';
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
    bottom: 0px;
    width: 65px;
    left: 12px;
    right: 0;
    background: #fff;
    height: 2px; }
  .close-button2:hover:after {
    opacity: 1;
    bottom: 0px; }

.close-button2 {
  width: 100px;
  font-size: 16px; }
  .close-button2 img {
    max-width: 30px; }

.case_slider_box {
  text-align: center; }
  .case_slider_box .case_img {
    padding-top: 25px;
    max-width: 500px;
    margin: 0 auto; }
    .case_slider_box .case_img img {
      border-radius: 50%;
      max-width: 500px;
      margin: 0 auto;
      -moz-box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.5);
      -webkit-box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.5);
      box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.5); }
  .case_slider_box .case_word {
    padding-top: 25px;
    color: #00a6ea;
    font-size: 30px;
    font-weight: bold; }

.display639 {
  display: none; }

.none639 {
  display: block; }

@media (max-width: 1440px) {
  .case_slider_box .case_img {
    padding-top: 25px;
    max-width: 350px;
    margin: 0 auto; }
    .case_slider_box .case_img img {
      max-width: 350px; }
  .case_slider_box .case_word {
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto; } }
@media (max-width: 1280px) {
  .case_slider_box .case_img {
    padding-top: 25px;
    max-width: 300px;
    margin: 0 auto; }
    .case_slider_box .case_img img {
      max-width: 300px; }
  .case_slider_box .case_word {
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto; } }
@media (max-width: 1007px) {
  .none639 {
    display: none; }

  .display639 {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 16px; }

  .features_box {
    padding-bottom: 60px; }

  .case_slider_box .case_img {
    padding-top: 40px;
    max-width: 300px;
    margin: 0 auto; }
    .case_slider_box .case_img img {
      max-width: 300px; }
  .case_slider_box .case_word {
    padding-top: 40px;
    color: #00a6ea;
    font-size: 18px;
    margin: 0 auto;
    text-align: center;
    max-width: 350px;
    font-weight: bold; } }
@media (max-width: 480px) {
  .overlay-features ul {
    padding-top: 55px; }

  .close-button2 {
    width: 100px;
    font-size: 16px; }
    .close-button2 img {
      max-width: 30px; }
    .close-button2:after {
      width: 80px;
      left: 0; } }
@media (max-width: 480px) and (max-width: 390px) {
  .close-button2 {
    width: 100px; } }
@media (max-width: 480px) and (max-width: 350px) {
  .close-button2 {
    width: 100px; } }
@media (max-width: 480px) {
  .ww16 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    max-width: 300px;
    margin: 0 auto;
    margin-top: -20px; }

  .w2020 {
    width: 25px; }

  .w_white {
    padding: 10px;
	}

  .case_slider_box .case_img {
    padding-top: 20px;
    max-width: 300px;
    margin: 0 auto; }
    .case_slider_box .case_img img {
      max-width: 180px; }
  .case_slider_box .case_word {
    padding-top: 15px;
    color: #00a6ea;
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
    max-width: 280px;
    line-height: 18px; } }
@media (max-width: 1199px) {
  .ww16 {
    padding-top: 50px; } }
@media (max-width: 640px) {
  .ww16 {
    padding-top: 40px; } }
@media (max-width: 5000px) {
  .ww16 {
    padding-top: 70px; } }
/*--------------------------------------------------------------------*/
@-webkit-keyframes $animation_name {
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes $animation_name {
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes $animation_name {
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes $animation_name {
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes $animation_name {
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes $animation_name {
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* apply a natural box layout model to all elements */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.video {
  width: 100%;
  background: #101010;
  margin: 0px auto;
  position: relative; }
  .video a:hover, .video a:focus {
    color: #fff; }

.video video {
  width: 100%;
  height: 100%; }

.playbutton {
  display: block;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 100px;
  margin-top: -50px;
  margin-left: -100px;
  text-indent: -9999;
  color: #fff;
  font-size: 30px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 600ms;
  -o-transition-duration: 600ms;
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
font-family: 'Microsoft JhengHei'}
  .playbutton h1 {
    padding: 0;
    margin: 0;
    padding-top: 90px;
    text-align: center;
    font-size: 24px;
font-family: 'Microsoft JhengHei'}

/*.playbutton:before {
  content: '';
  position: absolute;
  top: 30px;
  left: 90px;
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid #FFF;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }
*/
.playbutton:after {
  content: '';
  opacity: 0;
  position: absolute;
  top: 30px;
  left: 160px;
  display: block;
  width: 30px;
  height: 40px;
  border-left: 10px solid #FFF;
  border-right: 10px solid #FFF;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transform: translate3d(0, 0, 0); }

/*.playbutton:hover:after {
  opacity: 1;
  width: 150px;
  left: 20px; }*/

@media(max-width:768px){
  .s991{max-width:80px!important}
}

.playbutton.loading:before {
  opacity: 1; }

.playbutton.loading:after {
  opacity: 1;
  width: 150px;
  left: -50px;
  border-radius: 3px;
  -webkit-animation: spin 800ms linear infinite;
  -moz-animation: spin 800ms linear infinite;
  -ms-animation: spin 800ms linear infinite;
  -o-animation: spin 800ms linear infinite;
  animation: spin 800ms linear infinite; }

.playbutton.playing {
  top: 20%;
  left: 90%; }

.playbutton.playing:after {
  -webkit-animation: endspin 600ms;
  -moz-animation: endspin 600ms;
  -ms-animation: endspin 600ms;
  -o-animation: endspin 600ms;
  animation: endspin 600ms;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  top: 30px;
  left: 90px;
  width: 30px;
  opacity: 1;
  opacity: .1; }

.playbutton.playing:before {
  opacity: 0; }

.playbutton.playing:hover:after {
  opacity: 1; }

.playbutton.playing.paused:before {
  opacity: 1; }

.playbutton.playing.paused:after {
  opacity: 0; }

@media (max-width: 480px) {
  .w_features {
    padding-top: 0; } }
@media (max-width: 640px) {
  .hover_blue_bg1, .hover_blue_bg2, .hover_blue_bg3, .hover_blue_bg4 {
    display: none; } }
.displaynone991 {
  display: block; }

.display991 {
  display: none; }

@media (max-width: 991px) {
  .displaynone991 {
    display: none; }

  .display991 {
    display: block; } }

@media (min-width: 769px) {
   .grid-5 {
    float: left;
	width: 20%;
  }
  .grid-2 {
    float: left;
	width: 50%;
  }
}
.grid-5{
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.download_line h2 {
    font-size: 28px;
    color: #00a6ea;
    padding: 0;
    margin: 0;
}

@media (max-width: 991px) {
  .displaynone991 {
    display: none; }

  .display991 {
    display: block; } }

a.hover_blue:link {
  color: #848484; }	
  
a.hover_blue:visited {
  color: #848484; }

a.hover_blue:hover {
  color: #00a6eb; }
  
a.hover_blue:active {
  color: #00a6eb; }

.top_menu .menu_mu ul li a.hover_pink {
    color: #f934df;
}

.mobile_hover ul li a.hover_pink {
    color: #f934df;
}
.top_menu .menu_mu ul li a.hover_pink:hover {
    color: #00a6ea;
}

.mobile_hover ul li a.hover_pink:hover {
    color: #00a6ea;
}

.top_menu .menu_mu ul li:nth-child(3) a::after {
    color: #ffffff;
}  
.font-style1{
	font-family:"Microsoft JhengHei";Arial;
}
@media (min-width: 769px) and (max-width: 991px) {
  h1.w_white {
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: bold; 
  font-family: 'Microsoft JhengHei';
  margin-bottom:20px;
}
.border1{
  border-radius:10px;
  margin-left: 10px;
  margin-right: 10px;
}
.border2{
  border-radius:10px;
  margin-left: 10px;
  margin-right: 10px;
}
}
@media (max-width: 768px) {
  h1.w_white {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: bold; 
  font-family: 'Microsoft JhengHei';
  
}
.border1{
  border-radius:10px;
  margin-left: 10px;
  margin-right: 10px;
  padding:1px;
  margin-bottom:10px;
}
.border2{
  border-radius:10px;
  margin-left: 10px;
  margin-right: 10px;
  padding:1px;
}
}
/*  下載區域新增樣式  */
.download_buttonb{
	width:100%;
	background-color:#00a6ea;
	font-size:28px;
	color:#ffffff;
	border-radius:10px;
	margin:0.67em 0;
}
.border_edition{
	border:5px solid #00a6ea;
	border-radius:10px;
	color:#00a6ea;
	font-size:24px;
	padding:1.5em;
	margin:15px;;
}

.border_edition h1{
	font-weight:600;
}
.border_edition p{
	font-weight:400;
	font-size:20px;
}
.download_btn{
	background-color:#00a6ea;
	border-radius:10px;
	color:#ffffff;
	font-size:24px;
	padding:1.5em;
	margin:15px;
	width:90%;
}
.download_btn img{
	width:100%;
}
#download_btn a{
	font-weight:bold;
	font-size:20px;
	color:#ffffff;
}
#download_btn a:hover{
	font-weight:bold;
	font-size:20px;
	color:#ffffff;
}
#download_btn2 a{
	font-weight:bold;
	font-size:20px;
	color:#ffffff;
}
#download_btn2 a:hover{
	font-weight:bold;
	font-size:20px;
	color:#ffffff;
}
#download_btn3 a{
	font-weight:bold;
	font-size:20px;
	color:#ffffff;
}
#download_btn3 a:hover{
	font-weight:bold;
	font-size:20px;
	color:#ffffff;
}
#download_btn4 a{
	font-weight:bold;
	font-size:20px;
	color:#ffffff;
}
#download_btn4 a:hover{
	font-weight:bold;
	font-size:20px;
	color:#ffffff;
}
#under_link a{
	font-weight:400;
	font-size:20px;
	color:#00a6ea;
}
#under_link a:hover{
	font-weight:400;
	font-size:20px;
	color:#000000;
}
#under_link2 a{
	font-weight:400;
	font-size:20px;
	color:#00a6ea;
}
#under_link2 a:hover{
	font-weight:400;
	font-size:20px;
	color:#000000;
}
.under_line{
	text-decoration:underline;
}

@media (max-width: 991px) {

.download_btn img{
	width:130px;
	height:130px;
}

}