.topnavbar .container {
  text-align: justify;
  font-size: 0;
}

.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
}



.fcol .container {    color: #222;    font-size: 15px;}
p { line-height:2;}



.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(700 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}

.swiper-slide {
  width: 100% !important;
}


@media only screen and (min-width: 768px){
.topnavbar {
    background: none;
}}

#nav {background: #00acca;}
#nav ul li.current a {color: #000; background: #e3be39;}
#nav ul li a:hover {color: #fff; background: #e3be39;}


#nav ul li a {
    color: #fff;
}


.h1title {
    color: #525151;
}


.h1title {border-bottom:1px solid#dddddd;}



body.about-us .fcol.fcol-2 {   background: url(https://static.iyp.tw/39552/files/a1e5b895-4ff4-46fa-97c1-b440d21df64f.png) no-repeat bottom;
}

body.about-us .fcol.fcol-6 {   display:none;}

body.about-us .fcol.fcol-5 {   display:none;}



#footer {
    color: #fff;
    background-color: #007790;
}


#foot-nav {
    border-bottom: 1px solid #fff;
}


#contact-info ul li span {
    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;
}

ul.product-list li a {
    color: #007790;
}


.marktxt {
    color: #f20606;
}


