:root {
  --bg-color: #f1f1f3;
  --block-color: #040000;
  --yellow-color: #e1c785;
  --yellow-color2: #cbbd7a;
  --green-color: #184240;
  --light-gray-color: #7d7d7d;
  --dark-gray-color: #4f4f4f;
  --font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  --font-family-serif: "Noto Serif TC";
  --font-family-sans: "Noto Sans TC";
  --font-family-cinzel: "Cinzel";
  --font-family-didot: "Theano Didot";
}

html {
  font-size: 24px;
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 21px;
  }
}

@media screen and (max-width: 1200px) {
  html {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  html {
    font-size: 20px;
  }
}

@media screen and (max-width: 640px) {
  html {
    font-size: 14px;
  }
}

body {
  position: relative;
  z-index: 0;
  font-family: var(--font-family);
  font-size: 1rem;
  line-height: 1.7;
  color: var(--txt-color);
  background-color: var(--bg-color);
  overflow-x: hidden;
}

body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-track {
  background: #888;
}

body::-webkit-scrollbar-thumb {
  background: #ccc;
}

body::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

h1,
h2,
h3 {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a,
button {
  -webkit-transition: all 0.3s 0s ease-in;
  -o-transition: all 0.3s 0s ease-in;
  -moz-transition: all 0.3s 0s ease-in;
  transition: all 0.3s 0s ease-in;
  text-decoration: none;
}

.l-wrapper {
  overflow: hidden;
}

h2,
h2 > p {
  font-family: var(--font-family-bask);
  font-weight: 400;
  font-size: 3.9rem;
}

@media screen and (max-width: 991px) {
  h2,
  h2 > p {
    font-size: 6.9rem;
  }
}

h3,
h3 > p {
  font-family: var(--font-family-swei);
  font-weight: 600;
  font-size: 3.3rem;
  line-height: 1;
}

h4,
h4 > p {
  font-family: var(--font-family-w9);
  font-weight: 400;
  font-size: 2.7rem;
  line-height: 1;
}

p {
  font-family: var(--font-family-noto);
}

figure {
  position: relative;
}

figcaption {
  font-size: 1rem;
  color: #fff;
  position: absolute;
  bottom: 1px;
  right: 7px;
  z-index: 2;
}

.o-0 {
  opacity: 0;
}

.o-1 {
  opacity: 1;
}

.d-n {
  display: none;
}

.d-b {
  display: block;
}

.c-w {
  color: #fff !important;
}

.loader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #fff;
}

.loader::after {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  border: 5px solid #FFF;
  border-bottom-color: #00645D;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: rotation 1s linear infinite;
     -moz-animation: rotation 1s linear infinite;
       -o-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite;
  position: absolute;
  top: 40vh;
  left: -webkit-calc(50% - 24px);
  left: -moz-calc(50% - 24px);
  left: calc(50% - 24px);
}

.swiper-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.swiper-wrap .swiper {
  padding-bottom: 60px;
}

@media screen and (max-width: 1400px) {
  .swiper-wrap .swiper {
    padding-bottom: 46px;
  }
}

.swiper-buttons {
  width: 152px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .swiper-buttons {
    width: 122px;
    padding: 0;
    margin: 0;
  }
}

.swiper-button-prev {
  width: 70px;
  height: 30px;
  background: url(../images/icon-arrow-prev.png) no-repeat center;
  -moz-background-size: 70px;
    -o-background-size: 70px;
       background-size: 70px;
  left: 0;
}

@media screen and (max-width: 640px) {
  .swiper-button-prev {
    width: 46px;
    height: 30px;
    -moz-background-size: 46px;
      -o-background-size: 46px;
         background-size: 46px;
  }
}

.swiper-button-prev:hover {
  background-image: url(../images/icon-arrow-prev2.png);
}

.swiper-button-prev:after {
  display: none;
}

.swiper-button-next {
  width: 70px;
  height: 30px;
  background: url(../images/icon-arrow-next.png) no-repeat center;
  -moz-background-size: 70px;
    -o-background-size: 70px;
       background-size: 70px;
  right: 0;
}

@media screen and (max-width: 640px) {
  .swiper-button-next {
    width: 46px;
    height: 30px;
    -moz-background-size: 46px;
      -o-background-size: 46px;
         background-size: 46px;
  }
}

.swiper-button-next:hover {
  background-image: url(../images/icon-arrow-next2.png);
}

.swiper-button-next:after {
  display: none;
}

.swiper-slide {
  position: relative;
}

.swiper-pagination {
  bottom: 0 !important;
}

.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  background: transparent;
  opacity: 1;
}

@media screen and (max-width: 1400px) {
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.container {
  position: relative;
  margin: 0 auto;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-moz-keyframes rotation {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}

@-o-keyframes rotation {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.big-bg {
  background: url(../images/big-bg.jpg) repeat-y center top;
  position: relative;
}

@media screen and (max-width: 991px) {
  .big-bg {
    background-image: url(../images/big-bg-m.jpg);
  }
}
.big-bg .bg {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
}

.big-bg .video-background {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2; /* 放到背景層 */
  opacity: .8;
}

.big-bg .video-background video {
  position: absolute;
  bottom: 0;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translateX(-50%);
  object-fit: cover;
  display: none;
}

.big-bg .video-background .video-desktop {
  display: block;
}

@media screen and (max-width: 720px) {
  .big-bg .video-background .video-desktop {
    display: none;
  }

  .big-bg .video-background .video-mobile {
    display: block;
    width: 100%;
    height: auto;
  }
}

#section-kv {
  height: 100vh;
  min-height: 800px;
  background: url(../images/kv-bg.png) no-repeat center bottom;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  position: relative;
}

@media screen and (max-width: 640px) {
  #section-kv {
    background-image: url(../images/kv-bg-m.png);
    height: -webkit-calc(100vh - 100px);
    height: -moz-calc(100vh - 100px);
    height: calc(100vh - 100px);
    min-height: initial;
  }
}

#section-kv .container {
  width: 100%;
  height: 100%;
  padding-top: 4%;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 640px) {
  #section-kv .container {
    padding-top: 27%;
  }
}

#section-kv .logo {
  display: block;
  width: 845px;
  margin: 0 auto 1rem;
}
#section-kv .logo_m {display: none;}

@media screen and (max-width: 1400px) {
  #section-kv .logo {
    width: 750px;
  }
}

@media screen and (max-width: 640px) {
  #section-kv .logo {
    display: none;
    /*width: 155px;
    margin-bottom: 1.3rem;*/
  }
  #section-kv .logo_m {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
}

#section-kv h1 {
  display: none;
}

#section-kv .kv_txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 605px;
  max-height: 40px;
}
#section-kv .kv_txt1 {width: 60%;margin-bottom: .8rem;}
#section-kv .kv_txt2 {width: 32%;margin-left: 1.5rem;margin-bottom: .8rem;}
#section-kv .kv_txt3 {width: 43%;}

@media screen and (max-width: 640px) {
  #section-kv .kv_txt {
    display: none;
    /*max-width: 155px;*/
  }
  #section-kv .kv_txt1 {width: 100%;margin-bottom: .5rem;}
  #section-kv .kv_txt2 {width: 60%;margin-left:0;margin-bottom: .5rem;}
   #section-kv .kv_txt2 {width: 72%;}
}

#section-kv h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  #section-kv h2 {
    width: 100%;
  }
}

#section-kv h2 > * {
  font-size: 1.45rem;
  line-height: 1;
}

@media screen and (max-width: 640px) {
  #section-kv h2 > * {
  font-size: 1.2rem;
  line-height: 1.2;
  }
}

#section-kv h2 p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--font-family-serif);
  color: #fff;
  letter-spacing: 3px;
  margin-bottom: .7rem;
  padding: 0;
  text-shadow: 1px 2px 3px #015352, -1px -2px 3px #015352;
}

@media screen and (max-width: 991px) {
  #section-kv h2 p:nth-of-type(2) span:first-of-type {
    margin-left: 0;
    padding-left: 0;
  }
  #section-kv h2 p:nth-of-type(2) span:first-of-type:before {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  #section-kv h2 p {
    letter-spacing: 3px;
    margin-bottom: .5rem;
    padding: 0;
    width: 100%;
    justify-content: center;
  }
}

#section-kv h2 span {
  display: inline-block;
  position: relative;
  padding-left: 1rem;
  margin-left: 1rem;
}

@media screen and (max-width: 640px) {
  #section-kv h2 span {
    padding-left: .5rem;
    margin-left: .3rem;
  }
}



#section-kv .video-background {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2; /* 放到背景層 */
}

#section-kv .video-background video {
  position: absolute;
  bottom: 0;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translateX(-50%);
  object-fit: cover;
  display: none;
}

#section-kv .video-background .video-desktop {
  display: block;
}

@media screen and (max-width: 720px) {
  #section-kv .video-background .video-desktop {
    display: none;
  }

  #section-kv .video-background .video-mobile {
    display: block;
    width: 100%;
    height: auto;
  }
}


#section-1 {
  position: relative;
}

#section-1 #pic-wrap {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 991px) {
  #section-1 #pic-wrap {
    overflow-x: scroll;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  #section-1 #pic-wrap::-webkit-scrollbar {
    height: 0;
  }
  #section-1 #pic-wrap::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  #section-1 #pic-wrap::-webkit-scrollbar-thumb {
    background: #ccc;
  }
  #section-1 #pic-wrap::-webkit-scrollbar-thumb:hover {
    background: #ccc;
  }
}

#section-1 .bg-pic {
  display: block;
  width: 100%;
  max-width: initial;
  position: relative;
  z-index: 1;
}


#section-ex1 {
  position: relative;
  z-index: 5;
}

#section-ex1 #pic-wrap-ex1 {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 991px) {
  #section-ex1 #pic-wrap-ex1 {
    overflow-x: scroll;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  #section-ex1 #pic-wrap-ex1::-webkit-scrollbar {
    height: 0;
  }
  #section-ex1 #pic-wrap-ex1::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  #section-ex1 #pic-wrap-ex1::-webkit-scrollbar-thumb {
    background: #ccc;
  }
  #section-ex1 #pic-wrap-ex1::-webkit-scrollbar-thumb:hover {
    background: #ccc;
  }
}

#section-ex1 .bg-pic {
  width: 100%;
  max-width: initial;
  position: relative;
  z-index: 1;
}

.d-desktop{
  display: block;
}
.d-mobile{
  display: none;
}
@media screen and (max-width: 768px) {
  .d-desktop {
    display: none;
  }
  .d-mobile {
    display: block;
  }
}


#section-ex2 {
  height: 100vh;
  min-height: 800px;
  background: url(../images/ex2-bg.webp) no-repeat center bottom;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 640px) {
  #section-ex2 {
    background-image: url(../images/ex2-bg-m.webp);
    height: -webkit-calc(100vh - 100px);
    height: -moz-calc(100vh - 100px);
    height: calc(100vh - 100px);
    min-height: initial;
  }
}
#section-ex3 {
  height: 100vh;
  min-height: 800px;
  background: url(../images/ex3-bg.webp) no-repeat center bottom;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  position: relative;
}

@media screen and (max-width: 640px) {
  #section-ex3 {
    background-image: url(../images/ex3-bg-m.webp);
    height: -webkit-calc(100vh - 100px);
    height: -moz-calc(100vh - 100px);
    height: calc(100vh - 100px);
    min-height: initial;
  }
}
#section-ex5{
  position: relative;
  z-index: 5;
  margin-bottom: 5rem;
}
#section-ex5 .bg-pic {
  width: 100%;
  max-width: initial;
  position: relative;
  z-index: 1;
}
/* #section-ex5 {
  height: 100vh;
  min-height: 800px;
  background: url(../images/ex5-bg.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
  z-index: 5;
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  #section-ex5 {
    background-image: url(../images/ex5-bg.jpg);
    background-size: 100% auto;
    height: auto;
    min-height: 400px;
  }
}
@media screen and (max-width: 640px) {
  #section-ex5 {
    background-image: url(../images/ex5-bg_m.jpg);
    height: -webkit-calc(110vh);
    height: -moz-calc(110vh);
    height: calc(110vh);
    min-height: initial;
  }
} */

#section-ex2 .container {
  position: absolute;
  top: 90px;
  right: 110px;
}

#section-ex3 .container {
  position: absolute;
  top: 90px;
  right: 80px;
  
}
#section-ex5 .container {
  position: absolute;
  top: 16%;
  right: 12%;
}

@media screen and (max-width: 640px) {

  #section-ex2 .container {
    top: auto;
    right: 32px;
    bottom: 70px;
    width: -webkit-calc(100% - 64px);
        width: -moz-calc(100% - 64px);
        width: calc(100% - 64px);
  }

  #section-ex3 .container {
    top: auto;
    right: 32px;
    bottom: 70px;
    width: -webkit-calc(100% - 64px);
        width: -moz-calc(100% - 64px);
        width: calc(100% - 64px);
  }

  #section-ex5 .container {
    top: auto;
    right: 32px;
    top: 7vh;
    width: -webkit-calc(100% - 64px);
        width: -moz-calc(100% - 64px);
        width: calc(100% - 64px);
  }

}

#section-ex2 .container h2,
#section-ex3 .container h2 {
  font-family: var(--font-family-didot);
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin-bottom: .5rem;
  text-shadow: 1px -1px 5px #666, -1px 1px 5px #666,-1px -1px 2px #3084af, 1px 1px 2px #3084af;
}

#section-ex2 .container h3,
#section-ex3 .container h3 {
  font-family: var(--font-family-didot);
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin-bottom: .5rem;
  text-shadow: 1px -1px 5px #666, -1px 1px 5px #666,-1px -1px 2px #3084af, 1px 1px 2px #3084af;
}

#section-ex2 .info-wrap h4,
#section-ex3 .info-wrap h4,
#section-ex5 .info-wrap h4 {
  line-height: 1;
  margin-bottom: 1.5rem;
}

#section-ex2 .info-wrap h4 p,
#section-ex3 .info-wrap h4 p,
#section-ex5 .info-wrap h4 p {
  font-family: var(--font-family-serif);
  font-size: 1.1rem;
  color: #fff;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 0;
  text-shadow: 1px -1px 5px #666, -1px 1px 5px #666,-1px -1px 2px #3084af, 1px 1px 2px #3084af;
}

#section-ex2 .info-wrap > p,
#section-ex3 .info-wrap > p,
#section-ex5 .info-wrap > p {
  font-family: var(--font-family-serif);
  font-size: .75rem;
  color: #fff;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 0;
  text-shadow: 1px -1px 5px #666, -1px 1px 5px #666,-1px -1px 2px #2a7296, 1px 1px 2px #2a7296;
}

#section-ex2 .info-wrap > p span,
#section-ex3 .info-wrap > p span,
#section-ex5 .info-wrap > p span {
  display: block;
}

@media screen and (max-width: 640px) {
  #section-ex2 .info-wrap > p,
  #section-ex3 .info-wrap > p,
  #section-ex5 .info-wrap > p {
    font-size: 0.9rem;
    line-height: 1.8;
    letter-spacing: 0px;

  }
  #section-ex2 .info-wrap > p span,
  #section-ex3 .info-wrap > p span,
  #section-ex5 .info-wrap > p span {
    display: inline;
  }
  #section-ex2 .info-wrap h4 p,
  #section-ex3 .info-wrap h4 p,
  #section-ex5 .info-wrap h4 p {
    font-size: 1.2rem;
    line-height: 1.7;

  }
}

#section-ex5 .ex5-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
#section-ex5 .ex5-cover h6 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -1rem;
  font-family: var(--font-family-serif);
  font-size: 2.5rem;
  color: #fff;
}
@media screen and (max-width: 640px) {
  #section-ex5 .ex5-cover h6 {font-size: 1.75rem;}
}

#section-ex4 {
  position: relative;
}

#section-ex4 #pic-wrap-ex4 {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 991px) {
  #section-ex4 #pic-wrap-ex4 {
    overflow-x: scroll;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  #section-ex4 #pic-wrap-ex4::-webkit-scrollbar {
    height: 0;
  }
  #section-ex4 #pic-wrap-ex4::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  #section-ex4 #pic-wrap-ex4::-webkit-scrollbar-thumb {
    background: #ccc;
  }
  #section-ex4 #pic-wrap-ex4::-webkit-scrollbar-thumb:hover {
    background: #ccc;
  }
}

#section-ex4 .bg-pic {
  display: block;
  width: 100%;
  max-width: initial;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  #section-ex4 .bg-pic {
    width: 1600px;
  }
}

@media screen and (max-width: 640px) {
  #section-ex4 .bg-pic {
    width: 1400px;
  }
}

.full-note {
  font-size: .6rem;
  font-weight: 300;
  color: #fff;
  position: absolute;
  right: 1%;
  bottom: 1%;
  z-index: 2;
  text-shadow: 1px -1px 5px #666, -1px 1px 5px #666, -1px -1px 2px #000, 1px 1px 2px #000;
}


#section-2 {
  position: relative;
  z-index: 5;
}
#section-2 .container {
  width: 1550px;
}

@media screen and (max-width: 1600px) {
  #section-2 .container {
    width: 1400px;
  }
}

@media screen and (max-width: 1400px) {
  #section-2 .container {
    width: 1140px;
  }
}

@media screen and (max-width: 1200px) {
  #section-2 .container {
    width: 950px;
  }
}

@media screen and (max-width: 991px) {
  #section-2 .container {
    width: -webkit-calc(100% - 64px);
    width: -moz-calc(100% - 64px);
    width: calc(100% - 64px);
  }
}

#section-2 .top-text {
  position: relative;
  padding-top: 6.5rem;
  margin-bottom: 3rem;
}

#section-2 .top-text::before {
  content: "";
  display: block;
  width: 1px;
  height: 5rem;
  background-color: #ffffff66;
  position: absolute;
  top: 0;
  left: 50%;
}

#section-2 .top-text p {
  font-family: var(--font-family-serif);
  font-size: .8rem;
  letter-spacing: 2px;
  color: #fff;
  line-height: 1;
  margin-bottom: .5rem;
  text-align: center;
}

@media screen and (max-width: 640px) {
  #section-2 .top-text span {
    display: block;
    margin-bottom: .5rem;
  }
#section-2 .top-text p {
  font-size: 0.9rem;
  line-height: 1.3;
  letter-spacing: 1px;
}

}

@media screen and (max-width: 640px) {
  #section-2 .top-text i {
    display: none;
  }
}

#section-2 .logo-text {
  width: 228px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  #section-2 .logo-text {
    margin-bottom: 18rem;
  }
}

@media screen and (max-width: 640px) {
  #section-2 .logo-text {
    width: 160px;
    margin-bottom: 14rem;
  }
}

#section-2 .content-wrap {
  margin-top: 6rem;
}

#section-2 .content-wrap h2 {
  font-family: var(--font-family-didot);
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin-bottom: .5rem;
}

@media screen and (max-width: 640px) {
  #section-2 .content-wrap h2 {
    font-size: 1.5rem;
  }
}

#section-2 .content-wrap h3 {
  font-family: var(--font-family-didot);
  font-size: 1.15rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin-bottom: .5rem;
}

#section-2 .flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2rem;
}

@media screen and (max-width: 991px) {
  #section-2 .flex-wrap {
    display: block;
  }
}

#section-2 .flex-wrap.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#section-2 .flex-wrap.reverse .swiper-wrap {
  margin: 0 0 0 auto;
}

#section-2 .info-wrap {
  width: -webkit-calc(100% - 840px);
  width: -moz-calc(100% - 840px);
  width: calc(100% - 840px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1400px) {
  #section-2 .info-wrap {
    width: -webkit-calc(100% - 640px);
    width: -moz-calc(100% - 640px);
    width: calc(100% - 640px);
  }
}

@media screen and (max-width: 1200px) {
  #section-2 .info-wrap {
    width: -webkit-calc(100% - 555px);
    width: -moz-calc(100% - 555px);
    width: calc(100% - 555px);
  }
}

@media screen and (max-width: 991px) {
  #section-2 .info-wrap {
    width: 100%;
    margin-top: 1rem;
  }
}

#section-2 .info-wrap h4 {
  line-height: 1;
  margin-bottom: 1.5rem;
}

#section-2 .info-wrap h4 p {
  font-family: var(--font-family-serif);
  font-size: 1.1rem;
  color: #fff;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 0;
}

#section-2 .info-wrap > p {
  font-family: var(--font-family-serif);
  font-size: .75rem;
  color: #fff;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 0;
}

#section-2 .swiper-wrap {
  width: 840px;
  margin: 0 auto 0 0;
}

@media screen and (max-width: 1400px) {
  #section-2 .swiper-wrap {
    width: 640px;
  }
}

@media screen and (max-width: 1200px) {
  #section-2 .swiper-wrap {
    width: 520px;
  }
}

@media screen and (max-width: 991px) {
  #section-2 .swiper-wrap {
    width: 100%;
  }
}

#section-2 .swiper-slide {
  position: relative;
}

@media screen and (max-width: 991px) {
  #section-2 .swiper-slide {
    display: block;
  }
}

#section-2 .swiper-slide img {
  display: block;
  width: 100%;
}

#section-2 .swiper-slide p {
  font-size: .6rem;
  font-weight: 300;
  color: #fff;
  position: absolute;
  right: 1%;
  bottom: 1%;
  z-index: 2;
  text-shadow: 1px -1px 5px #666, -1px 1px 5px #666,-1px -1px 2px #000, 1px 1px 2px #000;
}
@media screen and (max-width: 991px) {
  #section-2 .swiper-slide p {
    font-size: .6rem;
  }
}


#section-3 {
  position: relative;
  z-index: 5;
}
#section-3 .container {
  width: 1200px;
  padding-top: 10rem;
}

@media screen and (max-width: 1400px) {
  #section-3 .container {
    width: 1100px;
  }
}

@media screen and (max-width: 1200px) {
  #section-3 .container {
    width: 900px;
  }
}

@media screen and (max-width: 991px) {
  #section-3 .container {
    width: 100%;
  }
}

#section-3 .logo-text {
  position: relative;
  padding-bottom: 1.5rem;
}

#section-3 .logo-text::before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #ffffff66;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

#section-3 .logo-text img {
  width: 85px;
  display: block;
  margin: 0 auto .8rem;
}

@media screen and (max-width: 1400px) {
  #section-3 .logo-text img {
    width: 70px;
  }
}

@media screen and (max-width: 1400px) {
  #section-3 .logo-text img {
    width: 65px;
  }
}

@media screen and (max-width: 991px) {
  #section-3 .logo-text img {
    width: 60px;
  }
}

@media screen and (max-width: 640px) {
  #section-3 .logo-text img {
    width: 48px;
  }
  #section-2 .info-wrap > p {
  font-size: 0.9rem;
  line-height: 1.8;
  letter-spacing: 0px;

}
  #section-2 .info-wrap h4 p {
  font-size: 1.2rem;
  line-height: 1.7;

}

}

#section-3 .logo-text h2 {
  font-family: var(--font-family-didot);
  font-size: .8rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin-bottom: .5rem;
}

#section-3 .logo-text h3 {
  font-family: var(--font-family-serif);
  font-size: 2.2rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin-bottom: .5rem;
}

#section-3 .content-wrap {
  margin-top: 2rem;
  margin-bottom: 5rem;
}

#section-3 .content-wrap h2 {
  font-family: var(--font-family-serif);
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin-bottom: 1.5rem;
}

#section-3 .content-wrap h2 p {
  font-family: var(--font-family-serif);
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin-bottom: .5rem;
}

#section-3 .text {
  margin-bottom: 1.5rem;
  position: relative;
}

@media screen and (max-width: 991px) {
  #section-3 .text {
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
    max-width: 420px;
    margin: 0 auto 3.5rem;
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  #section-3 .text {
    width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: calc(100% - 90px);
  }
}

#section-3 .text.line {
  padding-top: 1.5rem;
}

#section-3 .text.line::before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #ffffff66;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

#section-3 .text p {
  font-family: var(--font-family-serif);
  font-size: .75rem;
  letter-spacing: 0;
  color: #fff;
  line-height: 1;
  margin-bottom: .5rem;
  text-align: center;
}

@media screen and (max-width: 991px) {
  #section-3 .text p {
    display: inline;
    line-height: 2;
    margin-bottom: 0;
  }
}

#section-3 .text p.d-ib {
  display: block;
}

#section-3 .swiper-wrap {
  width: 100%;
  margin: 0 auto;
}

#section-3 .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

#section-3 .swiper-slide::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 121, 116, 0.8);
  z-index: 2;
  mix-blend-mode: multiply;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 1;
}

#section-3 .swiper-slide.swiper-slide-active::before {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  #section-3 .swiper-slide {
    display: block;
  }
}

#section-3 .swiper-slide img {
  display: block;
  width: 100%;
}

#section-3 .swiper-slide p {
  font-size: .8rem;
  font-weight: 300;
  color: #fff;
  position: absolute;
  left: 1%;
  top: 1%;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  #section-3 .swiper-slide p {
    font-size: .6rem;
  }
}

#section-4 {
  position: relative;
  z-index: 5;
}
#section-4 .container {
  width: 1400px;
}

@media screen and (max-width: 1400px) {
  #section-4 .container {
    width: 1162px;
  }
}

@media screen and (max-width: 1200px) {
  #section-4 .container {
    width: 900px;
  }
}

@media screen and (max-width: 991px) {
  #section-4 .container {
    width: 100%;
  }
}

#section-4 .swiper-wrap {
  width: 100%;
  margin: 0 auto;
}

#section-4 .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 991px) {
  #section-4 .swiper-slide {
    display: block;
  }
}

#section-4 .swiper-slide .pic {
  display: block;
  width: 100%;
}
#section-4 .swiper-slide .master-project p {
  font-size: .6rem;
  font-weight: 300;
  color: #fff;
  position: absolute;
  right: 1%;
  bottom: 1%;
  z-index: 2;
  text-shadow: 1px -1px 5px #666, -1px 1px 5px #666, -1px -1px 2px #000, 1px 1px 2px #000;
}

@media screen and (max-width: 991px) {
  #section-4 .swiper-slide .pic {
    width: -webkit-calc(100% - 130px);
    width: -moz-calc(100% - 130px);
    width: calc(100% - 130px);
  }
  #section-4 .swiper-slide .master-project p {
    right: calc(2% + 130px);
  }
}

@media screen and (max-width: 640px) {
  #section-4 .swiper-slide .pic {
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
  }
  #section-4 .swiper-slide .master-project p {
    font-size: .6rem;
    right: calc(2% + 80px);
  }
}

#section-4 .swiper-slide .man {
  display: block;
  position: absolute;
  top: 0;
  right: -200px;
  z-index: 2;
}

@media screen and (max-width: 1400px) {
  #section-4 .swiper-slide .man {
    width: 200px;
    right: -170px;
  }
}

@media screen and (max-width: 1200px) {
  #section-4 .swiper-slide .man {
    width: 164px;
    right: -133px;
  }
}

@media screen and (max-width: 991px) {
  #section-4 .swiper-slide .man {
    right: 0;
  }
}

@media screen and (max-width: 640px) {
  #section-4 .swiper-slide .man {
    width: 110px;
  }
}

#section-4 h3 {
  font-family: var(--font-family-didot);
  font-size: 2.2rem;
  font-weight: normal;
  color: #fff;
  line-height: 1;
  margin-bottom: 3.7rem;
}

@media screen and (max-width: 991px) {
  #section-4 h3 {
    margin-left: 8%;
    margin-bottom: 2.7rem;
  }
}

#section-4 h3 p {
  font-family: var(--font-family-didot);
  font-size: 2.2rem;
  font-weight: normal;
  color: #fff;
  line-height: 1;
  margin-bottom: .5rem;
}

#section-4 .pic-wrap {
  width: 796px;
  position: relative;
  padding-left: 1px;
}

@media screen and (max-width: 1400px) {
  #section-4 .pic-wrap {
    width: 643px;
  }
}

@media screen and (max-width: 1200px) {
  #section-4 .pic-wrap {
    width: 501px;
  }
}

@media screen and (max-width: 991px) {
  #section-4 .pic-wrap {
    width: 100%;
  }
}

#section-4 .text-wrap {
  width: -webkit-calc(100% - 850px);
  width: -moz-calc(100% - 850px);
  width: calc(100% - 850px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 1400px) {
  #section-4 .text-wrap {
    width: -webkit-calc(100% - 670px);
    width: -moz-calc(100% - 670px);
    width: calc(100% - 670px);
  }
}

@media screen and (max-width: 1200px) {
  #section-4 .text-wrap {
    width: -webkit-calc(100% - 520px);
    width: -moz-calc(100% - 520px);
    width: calc(100% - 520px);
  }
}

@media screen and (max-width: 991px) {
  #section-4 .text-wrap {
    width: -webkit-calc(100% - 64px);
    width: -moz-calc(100% - 64px);
    width: calc(100% - 64px);
    margin: 0 auto;
  }
}

#section-4 .text-wrap h4 {
  font-family: var(--font-family-serif);
  font-size: 1.1rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
  position: relative;
}

@media screen and (max-width: 640px) {
  #section-4 .text-wrap h4 {
    padding-bottom: 1rem;
  }
}

#section-4 .text-wrap h4::before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #ffffff66;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

#section-4 .text-wrap h4 p {
  font-family: var(--font-family-serif);
  font-size: 1.1rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin-bottom: .5rem;
}

#section-4 .text-wrap > p {
  font-family: var(--font-family-serif);
  font-size: .75rem;
  letter-spacing: 0;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 0;
  text-align: center;
}

#section-5 {
  padding-top: 8rem;
  padding-bottom: 12rem;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 991px) {
  #section-5 {
    position: relative;
    margin-top: 5rem;
    padding-top: 14rem;
  }
  #section-5::before {
    content: "";
    display: block;
    width: 1px;
    height: 10rem;
    background-color: #ffffff66;
    position: absolute;
    top: 0;
    left: 50%;
  }
}

@media screen and (max-width: 640px) {
  #section-5 {
    padding-bottom: 4rem;
  }
}

#section-5 .container {
  width: 1200px;
}

@media screen and (max-width: 1400px) {
  #section-5 .container {
    width: 1100px;
  }
}

@media screen and (max-width: 1200px) {
  #section-5 .container {
    width: 900px;
  }
}

@media screen and (max-width: 991px) {
  #section-5 .container {
    width: 100%;
  }
}

#section-5 .title {
  width: 380px;
  display: block;
  margin: 0 auto 4.5rem;
}

@media screen and (max-width: 1200px) {
  #section-5 .title {
    width: 300px;
  }
}

@media screen and (max-width: 991px) {
  #section-5 .title {
    width: 200px;
  }
}

#section-5 .info-wrap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 991px) {
  #section-5 .info-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

#section-5 .info-wrap .text {
  width: 500px;
}

@media screen and (max-width: 1400px) {
  #section-5 .info-wrap .text {
    width: 400px;
  }
}

@media screen and (max-width: 1200px) {
  #section-5 .info-wrap .text {
    width: 350px;
  }
}

@media screen and (max-width: 991px) {
  #section-5 .info-wrap .text {
    width: 100%;
  }
}

#section-5 .info-wrap .text h5 {
  font-family: var(--font-family-serif);
  font-size: .85rem;
  line-height: 1;
  color: #fff;
  margin-bottom: 1rem;
}

#section-5 .info-wrap .text p {
  font-family: var(--font-family-serif);
  font-size: .75rem;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-bottom: .5rem;
}

#section-5 .info-wrap .maps {
  width: -webkit-calc(100% - 550px);
  width: -moz-calc(100% - 550px);
  width: calc(100% - 550px);
}

@media screen and (max-width: 1400px) {
  #section-5 .info-wrap .maps {
    width: -webkit-calc(100% - 450px);
    width: -moz-calc(100% - 450px);
    width: calc(100% - 450px);
  }
}

@media screen and (max-width: 1200px) {
  #section-5 .info-wrap .maps {
    width: -webkit-calc(100% - 350px);
    width: -moz-calc(100% - 350px);
    width: calc(100% - 350px);
  }
}

@media screen and (max-width: 991px) {
  #section-5 .info-wrap .maps {
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
    margin-bottom: 2rem;
  }
}

#section-5 .info-wrap .maps iframe {
  width: 100%;
  height: 270px;
}

@media screen and (max-width: 1400px) {
  #section-5 .info-wrap .maps iframe {
    height: 235px;
  }
}

@media screen and (max-width: 1200px) {
  #section-5 .info-wrap .maps iframe {
    height: 200px;
  }
}

@media screen and (max-width: 991px) {
  #section-5 .info-wrap .maps iframe {
    max-width: 600px;
    height: 210px;
  }
}

#section-5 .form-wrap {
  width: 100%;
  margin-top: 2.5rem;
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 1024px) {
  #section-5 .form-wrap {
    margin-bottom: 0;
  }
}  

#section-5 .form-wrap .control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto .5rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

@media screen and (max-width: 1200px) {
  #section-5 .form-wrap .control {
    width: 920px;
  }
}

@media screen and (max-width: 991px) {
  #section-5 .form-wrap .control {
    width: 100%;
    margin-bottom: 0;
  }
}

#section-5 .form-wrap .control > * {
  width: -webkit-calc(50% - 2rem);
  width: -moz-calc(50% - 2rem);
  width: calc(50% - 2rem);
  margin: 0 .5rem .5rem;
}

@media screen and (max-width: 991px) {
  #section-5 .form-wrap .control > * {
    width: 100%;
  }
}

#section-5 .form-wrap h2 {
  font-family: var(--font-family-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 991px) {
  #section-5 .form-wrap form {
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
    max-width: 520px;
    margin: 0 auto;
  }
}

#section-5 .form-wrap input[type="text"], #section-5 .form-wrap input[type="tel"], #section-5 .form-wrap input[type="email"] {
  display: inline-block;
  height: 56px;
  padding: 13px 0 14px;
  border: 0;
  border-bottom: solid 1px #fff;
  background-color: transparent;
  font-family: var(--font-family-serif);
  font-size: .8rem;
  text-align: left;
  color: #fff;
}

#section-5 .form-wrap input[type="text"]:focus, #section-5 .form-wrap input[type="tel"]:focus, #section-5 .form-wrap input[type="email"]:focus {
  outline: none;
}

@media screen and (max-width: 640px) {
  #section-5 .form-wrap input[type="text"], #section-5 .form-wrap input[type="tel"], #section-5 .form-wrap input[type="email"] {
    height: 40px;
    border: solid 1px #ffffff66;
    text-align: center;
  }
#section-5 .info-wrap .text p {
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 1px;
}
#section-5 .info-wrap .text h5 {
  font-size: 1.2rem;
}
#section-5 .form-wrap h2 {
  font-size: 1.1rem;
}
#section-5 .form-wrap input[type="text"], #section-5 .form-wrap input[type="tel"], #section-5 .form-wrap input[type="email"] {
  font-size: .9rem;
}

}

#section-5 .form-wrap input[type="text"]::-webkit-input-placeholder, #section-5 .form-wrap input[type="tel"]::-webkit-input-placeholder, #section-5 .form-wrap input[type="email"]::-webkit-input-placeholder {
  color: #fff;
}

#section-5 .form-wrap input[type="text"]:-moz-placeholder, #section-5 .form-wrap input[type="tel"]:-moz-placeholder, #section-5 .form-wrap input[type="email"]:-moz-placeholder {
  color: #fff;
}

#section-5 .form-wrap input[type="text"]::-moz-placeholder, #section-5 .form-wrap input[type="tel"]::-moz-placeholder, #section-5 .form-wrap input[type="email"]::-moz-placeholder {
  color: #fff;
}

#section-5 .form-wrap input[type="text"]:-ms-input-placeholder, #section-5 .form-wrap input[type="tel"]:-ms-input-placeholder, #section-5 .form-wrap input[type="email"]:-ms-input-placeholder {
  color: #fff;
}

#section-5 .form-wrap input[type="text"]::-ms-input-placeholder, #section-5 .form-wrap input[type="tel"]::-ms-input-placeholder, #section-5 .form-wrap input[type="email"]::-ms-input-placeholder {
  color: #fff;
}

#section-5 .form-wrap input[type="text"]::placeholder, #section-5 .form-wrap input[type="tel"]::placeholder, #section-5 .form-wrap input[type="email"]::placeholder {
  color: #fff;
}

#section-5 .form-wrap input[type="button"] {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  width: 260px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  background-color: #fff;
  font-family: var(--font-family-serif);
  font-size: .9rem;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2px;
  text-align: center;
  color: #00625C;
}

@media screen and (max-width: 640px) {
  #section-5 .form-wrap input[type="button"] {
    width: -webkit-calc(100% - 1rem);
    width: -moz-calc(100% - 1rem);
    width: calc(100% - 1rem);
    height: 40px;
    margin: 0 .5rem .5rem;
  }
}

#section-5 .form-wrap input[type="button"]:hover {
  cursor: pointer;
}

#section-5 .form-wrap input[type="submit"], #section-5 .form-wrap button.submit {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  width: 260px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  background-color: #fff;
  font-family: var(--font-family-serif);
  font-size: .9rem;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2px;
  text-align: center;
  color: #00625C;
}

@media screen and (max-width: 640px) {
  #section-5 .form-wrap input[type="submit"],#section-5 .form-wrap button.submit {
    width: -webkit-calc(100% - 1rem);
    width: -moz-calc(100% - 1rem);
    width: calc(100% - 1rem);
    height: 40px;
    margin: 0 .5rem .5rem;
  }
}

#section-5 .form-wrap input[type="submit"]:hover, #section-5 .form-wrap button.submit:hover {
  cursor: pointer;
}

#section-5 .form-wrap select {
  height: 59px;
  margin: 0;
  padding: 0 30px 0 0;
  border: none;
  border-bottom: solid 1px #fff;
  font-family: 'Noto Sans TC';
  font-size: 17px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.24px;
  text-align: left;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url(../images/icon_select_arrow.png) no-repeat -webkit-calc(100% - 10px) center;
  background: url(../images/icon_select_arrow.png) no-repeat -moz-calc(100% - 10px) center;
  background: url(../images/icon_select_arrow.png) no-repeat calc(100% - 10px) center;
  background-color: transparent;
  color: #fff;
}

@media screen and (max-width: 991px) {
  #section-5 .form-wrap select {
    height: 70px;
    font-size: 20px;
    padding: 0 30px 0 20px;
  }
}

@media screen and (max-width: 640px) {
  #section-5 .form-wrap select {
    height: 50px;
    font-size: 14px;
    margin-bottom: 12px;
    padding: 10px 20px;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
  }
}

#section-5 .form-wrap select option {
  background-color: #fff;
  color: #333;
}

#section-5 .form-wrap select.active {
  color: #333;
}

#section-5 .form-wrap select.active option {
  color: #333;
}

#section-5 .form-wrap select.slt-county {
  width: -webkit-calc(47% - 8px);
  width: -moz-calc(47% - 8px);
  width: calc(47% - 8px);
  margin-right: 16px;
}

@media screen and (max-width: 991px) {
  #section-5 .form-wrap select.slt-county {
    width: 100%;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 640px) {
  #section-5 .form-wrap select.slt-county {
    font-size: 14px;
    border: solid 1px #ffffff66;
    border-radius: 0;
    margin-right: 7px;
    text-align: center;
  }
}

#section-5 .form-wrap select.slt-district {
  width: -webkit-calc(47% - 8px);
  width: -moz-calc(47% - 8px);
  width: calc(47% - 8px);
}

@media screen and (max-width: 991px) {
  #section-5 .form-wrap select.slt-district {
    width: 100%;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 640px) {
  #section-5 .form-wrap select.slt-district {
    font-size: 14px;
    border: solid 1px #ffffff66;
    border-radius: 0;
    margin-right: 7px;
    text-align: center;
  }
}

#section-5 .form-wrap .control-group {
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 640px) {
  #section-5 .form-wrap .control-group {
    width: 100%;
    margin: 0 0 1rem;
  }
}

#section-5 .form-wrap .privacy {
  margin: 0 auto 1rem;
}

#section-5 .form-wrap .privacy p {
  font-family: var(--font-family-serif);
  font-size: .7rem;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.3px;
  text-align: left;
  color: #fff;
}

@media screen and (max-width: 991px) {
  #section-5 .form-wrap .privacy p {
    font-size: .6rem;
  }
  #section-5 .form-wrap .privacy p span:nth-child(3) {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  #section-5 .form-wrap .privacy p {
    font-size: .6rem;
    text-align: center;
  }
  #section-5 .form-wrap .privacy p:first-of-type {
    margin-bottom: 1rem;
  }
  #section-5 .form-wrap .privacy p span:nth-child(3) {
    display: inline;
  }
  #section-5 .form-wrap .privacy p span:nth-child(1) {
    display: block;
  }
}

#section-5 .form-wrap .privacy a {
  display: inline-block;
  font-size: .75rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.3px;
  color: #fff;
}

@media screen and (max-width: 991px) {
  #section-5 .form-wrap .privacy a {
    font-size: .6rem;
  }
}

@media screen and (max-width: 640px) {
  #section-5 .form-wrap .privacy a {
    font-size: .6rem;
  }
}