@charset "utf-8";
a {
  text-decoration: none; }

button {
  padding: 0;
  border: 0;
  cursor: pointer;
  font-family: 'Microsoft JhengHei';
  background: none; }

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

img {
  max-width: 100%; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

input[type="text"], input[type="password"], input[type="email"], input[type="tel"] {
  width: 100%;
  padding: 0 8px; }

textarea {
  padding: 8px; }

/* For Old Broswer */
.flex-fl-left > * {
  float: left; }

.flex-fl-right > * {
  float: right; }

img, a {
  border: 0 \9; }

/* ==================*/
.fl-left {
  float: left; }

.fl-right {
  float: right; }

.txt-left {
  text-align: left; }

.txt-center {
  text-align: center; }

.txt-right {
  text-align: right; }

.txt-justify {
  text-align: justify; }

.txt-300 {
  font-weight: 300; }

.txt-400 {
  font-weight: 400; }

.txt-500 {
  font-weight: 500; }

.txt-600 {
  font-weight: 600; }

.txt-italic {
  font-style: italic; }

.txt-underline {
  text-decoration: underline; }

.txt-through {
  text-decoration: line-through; }

.txt-upper {
  text-transform: uppercase; }

.alert {
  color: red; }

.fade {
  transition: 0.4s;
  -webkit-transition: 0.4s; }

.clear {
  width: 100%;
  overflow: hidden; }

/* column */
.col-xl-1 {
  width: 8.3333%; }

.col-xl-2 {
  width: 16.6666%; }

.col-xl-3 {
  width: 25%; }

.col-xl-4 {
  width: 33.3333%; }

.col-xl-5 {
  width: 41.6666%; }

.col-xl-6 {
  width: 50%; }

.col-xl-7 {
  width: 58.3333%; }

.col-xl-8 {
  width: 66.6666%; }

.col-xl-9 {
  width: 75%; }

.col-xl-10 {
  width: 83.3333%; }

.col-xl-11 {
  width: 91.66667%; }

.col-xl-12 {
  width: 100%; }

.col-center {
  text-align: center; }
  .col-center > * {
    display: inline-block; }

/* list */
.list-xl-i2 > li {
  width: 48%; }
  .list-xl-i2 > li:nth-child(2n) {
    margin-right: 0; }

.list-xl-i3 > li {
  width: 32.5%;
  margin-right: 1.2%; }
  .list-xl-i3 > li:nth-child(3n) {
    margin-right: 0; }

.list-xl-i4 > li {
  width: 23%;
  margin-right: 1.2%; }
  .list-xl-i4 > li:nth-child(4n) {
    margin-right: 0; }

.list-xl-i5 > li {
  width: 19%;
  margin-right: 1.2%; }
  .list-xl-i5 > li:nth-child(5n) {
    margin-right: 0; }

.list-xl-i6 > li {
  width: 15.6666%;
  margin-right: 1.2%; }
  .list-xl-i6 > li:nth-child(6n) {
    margin-right: 0; }

.list-xl-i2 li, .list-xl-i3 li, .list-xl-i4 li, .list-xl-i5 li, .list-xl-i6 li {
  float: left; }

/* position */
.pos-rel {
  position: relative; }

.pos-abs {
  position: absolute; }

.pos-fix {
  position: fixed; }

.list-disc {
  list-style-type: disc; }

.list-num {
  list-style-type: decimal; }

.list-disc li, .list-num li {
  margin-left: 20px;
  padding-left: 10px;
  color: #fff; }
  .list-disc li p, .list-num li p {
    margin-bottom: 0px; }

.img-inline {
  position: relative;
  top: 3px; }

.img-thumb {
  overflow: hidden;
  text-align: center; }
  .img-thumb img {
    display: block;
    width: 100%;
    vertical-align: middle; }
  .img-thumb.vertical img {
    width: auto;
    height: 100%;
    margin: 0 auto; }

.table-tr {
  width: 100%;
  overflow: hidden; }
  .table-tr > div {
    float: left; }

/* flex box */
.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex; }

.flex-wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

.flex-fl-left {
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row; }

.flex-fl-right {
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse; }

.flex-h-left {
  justify-content: flex-start;
  -webkit-justify-content: flex-start; }

.flex-h-right {
  justify-content: flex-end;
  -webkit-justify-content: flex-end; }

.flex-h-between {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flex-h-center {
  justify-content: center;
  -webkit-justify-content: center; }

.flex-v-top {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.flex-v-bottom {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.flex-v-center {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

/* special hidden / show classes */
.tablet-show, .mobile-show {
  display: none; }

/* waypoint */
.el-hidden {
  opacity: 0;
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px); }
  .el-hidden.el-top {
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px); }
  .el-hidden.el-bottom {
    transform: translateY(100px);
    -webkit-transform: translateY(100px); }
  .el-hidden.el-scale {
    transform: scale(0);
    -webkit-transform: scale(0); }
  .el-hidden.el-left {
    transform: translateX(-100px);
    -webkit-transform: translateX(-100px); }
  .el-hidden.el-right {
    transform: translateX(100px);
    -webkit-transform: translateX(100px); }

.el-top, .el-bottom, .el-left, .el-right, .el-scale {
  transition: 2s;
  -webkit-transition: 2s; }

.el-timer-1 {
  transition: 0.4s !important;
  -webkit-transition: 0.4s !important; }

.el-timer-2 {
  transition: 0.6s !important;
  -webkit-transition: 0.6s !important; }

.el-timer-3 {
  transition: 0.8s !important;
  -webkit-transition: 0.8s !important; }

.el-timer-4 {
  transition: 1s !important;
  -webkit-transition: 1s !important; }

/* Custom style */
h1, .undoreset h1 {
  font-size: 40px;
  line-height: 48px;
  margin: 0; }

h2, .undoreset h2 {
  font-size: 32px;
  line-height: 40px;
  margin: 0 0 10px 0;
  font-weight: 600;
  color: #e26322; }

h3, .undoreset h3 {
  font-size: 18px;
  line-height: 30px;
  margin: 0; }

p, .undoreset p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 20px 0;
  text-align: left;
  color: #fff; }
  p a, .undoreset p a {
    text-decoration: underline;
    color: #fff; }
    p a:hover, .undoreset p a:hover {
      color: #e26322; }

.undoreset table {
  border: 1px solid #000; }
  .undoreset table td {
    border: 1px solid #000;
    padding: 5px;
    vertical-align: middle; }
.undoreset img {
  max-width: 100%; }
.undoreset ul {
  list-style-type: disc;
  margin-left: 25px; }
.undoreset ol {
  list-style-type: decimal;
  margin-left: 25px; }

.btn-style01 {
  display: inline-block;
  width: 200px;
  height: 48px;
  line-height: 46px;
  border: 2px solid #fff;
  border-radius: 24px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  transition: 2s;
  -webkit-transition: 2s; }
  .btn-style01:hover {
    background-color: #e26322; }
  .btn-style01.btn-black {
    background-color: #000;
    color: #fff; }
    .btn-style01.btn-black:hover {
      background-color: #e26322; }

.font-xl {
  font-size: 20px;
  line-height: 30px; }

/*# sourceMappingURL=style.css.map */
.factory-article ol{    list-style-type: decimal;}
.factory-article ol li{    margin-left: 20px;
    padding-left: 10px;
    color: #fff;}
.factory-article ol li p{margin-bottom: 0px;}
#vc-code img{width:110px;height: 30px;margin-bottom:30px;}
#input-comment{margin-bottom:20px;}
.clear{clear:both;}
.text-danger{color: red;
    margin-bottom: 10px;
    margin-top: -10px;
    font-weight: bold;
    padding-left: 20px;width:100%;display:inline-block;}
    .tr-captcha{margin-bottom:10px!important;}
.txt-center2 p{text-align:center;}
.box-empty2{text-align:center;color:#fff;}
.alert-success {
  background-color: #cbeacb;
  border-color: #b9e2b9;
  color: #e26322; 
  padding: 16px;
    margin-bottom: 18px;
    border: 1px solid transparent;
    border-radius: 3px;
    font-weight: bold;
}
.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
