.topnavbar .container {
  text-align: justify;
  font-size: 0;
}

.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
}


.topnavbar {
    background-color: #edebeb;
  top:0px;
   position: relative;
   z-index:100;
 width:100%;
  padding: 0;
}
.topnavbar .container {
    padding-top: 0px;
    padding-bottom: 0px;
}



#nav ul li a {
    color: #777;
}


#nav ul li.current a {
    color: #da5a06;
}

#nav ul li a:hover {color: #da5a06;}



body {
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
}




.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;}


.h1title {
    color: #fff;
    background-color: #da5a06;
    border-radius: 30px;
    margin-top: -20px;
  margin-top: -60px;
}


body.about-us .fcol.fcol-2 {    background: rgba(255,194,143,0.3);}


body.about-us .fcol-3 {
    background: url(https://static.iyp.tw/41770/files/96aafac5-a6a1-4387-b7e5-dd3d3f18d09f.jpg)no-repeat bottom;
    background-attachment: fixed;
    background-size: cover;

}
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;}




#footer {
    color: #222;
    background-color: #b58e75;
}


.contact-row h5 {
    color: #222;
}

#contact-info ul li span {
    color: #222;
}



#footer a {
    color: #888;
}


#foot-nav ul li a {
    color: #222;
}



body[data-type="fullpage"] #product-header.main {
      min-height: auto;
  }




/**/
.box{
    position: relative;
    text-align: center;
    overflow: hidden;
}
.box img{
    width: 100%;
    height: auto;
}
.option{
    position: absolute;
    top:-100%;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0 ,0.8);
    transition: all 0.5s ease 0s;
}
.link{
    border: 5px solid #fff;
    position: relative;
    top:40%;
    width: 50px;
    height:50px;
    line-height: 40px;
    font-size: 20px;
    display: inline-block;
    border-radius: 50%;
    color:#fff;
}
.link:hover{
    color:#fff;
}
.box:hover .option{
    top:0;
}








