/*tl icon*/
.tl{position:fixed;right:0%;top:30%;z-index:1000;transform:scale(0.8);}
/*email icon*/
.email{position:fixed;right:0%;top:40%;z-index:1000;transform:scale(0.8);}
/*shopping icon*/
.shopping{position:fixed;right:0%;top:50%;z-index:1000;transform:scale(0.8);}



a {
    color: #da0005;
    text-decoration: none;
}
body {
    background-color: #fff;
    color: #000;
    font-size: 16px;
    margin: 0;
}
.swiper-container {
    height: auto !important;
}
.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(600 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}
.swiper-slide {
  width: 100% !important;
}
#banner {
  margin-bottom:-45px;
}
.about-us .fcol.fcol {
  line-height:2em;
}

@media(max-width:767px){
  .swiper-wrapper, .swiper-slide {
    padding-bottom: calc( 600 / 1920 * 100%);
  }
}



/*about_1（背景)*/
#bodyinpage.about-us .fcol.fcol-1{
  
  background-image: url('https://static.iyp.tw/409595/files/10e4ea3f-8251-412f-bfaf-137352256d36.png');
  background-size: cover; /* 使背景图像覆盖整个元素 */
  background-position: center; /* 使背景图像居中 */
  background-repeat: no-repeat; /* 避免背景图像重复 */
}

/*about_2（背景)*/
#bodyinpage.about-us .fcol.fcol-2{
  
  background-image: url('https://static.iyp.tw/409595/files/8df2e36f-1cb8-4286-92c9-5c1b7ceb7051.jpg');
  background-size: cover; /* 使背景图像覆盖整个元素 */
  background-position: center; /* 使背景图像居中 */
  background-repeat: no-repeat; /* 避免背景图像重复 */
}

/*about_3（背景)*/
#bodyinpage.about-us .fcol.fcol-3 {
  background-image: url('');
  background-size: cover; /* 使背景图像覆盖整个元素 */
  background-position: center; /* 使背景图像居中 */
  background-repeat: no-repeat; /* 避免背景图像重复 */
  background-attachment: fixed; /* 使背景图像固定，達到視差效果 */
}

/*about_6（背景)*/
#bodyinpage.about-us .fcol.fcol-6 {
  background-image: url('https://static.iyp.tw/409595/files/67fca4de-8015-477b-b73b-afa695b0479c.jpg');
  background-size: cover; /* 使背景图像覆盖整个元素 */
  background-position: center; /* 使背景图像居中 */
  background-repeat: no-repeat; /* 避免背景图像重复 */
  background-attachment: fixed; /* 使背景图像固定，達到視差效果 */
}



/*回首頁*/
.navbar-nav > li > a {
    color: #fff;
}


.topnavbar {
    background-color: transparent;
  top:0px;
      padding: 0;
   position: relative;
   z-index:100;
 width:100%;
}
.topnavbar .container {
    padding-top: 0px;
    padding-bottom: 0px;
}
#nav ul li a {
    white-space: nowrap;
    color: #000;
    line-height: 1.3;
    padding: 10px 8px;
    transition:all 0.5s;
}
#nav ul li a:hover{
    color: #da0005;
}
#nav ul li a span {
  transition:all 0.5s;
}
#nav ul li a:hover span {
  border-top:2px solid #da0005;
  padding-top:5px;
}
#nav ul li.current a {
  border-top:2px solid #da0005;
  padding-top:5px;
      color: #fc7108;
}
#nav ul li .subnav {
 background-color: #fff;
}
#nav .subnav {
 max-width:400px
}
#nav ul li .subnav a {
 background-color: #fff;
      color: #000;
    border-top:0px solid #da0005;
}
#nav ul li .subnav a:hover {
 background-color: #f5f5f5;
}
#nav ul li .subnav a span {
    display: inline-block;
    max-width: 400px;
}




.h1title {
    color: #da0005;
    font-size: 2rem;
    font-weight: normal;
  border-bottom:1px #da0005 solid;
}



/*圖片*/
.row [class^="col-"] img{
  opacity:3;
    transition:0.7s
}
.row [class^="col-"] {
  padding:10px;
}
.picc {
  overflow:hidden;
}
.picc img:hover {
  transform:scale(1.25);
}
.block {
  background:#fff;
  color:#000;
      padding: 5%;
  border:1px #ccc solid;
}




body[data-type="fullpage"] .main {
    min-height: 0px;
}


/*產品格*/
ul.product-list li .desc {
    display: block;
    min-height: 1.2rem;
    max-height: 2.4rem;
    margin-bottom: auto;
    font-size: .8rem;
    line-height: 1.5;
    word-break: break-word;
    color: #666;
    overflow: hidden;
    padding: 0 16px;
}

/*隱藏詳細介紹*/
ul.product-list li a.focus h3, ul.product-list li a:hover h3 {
    color: #000;
}
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: #444;
    overflow: hidden;
    padding: 0 16px;
}
/*隱藏標題字*/
#bodyinpage.about-us .fcol.fcol-header
{
  display:none;
}

/*改產品格名稱顏色*/
#side ul li a {
    color: #000;
    display: block;
    padding: 10px 20px;
    transition: .3s;
}
#side ul li.current > div a {
 background-color: #da0005;
      color: #fff;
}
.product-list-div h2 a {
    color: #000;
    text-decoration: none;
    display: inline-block;
}
.product-list-div h2 {
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
    text-shadow: 0 0px 0 #fff;
}
body[data-type="fullpage"] .product-list-div h2 a.show-all {
    color: #000;
    transition-property: left, color;
}
ul.product-list li .money-icon {
    color: #000;
    font-size: 95%;
    margin-right: 8px;
    margin-left: 16px;
    text-shadow: 0 0px 0 rgba(255,255,255,0.7);
}




#footer {
    color: #fff;
    background-color: #ab0104;
    margin-top:-45px;
}
#foot-nav {
    clear: both;
    padding: 1em 0;
    border-bottom: 1px solid #fff;
}
#foot-nav ul li a {
    color: #fff;
    font-size: 1em;
}
.contact-row {
    padding: 0em 0 1em;
    line-height: 1.6;
}
#contact-info ul li span {
    color: #fff;
}
#footer a {
    color: #fff;
}
.contact-row h5 {
    color: #fff;
    padding: .5em 0 1em;
    width: 100%;
}
#footer-service {
    clear: both;
    padding-bottom: 1em;
    min-height: 10px;
    font-size: .9em;
    overflow: hidden;
}




.text-5 { 
border-bottom:3px #da0005 solid; 
padding-bottom:5px; 
  font-weight:bold;
}



.ps-title {
    font-family: "Book Antiqua", cursive;
    font-size: 40px;
    color: #000;
    font-weight: 400;
}


/*index_pic_產品分類按紐*/
body[data-type="fullpage"] .product-list-div h2 a.show-all {
    color: #fff;
    transition-property: left, color;
    background: #91908c;
    padding: 0px 5px;
  font-size: 1rem;
    width: 100%;
}
body[data-type="fullpage"] .product-list-div h2 a.show-all:hover {
    color: #fff;
}


#header .topnavbar .container {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}


@media(min-width:1920px){
body[data-type="fullpage"] #footer .container {
    width: 1160px;
 }
}

#header .topnavbar .container {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}



/*go top*/
.toTop-arrow {
	width: 3rem;
	height: 3rem;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 50%;
	opacity: 1;
	background: #fc7108;
	cursor: pointer;
	position:fixed;
	right: 1rem;
	bottom: 1rem;
	display: none;
}
.toTop-arrow::before, .toTop-arrow::after {
	width: 25px;
	height: 6px;
	border-radius: 3px;
	background: #fff;
	position: absolute;
	content: "";
}
.toTop-arrow::before {
	transform: rotate(-45deg) translate(0, -50%);
	left: 0.42rem;
}
.toTop-arrow::after {
	transform: rotate(45deg) translate(0, -50%);
	right: 0.42rem;
}
.toTop-arrow:focus {outline: none;
}





/*index box-1*/
.intro {
	-webkit-animation-delay: 1.5s;
}
.intro a {
	overflow: hidden;
	position: relative;
	padding: 5px 10px;
	display: inline-block;
	font-size: 16px;
	color: #fff;
  font-weight:bold;
  	background: #da0005;
}
.intro a:hover {
	color: #fff;
	background: #000;
	transition: all 0.4s;
}
.intro a:after {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	top: 0;
	display: block;
	background: #000;
	transition: all 0.4s;
	z-index: -1;
}

/*頁籤寬版*/
body[data-type="fullpage"] #nav {
    font-size: 1rem;
    width: 100%;
}


#header .topnavbar .container {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}


@media(min-width:1920px){
body[data-type="fullpage"] #footer .container {
    width: 1160px;
 }
}

#header .topnavbar .container {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

#nav{margin-top:-45px;}

#nav ul{
  float:right;
}

<style>



/*手機選單*/
 @media only screen and (min-width: 768px) {

    .topnavbar {
      background-color: #01431F; /* 填入想要桌面版型的導覽列顏色 */
    }
  }
  .navbar {
    background-color: #01431F; /* 填入想要手機版型的導覽列想要的顏色 */
  }
  #nav ul li a {
    color: #222; /* 填入想要桌面版型的導覽選項文字想要的顏色 */
  }

.rwd-navbar-toggle {
    float: right;
  }
  .navbar-nav {
    margin-right: 15px;
  }
  @media only screen and (max-width: 767px) {
    .rwd-side {
      transform: translateX(100%);
    }
  }


/*手機版選單展開的樣式*/
  @media only screen and (max-width: 767px) {
    .rwd-navbar-toggle:before,
    .rwd-side {
      background-color: #fff; 
    }
    .rwd-side a {
      color: #222;
    }
    .rwd-side .product-search input[type="text"],
    .rwd-side .product-search input[type="text"]:focus {
      background-color: #FFF;
     }
    .rwd-side .nav li {
      border-bottom: 1px #fff solid;
    }
    .rwd-side .language > a {
      padding-left: 0px;
    } 
  }

.rwd-side.menu-open {
  background: #FFF;
 }


.navbar-icon-bar {
    height: 4px;
  }
.navbar-icon-bar:before {
    transform: rotate(180deg);
    top: 0px
  }
.navbar-icon-bar:after {
    transform: rotate(90deg);
    top: 0px
  }
.menu-open .navbar-icon-bar:before {
    transform: rotate(0deg);
  }
.menu-open .navbar-icon-bar:after {
    transform: rotate(0deg);
  }
body[data-type="fullpage"] .navbar-nav>li>a {
    line-height: initial;
  }


.mark {
  color: #C33;
  margin: 0 3px;
  background:none;
}

/*TEL按鈕*/
#call a.more-btn {
  position: relative;
  margin-top: 0px;
  padding: 12px 15px;
  border: solid 1px #AB0104;
  color: #AB0104;
  font-size: 14px;
  border-radius: 0em;
  display: inline-block;
  z-index: 9999;
  width: 95%;
}

@media(max-width:428px){
#call a.more-btn {
  position: relative;
  margin-top: 0px;
  padding: 10px 12px;
  border: solid 1px #AB0104;
  color: #AB0104;
  font-size: 22px;
  border-radius: 0em;
  display: inline-block;
  z-index: 9999;
   width: 100%;
 }
}  

#call a.more-btn span {
    color: #AB0104;
}

#call a.more-btn:hover{
    color: #fff !important;
    text-decoration: none;
}

#call a.more-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #AB0104;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 0px;
  border-radius: 0em;
}


#call a.more-btn:hover:before {
    right: 0px;
    width: 100%;
    border-radius: 0em;
}

#call a.more-btn:before {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


#call a.more-btn span {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
