a {
  text-decoration: none; }

a {
    text-decoration: none;
    outline: 2px solid transparent;
}
 a:focus {
        outline-color: #fe4e00;
        outline-offset: 0px;
}    

button {
  padding: 0;
  border: 0;
  cursor: pointer;
  font-family: 'Microsoft JhengHei', 'Arial';
  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;
  border: 1px solid #cfcfcf; }

select {
  /*-webkit-appearance:none;*/ }

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, .list-num {
  margin-left: 20px; }
  .list-disc li, .list-num li {
    font-size: calc(16rem / 16);
    line-height: calc(24rem / 16);
    color: #000;
    margin-bottom: 10px; }
    .list-disc li a, .list-num li a {
      color: #000;
      text-decoration: underline; }

.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: 0.4s;
  -webkit-transition: 0.4s; }

.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: calc(60rem / 16);
  line-height: calc(72rem / 16);
  margin: 0;
  color: #fe4e00;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); }

h2, .undoreset h2 {
  font-size: calc(40rem / 16);
  line-height: calc(48rem / 16);
  margin: 0 0 20px 0;
  color: #fe4e00;
  /*padding-left:20px;*/
  /*background:url('../images/icons/icon_arrow02.png') no-repeat left center;*/
  background-size: auto 16px;
  /*text-transform: uppercase;*/
  font-weight: 300; }
  h2.h2-big, .undoreset h2.h2-big {
    padding: 0;
    background: none;
    font-size: calc(40rem / 16);
    line-height: calc(56rem / 16);
    color: #fe4e00;
    font-weight: 600;
    text-transform: none; }

h3, .undoreset h3 {
  font-size: calc(24rem / 16);
  line-height: calc(36rem / 16);
  margin: 10px 0;
  color: #000;
  font-weight: 600;
  width: 100%; }

h4, .undoreset h4 {
  font-size: calc(18rem / 16);
  line-height: calc(30rem / 16);
  margin: 10px 0;
  font-weight: 600;
  /*width:100%;*/
  clear: both; }

p, .undoreset p {
  font-size: calc(16rem / 16);
  line-height: calc(24rem / 16);
  margin: 0 0 20px 0;
  text-align: justify; }
  p a, .undoreset p a {
    color: #00B0FE; }
    p a:hover, p a:focus, .undoreset p a:hover, .undoreset p a:focus {
      color: #5BC94B;
      text-decoration: underline; }
    p a:visited, .undoreset p a:visited {
      color: #5BC94B; }

::selection {
  background: #FECD00; }

.undoreset ul {
  padding-left: 0;
  margin-top: 10px; }
  .undoreset ul > li {
    list-style-type: none;
    padding-left: 35px; }
    .undoreset ul > li:before {
      content: "";
      position: absolute;
      top: 12px;
      left: 6px;
      width: 6px;
      height: 6px;
      background-color: #fe4e00;
      border-radius: 100%;
      box-shadow: 0 0 3px 3px rgba(254, 78, 0, 0.2); }
.undoreset ol {
  padding-left: 0;
  list-style: none;
  margin-top: 10px;
  counter-reset: counter; }
  .undoreset ol > li {
    position: relative;
    counter-increment: counter;
    padding-left: 45px; }
    .undoreset ol > li::marker {
      display: none; }
    .undoreset ol > li::before {
      position: absolute;
      top: 0;
      left: 0;
      content: counter(counter);
      background-color: #fe4e00;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      display: inline-block;
      line-height: 32px;
      color: #000;
      text-align: center;
      margin-right: 10px; }
.undoreset li {
  position: relative;
  font-size: calc(16rem / 16);
  line-height: calc(24rem / 16);
  margin: 0 0 10px 0;
  padding: 5px 0; }
  .undoreset li p {
    margin-bottom: 0; }
  .undoreset li a {
     text-decoration: underline;
    color: #000000; }
    .undoreset li a:hover, .undoreset li a:focus {
      color: #5BC94B;
      text-decoration: underline; }
    .undoreset li a:visited {
      color: #5BC94B; }
.undoreset table:not(table.google-visualization-orgchart-table) {
  /*width:100%;*/
  border: 1px solid #000;
  border-collapse: collapse; }
.undoreset table:not(table.google-visualization-orgchart-table) th {
    border: 1px solid #fe4e00;
    background-color: #fe4e00;
    color:#fff;
    padding: 15px;
    vertical-align: middle; }
  .undoreset table:not(table.google-visualization-orgchart-table) td {
    border: 1px solid #fff;
    background-color: #f1f1f1;
    padding: 15px;
    vertical-align: middle;
    /*width:auto !important;*/ }
    .undoreset table:not(table.google-visualization-orgchart-table) td a {
      color: #00B0FE; }
      .undoreset table:not(table.google-visualization-orgchart-table) td a:hover {
        color: #348628;
        text-decoration: underline; }
    .undoreset table:not(table.google-visualization-orgchart-table) td p {
      margin: 0; }
  .undoreset table:not(table.google-visualization-orgchart-table) > tr:nth-of-type(1) td {
    /*background-color:$color-orange01;*/
    /*font-weight:600;*/ }
.undoreset img {
  max-width: 100%; }
.undoreset h3 {
  font-size: calc(24rem / 16);
  line-height: calc(36rem / 16);
  margin: 10px 0;
  color: #000;
  font-weight: 600;
  display: inline-block;
  padding-bottom: 5px;
  /*border-bottom:3px solid $color-orange01;*/ }
.undoreset h4 {
  font-size: calc(18rem / 16);
  line-height: calc(30rem / 16);
  margin: 10px 0;
  font-weight: 600;
  /*display:inline-block;*/
  /*background-color:$color-yellow01;*/
  /*background: linear-gradient(90deg, #FECD00, #FECD00);*/
  /*background-repeat: no-repeat;*/
  /*background-size: 100% 30%;*/
  /*background-position: bottom;*/ }
  .undoreset h4:before {
    /*width:100%;*/ }
.undoreset iframe {
  max-width: 100%; }

sup, sub {
  vertical-align: 0;
  position: relative; }

sup {
  bottom: 1ex; }

sub {
  top: 0.8ex; }

.webbuilder-frame {
  font-size: calc(16rem / 16);
  line-height: calc(24rem / 16);
  margin: 0 0 20px 0; }
  .webbuilder-frame a {
    color: #00B0FE !important; }
    .webbuilder-frame a:hover, .webbuilder-frame a:focus {
      color: #5BC94B !important;
      text-decoration: underline !important; }
    .webbuilder-frame a:visited {
      color: #5BC94B !important; }
  .webbuilder-frame .quote {
    padding: 15px;
    border: 2px solid #fe4e00; }
  .webbuilder-frame .h2 {
    font-size: calc(40rem / 16);
    line-height: calc(48rem / 16);
    color: #fe4e00;
    margin-bottom: 10px; }
  .webbuilder-frame .h3 {
    font-size: calc(24rem / 16);
    line-height: calc(36rem / 16);
    margin: 10px 0;
    color: #000;
    font-weight: 600;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 3px solid #fe4e00;
    margin-bottom: 10px; }
  .webbuilder-frame .h4 {
    font-size: calc(18rem / 16);
    line-height: calc(30rem / 16);
    margin: 10px 0;
    font-weight: 600;
    display: inline-block;
    background-color: #FECD00;
    margin-bottom: 10px; }
  .webbuilder-frame .box-style1 {
    padding: 25px !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.btn-more {
  display: inline-block;
  font-size: calc(16rem / 16);
  line-height: calc(24rem / 16);
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 5px;
  background-color: #00B0FE;
  background-repeat: no-repeat;
  color: #000;
  transition: 0.4s;
  -webkit-transition: 0.4s; }
  .btn-more:hover, .btn-more:focus {
    background-color: #5BC94B; }
  .btn-more.btn-white {
    background: none;
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-image: url("../image/icon_arrow01.png");
    border: 1px solid #fff; }
    .btn-more.btn-white:hover, .btn-more.btn-white:focus {
      background-color: #348628; }
  .btn-more.btn-large {
    width: 200px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    font-size: calc(18rem / 16);
    border-radius: 20px;
    background-color: #fe4e00;
    color: #fff;
    text-align: center; }
  .btn-more.btn-icon:before {
    position: relative;
    top: 2px;
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("../image/icon_plus02.png");
    background-position: left 15px top;
    /*background-size:auto 14px;*/
    margin-right: 10px; }
  .btn-more.btn-icon:hover:before {
    transition: 0.2s;
    -webkit-transition: 0.2s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1); }

.btn-back {
  padding-left: 15px;
  background: url("../image/icon_arrow02L.png") no-repeat left center;
  background-size: 8px;
  font-size: calc(16rem / 16);
  line-height: 30px;
  color: #348628; }

.font-lg {
  font-size: 18px;
  line-height: 30px; }

.col-padding.fl-left {
  padding-right: 40px; }
.col-padding.fl-right {
  padding-left: 40px; }

.color-green01 {
  color: #348628; }

.color-orange01 {
  color: #fe4e00; }

/*.color-2 {
    .btn-more {
        background-color:#0095cc;
    }
    h2 {
        text-transform: uppercase;
    }
    .h2-line {
        position:relative;
        margin-bottom:30px;
    }
    h3 {
        color:#47b035;
    }
    header nav > div ul > li.has-ol:hover ol {
        background-color:#388e2a;
    }
    
}*/

/*# sourceMappingURL=style.css.map */
