/*phone icon*/
.phone{position:fixed;right:1%;top:20%;z-index:1000}
/*line icon*/
.line-1{position:fixed;right:1%;top:35%;z-index:1000}
/*google icon*/
.fb{position:fixed;right:1%;top:50%;z-index:1000}


/*圓點標題*/
.t-1 h3 {
  color: #282864;
  font-size: clamp(1.0rem, 3vw, 1.8rem); 
  line-height:1.5;
  font-weight: bold;
}
.t-1 h3::before { 
    content: '';
    display: block;

    height: 3rem;
    width: 3rem;
    background-color: #8ba8ff;
    border-radius: 100%;
    margin-left: -10px;
    margin-bottom: -3rem;
    z-index: -1;
}

h3 { 
color: #0045d0;
}


/*了解更多*/
.bg-icon1  {
  margin-left: auto; 
  margin-right: auto;
  transition:.3s all ease;
  padding: 5px 20px;
  color: #af9d6f;
  text-align: center;
  font-size: 18px;
   border: 1px solid #b9b9b9;
  border-radius: 20px;
}

.bg-icon1:hover  {
  background-color: #af9d6f; 
  color: #fff;
}

.bg-icon1 a { color:#fff;}


/*產品*/  
.service-item2 li {
            background-color: #f8f9fa;
            border-radius: 8px;
            padding: 10px 20px;
            transition: all 0.3s ease-in-out;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            margin-bottom: 20px;
}
.service-item2  li:hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.service-item2  {
            margin-bottom: 10px;
 }

/*服務項目*/ 
.service-item h2 {  
  position: relative;
  color: #282864; 
  font-size: 25px;
 margin: 10px 10px 10px 0px;
  
}

.service-item h2:before {
   position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 50px;
  height: 50px;
  background-color: #8ba8ff;
  border-radius: 50%;
  z-index:-1;
}

.service-item h2:after {
position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px #282864;
}


.service-item ul {  
  color: #000; 
  font-size: 18px;
  list-style-type: disc;/*disc實心 ecimal 數字*/
  margin-left: 1em;
}


.topnavbar .container {
  text-align: center;
}

.topnavbar .container {
  font-size: 0;
  padding:0px;
}

#logo h1 {
    height: 70px;
}


@media only screen and (max-width: 768px){
  .pc {  display:none;}
}  
  
.topnavbar {
    background-color: #fff;/*頁籤底圖顏色;background-color: rgba(255,255,255,0);透明Transparent*/
    position: relative;/*relative 頁籤&banner分開不重疊;頂置 fixed;*/
    padding: 0;/*頁籤間距*/
}

#nav {
  vertical-align: bottom;
}


#nav ul li a {
    font-size:16px;/*頁籤文字大小*/
    color: #333;/*頁籤文字顏色*/
    letter-spacing:1px;
    padding: 10px 10px;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    line-height: 1.3;
    transition: .3s;
  vertical-align: bottom;
}

#nav ul li a:hover  {
    background-image: linear-gradient(to top, #0045d0, #fff);
    color: #fff;/*頁籤滑過文字顏色*/
 
}

#nav ul li.current a {
    color: #0c1f45;/*頁籤按下後文字顏色*/
}
/*頁籤按鈕上底線滑入特效-底線短*/

#nav .subnav {
    background-color: #fff;/*次頁籤底色*/
    max-width: 400px;/*次頁籤背景最大寬度*/
}


#nav li.has-subnav ul li a:hover {
   color: #fff;/*次頁籤滑過後文字顏色*/
   background-color: #1b44cb;
}


/* 商品格*/
ul.product-list li a { 
  color: #fff;
  background-color: #1b44cb;
}
ul.product-list li a:hover { color: #fff;}

body[data-type="fullpage"] .product-list-div h2 a.show-all {
    color: #ffffff;
    background: #1b44cb;
    transition-property: left, color;
    padding: 0px 20px;
}

body[data-type="fullpage"] .product-list-div h2 a.show-all:hover {
    color: #ffcb00;
}

.product-list-div h2 {  text-shadow: 0 0px 0 #fff;}

body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}

body[data-type="fullpage"] #product-header.main {
      min-height: auto;/*產品-編輯框不設定高*/
}

body.about-us .h1title {display:none;}

body.about-us .fcol.fcol-2 {
   border-top-style:solid;
  border-top-color:#3366ff; 
  background-color:#e5e5e5;
}

#bodyinhome .fcol.fcol-3 .container, body.about-us .fcol.fcol-2 .container, body.about-us .fcol.fcol-3 .container { width: 100%; padding:0px;}

#bodyinhome .fcol.fcol-4, body.about-us .fcol.fcol-4 {  display:none;}

body.about-us .fcol.fcol-5 {  
  background: linear-gradient(135deg, transparent 600px,#191919 600px, #3b75cd 100%); 
  background-color: #191919;
  padding: 5rem 0;
}

#bodyinhome .fcol.fcol-6, body.about-us .fcol.fcol-6 {
 /*background-attachment: fixed; /*fixed固定背景; scroll捲動背景*/
   background-repeat: no-repeat;
   background-position: 50% 10%;
   background-size: cover;/*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
   background-image: -webkit-linear-gradient(top, rgba(17,71,106,0.6) 0% ,rgba(17,71,106, 0.6) 100%) , url(https://static.iyp.tw/409640/files/e76aed2a-cd0d-4353-bebe-e718159bf188.jpg);
   padding: 5rem 0;
}



/*title文字顏色*/
.h1title {
    color: #0045d0;
}

a {
    color: #00b7ee;/*連結顏色*/
    text-decoration: none;
}

/* 首頁與內頁共用 */
.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
}

.swiper-slide {
  width: 100% !important;
}

/* 首頁 */
#bodyinhome .swiper-wrapper, #bodyinhome .swiper-slide {
  padding-bottom: calc(700 / 1920 * 100%); /* 首頁 banner 大小 */
}

/* 內頁 */
#bodyinpage .swiper-wrapper, #bodyinpage .swiper-slide {
  padding-bottom: calc(700 / 1920 * 100%); /* 內頁 banner 大小 */
}

/* 消除空白*/
body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}

/* 內頁消除空白*/
body.about-us .fcol.fcol-header .container {
    padding: 0px;
} 



body {
  font-family: 'Noto Sans TC', sans-serif;
   color: #000;/*背景底色*/
}

#main-wrap {
    font-size: 18px;
}

#footer {
    background-color: #1d3898;
    color:#fff;
}

/*產品介紹下面連結*/
figure.snip1249 {
  position: relative;
  overflow: hidden;
  margin: 0 auto 0;
  min-width: 150px;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      display: flex;
    flex-direction: column;
    justify-content: space-between;
}
figure.snip1249 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

figure.snip1249 h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #0045d0;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
}
figure.snip1249 p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: justify;
  line-height: 1.5;
  /*限制內容字數*/
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;/*限制行數*/
}
figure.snip1249 figcaption {
  padding: 5px 20px;
    color: #000000;
    position: relative;
    font-size: 0.9em;
    display: flex;
    flex-direction: column;
}

figure.snip1249 .btn-more {
border: 1px solid #0045d0;
    padding: 0.4em 0.6em;
    color: #0045d0;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    margin: 10px 20px;
    text-align: center;
    letter-spacing: 5px;
}

figure.snip1249:hover .btn-more {
  background-color: #0045d0;
  color: #fff;
}
figure.snip1249 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}



/*圖片輪播*/
.owl-carousel.owl-theme {
  padding: 0 1rem 2rem;
}
.owl-carousel.owl-theme .owl-nav {
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}
.owl-carousel.owl-theme .owl-dots {
  bottom: 0;
}
.owl-carousel.owl-theme button:focus {
  outline: none;
}
.owl-carousel.owl-theme .owl-nav,
.owl-carousel.owl-theme .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
}
.owl-carousel.owl-theme .owl-nav .owl-prev {
  float: left;
  transform: translateX(-100%);
}
.owl-carousel.owl-theme .owl-nav .owl-next {
  float: right;
  transform: translateX(100%);
}
.owl-carousel.owl-theme .owl-nav .owl-prev:hover,
.owl-carousel.owl-theme .owl-nav .owl-next:hover{
  background: none;
  color: inherit;
}
.owl-carousel.owl-theme .owl-nav .fa{
  font-size: 3em; /*箭頭大小*/
}

.editmode .owl-carousel.owl-loaded {
  display: flex;
  flex-wrap: wrap;
}
.editmode .owl-carousel > div {
  flex: 0 0 25%;
  max-width: 25%;
}


/*table-透明底-內陰影*/
#frame_c {
  border-radius:10px;
box-shadow: inset 10px -1px 50px 4px #DEDEDE,-1px 34px 26px -23px #A6A6A6;
-webkit-box-shadow: inset 10px -1px 50px 4px #DEDEDE,-1px 34px 26px -23px #A6A6A6;
-moz-box-shadow: inset 10px -1px 50px 4px #DEDEDE,-1px 34px 26px -23px #A6A6A6;
-o-box-shadow: inset 10px -1px 50px 4px #DEDEDE,-1px 34px 26px -23px #A6A6A6;
  background: #fff;
}