: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 Serif TC", "Microsoft JhengHei", sans-serif;
  --font-family-serif: "Noto Serif TC";
  --font-family-sans: "Noto Sans TC";
  --font-family-sinhala: 'SinhalaMN';
}

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;
  background: url(../images/s4-bg.jpg) repeat-y center top;
  -moz-background-size: 1920px;
    -o-background-size: 1920px;
       background-size: 1920px;
  width: 100vw;
  max-width: 100vw;
}

@media screen and (max-width: 991px) {
  body {
    background-image: url(../images/s3-bg-m.png);
    -moz-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
  }
}

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

.en {
  font-family: var(--font-family-sans);
}

.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: #198BBF;
  -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-buttons {
  width: 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 1rem auto 0;
  -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: 1200px) {
  .swiper-buttons {
    width: 120px;
  }
}

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

.swiper-button-prev {
  width: 60px;
  height: 60px;
  background: url(../images/icon-arrow-prev.svg) no-repeat center;
  -moz-background-size: 60px;
    -o-background-size: 60px;
       background-size: 60px;
  position: relative;
  left: initial;
  right: initial;
  top: initial;
  bottom: initial;
  margin: 0;
}

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

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

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

.swiper-button-next {
  width: 60px;
  height: 60px;
  background: url(../images/icon-arrow-next.svg) no-repeat center;
  -moz-background-size: 60px;
    -o-background-size: 60px;
       background-size: 60px;
  position: relative;
  left: initial;
  right: initial;
  top: initial;
  bottom: initial;
  margin: 0;
}

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

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

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

.swiper-slide {
  position: relative;
}

.swiper-pagination {
  top: initial;
  bottom: 0rem !important;
  position: absolute;
}

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

.swiper-3d .swiper-slide-shadow-left {
  background: none !important;
}

.swiper-3d .swiper-slide-shadow-right {
  background: none !important;
}

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

.pic-wrap {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

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

.pic-wrap p {
  font-family: var(--font-family-sans);
  font-size: .6rem;
  color: #fff;
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 2;
  margin-bottom: 0;
}

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

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

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

.title-info {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto;
  position: relative;
}

.title-info.line::before, .title-info.line::after {
  content: "";
  display: block;
  width: 1px;
  height: 70%;
  background: #fff;
  position: absolute;
  top: 15%;
  z-index: 1;
  -webkit-box-shadow: 2px 5px 5px #000000aa;
     -moz-box-shadow: 2px 5px 5px #000000aa;
          box-shadow: 2px 5px 5px #000000aa;
}

@media screen and (max-width: 991px) {
  .title-info.line::before, .title-info.line::after {
    display: none;
  }
}

.title-info.line::before {
  left: -1.5rem;
}

.title-info.line::after {
  right: -1.5rem;
}

.title-info h2 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: .8rem;
  letter-spacing: 7px;
  line-height: 1;
  text-shadow: 2px 5px 8px #000000aa;
}

@media screen and (max-width: 640px) {
  .title-info h2 {
    letter-spacing: 0;
  }
}

.title-info h5 {
  font-size: .9rem;
  font-family: var(--font-family-sans);
  color: #fff;
  text-align: center;
  margin-bottom: 1rem;
  letter-spacing: 10px;
  line-height: 1;
  text-shadow: 2px 5px 8px #000000aa;
}

@media screen and (max-width: 640px) {
  .title-info h5 {
    letter-spacing: 3px;
  }
}

.title-info > p {
  font-size: .6rem;
  font-family: var(--font-family-sans);
  text-align: center;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 4px;
  text-shadow: 2px 5px 8px #000000aa;
}

@media screen and (max-width: 991px) {
  .title-info > p i {
    display: none;
  }
  .title-info > p span {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .title-info > p {
    letter-spacing: 3px;
  }
}

.title-gradient {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: .5rem 10rem;
  margin: 1rem auto;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.85)), color-stop(#ffffff), color-stop(rgba(255, 255, 255, 0.85)), to(transparent));
  background: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.85), #ffffff, rgba(255, 255, 255, 0.85), transparent);
  background: -moz-linear-gradient(left, transparent, rgba(255, 255, 255, 0.85), #ffffff, rgba(255, 255, 255, 0.85), transparent);
  background: -o-linear-gradient(left, transparent, rgba(255, 255, 255, 0.85), #ffffff, rgba(255, 255, 255, 0.85), transparent);
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.85), #ffffff, rgba(255, 255, 255, 0.85), transparent);
}

@media screen and (max-width: 991px) {
  .title-gradient {
    padding: .5rem 7rem;
  }
}

@media screen and (max-width: 640px) {
  .title-gradient {
    width: 100%;
    padding: .5rem 0;
  }
}

.title-gradient img {
  display: block;
  height: 64px;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .title-gradient img {
    height: 32px;
  }
}

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

@media screen and (max-width: 991px) {
  #section-kv {
    background: none;
    min-height: initial;
    height: initial;
    padding-top: 40px;
  }
}

#section-kv .container {
  width: 1350px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  padding-top: 3rem;
}

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

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

@media screen and (max-width: 991px) {
  #section-kv .container {
    width: 100%;
    position: absolute;
    top: -3vh;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -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;
  }
}

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

#section-kv h1 {
  display: none;
}

#section-kv .logo {
  width: 528px;
  margin-bottom: 2rem;
}

@media screen and (max-width: 991px) {
  #section-kv .logo {
    display: block;
    width: 70vw;
    margin: 0 auto 3rem;
  }
}

@media screen and (max-width: 640px) {
  #section-kv .logo {
    width: 65vw;
  }
}

#section-kv h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 3rem;
}

@media screen and (max-width: 991px) {
  #section-kv h3 {
    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-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 3rem;
  }
}

#section-kv h3 p {
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 21px;
  text-shadow: 2px 5px 8px #000000aa;
}

@media screen and (max-width: 1400px) {
  #section-kv h3 p {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 1200px) {
  #section-kv h3 p {
    font-size: 2rem;
  }
}

@media screen and (max-width: 991px) {
  #section-kv h3 p {
    font-size: 1.6rem;
    position: relative;
    right: -.5rem;
  }
}

@media screen and (max-width: 640px) {
  #section-kv h3 p {
    right: -.3rem;
    letter-spacing: 14px;
  }
}

#section-kv h3 p span {
  font-size: 1.3rem;
  display: inline-block;
  margin: 0 1rem;
  position: relative;
  top: -3px;
}

#section-kv h3 p.en {
  font-size: .7rem;
  font-weight: 400;
  letter-spacing: 3px;
  margin-left: 1.5rem;
}

@media screen and (max-width: 991px) {
  #section-kv h3 p.en {
    margin: 0 auto .7rem;
    right: initial;
  }
}

@media screen and (max-width: 640px) {
  #section-kv h3 p.en {
    letter-spacing: 2px;
  }
}

#section-kv h4 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 5px;
  text-shadow: 2px 5px 8px #000000aa;
  z-index: 2;
}

@media screen and (max-width: 1400px) {
  #section-kv h4 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 1200px) {
  #section-kv h4 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 991px) {
  #section-kv h4 {
    font-size: 1.8rem;
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  #section-kv h4 {
    letter-spacing: 3px;
  }
}

#section-kv h5 {
  display: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--font-family-sans);
  font-size: 2.1rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 5px;
  text-shadow: 2px 5px 8px #000000aa;
  z-index: 2;
  border: 1px solid #fff;
  margin: 2rem auto 0;
  padding: 0 2rem .3rem;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  #section-kv h5 {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  #section-kv h5 {
    letter-spacing: 3px;
  }
}

#section-kv h5 span {
  font-size: 1.3rem;
}

#section-kv h5 span:first-of-type {
  padding-right: 1.5rem;
  position: relative;
}

#section-kv h5 span:first-of-type::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 80%;
  background: #fff;
  top: 8%;
  right: 17px;
  z-index: 1;
}

#section-kv .bg {
  width: 100%;
  position: relative;
  z-index: 1;
}

#section-1 {
  position: relative;
}

#section-2 {
  position: relative;
  background: url(../images/s2-bg.jpg) no-repeat center bottom;
  -moz-background-size: 2000px;
    -o-background-size: 2000px;
       background-size: 2000px;
  padding: 3rem 0 17rem;
}

@media screen and (max-width: 1400px) {
  #section-2 {
    padding-bottom: 20rem;
  }
}

@media screen and (max-width: 1200px) {
  #section-2 {
    padding-bottom: 25rem;
  }
}

@media screen and (max-width: 991px) {
  #section-2 {
    padding-bottom: 43vw;
    background-image: url(../images/s2-bg-m.png);
    -moz-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
  }
}

#section-2 .container {
  width: 1300px;
}

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

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

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

#section-2 .swiper-wrap {
  width: 700px;
  margin: 0 auto 4rem;
  padding-bottom: 1.5rem;
}

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

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

#section-2 .tg2 {
  margin: 5rem 0 0 auto;
}

#section-2 .ti2 {
  margin: 2rem 0 2rem auto;
}

#section-2 .ti2 * {
  text-align: right;
}

#section-2 .flower1 {
  width: 230px;
  position: absolute;
  top: 53%;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 1400px) {
  #section-2 .flower1 {
    top: 48%;
  }
}

@media screen and (max-width: 1200px) {
  #section-2 .flower1 {
    top: 44%;
    left: -7%;
  }
}

@media screen and (max-width: 991px) {
  #section-2 .flower1 {
    width: 16vw;
    left: 0;
  }
}

#section-2 .flower2 {
  width: 280px;
  position: absolute;
  top: 34%;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  #section-2 .flower2 {
    top: 32%;
    right: -10%;
  }
}

@media screen and (max-width: 991px) {
  #section-2 .flower2 {
    width: 18vw;
    right: 0;
  }
}

#section-3 {
  position: relative;
  padding: 3rem 0 1rem;
}

#section-3 .container {
  width: 1400px;
}

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

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

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

#section-3 .content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
}

@media screen and (max-width: 991px) {
  #section-3 .content-wrap.cw1 {
    -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;
    margin-bottom: 4rem;
  }
}

#section-3 .content-wrap.cw1 .title-info {
  width: 24rem;
}

@media screen and (max-width: 1200px) {
  #section-3 .content-wrap.cw1 .title-info {
    width: 25rem;
  }
}

@media screen and (max-width: 991px) {
  #section-3 .content-wrap.cw1 .title-info {
    width: 100%;
  }
}

#section-3 .content-wrap.cw2 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1400px) {
  #section-3 .content-wrap.cw2 {
    max-width: 1150px;
  }
}

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

@media screen and (max-width: 991px) {
  #section-3 .content-wrap.cw2 {
    max-width: 100%;
    margin-bottom: 2rem;
    -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;
  }
}

#section-3 .content-wrap.cw2 .title-info {
  width: 18rem;
  margin: 0;
}

@media screen and (max-width: 1200px) {
  #section-3 .content-wrap.cw2 .title-info {
    width: 19rem;
  }
}

#section-3 .badge-wrap {
  width: -webkit-calc(100% - 19rem);
  width: -moz-calc(100% - 19rem);
  width: calc(100% - 19rem);
  max-width: 700px;
  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: 1200px) {
  #section-3 .badge-wrap {
    width: -webkit-calc(100% - 21rem);
    width: -moz-calc(100% - 21rem);
    width: calc(100% - 21rem);
  }
}

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

#section-3 .badge-wrap .item {
  width: -webkit-calc(50% - .5rem);
  width: -moz-calc(50% - .5rem);
  width: calc(50% - .5rem);
  background-color: #00000066;
  padding: 1rem;
}

#section-3 .badge-wrap .badge {
  height: 8rem;
  width: 12rem;
  background: url(../images/s3-badge.png) no-repeat center top;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  padding-bottom: 4.2rem;
  margin: 0 auto .5rem;
}

@media screen and (max-width: 640px) {
  #section-3 .badge-wrap .badge {
    height: 6rem;
    width: 10rem;
  }
}

#section-3 .badge-wrap .badge p {
  font-family: var(--font-family-sans);
  font-size: 1rem;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 640px) {
  #section-3 .badge-wrap .badge p {
    font-size: .8rem;
  }
}

#section-3 .badge-wrap .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 7.5rem;
  -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;
  margin-bottom: 1rem;
}

@media screen and (max-width: 640px) {
  #section-3 .badge-wrap .text {
    height: 5.5rem;
  }
}

#section-3 .badge-wrap .text p {
  font-family: var(--font-family-sans);
  font-size: 1rem;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 640px) {
  #section-3 .badge-wrap .text p {
    font-size: .8rem;
  }
}

#section-3 .badge-wrap .pic img {
  display: block;
  height: 6rem;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  #section-3 .badge-wrap .pic img {
    height: 5rem;
  }
}

#section-3 .swiper-wrap,
#section-3 .pics {
  width: -webkit-calc(100% - 25rem);
  width: -moz-calc(100% - 25rem);
  width: calc(100% - 25rem);
  margin: 0 auto;
  padding-bottom: 1.5rem;
}

@media screen and (max-width: 1200px) {
  #section-3 .swiper-wrap,
  #section-3 .pics {
    width: -webkit-calc(100% - 26rem);
    width: -moz-calc(100% - 26rem);
    width: calc(100% - 26rem);
  }
}

@media screen and (max-width: 991px) {
  #section-3 .swiper-wrap,
  #section-3 .pics {
    width: 70%;
  }
}

@media screen and (max-width: 640px) {
  #section-3 .swiper-wrap,
  #section-3 .pics {
    padding-bottom: 2rem;
  }
}

#section-3 .tg1 {
  margin: 0 auto 2rem -6rem;
}

@media screen and (max-width: 1200px) {
  #section-3 .tg1 {
    margin: 0 auto 2rem;
  }
}

@media screen and (max-width: 991px) {
  #section-3 .tg1 {
    padding: .5rem 4rem;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 640px) {
  #section-3 .tg1 {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), color-stop(rgba(255, 255, 255, 0.85)), color-stop(#ffffff), color-stop(rgba(255, 255, 255, 0.85)), to(rgba(255, 255, 255, 0.5)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.85), #ffffff, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.5));
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.85), #ffffff, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.5));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.85), #ffffff, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.5));
    background: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.85), #ffffff, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.5));
  }
}

#section-4 {
  position: relative;
  padding: 0;
}

#section-4 .swiper-wrap {
  width: 1100px;
  margin: 2rem auto 2rem;
  padding-bottom: 1.5rem;
}

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

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

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

#section-4 .swiper-slide figure {
  position: relative;
  z-index: 1;
}

#section-4 .swiper-slide .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 2;
  padding: 0 2rem;
  -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;
}

#section-4 .swiper-slide .info * {
  color: #fff;
  font-family: var(--font-family-sans);
  letter-spacing: 4px;
  line-height: 1.2;
}

#section-4 .swiper-slide .info h3 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  #section-4 .swiper-slide .info h3 {
    font-size: .8rem;
    margin-bottom: 1rem;
  }
}

#section-4 .swiper-slide .info.right {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#section-4 .swiper-slide .info.right h3,
#section-4 .swiper-slide .info.right .title,
#section-4 .swiper-slide .info.right .desc {
  text-align: right;
}

#section-4 .swiper-slide .title {
  margin-bottom: 1.5rem;
}

#section-4 .swiper-slide .title > p {
  font-size: 1.5rem;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  #section-4 .swiper-slide .title > p {
    font-size: .7rem;
  }
}

#section-4 .swiper-slide .title h4 {
  font-size: 1.8rem;
  letter-spacing: 6px;
}

@media screen and (max-width: 991px) {
  #section-4 .swiper-slide .title h4 {
    font-size: 1rem;
  }
}

#section-4 .swiper-slide .title h4 span {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 300;
  margin-left: 1rem;
  letter-spacing: 6px;
}

@media screen and (max-width: 991px) {
  #section-4 .swiper-slide .title h4 span {
    font-size: .7rem;
  }
}

#section-4 .swiper-slide .desc p {
  font-size: 1.5rem;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  #section-4 .swiper-slide .desc p {
    font-size: .7rem;
  }
}

#section-5 {
  position: relative;
  padding: 0 0 2rem;
}

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

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

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

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

#section-5 .container img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

#section-5 .gallery {
  width: 100%;
  margin: 0 auto;
}

#section-5 .gallery .gallery-main {
  width: 100%;
  margin-bottom: 20px;
}

#section-5 .gallery .gallery-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#section-5 .gallery .thumbs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

#section-5 .gallery .thumbs .thumb {
  width: 100%;
  padding-bottom: 100%;
  cursor: pointer;
  -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
       background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.3s ease, outline 0.2s ease;
  -o-transition: outline 0.2s ease, -o-background-size 0.3s ease;
  -moz-transition: background-size 0.3s ease, outline 0.2s ease, -moz-background-size 0.3s ease;
  transition: background-size 0.3s ease, outline 0.2s ease;
  transition: background-size 0.3s ease, outline 0.2s ease, -moz-background-size 0.3s ease, -o-background-size 0.3s ease;
}

#section-5 .gallery .thumbs .thumb:hover {
  -moz-background-size: auto 110%;
    -o-background-size: auto 110%;
       background-size: auto 110%;
}

#section-5 .gallery .thumbs .thumb.active {
  outline: 1px solid #fff;
  -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
       background-size: auto 100%;
}

#section-6 {
  position: relative;
}

#section-6 .container {
  width: 1200px;
  margin: 0 auto;
}

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

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

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

#section-6 .container img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

#section-6 .logo-wrap {
  width: auto;
}

#section-6 .logo-wrap ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1200px) {
  #section-6 .logo-wrap ul {
    width: 720px;
    margin: 0 auto;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (max-width: 991px) {
  #section-6 .logo-wrap ul {
    width: 80%;
    max-width: 400px;
  }
}

#section-6 .logo-wrap ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-left: solid 1px #005631;
  -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-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1200px) {
  #section-6 .logo-wrap ul li {
    width: 33.33%;
    margin-bottom: 0;
  }
  #section-6 .logo-wrap ul li:nth-of-type(1) .logo-box:last-of-type:after, #section-6 .logo-wrap ul li:nth-of-type(2) .logo-box:last-of-type:after, #section-6 .logo-wrap ul li:nth-of-type(3) .logo-box:last-of-type:after {
    content: "";
    display: block;
    width: -webkit-calc(100% - 3rem);
    width: -moz-calc(100% - 3rem);
    width: calc(100% - 3rem);
    height: 1px;
    background: #005631;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
  }
  #section-6 .logo-wrap ul li:nth-of-type(4) {
    border-left: none;
  }
}

@media screen and (max-width: 991px) {
  #section-6 .logo-wrap ul li {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-left: 0;
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: solid 1px #005631;
    padding: 1.5rem 0;
  }
  #section-6 .logo-wrap ul li:nth-of-type(1) .logo-box:last-of-type:after, #section-6 .logo-wrap ul li:nth-of-type(2) .logo-box:last-of-type:after, #section-6 .logo-wrap ul li:nth-of-type(3) .logo-box:last-of-type:after {
    display: none;
  }
  #section-6 .logo-wrap ul li:nth-of-type(4) {
    border-left: none;
  }
  #section-6 .logo-wrap ul li:last-of-type {
    border-bottom: 0;
  }
}

#section-6 .logo-wrap ul li:first-of-type {
  border-left: none;
}

@media screen and (max-width: 640px) {
  #section-6 .logo-wrap ul li:first-of-type .logo-box:first-of-type img {
    max-width: 35%;
  }
}

#section-6 .logo-wrap ul li .logo-box {
  height: 170px;
  position: relative;
}

@media screen and (max-width: 1400px) {
  #section-6 .logo-wrap ul li .logo-box {
    width: 190px;
  }
  #section-6 .logo-wrap ul li .logo-box img {
    zoom: .9;
  }
}

@media screen and (max-width: 1200px) {
  #section-6 .logo-wrap ul li .logo-box {
    height: 120px;
  }
}

@media screen and (max-width: 991px) {
  #section-6 .logo-wrap ul li .logo-box {
    width: -webkit-calc(50% - 2px);
    width: -moz-calc(50% - 2px);
    width: calc(50% - 2px);
    height: 74px;
    border-left: solid 1px #005631;
  }
}

@media screen and (max-width: 991px) {
  #section-6 .logo-wrap ul li .logo-box:first-of-type {
    border-left: 0;
  }
}

#section-6 .logo-wrap ul li .logo-box:first-of-type:after {
  content: "";
  display: block;
  width: -webkit-calc(100% - 3rem);
  width: -moz-calc(100% - 3rem);
  width: calc(100% - 3rem);
  height: 1px;
  background: #005631;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  #section-6 .logo-wrap ul li .logo-box:first-of-type:after {
    display: none;
  }
}

#section-6 .logo-wrap ul li .logo-box h6 {
  line-height: 1.5;
}

#section-6 .logo-wrap ul li .logo-box h6 p {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  margin: 0;
}

@media screen and (max-width: 640px) {
  #section-6 .logo-wrap ul li .logo-box h6 p {
    font-size: 1rem;
    letter-spacing: 0;
  }
}

#section-6 .logo-wrap ul li .logo-box h6 p.en {
  font-family: var(--font-family-sans);
}

@media screen and (max-width: 640px) {
  #section-6 .logo-wrap ul li .logo-box > p {
    font-size: .9rem;
  }
}

@media screen and (max-width: 640px) {
  #section-6 .logo-wrap ul li .logo-box img {
    max-width: 70%;
  }
}

#section-6 .flower1 {
  width: 220px;
  position: absolute;
  top: -8%;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  #section-6 .flower1 {
    top: -13%;
    left: -4%;
  }
}

@media screen and (max-width: 991px) {
  #section-6 .flower1 {
    width: 17vw;
    top: -6%;
    left: 0;
  }
}

@media screen and (max-width: 640px) {
  #section-6 .flower1 {
    top: 8%;
  }
}

#section-6 .flower2 {
  width: 280px;
  position: absolute;
  bottom: -25%;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  #section-6 .flower2 {
    bottom: -37%;
    right: -7%;
  }
}

@media screen and (max-width: 991px) {
  #section-6 .flower2 {
    width: 20vw;
    bottom: -37%;
    right: 0;
  }
}

#section-from {
  padding-top: 1rem;
  padding-bottom: 20rem;
  background: url(../images/form-bg2.jpg) no-repeat center bottom;
  -moz-background-size: 1920px;
    -o-background-size: 1920px;
       background-size: 1920px;
}

@media screen and (max-width: 991px) {
  #section-from {
    padding-top: 3rem;
    padding-bottom: 30vw;
    background-image: url(../images/form-bg-m.png);
    -moz-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
  }
}

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

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

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

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

#section-from .logo {
  display: block;
  width: 350px;
  margin: 0 auto 4rem;
}

@media screen and (max-width: 640px) {
  #section-from .logo {
    width: 222px;
  }
}

#section-from h5 {
  font-family: var(--font-family-sans);
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 1.5rem;
  text-align: center;
}

#section-from h3 p {
  font-size: 1.9rem;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  text-shadow: 2px 5px 8px #000000aa;
}

@media screen and (max-width: 991px) {
  #section-from h3 p {
    font-size: 1rem;
  }
}

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

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

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

#section-from .info-wrap {
  width: 100%;
}

#section-from .info-wrap .project-info {
  background: #eee;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  #section-from .info-wrap .project-info {
    -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;
    max-width: 90%;
  }
}

#section-from .info-wrap .project-info .info-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#section-from .info-wrap .project-info .info-col .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
}

#section-from .info-wrap .project-info .info-col .item:nth-child(even) {
  background: #d2d2d2;
}

#section-from .info-wrap .project-info .info-col .item .label {
  width: 35%;
  font-weight: 700;
  color: #042d79;
  padding: 12px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
}

#section-from .info-wrap .project-info .info-col .item .value {
  width: 65%;
  padding: 12px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 1px;
  text-align: center;
}

@media (max-width: 991px) {
  #section-from .info-wrap .project-info .info-col.right .item:nth-child(even) {
    background: #eee;
  }
  #section-from .info-wrap .project-info .info-col.right .item:nth-child(odd) {
    background: #d2d2d2;
  }
}

#section-from .info-wrap .maps {
  width: 100%;
  margin-bottom: 3rem;
}

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

#section-from .info-wrap .maps iframe {
  width: 100%;
  /*height: 160px;*/
}

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

#section-from .form-wrap {
  width: 100%;
  margin-top: 2.5rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 991px) {
  #section-from .form-wrap {
    padding-top: 0;
  }
}

#section-from .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: 991px) {
  #section-from .form-wrap .control {
    margin-bottom: 0;
  }
}

#section-from .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-from .form-wrap .control > * {
    width: 100%;
  }
}

#section-from .form-wrap .control-col {
  width: -webkit-calc(50% - 8px);
  width: -moz-calc(50% - 8px);
  width: calc(50% - 8px);
  margin: 0;
}

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

#section-from .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-from .form-wrap form {
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
    max-width: 520px;
    margin: 0 auto;
  }
}

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

#section-from .form-wrap input[type="text"], #section-from .form-wrap input[type="tel"], #section-from .form-wrap input[type="email"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 72px;
  font-family: var(--font-family-sans);
  font-weight: 500;
  font-size: 1rem;
  color: #000;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-bottom: 16px;
  background-color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.1rem;
  border: 0;
}

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

@media screen and (max-width: 640px) {
  #section-from .form-wrap input[type="text"], #section-from .form-wrap input[type="tel"], #section-from .form-wrap input[type="email"] {
    height: 42px;
    margin-bottom: 12px;
  }
}

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

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

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

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

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

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

#section-from .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: 1.5rem;
  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-from .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-from .form-wrap input[type="button"]:hover {
  cursor: pointer;
}

#section-from .form-wrap input[type="submit"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 72px;
  background-color: #083c61;
  font-family: var(--font-family-sans);
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 0;
  border: 0;
}

@media screen and (max-width: 640px) {
  #section-from .form-wrap input[type="submit"] {
    height: 42px;
    font-size: .9rem;
  }
}

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

#section-from .form-wrap button[type="submit"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 72px;
  background-color: #083c61;
  font-family: var(--font-family-sans);
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 0;
  border: 0;
}

@media screen and (max-width: 640px) {
  #section-from .form-wrap button[type="submit"] {
    height: 42px;
  }
}

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

#section-from .form-wrap select {
  width: 60%;
  height: 72px;
  margin: 0;
  padding: 0 1.1rem;
  border: 0;
  background-color: #fff;
  font-family: 'Noto Sans TC';
  font-size: 1rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: center;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  color: #898989;
}

@media screen and (max-width: 640px) {
  #section-from .form-wrap select {
    idth: 55%;
    height: 42px;
  }
}

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

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

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

#section-from .form-wrap select.slt-county {
  width: 60%;
}

#section-from .form-wrap select.slt-district {
  display: none;
}

#section-from .form-wrap .txt-zipcode {
  display: none !important;
}

#section-from .form-wrap .control-group {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

#section-from .form-wrap .control-group label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-calc(40% - 16px);
  width: -moz-calc(40% - 16px);
  width: calc(40% - 16px);
  font-family: var(--font-family-sans);
  font-weight: 500;
  font-size: 1rem;
  color: #000;
  line-height: 1.2;
  letter-spacing: 1px;
  background-color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.1rem;
  margin-right: 16px;
}

@media screen and (max-width: 640px) {
  #section-from .form-wrap .control-group label {
    width: -webkit-calc(45% - 12px);
    width: -moz-calc(45% - 12px);
    width: calc(45% - 12px);
    margin-right: 12px;
  }
}

#section-from .form-wrap .link-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 72px;
  background-color: #083c61;
  font-family: var(--font-family-sans);
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 640px) {
  #section-from .form-wrap .link-btn {
    height: 42px;
    font-size: .9rem;
  }
}

#section-from .form-wrap .privacy {
  margin: 2rem auto 1rem;
}

#section-from .form-wrap .privacy p {
  font-family: var(--font-family-sans);
  font-size: .75rem;
  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-from .form-wrap .privacy p {
    font-size: .6rem;
  }
}

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

#section-from .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-from .form-wrap .privacy a {
    font-size: .6rem;
  }
}

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

.navbar {
  width: 100%;
  position: fixed;
  color: white;
  background-color: black;
  z-index: 100;
  height: 80px;
}

.navbar ul {
  margin: 0;
}

.navbarlogo {
  width: auto;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
}

.navbarlogo img {
  width: auto;
  height: 100%;
}

.menu {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
}

.menu li {
  font-size: 15px;
  height: 80px;
  line-height: 80px;
  list-style-type: none;
  cursor: pointer;
  color: white;
}

.hambugermenuicon {
  width: 30px;
  height: 24px;
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 100;
  display: none;
}

.bar1 {
  width: 100%;
  height: 2px;
  background-color: white;
  position: absolute;
  top: 0px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.bar2 {
  width: 100%;
  height: 2px;
  background-color: white;
  position: absolute;
  top: 12px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.bar3 {
  width: 100%;
  height: 2px;
  background-color: white;
  position: absolute;
  top: 24px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.mobilemenu {
  display: none;
  position: fixed;
  z-index: 99;
  top: 60px;
  height: 0px;
  width: 100%;
  overflow: hidden;
  color: white;
  background-color: #29292c;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.mobilemenu::-webkit-scrollbar {
  display: none;
}

.mobilemenu ul {
  -webkit-padding-start: 0px;
     -moz-padding-start: 0px;
          padding-inline-start: 0px;
}

.mobilemenu li {
  font-size: 13px;
  text-align: center;
  height: 80px;
  line-height: 80px;
  list-style-type: none;
  cursor: pointer;
  color: white;
}

a {
  color: inherit;
}

a:link {
  text-decoration: none;
}

@media only screen and (max-width: 1380px) {
  .menu li {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1124px) {
  .navbar {
    width: 100%;
    position: fixed;
    color: white;
    background-color: black;
    z-index: 100;
    height: 60px;
  }
  .navbarlogo {
    width: auto;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .navbar .menu {
    display: none;
  }
  .hambugermenuicon {
    display: block;
  }
  .mobilemenu {
    display: block;
  }
}

.iconbox {
  background-color: #3d5d7d;
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 200;
  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-border-radius: 10px 0 0 10px;
     -moz-border-radius: 10px 0 0 10px;
          border-radius: 10px 0 0 10px;
}

.icons {
  width: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: .5rem 0;
  -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;
  cursor: pointer;
}

.icons img {
  width: 80%;
  height: auto;
}

@media only screen and (max-width: 991px) {
  .iconbox {
    background-color: #3d5d7d;
    width: 100%;
    bottom: 0;
    top: auto;
    -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-border-radius: 10px 10px 0 0;
       -moz-border-radius: 10px 10px 0 0;
            border-radius: 10px 10px 0 0;
  }
  .icons {
    width: 33vw;
    height: 15vw;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
  }
  .icons img {
    height: 80%;
    width: auto;
  }
  .icons:first-child,
  .icons:nth-child(2) {
    border-right: 1px solid #fff;
  }
}
/*# sourceMappingURL=style.css.map */