.rwd-navbar-toggle .label {
    color: #ffffff;
  background:none;
  padding:3px;
  border-radius:3px;
}
.navbar-icon-bar {
background-color: #ffffff;
}
.navbar-icon-bar:before, .navbar-icon-bar:after{
  background-color: #ffffff;
}
.navbar-nav {
    background-color: rgba(0,0,0,0.3);
    right: -7%;
}


.swiper-container {
    height: auto !important;
}
.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(600 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}
.swiper-slide {
  width: 100% !important;
}




/*產品輪播*/
.rwd-table {
  	overflow-y: visible !important;
}
#myDiv img {
        max-width: none;
} 


a {
    color: #000;
}
body {
    background-color: #fff;
    color: #000;
    font-size: 16px;
    margin: 0;
}
#bodyinhome {
      background-color: #000;
}
div.fcol.fcol {
  line-height:1.8em;
}
#logo {
  display:none !important;
}





/*回首頁*/
.navbar-nav > li > a {
    color: #fff;
}
.topnavbar {
    background-color: #000;
  top:0px;
   position: relative;
   z-index:100;
 width:100%;
  padding: 0;
}
.topnavbar .container {
    padding-top: 0px;
    padding-bottom: 0px;
}
#nav ul li a {
    white-space: nowrap;
    color: #fff;
    line-height: 1.3;
    font-weight: normal;
    padding: 10px 15px;
    font-size: 95%;
    border-right: 1px #888 dotted;
    transition:all 0.5s;
}
#nav ul li a:hover {
    color: #fff;
}
#nav ul li a span {
  transition:all 0.5s;
}
#nav ul li a:hover span {
  border-top:2px solid #fff;
  padding-top:5px;
}
#nav ul li.current a  {
    color: #fff;  
}




/*圖片*/
.row [class^="col-"] img{
  opacity:3;
    transition:0.7s
}
.row [class^="col-"] {
  padding:10px;
}
.row [class^="col-"] img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.7s ease-in-out;
	transition:0.7s ease-in-out;
    opacity:3;
}
.row [class^="col-"] img:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}




.h1title {
  color:#000;
  border-bottom:1px solid #000; 
}




ul.product-list li a:hover {
    color: #000;
}/*改產品格 滑鼠滑過去字顏色*/
ul.product-list li h3 {
    flex: 1 0 auto;
    max-height: 3.15rem;
    margin: 0.7rem 0;
    font-size: 1.05rem;
    line-height: 1.5;
    color: #000;
    overflow: hidden;
    padding: 0 16px;
}
ul.product-list li .desc{
   display:none;
}
body[data-type="fullpage"] .product-list-div h2 a.show-all {
    color: #fff;
    transition-property: left, color;
    background: #59aacb;
    text-shadow: none;
    padding: 0 10px;
}
.mark {
    background: none;
   }
#side ul li a {
    color: #555;
    display: block;
    padding: 10px 20px;
    transition: .3s;
}




#foot-nav ul li a {
    color: #fff;
    font-size: 1.06em;
}
#foot-nav {
    clear: both;
    padding: 1em 0;
    border-bottom: 1px solid #fff;
}
#footer {
    color:#fff;
  background:#333;
}
#contact-info ul li span {
    color: #fff;
}
#copyright, #copyright a {
  color:#dcdcdc;
}
.contact-row {
    padding: 1em 0 1em;
    line-height: 1.6;
}
#footer-service {
    clear: both;
    padding-bottom: 1em;
    min-height: 20px;
    font-size: .9em;
    overflow: hidden;
}





/*首圖*/
#productList figure {
	width: 262px;
	float: left;
	padding-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 5px;
	height: 197px;
	transition:0.5s;
  background-color: rgba(255,255,255,0.25);
}
#productList figure img {
	display: block;
	transition: 0.5s;
}
#productList figure:hover img {
	transform:scale(1.5)
}
#productList figure .imgWrap {
	overflow-x: hidden;
	overflow-y: hidden;
	width:232px;
	height: 152px;
	margin-left: auto;
	border-radius: 8px;
	margin-right: auto;
}
#productList figcaption {
	font-size: 1.15em;
	letter-spacing: 0.15em;
	color: rgba(7,98,99,1.00);
	margin-top: 6px;
	border-bottom: 0px dashed rgba(6,63,7,1.00);
	padding-bottom: 6px;
  padding-left:10px;
  	text-align: center;
}


