.la-gutters.container {
  padding-left: 10px;
  padding-right: 10px; }

.la-gutters .row {
  margin-left: -5px;
  margin-right: -5px; }

.la-gutters [class^="col-"], .la-gutters [class*=" col-"] {
  padding-left: 5px;
  padding-right: 5px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 16px;
  color: #333333; }

body {
  width: 100%;
  -webkit-font-smoothing: auto;
  font-family: 'Helvetica Neue', 'Tahoma', 'Helvetica', 'Arial', 'PingFang TC', 'Microsoft JhengHei', 'Microsoft JhengHei UI', 'LiHei Pro', 'Heiti TC',  'sans-serif';
  font-weight: 400;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFFAF4;
  overflow-y: auto;
  overflow-x: hidden; }

p {
  display: block;
  -webkit-margin-before: 0px;
  margin-block-start: 0px;
  -webkit-margin-after: 0px;
  margin-block-end: 0px;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px; }

a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #333333;
  outline: none; }

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

dl {
  display: block;
  -webkit-margin-before: 0em;
  margin-block-start: 0em;
  -webkit-margin-after: 0em;
  margin-block-end: 0em;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px; }

dd {
  display: block;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px; }

img {
  display: inline-block;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 0; }

.img-fluid {
  width: 100%; }

@media (max-width: 441px) {
  .hidden-xxs-down {
    display: none !important; } }

@media (max-width: 576px) {
  .hidden-xs-down {
    display: none !important; } }

@media (max-width: 768px) {
  .hidden-sm-down {
    display: none !important; } }

@media (max-width: 992px) {
  .hidden-md-down {
    display: none !important; } }

@media (max-width: 1200px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg-up {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-md-up {
    display: none !important; } }

@media (min-width: 769px) {
  .hidden-sm-up {
    display: none !important; } }

@media (min-width: 576px) {
  .hidden-xs-up {
    display: none !important; } }

@media (min-width: 441px) {
  .hidden-xxs-up {
    display: none !important; } }

.eng-num {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif'; }

.img-bg {
  background-size: cover;
  width: 100%;
  background-position: center center; }

.owl-carousel {
  -webkit-overflow-scrolling: touch; }
  .owl-carousel button:focus {
    outline: none; }
  .owl-carousel .owl-nav button {
    width: 55px;
    height: 55px;
    border-radius: 55px; }

.owl-nav .owl-prev .regular,
.owl-nav .owl-next .regular {
  padding-top: 2px;
  background-color: #E35D4F;
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
  outline: none; }

.owl-nav {
  height: 0; }
  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    width: 55px;
    height: 55px; }
    .owl-nav .owl-prev.disabled,
    .owl-nav .owl-next.disabled {
      display: none; }
  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    position: absolute;
    top: 36%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .owl-nav .owl-prev .regular,
    .owl-nav .owl-next .regular {
      width: 48px;
      height: 48px;
      border-radius: 50%; }
      .owl-nav .owl-prev .regular .la-icon,
      .owl-nav .owl-next .regular .la-icon {
        font-size: 1.2rem;
        line-height: 45px;
        color: #ffffff; }
    .owl-nav .owl-prev:hover,
    .owl-nav .owl-next:hover {
      background-color: white;
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
      transform-origin: 50%; }
  .owl-nav .owl-prev {
    top: 50%;
    left: 0%;
    margin-top: -24px; }
  .owl-nav .owl-next {
    top: 50%;
    right: 0%;
    margin-top: -24px; }

.owl-carousel .la-card-last-item {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 160%;
  background-color: #fff; }
  .owl-carousel .la-card-last-item .la-view-more-link {
    font-size: 1.25rem;
    font-weight: 400;
    display: inline-block;
    color: #EE784A;
    padding-top: 75%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.small {
  font-size: 13px; }

.section-inner-nopadding {
  padding: 60px 0 0 0 !important;
  overflow: hidden; }

@media (max-width: 768px) {
  .section-inner {
    padding: 50px 0 0 0 !important; } }

.la-section-recruit .section-title.title-recruit {
  position: relative;
  padding: 0 0 40px 0; }
  .la-section-recruit .section-title.title-recruit h3 img {
    width: 420px; }
  .la-section-recruit .section-title.title-recruit .promote-pic-m {
    display: none; }
  .la-section-recruit .section-title.title-recruit .title-sub-text {
    line-height: 40px;
    max-width: 600px;
    margin: 20px auto; }
  .la-section-recruit .section-title.title-recruit .title-sub-text {
    line-height: 40px;
    max-width: 600px;
    margin: 20px auto; }

.la-section-recruit .kv-recruit {
  background-image: url(../img/img_tour_bg.svg);
  background-size: 1200px auto;
  background-position: center bottom;
  background-repeat: repeat-x;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 80px; }
  .la-section-recruit .kv-recruit .kv-recruit-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    .la-section-recruit .kv-recruit .kv-recruit-box .recruit-m {
      display: none; }
    .la-section-recruit .kv-recruit .kv-recruit-box .recruit-school {
      margin-bottom: -30px;
      position: relative; }
      .la-section-recruit .kv-recruit .kv-recruit-box .recruit-school .recruit-left {
        position: absolute;
        bottom: -30px;
        left: -270px; }
      .la-section-recruit .kv-recruit .kv-recruit-box .recruit-school .recruit-right {
        position: absolute;
        bottom: -20px;
        right: -220px; }

.la-section-recruit .recruit-btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -20px;
  margin-bottom: 100px; }

.la-section-recruit .laurel-content-deep {
  background-color: #FFF0DE; }

.la-section-recruit .wave-bottom {
  width: 100%;
  height: 93px;
  background-image: url(../img/wave.svg);
  background-size: cover;
  margin-bottom: -1px; }

.la-section-recruit .wave-bottom2 {
  width: 100%;
  height: 93px;
  background-image: url(../img/wave2.svg);
  background-size: cover;
  margin-bottom: -1px; }

.la-section-recruit .three-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: -100px; }
  .la-section-recruit .three-box .three-card {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.05);
    position: relative;
    margin: 0 8px;
    padding: 30px 20px 25px 20px;
    position: relative;
    font-size: 17px;
    font-weight: bold;
    text-align: center; }
    .la-section-recruit .three-box .three-card h4 {
      display: inline-table;
      font-size: 16px;
      color: #ffffff;
      padding: 3px 25px;
      background-color: #E35D4F;
      border-radius: 20px;
      position: absolute;
      left: 50%;
      top: -15px;
      margin-left: -55px; }
    .la-section-recruit .three-box .three-card span {
      color: #E35D4F; }
    .la-section-recruit .three-box .three-card.v-align p {
      margin-top: 15px; }

.la-section-recruit .content-inner {
  padding: 20px 0 40px 0; }
  .la-section-recruit .content-inner h6 {
    font-size: 18px;
    color: #000000;
    margin: 20px 0 0 0; }
    .la-section-recruit .content-inner h6 span {
      display: inline-block;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #E35D4F;
      margin-right: 8px;
      margin-bottom: 3px; }
  .la-section-recruit .content-inner p {
    font-size: 0.9375rem;
    line-height: 28px;
    margin: 10px 0 30px 0;
    text-align: justify; }
    .la-section-recruit .content-inner p a {
      text-decoration: underline;
      color: #406B84; }
  .la-section-recruit .content-inner .flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0 30px 0;
    padding: 0 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .la-section-recruit .content-inner .flow .flow-box {
      -ms-flex-preferred-size: 126px;
      flex-basis: 126px;
      height: 116px;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: #ffffff;
      font-size: 18px;
      font-weight: 700;
      border-radius: 5px;
      margin-right: 50px;
      position: relative;
      margin-bottom: 20px; }
      .la-section-recruit .content-inner .flow .flow-box span {
        display: block;
        font-size: 12px; }
      .la-section-recruit .content-inner .flow .flow-box:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8.5px 0 8.5px 13px;
        position: absolute;
        right: -30px; }
      .la-section-recruit .content-inner .flow .flow-box.one {
        background-color: #ED7D31; }
        .la-section-recruit .content-inner .flow .flow-box.one:after {
          content: '';
          border-color: transparent transparent transparent #ED7D31; }
      .la-section-recruit .content-inner .flow .flow-box.two {
        background-color: #D1835C; }
        .la-section-recruit .content-inner .flow .flow-box.two:after {
          content: '';
          border-color: transparent transparent transparent #D1835C; }
      .la-section-recruit .content-inner .flow .flow-box.three {
        background-color: #C37F6E; }
        .la-section-recruit .content-inner .flow .flow-box.three:after {
          content: '';
          border-color: transparent transparent transparent #C37F6E; }
      .la-section-recruit .content-inner .flow .flow-box.four {
        background-color: #B38E8A; }
        .la-section-recruit .content-inner .flow .flow-box.four:after {
          content: '';
          border-color: transparent transparent transparent #B38E8A; }
      .la-section-recruit .content-inner .flow .flow-box.five {
        background-color: #A4A4A4; }
        .la-section-recruit .content-inner .flow .flow-box.five:after {
          display: none; }

@media (max-width: 992px) {
  .la-section-recruit .laurel-content-deep {
    background-color: #FFF0DE; } }

@media (max-width: 768px) {
  .la-section-recruit .laurel-content-deep {
    background-color: #FFF0DE; }
  .la-section-recruit .kv-recruit .kv-recruit-box .recruit-school {
    margin-bottom: -30px; }
    .la-section-recruit .kv-recruit .kv-recruit-box .recruit-school img.recruit-school {
      width: 300px; }
    .la-section-recruit .kv-recruit .kv-recruit-box .recruit-school .recruit-left {
      bottom: -50px;
      left: -180px; }
      .la-section-recruit .kv-recruit .kv-recruit-box .recruit-school .recruit-left img {
        width: 200px; }
    .la-section-recruit .kv-recruit .kv-recruit-box .recruit-school .recruit-right {
      bottom: -50px;
      right: -150px; }
      .la-section-recruit .kv-recruit .kv-recruit-box .recruit-school .recruit-right img {
        width: 120px; }
  .la-section-recruit .three-box {
    margin-top: -60px; }
    .la-section-recruit .three-box .three-card {
      font-size: 16px; }
  .la-section-recruit .content-inner .flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0 20px 0;
    padding: 0 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .la-section-recruit .content-inner .flow .flow-box {
      -ms-flex-preferred-size: 110px;
      flex-basis: 110px;
      height: 100px;
      color: #ffffff;
      font-size: 16px;
      margin-right: 30px; }
      .la-section-recruit .content-inner .flow .flow-box:after {
        right: -10px; }
  .la-section-recruit .wave-bottom {
    width: 100%;
    height: 60px; }
  .la-section-recruit .wave-bottom2 {
    width: 100%;
    height: 60px; } }

@media (max-width: 680px) {
  .la-section-recruit .section-title.title-recruit .title-sub-text {
    max-width: 400px; }
  .la-section-recruit .laurel-content-deep {
    background-color: #FFF0DE; }
  .la-section-recruit .kv-recruit .kv-recruit-box .recruit-m {
    display: block;
    margin-bottom: -60px; }
  .la-section-recruit .kv-recruit .kv-recruit-box .recruit-school {
    display: none; }
  .la-section-recruit .three-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -60px; }
    .la-section-recruit .three-box .three-card {
      width: 70%;
      font-size: 18px;
      margin-bottom: 40px; } }

@media (max-width: 576px) {
  .la-section-recruit .section-title.title-recruit .title-sub-text {
    max-width: 330px; }
  .la-section-recruit .recruit-btn-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .la-section-recruit .recruit-btn-box .btn {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      min-width: 300px;
      text-align: center; }
  .la-section-recruit .three-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -60px; }
    .la-section-recruit .three-box .three-card {
      width: 90%;
      font-size: 18px; } }

@media screen and (max-width: 1680px) {
  .la-section-recruit .section-title.title-recruit h3 img {
    width: 390px; } }

@media (max-width: 768px) {
  .la-section-recruit .section-title.title-recruit h3 img {
    width: 240px; } }

/*---------------------signup_fix---------------------*/
.signup_fix {
  position: fixed;
  bottom: 0px;
  left: 0;
  z-index: 70;
  width: 100%;
  padding: 10px 38%;
  bottom: -100px; }

.signup_fix a {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 13px 0 !important;
  border-radius: 40px;
  font-weight: 500;
  font-size: 20px !important;
  text-align: center;
  color: #ffffff;
  background: #E35D4F;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); }

.signup_fix a:focus {
  text-decoration: none; }

@media screen and (max-width: 1200px) {
  .signup_fix {
    padding: 10px 32%; } }

@media screen and (max-width: 990px) {
  .signup_fix {
    padding: 10px 10%; } }

@media screen and (max-width: 768px) {
  .signup_fix a {
    padding: 10px 5%; } }

@media screen and (max-width: 600px) {
  .signup_fix a {
    padding: 10px 15px; } }

footer {
  margin-top: 0; }
