.topnavbar .container {
  text-align: justify;
  font-size: 0;
}

.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
}


.topnavbar {
    background-color: #48ad33;
  top:0px;
   position: relative;
   z-index:100;
 width:100%;
  padding: 0;
}
.topnavbar .container {
    padding-top: 0px;
    padding-bottom: 0px;
}






#nav ul li a {
    color: #EEE;
    font-weight: 600;
}
#nav ul li a:hover {
    background: rgba(184,233,167,174.88);
    border-radius: 30px;
}
#nav ul li.current a {
    background: #b8e9ae;
    border-radius: 30px;
}




#nav ul li.current a {
    color: #0f4a03;
}










.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: #66a559;
    border-radius: 30px;
    margin-top: -20px;
}




body.index .fcol-2 {
    background: #fbfbfb url(https://static.iyp.tw/42743/files/2dfa5243-b2b3-484c-8cdc-8cb3fe44d689.jpg)no-repeat bottom;
    background-attachment: fixed;
    background-size: cover;

}

body.index .fcol-4 {
    background: #fbfbfb url(https://static.iyp.tw/42743/files/86fb939f-5842-404e-b2e2-bb817ad30a8f.jpg)no-repeat bottom;
    background-attachment: fixed;
    background-size: cover;

}

body.index .fcol.fcol-5 {   display:none;}
body.index .fcol.fcol-6 {   display:none;}
body.index #footer { margin-top: -40px;}







body.about-us .fcol.fcol-2 {    background: rgba(239,239,239,1);}
body.about-us .fcol.fcol-4 {   display:none;}
body.about-us .fcol.fcol-5 {   display:none;}
body.about-us .fcol.fcol-6 {   display:none;}









ul.product-list li a:hover {
    color: #fff;
    background-color: rgba(57,74,84,1);
}

ul.product-list li a {
    color: #000;
    background-color: rgba(57,74,84,0.3);
}





.news .fcol .news-list li a:hover, .news .news.main-content li a:hover {color: #516c4b;}

a {
    color: #516c4b;
}



#footer {
    color: #333;
    background-color: #ddd;
}


#contact-info ul li span {
    color: #333;
}


.contact-row h5 {
    color: #333;
}

#foot-nav ul li.current a, #foot-nav ul li a:hover {
    color: #555;
}


#foot-nav {
    border-bottom: 1px solid #ccc;
}




/*圖片*/
.menu [class^="col-"] img:hover {
    border-radius: 8px;
}
.menu [class^="col-"] img {
  transition:0.7s;
  border-radius: 50%;
  border: 1px #dddddd solid;
  padding:6px;
}

.row1 [class^="col-"] img{
  opacity:3;
  transition:0.7s
}
.row1 [class^="col-"] img:hover {
    opacity:0.55;
}







/*詳細資訊*/
#tb td a {
    display: block;
    height: 35px;
    line-height: 35px;
    background: #516c4b;
    color: #fff;
}
#tb td a:hover {
    background: #2f8c76;
}