/*產品輪播*/
.rwd-table {
  	overflow-y: visible !important;
}
.rolling img {
        max-width: none;
        width:300px;
}
@keyframes product-rolling {
  from { transform: translateX(0%); }
  to { transform: translateX(-100%); }
}
.rolling .pic {
	animation: 35s linear infinite product-rolling;
}


/*跑馬燈*/
.rwd-table {
  	overflow-y: visible !important;
}

#myDiv img {
    max-width: none;
    width:300px;
}

#myDiv {
    background-color: #fff;
    overflow: hidden;
    width: 100%;
}

body[data-type="fullpage"]:not(#managehome) #wrap > :not(:last-child) { margin-bottom: 0px; }

/*回首頁*/
.navbar-nav > li > a {
    color: #fff;
}

.topnavbar .container {
    height: 100%;
    padding-top: 0px;
    padding-bottom: 10px;
    text-align: left;
    font-size: 0;
}

.topnavbar {
  background-color: #f3e9db;
  top:0px;
  position: relative;
  z-index:100;
  width:100%;
  padding: .6rem 0;
  height: 100px;
}



/*nav*/
#nav ul li a {
    white-space: nowrap;
    color: #333;
    line-height: 1.3;
    font-weight: normal;
    padding: 10px 30px;
    font-size: 95%;
    border-right: 1px #888 dotted;
    transition:all 0.5s;
}

#nav ul li a:hover{
    background:#c71010;
    color: #fff;
}


#nav ul li.current a  {
    background:#c4841e;
    color: #fff;  
}

#nav ul li.current a:hover  {
    color: #fff;  
}

/*Banner*/
.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(650 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}

.swiper-slide {
  width: 100% !important;
}


/*About*/
#bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-header{background:#f0deca;}

#bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-1{
  background:#f0deca url(https://static.iyp.tw/5752/files/2c382c52-58b3-4292-af8a-9d4c13dac495.png);
  background-position:top center;
  background-size:cover;  
}

#bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-2{
  background:url(https://static.iyp.tw/5752/files/8455e78c-7027-4de7-989e-64cf2fe31cad.png);
   background-position:top center;
  background-size:cover;
  padding:50px 0;
}

#bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-2 .col-4{height:280px;}

#bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-3{background:#efefef;}

#bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-4 {background:#222;}

#bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-6{display:none;}

/*h1*/
.h1title{color:#000;border-bottom:1px dashed #000;}


/*pd*/
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;
}

body[data-type="fullpage"] .product-list-div h2 a.show-all {
    color: #fff;
    transition-property: left, color;
    background: #c71010;
    text-shadow: none;
    padding: 0 10px;
}

#product-header .col-4{height:280px;}


/*form*/
.mark {
    background: none;
   }


/*footer*/
#footer{background:#c71010;}

#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;
}

#contact-info ul li span {
    color: #fff;
}

#copyright, #copyright a{color:#dcdcdc;}