/*tl icon*/
.tl{position:fixed;right:0.5%;top:8%;z-index:1000;}
/*LINE icon*/
.LINE{position:fixed;right:0.5%;top:16%;z-index:1000;}

body {
    background-color: #fff;
    color: #000;
    font-size: 16px;
    margin: 0;
}


/*回首頁*/
.navbar-nav > li > a {
    color: #fff;
}

.topnavbar .container {
    padding-top: 0px;
    padding-bottom: 0px;
}
.topnavbar {
  background-color: #e60000;
  background-image: url(" ");
  top:0px;
  position: relative;
  z-index:100;
  width:100%;
  padding: 0;
  padding-top:0px; 
}



/*nav*/
#nav ul li a {
    white-space: nowrap;
    color: #fff;
    line-height: 1.3;
    font-weight: normal;
    padding: 10px 20px;
    font-size: 100%;
    border-right: 1px #888 dotted;
    transition:all 0.5s;
}
#nav ul li a:hover{
    color: #fce101;
}
#nav ul li.current a  {
    color: #fce101;  
}
#nav ul .subnav li a{
  background-color: rgba(75, 75, 75,0.45);
  color:#fff;text-align:left;
}
#nav .subnav {
    position: absolute;
    top: 100%;
    z-index: 998;
    background-color: rgba(75,75,75,0.55);
} 



/*Banner*/
.swiper-container {
  height: auto !important;
}
.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(700 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}
.swiper-slide {
  width: 100% !important;
}



/*h1*/
.h1title{color:#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: #59aacb;
    text-shadow: none;
    padding: 0 10px;
}

.mark {
    background:none;    
}


/*圖片*/
.row [class^="col-"] img{
  opacity:3;
    transition:0.7s
}
/*.row [class^="col-"] img:hover {
    opacity:0.55;
}*/
.row [class^="col-"] {
  padding:10px;
}
.picc {
  overflow:hidden;
}
.picc img:hover {
  transform:scale(1.2);
}



/*owl*/
.owl-carousel.owl-theme {
  padding: 0 1rem 2rem;
}
.owl-carousel.owl-theme .owl-nav {
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}
.owl-carousel.owl-theme .owl-dots {
  bottom: 0;
}
.owl-carousel.owl-theme button:focus {
  outline: none;
}
.owl-carousel.owl-theme .owl-nav,
.owl-carousel.owl-theme .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
}
.owl-carousel.owl-theme .owl-nav .owl-prev {
  float: left;
  transform: translateX(-100%);
}
.owl-carousel.owl-theme .owl-nav .owl-next {
  float: right;
  transform: translateX(100%);
}
.owl-carousel.owl-theme .owl-nav .owl-prev:hover,
.owl-carousel.owl-theme .owl-nav .owl-next:hover{
  background: none;
  color: inherit;
}
.owl-carousel.owl-theme .owl-nav .fa{
  font-size: 3em; 
} /*箭頭大小*/

.editmode .owl-carousel.owl-loaded {
  display: flex;
  flex-wrap: wrap;
}
.editmode .owl-carousel > div {
  flex: 0 0 25%;
  max-width: 25%;
}
.owl-theme .owl-nav {
  display: none;
}