html,
body {
  width: 100%;
  height: 100%;
}
/* @import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css); */
/* @import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css); */

/*CSS RESET*/
a img{border: 0;}

:focus {outline: 0;}

a{ text-decoration:none;
 outline: none; /* for Firefox Google Chrome  */
 behavior:expression(this.onFocus=this.blur()); /* for IE */
 cursor:pointer;
}
/*去除連結虛線框*/
/*將影像及欄位集的邊框歸零*/
img, fieldset {
  border: 0;
}
a:hover{text-decoration:none; }
input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
	
h1, h2, h3, h4, h5, h6{ font-size:100%; font-weight:normal;}	
*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin:0;padding:0
}
ul, ol{list-style:none;}
  
/*CSS END RESET*/
body {
	font-family: 'cwTeXYen',"微軟正黑體", 'Arial', 'sans-serif';
  
}


hr {
  max-width: 71px;
  margin: 25px auto;
  border-width: 5px;
  border-color: #418bec;
}

hr.light {
  border-color: white;
}


#mainNav {
  border-color: rgba(34, 34, 34, 0.05);
  background-color: white;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;

  letter-spacing: 1px;
}

#mainNav .navbar-brand {
  color: Red;
  letter-spacing: 1px;
  background:url(../static/img/logo.png) no-repeat left center;
  background-size:33px;
  padding-left:40px;
  
}



#mainNav .navbar-toggler {
  font-size: 12px;
  padding: 8px 10px;
  color: #222222;
}

#mainNav .navbar-nav > li > a {
  font-size: 16px;
 
}

#mainNav .navbar-nav > li > a.active {
  color: #418bec !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li > a.active:hover {
  background-color: transparent;
}

#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
  color: #222222;
}

#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
  color: #418bec;
}

.btn-go-line img{ max-width:197px; }

.language{
	display: inline-block;
    padding: .2rem .5rem;
	margin-top:5px;
	background:#000;
	border-radius:50px;
	opacity:0.5;
	color:#ccc !important;
}
.language.on{opacity:1; color:#418bec !important;}
#mainNav.navbar-shrink .navbar-nav > li > a.language{color:#ccc;}


@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: rgba(255, 255, 255, 1);
  }
  #mainNav .navbar-brand {
    color: fade(white, 70%);
  }
 
  #mainNav .navbar-nav > li > a,
  #mainNav .navbar-nav > li > a:focus {
     color: rgba(0, 0, 0, 1);
  }
  #mainNav .navbar-nav > li > a:hover,
  #mainNav .navbar-nav > li > a:focus:hover {
    color: darkred;
  }
  #mainNav.navbar-shrink {
    border-color: rgba(34, 34, 34, 0.1);
    background-color: white;
	  border-bottom: 1px solid #ececec;
  }
  /*#mainNav.navbar-shrink .navbar-brand {
    color: #222222;
  }*/
  #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
    /*color: #fdcc52;*/
  }
  #mainNav.navbar-shrink .navbar-nav > li > a,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus {
    color: #222222;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a:hover,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
    color: #418bec;
  }
}

header.masthead {
  position: relative;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 100px;
  color: white;
  background: url("../img/banner-bg.jpg") center;
  background-size:cover;
}

header.masthead .header-content {
 
  margin-bottom: 100px;
  text-align: center;
  font-family:"微軟正黑體", "Microsoft JhengHei", Arial, Verdana, sans-serif;
}

header.masthead .header-content h1 {
  font-size: 50px;
  font-weight:700;
  color:#fff;
}
header.masthead .header-content h2 {
  font-size: 25px;
  color:#e8e8e8;
  line-height:1.5em;
  margin-bottom:24px;
}

/*-----------*/
.container article{
  width:100%; 
  text-align:center; 
  margin-bottom:25px;
}
/*產品標題*/
.product-article{ 
    color:#000; 
    font-size:25px; 
    font-weight:700; 
    height:50px; 
    width:248px;
    line-height: 40px;
    /*transform:skewX(-20deg);*/
    text-align:center;
    display: inline-block;
    z-index: 0;
    margin-top:30px;
}

.product-article:after{ 
  content:""; border:2px solid #418bec;display: inline-block;
  height:50px; width:248px;
  position:absolute;
  z-index: -2;
  left: 5px;
  top: 5px;
}
.product-article strong{transform:skewX(20deg); display:inline-block; font-weight:400;}

.bg-1{ 
  width:100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f3f4f3+100 */
  background: #ffffff; /* Old browsers */
  padding:30px 0 50px;
  border: 1px dotted grey;
}
.bg-2{ 
  width:100%;
  background-color: rgba(0, 0, 0, 0.2);
  padding:0 0 40px;
  position:relative;
}
.btn-watch{ 
  background:#f96438 url(../img/icon-arrow.png) no-repeat 92% center; 
  border-radius:50px; height:42px; 
  font-size:18px; 
  padding-right:40px; 
  padding-left:19px;  
  background-size:20px; 
  color:#fff; 
  display:inline-block; 
  line-height: 42px; 
  margin-bottom:11px;
}
.btn-watch:hover{ background:#f22111 url(../img/icon-arrow.png) no-repeat 92% center;  background-size:20px; }

.p-title{ font-size:20px; font-weight:700; margin-bottom:30px;}
.p-content{ line-height:1.5em;}

.bg-2 .p-title, .bg-2 .p-content{ color:#000;}

.bg-2 .product-article:before {
    border: 2px solid #fff;
    background: #fff;
}
/*-----------*/
.myCarousel .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
	background:#fff;
}
.myCarousel .carousel-indicators > li img { opacity: 0.5;}
.myCarousel .carousel-indicators > li.active img {
   opacity: 1;
	border: 1px solid #000;
}

.myCarousel .list-inline {
    white-space:nowrap;
    /*overflow-x:auto;*/
}

.myCarousel .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
}

.carousel{ max-width: 558px;}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    
}
.carousel-control i{ top:48%; position:absolute;}
.carousel-control.left {
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.2)),to(rgba(0,0,0,.0001)));
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.2) 0%,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.2) 0%,rgba(0,0,0,.0001) 100%);
    background-image: linear-gradient(to right,rgba(0,0,0,.2) 0%,rgba(0,0,0,.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.left i{ left:0;}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.2)));
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.2) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.2) 100%);
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.2) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control.right i{ right:0;}
/*---thumb----*/
.carousel-indicators {   
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 55%;
    margin-left: 15%;
    margin-top: 5px;
}
/*-----------*/
.tag{ color:#0a7fd9;}
.note{ color:#909396;}
.note strong, .tag strong{ font-weight:400;}


/*------------------*/
.process{ padding:70px 0 40px;}
.section-heading{ 
  font-size:60px; 
  color:#000; 
  width:100%; 
  text-align:center;
}
.process h5{ font-size:30px; color:#000;}
.process h5 i{ width:60px; height:60px; background:#418bec; border:5px solid #333; font-style:normal; display:inline-block; margin-right:15px;
border-radius:50%; text-align:center; line-height:50px;}
.process p{ line-height:1.5em; font-size:18px; margin-bottom:29px;}
.process p a, .card-body a{color:#418bec;}
.hint{ border-top: 2px dashed #d2d2d2; padding-top:15px;}
.think-word{ font-size:48px; color:#f96438; margin-right:15px; margin-top:10px;}
.btn-go {
    background: #f96438;
    border-radius: 50px;
    height: 42px;
    font-size: 18px;
  
    padding: 0 19px;
    background-size: 20px;
    color: #fff;
    display: inline-block;
    line-height: 42px;
    margin-bottom: 11px;
}
.btn-go:hover{ background:#f22111; }
/*----------------------*/
footer {
  padding: 30px 0 20px;
  color: #a9a9a9;
  background-color: #2f2f2f;
  border-top:7px solid #a0a0a0;
}

footer h4{ margin-bottom:25px; font-size:40px;  text-align:center;}
footer ul{ 
  width:100%;
}
footer ul li{
  padding-left:75px; 
  height:65px; 
  margin-bottom:16px; 
  display:inline-block; 
  line-height:65px; 
  margin-right:26px; 
  width:30%;
}
footer ul li a{padding-bottom:5px; border-bottom:1px solid #a9a9a9; color: #a9a9a9;}
.email{ background:url(../img/icon-email.png) left center no-repeat; background-size:60px;  }
.tel{background:url(../img/icon-tel.png) left center no-repeat; background-size:60px;  }
.fax{background:url(../img/icon-fax.png) left center no-repeat; background-size:60px;  }
.line{background:url(../img/icon-line.png) left center no-repeat; background-size:60px;  }
.fb{background:url(../img/icon-fb.png) left center no-repeat; background-size:60px;  }

.email a, .tel a{color:#fd5f11; border-bottom-color:#fd5f11;}
.line a{color:#00c500; border-bottom-color:#00c500;}

footer section{ line-height:1.6em;}

.f-bottom{ margin-top:25px;     display: flex;}
.f-bottom span{ display:inline-block;}
.copyright{ margin-left: 25px; color:#666;}

.gps img{ width:16px; height:auto; vertical-align:middle;}
.mobile{ display:none;}

/*==============視窗<1024================*/
@media only screen and (max-width:992px){  
  .language{ 
    min-width:50px; 
    margin-right:10px; 
    text-align:center;
  }
}
/*==============視窗<1024================*/
@media only screen and (max-width:1024px){  

  footer h4{ font-size:20px;}
  header.masthead .header-content h1{ font-size:30px;}
  header.masthead .header-content h2{font-size:20px;}
  .section-heading{ font-size:40px;}
  .process {
      padding: 40px 10px 20px;
  }

  .think-word{ font-size:20px; margin-top:40px; display:inline-block; margin-bottom:10px;}

  footer ul {
  text-align: center;
  }
  footer ul li {
    width:40%; margin-right:0;text-align:left;
  }

}
/*==============視窗<600================*/
@media only screen and (max-width:600px){  
  .pc{ display:none;}
  .mobile{ display:block;}
  .accordion {width:100%;}
  .accordion .card-header:after {
      font-family: 'FontAwesome';  
      content: "\f068";
      float: right; 
  }
  .accordion .card-header.collapsed:after {
      /* symbol for "collapsed" panels */
      content: "\f067"; 
  }

  footer ul li{padding-left:25px; height:20px; margin-bottom:20px; display:inline-block; line-height:20px; margin-right:0; width:100%;}

  .email{ background:url(../img/icon-email.png) left center no-repeat; background-size:20px;  }
  .tel{background:url(../img/icon-tel.png) left center no-repeat; background-size:20px; }
  .fax{background:url(../img/icon-fax.png) left center no-repeat; background-size:20px;  }
  .line{background:url(../img/icon-line.png) left center no-repeat; background-size:20px;  }
  .fb{background:url(../img/icon-fb.png) left center no-repeat; background-size:20px;  }
  footer h4 { font-size: 18px;}
  .section-heading{ font-size:40px;}
  .f-bottom{flex-direction: column;}
  .copyright{ margin-left: inherit; margin-bottom:75px; font-size:12px;}
}
/*=============gototop================*/
.gototop {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-family: verdana;
  text-align: center;
  background: green;
  color: #fff;
  position: fixed;
  bottom: 20px;
  right: 30px;
  opacity: 70%;
  border-radius: 10%;
  text-decoration: none;
  cursor: pointer;
  /*先隱藏*/
  display: none;
}
.gotocart {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-family: verdana;
  text-align: center;
  background: orangered;
  color: #fff;
  position: fixed;
  bottom: 80px;
  right: 30px;
  opacity: 70%;
  border-radius: 10%;
  text-decoration: none;
  cursor: pointer;
  /*先隱藏*/
  display: none;
}
/*====產品標題======*/
.ProductArticlePadding
{
  padding:50px;
}

/*=====FatFooter區=====*/
.FatFooter {
  background: gray;
  overflow: hidden;
  position: relative;
  padding-bottom: 60px;
}

.FatFooter nav {
    clear: both;
    color: #fff;
    overflow: hidden;
    display: block;
    position: relative;
    padding: 60px 20px;
    margin: 0px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.FatFooter nav ul {
  list-style: none;
  margin: 0;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.FatFooter nav ul li {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  line-height: 2.6em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.FatFooter nav ul li a {
  color: #DDD;
  background: rgba(0,0,0,0.4);
  text-align: center;
  font-size: 1.25em;
  line-height: 1.65em;
  display: block;
  font-weight: bold;
  padding: 1% 5%;
  min-width: 200px;
}
.FatFooter nav ul li ul {
  padding: 0;
  margin-top: 5px;
  overflow: hidden;
}
.FatFooter nav ul li ul li {
  display: block;
  margin: 0;
  padding: 5px 0;
  border: none;
  background: none;
  width: 100%;  
}
.FatFooter nav ul li ul li a {
  display: block;
  color: #f7f7f7;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  font-size: .938em;
  font-weight: normal;
  line-height: 1.4em;
  padding: 3px 8px;
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: none;  
}
    