﻿html {
  font-size: 1.1em; }
  html[lang=tc], html[lang=sc] {
    font-size: 1em; }

body {
  font-size: inherit; 
  -webkit-filter: grayscale(100%) grayscale(100%) !important;	
    -moz-filter: grayscale(100%) grayscale(100%) !important;
    filter: grayscale(100%) !important;  }}

body a {
  text-decoration: underline; }
  body a:hover {
    color: #000;
    text-decoration: underline !important; }

body ul a,
body .back_to_top a,
body .left_menu a,
body #sub-banner + p a {
  color: #545454;
  text-decoration: none; }
  body ul a:hover,
  body .back_to_top a:hover,
  body .left_menu a:hover,
  body #sub-banner + p a:hover {
    color: #990000; }

.navbar-inverse {
  background-color: #990000 !important;
  border-color: #fff !important; }

.nav.navbar-nav li a {
  font-family: 'Microsoft JhengHei', Arial, Helvetica, sans-serif;
  font-weight: bold; }

.nav.navbar-nav .dropdown .dropdown-toggle {
  font-size: 1.125em;
  line-height: 1.3;
  border-bottom: 5px solid #990000;
  color: #fff;
  padding-top: 20px;
  margin: 0 25px;
  text-decoration: none !important;
  margin-bottom: 8px;
  padding-bottom: 7px; }

.nav > .dropdown > .dropdown-toggle:hover, .nav > .dropdown > .dropdown-toggle:focus {
  background-color: #990000;
  border-color: #ebca8e;
  color: #ebca8e; }

.nav.navbar-nav .dropdown2 .dropdown2-toggle {
  font-size: 1.125em;
  line-height: 1.3;
  border-bottom: 5px solid #FFF;
  color: #fff;
  padding-top: 20px;
  margin: 0 25px;
  text-decoration: none !important;
  margin-bottom: 8px;
  padding-bottom: 7px; }

.nav > .dropdown2 > .dropdown2-toggle:hover, .nav > .dropdown2 > .dropdown2-toggle:focus {
  background-color: #FFF;
  border-color: #ebca8e;
  color: #ebca8e; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background: none !important; }

.navbar-header {
  /*ricky 2016-12-07*/
  /*height: 95px;*/
  min-height: 50px;
  margin-bottom: 10px; }

.navbar-form {
  margin-top: -42px; }

.carousel-indicators {
  /*bottom: -80px!important;*/
  /*eevee1*/
  bottom: -30px;
  /*eevee1*/
  background-color: #990000;
  /*ricky 2016-12-07*/
  max-width: 1280px;
  width: 100%;
  /*height: 100px;*/
  /*eevee1*/
  height: 50px;
  /*eevee1*/
  margin-left: -640px;
  margin-bottom: -20px;
  /*    z-index: 0;*/
  /*eevee1*/ }

/*--13/12/2016--*/
.carousel-indicators .active {
  background-color: #ebca8e;
  border-color: #ebca8e; }

.carousel-indicators li {
  background-color: #fff; }

@media (min-width: 1200px) {
  .container {
    width: 1200px !important; } }

.navbar {
  margin-bottom: 0px !important;
  border: 0px; }

.form-control {
  border-radius: 0px; }

.btn {
  color: #000;
  padding: 6px 0; }

input.search {
  display: inline-block;
  width: 80%;
  vertical-align: middle; }

.nav .navbar-nav {
  font-family: 'Microsoft JhengHei', Arial, Helvetica, sans-serif;
  font-weight: bold; }

/*ricky 2016-12-07*/
.hamburger {
  border: none;
  display: block !important;
  height: 32px;
  margin-left: 0px;
  position: absolute;
  /*margin-top: 20px;*/
  /*top: 0px;*/
  right: 10px;
  width: 32px;
  z-index: 999;
  background-color: #d8d8d8; }

.sidebar-nav .hamburger {
  margin-top: 8px; }

.navbar-brand {
  height: initial; }

.btn-large {
  width: 40px;
  /*height: 40px;*/
  font-size: 1.5625em;
  font-weight: bold;
  margin-right: 8px;
  margin-top: 8px;
  text-decoration: none; }

#wrapper.toggled #sidebar-wrapper {
  width: 100%; }

.sidebar-nav {
  width: 100%;
  background-color: white; }

.sidebar-nav li {
  display: block; }

.sidebar-brand {
  min-height: 50px;
  padding: 0 5px 0px 15px;
  margin-bottom: 10px; }

.sidebar-brand .btn.btn-size {
  width: 50px;
  height: 50px;
  margin: 5px 0px 5px 5px; }

.sidebar-nav li.sidebar-brand:nth-child(1) a {
  float: left;
  padding: 0px;
  color: #000;
  margin-right: 5px;
  line-height: 50px; }

.sidebar-nav li:not(.sidebar-brand) {
  background-color: #990000; }

.sidebar-nav li ul li {
  background-color: #fff !important;
  min-height: 60px;
  /*border-bottom: 1px solid black;*/ }

.sidebar-nav li ul li a {
  color: black; }

.sidebar-nav li ul li a:hover {
  background-color: #ebca8e; }

.sidebar-nav li ul li a:hover {
  background-color: #ebca8e; }

.sidebar-nav li ul li:hover a, .sidebar-nav li ul li a:hover {
  color: black !important;
  text-decoration: underline !important; }

.sidebar-nav li ul li:last-child {
  margin-bottom: 15px; }

.carousel-indicators {
  left: 0;
  margin-left: 0; }

.full_width {
  width: 100%; }

/* ricky 2016-12-08 */
p.title, h1.title, h2.title {
  font-family: 'Microsoft JhengHei', Arial, Helvetica, sans-serif;
  font-size: 2.2em;
  font-weight: bold; }

p.title, h1.title, h3.title {
  font-family: 'Microsoft JhengHei', Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: bold; }

p.subtitle {
  font-family: 'Microsoft JhengHei', Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: bold; }

.display {
  margin-bottom: 20px; }

.back_to_top {
  text-align: center;
  font-weight: bold;
  padding-bottom: 50px; }

div.left_menu a {
  text-decoration: none; }

div.left_menu div {
  padding: 8px;
  border-bottom: 1px solid #E1E1E1;
  border-right: 1px solid #E1E1E1; }

div.left_menu div:hover, div.left_menu div.active {
  border-right: 4px solid #990000;
  color: #990000; }

div.left_menu div:hover {
  background-color: #ebca8e; }

.container .content {
  /*padding: 20px;*/
  text-align: justify; }

.container .content img {
  max-width: 100%;
  display: block;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  /*	max-width: 100%;
	max-height: 100%; */ }

.container .content img .sub-banner {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0; }

.new_row {
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  padding: 10px; }

.new_title {
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: underline;
  text-align: left; }

.panel-footer {
  height: 350px }

.new_content {
  text-align: justify;
  word-wrap: break-word; }

a[href="#"] {
  text-decoration: underline; }

.border_bottom {
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 10px;
  margin-bottom: 20px; }

@-webkit-keyframes keyarm {
  0% {
    -webkit-transform: rotate(0deg); }
  5% {
    -webkit-transform: rotate(-14deg); }
  10% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(0deg); } }

.white-word:hover {
  color: white;
  text-decoration: underline; }

.hidden_text {
  display: none; }

.show_text {
  display: block; }

.normal_tbl th {
  font-size: 1.125em; }

.address-table tr td:first-of-type {
  padding-right: 12px; }

.footer-box {
  max-width: 47.625rem;
  margin: auto; }
  .footer-box > div:last-of-type {
    padding-right: 0; }

.social-media-container {
  margin: auto;
  display: table;
  table-layout: fixed;
  text-align: center;
  max-width: 500px; }
  .social-media-container a {
    display: table-cell;
    width: auto;
    padding: 1.5rem 0.9375rem;
    vertical-align: middle; }

.banner-wrapper {
  text-align: center; }
  .banner-wrapper #banner {
    display: inline-block; }
    .banner-wrapper #banner .banner .col {
      padding: 4px;
      display: inline-block; }
    .banner-wrapper #banner .banner .col-last {
      padding-top: 6px; }

.transparent {
  opacity: 0 !important; }

.opaque {
  opacity: 1 !important; }

@media (min-width: 768px) {
  .overlay {
    display: none !important; }
  #wrapper.toggled {
    padding-left: 0; }
    #wrapper.toggled #page-content-wrapper {
      margin-right: 0;
      position: initial; } }

@media (max-width: 767px) {
  input.search {
    width: 100%; }
  .footer-box > div {
    padding-left: 1px; }
    .footer-box > div:last-of-type {
      margin-top: 1.5rem; } }

/*# sourceMappingURL=change.css.map */