/* ==================================================
   1. Basic Styles
================================================== */

html * {
  outline: 0 !important;
}
html,
body {
  height: 100%;
  margin: 0 auto;
  padding: 0;
  -wenkit-font-smoothing: subpixel-antialiased;
}
html {
  font-size: 14px;
}
body {
  font-family: "Open Sans",Helvetica, Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 15px;
  font-weight: 400;
  background-color: #fff;
}
a {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
a:hover,
a:active,
a:focus {
  color: #0f77ad;
}
.wrapper {
  position: relative;
  overflow: hidden;
}

/* ==================================================
   Header
================================================== */
header {
  position: relative;
}
.header-topbar {
  font-size: 14px;
  padding: 12px 0;
  background-color: #222d34;
  color: #829099;
  position: relative;
  z-index: 8;
}
.header-topbar.bg-gray {
  background-color: #f2f6f8;
  border-bottom: none;
}
.header-main {
  width: 100%;
  box-shadow: none;
  position: relative;
  z-index: 8;
  background-color: #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border-bottom: 1px solid #efefef;
}
.header-main .navbar-header {
  display: inline-block;
}
.header-main .logo {
  line-height: 85px;
    margin-left: auto;
    margin-right: auto;
}
.header-main .logo .header-logo img {
  max-width: 350px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}


/******************HeaderBar *****************/
.headerHeight {
    max-height: 110px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 2;
    color: white;
    font-family: Microsoft JhengHei;
}

.barLogImg {
    max-height: 80px;
}

.headerHeight ul {
    max-height: 110px;
    list-style: none;
}

.headerHeight ul li {
    float: left;
    height: 110px;
    text-align: center;
    width: 170px;
    vertical-align: middle;
    line-height: 110px;
    font-size: 17px;
    transition: background-color 0.5s ease;
    color: white;
    word-wrap:break-word;
}

.headerHeight ul li:nth-child(1) {
    width: 400px;
}

.headerHeight ul li a {
    display: inline-block;
    width: 100%;
    color: white;
    text-decoration: none;
}
.headerHeight .noPressing div {
    line-height: normal;
    display: inline-block;
}

.headerHeight li:not(.barLogoLI) {
    float: right;
}
.headerHeight ul li:hover:not(.noPressing) {
    background-color: rgba(19,42,76,0.5);
}

/******************HeaderBar *****************/
/******************HeaderBar2 *****************/
.headerHeightSmall {
    max-height: 110px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 2;
    color: white;
    font-family: Microsoft JhengHei;
    display:none;
}
.headerHeightSmall ul {
    list-style: none;
}
.headerHeightSmall ul li {
    padding: 8px;
    vertical-align: middle;
    font-size: 17px;
    transition: background-color 0.5s ease;
    color: white;
}
.headerHeightSmall ul li:not(.noPressing){
    border-top:1px solid black;
}
.headerHeightSmall ul li a {
    display: inline-block;
    width: 100%;
    color:white;
}
.headerHeightSmall ul li:hover:not(.noPressing){
    background-color: rgb(19,42,76);
}
.expandLogoImg:hover > li {
    display: block;
}
.insideBarContent {
    display: none;
    background-color: #909090;
    
}
/******************HeaderBar2*****************/
div#page-content {
    padding: 30px 0;
}
.footer-area {
    border-bottom: 1px solid #909090;
    border-top: 1px solid #eae9e7;
    padding: 60px 0 60px;
    background-color: #777;
    color: #FFF;
}
.section-padding {
    padding: 60px 0 60px 0;
}
.footer-logo > a {
    display: inline-block;
    margin-bottom: 23px;
}
.footer-info {
    line-height: 15px;
}
.footer-info > span {
    color: #d8d8d8;
    display: inline-block;
    font-weight: 400;
    line-height: 12px;
    margin-right: 14px;
	font-size: 12px;
}
.footer-info > span i {
    font-size: 14px;
    margin-right: 11px;
}
.footer-container {
    padding: 10px 0;
    background-color: #656565;
	color: #b2c2cc;
	font-size: 13px;
}

.form-horizontal .form-group .col-xs-2 select {
    height: 35px;
}
select {
    height:32px !important;
}