.topnavbar .container {
  text-align: justify;
  font-size: 0;
}

.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
}



@media only screen and (min-width: 200px){.topnavbar {background-color: #055887;}}

#nav ul li a {
    color: #2d414c;
}


@media only screen and (min-width: 768px){#banner {top: 127px; } #main-wrap {margin-top: 127px;} #ndc-banner-editor {top: 127px;}}


.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(650 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}

.swiper-slide {
  width: 100% !important;
}





.fcol .container {    color: #222;    font-size: 15px;}
p { line-height:2;}


#nav ul li a {
    color: #fff;
}

/*按鈕*/
.buttons-coll {
  width: 90%;
  margin: 10px auto;
  text-align: center;
}
button {
  margin: 20px;
}
.custom-btn {
  padding: 10px 25px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  background: transparent;
  outline: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}

/**** BTN No. 14 ****/
.btn-14 {
  border: 2px solid #000;
  z-index: 1;
}
.btn-14:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: #000;
  transition: all 0.3s ease;
}
.btn-14:hover {
  color: #fff;
}
.btn-14:hover:after {
  left: 0;
  width: 100%;
}
.btn-14:active {
  top: 2px;
}




body.about-us .fcol.fcol-4 {    display:none;}
body.about-us .fcol.fcol-5 {    display:none;}
body.about-us .fcol.fcol-6 {    display:none;}


.h1title {
    color: #055686;
}


#footer {
    color: #fff;
    background-color: #055887;
}


#foot-nav {
    border-bottom: 1px solid #f7f6f6;
}




#contact-info ul li span {
    color: #fff;
}


ul.product-list li a:hover {
    color: #fff;
    background-color: rgba(7,126,194,1);
}

ul.product-list li a {
    color: #000;
    background-color: rgba(7,126,194,0.85);
}


#call {
    width: 55px;
    right: 10px;
    border-radius: 50%;
    z-index: 999;
    bottom: 165px;
    position: fixed;
}





