.topnavbar .container {
  text-align: center;
}

#nav ul li a {
    padding: 21px;
    line-height: 0.3;
}


.topnavbar {
    background-color: #e4fed9;
  top:0px;
   position: relative;
   z-index:100;
 width:100%;
  padding: 0;
}
.topnavbar .container {
    padding-top: 0px;
    padding-bottom: 0px;
}





#nav ul li.current a {color: #fff; background: #39a2a7;border-radius: 30px;}
#nav ul li a:hover {color: #fff; background: #39a2a7;border-radius: 30px;}

#nav ul li a {
    color: #39a2a7;
}





@media only screen and (max-width: 767px){
.topnavbar .container {
    display:none;
}}


.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(550 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}

.swiper-slide {
  width: 100% !important;
}




.fcol .container {    color: #222;    font-size: 15px;}
p { line-height:2;}


body[data-type="fullpage"] #product-header.main {
      min-height: auto;
  }




.h1title {
    color: #fff;
    background-color: #39a2a7;
    border-radius: 30px;
    margin-top: -20px;
}





/*body.about-us*/ .h1title{display:none;} 

body.about-us .fcol.fcol-1 {   margin-top: -50px;  }
body.about-us .fcol.fcol-3 {   display:none;}
body.about-us .fcol.fcol-4 {   display:none;}
body.about-us .fcol.fcol-5 {   display:none;}
body.about-us .fcol.fcol-6 {   display:none;}













#breadcrumb li {
    margin-right: 6px;
    padding: 20px 3px;
    color: #555;
}



#breadcrumb li a {
    color: #777;
}


.news .fcol .news-list li a:hover, .news .news.main-content li a:hover {color: #496566;}


a {
    color: #496566;
}



.back>a, .btn-search, .btn-style, input[type="submit"] {
    border: 1px solid #39a2a7;
    background-color: #39a2a7;
}







body {
    background-color: #FFF;
}




#gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;    
    padding: 10px 15px;    
    font-size: 20px;
    border-radius:10px;
    background-color: hsla(240, 0%, 50%, 0.5) ;
    color: white;
    cursor: pointer;
}



#copyright {
    display: none;
}






#footer {
    color: #fff;
    background-color: #39a2a7;
}





#foot-nav {
    border-bottom: 1px solid #7dc1c5;
}


#contact-info ul li span {
    color: #FFF;
}


#foot-nav ul li a {
    color: #FFF;
}






/*詳細資訊*/
#tb td a {
    display: block;
    height: 35px;
    line-height: 35px;
    background: #337ab7;
    color: #fff;
}
#tb td a:hover {
    background: #222;
}

body.contact-us .fcol-header {
    display: none;
}