.phone{position:fixed;right:1%;top:45%;z-index:1000}
.line-1{position:fixed;right:1%;top:60%;z-index:1000}
.fb{position:fixed;right:1%;top:75%;z-index:1000}

.topnavbar .container {
  text-align: justify;
  background-color: #43A047;
  padding: 10px 0 0 0;
}

.topnavbar .container::after {
  display: inline-block;
  width: 100%;
}

body {
    background-color: #fff;/*背景底色*/
}

/*編輯欄設定*/
.fcol p{
    font-size: 18px;/*文字大小*/
    color: #000000;/*文字顏色*/
    line-height: 1.6;
}
@media only screen and (max-width: 768px){
.fcol p{
    font-size: 16px;/*螢幕寬度768px內文字大小*/
}}

body[data-type="fullpage"] #product-header.main {
      min-height: auto;/*產品-編輯框不設定高*/
}
/*編輯欄設定*/

@media only screen and (min-width: 768px){
.topnavbar {
    background-color: #43A047;/*頁籤底圖顏色;background-color: rgba(255,255,255,0);透明Transparent*/
    position: relative;/*relative 頁籤&banner分開不重疊;頂置 fixed;*/
    height: 100px;
    padding: 0;/*頁籤間距*/
}}


#nav ul li a {
    font-size: 1.0rem;/*頁籤文字大小*/
    color: #ffffff;/*頁籤文字顏色*/
    padding: 10px 30px;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
}

#nav ul li a:hover  {
    color: #FFFF8D;/*頁籤滑過文字顏色*/
}
#nav ul li.current a {
    color: #FFFF8D;/*頁籤按下後文字顏色*/
}

#nav .subnav {
    background-color: #388E3C;/*次頁籤底色*/
    max-width: 400px;/*次頁籤背景最大寬度*/
}

#nav li.has-subnav ul li.has-subnav>div a::after, #nav>ul>li.has-subnav>a::after {
    padding-left: 2px;/*下拉選單箭頭距離*/
}

ul.product-list li a {
    color: #2276d2;/*產品格文字顏色*/
    background-color: #ddd;/*產品格底色*/
}
ul.product-list li a:hover {
    color: #2276d2;/*產品格滑過文字顏色*/
}


/*title文字顏色*/
.h1title {
    color: #388e3c;
}

a {
    color: #43a047;/*連結顏色*/
    text-decoration: none;
}

.swiper-container {
  height: auto !important; /* 將容器預設的高拿掉 */
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(750 / 1920 * 100%); /* 自定響應式圖片高度 */
}

.swiper-slide {
  width: 100% !important; /* 強制圖片寬度隨容器變更 */
}

/* 首頁各層編輯欄背景*/

body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}


body.about-us .fcol.fcol-2{   
   background: url(https://static.iyp.tw/41595/files/84be4ec1-a4af-4d83-a51a-9dd1dd02ed1c.jpg) 100% 0 / cover no-repeat;
    position: relative;
    overflow: hidden;
    background-position: left top;
}

body.about-us .fcol.fcol-3{   
   background-color: #31271b;
}

body.about-us .fcol.fcol-3 .container{   
   width: 100%;
}

body.about-us .fcol.fcol-4 {
   display: none;
}
body.about-us .fcol.fcol-5 {
   display: none;
}
body.about-us .fcol.fcol-6 {
   display: none;
}


/*表格按鈕-文字底色變化特效*/
button1 {
    margin: 0px;
}
.btn-1 {
    border: 2px solid #388e3c;/*表格按鈕框線樣式*/
    color: #333;
}
.btn-1:hover{
    background-color: #388e3c; /* 當滑鼠經過時按鈕表格底色變化 */
    color: #fff;/* 當滑鼠經過時按鈕表格文字變化 */
}
.custom-btn {
    padding: 5px 20px;
    font-size: 16px;
    font-family: Arial,微軟正黑體; 
    font-weight: 500;
    background: transparent;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}/*表格按鈕-文字底色變化特效*/


/*cod-陰影框*/
.frame-1 {
  width:100%;
  margin-right: 6px; margin-bottom: 10px;
  background-color: #fff;
  border-radius: 15px; box-shadow: 3px 3px 18px 0px rgba(180, 180, 180, 0.30); 
}