body {
  background-color: #f0f0f0;
  font-family: 'Noto Sans HK', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 140%;
}

h1 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 36px;
  line-height: 140%;
  font-weight: 500;
  letter-spacing: 2px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 28px;
  line-height: 140%;
  font-weight: 400;
  letter-spacing: 2px;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
}

.section-content {
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 90px;
}

.section-content.bg-contact {
  background-image: url('../images/contact-form-bg.jpg');
  background-position: 50% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.section-content.bg-home-training {
  background-image: url('../images/bg-map.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-content.bg-home-review {
  background-image: url('../images/employer-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-banner {
  padding-top: 90px;
}

.inner-banner {
  position: relative;
  padding-top: 30%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.inner-banner.contact {
  background-image: url('../images/contact-banner.jpg');
}

.inner-banner.about {
  background-image: url('../images/about-banner.jpg');
}

.inner-banner.services {
  background-image: url('../images/services-banner.jpg');
}

.container {
  width: 100%;
  max-width: 1200px;
  padding-right: 5%;
  padding-left: 5%;
}

.contact-info-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -2.5%;
  margin-left: -2.5%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-info-col {
  width: 33.33%;
  padding-right: 2.5%;
  padding-left: 2.5%;
}

.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #0a285b;
}

.contact-b {
  display: block;
  color: #000;
  text-align: center;
  text-decoration: none;
}

.contact-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon-img {
  width: 80px;
  height: 80px;
  border-style: solid;
  border-width: 1px;
  border-color: #b1833b;
  border-radius: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.icon-img.phone {
  background-image: url('../images/icon-phone.svg');
}

.icon-img.address {
  background-image: url('../images/icon-address.svg');
}

.icon-img.mail {
  background-image: url('../images/icon-mail.svg');
}

.icon-img.about01 {
  background-image: url('../images/about-icon01.svg');
}

.icon-img.about02 {
  background-image: url('../images/about-icon02.svg');
}

.font-en {
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.page-title {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}

.page-title-line {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 1px;
  height: 50px;
  margin-top: 110px;
  background-color: #b1833b;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.line {
  height: 1px;
  margin-top: 90px;
  margin-bottom: 90px;
  background-color: #b0b0b0;
}

.section-title {
  margin-bottom: 30px;
  text-align: center;
}

.txt-color-gold {
  color: #b1833b;
}

.form-txt-field {
  height: 60px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #b0b0b0;
  border-radius: 5px;
  background-color: transparent;
}

.form-txt-field:focus-visible {
  border-color: #b1833b;
}

.form-txt-field[data-wf-focus-visible] {
  border-color: #b1833b;
}

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -2.5%;
  margin-left: -2.5%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-col {
  width: 50%;
  margin-bottom: 30px;
  padding-right: 2.5%;
  padding-left: 2.5%;
}

.form-col.full {
  width: 100%;
}

.btn {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 20px;
  border-radius: 5px;
  background-color: #0a285b;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.btn-txt {
  position: relative;
  z-index: 1;
}

.btn-hover {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 0px;
  background-color: #b1833b;
}

.banner-img-mask {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  height: 0px;
  background-color: #b1833b;
}

.footer {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0px;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #e3e2e0;
}

.all-content {
  position: relative;
  z-index: 1;
  padding-top: 60px;
  border-bottom: 5px solid #0a285b;
  background-color: #f0f0f0;
}

.all-content.home {
  padding-top: 0px;
}

.footer-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -3%;
  margin-left: -3%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-col {
  width: 50%;
  padding-right: 3%;
  padding-left: 3%;
}

.footer-title {
  margin-bottom: 15px;
}

.txt-small {
  font-size: 16px;
}

.footer-contact-info {
  padding-top: 30px;
  border-top: 1px solid #b0b0b0;
  font-size: 16px;
}

.footer-link {
  color: #000;
  text-decoration: none;
}

.icon-social {
  position: relative;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.icon-social-img-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  opacity: 0;
}

.icon-social-img {
  width: 100%;
}

.footer-social-b {
  margin-top: 30px;
}

.footer-app {
  margin-top: 15px;
}

.footer-txt-copyright {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-left: 3%;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.footer-txt-name {
  font-size: 21px;
  font-weight: 500;
}

.container-full {
  width: 100%;
  max-width: 100%;
  padding-right: 5%;
  padding-left: 5%;
}

.about-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bg-blue {
  background-color: #0a285b;
}

.about-col {
  position: relative;
  width: 50%;
}

.txt-color-white {
  color: #fff;
}

.title-b {
  margin-bottom: 30px;
}

.about-map-b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/about-bg-graphic.png');
  background-position: 100% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.about-container {
  width: 100%;
  padding-right: 10%;
  padding-left: 10%;
  float: right;
}

.about-map-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1.5%;
  margin-left: -1.5%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-map-col {
  width: 33.33%;
  padding-right: 1.5%;
  padding-left: 1.5%;
}

.about-map-icon {
  color: #fff;
  text-align: center;
}

.about-map-icon-img {
  margin-bottom: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100%;
}

.about-stat-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -2.5%;
  margin-left: -2.5%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-stat-col {
  width: 100%;
  margin-top: 30px;
  padding-right: 2.5%;
  padding-left: 2.5%;
}

.about-stat-b {
  position: relative;
  min-height: 90px;
  padding-left: 100px;
  color: #fff;
}

.about-stat-icon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(177, 131, 59, 0.5);
  border-radius: 100%;
  background-color: #0a285b;
}

.about-stat-txt01 {
  font-family: Roboto, sans-serif;
  font-size: 60px;
  line-height: 100%;
}

.about-stat-txt02 {
  display: inline-block;
  margin-left: 5px;
  font-size: 25px;
}

.about-gallery {
  height: auto;
  padding-top: 50%;
}

.about-gallery-img {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.about-gallery-img._04 {
  width: 33%;
  margin-top: 4%;
}

.about-gallery-img._01 {
  width: 15%;
  margin-top: -7%;
  margin-left: -43%;
}

.about-gallery-img._02 {
  z-index: 1;
  width: 20%;
  margin-top: 5%;
  margin-left: -30%;
}

.about-gallery-img._03 {
  width: 14%;
  margin-top: -15%;
  margin-left: -17%;
}

.about-gallery-img._05 {
  width: 21%;
  margin-top: -8%;
  margin-left: 20%;
}

.about-gallery-img._06 {
  width: 13%;
  margin-top: 13%;
  margin-left: 33%;
}

.about-gallery-img._07 {
  width: 16%;
  margin-top: -11%;
  margin-left: 42%;
}

.home-training-b {
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

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

.home-map-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-right: -1.5%;
  margin-left: -1.5%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-map-col {
  width: 33.33%;
  padding-right: 1.5%;
  padding-left: 1.5%;
}

.home-map-icon {
  text-align: center;
}

.home-recipe-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1px;
  margin-left: -1px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-recipe-col {
  width: 33.33%;
  padding-right: 1px;
  padding-left: 1px;
}

.home-recipe-col.hidden-desktop {
  display: none;
}

.home-recipe-link {
  display: block;
  color: #fff;
  text-decoration: none;
}

.img {
  width: 100%;
}

.home-recipe-img-b {
  position: relative;
  overflow: hidden;
}

.home-recipe-txt-b {
  padding: 15px 15%;
}

.home-recipe-txt {
  margin-bottom: 5px;
}

.img-mask {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 0px;
  background-color: #0a285b;
}

.home-sharing-slider {
  width: 100%;
  height: 420px;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #0a285b;
  background-color: transparent;
}

.hidden {
  display: none;
}

.slide-nav {
  position: relative;
  margin-top: 15px;
}

.home-review-slider {
  width: 100%;
  height: auto;
  max-width: 430px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.home-review-slide {
  text-align: center;
}

.home-review-txt {
  margin-bottom: 15px;
}

.home-review-profile-img {
  width: 90px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100%;
}

.home-banner01 {
  width: 25%;
  height: 55vh;
  background-color: transparent;
}

.home-banner01-img {
  position: relative;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-banner01-img._01 {
  background-image: url('../images/home-banner01-01.jpg');
}

.home-banner01-img._02 {
  background-image: url('../images/home-banner02-01.jpg');
}

.section-home-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.home-banner-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home-banner02 {
  width: 25%;
  height: 55vh;
  background-color: transparent;
}

.home-banner03 {
  width: 50%;
  height: 55vh;
  background-color: transparent;
}

.home-sharing-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.home-sharing-col-img {
  position: relative;
  width: 50%;
  border-right: 1px solid #0a285b;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-sharing-col-img._01 {
  background-image: url('../images/sharing-img01.jpg');
}

.home-sharing-col-img._02 {
  background-image: url('../images/sharing-img02.jpg');
}

.home-sharing-col-txt {
  width: 50%;
  height: 100%;
  padding: 30px;
}

.home-sharing-scroll {
  overflow: auto;
  height: 100%;
}

.slide-img-mask {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 0px;
  background-color: #0a285b;
}

.home-banner02-img {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-banner02-img._02 {
  background-image: url('../images/home-banner02-02.jpg');
}

.home-banner02-img._01 {
  background-image: url('../images/home-banner01-02.jpg');
}

.home-banner03-img {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-banner03-img._01 {
  background-image: url('../images/home-banner01-01.jpg');
}

.home-banner03-img._01 {
  background-image: url('../images/home-banner01-03.jpg');
}

.home-banner03-img._02 {
  background-image: url('../images/home-banner02-03.jpg');
}

.home-tagline-mobile {
  display: none;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f0;
}

.header-logo {
  position: absolute;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: auto;
  margin-left: 5%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.nav-menu {
  position: static;
}

.container-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-link {
  margin-right: 30px;
  margin-left: 30px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  color: #000;
  text-decoration: none;
}

.nav-menu-link:hover {
  color: #b1833b;
}

.header-social-b {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  margin-right: 5%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.header-icon-social {
  position: relative;
  width: 32px;
  height: 32px;
  margin-left: 10px;
}

.menu-btn-line01 {
  width: 32px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  background-color: #b1833b;
}

.icon-social-img-mobile {
  display: none;
  width: 100%;
}

.header-logo-img {
  width: 80px;
}

.menu-btn-line02 {
  width: 32px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  background-color: #b1833b;
}

.menu-btn-line03 {
  width: 32px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  background-color: #b1833b;
}

.home-recipe-btn-more {
  position: relative;
  display: block;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.home-recipe-btn-more:hover {
  color: #b1833b;
}

.home-recipe-btn-more-txt {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #0a285b;
}

.home-recipe-btn-more-line-l {
  position: absolute;
  top: 50%;
  width: 50%;
  height: 1px;
  background-color: #fff;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.btn-more-line-l-animate {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 0px;
  height: 1px;
  background-color: #b1833b;
}

.home-recipe-btn-more-line-r {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: 0%;
  width: 50%;
  height: 1px;
  background-color: #fff;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.btn-more-line-r-animate {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 0px;
  height: 1px;
  background-color: #b1833b;
}

.btn-b {
  margin-top: 30px;
}

.form-txt-area {
  min-height: 180px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #b0b0b0;
  border-radius: 5px;
  background-color: transparent;
}

.form-txt-area:focus-visible {
  border-color: #b1833b;
}

.form-txt-area[data-wf-focus-visible] {
  border-color: #b1833b;
}

.services-txt-b {
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}

.services-step {
  position: relative;
  width: 100%;
  max-width: 930px;
  margin: 120px auto 60px;
}

.services-step-list {
  position: relative;
  width: 40%;
}

.services-step-txt {
  margin-top: 15px;
  color: #fff;
}

.services-list-b {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -60px;
}

.services-list-b.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.services-step-number {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(177, 131, 59, 0.5);
  border-radius: 100%;
  background-color: #0a285b;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.services-step-number02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #b1833b;
  border-radius: 100%;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 40px;
}

.services-step-line-r {
  position: absolute;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 2px;
  margin-left: 90px;
  background-color: #b1833b;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.services-step-line-l {
  position: absolute;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 2px;
  margin-left: -90px;
  background-color: #b1833b;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.services-step-line {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 2px;
  background-color: #b1833b;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

html.w-mod-js *[data-ix="banner-img-mask"] {
  height: 100%;
}

html.w-mod-js *[data-ix="fade-in-from-bottom"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="fade-in"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-3"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="page-title-txt-b"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="page-title-line"] {
  height: 0px;
}

html.w-mod-js *[data-ix="line"] {
  width: 0px;
}

html.w-mod-js *[data-ix="img-mask"] {
  width: 100%;
}

html.w-mod-js *[data-ix="slide-img-mask"] {
  width: 100%;
}

html.w-mod-js *[data-ix="home-sharing-col-txt"] {
  opacity: 0;
}

@media screen and (min-width: 1440px) {
  .about-stat-col {
    width: 50%;
  }
}

@media screen and (max-width: 991px) {
  .all-content {
    padding-top: 30px;
  }

  .all-content.home {
    padding-top: 30px;
  }

  .icon-social-img.hidden-mobile {
    display: none;
  }

  .about-col {
    width: 100%;
  }

  .about-map-b {
    position: relative;
    margin-top: -90px;
    background-size: auto 100%;
  }

  .about-container {
    padding-right: 5%;
    padding-left: 5%;
  }

  .about-stat-col {
    width: 50%;
  }

  .home-recipe-row {
    margin-bottom: -30px;
  }

  .home-recipe-col {
    width: 50%;
    margin-bottom: 30px;
  }

  .home-recipe-col.hidden-desktop {
    display: block;
  }

  .home-recipe-txt-b {
    padding-right: 10%;
    padding-left: 10%;
  }

  .home-banner01 {
    height: auto;
  }

  .home-banner01-img {
    padding-top: 145%;
  }

  .section-home-banner {
    height: auto;
    padding-top: 90px;
  }

  .home-banner02 {
    height: auto;
  }

  .home-banner03 {
    height: auto;
  }

  .header {
    height: 80px;
  }

  .header-logo {
    z-index: 1;
  }

  .nav-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    overflow: auto;
    padding: 60px 5%;
    background-color: #0a285b;
  }

  .container-menu {
    height: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .nav-menu-link {
    display: block;
    margin: 10px 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
  }

  .header-social-b {
    position: relative;
    top: 0%;
    display: block;
    width: 100%;
    margin-right: 0%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .header-icon-social {
    margin-right: 10px;
  }

  .menu-btn {
    z-index: 1;
    padding-right: 0px;
    padding-left: 0px;
  }

  .menu-btn.w--open {
    background-color: transparent;
  }

  .icon-social-img-mobile {
    display: inline-block;
  }

  .header-logo-img {
    width: 60px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 26px;
  }

  .section-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-banner {
    padding-top: 60px;
  }

  .inner-banner {
    padding-top: 200px;
  }

  .contact-info-row {
    margin-top: -30px;
  }

  .contact-info-col {
    width: 100%;
    margin-top: 30px;
  }

  .page-title {
    margin-bottom: 30px;
  }

  .page-title-line {
    height: 40px;
    margin-top: 80px;
  }

  .line {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .form-col {
    width: 100%;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-col {
    width: 100%;
  }

  .footer-contact-info {
    margin-top: 30px;
  }

  .footer-txt-copyright {
    position: relative;
    width: 100%;
    margin-top: 15px;
    margin-left: 0%;
    padding-right: 3%;
    padding-left: 3%;
  }

  .footer-txt-name {
    font-size: 19px;
  }

  .about-map-b {
    margin-top: -60px;
  }

  .about-map-icon-img {
    width: 70px;
  }

  .about-stat-col {
    width: 100%;
  }

  .about-stat-b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-stat-txt01 {
    font-size: 50px;
  }

  .about-stat-txt02 {
    font-size: 22px;
  }

  .about-gallery {
    padding-top: 100%;
  }

  .about-gallery-img._04 {
    width: 42%;
    margin-top: -5%;
    margin-left: 20%;
  }

  .about-gallery-img._01 {
    width: 23%;
    margin-top: -23%;
    margin-left: -39%;
  }

  .about-gallery-img._02 {
    width: 28%;
    margin-top: -5%;
    margin-left: -21%;
  }

  .about-gallery-img._03 {
    width: 25%;
    margin-top: -35%;
    margin-left: 11%;
  }

  .about-gallery-img._05 {
    width: 25%;
    margin-top: 31%;
    margin-left: -29%;
  }

  .about-gallery-img._06 {
    width: 23%;
    margin-top: 21%;
  }

  .about-gallery-img._07 {
    width: 18%;
    margin-top: 25%;
    margin-left: 6%;
  }

  .home-sharing-slider {
    height: 250px;
  }

  .section-home-banner {
    padding-top: 60px;
  }

  .home-sharing-col-txt {
    padding: 15px;
  }

  .header {
    height: 60px;
  }

  .nav-menu-link {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .header-logo-img {
    width: 44px;
  }

  .services-step {
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .services-step-list {
    width: 100%;
  }

  .services-list-b {
    margin-top: 30px;
    padding-left: 90px;
  }

  .services-list-b.right {
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .services-step-number {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 70px;
    height: 70px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .services-step-number02 {
    width: 60px;
    height: 60px;
    font-size: 32px;
  }

  .services-step-line-r {
    margin-left: 70px;
  }

  .services-step-line-l {
    margin-left: 70px;
  }

  .services-step-line {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    margin-left: 34px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media screen and (max-width: 479px) {
  .home-recipe-col {
    width: 100%;
  }

  .home-sharing-slider {
    height: auto;
  }

  .home-banner01 {
    width: 50%;
  }

  .home-banner01-img {
    padding-top: 100%;
  }

  .home-banner02 {
    width: 50%;
  }

  .home-banner03 {
    width: 100%;
  }

  .home-sharing-col-img {
    width: 100%;
    padding-top: 70%;
    border-bottom: 1px solid #0a285b;
    border-right-style: none;
  }

  .home-sharing-col-txt {
    width: 100%;
  }

  .home-banner03-img {
    padding-top: 50%;
  }

  .home-banner-tagline {
    display: none;
  }

  .home-tagline-mobile {
    display: block;
  }
}

