:root {
  --beige: #e6e1d8;
  --dark-brown: #53483d;
  --green: #929172;
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--beige);
  color: var(--dark-brown);
  letter-spacing: 2px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 17px;
  line-height: 150%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 400;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
}

h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
}

label {
  margin-bottom: 5px;
  font-weight: 400;
  transition: all .5s;
  display: block;
  position: absolute;
  top: 0;
}

.section-content {
  background-color: var(--beige);
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-content.footer {
  border-top: 1px solid var(--dark-brown);
}

.section-content.contact-form-section {
  background-color: var(--green);
  color: var(--white);
  text-align: center;
}

.section-content.home {
  padding-bottom: 0;
}

.section-content.projects {
  padding-top: 110px;
}

.section-content.projects-details {
  padding-top: 40px;
}

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

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

.projects-row {
  flex-flow: wrap;
  margin: 40px -10px -20px;
  display: flex;
}

.projects-col {
  width: 50%;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.projects-link {
  color: var(--dark-brown);
  text-align: center;
  border-radius: 10px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.img.contact {
  object-position: 0% 50%;
}

.projects-link-txt-b {
  background-color: rgba(230, 225, 216, .8);
  flex-flow: column;
  justify-content: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.projects-link-title {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 700;
}

.projects-link-txt-b-mobile {
  flex-flow: column;
  justify-content: center;
  display: none;
}

.projects-link-img-b {
  padding-top: 70%;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-full02 {
  max-width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.footer-row {
  flex-flow: wrap;
  display: flex;
}

.footer-col-l {
  width: 55%;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-bottom-b {
  margin-top: 80px;
  padding-right: 200px;
  position: relative;
}

.link-txt {
  color: var(--dark-brown);
  text-decoration: none;
  transition: all .6s;
}

.link-txt:hover {
  color: var(--green);
}

.footer-col-r {
  width: 45%;
}

.footer-subrow {
  flex-flow: wrap;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.footer-sub-col-l {
  width: 100%;
  margin-bottom: 30px;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.footer-sub-col-r {
  width: 100%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.title {
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 700;
  display: block;
}

.btn-top {
  color: var(--dark-brown);
  text-decoration: none;
  transition: all .6s;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.btn-top:hover {
  color: var(--green);
}

.btn-follow {
  border: 1px solid var(--white);
  background-color: var(--green);
  border-radius: 100%;
  width: 80px;
  height: 80px;
}

.follow {
  z-index: 10;
  margin-bottom: 115px;
  margin-right: 20px;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.btn-follow-img {
  width: 100%;
  height: 100%;
}

.about-row {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.about-row.reverse {
  flex-flow: row-reverse wrap;
}

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

.about-img {
  padding-top: 70%;
  position: relative;
}

.about-txt-b02 {
  background-color: var(--white);
  min-height: 330px;
  padding: 40px;
}

.sub-section {
  margin-top: 80px;
  overflow: hidden;
}

.sub-section.no-overflow {
  overflow: visible;
}

.about-txt-b01 {
  background-color: var(--white);
  min-height: 330px;
  padding: 40px;
}

.container-720 {
  max-width: 720px;
  padding-left: 80px;
  padding-right: 80px;
}

.process-row {
  flex-flow: wrap;
  margin-left: -5%;
  margin-right: -5%;
  display: flex;
}

.process-col {
  width: 33.33%;
  margin-top: 40px;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.process-icon {
  width: 150px;
}

.process-dot {
  margin-top: 75px;
  margin-right: -22px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.service-row {
  flex-flow: wrap;
  margin-left: -6px;
  margin-right: -6px;
  display: flex;
}

.service-col {
  width: 25%;
  margin-top: 40px;
  padding-left: 6px;
  padding-right: 6px;
}

.service-img {
  padding-top: 155%;
  position: relative;
}

.service-txt-b {
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .8) 35%);
  padding: 80px 5% 20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-title {
  font-size: 19px;
  font-weight: 700;
  display: block;
}

.service-expand {
  overflow: hidden;
}

.service-expand-txt {
  margin-top: 20px;
}

.process-dot-mobile {
  margin-top: 75px;
  margin-right: -22px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.section-full {
  height: 100vh;
  overflow: hidden;
}

.about-banner {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.all {
  z-index: 1;
  background-color: var(--beige);
  position: relative;
}

.about-banner-txt-b {
  color: var(--white);
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: translate(0, -50%);
}

.about-banner-title {
  margin-bottom: 20px;
}

.follow-hidden {
  width: 60px;
  margin-bottom: 90px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 50%;
  right: 0%;
  transform: translate(-50%);
}

.btn-social {
  background-color: var(--green);
  border-radius: 100%;
  width: 100%;
  margin-top: 10px;
  display: block;
  overflow: hidden;
}

.section-contact {
  flex-flow: row-reverse wrap;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.contact-col {
  flex-flow: column;
  justify-content: center;
  width: 50%;
  display: flex;
}

.contact-txt-b {
  padding: 80px 10%;
}

.contact-img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.ig-row {
  flex-flow: wrap;
  margin-bottom: 20px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.ig-col {
  width: 20%;
  padding-left: 20px;
  padding-right: 20px;
}

.ig-link-b {
  padding-top: 135%;
  display: block;
  position: relative;
}

.contact-heading {
  margin-bottom: 40px;
}

.txt-color-green {
  color: var(--green);
}

.input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.input:focus {
  border-bottom-color: var(--white);
}

.input::placeholder {
  color: rgba(0, 0, 0, 0);
}

.input.long {
  height: 120px;
}

.contact-btn-submit {
  border: 1px solid var(--beige);
  background-color: var(--beige);
  color: #878c7b;
  text-align: center;
  padding: 15px 5%;
  font-weight: 500;
  text-decoration: none;
  transition: all .5s;
  display: block;
  position: relative;
}

.contact-btn-submit:hover {
  color: var(--white);
  background-color: rgba(0, 0, 0, .35);
}

.dropdown-link {
  color: var(--dark-brown);
  transition: all .5s;
}

.dropdown-link:hover {
  background-color: var(--white);
}

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

.dropdown-list {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 35px;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.dropdown-list.form {
  margin-top: 36px;
}

.contact-form {
  margin-bottom: 0;
}

.form-dropdown-link-b {
  border: 1px solid var(--green);
  background-color: var(--beige);
  margin-top: 1px;
}

.dropdown-icon {
  margin-top: -1px;
  margin-right: 5px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.form-dropdown-toggle {
  border-bottom: 1px solid var(--white);
  color: var(--white);
  padding-top: 5px;
  padding-bottom: 8px;
  padding-left: 0;
  transition: all .5s;
  display: block;
}

.input-wrap {
  flex-direction: row;
  display: flex;
  position: relative;
}

.form-select {
  display: block;
}

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

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

.container-900 {
  max-width: 900px;
  padding-left: 80px;
  padding-right: 80px;
}

.home-project01-row {
  flex-flow: row-reverse wrap-reverse;
  justify-content: flex-start;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.home-project01-col {
  width: 33.33%;
  padding-left: 5px;
  padding-right: 5px;
}

.home-project01-img {
  padding-top: 135%;
  position: relative;
}

.home-project01-txt-b {
  padding-right: 80px;
}

.home-project-title {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 700;
}

.home-project-title-b {
  margin-bottom: 20px;
}

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

.btn-txt {
  color: var(--green);
  padding-bottom: 5px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.btn-line {
  background-color: var(--green);
  width: 100%;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.btn-line.line-white {
  background-color: var(--white);
}

.home-project03-row {
  justify-content: flex-start;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.home-project03-col {
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}

.home-project03-img {
  padding-top: 70%;
  position: relative;
}

.home-project03-txt-b {
  padding-left: 80px;
}

.home-project02-img {
  padding-top: 50%;
  position: relative;
}

.home-project02-b {
  position: relative;
}

.home-project02-content-b {
  text-align: center;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .8) 35%);
  padding: 80px 80px 40px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-project02-txt-b {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.home-project-slider {
  background-color: rgba(221, 221, 221, 0);
  height: auto;
  overflow: hidden;
}

.home-project-slide-mask {
  width: 85%;
  left: 50%;
  overflow: visible;
  transform: translate(-50%);
}

.home-project-slide-img {
  color: var(--dark-brown);
  padding-top: 55%;
  display: block;
  position: relative;
}

.home-project-slide {
  padding-left: 20px;
  padding-right: 20px;
}

.home-project-slide-txt-b {
  text-align: center;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .8) 35%);
  padding: 80px 80px 20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-project-arrow-r {
  background-image: url('../images/arrow-next.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 60px;
  height: 60px;
  margin-bottom: 40px;
  margin-right: 10%;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.home-project-arrow-l {
  background-image: url('../images/arrow-prev.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 60px;
  height: 60px;
  margin-bottom: 40px;
  margin-left: 10%;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.home-project01-col-img {
  width: 33.33%;
  padding-left: 5px;
  padding-right: 5px;
}

.home-project-slide-link {
  color: var(--dark-brown);
  text-decoration: none;
  display: block;
  position: relative;
}

.home-project-btn {
  border-bottom: 1px solid var(--beige);
  background-color: var(--green);
  color: var(--white);
  text-align: center;
  margin-top: 80px;
  padding: 15px 5%;
  text-decoration: none;
  transition: all .5s;
  display: block;
}

.home-project-btn:hover {
  background-color: #5f5e4a;
}

.home-about {
  background-color: var(--green);
  color: var(--white);
  padding-top: 40px;
  padding-bottom: 40px;
}

.home-about-row {
  flex-flow: wrap;
  align-items: flex-end;
  display: flex;
}

.home-about-col-txt {
  width: 50%;
  padding-left: 40px;
  padding-right: 40px;
}

.btn-txt-white {
  color: var(--white);
  padding-bottom: 5px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.home-about-col-img {
  width: 50%;
  padding-right: 40px;
}

.home-about-img {
  padding-top: 100%;
  position: relative;
}

.home-video {
  height: 100%;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header {
  z-index: 1000;
  background-color: rgba(221, 221, 221, 0);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.header-logo {
  width: 80px;
  height: 80px;
  position: relative;
}

.header-logo-img {
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-menu {
  max-width: 100%;
  padding: 15px 40px;
}

.menu-btn-line01 {
  background-color: var(--white);
  width: 34px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  position: relative;
}

.menu-btn {
  z-index: 10;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.menu-btn.w--open {
  background-color: rgba(200, 200, 200, 0);
}

.nav-menu {
  border-left: 1px solid var(--white);
  background-color: #cfc7b8;
  width: 300px;
  padding: 80px 40px;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.nav-link {
  padding: 5px 0;
  transition: all .5s;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--green);
}

.menu-btn-line02, .menu-btn-line03 {
  background-color: var(--white);
  width: 34px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  position: relative;
}

.menu-btn-line-open {
  background-color: var(--dark-brown);
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-projects-details {
  height: 85vh;
  overflow: hidden;
}

.project-details-banner {
  object-fit: cover;
  width: 100%;
  height: 85vh;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.projects-details-row {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.projects-details-col {
  width: 50%;
  margin-bottom: 30px;
}

.projects-details-col.full {
  width: 100%;
}

.projects-details-title {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
}

.projects-details-content {
  flex-flow: wrap;
  margin-top: 50px;
}

.projects-details-col-img {
  float: left;
  width: 66.66%;
}

.projects-details-col-txt {
  float: right;
  width: 33.33%;
  padding-bottom: 10px;
  padding-left: 80px;
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}

.projects-details-img-row {
  flex-flow: wrap;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.projects-details-img-col {
  width: 50%;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.projects-details-img-col.full {
  width: 100%;
}

.projects-details-img-link {
  display: block;
}

.projects-details-img {
  width: 100%;
}

.projects-details-others-row {
  flex-flow: wrap;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.projects-details-others-col {
  width: 33.33%;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.projects-details-video {
  z-index: 1;
  height: auto;
  padding-top: 50%;
  position: relative;
}

.btn-pause {
  border: 1px solid var(--white);
  background-color: rgba(0, 0, 0, .2);
  background-image: url('../images/btn-play.svg');
  background-position: 52%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-radius: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.btn-play-pause {
  width: 60px;
  height: 60px;
}

.btn-play {
  border: 1px solid var(--white);
  background-image: url('../images/btn-pause.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.btn-back {
  border-bottom: 1px solid var(--green);
  color: var(--dark-brown);
  text-align: center;
  padding: 15px 5%;
  text-decoration: none;
  transition: all .5s;
  display: block;
}

.btn-back:hover {
  color: var(--white);
  background-color: #5f5e4a;
}

.project-details-banner-img {
  object-fit: cover;
  width: 100%;
  height: 85vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.about-col-txt01 {
  z-index: 1;
  float: right;
  width: 50%;
  margin-top: -300px;
  position: relative;
}

.container-1440 {
  max-width: 1440px;
  padding-left: 80px;
  padding-right: 80px;
}

.about-col-txt02 {
  z-index: 1;
  width: 50%;
  margin-top: -300px;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.about-col-img02 {
  width: 60%;
  margin-left: 40%;
  position: relative;
}

.about-col-img-copy {
  float: right;
  width: 60%;
}

.about-col-txt01-copy {
  z-index: 1;
  float: left;
  width: 50%;
  margin-top: 80px;
  position: relative;
}

.about-row-copy {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.about-row-copy.reverse {
  flex-flow: row-reverse wrap;
}

.about-row02 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.about-row02.reverse {
  flex-flow: row-reverse wrap;
}

.home-project-video {
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-video-vertical {
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 50%;
  right: 0%;
  transform: translate(-50%);
}

.about-banner-mask {
  background-color: rgba(0, 0, 0, .35);
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading1 {
  opacity: 0;
}

.about-banner-txt {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 400;
}

.form-error-message {
  background-color: #681f1f;
}

.ig-slider {
  background-color: rgba(221, 221, 221, 0);
  height: auto;
  display: none;
}

.ig-slide-mask {
  margin-left: -20px;
  margin-right: -20px;
}

html.w-mod-js [data-ix="fade-in"] {
  opacity: 0;
  transform: translate(0, 30px);
}

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

html.w-mod-js [data-ix="service-expand"] {
  height: 0;
}

html.w-mod-js [data-ix="banner-img"] {
  opacity: 0;
  transform: scale(1.05);
}

html.w-mod-js [data-ix="process-icon"] {
  opacity: 0;
  transform: rotateX(0)rotateY(-90deg)rotateZ(0);
}

@media screen and (min-width: 1440px) {
  .footer-sub-col-l {
    width: 60%;
  }

  .footer-sub-col-r {
    width: 40%;
  }

  .btn-play {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
}

@media screen and (max-width: 991px) {
  .container-full {
    padding-left: 5%;
    padding-right: 5%;
  }

  .projects-row {
    margin-bottom: -40px;
  }

  .projects-col {
    margin-bottom: 40px;
  }

  .projects-link-txt-b {
    display: none;
  }

  .projects-link-title {
    font-size: 20px;
  }

  .projects-link-txt-b-mobile {
    margin-top: 10px;
    display: block;
  }

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

  .about-txt-b02 {
    padding-right: 10%;
  }

  .about-txt-b01 {
    padding-left: 10%;
  }

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

  .service-row {
    margin-top: 40px;
  }

  .service-col {
    width: 50%;
    margin-top: 12px;
  }

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

  .ig-col {
    padding-left: 5px;
    padding-right: 5px;
  }

  .input {
    font-size: 1rem;
  }

  .dropdown-list {
    margin-top: 41px;
  }

  .dropdown-list.form {
    margin-top: 35px;
  }

  .form-dropdown-toggle {
    padding-bottom: 7px;
  }

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

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

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

  .home-project02-content-b {
    background-image: none;
    padding: 40px 5% 0;
    position: relative;
  }

  .home-project-slide {
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-project-slide-txt-b {
    padding-top: 60px;
  }

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

  .menu-btn {
    margin-right: 5%;
  }

  .nav-menu {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-projects-details, .project-details-banner {
    height: 70vh;
  }

  .projects-details-col {
    width: 100%;
  }

  .projects-details-col-img {
    float: none;
    width: 100%;
  }

  .projects-details-col-txt {
    float: none;
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    top: 0;
  }

  .projects-details-others-row {
    margin-left: -5px;
    margin-right: -5px;
  }

  .projects-details-others-col {
    padding-left: 5px;
    padding-right: 5px;
  }

  .project-details-banner-img {
    height: 70vh;
  }

  .about-col-txt01 {
    margin-top: -200px;
  }

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

  .about-col-txt02 {
    margin-top: -200px;
  }
}

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

  h1 {
    font-size: 30px;
  }

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

  .section-content.projects {
    padding-top: 90px;
  }

  .projects-link-title {
    font-size: 18px;
  }

  .footer-col-l {
    width: 100%;
    margin-bottom: 30px;
  }

  .footer-bottom-b {
    margin-top: 60px;
    padding-right: 0;
  }

  .footer-col-r {
    width: 100%;
  }

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

  .btn-follow {
    width: 60px;
    height: 60px;
  }

  .follow {
    margin-bottom: 50px;
  }

  .about-row {
    text-align: center;
    display: block;
  }

  .about-col-img {
    width: 90%;
  }

  .about-txt-b02 {
    text-align: left;
    min-height: 0;
    padding: 10%;
  }

  .sub-section {
    margin-top: 60px;
  }

  .about-txt-b01 {
    text-align: left;
    min-height: 0;
    padding: 10%;
  }

  .process-col {
    width: 50%;
    margin-top: 30px;
  }

  .process-dot.hidden-mobile {
    display: none;
  }

  .process-dot-mobile {
    display: inline-block;
  }

  .section-contact {
    min-height: 0;
  }

  .contact-col {
    width: 100%;
  }

  .contact-txt-b {
    padding: 120px 5% 60px;
  }

  .contact-img {
    padding-top: 100%;
  }

  .ig-row {
    display: none;
  }

  .ig-col {
    width: 33.33%;
  }

  .ig-col.hidden-horizontal-mobile {
    display: none;
  }

  .contact-heading {
    margin-bottom: 30px;
  }

  .contact-btn-submit {
    padding-left: 40px;
    padding-right: 40px;
  }

  .dropdown-link {
    padding-left: 5%;
    padding-right: 5%;
  }

  .dropdown-list {
    width: 100%;
    margin-top: 49px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .form-col {
    width: 100%;
  }

  .home-project01-row {
    text-align: center;
    flex-flow: wrap;
  }

  .home-project01-col {
    width: 100%;
  }

  .home-project01-img {
    margin-bottom: 30px;
  }

  .home-project01-txt-b {
    padding-right: 0%;
  }

  .home-project-title {
    margin-bottom: 0;
    font-size: 19px;
  }

  .home-project03-row {
    text-align: center;
    display: block;
  }

  .home-project03-col {
    width: 100%;
  }

  .home-project03-txt-b {
    margin-top: 30px;
    padding-left: 0%;
  }

  .home-project02-img {
    padding-top: 60%;
  }

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

  .home-project02-txt-b {
    max-width: none;
  }

  .home-project-slide-mask {
    padding-bottom: 60px;
  }

  .home-project-slide-img {
    padding-top: 65%;
  }

  .home-project-slide-txt-b {
    background-image: none;
    padding: 30px 0% 0 0;
    position: relative;
  }

  .home-project-arrow-r {
    background-size: 10px;
    margin-bottom: 0;
    margin-left: 30px;
    margin-right: 0%;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 50%;
    right: auto;
    transform: translate(-50%);
  }

  .home-project-arrow-l {
    background-size: 10px;
    margin-bottom: 0;
    margin-left: -30px;
    top: auto;
    bottom: 0%;
    left: 50%;
    right: auto;
    transform: translate(-50%);
  }

  .home-project01-col-img {
    width: 50%;
  }

  .home-project-btn {
    margin-top: 60px;
  }

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

  .home-about-col-txt {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .home-about-col-img {
    width: 100%;
    margin-top: 40px;
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .container-menu {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .projects-details-col {
    margin-bottom: 20px;
  }

  .projects-details-content {
    margin-top: 30px;
  }

  .projects-details-others-row {
    margin-top: -30px;
  }

  .projects-details-others-col {
    width: 100%;
    margin-top: 30px;
  }

  .about-col-txt01 {
    width: 90%;
    margin-top: -30px;
  }

  .about-col-txt02 {
    width: 90%;
    margin-top: -30px;
    margin-left: 10%;
  }

  .about-col-img02 {
    width: 90%;
    margin-left: 0%;
  }

  .about-col-img-copy, .about-col-txt01-copy {
    width: 100%;
  }

  .about-row-copy, .about-row02 {
    text-align: center;
    display: block;
  }

  .about-banner-txt {
    font-size: 16px;
  }

  .ig-slider {
    margin-bottom: 10px;
    display: block;
  }

  .ig-slide-mask {
    margin-left: -5px;
    margin-right: -5px;
  }
}

@media screen and (max-width: 479px) {
  .projects-col, .service-col {
    width: 100%;
  }

  .service-img {
    padding-top: 120%;
  }

  .ig-col {
    width: 50%;
  }

  .ig-col.hidden-vertical-mobile {
    display: none;
  }

  .home-project-slide-mask {
    width: 90%;
  }

  .home-video {
    display: none;
  }

  .nav-menu {
    width: 80%;
  }

  .project-details-banner {
    display: none;
  }

  .project-details-banner-img {
    display: block;
  }

  .home-video-vertical {
    width: 100%;
    height: 100vh;
    display: block;
  }
}


@font-face {
  font-family: 'Helixa';
  src: url('../fonts/Helixa-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}