/*隱藏右上回首頁*/
.hidden-xs.home {
display: none
}


<!--櫥窗式輪播!-->

.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%;
}

/*產品輪播*/
.rwd-table {
   overflow-y: visible !important;
}
#myDiv img {
        max-width: none;
}

#myDiv {width:100%}


/*子頁籤文字連結框框語法*/
.product-link .row .col-2 > a{
  border:0px solid #ccc;
  width:100%;
  display:inline-block;
  width:100%; 
  background-color: #eee;
  height:50px;
  line-height: 50px;
   font-size:130%;
  text-align: center;
}
.product-link .row .col-2 > a:hover {
 color:#39c;
 background:#cce7fc;
}


.row [class^="col-"] {
  padding:10px;
}


body[data-type="fullpage"]:not(#managehome) #wrap > :not(:last-child) { margin-bottom: 0px; }


/*logo*/
#logo {
    margin-left: -45px;
}


/*top*/
.navbar-nav > li > a {
    color: #fff;
}

.topnavbar .container {
    height: 100%;
    padding-top: 0px;
    padding-bottom: 10px;
    /*text-align: center;*/    
}

.topnavbar {
  background-color: #F39301;
  top:0px;
  position: relative;
  z-index:100;
  width:100%;
  padding: .6rem 0;
  height: 120px;
  border-bottom:5px solid #fbe6b5;
}

@media(max-width:800px){
.topnavbar {
  height: 180px;
 }
}

@media(max-width:767px){
.topnavbar {
  height: 120px;
 }
}




/*nav*/
body[data-type="fullpage"] #nav {
    font-size: 1rem;
    width: 100%;
}

/*
#header .topnavbar .container {
    padding-left: 0px;
    padding-right: 0px;
    width: 80%;
}



@media(max-width:1440px){
#header .topnavbar .container {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
 }
}  


@media(max-width:1280px){
#header .topnavbar .container {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
 }
}


@media(min-width:1920px){
body[data-type="fullpage"] #footer .container {
    width: 1160px;
 }
}
*/


#nav{float:right;margin-top:-65px;}

#nav ul{float:right;}

#nav ul li a {
    white-space: nowrap;
    color: #fff;
    line-height: 1.3;
    font-weight: normal;
    padding: 8px 12px;
    font-size: 102%;
    border-right: 0px #888 dotted;
    transition:all 0.5s;
}

#nav ul li a:hover{
    padding: 5px 10px;
    color: #444;
}


#nav ul li .subnav a span:hover  {
    display: inline-block;
    max-width: 200px;
    border-top: 0px solid;
}


#nav ul li.current a  {
    color: #444;  
}


#nav .subnav {
    position: absolute;
    top: 100%;
    max-width: 200px;
    background-color: rgba(75,75,75,0.55);
} 


#nav ul .subnav li a {
    background-color: rgba(75, 75, 75,0.85);
    color: #fff;
    text-align: left;
    width: 200px;
}

#nav ul li .subnav a span {
    display: inline-block;
    max-width: 200px;
}


#nav li.has-subnav ul li a {
    color: #fff;
    width:200px;
    white-space: pre-line;  
}




/*Banner*/
.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(1200 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}

.swiper-slide {
  width: 100% !important;
}

#bodyinpage #banner{display:none;}



/*Index_1*/
#bodyinhome .fcol.fcol-1{background: #F39301;}

#bodyinhome .fcol.fcol-1 .container{padding:15px 200px;}

@media(max-width:768px){
  #bodyinhome .fcol.fcol-1 .container{padding:15px 50px;
  }   
}


/*Index_2*/
#bodyinhome .fcol.fcol-2{border-bottom:1px solid rgba(0,0,0,.1);}

span.cat-name2{padding:10px 25px;float: center;border:1px solid #f39301;color:#f39301;border-radius:5px;transition:all .5s;}
span.cat-name2:hover{padding:10px 25px;float: center;background:#f39301;color:#fff;border-radius:5px;}


/*Index_3*/
#bodyinhome .fcol.fcol-3{border-bottom:1px solid rgba(0,0,0,.1);}


/*Index_4*/
#bodyinhome .fcol.fcol-4{border-bottom:1px solid rgba(0,0,0,.1);}

.service_img{
	position:relative;   
	}

.service_text{
	position: absolute;
    display: table-cell;
    z-index: 999;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    color: #fff;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 15px 15px 15px;
	background: rgba(0, 0, 0, 0);
    text-shadow: black 0.1em 0.1em 0.2em;
	}
.service_text:hover{
	position: absolute;
    display: table-cell;
    z-index: 999;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 98%;
    color: #fff;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 15px 15px 15px;
    background-color:rgba(243, 147, 0,0.55);
    transition:0.5s;  
	}
.service_text div {
    font-size: 30px;
    line-height: 30px;
    position: relative;
    top: 50%;
    font-weight: bold;
    opacity:0;
    transition:0.5s;
}

.service_text:hover div {opacity:1;}
@media (max-width: 768px){
.service_text div {
    font-size: 30px;
    line-height: 30px;
    position: relative;
    top: 50%;
 }
}


/*Index_5*/
#bodyinhome .fcol.fcol-5{border-bottom:1px solid rgba(0,0,0,.1);}

#bodyinhome .fcol.fcol-5 .container {width:100%;padding: 0;}

#bodyinhome .fcol.fcol-5 .container .col-3 {padding: 0;}


.service2_img{
	position:relative;   
	}

.service2_text{
	position: absolute;
    display: table-cell;
    z-index: 999;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 99%;
    color: #fff;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 15px 15px 15px;
	background: rgba(0, 0, 0, 0.65);
    text-shadow: black 0.1em 0.1em 0.2em;
	}
.service2_text:hover{
	position: absolute;
    display: table-cell;
    z-index: 999;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 99%;
    color: #fff;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 15px 15px 15px;
    background-color:rgba(0, 0, 0,0.45);
    transition:0.5s;  
	}
.service2_text div {
    font-size: 18px;
    line-height: 30px;
    position: relative;
    top: 20%;
    font-weight: bold;
    opacity:1;
    transition:0.5s;
}

@media (max-width: 768px){
.service2_text div {
    font-size: 18px;
    line-height: 30px;
    position: relative;
    top: 20%;
 }
}

span.cat-name{padding:10px 25px;float: center;border:1px solid #fff;color:#fff;border-radius:5px;}


/*Index_6*/
#bodyinhome .fcol.fcol-6{
  background:url(https://static.iyp.tw/41583/files/62bdfb3c-5616-4d2b-8eae-dc8ec5158634.jpg)no-repeat;
  background-size:cover;
  min-height:400px;
  background-position:top center;
}

#bodyinhome .fcol.fcol-6 .container{padding-top:8%;}


/*Inpage_1*/
#bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-1 .container{padding:15px 200px;}

@media(max-width:768px){
  #bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-1 .container{padding:15px 50px;
  }   
}


/*Inpage_2*/
#bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-2{background:#efefef;}

#bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-2 img{border-radius:99em;}


/*Inpage_4
#bodyinpage.rwd-collapse.viewmode.default.about-us .fcol.fcol-4{background:#efefef;}
*/


/*side*/
#side ul li a {
    color: #999;
    display: block;
    padding: 10px 20px;
    transition: .3s;
    border-bottom: 1px dashed #999;
}


/*h1*/
.h1title{display:none;}


/*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;
}



/*form*/
.mark {
    background: none;
   }


/*footer*/
#foot-nav {
    display: none;
}

#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;}


#footer-service {
   display: none;
}


/*fb_icon*/
.footer-content .contact-icon a {
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #fff;
    margin-left: .5rem;
    margin-right: .5rem;
}

.footer-content .contact-icon a i {
    font-size: 1.2rem;
    color: #222;
    line-height: 45px;
}

.fa, .fas {
    font-weight: 900;
}



