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

* {
  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;
  box-sizing: border-box;
  background-color: #FFFAF4;
  overflow-y: auto;
  overflow-x: hidden;
}

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

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

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

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

dd {
  display: block;
  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;
}

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

@media (max-width: 768px) {
  .section-inner {
    padding: 50px 0 0 0 !important;
  }
}
.la-section-laurel .section-title.title-laurel {
  position: relative;
}
.la-section-laurel .section-title.title-laurel h3 img {
  width: 420px;
}
.la-section-laurel .laurel-text {
  padding: 20px;
}
.la-section-laurel .laurel-text.first {
  padding: 40px 20px 60px 20px;
}
.la-section-laurel .laurel-text h5 {
  font-size: 20px;
  color: #E35D4F;
}
.la-section-laurel .laurel-text p {
  font-size: 0.9375rem;
  line-height: 28px;
  margin: 10px 0;
  text-align: justify;
}
.la-section-laurel .laurel-feature-deep {
  background-color: #FFF0DE;
}
.la-section-laurel .laurel-feature-light {
  padding: 20px 0 40px 0;
}
.la-section-laurel .laurel-feature-deep {
  padding: 0px 0 40px 0;
}
.la-section-laurel .laurel-text-wrap {
  display: flex;
  align-items: center;
}
.la-section-laurel .laurel-text-wrap .laurel-text-img {
  flex: 1;
  position: relative;
}
.la-section-laurel .laurel-text-wrap .laurel-text-img.circle {
  padding: 0 50px;
}
.la-section-laurel .laurel-text-wrap .laurel-text-img.circle img.main-pic {
  animation: pulse2 1s infinite alternate;
}
.la-section-laurel .laurel-text-wrap .laurel-text-img.circle .dish01 {
  width: 120px;
  position: absolute;
  right: 130px;
  bottom: -140px;
}
.la-section-laurel .laurel-text-wrap .laurel-text-img.circle .dish03 {
  width: 170px;
  position: absolute;
  left: 130px;
  bottom: -100px;
}
.la-section-laurel .laurel-text-wrap .laurel-text-img.circle .dish05 {
  width: 140px;
  position: absolute;
  left: 130px;
  top: -100px;
}
.la-section-laurel .laurel-text-wrap .laurel-text-img.square {
  padding: 0 70px;
}
.la-section-laurel .laurel-text-wrap .laurel-text-img.square img.main-pic {
  border: 8px solid #ffffff;
  box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.1);
}
.la-section-laurel .laurel-text-wrap .laurel-text-img.square img.main-pic.one {
  transform: rotate(5deg);
}
.la-section-laurel .laurel-text-wrap .laurel-text-img.square img.main-pic.two {
  transform: rotate(-5deg);
}
.la-section-laurel .laurel-text-wrap .laurel-text-img.square .dish02 {
  width: 120px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.la-section-laurel .laurel-text-wrap .laurel-text-img.square .dish04 {
  width: 100px;
  position: absolute;
  left: 80px;
  top: -100px;
}
.la-section-laurel .laurel-text-wrap .laurel-text {
  flex: 1;
}
.la-section-laurel .laurel-text-wrap.reverse {
  flex-direction: row-reverse;
}
.la-section-laurel .wave-bottom {
  width: 100%;
  height: 93px;
  background-image: url(../img/wave.svg);
  background-size: cover;
  margin-bottom: -1px;
}
.la-section-laurel .wave-bottom2 {
  width: 100%;
  height: 93px;
  background-image: url(../img/wave2.svg);
  background-size: cover;
  margin-bottom: -1px;
}

@media (max-width: 992px) {
  .la-section-laurel .laurel-text {
    padding: 20px;
  }
  .la-section-laurel .laurel-text.first {
    padding: 40px 20px 60px 20px;
  }
  .la-section-laurel .laurel-feature-deep {
    background-color: #FFF0DE;
  }
  .la-section-laurel .laurel-feature-light {
    padding: 20px 0 40px 0;
  }
  .la-section-laurel .laurel-feature-deep {
    padding: 0px 0 40px 0;
  }
  .la-section-laurel .laurel-text-wrap {
    display: flex;
    align-items: center;
  }
  .la-section-laurel .laurel-text-wrap .laurel-text-img {
    flex: 1;
    position: relative;
  }
  .la-section-laurel .laurel-text-wrap .laurel-text-img.circle {
    padding: 0 20px;
  }
  .la-section-laurel .laurel-text-wrap .laurel-text-img.circle .dish01 {
    width: 120px;
    right: 130px;
    bottom: -140px;
  }
  .la-section-laurel .laurel-text-wrap .laurel-text-img.circle .dish03 {
    width: 170px;
    left: 100px;
    bottom: -150px;
  }
  .la-section-laurel .laurel-text-wrap .laurel-text-img.circle .dish05 {
    width: 140px;
    left: 130px;
    top: -100px;
  }
  .la-section-laurel .laurel-text-wrap .laurel-text-img.square {
    padding: 0 40px;
  }
  .la-section-laurel .laurel-text-wrap .laurel-text-img.square .dish02 {
    width: 120px;
    right: -20px;
    bottom: 0px;
  }
  .la-section-laurel .laurel-text-wrap .laurel-text-img.square .dish04 {
    width: 100px;
    left: 20px;
    top: -60px;
  }
  .la-section-laurel .laurel-text-wrap .laurel-text {
    flex: 1;
  }
  .la-section-laurel .laurel-text-wrap.reverse {
    flex-direction: row-reverse;
  }
}
@media (max-width: 768px) {
  .la-section-laurel .laurel-text {
    padding: 20px;
  }
  .la-section-laurel .laurel-text.first {
    padding: 40px 20px 60px 20px;
  }
  .la-section-laurel .laurel-text p {
    font-size: 1.0625rem;
    line-height: 30px;
  }
  .la-section-laurel .laurel-feature-deep {
    background-color: #FFF0DE;
  }
  .la-section-laurel .laurel-feature-light {
    padding: 0px 0 0px 0;
  }
  .la-section-laurel .laurel-feature-deep {
    padding: 0px 0 20px 0;
  }
  .la-section-laurel .laurel-text-wrap {
    display: block;
  }
  .la-section-laurel .laurel-text-wrap .laurel-text-img {
    flex: 1;
    position: relative;
  }
  .la-section-laurel .laurel-text-wrap .laurel-text-img.circle {
    padding: 20px 20px;
  }
  .la-section-laurel .laurel-text-wrap .laurel-text-img.circle .dish01 {
    width: 120px;
    right: 130px;
    top: -100px;
  }
  .la-section-laurel .laurel-text-wrap .laurel-text-img.circle .dish03 {
    width: 160px;
    left: 80px;
    top: -80px;
  }
  .la-section-laurel .laurel-text-wrap .laurel-text-img.circle .dish05 {
    width: 140px;
    left: 100px;
    top: -80px;
  }
  .la-section-laurel .laurel-text-wrap .laurel-text-img.square {
    padding: 20px 60px;
  }
  .la-section-laurel .laurel-text-wrap .laurel-text-img.square img.main-pic.one {
    transform: rotate(0deg);
  }
  .la-section-laurel .laurel-text-wrap .laurel-text-img.square img.main-pic.two {
    transform: rotate(0deg);
  }
  .la-section-laurel .laurel-text-wrap .laurel-text-img.square .dish02 {
    width: 120px;
    right: -20px;
    bottom: 0px;
  }
  .la-section-laurel .laurel-text-wrap .laurel-text-img.square .dish04 {
    width: 120px;
    right: 20px;
    top: -60px;
  }
  .la-section-laurel .laurel-text-wrap .laurel-text {
    flex: 1;
  }
  .la-section-laurel .laurel-text-wrap.reverse {
    flex-direction: row-reverse;
  }
  .la-section-laurel .wave-bottom {
    width: 100%;
    height: 60px;
  }
  .la-section-laurel .wave-bottom2 {
    width: 100%;
    height: 60px;
  }
}
@media (max-width: 576px) {
  .la-section-laurel .laurel-text-wrap .laurel-text-img.square {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 1680px) {
  .la-section-info .section-title.title-laurel h3 img {
    width: 390px;
  }
}
@media (max-width: 576px) {
  .la-section-laurel .section-title.title-laurel h3 img {
    width: 240px;
  }
}
footer {
  margin-top: 0;
}