.phone-1{position:fixed;right:1%;top:85%;z-index:1000}

@media only screen and (min-width: 768px){
.topnavbar {
    position: relative;/*頁籤&banner分開不重疊*/
       padding: 0;/*頁籤間距*/
  background-color:#972c26;
     border-bottom:6px #fff solid;

}}
body.about-us .fcol.fcol-2{
  background-color: #972c26;
   position: relative;
}

.topnavbar .container {
  text-align: center;
  background-color:#972c26;
}

body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}

.h1title {
    border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
        text-align:center;
}
#nav ul li a {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    color: #FFFFFF;/*頁籤文字顏色*/
 　 letter-spacing:6px;
    padding: 10px 20px;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    line-height: 1.3;
    transition: .3s;
  text-shadow: 0.1em 0.1em 0.05em #333;
  
}

#nav ul li a:hover  {
    color: #FFFFFF;/*頁籤滑過文字顏色*/
}
#nav ul li.current a {
    color:#FFFFFF;/*頁籤按下後文字顏色*/
}

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;
}
.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(800/ 1920 * 100%); /* 自定響應式圖片高度 */
}
body[data-type="fullpage"] #nav {
    font-size: 20px;
}