@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);
::-moz-selection {
  text-shadow: none;
  color: #fff;
  background: #4F728E; }

::selection {
  text-shadow: none;
  color: #fff;
  background: #4F728E; }

img::selection {
  color: #fff;
  background: #4F728E; }

img::-moz-selection {
  color: #fff;
  background: #4F728E; }

.video-container {
  position: relative;
  height: 500px;
  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%; } }
body {
  font-family: "Microsoft JhengHei", "Open Sans", sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden; }

a {
  font-family: "Microsoft JhengHei", 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased; }

a:hover {
  text-decoration: none;
  color: #4F728E; }

div.content {
  overflow: hidden; }

h1,
h2,
h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Microsoft JhengHei", "Open Sans", sans-serif; }

h1.yl_blue {
  font-size: 38px;
  color: #4F728E;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 45px; }

h1.yl_white {
  font-size: 34px;
  color: #fff;
  font-family: "Microsoft JhengHei", "Open Sans", sans-serif;
  letter-spacing: 1px; }

h6 {
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1px; }

p {
  line-height: 28px;
  font-size: 15px; }

/*-----------------------------------------*/
.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: #4F728E; }
    .down_icon a:hover i {
      color: #4F728E; }
.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: #4F728E;
    font-size: 20px; }

@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: #fff; }

::-webkit-scrollbar-thumb:vertical {
  background-color: #4F728E; }

#gotop {
  position: fixed;
  display: none;
  right: 5%;
  bottom: 5%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 10px 10px;
  cursor: pointer;
  z-index: 5;
  color: #fff;
  background: #4F728E;
  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: #4F728E; }

/*--------------------------------------------*/
#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; }
  .main_banner .scroll_down {
    position: absolute;
    bottom: 18%;
    left: 0;
    max-width: 200px;
    margin: 0 auto;
    right: 0;
    z-index: 5;
    text-align: center; }
    .main_banner .scroll_down h6 {
      font-size: 12px;
      color: #fff;
      letter-spacing: 5px;
      font-weight: bold; }
    .main_banner .scroll_down img {
      position: relative;
      -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 {
      display: none; } }
@-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; }

  .home_img {
    margin-top: 10px; } }
@media (max-width: 480px) {
  .home_img {
    margin-top: 20px; } }
@keyframes progress-bar {
  0% {
    width: 0; } }
@-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: 50px; }
  .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.active a {
        background: #fff;
        color: #4F728E; }
      .top_menu .menu_mu ul li {
        display: inline-block; }
        .top_menu .menu_mu ul li a {
          color: #fff;
          font-size: 15px;
          font-weight: bold;
          -webkit-transition: all 0.25s;
          -moz-transition: all 0.25s;
          transition: all 0.25s;
          padding: 7px 15px;
          border-radius: 50px;
          letter-spacing: 1px; }
        .top_menu .menu_mu ul li:hover a {
          background: #fff;
          color: #4F728E; }
  .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: 15px;
      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: #4F728E;
      border: 1px solid #4F728E; }
    .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: #4F728E url("../img/menu_bg.png") no-repeat bottom right;/*決定nav靠左或靠右*/
  text-align: center; }
  .overlay-navigation .show {
    opacity: 1;
    right: 0; }
  .overlay-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 1000px; }
    .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: #4F728E; }

.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 #ffffff;
  height: 40px;
  width: 40px;
  position: relative;
  box-sizing: border-box;
  line-height: 40px;
  display: inline-block;
  text-align: center; }

.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: #ffffff;
  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; } }
/*------------------------------------------*/
.navbar_ul ul {
  list-style: none;
  text-align: right;
  margin-bottom: 0; }
  .navbar_ul ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    color: #fff;
    font-size: 12px;}
    .navbar_ul ul li a {
      display: block;
      color: #fff;
      line-height: 30px; }

header .navbar-default {
  background: #4F728E;
  border: none;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s; }

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;
    height: 70px; }
    header .navbar-default.scrolled .top_menu .menu_mu {
      text-align: right;/*決定nav靠左或靠右*/
      padding-top: 30px;
      -webkit-transition: all 0.25s;
      -moz-transition: all 0.25s;
      transition: all 0.25s; }
    header .navbar-default.scrolled .top_menu .menu_logo img {
      max-width: 300px; }
    header .navbar-default.scrolled .top_menu .menu_btn {
      right: 15px;
      top: -5px; }

.tabs {
  margin-bottom: 15px;
  margin-top: 15px; }
  .tabs .tab {
    position: relative;
    z-index: 5;
    display: inline-block;
    font-size: 16px;
    padding: 2px 10px;
    font-weight: 500;
    font-family: "Noto Sans TC", sans-serif; 
	}
    .tabs .tab:hover {
      cursor: pointer;
      color: #4F728E; }
  .tabs .z3 {
    z-index: 4 !important;
    color: #4F728E; }
  .tabs .tab1 {
    z-index: 3; }
  .tabs .tab2 {
    z-index: 3; }
  .tabs .tab1.active:after {
    color: #4F728E;
    position: absolute;
    bottom: 0;
    z-index: 3; }
  .tabs .tab2.active:after {
    color: #4F728E;
    z-index: 2;
    bottom: 0; }

.tabs-content {
  float: left;
  width: 100%;
  position: relative; }

.tabs-content .tab-content_sample {
  padding: 10px;
  margin: 0px auto;
  box-sizing: border-box;
  display: none; }

.tabs-content > .tab-content_sample.active {
  display: block;
  z-index: 5 !important; }

.new_row {
  position: relative;
  background: #fff;
  margin-bottom: 60px; }
  .new_row:before {
    content: '';
    position: absolute;
    top: 100%;
    background: #4F728E;
    height: 8px;
    width: 80%; }
  .new_row .new_row_img {
    background: #fff;
    padding: 0; }
    .new_row .new_row_img img {
      width: 100%; }
  .new_row .new_row_txt {
    background: #fff;
    padding: 50px; }
    .new_row .new_row_txt h2 {
      color: #ED5843;
      font-weight: bold;
      font-size: 18px;
      font-style: italic; }
      .new_row .new_row_txt h2 b {
        color: #4F728E;
        font-size: 13px;
        font-style: normal;
        margin-left: 5px; }
    .new_row .new_row_txt h1 {
      font-size: 18px;
      color: #494C4C;
      line-height: 30px;
      font-weight: bold; }
      .new_row .new_row_txt h1:hover {
        text-decoration: underline; }
    .new_row .new_row_txt .learn_more {
      margin-top: 25px;
      display: block;
      width: 106px;
      height: 66px;
      background: url("../img/more.png") no-repeat; }
      .new_row .new_row_txt .learn_more:hover {
        background-position: 100% 100%; }

@media (max-width: 1366px) {
  .new_row_txt {
    padding: 20px !important; } }
@media (max-width: 991px) {
  .new_row {
    position: relative;
    background: #fff;
    margin: 0 15px;
    margin-bottom: 60px; }
    .new_row:before {
      left: 15px; } }
.btn_green {
  background: #4F728E;
  display: block;
  margin: 0 auto;
  font-weight: bold;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 15px;
  width: 140px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s; }
  .btn_green:hover {
    background: #4F728E;
    color: #fff; }

.ab_box {
  padding: 0; }
  .ab_box .ab_box_img {
    position: relative;
    overflow: hidden; }
    .ab_box .ab_box_img:hover img.abig {
      -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); }
    .ab_box .ab_box_img:hover .ab_box_mask {
      opacity: 0; }
    .ab_box .ab_box_img img.abig {
      width: 100%;
      -webkit-transition: all 0.8s;
      -moz-transition: all 0.8s;
      transition: all 0.8s; }
    .ab_box .ab_box_img .ab_box_word2 {
      position: absolute;
      z-index: 3;
      color: #fff;
      left: 20%;
      text-align: right;
      top: 30%; }
      .ab_box .ab_box_img .ab_box_word2 h1 {
        font-size: 41px;
        padding: 0;
        margin: 0;
        letter-spacing: 3px;
        padding-bottom: 10px; }
      .ab_box .ab_box_img .ab_box_word2 h2 {
        font-size: 29px;
        padding: 0;
        margin: 0;
        position: relative;
        font-weight: normal;
        padding-right: 5px; }
        .ab_box .ab_box_img .ab_box_word2 h2:after {
          position: absolute;
          content: '';
          height: 8px;
          width: 100px;
          right: 5px;
          bottom: -20px;
          background: #4F728E; }
    .ab_box .ab_box_img .ab_box_word {
      position: absolute;
      z-index: 3;
      color: #fff;
      font-size: 27px;
      margin: 0 auto;
      text-align: center;
      left: 0;
      right: 0;
      top: 45%; }
    .ab_box .ab_box_img .ab_box_more {
      position: absolute;
      z-index: 3;
      right: 15px;
      bottom: 15px;
      color: #fff;
      font-size: 15px; }
      .ab_box .ab_box_img .ab_box_more img {
        max-width: 30px; }
    .ab_box .ab_box_img .ab_box_mask {
      position: absolute;
      z-index: 2;
      opacity: 1;
      width: 100%;
      height: 100%;
      background: url("../img/mask.png") repeat-x bottom;
      -webkit-transition: all 0.25s;
      -moz-transition: all 0.25s;
      transition: all 0.25s; }

@media (max-width: 991px) {
  .ab_box .ab_box_img .ab_box_word2 {
    left: 0 !important;
    right: 0 !important;
    top: 30%;
    text-align: center; }
    .ab_box .ab_box_img .ab_box_word2 h2 {
      text-align: center; }
      .ab_box .ab_box_img .ab_box_word2 h2:after {
        left: 0;
        right: 0;
        text-align: center;
        margin: 0 auto; } }
.three_icon {
  padding-bottom: 120px;
  padding-top: 130px; }
  .three_icon .three_icon_all {
    max-width: 900px;
    margin: 0 auto; }
  .three_icon .t_icon_box {
    border-radius: 5px;
    width: 260px;
    height: 260px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s; }
    .three_icon .t_icon_box a {
      display: block;
      text-align: center;
      font-weight: bold;
      padding-top: 44%;
      -webkit-transition: all 0.25s;
      -moz-transition: all 0.25s;
      transition: all 0.25s;
      width: 100%;
      height: 100%;
      font-size: 22px;
      color: #fff;
      background: url("../img/aw2.png") no-repeat right center; }
    .three_icon .t_icon_box: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); }
  .three_icon .t_icon_box1 {
    background: #00B1D1; }
  .three_icon .t_icon_box2 {
    background: #006D8B; }
  .three_icon .t_icon_box3 {
    background: #6A8A82; }
  .three_icon .t_icon_box4 {
    background: #55D9C0; }	
  .three_icon .t_icon_box5 {
    background: #4DD8AD; }	
  .three_icon .t_icon_box6 {
    background: #107050; }		

@media (max-width: 991px) {
  .three_icon .t_icon_box {
    width: 200px;
    height: 200px; } }
@media (max-width: 768px) {
  .three_icon .t_icon_box {
    width: 95%;
    margin: 0 auto;
    height: 120px;
    margin-bottom: 30px; }
    .three_icon .t_icon_box a {
      padding-top: 45px; } }
footer {
  background: #4F728E;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 40px; }
  footer img {
    max-width: 100%; }
  footer ul.down_link {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-top: 0px; }
    footer ul.down_link li.social_icon a {
      width: 24px;
      height: 24px;
      display: inline-block;
      text-align: center;
      border-radius: 50%;
      background: #4F728E;
      -webkit-transition: all 0.25s;
      -moz-transition: all 0.25s;
      transition: all 0.25s; }
      footer ul.down_link li.social_icon a:hover {
        background: #fff;
        -moz-transform: scale(1.5);
        /* Firefox */
        -ms-transform: scale(1.5);
        /* IE 9 */
        -o-transform: scale(1.5);
        /* Opera */
        transform: scale(1.5); }
        footer ul.down_link li.social_icon a:hover i {
          color: #4F728E;
          font-size: 10px;
          -webkit-transform: scale(1.5);
          /* Safari and Chrome */ }
      footer ul.down_link li.social_icon a i {
        color: #fff; }
    footer ul.down_link li {
      margin-bottom: 10px; }
      footer ul.down_link li a {
        color: #fff;
        font-weight: bold;
        font-size: 15px; }
        footer ul.down_link li a:hover {
          text-decoration: underline; }
  footer ul.down_info {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-left: 75px;
    padding-top: 0px; }
    footer ul.down_info li {
      font-weight: bold;
      margin-bottom: 5px; }

.dl_row {
  border-bottom: 1px solid #fff; }

@media (max-width: 768px) {
  .none768 {
    display: none; }

  footer {
    text-align: center; }
    footer ul.down_info {
      padding: 0;
      margin: 0;
      list-style: none;
      text-align: center;
      margin-top: 20px;
      padding-left: 0px; } }
h1.h1_green {
  color: #4F728E;
  font-size: 31px; }

.gray_16 {
  color: #555;
  font-size: 16px;
  line-height: 28px;
  font-weight: bold; }

.news_category {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff; }
  .news_category li.menu3 {
    width: 33.1%; }
  .news_category li {
    display: inline-block;
    /*width: 24.7%;*/
	width: 100%;
    text-align: center;
    border-top: 1px solid #EFF4F7;
    border-bottom: 2px solid #EFF4F7;
    border-right: 2px solid #EFF4F7;
    border-left: 1px solid #EFF4F7;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
	/*background: url("../img/news/aw2.png") no-repeat right center; */}
    .news_category li a {
      font-size: 16px;
      width: 100%;
      font-weight: 500;
      display: block;
      font-family: "Noto Sans TC", sans-serif;
      padding: 20px 10px; }
    .news_category li:hover {
	   background: #4F728E; 	
      /*background: #4F728E url("../img/news/aw1.png") no-repeat right center; */}
      .news_category li:hover a {
        color: #fff; }
  .news_category li.active {
	  background: #4F728E;
   /* background: #4F728E url("../img/news/aw1.png") no-repeat right center; */}
    .news_category li.active a {
      color: #fff; }

@media (max-width: 1199px) {
  .news_category li.menu3 {
    width: 33%; } }
@media (max-width: 991px) {
  .news_category li.menu3 {
    width: 33%; }
  .news_category li {
    display: inline-block;
    width: 24.6%; } }
@media (max-width: 768px) {
  .news_category li.menu3 {
    width: 32.8%; }
  .news_category li {
    display: inline-block;
    width: 32.9%; } }
@media (max-width: 767px) {
  header .navbar-default.scrolled .top_menu .menu_logo img,
  .top_menu .menu_logo img {
    max-width: 200px; } }
@media (max-width: 500px) {
  .news_category li.menu3 {
    width: 49.3%; }
  .news_category li {
    display: inline-block;
    width: 49.3%; } }
.h2_green {
  font-size: 23px;
  color: #4F728E;
  font-family: "Noto Sans TC", sans-serif; }

.h2_block {
  font-size: 23px;
  color: #111;
  font-family: "Noto Sans TC", sans-serif;
  padding: 0;
  margin: 0;
  margin-top: 30px; }

.h3_green {
  font-size: 16px;
  color: #4F728E;
  font-weight: bold;
  margin: 0;
  margin-bottom: 20px;
  margin-top: 10px; }

.green_line {
  background: url("../img/news/line.png") no-repeat left bottom;
  padding-bottom: 15px;
  margin-bottom: 30px; }

.news_box_l {
  margin-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px;
  background: #fff url("../img/news/aw3.png") no-repeat left bottom; }
  .news_box_l:hover {
    background: #fff url("../img/news/aw4.png") no-repeat left bottom; }
  .news_box_l:hover .news_box_l_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); }
  .news_box_l img {
    max-width: 100%; }
  .news_box_l .news_box_l_txt {
    padding: 15px; }
    .news_box_l .news_box_l_txt h1 {
      font-size: 18px;
      font-weight: bold;
      position: relative; }
      .news_box_l .news_box_l_txt h1:after {
        position: absolute;
        content: '';
        left: 0;
        bottom: -10px;
        width: 40px;
        height: 3px;
        background: #4F728E; }
    .news_box_l .news_box_l_txt h2 {
      margin-top: 20px;
      font-size: 13px;
      color: #777A7B; }
      .news_box_l .news_box_l_txt h2 b {
        color: #4F728E;
        margin-left: 10px; }
  .news_box_l .news_box_l_img_all {
    padding-top: 20px;
    padding-bottom: 20px; }
  .news_box_l .news_box_l_img {
    position: relative;
    overflow: hidden;
    max-width: 350px;
    margin: 0 auto; }
    .news_box_l .news_box_l_img img {
      -webkit-transition: all 0.8s;
      -moz-transition: all 0.8s;
      transition: all 0.8s; }
    .news_box_l .news_box_l_img .news_box_l_mask {
      position: absolute;
      z-index: 2;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.25); }
      .news_box_l .news_box_l_img .news_box_l_mask span {
        display: block;
        text-align: center;
        margin: 30% auto; }

.page_line {
  border-top: 2px solid #4F728E; }

.p_gray {
  font-size: 15px;
  color: #525252;
  line-height: 30px; }

.a_green {
  color: #4F728E;
  text-decoration: underline; }
  .a_green:hover {
    text-decoration: underline; }

.case_box {
  position: relative; }
  .case_box .case_aw_left, .case_box .case_aw_right {
    cursor: pointer;
    position: absolute;
    z-index: 5;
    top: 42%; }
    .case_box .case_aw_left:hover, .case_box .case_aw_right:hover {
      background-position: 100% 100%; }
  .case_box .case_aw_left {
    left: -25px;
    background: url("../img/news/left.png");
    width: 21px;
    height: 21px;
    overflow: hidden; }
  .case_box .case_aw_right {
    right: -25px;
    background: url("../img/news/right.png");
    width: 21px;
    height: 21px;
    overflow: hidden; }

.case_slider_box {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center; }
  .case_slider_box:hover .case_txt {
    background: #AFDBF5;
    color: #fff; }
  .case_slider_box:hover .case_img img {
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    -moz-transform: scale(1.2);
    /* Firefox */
    -ms-transform: scale(1.2);
    /* IE 9 */
    -o-transform: scale(1.2);
    /* Opera */
    transform: scale(1.2); }
  .case_slider_box img {
    width: 100%; }
  .case_slider_box .case_img {
    overflow: hidden; }
    .case_slider_box .case_img img {
      -webkit-transition: all 0.8s;
      -moz-transition: all 0.8s;
      transition: all 0.8s; }
  .case_slider_box .case_txt {
    background: #fff;
    color: #666;
    padding: 20px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s; }

.news_prev,
.news_next {
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  display: block;
  overflow: hidden;
  height: 65px;
  line-height: 50px; }
  .news_prev a,
  .news_next a {
    color: #555;
    display: block;
    width: 100%;
    text-align: center; }
  .news_prev:hover a,
  .news_next:hover a {
    color: #fff; }

.news_prev {
  background: #E6EEF3 url("../img/news/left2.png") no-repeat left top; }
  .news_prev:hover {
    background: #4F728E url("../img/news/left2.png") no-repeat left bottom;
    color: #fff; }

.news_next {
  background: #E6EEF3 url("../img/news/right2.png") no-repeat right top; }
  .news_next:hover {
    background: #4F728E url("../img/news/right2.png") no-repeat right bottom;
    color: #fff; }

.download_btn {
  background: url("../img/download/btn.png") no-repeat top;
  float: right;
  width: 160px;
  height: 50px;
  overflow: hidden;
  display: block; }
  .download_btn:hover {
    background-position: 100% 100%; }

.h1_18 {
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  padding-top: 10px; }

.download_row {
  background: #fff;
  margin: 0;
  padding: 25px;
  /*margin-bottom:20px;*/ }

.course_option {
  background: #E5EAED;
  padding: 25px;
  text-align: center; }
  .course_option select {
    background: #fff;
    padding: 10px;
    border: 1px solid #fff;
    width: 290px; }
  .course_option button {
    background: #E5EAED;
    border: 2px solid #89D0AA;
    margin-left: 5px;
    color: #4F728E;
    padding: 10px;
    border-radius: 50px;
    width: 100px;
    font-size: 15px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s; }
    .course_option button i {
      margin-left: 5px; }
    .course_option button:hover {
      background: #4F728E;
      color: #fff; }

.tablegg {
  border: 1px solid #D5DCDF;
  color: #5C5C5B;
  font-weight: bold;
  font-size: 16px; }
  .tablegg th {
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    height: 50px;
    background: #F1F1EF;
    border-right: 1px solid #D5DCDF; }
  .tablegg tr {
    border-bottom: 1px solid #D5DCDF; }
  .tablegg td {
    border-right: 1px solid #D5DCDF;
    background: #fff;
    text-align: center;
    vertical-align: middle;
    height: 50px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s; }
  .tablegg p {
    padding-top: 10px;
    font-size: 16px; }
  .tablegg tr td:first-child {
    background: #F1F1EF; }
  .tablegg tr:hover td {
    background: #4F728E;
    color: #000; }

.tablegg3 {
  border: 1px solid #D5DCDF;
  color: #5C5C5B;
  font-weight: bold;
  font-size: 16px; }
  .tablegg3 th {
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    height: 50px;
    background: #F1F1EF;
    border-right: 1px solid #D5DCDF; }
  .tablegg3 tr {
    border-bottom: 1px solid #D5DCDF;
    text-align: center; }
  .tablegg3 td {
    border-right: 1px solid #D5DCDF;
    background: #fff;
    text-align: center;
    vertical-align: middle;
    height: 50px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s; }
  .tablegg3 p {
    padding-top: 10px;
    font-size: 16px;
    text-align: center; }

.tablegg2 {
  color: #5C5C5B;
  font-weight: bold;
  font-size: 16px; }
  .tablegg2 th {
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    height: 50px;
    background: #E6EEF3; }
  .tablegg2 tr {
    border-bottom: 1px solid #D5DCDF; }
  .tablegg2 td {
    background: #fff;
    text-align: center;
    vertical-align: middle;
    height: 50px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s; }
  .tablegg2 p {
    padding-top: 10px;
    font-size: 16px; }
  .tablegg2 tr td:first-child {
    background: #E6EEF3; }
  .tablegg2 tr:hover td {
    background: #4F728E;
    color: #000; }

.h1_name2 {
  font-size: 18px;
  font-family: "Noto Sans TC", sans-serif;
  margin: 20px auto;
  line-height: 26px; }
  .h1_name2 b {
    font-size: 15px;
    font-weight: normal; }
  .h1_name2 img {
    float: left;
    margin-right: 8px; }
  .h1_name2 span {
    display: block;
    padding-left: 26px; }

.teach_box {
  padding: 10px;
  margin-bottom: 20px; }
  .teach_box:hover {
    background: rgba(0, 75, 141, 0.08); }
    .teach_box:hover h1 {
      color: #000; }
  .teach_box h1 {
    font-size: 18px;
    font-family: "Noto Sans TC", sans-serif; }
    .teach_box h1 b {
      font-size: 15px;
      font-weight: normal; }
  .teach_box p {
    font-size: 15px;
    color: #525252;
    font-weight: bold;
    padding: 0px;
    margin-bottom: 0; }
    .teach_box p span {
      color: #4F728E; }

.h1_name {
  position: relative;
  margin-bottom: 30px;
  font-size: 23px;
  font-family: "Noto Sans TC", sans-serif; }
  .h1_name b {
    font-size: 18px;
    font-weight: normal; }
  .h1_name:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -10px;
    background: #4F728E;
    width: 50px;
    height: 3px; }

.tl {
  text-align: left; }

.gline_photo {
  border: 1px solid #4F728E;
  padding: 5px;
  background: #fff;
  margin-bottom: 60px; }

.web_link {
  border: 2px solid #4F728E;
  background: #fff;
  border-radius: 50px;
  display: block;
  width: 120px;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #4F728E;
  font-size: 15px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s; }
  .web_link:hover {
    background: #4F728E;
    color: #fff;
    border-color: #4F728E; }

.g_h2 {
  font-size: 20px;
  color: #4F728E;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 500; }

.g_h3 {
  font-size: 16px;
  color: #555;
  line-height: 28px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 30px; }

.g_ul {
  list-style: none;
  padding-left: 0; }
  .g_ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px; }

.img_rwd {
  max-width: 100%; }

.history_row {
  color: #555;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px; }
  .history_row .history_row_y {
    border-bottom: 1px solid #4F728E;
    padding-bottom: 10px;
    padding-left: 0; }
  .history_row .history_row_txt {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px; }

.history_row2 {
  color: #555;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px; }
  .history_row2 .history_row_y {
    padding-bottom: 10px;
    padding-left: 0;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #E6EEF3;
    font-size: 18px;
    color: #4F728E; }
  .history_row2 .history_row_txt {
    padding-bottom: 10px;
    background: #fff;
    font-weight: bold;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 70px;
    padding-right: 10px; }

@media (max-width: 768px) {
  .w500 {
    width: 100%; }

  .history_row {
    color: #555;
    font-size: 16px;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px; }
    .history_row .history_row_y {
      border-bottom: none;
      padding: 5px;
      padding-bottom: 0px;
      color: #4F728E; }
    .history_row .history_row_txt {
      border-bottom: 1px solid #ddd;
      padding: 5px;
      padding-bottom: 10px; }

  .history_row2 .history_row_y {
    padding-bottom: 10px;
    padding-left: 0;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px; }
  .history_row2 .history_row_txt {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center; } }
.green_txt_box {
  border-top: 3px solid #4F728E;
  margin-bottom: 20px;
  background: #0cb9b4;
  color: #fff;
  padding: 20px;
  padding-left: 65px;
  margin: 20px auto; }
  .green_txt_box p {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    position: relative; }
    .green_txt_box p:before {
      content: url("../img/about/aw.png");
      position: absolute;
      left: -28px;
      top: 2px; }

.green_txt_box2 {
  margin-bottom: 50px;
  position: relative;
  background: #fff;
  color: #555;
  padding: 30px;
  padding-top: 50px; }
  .green_txt_box2 .green_circle {
    position: absolute;
    background: #4F728E;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    left: 0;
    right: 0;
    top: -30px;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    text-align: center;
    padding-top: 15px; }
  .green_txt_box2 p {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px; }

.odf_btn {
  display: inline-block;
  border-radius: 3px;
  width: 120px;
  text-align: center;
  padding: 8px 8px;
  color: #fff;
  background: #1f9fe1;
  font-size: 13px;
  margin-bottom: 5px; }
  .odf_btn i {
    margin-right: 5px; }
  .odf_btn:hover {
    color: #fff;
    background: #1980b6; }

.pdf_btn {
  display: inline-block;
  border-radius: 3px;
  width: 120px;
  text-align: center;
  padding: 8px 8px;
  color: #fff;
  background: #ef3838;
  font-size: 13px;
  margin-bottom: 5px; }
  .pdf_btn i {
    margin-right: 5px; }
  .pdf_btn:hover {
    color: #fff;
    background: #c32424; }

.word_btn {
  display: inline-block;
  border-radius: 3px;
  width: 120px;
  text-align: center;
  padding: 8px 8px;
  color: #fff;
  background: #3959e2;
  font-size: 13px;
  margin-bottom: 5px; }
  .word_btn i {
    margin-right: 5px; }
  .word_btn:hover {
    color: #fff;
    background: #2743bb; }

/*tab*/
.nav-tabs {
  border-bottom: 0; }

.nav-tabs > li {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: .5% 2%;
  background-color: #EFF4F7;
  border-radius: 4px;
  margin: 20px 5px;
  text-align: center; }
  .nav-tabs > li:hover, .nav-tabs > li:focus {
    background-color: #4F728E; }
    .nav-tabs > li:hover a, .nav-tabs > li:focus a {
      display: block;
      width: 100%;
      height: 100%;
      background-color: transparent;
      color: #fff; }

.nav-tabs > li > a {
  color: #4F728E;
  font-size: 16px; }

.nav-tabs > li.active {
  background-color: #4F728E; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: #4F728E;
  color: #fff; }

@media (max-width: 767px) {
  .nav-tabs {
    margin: 20px auto; }

  .nav-tabs > li {
    margin: 5px 5px; } }
/*member_3------------------------------*/
.member3_table .rwd-table {
  overflow: hidden; }

.member3_table .rwd-table th {
  display: none; }

.member3_table .rwd-table td {
  display: block; }

.member3_table .rwd-table td:before {
  content: attr(data-th) " : ";
  display: inline-block; }

.img-style {
  border-radius: 100%;
  border: 1px solid #4F728E;
  padding: 5px;
  margin: 30px auto; }

.member3_table table {
  width: 100%; }
  .member3_table table tr th {
    border: 1px solid #fff;
    padding: 1em;
    background-color: #4F728E;
    text-align: center;
    font-size: 18px;
    color: #fff; }
  .member3_table table tr td {
    padding: 1em;
    text-align: center;
    font-size: 16px;
    background-color: #EFF4F7;
    border: 1px solid #fff; }

.img-style2 {
  display: block;
  width: 80%; }

.line-green {
  background-color: #4F728E;
  width: 100%;
  height: 1px;
  margin: 20px auto; }

@media (min-width: 767px) {
  .member3_table .rwd-table td:before {
    display: none; }

  .member3_table .rwd-table th,
  .member3_table .rwd-table td {
    display: table-cell; } }
@media (max-width: 767px) {
  .member3_table table td:before {
    text-align: left;
    font-weight: bold;
    color: #4F728E; }

  .member3_table table tr td {
    text-align: left; } }
/*about-------------------------------*/
.about_0 h3 {
  font-size: 20px;
  display: inline-block;
  border-radius: 50px;
  background-color: #4F728E;
  color: #fff;
  text-align: center;
  padding: 6px 25px;
  margin: 15px auto; }
.about_0 p {
  font-size: 18px;
  font-family: "Noto Sans TC", sans-serif;
  line-height: 26px; }
.about_0 ul li {
  list-style-image: url(../img/member/aw.png);
  font-size: 18px;
  font-family: "Noto Sans TC", sans-serif;
  margin: 20px auto;
  line-height: 26px; }

.news_style {
  padding: 12px; }
  .news_style .h1_18 .news_box_l_txt div {
    /*border-left: 2px solid #4F728E;*/
    padding-left: 10px; }
  .news_style .news_box_l_txt span {
    padding-left: 10px; }
  .news_style a {
    margin: 0 auto; }

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  color: #4F728E;
  border-color: #4F728E; }

.pagination > .active > a, .pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: #4F728E; }

/*# sourceMappingURL=creative.css.map */
