.phone-1 {position:fixed;  right:1%;  top:20%;  z-index:1000 }
.line-1 {position:fixed;  right:1%;  top:35%;  z-index:1000 }

body {
  font-family: 'Noto Sans TC', sans-serif;
}


#header .topnavbar .container {
    padding-left: 60px;
    padding-right: 60px;
    width: 100%;
}
label {color: #b77e7a;}
#bodyinhome .fcol.fcol-6 .container {
   width: 100%;
   background-color: #fff;
   padding: 0;
}/*拉寬編輯欄設定*/
.topnavbar .container {
  text-align: justify;
  padding:0px;
}

logo {
  padding:0px;
}

.topnavbar .container::after {
  display: inline-block;
  width: 100%;
}

/*文字*/
.word {
   padding: 5px 10px 5px 10px;
  color: #fff;
  background-color: #cf0707;

}

.word:hover{
   padding: 5px 10px 5px 10px;
  	transition:0.7s;
  color: #fff;
  background-color: #e57c00;
}

/*首頁圖*/
.word2 {
   padding: 10px;
  font-weight:bold;
  color: #fff;
  font-size:16px;
   background-color: #ff9000;
  border-radius: 50%;
}

.word2:hover {
   padding: 10px;
  	transition:0.7s;
  color: #fff;
  font-weight:bold; 
  font-size:16px;
   background-color: #f65100;
   border-radius: 50%;
}

.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c8dad8;
}




/*編輯欄設定*/
@media only screen and (max-width: 768px){
body {
     font-size: 16px;/*螢幕寬度768px內文字大小*/
}
  
.topnavbar .container {
   background-color: #b56862;
}}

body[data-type="fullpage"] #product-header.main {
      min-height: auto;/*產品-編輯框不設定高*/
}
/*編輯欄設定*/

@media only screen and (min-width: 768px){
.topnavbar {
    background-color: #164718;
    position: relative;
    max-height: 90px;/*頁籤底圖高度*/
    padding: 0;/*頁籤間距*/
}
/* 文字放大*/
.container {
    font-size:16px;
  line-height:30px;
}
  
#foot-nav {
    font-size:13px;
}}

/* 消除空白*/
body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}

/*產品內頁*/

/* 首頁與內頁共用 */
.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
}

.swiper-slide {
  width: 100% !important;
}

/* 首頁 */
#bodyinhome .swiper-wrapper, #bodyinhome .swiper-slide {
  padding-bottom: calc(750 / 1920 * 100%); /* 首頁 banner 大小 */
}

/* 內頁 */
#bodyinpage .swiper-wrapper, #bodyinpage .swiper-slide {
  padding-bottom: calc(500 / 1920 * 100%); /* 內頁 banner 大小 */
}

#nav .subnav {
    text-align: left;
    background-color: #333;/*次頁籤底色*/
}




#nav ul li a {
    font-size: 18px;/*頁籤文字大小*/
    color: #fff;/*頁籤文字顏色*/
    padding: 10px 13px;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    line-height: 1.3;
    transition: .3s;
}

#nav ul li a:hover  {
    color: #fff;/*頁籤滑過文字顏色*/
}
#nav ul li.current a {
    color: #fff;/*頁籤按下後文字顏色*/
}



/*title文字顏色*/
.h1title {
    text-align: center;
    color: #000;
    border-bottom: 1px dashed #666;
}

a {
    color: #00b7ee;/*連結顏色*/
    text-decoration: none;
}

#bodyinhome .fcol.fcol-1 {
    background-color: #f1f1f1;
}


#bodyinhome .fcol.fcol-2 .container {
   width: 100%;
   padding:0px;
}

#bodyinhome .fcol.fcol-3 {
    width: 100%;
   background: url(https://static.iyp.tw/5353/files/b00b9665-8ae4-404c-81ad-49f08c511ec8.jpg)no-repeat left top;/*底圖*/
   background-color: #f4f4f4;
}

#bodyinhome .fcol.fcol-4 .container {
      width: 100%;
     background-color: #0f0f0f;
}

#bodyinhome .fcol.fcol-5 {
   background-image: -webkit-linear-gradient(90deg,#fff 40% ,#0f0f0f  40.1%);/*頁籤底色漸層*/
}

#bodyinhome .fcol.fcol-6 {
    
}

body.about-us .fcol.fcol-1 {
 
}

body.about-us .fcol.fcol-2 {
    background-color: #f4f4f4;
}



h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: inherit;
    color: #000;
}


.product-list-div h2 {
    text-shadow: 0 0px 0 #333;
}



ul.product-list li a.focus h3, ul.product-list li a:hover h3 {
    color: #464646;
}
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: #7a7a7a;
    overflow: hidden;
    padding: 0 16px;
}

#footer {
    color: #ffffff;
    background-color:#164718;
}

#foot-nav {
    clear: both;
    padding: 1em 0;
    border-bottom: 1px solid #fbfbfb;
   
}
#foot-nav ul li a {
    display: block;
    color: #fbfbfb;
    font-size: 1.06em;
    margin-right: 10px;
    padding: 8px 16px;
}
#contact-info ul li span {
    color: #fbfbfb;
}

.design3 img{
    background-color: #F0F0F0;
	padding: 4px;
	border: 1px solid #D5D5D5;
    border-radius: 10px;
}

/*首頁圖片特效-*/

.snip1504 {
  position: relative;
  overflow: hidden;
  margin: 0 auto 0;
  min-width: 250px;
  max-width: 100%;
  width: 100%;
  color: #fff;
  text-align: left;
  font-size: 16px;
  background-color: #000;
}

.snip1504 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.snip1504 img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
  object-fit: cover;  /*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
  width: 100%; /*寬度*/
  height: 300px; /*高度*/
}

.snip1504 figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  align-items: center;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.snip1504 h3,
.snip1504 h5 {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
  color: #fff;
}

.snip1504 h3 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
}

.snip1504 h5 {
  font-weight: normal;
  color: #fff;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  padding: 2px 10px 2px 10px;
  border: 2px solid #ffffff;
  margin-top:10px;
}

.snip1504 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1504:hover > img,
.snip1504.hover > img {
  opacity: 0.3;
}

.snip1504:hover h3,
.snip1504.hover h3,
.snip1504:hover h5,
.snip1504.hover h5 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}





/* 效果2 */
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);
figure.snip1084 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 0 auto 0;
  min-width: 220px;
  max-width: 310px;
  max-height: 220px;
  width: 100%;
  background: #000000;
  text-align: center;
}

figure.snip1084 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

figure.snip1084 img {
  opacity: 2;
  width: 100%;
   object-fit: cover; 
  height: 250px; /*高度*/
}

figure.snip1084 figcaption {
  top: 50%;
  left: 40px;
  right: 40px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

figure.snip1084 figcaption h2 {
  position: relative;
  font-weight: 400;
  font-weight:bold;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  -webkit-transform: translateY(75%);
  transform: translateY(75%);
}

figure.snip1084 figcaption h2 span {
  font-weight: 800;
}

figure.snip1084 figcaption p {
  font-size: 0.9em;
  font-weight: 500;
  opacity: 0;
  margin: 0;
}

figure.snip1084:before,
figure.snip1084:after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s, -moz-transform 0.6s, -o-transform 0.6s, transform 0.6s;
}

figure.snip1084:before {
  border-top: 1px double #fff;
  border-bottom: 1px double #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

figure.snip1084:after {
  border-right: 1px double #fff;
  border-left: 1px double #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

figure.snip1084 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

figure.snip1084.blue {
  background: #0a212f;
}

figure.snip1084.red {
  background: #36100c;
}

figure.snip1084.yellow {
  background: #562e0a;
}

figure.snip1084:hover img,
figure.snip1084.hover img {
  opacity: 0.2;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure.snip1084:hover figcaption h2,
figure.snip1084.hover figcaption h2,
figure.snip1084:hover figcaption p,
figure.snip1084.hover figcaption p {
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.5);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

figure.snip1084:hover figcaption p,
figure.snip1084.hover figcaption p {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

figure.snip1084:hover:before,
figure.snip1084.hover:before,
figure.snip1084:hover:after,
figure.snip1084.hover:after {
  opacity: 0.8;
  -webkit-transform: scale(1);
  transform: scale(1);
}


/*contact 聯絡我們-表格+圖示*/
.contact-1 {
  text-align: center;
  box-shadow: -7px -7px 20px 0px rgb(0 0 0 / 10%), -4px -4px 5px 0px rgb(0 0 0 / 10%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
  background-color: #fff;
}
.contact-1 div {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background-color: #fff;
}
.contact-1 i {
  font-size:2rem;
  color: #164718;
  padding-top: 20px;
}
.contact-1 h3 {
  font-size:2rem;
  color: #999;
  font-weight: 400;
}
.contact-1 p {  font-size:16px;}

/*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: 95%;
}
