body {
  background: #fff;
}

#wrap {
  background: url(https://static.iyp.tw/40645/files/93e3e425-3eeb-45f1-9fde-f66a08028cd3.jpg)no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

/*回首頁*/

.navbar-nav > li > a {
  color: #fff;
}

.topnavbar .container {
  height: 100%;
  padding-top: 0px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 0;
}

.topnavbar {
  background-color: #fff;
  top: 0px;
  position: relative;
  z-index: 100;
  width: 100%;
  padding: .6rem 0;
  height: 100px;
  padding-top: 0px;
  box-shadow: 4px 4px 4px -1px rgba(0,0,0,0.4);
}

/*nav*/

#nav ul li a {
  white-space: nowrap;
  color: #333;
  line-height: 1.3;
  font-weight: normal;
  padding: 10px 25px;
  font-size: 95%;
  border-right: 0px #888 dotted;
  transition: all 0.5s;
}

#nav ul li a:hover {
  background: #5f970e;
  color: #fff;
}

#nav ul li.current a {
  background: #8ab44e;
  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 img {
  box-shadow: 0px 5px 15px rgba(0,0,0,0.16);
  padding: 10px 10px;
}

@media (max-width:414px) {
  #bodyinpage.rwd-collapse.viewmode.default.about-us img {
    box-shadow: none;
    padding: 10px 10px 10px 0px;
  }
}

#bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-5,
.fcol.fcol-6 {
  display: none;
}

/*about_1*/

#bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-2 {
  background: rgba(255,255,255,0.85);
}

.about-box {
  position: relative;
}

.about-box .pic {
  position: absolute;
  top: 0;
  max-width: 740px;
}

.about-box .text {
  padding: 40px 50px 40px 20px;
  background: #FFF;
  max-width: 50%;
  margin: 40px 0 0 0;
  box-sizing: border-box;
  float: right;
  position: relative;
  z-index: 15;
  box-shadow: 1px 1px 20px rgba(0,0,0,0.13);
}

@media (max-width:414px) {
  .about-box .text {
    padding: 20px 20px;
    background: #FFF;
    max-width: 100%;
    margin: 200px 0 0 0;
    box-sizing: border-box;
    float: right;
    position: relative;
    z-index: 15;
    box-shadow: 1px 1px 20px rgba(0,0,0,0.13);
  }
}

@media (max-width:414px) {
  .about-box .about-layout {
    position: relative;
    padding-left: 0px;
  }
}

.about-box .text .title {
  font-family: "微軟正黑體";
  font-size: 38px;
  line-height: 1.2;
  font-weight: 300;
  color: #609137;
  margin: 0 0 20px;
}

.about-box .about-layout {
  position: relative;
  padding-left: 25px;
}

.about-box .text .layout-txt {
  font-size: 15px;
  font-family: "微軟正黑體";
  font-weight: normal;
  color: #8C8C8C;
  line-height: 1.65;
  margin-top: 13px;
}

.about-box .about-layout {
  position: relative;
  padding-left: 25px;
}

/*about_2*/

#bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-2 {
  margin-top: 100px;
}

@media (max-width:414px) {
  #bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-2 {
    margin-top: 0px;
  }
}

.intro {
  -webkit-animation-delay: 1.5s;
}

.intro a {
  overflow: hidden;
  position: relative;
  padding: 10px 40px;
  border: 0px #aaa solid;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background: #6fc33c;
}

.intro a:hover {
  color: #fff;
  background: #000;
  transition: all 0.4s;
}

.intro a:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: -100%;
  display: block;
  background: #000;
  transition: all 0.4s;
  z-index: -1;
}

#service .list article {
  background: #fff;
  width: 90%;
  margin: 0%;
  box-shadow: 0px 5px 15px
    rgba(0,0,0,0.16);
  padding: 15px 15px 5px;
  text-align: left;
  height: 250px;
}

@media screen and (max-width: 768px) {
  #service .list article {
    height: 250px;
  }
}

#service .list article a {
  display: block;
}

#service .list article .image_hover {
  height: 40%;
  display: flex;
  align-items: center;
}

#service p {
  font-size: 90%;
  padding: 8px 0px;
  color: #777;
}

#service p span {
  padding: 8px 0px;
  color: #000;
}

.image_hover {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.image_hover img {
  margin: auto;
  transition: transform 0.6s ease;
}

.image_hover:hover img {
  transform: scale(1.2);
}

.project .dfd-folio-categories .byline.category {
  display: inline-block;
  overflow: hidden;
  margin-bottom: 10px;
}

.ser-top span.ser-line {
  background: #be920d;
  width: 50px;
  height: 5px;
  display: block;
  margin: 1em auto 1em;
}

.ser-top p {
  font-size: medium;
  font-weight: 400;
  color: #609137;
  line-height: 1.6em;
  width: 80%;
  margin: 0em auto 0em;
  text-align: center;
  font-size: 38px;
}

/*h1*/

.h1title {
  color: #679f18;
  border-bottom: 1px dashed #679f18;
}

/*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;
}

ul.product-list li a {
  background-color: #7ca849;
}

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: #fff;
  overflow: hidden;
  padding: 0 16px;
}

body[data-type="fullpage"] .product-list-div h2 a.show-all {
  color: #fff;
  transition-property: left, color;
  background: #679f18;
  text-shadow: none;
  padding: 0 10px;
}

/*form*/

.mark {
  background: none;
}

/*footer*/

#footer {
  background: #5f970e;
}

#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;
}