.topnavbar {
    background-color: #6decf3;
  top:0px;
   position: relative;
   z-index:100;
 width:100%;
  padding: 0;
}
.topnavbar .container {
    padding-top: 0px;
    padding-bottom: 0px;
}


#nav ul li a {
    color: #100892;
}


#nav ul li.current a {
    color: #100892;
}


#nav ul li a:hover {color: #100892;}



#nav .subnav {
  background-color: RGBA(255,255,255,0.9); /* 填入想要的顏色 */
}


#nav ul li a {
    padding: 6px;
}




#nav ul li.current a {color: #fff; background: #1dadef;}
#nav ul li a:hover {color: #222; background: #1dadef;}








/*subnav*/
#nav .subnav {
min-width: 330px;
}
#nav ul li .subnav a span {
min-width: 270px;
}






.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(420 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}

.swiper-slide {
  width: 100% !important;
}


body[data-type="fullpage"] #product-header.main {
      min-height: auto;
  }


.fcol .container {    color: #222;    font-size: 15px;}
p { line-height:2;}



.h1title {color: #100892;margin-top: -70px;border-bottom:1px solid#dddddd;}


body.about-us .fcol.fcol-2 {    background:  rgba(238,238,238,0.4);}
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;}
body.about-us #footer { margin-top: -40px;}


body.products #banner {display: none;}
body.products .h1title{display:none;} 



#footer {
    color: #FFF;
    background-color: #100892;
}


#contact-info ul li span {
    color: #FFF;
}


#foot-nav {
    border-bottom: 1px solid #ccc;
}






ul.product-list li a:hover {
    color: #222;
    background-color: rgba(227,227,227,1);
}

ul.product-list li a {
    color: #222;
    background-color: rgba(227,227,227,0.3);
}





body {
    background-color: #FFF;
}






