﻿    .navbar-brand-centered {
        position: absolute;
        left: 50%;
        display: block;
        width: 160px;
        text-align: center;
        background-color: transparent;
    }
    .navbar>.container .navbar-brand-centered, 
    .navbar>.container-fluid .navbar-brand-centered {
        margin-left: -80px;
    }
/*------------------------------------------------------*/
#hs-ink{
    display:none;
    margin-right: 10px;
}
@media screen and (max-width:767px){
    #hs-ink{
        display:inline-block;
    }
}
@media screen and (max-width:480px){
    #hs-ink{
        display:inline-block;
    }
}
/*------------------------------------------------------*/
#menu ul{
  padding: 0;
}
#menu,
#menu ul,
#menu ul li,
#menu ul li a,
#menu #menu-button {
  margin: 0 auto;
  border: 0;
  list-style: none;
  line-height: 1;
  display: flex;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#menu:after,
#menu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#menu #menu-button {
  display: none;
}
#menu {
  width: auto;
  line-height: 1;
  border-top: 1px solid #85caff;
  border-bottom: 1px solid #85caff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0076cf+45,0068b7+55 */
background: #0076cf; /* Old browsers */
background: -moz-linear-gradient(top,  #0076cf 45%, #0068b7 55%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #0076cf 45%,#0068b7 55%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #0076cf 45%,#0068b7 55%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0076cf', endColorstr='#0068b7',GradientType=0 ); /* IE6-9 */
}
#menu > ul > li {
  float: left;
}
#menu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#menu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#menu.align-right > ul > li {
  float: right;
}
#menu > ul > li > a {
  display:block;
  padding: 14px 35px 15px 35px;
  font-size: 17px;
  text-decoration: none;
  color: #fff;
  text-shadow:0px 0px 3px #000;
}

#menu > ul > li:first-child > a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#menu.align-center > ul > li:first-child > a {
  border-radius: 0;
}
#cssmen.align-right > ul > li:first-child > a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#menu > ul > li:hover > a,
#menu > ul > li.active > a {
  color: #fff;
  background-color:rgba(0,0,0,0.3);
}
#menu > ul > li:hover > a,
#menu > ul > li > a:hover {
  background-color:rgba(0,0,0,0.3);
}
#menu > ul > li:after {
  content: '';
  position: absolute;
  top: 6px;
  right: 0;
  display: block;
  height: 38px;
  width: 1px;
  /*opacity: .15;*/
  background-color:#00589a;
}
#menu.align-right > ul > li:after {
  right: auto;
  left: -1px;
}
#menu > ul > li:before {
  content: '';
  position: absolute;
  top: 6px;
  right: -1px;
  display: block;
  height: 38px;
  width: 2px;
  background-color:#007ddc;
}
#menu.align-right > ul > li:before {
  right: auto;
  left: 0px;
}
#menu > ul > li:last-child:after,
#menu > ul > li:last-child:before {
  display: none;
}
#menu.small-screen {
  width: 100%;
}
#menu.small-screen > ul,
#menu.small-screen.align-center > ul {
  width: 100%;
  text-align: left;
}
#menu.small-screen > ul > li,
#menu.small-screen.align-center {
  float: none;
  display: block;
  border-top: 1px solid rgba(100, 100, 100, 0.1);
}
#menu.small-screen > ul > li > a {
  padding: 18px 25px;
}
#menu.small-screen > ul > li:after,
#menu.small-screen > ul > li:before {
  display: none;
}
#menu.small-screen #menu-button {
  display: block;
  padding: 18px 25px 19px 25px;
  cursor: pointer;
  font-size: 15px;
  text-decoration: none;
  color: #fff;
}
#menu.small-screen #menu-button.menu-opened {
  color: #fff;
}
#menu.small-screen #menu-button:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 20px;
  display: block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-top: 2px solid #fcfefb;
  border-bottom: 2px solid #fcfefb;
  width: 18px;
  height: 3px;
}
#menu.small-screen #menu-button.menu-opened:after {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
#menu.small-screen #menu-button:before {
  content: "";
  position: absolute;
  right: 25px;
  top: 30px;
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
}
#menu.small-screen #menu-button.menu-opened:before {
  background: #fff;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    /* 如果使用者之視窗寬度介於 768px ~ 992px，將會再載入這裡的 CSS。*/  
        #menu > ul > li > a{
        padding: 14px 25px 15px 25px;
    }
} 
@media screen and (max-width:767px){
    #menu,
    #menu ul,
    #menu ul li,
    #menu ul li a,
    #menu #menu-button{
        display:block;
        padding:0;
    }
}
