@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Heebo:900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300&display=swap');
/*boostrap 符號*/
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') 
  format('embedded-opentype'), 
  url('../fonts/glyphicons-halflings-regular.woff') format('woff'), 
  url('../fonts/glyphicons-halflings-regular.ttf') format('truetype');
}

body{
	font-family: 'Noto Sans TC',\5FAE\8EDF\6B63\9ED1\9AD4,\65B0\7D30\660E\9AD4, Helvetica, Arial, sans-serif;
}
/*HEADER*/
#mainNav {
  background-color: #172a88;
  box-shadow: 1px 1px 4px 0px #fff;
}

#mainNav .navbar-toggler {
  font-size: 30px;
  right: 0;
  padding: 0;
  text-transform: uppercase;
  color: white;
  border: 0;
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #fec503;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 18px;
  font-weight: 400;
  padding: 0.75em;
  letter-spacing: .5px;
  color: #fff;
}

#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #faee00;
}

.logo-size{
  width: 40%;
  display: none;
}

.logo-size-w{
  display: inline-block;
}

.index-box{
  position: relative;
  overflow: hidden;
}

.indexab-bg{
  background: url(../img/indexab-bg-mo.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding: 15px;
}

.indexpr-bg{
  background: url(../img/indexpr-bg-mo.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding: 15px;
  text-align: center;
}

.indexn-bg{
  background: url(../img/indexn-bg-mo.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding: 15px;
}

.indexab-bg h1,.indexpr-bg h1{
  font-size: 30px;
}

.navbar-brand {
  width: 80%; 
}

/*VIEW-MORE BTN*/
a.viewmore,a.viewmore-ctr{
  display: inline-block;
  width: 200px;
  padding: 10px 15px;
  color: #fff;
  border:1px solid #fff; 
  text-align: center;
  position: relative;
  transition: all .5s ease;
}

a.viewmore-ctr {
    display: block;
    margin: 2em auto;
    margin-bottom: 0;
    width: 100%;
}

a.viewmore:before,a.viewmore-ctr:before{
  content: '';
  display: inline-block;
  width: 40px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -2px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
}

a.viewmore:after,a.viewmore-ctr:after{
  content: '';
  display: inline-block;
  width: 40px;
  height: 25px;
  position: absolute;
  bottom: -2px;
  right: -2px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}

a.viewmore:hover,a.viewmore-ctr:hover{
  background-color: rgba(255, 255, 255, 0.5);
  transition: all .5s ease;
  text-decoration: none;
}

/*ABOUT*/
.abtxt{
    width: 100%;
    color: #fff;
}

.indexwrap,.index-prwrap,.index-nwrap{
  position: relative;
}

.index-prwrap,.index-nwrap{
  position: relative;
  overflow: hidden;
}

.bluebg-l{
    background: rgba(23, 42, 136, .8);
    -webkit-transform: skew(-25deg);
    transform: skew(-25deg);
    width: 50%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-animation-name: bluerun;
    -webkit-animation-duration: 2s;
}

@-webkit-keyframes bluerun {
    0% { left: -100%;}
    100% { left: 0%;}
}


.indexab-bg:before,.indexn-bg:before{
    content: '';
    width: 10px;
    height: 85vh;
    display: inline-block;
    vertical-align: middle;
}

.abtxt,.prtxt,.membertxt{
    position: relative;
    z-index: 10;
    width: 80%;
    color: #fff;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.prtxt{
    margin-left: 0px;
    padding: 3em 0;
}

.membertxt{
  padding: 0em;
  padding-top: 3em;
}

.abtxt h1,.prtxt h1,.membertxt h1{
  font-size: 45px;
  font-weight: bold;
  font-family: 'Lato','Noto Sans TC', sans-serif;
  font-style:italic;
  letter-spacing: 3px;
}

.membertxt h2{
  font-size: 30px;
  font-weight: bold;
  font-style:italic;
  letter-spacing: 3px;
  padding-left: 0px;
}

.membertxt h1,.membertxt h2{
  display: inline-block;
}

.abtxt p{
  font-size: 18px;
  line-height: 2;
}

/*SEARCH BAR-LANGUAGE*/
li.top-lag{margin-right: 0;}

ol.top-navbar li.top-lag{
  width: 160px;
  height: calc(1.8125rem + 2px);
  padding: .25rem .5rem;
  font-size: 15px;
  line-height: 1.5;
  border-radius: .2rem;
  border: 1px solid #ced4da;
  text-align: center;
  margin-top: 1em;
}

ol.top-navbar li.top-item input{
  width: 160px;
  background: transparent;
  color: #fff;
  padding-left: 30px;
}

li.top-item{
  margin-top: 1em;
}

li.top-item .form-inline input.form-control::placeholder,
ol.top-navbar li.top-lag a.top-link{
  color: #fff;
}

li.top-item .form-inline button{
  background: transparent;
  padding: 0;
  border:0px solid #fff;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  position: absolute;
  left:8px;
}

ol.top-navbar li.top-lag a.top-link:hover{
  color: #faee00;
  text-decoration: none;
}

ol.top-navbar li.top-lag i.lag-i{
  padding: 0 10px;
  color: #fff;
}

form.form-inline{
  position: relative;
}


/*PRODUCTS*/
.itembox{
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2em;
}

.itembox a.item-name{
  text-decoration: none;
  display: block;
  background: #172a88;
  font-size: 1.5rem;
  padding: 10px;
  color: #fff;
  transition: .3s ease;
}

.itembox a.item-name:hover{
  color: #faee00;
  transition: .3s ease;
}


.z-row{
  padding-top: 2em;
}

/*NEWS*/
.news-box{
  display: block;
  border-top: 1px solid #fff;
  margin-bottom: 1em;
}

.news-box span{
  font-size: 18px;
  line-height: 2;
}

.news-box a{
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  letter-spacing: 2px;
  height: 65px;
  transition: .3s ease;
}

.news-box a:hover{
  color: #fffa97;
  transition: .3s ease;
}

/*FOOTER*/
.footer-box{
  overflow: hidden;
  position: relative;
  background-color: #036eb8;
  color: #fff;
  letter-spacing: 2px;
  line-height: 2;
  padding: 10px;
}

.footer-txt{
  border-bottom: 1px solid #fff;
  margin-top: 2em;
}

.footer-txt h3{
  display: inline-block;
  font-size: 20px;
  border:1px solid #fff;
  padding: 5px;
}

.footer-txt span{
  display: block;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 3px;
  color: #fff;
  font-family: 'Heebo','Noto Sans TC', sans-serif;
}

.footer-txt p{
  font-size: 18px;
}

/*copyright*/

.copyright{
  width: 100%;
  color: #fff;
  margin: 2em 0;
  padding: 0 1em;
  z-index: 1;
}
.copyright p,.copyright img,.copyright a{
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  letter-spacing: 2px;
  color: #fff;
  margin: 0;
  text-decoration: none;
  transition: .5s ease;
}

.copyright a:hover,ul.footer-menu li a:hover{
  color: yellow;
  transition: .5s ease;
}

.copyright img{
  padding-left: 5px;
}

.footerlogo:after{
  content: '';
  width: 10px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.footerimg{
  display: inline-block;
  vertical-align: middle;  
}

/*HEADER在這裡*/
.ab-header,.pr-header,.n-header,.m-header,.c-header{
  margin-top: 70px;
  height: 400px;
  position: relative;
  z-index: -1;
  /*background: url(../img/header01.jpg);*/
  background-size: cover;
  text-align: center;
  color: #FFF;
  overflow: hidden;
  -moz-animation-duration: 3s;
  -moz-animation-name: slidein;
}

.pr-header{
  /*background: url(../img/header02.jpg);*/
  background-size: cover;
}
.n-header{
  /*background: url(../img/header03.jpg);*/
  background-size: cover;
  background-position: 50%;  
}

.m-header{
  /*background: url(../img/header04.jpg);*/
  background-size: cover;
  background-position: 50%;  
}

.c-header{
  /*background: url(../img/header05.jpg);*/
  background-size: cover;
  background-position: 50%;
}


/*ABOUT-START*/
.ab-header:after,.pr-header:after,.n-header:after,.m-header:after,.c-header:after{
  content: '';
  height: 100%;
  width: 10px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}

.header-txt{
  display: inline-block;
  vertical-align: middle;
}

.header-txt h1{
  font-family: 'Montserrat','Noto Sans TC', sans-serif;
  font-size: 3rem;
  letter-spacing: 2px;
}

.header-txt span{
  font-size: 18px;
}

/*---內頁麵包屑-開始---*/

.container .breadcrumbs-wrap{
    padding: 1em;
}

.breadcrumbs-wrap .breadcrumbs-arrow{
    display: inline-block;
    vertical-align: unset;
    margin: 2px;
}

.breadcrumbs-wrap a.breadcrumbs-name{
  color: #000;
  font-size: 12pt;
  font-weight: 500;
  cursor: pointer;
  transition: all .3s ease;
  text-decoration: none;
}

.breadcrumbs-wrap a.breadcrumbs-name:hover{
  color: #036eb8;
  transition: all .3s ease;
}

.breadcrumbs-wrap a.breadcrumbs-name-act{
  color: #036eb8;
  font-size: 12pt;
  font-weight: 500;
  cursor: pointer;
  transition: all .3s ease;
  text-decoration: none;
}

.breadcrumbs-wrap a.breadcrumbs-name-act:hover{
  color: #036eb8;
  transition: all .3s ease;
}

/*---內頁麵包屑-結束---*/
.ab-box{margin-top: 3em;}
.ab-box img{
  width: 100%;
  height: 100%;
  padding: 1em;
}

.ab-box p{
  font-size: 18px;
  color: #000;
  letter-spacing: 1px;
  line-height: 2;
  padding: 15px;
}

.abtxt-banner{
  background: url(../img/ab-img02.jpg);
  background-size: cover;
  color: #fff;
  letter-spacing: 2px;
  height: 500px;
  display: flex;
  align-items: center;
  margin-top: 3em;
}

.abtxt-banner-t{
  padding: 0 10px;
}

.abtxt-banner-t h2,.abtxt-title h1{
  font-family: 'Montserrat','Noto Sans TC', sans-serif;
  font-size: 40px;
}

.abtxt-banner-t span,.abtxt-title span{
  font-size: 20px;
}

.txtline{
  display: block;
  height: 10px;
  width: 100%;
  border-bottom: 2px solid #172a88;
  margin: 2em 0;
}

.abtxt-title{
  width: 100%;
  margin-bottom: 3em;
  text-align: center;
  color: #172a88;
}

.abtxt-title span{
  font-weight: bold;
}

.process-imgbox{
  margin-top: 3em;
}

.process-imgbox:first-child{
  margin-top: 0em;
}

.process-name-r,.process-name-l{
  width: 100%;
  float: right;
  color: #172a88;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 15px;
}

.process-name-l{
  float: left;
}

.process-name-r h3,.process-name-l h3{
  font-family: 'Heebo','Noto Sans TC', sans-serif;
  font-size: 3.5rem;
  font-weight: bolder;
}

.arrow-line{
  display: block;
  height: 10px;
  width: 95%;
  border-bottom: 2px solid #172a88;
  position: relative;
}

.arrow-line:after{
  content: '';
  position: absolute;
  right: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #c30d23;
}

.footerslider{overflow: hidden;}

.foot-img{
  position: relative;
  overflow: hidden;
  border-right: 5px solid #fff;
  border-left: 5px solid #fff;
}

.slick-dotted.slick-slider{
  margin-bottom: 0;
}

.slick-slide img {
    display: block;
    margin: 0 auto;
}
/*ABOUT-END*/

/*PRODUCTS-START*/
.product-p-a{
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin: 2em 0 0;
}

.box-content{
  display: block;
  text-decoration: none;
}
.product-p-a:before,
.product-p-a:after,
.product-p-a .box-content:before,
.product-p-a .box-content:after{
    content: "";
    width: 100%;
    height: 50%;
    background: #172a88;
    opacity: 0.6;
    transform: translateX(-50%) translateY(0%);
    position: absolute;
    top: -50%;
    left: 50%;
    z-index: 1;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    transition: all .3s;
}
.product-p-a:after{
    transform: translateX(-50%) translateY(0%);
    top: auto;
    bottom: -50%;
    z-index: 0;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.product-p-a .box-content:before{
    width: 50%;
    height: 100%;
    transform: translateX(0%) translateY(-50%);
    top: 50%;
    left: auto;
    right: -50%;
    -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.product-p-a .box-content:after{
    width: 50%;
    height: 100%;
    transform: translateX(0%) translateY(-50%);
    top: 50%;
    right: auto;
    left: -50%;
    z-index: 0;
    -webkit-clip-path: polygon(0 100%, 100% 50%, 0 0);
    clip-path: polygon(0 100%, 100% 50%, 0 0);
}
.product-p-a:hover:before{ top:0; }
.product-p-a:hover:after{ bottom:0; }
.product-p-a:hover .box-content:before{ right:0; }
.product-p-a:hover .box-content:after{ left:0; }
.product-p-a img{
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 0.5s;
}
.product-p-a:hover img{ transform: scale(1.5); }
.product-p-a .box-content{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.product-p-a .content{
    text-align: center;
    width: 100%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
}
.product-p-a .title{
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 5px;
    transform: rotateY(360deg) scale(0);
    transition: all 0.5s;
}
.product-p-a:hover .title{ transform: rotateY(0) scale(1); }
.product-p-a .post{
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0 0 15px;
    display: block;
    transform: rotateY(360deg) scale(0);
    transition: all .5s ease;
}
.product-p-a:hover .post{ transform: rotateY(0) scale(1); }
.product-p-a .icon{
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: none;
    transform: rotateY(360deg) scale(0);
    transition: all .5s ease;
}
.product-p-a:hover .icon{ transform: rotateY(0) scale(1); }
.product-p-a .icon li{
    display: inline-block;
    margin: 0 3px;
}
.product-p-a .icon li a{
    color: #fff;
    border:2px solid #fff;
    font-size: 18px;
    line-height: 30px;
    height: 35px;
    width: 35px;
    border-radius: 100%;
    display: block;
    transition: all 0.3s;
}
.product-p-a .icon li a:hover{
    color: #E65100;
    background-color: #fff;
    box-shadow: 0 0 10px #000;
}
@media only screen and (max-width:990px){
    .product-p-a{padding: 0; }
}
@media only screen and (max-width:479px){
    .product-p-a .title{ font-size: 22px; }
}

.pr-txt{
  letter-spacing: 2px;
}

.pr-txt h1{
  color: #172a88;
  font-size: 25px;
}

.pr-txt span{
  color: #3e3a39;
  font-size: 18px;
}

/*search-form-group*/
.form-group{
  position: relative;
}

.form-group svg{
    position: absolute;
    right: 26px;
    top: 43px;
    background: #fff;
    font-size: 18px;
}

.pr-form-group label{
    font-weight: bold;
    font-size: 18px;
}

.search-btn,.search-btn-c{
  width: 100%;
  background: #172a88;
  border-color: transparent;
  margin: 15px 0;
}

.search-btn-c{
  background: #727171;
}

.search-btn-c:hover,.search-btn:hover{
  background:#172a88;
  opacity: .8;
  border-color: transparent;
}

.search-btn-c:hover{
  background: #727171;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
}

.rwd-table {
 background: #fff;
 overflow: hidden;
}

.rwd-table thead{
  background: #dcdddd;
}

.rwd-table tr{
  border-bottom: 1px dashed #dcdddd;
}

.rwd-table thead tr:first-child{
  border-bottom:0px;
}

.rwd-table th, 
.rwd-table td {
  margin: 1em;
}
.rwd-table {
  min-width: 100%;
  margin-top: 2em;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
  word-break: break-all;
}

.rwd-table td:before {
  content: attr(data-th) " : ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}
.rwd-table th, .rwd-table td:before {
  color: #000;
  font-weight: bold;
  font-size: 18px;
}

img.downimg{
  width: 40px;
  padding: 0;
}

/*page-list*/

ul.page-list{
  display: block;
  width: 100%;
  text-align: center;
}

ul.page-list li{
  display: inline-block;
}

ul.page-list li a{
  display: inline-block;
  background-color: #FFF;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin: 2em auto;
  text-align: center;
  position: relative;
  top: 0;
  transition: .5s;
  font-weight: bold;
}

ul.page-list li a:hover span{
  color: #172a88;
}

ul.page-list li a.active span{
  color: #172a88;
}

ul.page-list li span{
  display: inline-block;
  color: #727171;
  font-size: 18px;
}

ul.page-list li a.arrow-l,ul.page-list li a.arrow-r{
  position: relative;
  display: inline-block;
  width: 30px;
  border: 0;
  border-radius: 0;
  background: transparent;
  margin: 0 9px;
  transition: .5s;
}

ul.page-list li a.arrow-l{color:#727171; left:0;}

ul.page-list li a.arrow-r{color:#727171; right:0;}

ul.page-list li a.arrow-r:hover,ul.page-list li a.arrow-l:hover {
  border:0px solid #fff;
}

ul.page-list li a.arrow-r:hover:not(.active) {
  background-color: transparent;
  right: -5px;
  transition: .5s;
}

ul.page-list li a.arrow-l:hover:not(.active) {
  background-color: transparent;
  left: -5px;
  transition: .5s;
}

/*path-END*/

.form-row{
  padding: 0 15px;
  margin: 0;
}

a.pr-item{
  position: relative;
  text-decoration: none;
  display: block;
  background: #172a88;
  font-size: 1.5rem;
  padding: 10px;
  color: #fff;
  transition: .3s ease;
}

a.pr-item:hover{
  color: #faee00;
  transition: .3s ease;
}
a.pr-item:active{
  color: #faee00;
}

a.pr-item svg{
  position: absolute;
  right: 10px;
  font-size: 16px;
  top: 22px;
}

/*news*/
.news-box a,.news-a a.news-a-txt{
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  letter-spacing: 2px;
  height: 65px;
  transition: .3s ease;
}

.news-a a.news-a-txt{
  height: 95px;
}

.news-a a{
  text-decoration: none;
}

.news-a span{
  color: #172a88;
  font-size: 20px;
  font-weight: bold;
  display: block;
}

.news-a p{
  margin: 0;
  color: #3e3a39;
  padding: 0;
  transition: .5s ease;
}

a.news-a-txt:hover p{
  opacity: .5;
  transition: .5s ease;
}

a.news-a-img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    -webkit-transition-duration: .75s;
    transition-duration: .75s;
}

a.news-a-img{
  display: block;
}

.news-img-box{
  position: relative;
  overflow: hidden;
  height: 200px;
}

.news-in-box span{
  display: inline-block;
  padding: 5px 20px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  background: #172a88;
  margin-top: 1em;
} 

.news-in-box h1{
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-top: .5em;
}

.news-in-box p{
  color: #595757;
}

.backbox{
  margin-top: 3em;
  text-align: center;
}

.backbox a.backtolist{
  text-align: center;
  color: #000;
  border: 1px solid #000;
}

a.backtolist:before{
  border-top: 3px solid #000;
  border-left: 3px solid #000;
}

a.backtolist:after{
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
}

a.backtolist:hover{
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
  transition: all .5s ease;
  text-decoration: none;
}

.news-in-box p{
  padding: 0;
  line-height: 2;
}

/*member*/
.m-container-fluid{
  position: relative;
}

.m-container-fluid img.curvebg{
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -3;
}

.loginbg{
  display: block;
  width: 100%;
  background: url(../img/curvebg02.jpg) 50% no-repeat;
  margin: 0 auto;
  border-radius: 10px;
  margin: 10px;
}

.loginbg form{
  margin-top: 2em;
  margin-bottom: 5em;
}

.loginac{
  display: block;
}

.loginac label{
  color: #fff;
  font-size: 20px;
  padding-left: 15px;
  vertical-align: bottom;
}

.loginac input{
  opacity: .6;
  padding: 30px;
  border-radius: 30px;
  font-size: 20px;
}

.form-check-input {
  position: absolute;
  margin-top: 8px;
  margin-left: -10px;
}

/*記住帳號*/
.cbx {
  margin: auto;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
.cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #9098A9;
  transition: all 0.2s ease;
}

.cbx span:first-child svg.cbxsvg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
  right: 0px;
  background: transparent;
  font-size: 18px;
}

.cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #5fd2ff;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}
.cbx span:last-child {
  padding-left: 8px;
}
.cbx:hover span:first-child {
  border-color: #5fd2ff;
}

.inp-cbx:checked + .cbx span:first-child {
  background: #5fd2ff;
  border-color: #5fd2ff;
  animation: wave 0.4s ease;
}
.inp-cbx:checked + .cbx span:first-child svg.cbxsvg {
  stroke-dashoffset: 0;
}
.inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}

@keyframes wave {
  50% {
    transform: scale(0.9);
  }
}

a.cbxpass{
  font-size: 20px;
  color: #5fd2ff;
  vertical-align: middle;
  padding-left: 15px;
}

.cbx-btn{
  width: 100%;
}

.loginac button.cbx-btn{
  padding: 15px;
  border-radius: 30px;  
  background: -moz-linear-gradient(#3F5EFF, #005ED4);
  background: -webkit-linear-gradient(#3F5EFF, #005ED4);
  background: -o-linear-gradient(#3F5EFF, #005ED4);
  background: linear-gradient(#3F5EFF, #005ED4);
  border:none;
  font-size: 20px;
  letter-spacing: 1px;
}

.loginac button.cbx-btn:active{  
  background: -moz-linear-gradient(#005ED4,#3F5EFF);
  background: -webkit-linear-gradient(#005ED4,#3F5EFF);
  background: -o-linear-gradient(#005ED4,#3F5EFF);
  background: linear-gradient(#005ED4,#3F5EFF);
}

.loginac button.cbx-btn:hover{
  box-shadow: 0 0 8px rgba(255, 255, 255, .6);
}

.pr-txt span.pr-span{
  padding: 0 10px;
  display: block;
}

.pr-txt h1.download-h1{
  display: block;
  background: -moz-linear-gradient(#3F5EFF, #005ED4);
  background: -webkit-linear-gradient(#3F5EFF, #005ED4);
  background: -o-linear-gradient(#3F5EFF, #005ED4);
  background: linear-gradient(#3F5EFF, #005ED4);
  line-height: 1.2;
  padding: 10px;
  margin-top: 30px;
  text-align: center;
  border-radius: 5rem;
  color: #ffff;
  font-weight: bold;
  font-family: 'Lato','Noto Sans TC', sans-serif;
  font-style:italic;
  font-size: 2rem;
}

.pr-txt h1.pro-download-h1{
  background: -moz-linear-gradient(#ff7c00,#d80027);
  background: -webkit-linear-gradient(#ff7c00,#d80027);
  background: -o-linear-gradient(#ff7c00,#d80027);
  background: linear-gradient(#ff7c00,#d80027);
}

.pr-txt h1.download-h1 span{
  display: block;
  color: #ffff;
  font-size: 25px;
  font-style:italic;
  font-family: 'Noto Sans TC',\5FAE\8EDF\6B63\9ED1\9AD4,\65B0\7D30\660E\9AD4;
  padding: 0;
}

.member-table td{
  font-size: 20px;
}

.member-table td:before{
  width: 3em;
  display: block;
}

.member-table td.tdblock:before{
  display: inline-block;
}

/*contact*/
.contatxtctr{
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 1px;
}

.contatxtctr h1{
  display: inline-block;
  color: #fff;
  padding: 10px;
  background: -moz-linear-gradient(#3F5EFF, #005ED4);
  background: -webkit-linear-gradient(#3F5EFF, #005ED4);
  background: -o-linear-gradient(#3F5EFF, #005ED4);
  background: linear-gradient(#3F5EFF, #005ED4);
}

.contatxtctr h2{
  font-weight: bold;
  font-family: 'Heebo','Noto Sans TC', sans-serif;
  font-size: 2.5rem;
  margin: 10px 0;
}

.contatxtctr a{
  color: #000;
  text-decoration: none;
  transition: .3s ease;
}

.contatxtctr a:hover{
  color: #385EFA;
  transition: .3s ease;
}


/*聯絡表單*/
.contact-title{
  font-size: 25px;
  text-align: center;
  border-radius: 50px;
  margin-top: 1em;
  color: #fff;
  padding: 10px;
  background: -moz-linear-gradient(#3F5EFF, #005ED4);
  background: -webkit-linear-gradient(#3F5EFF, #005ED4);
  background: -o-linear-gradient(#3F5EFF, #005ED4);
  background: linear-gradient(#3F5EFF, #005ED4);
}

.txt-form{
  display: block;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 15px;
}

.contactform{
  display: inline-block;
  vertical-align: baseline;
  padding: 0;
}

.pl-5{
  padding-left: 0;
}

.form-middle img{
  width: 100px;
  padding: 0;
}

.refreshimg img{
  width: 40px;
  padding: 0;
}

.form-middle {
    display: inline-block;
    vertical-align: bottom;
    padding: 0;
}

/*yt-viedo*/
.video-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
position: absolute;
top: 0;left: 0;
width: 100%;
height: 100%;
}

#mainNav .navbar-nav .nav-item a.en-txt-ctr{
  text-align: center;
}

ol.top-navbar {
    margin-left: 15px;
}






@media (min-width: 768px) {
  .news-in-box span{
    margin-top: 0;
  }

  .pr-txt h1.download-h1{
    text-align: left;
    padding: 20px 50px;
    font-size: 3rem;
  }

  .pl-5{
    padding-left: 10px;
  }

  a.viewmore-ctr {
      width: 100%;
  }

 
}


@media (min-width: 992px) {
  #mainNav {
    box-shadow: 0px 0px 0px 0px #fff;
  }

  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }

  #mainNav ul.navbar-nav li{
    width: 120px;
  }

  #mainNav .navbar-nav .nav-item .nav-link{
    padding: 0!important;
    text-align: right;
  }

  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #212529;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }

.bluebg{
    display: block;
    width: 100%;
    height: 100vh;
    background: linear-gradient(50deg, transparent 57%, rgba(23, 42, 136, 0.6) 35%); 
    background: -moz-linear-gradient(50deg, transparent 57%, rgba(23, 42, 136, 0.6) 35%); 
    background: -webkit-linear-gradient(50deg, transparent 57%, rgba(23, 42, 136, 0.6) 35%); 
    background: -o-linear-gradient(50deg, transparent 57%, rgba(23, 42, 136, 0.6) 35%); 
    position: absolute;
    top: 0;
    right: 0%;
    z-index: 99;
    -webkit-animation-name: run;
    -webkit-animation-duration: 2s;
    animation-name: run;
    animation-duration: 2s;
  }

  @-webkit-keyframes run {
      0% { right: -100%;}
      100% { right: 0%;}
  }

  .top-bluebg{
      content: '';
      display: block;
      width: 50%;
      height: 100%;
      background: rgba(3, 110, 184, .5);
      -webkit-transform: skew(-25deg);
      transform: skew(-25deg);
      position: absolute;
      bottom: 0;
      left: 50%;
      z-index: 10;
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-animation-name: toprun;
      -webkit-animation-duration: 2s;
  }

  @-webkit-keyframes toprun {
      0% { left: 100%;}
      100% { left: 50%;}
  }


  .abtxt{
      width: calc(100% / 2)
  }


  .fixed-top {
      position: absolute;
  }

  .logo-size-w{
    display: none;
  }


  .logo-size{
    display: inline-block;
  }

  .abtxt h1,.prtxt h1,.membertxt h1{
      font-size: 70px;
    }

  .prtxt h1{
    text-align:right;
  }

  .navbar-collapse ol.top-navbar{
    display: block;
  }
  ol.top-navbar {
    margin-left: 0px;
  }
  ol.top-navbar li{
    margin-right: 10px;
  }

  ol.top-navbar li.top-item,li.top-lag{
    float: right;
    width: 160px;
  }

  form.form-inline{
    position: relative;
  }

  ol.top-navbar li.top-lag{
    border: 1px solid #ced4da;
    color: #fff;
    margin-top: 0;
  }

  ol.top-navbar li.top-item input {
      width: 160px;
  }



  .navbar-expand-lg .navbar-collapse {
    display: block!important;
  }

  .indexab-bg:before,.indexn-bg:before{
    height: 50vh;
  }

  .footer-txt span{
    font-size: 33px;
  }

  .footer-txt p {
      font-size: 20px;
  }


  .footer-box:before {
    content: '';
    background: #172a88;
    opacity: .8;
    -webkit-transform: skew(45deg);
    transform: skew(45deg);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .abtxt p {
    font-size: 16px;
  }
  
  /*header-banner*/
  .ab-header,.pr-header,.n-header,.m-header,.c-header{
    height: 630px;
    margin-top: 0em;
  }

  .process-imgbox img{
    width: calc(100% / 1.5);
  }

  .process-name-r,.process-name-l{
    width: calc(100% / 3.1);
    position: relative;
    top: 150px;
  }

  .process-imgbox{
    margin: 3em;
  }

  .process-name-r, .process-name-l {
    padding: 0px;
  }

  li.top-item{
    margin-top: 0;
  }

  .abtxt-banner-t{
    padding: 0;
  }

  .ab-box img{
    padding: 0;
  }

  .container .breadcrumbs-wrap{
    padding: 1em 0;
  }

  .rwd-table td:before {
    display: none;
  }
 .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: 0.25em 0.5em;
  }
  .rwd-table th:first-child, 
  .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, 
  .rwd-table td:last-child {
    padding-right: 0;
  }
   .rwd-table th, 
   .rwd-table td {
    padding: 15px !important;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
  }
 
  a.news-a-img:hover{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  .container .breadcrumbs-wrap{
    margin-bottom: 3em;
  }

  .member-table td{
    text-align: left;
  }

  .member-table td.tdblock:before{
    display: none;
  }

  .news-a a.news-a-txt{
    height: 92px;
  }

}










@media (min-width: 1400px){
  .i-container {
    max-width: 1500px;
  }
  
  .indexab-bg{
    background: url(../img/indexab-bg.jpg) no-repeat;
    background-size: cover;
  }
  
  .indexpr-bg{
    background: url(../img/indexpr-bg.jpg) no-repeat;
    background-size: cover;
  }

  .indexn-bg{
    background: url(../img/indexn-bg.jpg) no-repeat;
    background-size: cover;
  }

  .bluebg{
    width: 70%;
  }

  .logo-size{
    width: 25%;
  }

  .abtxt{
    width: calc(100% / 3)
  }

  .bluepr{
    background: rgba(46, 167, 224, .5);
    -webkit-transform: skew(-25deg);
    transform: skew(-25deg);
    width: 50%;
    height: 216.9%;
    position: absolute;
    bottom: -1px;
    left: 0;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-animation-name: bluerun;
    -webkit-animation-duration: 3s;
  }

  @-webkit-keyframes bluerun {
      0% { left: -100%;}
      100% { left: 0%;}
  }

  .index-nwrap:before{
    content: '';
    background: #2ea7e0;
    opacity: .5;
    -webkit-transform: skew(-25deg);
    transform: skew(-25deg);
    width: 50%;
    height: 286%;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }

  a.viewmore-ctr {
    margin: 3em auto;
  }

  .indexab-bg:before,.indexn-bg:before{
    height:100vh;
  }

  .footer-txt{
    padding: 2em;
    border-bottom: 0px solid #fff;
    border-right: 1px solid #fff;
  }

  .footer-box div:nth-child(3){
    padding-left: 4em;
    border-bottom: 0px solid #fff;
    border-right: 0px solid #fff;
  }

  .footer-txt{
    margin-top: 0em;
  }

  .copyright{
    text-align: center;
  }

  .ab-box p{
    padding: 2em 0;
  }

  .slick-slide{
    height: 465px;
  }

  a.pr-item{
    display: none;
  }

  .product-p-a{
    margin: 15px 0;
  }

  .news-a p{
    padding: 0 0 2em 0;
    line-height: 1.5;
  }

  .news-in-box p{
    padding: 0;
  }

  .membertxt{
    padding: 3em;
  }

  .membertxt h2{
    padding-left: 20px;
  }

  .loginac {
    padding: 0 3em;
  }

  .loginbg form{
    margin: 0;
    margin-bottom:  100px;
  }

  .pr-txt span.pr-span{
    padding: 0 30px;
  }

  .pr-txt h1.download-h1{
    font-size: 4rem;
    text-align: left;
  }

  .pr-txt h1.download-h1 span{
    display: inline-block;
    padding-left: 10px;
  }
  
  .news-a a.news-a-txt{
    height: 90px;
  }

}
