@import url("https://fonts.googleapis.com/css2?family=Passion+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noticia+Text&family=Noto+Sans+TC:wght@300;400;500;700&family=Noto+Serif+TC:wght@300;400;500;700&display=swap");
body {
  margin: 0;
  color: #12211D;
  font-family: "Noto Sans TC", sans-serif;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.8px;
}

.bs {
  -webkit-box-shadow: 0 8px 10px rgba(13, 25, 22, 0.062745098);
  box-shadow: 0 8px 10px rgba(13, 25, 22, 0.062745098);
  transition: all 0.3s;
}

.container {
  max-width: 1140px;
  width: 95%;
  margin: auto;
}

hr {
  background-color: #224f61;
}

ul,
ol {
  margin: 0;
}
ul li:not(:last-child),
ol li:not(:last-child) {
  margin-bottom: 8px;
}

a {
  text-decoration: none;
  display: inline-block;
  color: #12211D;
}
a:hover {
  color: #12211D;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  letter-spacing: 2px;
}

h2,
h3,
h4 {
  line-height: 1.7em;
}

h2 {
  line-height: 1;
  color: #3e7466;
  display: inline-block;
  position: relative;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 30px;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  font-family: "Noto Serif TC", serif;
}
h2 span {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  display: block;
  text-align: left;
  position: relative;
  padding-bottom: 16px;
}
h2 span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  background-color: #3e7466;
  height: 1px;
  width: 1rem;
}

@media (min-width: 992px) {
  h2 {
    font-size: 32px;
    margin-bottom: 60px;
  }
}
h3 {
  color: #224f61;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 400;
}

p {
  line-height: 2;
}

img {
  width: 100%;
}

.row:not(:last-child) {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .row:not(:last-child) {
    margin-bottom: 80px;
  }
}
.slick-prev:before,
.slick-next:before {
  color: #A3CDC2;
  font-size: 24px;
}

.slick-dots {
  margin-bottom: -30px;
}

.slick-dots li button:before {
  color: #224f61;
}

.btn {
  width: 100%;
  line-height: 40px;
  margin: 16px 8px;
  border: 1px solid #3e7466;
  background-color: #3e7466;
  border-radius: 50vh;
  color: #224f61;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: 0 6px 8px rgba(13, 25, 22, 0.062745098);
}
.btn i {
  transition: all 0.3s;
  position: relative;
  right: 0;
  line-height: 40px;
  font-size: 18px;
}

.btn span {
  display: block;
  width: 100px;
}

.btn.secondary {
  border: 1px solid white;
  background-color: transparent;
  color: white;
}

.link-btn {
  display: block;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  color: white;
  background-color: #224f61;
  border-radius: 50vh;
}

section:not(:first-child) {
  padding: 40px 0;
}

#loading {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #F0F7F5;
  z-index: 99999;
}
#loading .wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#loading .wrapper .img-box {
  margin: auto;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  padding: 20px;
  background-color: white;
}
#loading .wrapper .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#loading .wrapper .text-box {
  position: relative;
  background-color: #F0F7F5;
  margin-top: 24px;
}
#loading .wrapper .text-box span.top {
  font-family: "Noticia Text", serif;
  display: block;
  text-transform: uppercase;
  text-align: center;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 10px;
  color: #12211D;
}
#loading .wrapper .text-box span.bottom {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #A3CDC2;
  mix-blend-mode: lighten;
  width: 0;
  height: 100%;
  animation: loading 2s infinite;
}
@keyframes loading {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
  background-color: white;
  -webkit-box-shadow: 0 2px 4px rgba(30, 10, 33, 0.0705882353);
  box-shadow: 0 2px 4px rgba(30, 10, 33, 0.0705882353);
}

.navbar h1 {
  margin: 0 12px;
}

.navbar h1 a img {
  width: 180px;
}

.navbar .navbar-toggler {
  color: transparent;
}

.navbar .navbar-toggler i {
  color: #3e7466;
}

.navbar .navbar-collapse {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.navbar .navbar-collapse .navbar-nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar .navbar-collapse .navbar-nav {
  margin-left: auto;
}

.navbar .navbar-collapse .navbar-nav .nav-link {
  text-align: center;
  color: #3e7466;
  margin: 12px 0;
  font-family: "Noto Serif TC", serif;
}

.navbar .navbar-collapse .navbar-nav .nav-link span.english {
  display: none;
  text-transform: uppercase;
  font-size: 14px;
}

@keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}
#banner {
  position: relative;
  font-family: "Noto Serif TC", serif;
  background-image: linear-gradient(45deg, #A3CDC2 0%, #F0F7F5 100%);
  height: 80vh;
  z-index: 0;
}
#banner:after {
  content: "";
  position: absolute;
  top: 35%;
  right: 40px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #3e7466;
  opacity: 0.08;
  z-index: -1;
}
#banner .text-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 45%;
  width: 90%;
  z-index: 0;
}
#banner .text-box:after {
  content: "";
  position: absolute;
  bottom: -3rem;
  left: 40px;
  width: 60px;
  height: 60px;
  border-bottom: 4px solid #3e7466;
  border-left: 4px solid #3e7466;
  opacity: 0.08;
  z-index: -1;
}
#banner .text-box h2 {
  color: #224f61;
  font-size: 2em;
}
#banner .text-box h2 small {
  font-size: 0.5em;
  margin-top: 20px;
  display: block;
  line-height: 2;
}
#banner .text-box p {
  position: absolute;
  bottom: -2rem;
  right: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
#banner span {
  display: block;
  text-transform: uppercase;
  position: absolute;
  font-size: 3em;
  line-height: 1;
  font-family: "Passion One", cursive;
  opacity: 0.08;
  color: #3e7466;
  writing-mode: vertical-rl;
  top: 0;
  bottom: 10px;
  left: -15px;
  text-align: right;
}

#about .experience {
  padding: 10px;
  padding-left: 20px;
  color: gray;
  border: 1px solid;
  border-left: 8px solid;
  font-size: 14px;
}
#about .img-box {
  position: relative;
}

#services .services-box {
  border-radius: 50px;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#services .services-box .text {
  padding: 40px;
}
#services .services-box .text hr {
  opacity: 0.1;
}
#services .services-box .text h3 {
  margin-bottom: 12px;
}
#services .services-box .text ul {
  list-style-type: none;
  padding: 0;
}
#services .services-box .text ul li {
  font-weight: 300;
  position: relative;
  margin-left: 30px;
}
#services .services-box .text ul li:after {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 10px;
  background-color: #12211D;
}
#services .services-box .text h4 {
  font-size: 15px;
  color: #224f61;
  border-left: 4px solid;
  padding-left: 8px;
  line-height: 15px;
  margin-bottom: 12px;
  margin-top: 28px;
}
#services .services-box .text ol {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
#services .services-box .text ol li {
  font-size: 15px;
  font-weight: 300;
}
#services .services-box .text ol span {
  font-size: 12px;
  padding: 0 4px;
}
#services .services-box:not(:last-child) {
  margin-bottom: 40px;
}
#services .services-box.box1 {
  background: url(../image/services/img-01.jpg) no-repeat center/cover, #eee;
  background-blend-mode: overlay;
}
#services .services-box.box2 {
  background: url(../image/services/img-02.jpg) no-repeat center/cover, #e2e2e2;
  background-blend-mode: overlay;
}

#notice {
  background-color: #FFFFFF;
}
#notice .notice-box {
  background-color: #F0F7F5;
  padding: 20px;
}
#notice h2 {
  line-height: 1.2;
}
#notice h2 small {
  display: block;
  font-size: 16px;
  margin-bottom: 20px;
  position: relative;
  font-weight: 400;
  letter-spacing: 1px;
}
#notice h2 small::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  background-color: rgba(72, 24, 79, 0.2509803922);
  height: 1px;
  width: 50px;
}
#notice h3 {
  font-size: 16px;
  color: #224f61;
}
#notice hr {
  background-color: #12211D;
  opacity: 0.1;
}
#notice ul li {
  font-size: 15px;
}
#notice ul li:not(:last-child) {
  margin-bottom: 12px;
}
#notice p {
  background-color: white;
  padding: 20px;
  color: gray;
  font-family: "Noto Serif TC", serif;
}

#environment h2 span {
  text-align: center;
  padding-bottom: 8px;
}
#environment h2 span:after {
  width: 0;
}
#environment .box {
  padding: 60px 40px;
  position: relative;
  z-index: 0;
}
#environment .box:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0.4392156863) 20%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.4392156863) 80%, #ffffff 100%);
}
#environment .box.box1 {
  background: url(../image/environment/bg-01.jpg) no-repeat center/cover, rgb(202, 202, 202);
  background-blend-mode: overlay;
}
#environment .box.box2 {
  background: url(../image/environment/bg-02.jpg) no-repeat center/cover, rgb(202, 202, 202);
  background-blend-mode: overlay;
}
#environment .box.box3 {
  background: url(../image/environment/bg-03.jpg) no-repeat center/cover, rgb(202, 202, 202);
  background-blend-mode: overlay;
}
#environment .box h2 {
  left: 0;
  transform: unset;
  position: relative;
  line-height: 1.5;
  padding-bottom: 40px;
  margin-bottom: 20px;
}
#environment .box h2:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 20px;
  width: 1px;
  background-color: #3e7466;
}

#portfolios {
  background-color: rgb(249, 249, 249);
}

#portfolios .container {
  max-width: unset;
}

#portfolios hr {
  opacity: 0.1;
  background-color: #3e7466;
}

#portfolios h3 {
  display: inline-block;
  color: #3e7466;
}
#portfolios h3 span {
  margin-left: 8px;
  font-size: 0.7em;
  font-family: "Noto Serif TC", serif;
}

#portfolios .multiple-items {
  margin: 20px 30px;
  margin-bottom: 40px;
}

#portfolios .multiple-items .slick-next,
#portfolios .multiple-items .slick-prev {
  width: 40px;
  line-height: 40px;
}

.slick-dots li button:before {
  color: #A3CDC2;
}

.slick-dots li.slick-active button:before {
  color: #A3CDC2;
}

#portfolios .multiple-items .slick-prev {
  left: -38px;
}

#portfolios .multiple-items .slick-next {
  right: -38px;
}

#portfolios .multiple-items .slick-next:before,
#portfolios .multiple-items .slick-prev:before {
  font-size: 24px;
}

#portfolios .multiple-items .portfolios-box a {
  display: block;
  height: 250px;
  padding: 8px;
  margin: 8px;
  background-color: white;
}

#portfolios .multiple-items .portfolios-box img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  border-radius: 4px;
}

#feedback img {
  height: 60vh;
  object-fit: contain;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  position: relative;
}
.carousel-control-next-icon:after,
.carousel-control-prev-icon:after {
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
  background-color: #A3CDC2;
  border-radius: 50vh;
  z-index: -1;
}

#contact {
  position: relative;
  background-color: #F0F7F5;
}
#contact figure {
  margin: auto;
  width: 180px;
}
#contact figure img {
  -o-object-fit: contain;
  object-fit: contain;
}
#contact hr {
  opacity: 0.1;
}
#contact ul {
  list-style-type: none;
  padding: 0;
  color: #3e7466;
}
#contact ul li h4 {
  font-size: 32px;
  margin-right: 12px;
}
#contact ul li i {
  font-size: 32px;
}
#contact ul li a {
  color: #3e7466;
  letter-spacing: 1.2px;
}
#contact ul li a span:not(.icon) {
  display: block;
  font-size: 12px;
  font-weight: 300;
  margin-top: 2px;
}

footer {
  padding-bottom: 80px;
  background-color: #F0F7F5;
}
footer .top {
  text-align: center;
  color: #12211D;
  margin: auto;
  width: 80px;
  height: 80px;
  transition: all 0.3s;
  position: relative;
  top: 0;
  font-size: 14px;
}
footer .top:hover {
  top: -10px;
  cursor: pointer;
}

footer p,
footer a {
  margin: 0;
  font-size: 12px;
  color: #12211D;
}

.quick-link-l {
  z-index: 99;
  position: fixed;
  bottom: 100px;
  right: 0;
  display: none;
}

.quick-link-l .link-btn {
  font-size: 20px;
  border-radius: 0;
  background-color: #224f61;
  color: white;
  width: 100px;
  line-height: 100px;
  padding: 12px 4px 12px 20px;
  border-radius: 50vh 0 0 50vh;
}
.quick-link-l .link-btn span {
  font-size: 14px;
  line-height: 14px;
  margin-top: 8px;
  font-weight: 300;
}
.quick-link-l .link-btn i {
  font-size: 24px;
}

.quick-link-s {
  z-index: 99;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: 0 -2px 4px rgba(13, 25, 22, 0.062745098);
  box-shadow: 0 -2px 4px rgba(13, 25, 22, 0.062745098);
  display: none;
}

.quick-link-s .link-btn {
  line-height: 30px;
  color: #224f61;
  text-align: center;
  background-color: #FFFFFF;
  border: 0;
  border-radius: unset;
  padding: 8px 0;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  float: left;
  margin: 0;
  font-size: 14px;
  letter-spacing: 1.2px;
  width: 100%;
}

.quick-link-s .link-btn i {
  margin: auto;
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  #banner:after {
    top: 30%;
    right: 15%;
    width: 180px;
    height: 180px;
  }
  #banner .text-box {
    width: 700px;
  }
  #banner .text-box:after {
    bottom: -7rem;
    left: 100px;
    width: 120px;
    height: 120px;
    border-bottom: 8px solid #3e7466;
    border-left: 8px solid #3e7466;
  }
  #banner .text-box h2 {
    font-size: 3em;
  }
  #banner .text-box h2 small {
    margin-top: 30px;
    white-space: nowrap;
  }
  #banner .text-box p {
    bottom: -4rem;
    font-size: 16px;
  }
  #banner span {
    font-size: 4em;
    left: -15px;
  }
  #services .services-box {
    height: 450px;
  }
  #services .services-box .text {
    padding: 40px 60px;
  }
  #services .services-box.box2 {
    align-items: end;
  }
}
@media screen and (min-width: 1500px) {
  #banner span {
    font-size: 5em;
  }
}
@media screen and (min-width: 992px) {
  section:not(:first-child) {
    padding: 120px 0;
  }
  .bs:hover {
    box-shadow: 0 12px 14px rgba(13, 25, 22, 0.0862745098);
  }
  .hover-border {
    padding-bottom: 5px;
    position: relative;
  }
  .hover-border::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #A3CDC2;
    width: 0;
    height: 1px;
    transition: all 0.3s;
  }
  .hover-border:hover::after {
    width: 100%;
  }
  .link-btn {
    transition: all 0.3s;
  }
  .btn {
    box-shadow: 0 0 0;
  }
  .btn:hover {
    color: #224f61;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
  }
  .btn:hover i {
    right: -8px;
  }
  #banner:after {
    top: 20%;
    right: 25%;
    width: 300px;
    height: 300px;
  }
  #banner .text-box:after {
    left: -80px;
    width: 300px;
    height: 300px;
  }
  .tracking-in-contract {
    -webkit-animation: tracking-in-contract 1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
    animation: tracking-in-contract 1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  }
  @-webkit-keyframes tracking-in-contract {
    0% {
      letter-spacing: 1em;
      opacity: 0;
    }
    40% {
      opacity: 0.6;
    }
    100% {
      letter-spacing: normal;
      opacity: 1;
    }
  }
  .navbar h1 a,
  .navbar .navbar-collapse .navbar-nav .nav-link {
    margin: 0 12px;
    padding: 12px 0;
    font-size: 16px;
    line-height: 1.7;
    width: 90px;
  }
  .navbar h1 a,
  .navbar .navbar-collapse .navbar-nav .nav-link:hover span.chinese {
    display: none;
  }
  .navbar h1 a,
  .navbar .navbar-collapse .navbar-nav .nav-link:hover span.english {
    display: block;
  }
  #about .img-box img.img1 {
    border-radius: 10px;
    margin-left: 8%;
  }
  #about .img-box img.img2 {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    object-fit: cover;
  }
  #about .img-box img.img3 {
    border-radius: 10px;
    margin-left: 80px;
    margin-top: 150px;
  }
  #about img.img1 {
    width: 90%;
    margin-bottom: 40px;
  }
  #about img.img2 {
    width: 340px;
    height: 340px;
    margin-right: unset;
    margin-left: -100px;
  }
  #services .services-box {
    height: 600px;
    display: flex;
    transition: all 0.3s;
  }
  #services .services-box .text {
    padding: 80px;
  }
  #services .services-box .text h3 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  #services .services-box:not(:last-child) {
    margin-bottom: 80px;
  }
  #environment .box {
    width: 80%;
    max-width: 1100px;
    padding: 140px 80px;
    margin: unset;
    margin-bottom: 100px;
    border-radius: 50px;
  }
  #environment .box:after {
    width: 0;
  }
  #environment .box.box1, #environment .box.box3 {
    margin-right: auto;
    margin-left: 60px;
  }
  #environment .box.box2 {
    margin-left: auto;
    margin-right: 60px;
  }
  #environment .box h2 {
    padding-bottom: 60px;
    margin-bottom: 30px;
  }
  #environment .box h2:after {
    height: 30px;
    bottom: 0;
  }
  #notice .notice-box {
    padding: 60px;
  }
  #notice p {
    background-color: white;
    padding: 40px;
  }
  #portfolios .container {
    max-width: unset;
    padding: 0 80px;
  }
  #portfolios .container .bs:hover {
    box-shadow: 0 8px 10px rgba(13, 25, 22, 0.062745098);
  }
  #portfolios .container h3 span {
    margin-left: 12px;
    font-size: 1em;
  }
  #portfolios .container a {
    position: relative;
    transition: all 0.3s;
    z-index: 0;
  }
  #portfolios .container a:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../image/portfolios/hover-icon.png) no-repeat center/contain;
    height: 0;
    width: 0;
    transition: all 0.3s;
    z-index: 2;
  }
  #portfolios .container a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    z-index: 1;
    transition: all 0.3s;
  }
  #portfolios .container a:hover:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../image/portfolios/hover-icon.png) no-repeat center/contain;
    height: 50px;
    width: 50px;
    transition: all 0.3s;
  }
  #portfolios .container a:hover:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2509803922);
    z-index: 1;
  }
  #portfolios .multiple-items {
    margin-bottom: 80px;
  }
  #portfolios .multiple-items .portfolios-box a {
    height: 600px;
    padding: 20px;
  }
  #contact figure {
    width: 300px;
  }
  #contact ul li i {
    font-size: 40px;
  }
  #contact ul li a:hover {
    color: #224f61;
  }
  footer a:hover {
    color: #224f61;
  }
}
/*# sourceMappingURL=style.css.map */