/* CSS Document */
@import url(font-awesome/css/font-awesome.min.css);

body {	-webkit-text-size-adjust:100%; margin:0; text-align:center; font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" }
img {	border:0; }

/* Reset ================================================================================= */

a { text-decoration:none; 
    transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all; }
a:hover { text-decoration:none; }

* { margin:0; padding:0; list-style:none;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */}

/*輪播*/
body.side-push-panel {
  overflow-x: hidden; }

#side-panel {
  position: fixed;
  top: 0;
  right: -300px;
  z-index: 399;
  width: 300px;
  height: 100%;
  background-color: #F5F5F5;
  overflow: hidden;
  -webkit-backface-visibility: hidden; }

#side-panel .side-panel-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 330px;
  height: 100%;
  overflow: auto;
  padding: 50px 70px 50px 40px; 
}
#slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100vh !important; }

.slider-parallax {
  position: relative; }

.slider-parallax,
.slider-parallax .swiper-container {
  visibility: visible;
  -webkit-backface-visibility: hidden; }

.slider-parallax .slider-parallax-inner {
  position: fixed;
  width: 100%;
  height: 100%; }

.slider-parallax .slider-parallax-inner,
.slider-parallax .slider-caption,
.slider-parallax .ei-title {
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0s linear;
  -o-transition: transform 0s linear;
  transition: -webkit-transform 0s linear;
  transition: transform 0s linear;
  transition: transform 0s linear, -webkit-transform 0s linear;
  -webkit-backface-visibility: hidden; }

#slider .container {
  position: relative;
  height: 100%; }

#slider.canvas-slider .swiper-slide img {
  width: 100%; }

#slider.canvas-slider a {
  display: block;
  height: 100%; }
.slider-caption{
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 20;
  max-width: 550px;
  color: #EEE;
  font-size: 22px;
  font-weight: 300;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  -webkit-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
  transition: top 0.3s ease; }

.slider-caption:not(.dark),
.slider-caption:not(.dark) h2 {
  color: #222;
  text-shadow: none; }

.slider-caption p {
  margin-bottom: 10px;
  font-size: 48px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.slider-caption.slider-caption-right {
  left: auto;
  right: 15px; }

.slider-caption.slider-caption-center {
  position: relative;
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  opacity: 0;}

.slider-caption-bg {
  padding: 5px 12px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.6);
  top: auto;
  bottom: 50px;
  left: 50px; }
  .slider-caption-bg.slider-caption-bg-light {
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
    font-weight: 400;
    text-shadow: none; }

.slider-caption-top-left {
  top: 50px;
  bottom: auto; }

.slider-caption-top-right {
  top: 50px;
  bottom: auto;
  left: auto;
  right: 50px; }

.slider-caption-bottom-right {
  left: auto;
  right: 50px; }
.swiper_wrapper .swiper-slide {
    position: relative;
    margin: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.swiper_wrapper .swiper-slide [data-caption-animate] {
    -webkit-backface-visibility: hidden; }
.not-animated {
    opacity: 0;
}

#slide-number {
  position: absolute;
  opacity: 0;
  top: auto;
  right: 14px;
  bottom: 50px;
  z-index: 20;
  width: 30px;
  height: 40px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  font-weight: 300;
  font-family: serif;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

#slider:hover #slide-number {
  opacity: 1; }

#slide-number-current,
#slide-number-total {
  position: absolute;
  line-height: 1;
  top: 3px;
  left: 0; }

#slide-number-total {
  top: auto;
  bottom: 3px;
  left: auto;
  right: 0; }

#slide-number span {
  display: block;
  font-size: 32px;
  line-height: 40px; }
#slider-arrow-left,
#slider-arrow-right {
  position: absolute;
  cursor: pointer;
  z-index: 10;
  top: 50%;
  left: 0;
  margin-top: -26px;
  background-color: transparent;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 0, 3px, 3px, 0;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out; }

.slider-arrow-top-sm,
.slider-arrow-bottom-sm {
  top: auto;
  bottom: 57px;
  left: auto;
  right: 20px;
  margin: 0;
  width: 32px;
  height: 32px;
  border-radius: 3px, 3px, 0, 0; }

.slider-arrow-bottom-sm {
  bottom: 20px;
  border-radius: 0, 0, 3px, 3px; }

.fslider[data-thumbs="true"] .flex-prev,
.fslider[data-thumbs="true"] .flex-next {
  margin-top: -64px; }

#slider .owl-prev,
#slider .owl-next {
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out; }

#slider-arrow-right {
  left: auto;
  right: 0;
  border-radius: 3px, 0, 0, 3px; }

#slider-arrow-left i,
#slider-arrow-right i {
  line-height: 50px;
  width: 34px;
  height: 52px;
  color: #DDD;
  color: rgba(255, 255, 255, 0.3);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  font-size: 34px;
  text-align: center;
  margin-left: 7px;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out; }

#slider-arrow-left:hover i,
#slider-arrow-right:hover i {
  color: rgba(255, 255, 255, 0.9);
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out; }

.flex-prev i {
  margin-left: 9px; }

#slider .owl-prev i {
  margin-left: 0; }

#slider-arrow-right i,
.camera_next i,
.nivo-nextNav i {
  margin-left: 10px; }

.flex-next i {
  margin-left: 11px; }

#slider .owl-next i {
  margin-right: 4px; }

#slider .owl-nav {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

#slider .owl-nav div,
#slider:hover .owl-nav {
  opacity: 1; }

#slider-arrow-left:hover,
#slider-arrow-right:hover {
  background-color: transparent !important; }

@media only screen and (max-width: 980px){
    #header.transparent-header + #slider{
        top: 0;
        margin-bottom: 0;
    }
    .slider-parallax .slider-parallax-inner {
        position: relative;
    }
}
@media only screen and (max-width: 767px){
    .swiper_wrapper:not(.force-full-screen), .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide, .ei-slider {
        height: 100vh !important;
    }
    .slider-caption p{
        font-size: 32px;
    }
}

/*輪播-end*/

*:after {
	content: "";
    display: block;
    clear: both;
	font-size:0;
}

.products{
    width: 100%;
    position: relative;
    background: #fff;
    padding: 140px 0px 50px 0px;
}
.products h1{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 48px;
    font-weight: 400;
    color: #ccc;
    width: 260px;
    margin: auto;
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    white-space:nowrap;
    
}
.products h1 span{
    display: inline-block;
    color: #999;
}
.products h2{
    font-size: 24px;
    color: #af9f66;
    margin: auto;
    width: 100%;
    display: block;
    text-align: center;
    padding: 5px 0 30px;
    font-weight: 300;
}
.products ul{
    margin: auto;
    width: 100%;
    display: block;
    overflow: hidden;
}
.products li{
    width:  calc(100% - 6px) ;
    float: left;
    border: 1px solid #ccc;
}
.products li:nth-child(2){
    margin:0 9px;
}
.img{
    width: 100%;
    position: relative;
    float: left;
}
.img > div{
    border-width: 0;
    border-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    display: block;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -moz-transition: border 0.3s;
    -o-transition: border 0.3s;
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
}
.img:hover > div{
    border: rgba(255, 255, 255, 0.5) solid 100px;
}

.img > div:before {
    content: "";
    width: 100%;
    height: 100%;
    border-width: 0;
    border-color: #FFF;
    box-sizing: border-box;
    display: block;
    -moz-transition: border 0.3s;
    -o-transition: border 0.3s;
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
}
.img:hover > div:before {
    border: #FFF solid 12px;
}
.text{
    width: 100%;
    float: left;
    padding: 8px 20px 13px;
    color: #333;
    font-size: 18px;
    text-align: left;
}
.text span{
    display: block;
    width: 100%;
    font-size: 13px;
    color: #999;
    padding-top: 3px;
}
@media only screen and (max-width: 1580px) {
    .img:hover > div{
        border: rgba(255, 255, 255, 0.5) solid 50px;
    }
}
@media only screen and (max-width: 900px){
    .img:hover > div:before {
      border: #FFF solid 8px;
    }
    .img:hover > div{
        border: rgba(255, 255, 255, 0.5) solid 20px;
    }
}
@media only screen and (max-width: 767px){
    .products img{
        width: 100%;
    }
    .products li{
        width:  95% ;
        float: none;
        margin:0 auto 40px;
    }
    .products li:nth-child(2){
        margin:0 auto 40px;
    }
}