a {
  text-decoration: none; }

button {
  padding: 0;
  border: 0;
  cursor: pointer;
  font-family: 'Open Sans', '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; }

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; }

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

.alert {
  color: red; }

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

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

sup, sub {
  line-height: 0; }

/* 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-padding.fl-left {
  padding-right: 25px; }
.col-padding.fl-right {
  padding-left: 25px; }

.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;
  margin-bottom: 20px; }
  .list-disc li, .list-num li {
    font-size: 16px;
    line-height: 24px;
	font-weight:400;
    color: #000;
    /*margin-bottom:10px;*/ }
    .list-disc li.font-sm, .list-num li.font-sm {
      font-size: 14px;
      line-height: 20px; }

.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: 40px;
  line-height: 48px;
  margin: 0; }

h2, .undoreset h2 {
  font-size: 32px;
  line-height: 44px;
  margin: 0 0 20px 0;
  font-weight: 600;
  color: #666; }

h3, .undoreset h3 {
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 10px 0;
  color: #647d1f; }

p, .undoreset p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 20px 0;
  font-weight:400;
  text-align: justify; }

.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;
  padding: 0; }
.undoreset ol {
  list-style-type: decimal;
  margin-left: 25px; }

.btn-more {
  display: inline-block;
  /*border-radius:5px;*/
  background-color: #fff;
  border: 1px solid #000;
  font-size: 16px;
  line-height: 24px;
  color: #647d1f;
  padding: 5px 20px;
  transition: 0.4s;
  -webkit-transition: 0.4s; }
  .btn-more:hover {
    /*        background-color:$color-green02;
            color:#000;*/
    background-color: #b4c435;
    border-color: #b4c435; }
  .btn-more.btn-aquablue:hover {
    background-color: #58afb9;
    border-color: #58afb9 !important;
    color: #000 !important; }

.font-lg {
  font-size: 17px; }

.font-sm {
  font-size: 14px;
  line-height: 20px; }

.color-green03 {
  color: #b4c435; }

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