﻿/*line icon*/
.line1{position:fixed;right:0%;top:15%;z-index:1000;}




/*body*/
.row [class^="col-"] {
  padding:10px;
}


body[data-type="fullpage"]:not(#managehome) #wrap > :not(:last-child) { margin-bottom: 0px; }



/*top*/
.navbar-nav > li > a {
    color: #fff;
}


.topnavbar .container {
  text-align: justify;
  font-size: 0;
  /*text-align: center;*/
  padding-top:0px;
}

.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
}

.topnavbar {
  background-color: #fff;
  top:0px;
  position: relative;
  z-index:100;
  width:100%;
  padding: .6rem 0;
  height: 100px;
  border-bottom:5px solid #CABB72 ;
}


/*nav*/
#nav ul li a {
    white-space: nowrap;
    color: #333;
    line-height: 1.3;
    font-weight: normal;
    padding: 15px 18px;
    font-size: 100%;
    transition:all 0.5s  all ease;
    border-bottom:4px solid transparent;    
}

#nav ul li a:hover{
    color: #9c9778;
}

#nav ul li a::before {
  content:"";
  border-bottom:4px solid #9c9778;
  width:0;
  position:absolute;
  left:0;
  right:0;
  bottom:0px;
  margin:0 auto;
  transition:.3s all ease;
  height: 6px;
}

#nav ul li a:hover::before {
 width:50%;
}

#nav ul li.current a::before  {
  content:"";
  border-bottom:4px solid #650017;
  width:50%;
  position:absolute;
  bottom:0px;
  margin:0 auto;
}

#nav ul li.current a  {
    color: #7C703B;  
}



/*Banner*/
.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(750 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}

.swiper-slide {
  width: 100% !important;
}


#wrap{
	background:url(../image/8c589837-40c5-4de8-a90b-1a9d518a9ce9.jpg)no-repeat;
	background-position:top center;background-size:cover;background-attachment:fixed;
}


/*header*/
#bodyinpage.rwd-collapse.viewmode.default.about-us  .fcol.fcol-header{
  display:none;
}



/*標題*/
.index-title{
  display: inline-block;
  text-align: justify;
  left:50%;
  font-size: 40px;
  padding-top:50px;
  color: #650017;

}

/*about-1*/
#bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-1{
   background:url(../image/0371fe8a-219a-457d-ab27-4094c3b0690b.jpg)no-repeat;
   background-position:top 10% center;
   background-size:cover;
   min-height:350px;  
}


.about_ln {
  width: 100%;
  padding: 20px 60px;
  border-top-right-radius: 2em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: relative;
  top: 30px;
}

@media(max-width:480px){
  .about_ln {
  width: 100%;
  padding: 20px 20px;
  }
}

.ser-top span.ser-line {
    background: #9c9778;
    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: 80%;
	margin: 0em auto 0em;
	text-align: center;
}


.call-btn {
  float: right;
  background: #9c9777;
  padding: 8px 10px;
  border-radius: 5px;
}

.call-btn2 {
  float: center;
  background: #9c9777;
  padding: 8px 10px;
  border-radius: 5px;
   min-height:75px;
}

.call-btn3 {
  float: center;
  background: #4cb234;
  padding: 8px 10px;
  border-radius: 5px;
   min-height:75px;
}

.call-btn4 {
  float: center;
  background: #b38851;
  padding: 8px 10px;
  border-radius: 5px;
   min-height:75px;
}


.call-btn2 a, .call-btn3 a, .call-btn4 a {
  display:block;
}

@media(max-width:480px){
  .ab.row  .col-md-4 {
  display:none;
    }
}





/*about_2*/
#bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-2{
  background:rgba(255,255,255,0.2);
}

#bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-2 .container{
    padding:20px 16px;
}

#service .list article {
  background: #fff;
  width: 90%;
  margin: 0%;
  box-shadow: 0px 5px 15px rgba(0,0,0,0.16);
  padding: 15px 15px;
  text-align: left;
  height: 200px;
  background-position: top 15% center;
}

@media screen and (max-width: 768px) {
  #service .list article {
    height: 150px;
  }
}

#service .list article a {
  display: block;
}

#service .list article .image_hover {
  height: 65%;
  display: flex;
  align-items: center;
  background-position: top 50% center;
}


@media screen and (max-width: 768px) {
  #service .list article .image_hover {
  height: 65%;
  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;
  background-position: bottom center;
}

.image_hover img {
  margin: auto;
  transition: transform 0.6s ease;
  background-position: bottom center;
  position: absolute;
}

.image_hover:hover img {
  transform: scale(1.2);
}

@media only screen and (max-width: 480px){
#bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-2 .col-5 {
  flex: 0 0 50%;
  max-width: 50%;
  }
}



/*about_3*/
#bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-3{
   background:url(../image/b1847a08-0ec6-4aaf-83ea-6a05157a0f4a.jpg)no-repeat;
   background-position:top center;
   background-size:cover;
}

#bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-3 .container{
  padding:40px 16px;
}


/*產品輪播*/
.rwd-table {
  	overflow-y: visible !important;
}

#myDiv img {
        max-width: none;
}


/*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-carousel .owl-item img {
  display: block;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 10px;
}


/*about_5~6
#bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-4,
#bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-5,
#bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-6{
    display:none;   
}*/


/*h1*/
#bodyinpage.rwd-collapse.viewmode.default.about-us .h1title {display: none;}

.h1title h1{color:#9c9778;text-align:center;}


/*產品格*/
ul.product-list li .desc {
    display: block;
    min-height: 1.2rem;
    max-height: 2.4rem;
    margin-bottom: auto;
    font-size: .8rem;
    line-height: 1.5;
    word-break: break-word;
    color: #666;
    overflow: hidden;
    padding: 0 16px;
    display: none;
}

/*隱藏詳細介紹*/
ul.product-list li a.focus h3, ul.product-list li a:hover h3 {
    color: #000;
}
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: #444;
    overflow: hidden;
    padding: 0 16px;
}

/*改產品格名稱顏色*/
#side ul li.current > div a {
    color: #94a440;
}
#side ul li a {
    color: #000;
    display: block;
    padding: 10px 20px;
    transition: .3s;
}
.product-list-div h2 a {
    color: #000;
    text-decoration: none;
    display: inline-block;

}
.product-list-div h2 {
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
    text-shadow: 0 0px 0 #fff;
}
body[data-type="fullpage"] .product-list-div h2 a.show-all {
    color: #000;
    transition-property: left, color;
}
ul.product-list li .money-icon {
    color: #000;
    font-size: 95%;
    margin-right: 8px;
    margin-left: 16px;
    text-shadow: 0 0px 0 rgba(255,255,255,0.7);
}


/*news*/
.news .fcol .news-list li h3{
  padding-left: 10px;
  width: 82%;
  color: #bf4e4e;
}

/*form*/
.mark{
  background:none;
}

/*footer*/
#footer{
   border-top:5px solid #aa946d;
}

#foot-nav{
  display:none;
}

