.phone{position:fixed;right:1%;top:50%;z-index:1000;}

#gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;    
    padding: 10px;    
    font-size: 18px;
    border-radius: 10px;
    background-color: hsla(240, 0%, 50%, 0.5) ;
    color: white;
    cursor: pointer;
}

/*套用google font字型Noto Sans TC黑體*/
#t-700{
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 768px){
#t-700{ font-size: 32px; }}

#t-400{
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 400;
}

@media only screen and (max-width: 768px){
#banner::after {
  width: 180px;
  margin: -6px auto -24px;
  font-size: 14px;
}
}

/*iphone手機顯示調整*/
@media only screen and (max-width: 576px) {
.rwd-wrapper .col-2 {
-webkit-flex:0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%}
}

/*手機板banner縮放*/
.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(700 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}

.swiper-slide {
  width: 100% !important;
}

.topnavbar {
    background-color: #fff;/*頁籤底圖顏色;background-color: rgba(255,255,255,0);透明Transparent*/
    position: relative;/*relative 頁籤&banner分開不重疊;頂置 fixed;*/
    padding: 0;/*頁籤間距*/
    border-bottom: 5px solid #3eb1cc;
}

.topnavbar .container {
  text-align: justify;
  padding: 10px 0 0 0;
}

.topnavbar .container::after {
  display: inline-block;
  width: 100%;
}

#nav ul li a {
    font-size: 1.0rem;/*頁籤文字大小*/
    color: #1b1b1b;/*頁籤文字顏色*/
    padding: 10px 15px;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    line-height: 1.3;
    transition: .3s;
}

#nav ul li a:hover  {
    color: #3eb1cc;/*頁籤滑過文字顏色*/
}
#nav ul li.current a {
    color: #3eb1cc;/*頁籤按下後文字顏色*/
}

#nav .subnav {
    background-color: #222;/*次頁籤底色*/
    max-width: 400px;/*次頁籤背景最大寬度*/
    text-align: left;
}
#nav .subnav .has-subnav span{
    max-width: 400px;/*次頁籤文字背景最大寬度*/
}

#nav li.has-subnav ul li.has-subnav>div a::after, #nav>ul>li.has-subnav>a::after {
    padding-left: 2px;/*下拉選單箭頭距離*/
}

#logo h1 { text-align: center; }/*logo配置*/

/*大標*/ .h1title {display: none;}

/*公司簡介-區塊*/
body.about-us .fcol.fcol-2 .container  {
  width: 80%;}

body.about-us .fcol.fcol-3  { 
  width: 100%;
  background-attachment: scroll; /*fixed固定背景; scroll捲動背景*/
  background-repeat: no-repeat;
  background-position:center;
  background-size: cover;/*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
  background-image: -webkit-linear-gradient(top, rgb(80 80 80 / 80%) 0%, rgb(80 80 80 / 80%) 100%), url(https://static.iyp.tw/409554/files/bb42f597-7fd8-47e1-89c5-a3d59e755dd8.jpg)  ;
  padding: 5rem 0;
}

body.about-us .fcol.fcol-4  { 
  background-attachment: scroll; /*fixed固定背景; scroll捲動背景*/
  background-repeat: no-repeat;
  background-position:center;
  background-size: cover;/*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
  background-image: url(https://static.iyp.tw/409554/files/67cf02b8-02b3-4477-aa4d-af0f8e6b2aa1.jpg);
}

body.about-us .fcol.fcol-5,body.about-us .fcol.fcol-6,body.about-us .fcol.fcol-7  { 
  display:none;}

body.about-us #footer {margin-top: -40px}

/*分隔線裝飾*/
hr.sep-3 {
  border: none;
  height: 1px;
  background-image: linear-gradient(to right, #f0f0f0, #8f8f8f, #f0f0f0);
}
hr.sep-3::after {
  content: '▲';
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%) rotate(60deg);
  transform-origin: 50% 50%;
  padding: 1rem;
  background-color: Transparent;
}

/*服務項目底圖樣式*/
.feature-1 {
  height: 100%;
  background-color: #3eb1cc;
  color: #fff;
  padding: 1.5rem;
  text-align: center;
  border-radius: 20px;
}
.feature-1 h3 {
  font-size: 20px;
  font-weight: 700;
}
.feature-1 p {
  font-size: 20px;
  color: #fff;
  text-align: justify;
}
.feature-1 img {
  background-color: #fff;
  margin-top: -2rem;
  margin-bottom: 2px;
  border: 3px solid #3eb1cc;
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
  border-radius: 20px;
}

/*按鈕*/
.wrapper a{
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  font-weight: 600;
  color: #fff;
  border: 2px solid #fff;
  letter-spacing: 2px;
  text-align: center;
  margin: auto;
  position: relative;
  transition: all .35s;
}

.wrapper a span{
  position: relative;
  z-index: 2;
}

.wrapper a:after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  color: #fff;
  background: #3eb1cc;
  transition: all .35s;
}

.wrapper a:hover{
  color: #fff;
}

.wrapper a:hover:after{
  width: 100%;
  color: #fff;
}

/*li項目清單樣式*/
#style1{
  list-style-type: square;
  margin-left: 20px;
}

/*產品-區塊項目li效果—4格*/
.pro_item ul li {
    padding: 10px;
    margin: 5px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    width: calc(25% - 10px);
    border-radius: 5px;
    line-height: 1.5;
    border: 1px solid #dddddd;
    background-color: #fff;
    text-align: center;
}

.pro_item img { 
  object-fit: cover;/*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
  width: 100%;
  background-color: #fff;
}

.pro_item a { color:#000 }

.pro_item-1 a:hover,
 .pro_item a:hover { 
  opacity: 0.8;   
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 768px){
 .pro_item ul li { width: calc(100% - 10px); }
}

/*產品頁面-產品格*/
ul.product-list li a.focus, ul.product-list li a:hover {color: #3eb1cc;}

a {color: #3eb1cc;}
.news .fcol .news-list li a:hover, .news .news.main-content li a:hover {color: #e5322d;}

ul.product-list li a {
    display: flex;
    flex-flow: column;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-decoration: none;
    cursor: pointer;
    padding-bottom: 0px;
    color: #1b1b1b;
    background-color: #fff;
    text-align: center;
    border: 2px solid #eee;
    border-radius: 3px;
    transition-property: color, box-shadow;
}

/*漢堡選單文字變大*/
.navbar .rwd-navbar-toggle {
  padding: 23px 70px 23px 12px;

}
.rwd-navbar-toggle .label { 
  font-size: 20px !important;
}
.navbar-icon-bar {
  width: 25px;
  height: 3px;
}
.navbar-icon-bar:before {
  top: -8px;
}
.navbar-icon-bar:after {
  top: 8px;
}
.navbar .rwd-navbar-toggle .label {
  left: 45px;
}
@media (max-width: 767px) {
  .navbar-nav > li > a {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
/**/
  .navbar {
    background-color: #3eb1cc;
    font color: #fff;/* 填入想要手機版型的導覽列想要的顏色 */
  }

@media (max-width: 767px) {
  .rwd-navbar-toggle .label {
    color: #fff; /* 填入想要的顏色 */
  }
  .navbar-icon-bar {
    background-color:  #fff; /* 填入想要的顏色 */
  }
  .navbar-icon-bar:before, .navbar-icon-bar:after {
    background-color: #fff; /* 填入想要的顏色 */
  }
  .navbar-nav>li>a {
    color:  #fff; /* 填入想要的顏色 */
  }
  .navbar-nav .caret {
    border-top-color:  #fff; /* 填入想要的顏色 */
  }
}

/**/
@media only screen and (max-width: 767px) {
    .rwd-navbar-toggle:before,
    .rwd-side {
      background-color: #3eb1cc; /* 填入想要手機版型的選單背景顏色 */
    }
    .rwd-side a {
      color: #fff; /* 填入想要手機版型的選單選項的文字顏色 */
    }
    .rwd-side .product-search input[type="text"],
    .rwd-side .product-search input[type="text"]:focus {
      background-color: #004476; /* 填入想要手機版型的搜尋輸入匡的背景顏色 */
    }
    /*.rwd-side .nav li {
      border-bottom: 1px #ccc solid;
    }*/
    .rwd-side .language > a {
      padding-left: 0px;
    }
  }