/*手機選單*/
.rwd-navbar-toggle .label {
    color: #ffffff;background:#ec8710;padding:1px;border-radius:2px}
.navbar-icon-bar {
background-color: #ec8710;}
.navbar-icon-bar:before, .navbar-icon-bar:after{background-color: #ec8710;}



#logo {
  display:none;
}
body {
    background-color: #e0e6ee;
    color: #000;
    font-size: 14px;
    margin: 0;
}
#header {
    position: relative;
    width: 100%;
    margin: 0 auto 10px;
    padding-top: 70px;
}



#nav {
    background-color: #00306e;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
#nav ul li a {
    color: #fff;
    display: block;
    padding: 18px 25px;
}



/*product*/
ul.product-list li .desc {
    color: #1263a2;
    display: none;
    font-size: 90%;
    line-height: 1.5;
    margin-top: 0.3em;
    max-height: 3em;
    overflow: hidden;
}


#footer {
    background: #00306e url(" ") repeat scroll 0 0;
}
#contact-info li span {
    color: #fff;
    display: block;
}
#contact-info li a {
    color: #fff;
}
#contact-info {
    clear: both;
    color: #fff;
    letter-spacing: 1px;
    overflow: hidden;
    padding-bottom: 1em;
    padding-top: 1em;
    width: 100%;
}



/*左側按鈕*/
.right-nav__title {
    background:#00306e;
    height:32px;
  border-radius:0px;
}
.right-nav a {background:#fff;
    border-bottom: 1px dashed #afaaaa;
    display: block;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    text-align: left;
  padding-left:12px;
  color:#333;
  font-weight:bold;
}
.right-nav a:hover {background:#555;
    border-bottom: 1px dashed #545350;
    display: block;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    text-align: left;
  padding-left:12px;
  color:#fff;
    font-weight:bold;
}