/*背景*/
#bodyinpage #wrap{
  background:url(https://resource.iyp.tw/static.iyp.tw/143/files/fa9f72c7-d11f-4756-8287-75d355a22254.jpg)no-repeat;
  background-position:top center;
  background-size:cover;
  background-attachment:fixed;
}


.rwd-navbar-toggle .label {
color: #fff;}
.navbar-icon-bar {
background-color: #fff;}
.navbar-icon-bar:before, .navbar-icon-bar:after{background-color: #fff;}


/*Index*/
#bodyinpage .fcol.fcol-2{background:#0c3b67;}
#bodyinpage .fcol.fcol-4{background:#0c3b67;}
#bodyinpage .fcol.fcol-5 {
  background: rgba(230, 230, 230, 0.7);
  min-height: 300px;
}


/*Index_2*/
#bodyinpage .rk_imgblock1 {
    text-align: center;
}

#bodyinpage .rk_imgblock1 figure {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin: 5px;
  transition: all .5s;
  border: 2px #fff;
  border-radius: 99em;
}

#bodyinpage .rk_imgblock1 figure img {
  width: 100%;
  height: 100%;
  transition: all .5s;
  display: block;
}

#bodyinpage .rk_imgblock1 figcaption {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: rgba(0,0,0,0.2);
  color: #FFFFFF;
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
  text-shadow: 1px 1px 3px #000,-1px -1px 3px #000;
  box-shadow: inset 0 0 50px rgba(0,0,0,0.46),inset 0 0 100px rgba(0,0,0,0.75);
  position: absolute;
  top: 0;
  left: 0;
  transition: all .5s;
}

#bodyinpage .rk_imgblock1 figcaption a {
  display: block;
  color: #fff;
  width: 100%;
  height: 100%;
  padding-top: 80px;
}

#bodyinpage .rk_imgblock1 figcaption span {
  font-size: 16px;
  line-height: 20px;
  display: block;
  color: #fff;
}

#bodyinpage .rk_imgblock1 figure:nth-child(1) figcaption {
  opacity: 0;
}

#bodyinpage .rk_imgblock1 figure:nth-child(1) figcaption:hover {
  opacity: 1;
}

#bodyinpage .rk_imgblock1 figure:nth-child(2) figcaption {
  opacity: 0;
}

#bodyinpage .rk_imgblock1 figure:nth-child(2) figcaption:hover {
  opacity: 1;
}

#bodyinpage .rk_imgblock1 figure:nth-child(3) figcaption {
  opacity: 0;
}

#bodyinpage .rk_imgblock1 figure:nth-child(3) figcaption:hover {
  opacity: 1;
}


.pic{width:100%; height:;overflow:hidden;}
.pic img{transform:scale(1,1);transition: all 1s ease-out;}
.pic img:hover{transform:scale(1.2,1.2);}



/*index_fcol_ 1*/
.ser-top span.ser-line {
    background: #FFCC01;
    width: 25px;
    height: 5px;
    display: block;
    margin: 1em auto 1em;
}


.ser-top p {
	font-size: medium;
	font-weight: 400;
	color: #fff;
	line-height: 1.6em;
	width: 90%;
	margin: 0em auto 0em;
	text-align: center;
}




/*按鈕*/
.serveimg {
   display: block;
   text-align: center;
   width: 100%;
   min-height:80px
   padding-bottom: 80%;
   background:#CFEFFE;
   overflow: hidden;
   position: relative;
   border-radius:5px;
   padding:15px 10px;
}
.serveimg:hover {
     display: block;
   text-align: center;
   width: 100%;
   min-height:80px
   padding-bottom: 80%;
   background: #FFF;
   overflow: hidden;
   position: relative;
   border-radius:5px;
   padding:15px 10px;
}





a {
    text-decoration: none;
}
body {
      background-color: #000;
    font-size: 16px;
    margin: 0;
}
.swiper-container {
  height: auto !important;
}
.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(500 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}
.swiper-slide {
  width: 100% !important;
}


.productdetail .detail-spec h2 {
    color: #fff;
    font-size: 30px;
    line-height: 1.3;
  text-shadow: 0 0px 0 #fff;
}

/*改顏色*/
/*頁籤標題顏色處*/
.h1title h1 span {
    color: #000E40;
}
.h1title {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000000;
    font-size: 2rem;
    font-weight: normal;
}
/*左側頁籤顏色處*/
#side ul li.current > div a {
    color: #000000;
}
/*產品格顏色處*/
ul.product-list li a {
    color: #000000;
}
ul.product-list li a:hover {
    color: #666666;
}
/*最新消息內定顏色處*/
.news .fcol .news-list li a:hover, .news .news.main-content li a:hover {
    color: #46931c;
}
a {
    color: #000000;
}



/*回首頁*/
.navbar-nav > li > a {
    color: #fff;
}


.topnavbar {
    background-color: #000e40;
  top:0px;
   position:relative;
   z-index:100;
 width:100%;
 height:90px;
}
.topnavbar .container {
 height:70px;
}
@media only screen and (max-width: 767px) {
.topnavbar {
   height:80px;
}
}
#logo h1 {
    height: 70px;
}
#nav ul li a {
    white-space: nowrap;
    color: #FFF;
    line-height: 1.3;
    padding:10px;
    
}
/*
#nav ul li a {
    white-space: nowrap;
    color: #fff;
    line-height: 1.3;
      font-weight: bold;
  padding:18px 30px;
}*/
#nav ul li a:hover{
  background: #5FA4FF;
  color: #fff;
}
#nav ul li.current a {
  background: #5FA4FF;
  color: #fff;
  font-weight: 500;
}
/*
#nav ul li a:hover{
  background: transparent;
      color: #e4b6e9;
}
#nav ul li.current a {
      background: transparent;
      color: #e4b6e9;
    font-weight: 600;
}*/
#nav ul li .subnav {
 background-color: rgba(255,255,255,0.6);
}
#nav ul li .subnav a {
 background-color: rgba(255,255,255,0.6);
      color: #000;
}
#nav ul li .subnav a:hover {
 background-color: rgba(0,0,0,1);
        color: #e4b6e9;
}


.h1title {
    color: #e4b6e9;
    font-size: 2rem;
    font-weight: normal;
  border-bottom:1px #e4b6e9 dotted;
}



/*整體背景*/
body{ background-color:#fff;  background-image:none; }

/*首頁小圖*/
#productList figure {
	width: 350px;
	float: left;
	padding-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 5px;
	height: 220px;
	transition:0.5s;background-color: #c9A063; /*rgba(22, 105, 183,0.85)*/
}

#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:320px;
	height: 180px;
	margin-left: auto;
	border-radius: 8px;
	margin-right: auto;
}

@media(max-width:767px){
   #productList figure {
    width: 320px;
    float: left;
    padding-top: 10px;
    margin-left: -15px;
    margin-right: 5px;
    border-radius: 5px;
    height: 220px;
    transition: 0.5s;
    background-color: #c9A063;
 }
}

@media(max-width:767px){
  #productList figure .imgWrap {
	overflow-x: hidden;
	overflow-y: hidden;
	width:300px;
	height: 180px;
	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;
}



/*產品*/
ul.product-list li a {
    display: flex;
    flex-flow: column;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-decoration: none;
    cursor: pointer;
    padding-bottom: 16px;
    color: #000;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #c9A063;/*rgba(34,137,225,0.5)*/
    transition-property: color, box-shadow;
}

ul.product-list li a:hover {
   color:#fff;
}

/*樓層*/
#side ul li a {
    color: #fff;
    display: block;
    padding: 10px 20px;
    transition: .3s;
}
#side ul li a:hover {
    color: #fff;
    background-color: rgba(0,0,0,0.05);
}



/*購物車標題*/
.product-list-div h2 a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    text-shadow: 0 0px 0 rgba(255,255,255,0.7);
}
.product-list-div h2 {
    margin-bottom: 10px;
}
.product-list-div h2 a:hover {
    color: #fff;
    text-shadow: 0 0px 0 rgba(255,255,255,0.7);
}
body[data-type="fullpage"] .product-list-div h2 a.show-all {
    color: #fff;
    transition-property: left, color;
}
ul.product-list li .money-icon {
    color: #fff;
    font-size: 95%;
    margin-right: 8px;
    margin-left: 16px;
    text-shadow: 0 0px 0 rgba(255,255,255,0.7);
}

/*最底下資訊改顏色*/

#footer {
    color: #fff;
    background-color: #000E40;
}

/*#foot-nav ul li a:hover {
    color: #65af28;
}
#footer a {
    color: #4c752a;
}
#foot-nav ul li a {
    color: #000;
    font-size: 1.06em;
}
#footer {
    color: #000;
}
.contact-row h5 {
    color: #000;
    padding: .5em 0 1em;
    width: 100%;
}
#contact-info ul li span {
    color: #000;
}
*/


/*footer基本資訊背景*/
/*#footer{background:#9ae074;}

#foot-nav {
    clear: both;
    padding: 1em 0;
    border-bottom: 1px solid #65af28;
}*/

/*icon*/
.phone{position:fixed;right:0%;top:22%;z-index:1000;transform:scale(0.8);}

@media(max-width:414px){
.phone{position:fixed;right:0%;top:22%;z-index:1000;transform:scale(0.8);}
}


/*form*/
.mark{
   background:none;
}

#bodyinpage.rwd-collapse.viewmode.contact-us .fcol.fcol-2 {
  color: #fff;
}