@charset "utf-8";
/* CSS Document 
@import url("reset.css");
@import url("un-reset.css");*/

/*html5
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block;}*/

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
          margin:0;
          padding:0;
}

html,
body {
    height: 100% !important;
}

body{ 
  margin:0; 
  -webkit-text-size-adjust:none; 
  overflow-x:hidden; 
  background:#c6c3c3;
  font-family:'Microsoft jhenghei', Arial;
}

* p{
  margin-bottom: 0;
}

* :hover{
  transition: .5s
}

#wrapper{ 
  width: 100%;
  max-width: 1920px; 
  margin:0 auto;
}

.clear:after {
    content: "";
    visibility: hidden;
    display: block;
    font-size: 0;
    clear: both;
    height: 0;
}

* html .clear             { zoom: 1; } /* IE6 */
*:first-child+html .clear { zoom: 1; } /* IE7 */

img{ 
  vertical-align:middle; max-width: 100%
}

a{ 
text-decoration:none; 
font-family:Arial,'Microsoft jhenghei';
 }

div,a,p,span,tr,th,td,li,pre, { 
font-family:Arial,'Microsoft jhenghei';
 }

/*table { width: 100% }*/


/*======Placeholder======*/
input:focus::-webkit-input-placeholder { color:transparent; } 
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */ 
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */ 
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

textarea:focus::-webkit-input-placeholder { color:transparent; } 
textarea:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */ 
textarea:focus::-moz-placeholder { color:transparent; } /* FF 19+ */ 
textarea:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

/* WebKit browsers */
.usbox input::-webkit-input-placeholder,
.usbox textarea::-webkit-input-placeholder { 
    color: #737276;
}

/* Firefox browsers */
.usbox input input::-moz-placeholder,
.usbox textarea::-moz-input-placeholder { 
    color: #737276
}

/* IE */
.usbox input input::-ms-input-placeholder,
.usbox textarea::-ms-input-placeholder { 
    color: #737276
}

/* Opera */
.usbox input input::-o-input-placeholder,
.usbox textarea::-o-input-placeholder { 
    color: #737276
}



/* Overline From Center */
.nav_link>li>a{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);

    box-shadow: 0 0 1px rgba(0, 0, 0, 0);

    backface-visibility:hidden; /*隱藏*/
   -webkit-backface-visibility:hidden;  /* Chrome 和 Safari */
   -moz-backface-visibility:hidden;   /* Firefox */
   -ms-backface-visibility:hidden;  /* Internet Explorer */

    -moz-osx-font-smoothing: grayscale;  
}

.nav_link>li>a:before{
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    top: 0px;
    /* background-color: #eee1c9; */
    background-color: #c0bebe; 
    height: 4px;
  
    transition: left, right, 0.3s ease-out;
    -webkit-transition: left, right, 0.3s ease-out;
    -moz-transition: left, right, 0.3s ease-out;
    -ms-transition: left, right, 0.3s ease-out;
    -o-transition: left, right, 0.3s ease-out;
}

.nav_link>li>a.active:before,
.nav_link>li>a:hover:before{
    left: 0;
    right: 0;
}

/*Scroll樣式*/
.select_style { 
width: 99%; 
height:34px; 
overflow:hidden; 
background:url(../images/arrow.png) no-repeat 98% center; 
margin-top: 6px; 
border:1px solid #ccc;
margin-left: 0.5% }
 
.select_style select { 
display: block; 
padding:5px; 
background:transparent; 
width: 99%; 
font-size: 16px; 
border:none; 
height:34px; 
-webkit-appearance: none; 
/*for Webkit browsers*/ } 

/*卷軸*/
.test {
  /*background-color: #fcfbf9;
  overflow: scroll;
  overflow-y: hidden;
  width: 800px;*/

  /*background-color: transparent;*/
  overflow: hidden;
  overflow-y: hidden;
  /*width: 750px;*/
  width: 100%;
}

.test5::-webkit-scrollbar {
 width: 12px;
 height:12px;
}
 .test5::-webkit-scrollbar-track {
 background-color:#fcfbf9;
}
 .test5::-webkit-scrollbar-thumb {
 background-color: #dad9d9;
}

.test5::-ms-scrollbar {
 width: 12px;
 height:12px;
}
 .test5::-ms-scrollbar-track {
 background-color:#fcfbf9;
}
 .test5::-ms-scrollbar-thumb {
 background-color: #dad9d9;
}

.test5::-moz-scrollbar {
 width: 12px;
 height:12px;
}
 .test5::-moz-scrollbar-track {
 background-color:#fcfbf9;
}
 .test5::-moz-scrollbar-thumb {
 background-color: #dad9d9;
}

/*Scroll樣式 : 手機*/
.test {
  overflow: scroll;
  overflow-y: hidden;
  width: 100%;
  margin-left:0px;
}

/*IWARE FOOTER*/
.iware{
  display: inline-block;
  line-height: 20px;
  padding-top: 2px;
  color: #d9d9d9;
  font-size: 12px;
  font-weight: normal;
}

.iware a,
.iware b{
  font-size: 12px;
  font-weight: normal;
  color: inherit;
}

/*斷行*/
.proMenu figure b{
    width: 100%;
    height: 18px; /*高度*/
    line-height: 18px; /*行數*/
    overflow: hidden; /*隱藏*/
    text-overflow: ellipsis; /*點點點*/
    display: -webkit-box;
    -webkit-line-clamp: 1; /*行數*/
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

/*Animation的按鈕*/
.btn-detail{
    position: relative;
}

.btn-detail,
.btn-detail:hover{
  font-size: 16px;
    color: #929090;
    text-decoration: none;
}

.btn-detail::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 1px;
    background-color: #6c6c6c;
    transition: width .6s;
}

.btn-detail::after {
    content: '';
    position: absolute;
    top: -9px;
    left: -8px;
    width: 1px;
    height: 0;
    background-color: #6c6c6c;
    transition: height .6s;
}

.btn-detail:hover::before{
  width: calc(100% + 16px);
  box-shadow: 0 36px 0 0 #6c6c6c;
}

.btn-detail:hover::after{
  height: calc(100% + 16px);
  box-shadow: 80px 0 0 0 #6c6c6c;
}

.bk-full{
  position:relative;
  width: 100%;
  height:100%;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  overflow: hidden;
}
/*==============================================================================*/
.navbar-default{
  margin-bottom: 0;
}

.navbar-right>li>a{
  /*font-size: 1.5em;*/
  font-size: 18px;
  /*font-size: 1.3vmax;*/
}

.jumbotron{
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.carousel-control.left,
.carousel-control.right{
  background-image: none;
}

/*==============================================================================*/
header{
  background-color: #fff;
}

#top-header{
  position: relative;
  overflow: hidden;
}

#top-header::before{
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  background-color: #b8394e;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0px 3px 5px rgba(0,0,0,.3);
}

.nav-logo{
  display: inline-block;
  position: relative;
  margin-top: 20px;
}

/* = = */
.index-intro{
  padding: 10px;
  background-color: #eae8e8 !important;
  font-size: 18px;
  line-height: 1.8;
  color: #333333
}

.index-intro .item{
  font-size: 34px;
  margin-bottom: 10px;
}

.index-intro p{
  font-size: 18px;
  padding-right: 15px;
  font-weight: normal;
  margin-bottom: 30px;
}

/* = = */
.index-pro-intro{
  min-height: 800px;
  background-size: cover;
  background-image: url(../images/bk-full01.jpg);
}

.index-pro-intro .page-header{
  margin-bottom: 40px;
  padding-bottom: 15px; 
}

.index-pro-intro p.h1{
  font-size: 3em;
  font-weight: 500;
}

.index-pro-intro span{
  font-size: 2.5em;
  color: #29698E;
  text-transform: uppercase;
}

.index-pro-intro .col-sm-3{
  padding-left: 0;
  padding-right: 0;
}

.index-pro-intro .col-sm-3:nth-of-type(odd) .thumbnail{
  background-color: rgba(7, 53, 250, .49);
}

.index-pro-intro .col-sm-3:nth-of-type(even) .thumbnail{
  background-color: rgba(245, 246, 249, .25)
}

.index-pro-intro .thumbnail,
.index-pro-intro .thumbnail a{
  border-radius: 0;
  border-color: transparent;
  background-color: transparent;
}

.index-pro-intro .thumbnail{
  padding:3em 1.5em;
}

.index-pro-intro .thumbnail h2,
.index-pro-intro .thumbnail p,
.index-pro-intro .thumbnail a{
  color: #fff;
}

.index-pro-intro .thumbnail h2{
  font-size: 26px;
  margin-bottom: 10px;
  text-align: center;
}

.index-pro-intro .thumbnail p.text{
  min-height: 100px;
  font-size: 14px;
}

.index-pro-intro .thumbnail a{
  font-size: 18px;
  background-position: center;
  background-size: contain;
}

.index-pro-intro .col-sm-3:nth-of-type(odd) .thumbnail a{
  background-image: url(../images/index_pro_btn01.png);
}

.index-pro-intro .col-sm-3:nth-of-type(even) .thumbnail a{
  background-image: url(../images/index_pro_btn02.png);
}

.index-pro-intro .thumbnail p.text + p{
  margin-bottom: 0;
}

/* == */
.index-info,
.index-form{
  display: table;
  width: 100%;
  overflow: hidden;
}

.index-info-form,
.index-info-map{
  display: table-cell;
  width: 50%;
  vertical-align: top;
  overflow: hidden;
}

.index-info-form{
  background: #08a2fa;
}

.index-info .page-header{
  border-color: transparent;
}

.index-info .page-header .h1{
  font-size: 30px;
  color: #083477;
  font-weight: 400
}

.index-form label,
.index-form span{
  display: table-cell;
}

.index-form label{
  width: 70px;
  padding-top:5px;
  font-size: 16px;
  color: #4c4c4c;
  padding-left: 10px;
}

.index-form span{
  margin-left: 20px;
}

.index-form span > input{
  display: inline-block;
  border-radius: 0
}

.index-info-form form > div:nth-of-type(6) > .index-form .form-control,
.contact-info form > div:nth-of-type(6) > .index-form .form-control{
  width: calc(100% - 70px);
}

/*====*/
footer{
  padding: .5em;
  padding-top: .7em;
  color:#fff;
  font-size: 18px;
  line-height: 1.2;
  background: #282828
}

footer p{
  padding-right: 10px;
}

/*==*/
.btn-submit,
.btn-reset,
.btn-submit:hover,
.btn-reset:hover{
  border-radius: 0;
  color: #fff
}

.btn-submit{
  background: #053276
}

.btn-reset{
  background: #0a62e9
}


/*=====================內頁====================*/
#main_wrapper{
  background: #fff
}

.main-content{
  float: left;
  width: 100%;
  overflow: hidden;
}

.main-title{
  float: left;
  width: 100%;
  color:#55402f;
  margin-top: 10px;
  margin-bottom: 10px
}

.carousel-inner .bk-full{
  background-position: center;
  height: 300px
}

.main-banner{
  position: relative; 
}

.main-banner::before{
  content: '';
  display: inline-block;
  width: 100%;
  height: 4px;
  background: #0f90dc;
  position: absolute;
  top:0;
  left: 0;
  z-index: 2;
}

/*====*/
.about-text{
  line-height: 2;
  font-size: 20px;
}

.about-text ul,
.about-text ul > li > ol{
  margin-top: 50px;
}

.about-text ul > li{
  color: #007516;
  font-size: 1.3em;
  margin-bottom: 80px;
}

.about-text ul > li i{
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
  margin-right: 5px;
}

.about-text ul > li p{
  color: #000;
  font-size: .875em;
  padding-top: 20px;
}

.about-text ul > li > ol > li{
  padding: 1em;
}

/*====*/
.pro-box a,
.pro-box a:hover{
   text-decoration: none;
}

.bg-skyblue{
  padding-top: 15px;
  background: #0f90dc
}

.pro-box .container + div{
  margin-bottom: 30px;
}

/*First*/
.pro-inline{
  width: 100%;
}

.pro-inline>li>a,
.pro-inline>li>a:hover{
  color: #374379;
  font-size: 24px;
}

.pro-inline>li>a:hover,
.pro-inline>li>a.active{
  color: #b9b1ab
}

/*Second*/
.pro-sub-inline{
  margin-left: 30px;
}

.pro-sub-inline>li>a{
  font-size: 22px;
  color: #fff;
  font-weight: 600
}

.pro-sub-inline>li>a:hover,
.pro-sub-inline>li>a.active{
  color: #374379
}

.pro-inline>li::before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-top: -10px;
  margin-right: 10px;
  width: 15px;
  height: 15px;
  background: #b9b1ab;
  border-radius: 50%
}

/*列表圖*/
.pro-list{
  display: table;
  width: 100%;
  border-radius: 12px;
  border-color: #dbdbdb;
  border-width: 6px;
  padding: 0;
  background: #fdfafa;
  text-align: center;
}

.pro-list .img{
  display: table-cell;
  vertical-align: middle;
}

.pro-list .img img{
  max-width: 100%
}


/*====*/
.contact-info{
  font-size: 16px;
  line-height: 2;
  margin: 30px 0;
}

.contact-info b{
  position: relative;
  float: left;
  width: 100%;
  font-size: 1.3em;
  margin-bottom: 30px;
}

.contact-info b::before{
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background: #E31F1F;
  position: absolute;
  bottom: -5px;
  left: 0
}

.contact-info p{
  color: #545151
}

.contact-info i{
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
}

.contact-info > div > div:nth-of-type(2) .row{
  background: #fff;
  padding: 15px;
  box-shadow: 0px 0px 10px rgba(0,0,0,.2);
}

.contact-info input[type="text"],
.contact-info textarea,
.contact-info input[type="text"]:focus,
.contact-info textarea:focus{
  border:none;
  border-radius: 0;
  box-shadow: none;
  background: rgba(238, 238, 238, .6);
  outline: none;
  transition: .5s
}

.contact-info input[type="text"]:focus,
.contact-info textarea:focus{
  background: rgba(238, 238, 238, 1);
}

.contact-info > div > div:nth-of-type(2){
  margin-top: 10px;
}


/*================RESPONSIVE WEBSITE================*/
@media screen and (min-width: 1001px) {
  .navbar-right>li::after{
    content: '/';
    display: inline-block;
    font-size: 20px;
    position: absolute;
    top: 50%;
    right: -5px;
    transform: translateY(-60%);
  }

  .navbar-right>li:last-child::after{
    display: none;
  }  

  .navbar-right>li{
    padding-left: 1em;
    padding-right: 1em;
  }

  #top-header{
    padding-top: 10px;
  }

  /* = = */
  .index-intro{
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .index-info-form{
    padding: 0 2em;
  }

  .index-info-map .embed-responsive-4by3{
    padding-bottom: 62%;
  }

  /*====*/
  footer{
    padding: 1em;
    padding-bottom: .5em;
  }

  footer p{
    display: inline-block;
  }

  .footer-ad{ text-align: center; }
  .footer-iware{
    text-align: right;
    padding-right: 115px;
  }

  .contact-info > div > div{
    margin-bottom: 50px
  }

  .contact-info > div > div:nth-of-type(1){
    margin-top: 58px;
  }

  .contact-info > div > div:nth-of-type(2){
    margin-top: 63px;
    padding-right: 10px;
  }

  /*列表圖*/
  .pro-list{
    height: 500px;
  }

  /*First*/
  .pro-inline{
    margin:10px 0 20px 10px;
  }

  .pro-inline{
    display: table;
    overflow: hidden;
  }

  .pro-inline>li{
    display: table-cell;
    vertical-align: middle;
  }

  .pro-inline>li,
  .pro-sub-inline>li{
    padding: 0 2em
  }
  
}

@media screen and (max-width: 1400px){
  #top-header > nav > .container{
    width:100% 
  }
}



@media screen and (max-width: 1000px){

.navbar-header{
  height: 100px !important
}

.navbar-default{
  margin-bottom: -30px
}

.navbar-right{
  margin:10px 0 30px 0;
} 

.navbar-right>li{
  padding-top: 5px;
  border-bottom: #eee 1px dashed;
}

.navbar-right>li>a{
  padding-left:0 
}

.nav-logo{
  width: 300px;
  margin-top: 30px;
}

/* = = */
.index-intro .item{
  font-size: 1.3em;
}

.index-intro p{
  font-size: .9em;
  margin-bottom: 5px;
}

.index-pro-intro{
  padding-top: 0;
  padding-bottom: 0;
}

.index-pro-intro .page-header{
  margin-bottom: 10px;
}

.index-pro-intro p.h1 {
    font-size: 2em;
}

.index-pro-intro span{
  font-size: 1.5em;
}

/* == */
.index-form label,
.index-form span{
  display: block;
}

.index-form span{
  margin-left: 0;
}

.index-info-form,
.index-info-map{
  display: block;
  width: 100%;
}

.index-info-form .page-header{
  margin: 0;
  padding-left: 5px;
}

.index-form label{
  width: 60px;
  padding-left: 0;
}

/*====*/
 footer{
  font-size: 1em;
 }

 footer p{
  margin-bottom: 8px;
 }

/*====================================================*/
.main-content{
  padding-left: 5px;
  padding-right: 5px;
}

.main-title .h1{
  font-size: 1.8em;
}

.main-title .h1::after{
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
  width: 100px;
  height: 1px;
  margin-left: 10px;
  background-color: #DE2626;
}

.carousel-inner .bk-full{
  background-size: 1250px;
  background-position: 70%;
  height: 180px
}

/*====*/
.about-text ul > li{
  margin-bottom: 1.5em;
}

.about-text ul > li > ol > li{
  padding: 0;
  margin-bottom: 0;
}

.contact-info{
  margin-top: 5px;
  padding-left: 0;
}

.contact-info > div > div:nth-of-type(2){
  width: 95%;
  margin-left: 10px;
}

/*Second*/
.bg-skyblue{
  margin-top: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pro-inline,
.pro-sub-inline{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: 0;
  margin-bottom: 0;
}

.pro-inline>li{
  flex: 1 0 50%;
  padding-bottom: 15px;
}

.pro-sub-inline>li{
  flex: 1;
  text-align: center;
}

.pro-inline>li>a,
.pro-inline>li>a:hover,
.pro-sub-inline>li>a,
.pro-sub-inline>li>a:hover{
  font-size: 1.2em;
}

.pro-inline>li::before{
  width: 5px;
  height: 5px;
  margin-top: -2px;
}


/*==*/
.mobile-btn{
  position: fixed;
  right: 0;
  z-index: 20;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
}

.mobile-btn .icon-bar{
  margin-left: -2px;
}

.mobile-modal{
  position: fixed;
  top: 0;
  left: 5px;
  width: 100%;
  height: 100vh;
  z-index: 16;
  background: rgba(0,0,0,.85);
  margin-left: 0;
  overflow: hidden;
}

.mobile-modal ul{
  width: 99%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.mobile-modal ul li{
  width: 100%;
  padding: 5%;
  text-align: center;
  border-bottom: none;
}

.mobile-modal ul li a{
  font-size: 2.5em;
  color: #fff !important
}

.mobile-pro-btn{
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 10px;
}

.mobile-pro-btn a,
.mobile-pro-btn a:hover,
.mobile-pro-btn a:focus{
  position: relative;
  border:none;
  border-top: #eee 1px solid;
  border-bottom: #eee 1px solid;
  border-radius: 0;
  background: #fff;
  margin-top: 10px;
  text-align: left;
}

.mobile-pro-btn a > i{
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

}


@media screen and (max-width: 400px) {
  .index-pro-intro .col-xs-6{
    width: 100%;
  }

  .index-pro-intro .thumbnail p.text {
    min-height: auto;
    text-align: center;
  }

  .index-pro-intro .thumbnail {
    padding: .8em .5em;
    padding-top: 1.6em;
    margin-bottom: 0;
  }

  /*========================================*/
  .carousel-inner .bk-full{
    background-size: cover;
    height: 100px
  }
}
