@media only screen and (min-width: 768px){.topnavbar {background-color: rgb(197 197 197 / 0.65%);}}
  
#header {background: #07151e;}

.topnavbar {
    background-image: linear-gradient(to bottom,#fff 0,#bbb9b9);
    padding: 0;
    border-bottom: 4px solid #8f1e21;
}

#nav ul li.current a {color: #1b1b1b;}

#nav ul li a {color: #921616;}

#nav ul li a:hover {color: #7d1515;}

.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(650 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}

.swiper-slide {
  width: 100% !important;
}
  
#wrap {
    background: url(https://static.iyp.tw/1943/files/b9485ec1-805d-4a97-b309-043a63c985e0.jpg)no-repeat center;
    background-attachment: fixed;
}
  
.h1title {color: #fff; border-bottom: 1px solid #0e2535;
          background-color: #75262a;}

ul.product-list li a { color: #fff;
    text-align: center;
    background:#870503;
}

a {color: #c92c29;
    text-decoration: none;}

#footer {background-color: #7c151a;}

body.about-us .fcol.fcol-4 {background:#e8e6e6;}

#call {
    width: 55px;
    right: 10px;
    border-radius: 50%;
    z-index: 999;
    bottom: 165px;
    position: fixed;
}
#mail {
    width: 55px;
    right: 10px;
    border-radius: 50%;
    z-index: 999;
    bottom: 105px;
    position: fixed;
}