.topnavbar {
    background-color: rgba(0,0,0,0);
    padding: 0;
}
.topnavbar .container {
    padding-top: 0px;
    padding-bottom: 0px;
}
.swiper-container {
  height: auto !important;
}
.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(660 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}
.swiper-slide {
  width: 100% !important;
}

#nav {
    background: #910707;
    border-radius: 50px;
}
#nav ul li a {
    color: #eee;
    padding: 10px 20px 6px 20px;
}
#nav ul li.current a {
    color: #ffd200;
}

/*整體文字顏色*/
.fcol .container {    color: #222;    font-size: 15px;}
p {    line-height:2;}
.fcol h2 {
    color: #333;
    line-height: 2;
}
h3, .h3 {    line-height: 2;}
a {
    color: #ff5100;
    font-weight: 600;
}
a:hover {    color: #555;}


/*標題*/
.h1title {
    color: #454545;
    border-bottom: 1px #ccc solid;
}
.fcol.fcol-header {
    background: #eee;
}
.h1title h1{
    font-weight: bold;
}

/*產品格*/
ul.product-list li a {
    color: #555;
    text-align: center;
}
ul.product-list li a:hover {
    color: #222;
}

#footer {
    color: #eee;
    background-color: #999;
}
#foot-nav {
    display: none;
}
#contact-info ul li span {
    color: #910707;
}

/*關多餘格子*/
.fcol.fcol-4 {    display: none;}
.fcol.fcol-5 {    display: none;}
.fcol.fcol-6 {    display: none;}

#call {
    width: 60px;
    right: 5px;
    z-index: 999;
    bottom: 255px;
    position: fixed;
}
#whatsapp {
    width: 60px;
    right: 5px;
    z-index: 999;
    bottom: 185px;
    position: fixed;
}
#gofb {
    width: 60px;
    right: 5px;
    z-index: 999;
    bottom: 115px;
    position: fixed;
}
#line {
    width: 60px;
    right: 5px;
    z-index: 999;
    bottom: 45px;
    position: fixed;
}


/*詳細資訊*/
#tb td a {
    display: block;
    height: 35px;
    line-height: 35px;
    background: #910707;
    color: #fbfbfb;
    letter-spacing: 5px;
}
#tb td a:hover {
    background: #555;
}

body.about-us .fcol.fcol-2 .container {
    background: #eee;
}