/*tl icon*/
.tl{position:fixed;right:0.5%;top:8%;z-index:1000;}


.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: #ece8e1;
  top:0px;
  position: relative;
  z-index:100;
  width:100%;
  padding: .6rem 0;
  height: 100px;
}



/*nav*/
#nav{margin-top:32px;}

#nav ul li a {
    white-space: nowrap;
    color: #333;
    line-height: 1.3;
    font-weight: normal;
    padding: 10px 18px;
    font-size: 95%;
    border-right: 1px #888 dotted;
    transition:all 0.5s;
    text-align:center;
}

#nav ul li a:hover{
    background:#917f62;
    color: #fff;
    border-radius:5px 5px 0 0;
}

#nav ul li.current a{
    background:#456058;
    color: #fff;
    border-radius:5px 5px 0 0;
}

#nav ul li a span{display:block;}

/*Banner*/
.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(700 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}

.swiper-slide {
  width: 100% !important;
}



/*about_跑馬燈*/
.rwd-table {
  	overflow-y: visible !important;
}

#myDiv img {
     max-width: none;
     width:250px;
}

#myDiv {
    background-color: #fff;
    overflow: hidden;
    width: 100%;
}




/*h1*/
.h1title{color:#456058;text-align:center;}

.h1title h1{font-size:0.8em;}


/*side*/
#side ul li a {
    color: #555;
    display: block;
    padding: 10px 20px;
    transition: .3s;
    border-bottom: 1px dashed #555;
}  

/*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*/
#contact-info ul li span {
    color: #fff;
}

#copyright, #copyright a{color:#dcdcdc;}



.rk_nav a {background:#fbde87;
    border-bottom: 1px solid #fbde87;box-shadow: 0 1px 0 #fbde87 inset;
    display: block;
    /*font-weight:bold*/;font-size: 14px;
    height: 36px;
    line-height: 36px;
    text-align: left;padding-left:12px;color:#000;
}
.rk_nav a:hover {background:#000;
    border-bottom: 1px solid #fbde87;cbox-shadow: 0 1px 0 #fbde87 inset;
    display: block;
    /*font-weight:bold*/;font-size: 14px;
    height: 36px;
    line-height: 36px;
    text-align: left;padding-left:12px;color:#fbde87;
}
