@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
:root {
    --red: #D42020;
    --red-hover: #B81A1A;
    --navy: #1A3A5C;
    --navy-deep: #0F2540;
    --blue-mid: #2E6DA4;
    --steel: #6B8299;
    --white: #FFFFFF;
}
* {
  position: relative;
  font-family: 'Noto Sans', 'Noto Sans CJK TC', 'Noto Sans CJK SC', 'Noto Sans CJK', 'Source Han Sans TC', 'Source Han Sans SC', 'Source Han Sans CN', 'Source Han Sans', 'Noto Sans TC', '微軟正黑體', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #004a86;
  -webkit-box-sizing: border-box;
    -webkit-box-sizing--moz-box-sizing: border-box;
      -webkit-box-sizing--moz-box-sizing-box-sizing: border-box; }
  *::-moz-selection {
    background: #004a86;
    color: #fff; }
  *::selection {
    background: #004a86;
    color: #fff; }
  *::-moz-selection {
    background: #004a86;
    color: #fff; }

html, body {
  font-size: calc(16px * 10 / 16);
  width: 100%;
  height: auto;
  margin: 0; }
  html::-webkit-scrollbar, body::-webkit-scrollbar {
    width: 14px; }
  html::-webkit-scrollbar-track, body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px #464646;
    box-shadow: inset 0 0 2px #464646; }
  html::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
    border: 2px solid #fff;
    background: #ea0000;
    background-clip: padding-box; }
#index-video iframe{
  max-width: 800px;
}
#hover-mobile {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  overflow: auto;
  z-index: -9999; }
  #hover-mobile .hover-bg {
    display: inline-block;
    width: 100%;
    height: 100%; }

.contact-fixed{
    position: fixed;
    bottom: 2vw;
    right: 10px;
    text-align: center;
    z-index: 99;
}
.contact-fixed.contact-line img{
    width: 140px;
    margin-right: 5px;
}

/* ------ Burger ------ */
#burger-area, #burger-area-inner {
  z-index: 999; }

.burger {
  position: fixed;
  width: 60px;
  height: 60px;
  right: 0;
  top: 12px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  background-color: #f5f5f5;
  -webkit-box-shadow: 0 2px 10px 0 rgba(70, 70, 70, 0.2);
  box-shadow: 0 2px 10px 0 rgba(70, 70, 70, 0.2);
  cursor: pointer;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 10; }
  .burger:hover .span {
    margin: 5px; }
    .burger:hover .span:nth-child(1) {
      -webkit-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
      transform: rotate(-15deg); }
    .burger:hover .span:nth-child(2) {
      -webkit-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
      transform: rotate(15deg); }
  .burger:hover .span-area.isOpen {
    -webkit-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important; }
  .burger .span-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .burger .span-area .span {
      width: 55%;
      height: 5px;
      margin: 10px;
      background-color: #004a86;
      -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
      transform-origin: center center;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
  .burger .span-area.isOpen .span {
    width: 70%;
    margin: -2.5px; }
    .burger .span-area.isOpen .span:nth-child(1) {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .burger .span-area.isOpen .span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.ul-burger {
  position: fixed;
  width: 0;
  height: 100vh;
  right: 0;
  top: 0;
  background-color: #004a86;
  -webkit-box-shadow: -2px 0 8px 0 rgba(70, 70, 70, 0.2);
  box-shadow: -2px 0 8px 0 rgba(70, 70, 70, 0.2);
  overflow: hidden;
  visibility: hidden !important;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .ul-burger .btn-burger > ul {
    display: inline-block;
    width: 35vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 30vw 0 15vw 0; }
  .ul-burger .btn-burger a {
    display: inline-block;
    /* height: 100%; */
    width: 100%;
    padding: 10px 0 5px 0;
    margin-bottom: 10px; }
    .ul-burger .btn-burger a:hover:after {
      width: 100%;
      left: 0; }
    .ul-burger .btn-burger a:after {
      content: "";
      display: block;
      position: absolute;
      width: 0;
      height: 1px;
      right: 0;
      bottom: 0;
      background-color: #f5f5f5;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
  .ul-burger .btn-burger a.active:after {
    width: 100%; }
  .ul-burger p.p-btn.zh {
    letter-spacing: 4px;
    color: #f5f5f5;
    text-align: center; }
  .ul-burger p.p-btn.en {
    letter-spacing: 0px;
    color: #f5f5f5;
    text-align: center;
    margin-left: -2px; }
  .ul-burger p.p-btn.zh.after:after {
    content: "▾";
    display: block;
    position: absolute;
    left: 75%;
    top: -1px; }
  .ul-burger .drop-down-wrapper {
    position: relative !important;
    left: 0;
    top: 0;
    padding: 0; }
    .ul-burger .drop-down-wrapper ul.drop-down-menu {
      padding: 2.5vw 4vw 1.5vw 4vw; }
    .ul-burger .drop-down-wrapper a:hover {
      border-bottom: 1px solid #004a86; }
    .ul-burger .drop-down-wrapper p.p-btn.zh {
      letter-spacing: 4px;
      color: #004a86;
      text-align: center; }

@media (max-width: 991px) {
  .burger {
    -webkit-transform: translateX(-4vw);
    -ms-transform: translateX(-4vw);
    transform: translateX(-4vw);
    visibility: visible; }
    .burger .span-area .span {
      margin: 6px; }
    .burger .span-area.isOpen .span {
      position: absolute;
      width: 65%;
      margin: 0; }
      .burger .span-area.isOpen .span:nth-child(1) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .burger .span-area.isOpen .span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
  .ul-burger {
    visibility: visible !important; } }

@media (max-width: 575px) {
  .burger {
    width: 45px;
    height: 45px; }
    .burger .span-area .span {
      height: 3px;
      margin: 4px; }
  .ul-burger .btn-burger a {
    padding: 5px 0 2px 0;
    margin-bottom: 10px; }
  .ul-burger p.p-btn.zh, .ul-burger a.p-btn {
    font-size: 1.7rem !important; }
  .ul-burger p.p-btn.zh.after:after {
    left: 85%; }
  .ul-burger .drop-down-wrapper {
    width: 280px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .ul-burger .drop-down-wrapper ul.drop-down-menu {
      padding: 2.5vw 4vw 2.5vw 4vw; }
    .ul-burger .drop-down-wrapper a {
      padding: 6px 2px 6px 2px;
      margin-bottom: 0; } }

/* ------ Labels ------ */
a {
  text-decoration: none !important;
  color: inherit; }
  a:hover {
    color: inherit; }

img {
  width: 100%; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

/* ------ Fonts ------ */
h1, h2, h3, h4, h5, h6, p {
  margin: 0; }

h1.slogan {
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 5px;
  color: #ea0000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

h1.sub-slogan {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 1.6;
  margin-top: 12px; }

h1.title-small {
  display: inline-block;
  font-size: 2.2rem;
  letter-spacing: 2px; }
  /* h1.title-small:after {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 3px;
    right: -24px;
    bottom: 4px;
    background-color: #004a86; } */
.section-title {
    font-family: 'Noto Serif TC', serif;
    font-weight: 900;
    color: #004a86;
    line-height: 1.2;
    margin-bottom: 16px;
    font-size: clamp(26px, 3vw, 42px);
}
h4.title.en {
  font-family: 'Noto Serif TC', serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.4px;
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 20px;
  color: #dc3545; }
h4.title.en::before {
    content: ''; width: 28px; height: 1px; background: #dc3545;
  }
h4.title.zh {
  font-family: 'Noto Serif TC', serif;
    font-size: clamp(28px, 3vw, 46px);
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 20px;}

h5.title-footer {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 3px;
  color: #f5f5f5; }

p {
  letter-spacing: 2.2px;
  text-align: justify;
  text-justify: auto; }

p.p-btn.zh {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 2.6px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

p.p-btn.en {
  font-size: 1.2rem;
  color: #A0AEC0;
  font-weight: 400;
  letter-spacing: 1px;
  margin-left: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

p.bgt {
  position: absolute;
  font-size: 9vw;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #e7e7e7;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: -1; }

.p-footer, i {
  font-size: 1.5rem;
  letter-spacing: 2.4px;
  color: #f5f5f5; }

.p-footer.email {
  min-width: 0;
  word-wrap: break-word; }

.p-copyright, a.web-design {
  font-size: 1.4rem;
  color: #f5f5f5;
  text-align: center; }

/* ------ Adjustments ------ */
.drop-down-wrapper {
  position: absolute;
  height: 0;
  left: 100%;
  top: -35px;
  padding-left: 15px;
  white-space: nowrap;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .drop-down-wrapper ul.drop-down-menu {
    padding: 1.5vw 2vw 1.5vw 2vw;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(70, 70, 70, 0.2);
    box-shadow: 0 0 10px 0 rgba(70, 70, 70, 0.2); }
  .drop-down-wrapper a {
    display: block;
    padding: 1vh 2px 1vh 2px;
    border-bottom: 1px solid transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .drop-down-wrapper a:hover {
      border-bottom: 1px solid #ea0000; }
  .drop-down-wrapper a:hover p, .drop-down-wrapper a.active p {
    color: #ea0000; }

.title-area {
  }
  .title-area h4 {
     }

a.btn-more, button.btn-send {
  display: block;
  width: 175px;
  padding: 10px 35px 10px 35px;
  -webkit-box-shadow: 0 -5.5px 8px 0 rgba(70, 70, 70, 0.15);
  box-shadow: 0 -5.5px 8px 0 rgba(70, 70, 70, 0.15);
  background-color: #f5f5f5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  a.btn-more:hover, button.btn-send:hover {
    -webkit-box-shadow: 0 -5.5px 6px 0 rgba(70, 70, 70, 0.06);
    box-shadow: 0 -5.5px 6px 0 rgba(70, 70, 70, 0.06); }
    a.btn-more:hover p, button.btn-send:hover p {
      -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
      transform: translateY(-2px); }
      a.btn-more:hover p:before, button.btn-send:hover p:before {
        width: 40px;
        right: 0; }
      a.btn-more:hover p:after, button.btn-send:hover p:after {
        right: -4px; }
  a.btn-more p, button.btn-send p {
    font-weight: 500;
    letter-spacing: 2.6px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    a.btn-more p:before, a.btn-more p:after, button.btn-send p:before, button.btn-send p:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 6px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    a.btn-more p:before, button.btn-send p:before {
      width: 32px;
      height: 2px;
      right: 10px;
      background-color: #004a86; }
    a.btn-more p:after, button.btn-send p:after {
      right: 4px;
      border-width: 6px 0 0 12px;
      border-style: solid;
      border-color: transparent transparent transparent #004a86; }

#copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2px 6vw 4px 6vw;
  background-color: #ea0000; }
  #copyright p.p-copyright a.web-design {
    margin-left: 15px; }

/* ------ Div ------ */
/* -- nav#navbar -- */
nav#navbar {
  position: fixed;
  width: 12vw;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(70, 70, 70, 0.2);
  box-shadow: 0 0 10px 0 rgba(70, 70, 70, 0.2); 
  z-index: 100;}
  nav#navbar a.logo-area {
    position: absolute;
    height: 90px;
    left: 0;
    top: 5vh;
    padding: 0 2vw 0 2.8vw;
    background-color: #f5f5f5;
    -webkit-box-shadow: 0 2px 10px 0 rgba(70, 70, 70, 0.2);
    box-shadow: 0 2px 10px 0 rgba(70, 70, 70, 0.2);
    z-index: 200; }
    nav#navbar a.logo-area img {
      width: auto;
      height: 75%;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  nav#navbar .btn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%; }
    nav#navbar .btn-area ul:not(.drop-down-menu) {
      margin-top: 120px; }
    nav#navbar .btn-area li:not(.drop-down-btn) {
      margin-bottom: 3.2vh; }
    nav#navbar .btn-area li:not(.drop-down-btn):hover > a p, nav#navbar .btn-area a.active p {
      color: #ea0000; }

/* -- #wrapper -- */
#wrapper {
  width: calc(100% - 12vw);
  float: right;
  overflow: hidden; }
  #wrapper:after {
    content: '';
    display: block;
    position: absolute;
    width: 50%;
    height: calc(100% - 100vh - 150px);
    left: 0;
    bottom: 0;
    background-color: #f5f5f5;
    z-index: -10; }

/* -- header#header -- */
header#header .swiper-slide.swiper-slide-active .img-overflow,
header#header .swiper-slide.swiper-slide-duplicate-active .img-overflow {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }
  header#header .swiper-slide.swiper-slide-active .img-overflow{
    position: relative;
  }
  header#header .swiper-slide.swiper-slide-active .img-overflow::after{
    content: '';
    position: absolute; bottom: 0; left: 0; right: 0;
    height: 65%;
    background: linear-gradient(to top,
      rgba(15,37,64,0.72) 0%,
      rgba(26,58,92,0.35) 50%,
      transparent 100%);
    z-index: 2;
  }
  /* Simulated architectural photo with CSS — replicates the cool blue-gray building tones */
  .hero-bg {
    position: absolute; inset: 0;
  }

  /* Blueprint grid overlay — references BIM/architectural aesthetic */
  .hero-bg::before {
    content: '';
    position: absolute; inset: 0;
    background-image:
      linear-gradient(rgba(255,255,255,0.25) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,0.25) 1px, transparent 1px),
      linear-gradient(rgba(26,58,92,0.04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(26,58,92,0.04) 1px, transparent 1px);
    background-size: 120px 120px, 120px 120px, 24px 24px, 24px 24px;
    animation: blueprintDrift 20s linear infinite;
  }

  @keyframes blueprintDrift {
    0%   { background-position: 0 0, 0 0, 0 0, 0 0; }
    100% { background-position: 120px 120px, 120px 120px, 24px 24px, 24px 24px; }
  }

  /* Architectural wireframe shapes */
  .hero-bg::after {
    content: '';
    position: absolute; inset: 0;
    background:
      radial-gradient(ellipse at 75% 40%, rgba(255,255,255,0.18) 0%, transparent 55%),
      linear-gradient(to bottom, rgba(255,255,255,0.1) 0%, rgba(26,58,92,0.35) 100%);
  }
 
header#header .swiper-slide.swiper-slide-active .slogan-area,
header#header .swiper-slide.swiper-slide-duplicate-active .slogan-area {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  -webkit-transition: opacity 0.6s,-webkit-transform 4s;
  transition: opacity 0.6s,-webkit-transform 4s;
  -o-transition: transform 4s,opacity 0.6s;
  transition: transform 4s,opacity 0.6s;
  transition: transform 4s,opacity 0.6s,-webkit-transform 4s; }
  header#header .swiper-slide.swiper-slide-active .slogan-area h1,
  header#header .swiper-slide.swiper-slide-duplicate-active .slogan-area h1 {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: opacity 1s,-webkit-transform 2s;
    transition: opacity 1s,-webkit-transform 2s;
    -o-transition: transform 2s,opacity 1s;
    transition: transform 2s,opacity 1s;
    transition: transform 2s,opacity 1s,-webkit-transform 2s; }
  header#header .swiper-slide.swiper-slide-active .slogan-area h1.sub-slogan,
  header#header .swiper-slide.swiper-slide-duplicate-active .slogan-area h1.sub-slogan {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s; }

header#header .img-overflow {
  height: 100vh;
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 10s ease-out;
  transition: -webkit-transform 10s ease-out;
  -o-transition: transform 10s ease-out;
  transition: transform 10s ease-out;
  transition: transform 10s ease-out, -webkit-transform 10s ease-out; }

header#header .img-overflow.img01 {
  background-image: url("../img/banner/banner-index01.jpg"); }

header#header .img-overflow.img02 {
  background-image: url("../img/banner/banner-index02.jpg"); }

header#header .img-overflow.img03 {
  background-image: url("../img/banner/banner-index03.jpg"); }

header#header .slogan-area {
  position: absolute;
  left: 2vw;
  bottom: 20vh;
  padding: 30px 160px 30px 55px;
  /* background-color: rgba(255, 255, 255,.8); */
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: 1.6s;
  -o-transition: 1.6s;
  transition: 1.6s; }
  header#header .slogan-area h1.slogan {
    font-family: 'Noto Serif TC', serif;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 20px;
    font-size: clamp(40px, 5.5vw, 76px);
    color: #ffffff;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.25);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    -webkit-transition: 1.6s;
    -o-transition: 1.6s;
    transition: 1.6s; }
      header#header .slogan-area h1.sub-slogan{
        background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(16px);
    border-left: 4px solid #D42020;
    padding: 24px 32px;
    max-width: 520px;
    margin-bottom: 36px;
    box-shadow: 0 8px 48px rgba(15, 37, 64, 0.2);
    animation: cardFadeUp 0.9s ease both 0.6s;
      }
      header#header .slogan-area h1.sub-slogan .hero-card-title {
          font-family: 'Noto Serif TC', serif;
          font-size: 20px;
          font-weight: 900;
          margin-bottom: 10px;
      }
      header#header .slogan-area h1.sub-slogan .hero-card-body {
          font-size: 16px;
          line-height: 1.8;
      }
      /* Subtitle line — bold red highlight */
      header#header .slogan-area .hero-subtitle-line {
        display: flex; align-items: center; gap: 14px;
        margin-bottom: 28px;
      }

      header#header .slogan-area .hs-tag {
        background: #D42020;
        font-size: 14px; font-weight: 600; letter-spacing: 3px;
        text-transform: uppercase; color: white;
        padding: 5px 14px;
      }

      header#header .slogan-area .hs-text {
        font-size: 16px; color: #fff;
        font-weight: 600; letter-spacing: 1px;
      }


/* -- section#section_products -- */
section#section_products {
  padding: 5vw; }
  
/*   
  section#section_products a.img-overflow {
    display: block; } */
  section#section_products .text-area {
    padding: 2vw; }
    section#section_products .text-area .content {
      margin-top: 35px; }
    section#section_products .text-area p {
      margin-bottom: 10px; }

/* -- section#section_clients -- */
section#section_clients {
  padding: 7.5vw 6vw 0 6vw;
  -webkit-transition: 1s cubic-bezier(0.23, 0.83, 0.7, 1);
  -o-transition: 1s cubic-bezier(0.23, 0.83, 0.7, 1);
  transition: 1s cubic-bezier(0.23, 0.83, 0.7, 1); }
  section#section_clients .container {
    max-width: 1300px; }
  section#section_clients .col-md-12 {
    text-align: center; }
  section#section_clients p.bgt {
    left: -30px;
    bottom: 5vw; }
  section#section_clients h1.title-small {
    margin: 35px 0 3vw 0; }
  section#section_clients li {
    display: inline-block;
    width: 14%;
    margin: 1vw 1.1vw 1vw 1.1vw; }
    section#section_clients li:hover img.img2 {
      opacity: 1; }
    section#section_clients li a {
      display: block; }
  section#section_clients img.img2 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s; }

/* -- section#section_about -- */
section#section_about {
  padding: 5vw 6vw 0 6vw; }
  section#section_about .col-md-12 .img-overflow {
    height: 350px;
    background-image: url("../img/index-about01.jpg");
    background-size: cover;
    background-position: 0 0;
    -webkit-box-shadow: 0 35px 50px 0 rgba(70, 70, 70, 0.35);
    box-shadow: 0 35px 50px 0 rgba(70, 70, 70, 0.35); }
  section#section_about .col-md-6 {
    padding-right: 0; }
    section#section_about .col-md-6 .img-overflow {
      position: absolute;
      right: 0;
      bottom: -90px;
      margin-right: -6vw;
      text-align: right;
      z-index: 50;
      -webkit-transition: 1s cubic-bezier(0.23, 0.83, 0.7, 1);
      -o-transition: 1s cubic-bezier(0.23, 0.83, 0.7, 1);
      transition: 1s cubic-bezier(0.23, 0.83, 0.7, 1); }
  section#section_about .text-area {
    width: 100%;
    padding: 6.5vw 4.8vw 12vw 4.8vw;
    margin-top: -3vw;
    background-color: #f5f5f5; }
    section#section_about .text-area .content {
      margin: 3.5vw 0 5vw 0; }
  section#section_about p.bgt {
    right: 4vw;
    bottom: 22vw; }

/* -- footer#footer -- */
footer#footer {
  padding: 4vw 8vw 4vw 8vw;
  background-color: #004a86; 
  z-index: 80;}
  footer#footer .col-md-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  footer#footer .col-md-4.order-md-3 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  footer#footer h5.title-footer {
    margin-bottom: 25px; }
  footer#footer .text-area li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px; }
    footer#footer .text-area li p.p-footer:first-child {
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    footer#footer .text-area li a.p-footer:hover {
      color: #f5f5f5; }
  footer#footer .text-area i {
    text-align: center;
    width: 15px;
    margin-right: 15px; }
  footer#footer .btn-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    footer#footer .btn-footer ul:first-child {
      margin-right: 2vw; }
    footer#footer .btn-footer li {
      margin-bottom: 10px; }
    footer#footer .btn-footer a.p-footer:after {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 2px;
      left: 0;
      bottom: -4px;
      background-color: #f5f5f5;
      opacity: 0;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    footer#footer .btn-footer a.p-footer:hover {
      color: #f5f5f5; }
      footer#footer .btn-footer a.p-footer:hover:after {
        opacity: 1; }
    footer#footer .btn-footer a.p-footer.active:after {
      opacity: 1; }

/* ------ Inner ------ */
/* -- Form Start -- */
form.form {
  padding: 4.7vw 7vw 4.7vw 7vw;
  background-color: #f5f5f5;
  -webkit-box-shadow: 15px 20px 50px 0 rgba(70, 70, 70, 0.25);
  box-shadow: 15px 20px 50px 0 rgba(70, 70, 70, 0.25); }

.form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .form-box .form-group {
    width: 50%; }
  .form-box .form-group:nth-child(1) {
    padding-right: 1vw; }
  .form-box .form-group:nth-child(2) {
    padding-left: 1vw; }

.form-group {
  margin-bottom: 2vw; }
  .form-group label {
    width: 100%; }
  .form-group span.red-dot {
    color: red !important;
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8); }
  .form-group .enter-block {
    -webkit-appearance: none;
    padding: 12px 15px 12px 15px;
    border: none;
    border-radius: 2px;
    border: 1px solid #9b9b9b;
    background-color: #fff;
    color: #004a86 !important;
    font-size: 1.5rem;
    letter-spacing: 4.6px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .form-group input.enter-block {
    width: 100%;
    height: 40px; }
  .form-group textarea.enter-block {
    width: 100%;
    height: 150px;
    resize: none; }
  .form-group input:focus, .form-group textarea:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(70, 70, 70, 0.25) !important;
    box-shadow: 0 0 0 0.2rem rgba(70, 70, 70, 0.25) !important; }
  .form-group input::-webkit-input-placeholder, .form-group textarea::-webkit-input-placeholder {
    color: #464646;
    opacity: 0.5; }
  .form-group input:-ms-input-placeholder, .form-group textarea:-ms-input-placeholder {
    color: #464646;
    opacity: 0.5; }
  .form-group input::-ms-input-placeholder, .form-group textarea::-ms-input-placeholder {
    color: #464646;
    opacity: 0.5; }
  .form-group input::placeholder, .form-group textarea::placeholder {
    color: #464646;
    opacity: 0.5; }

.send-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2.5vw; }
  .send-block button.btn-send {
    border: none;
    cursor: pointer; }

@media (max-width: 575px) {
  form.form {
    padding: 12vw 7vw 12vw 7vw; }
  .form-box .form-group:nth-child(1) {
    padding-right: 1.5vw; }
  .form-box .form-group:nth-child(2) {
    padding-left: 1.5vw; }
  .form-group {
    margin-bottom: 3vw; }
  h1.title-small {
    margin-bottom: 4vw; }
  .send-block {
    margin-top: 4vw; } }

@media (max-width: 375px) {
  .form-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .form-box .form-group {
      width: 100%; }
    .form-box .form-group:nth-child(1) {
      padding-right: 0; }
    .form-box .form-group:nth-child(2) {
      padding-left: 0; }
  .form-group input.enter-block {
    height: 38px; }
  .form-group textarea.enter-block {
    height: 135px; } }

/* -- form end -- */
/* -- Fonts -- */
h1.banner {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 5.5px;
  color: #ea0000;
  text-align: right; }

h1.title-small-inner {
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 2.4px;
  line-height: 1.6;
  color: #ea0000; }

h1.caption {
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 2.4px;
  line-height: 1.45; }

p.sub-banner {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 2.7px;
  text-align: right;
  margin-right: 5px; }

span.prefix {
  font-size: 2.2rem;
  font-weight: 400; }

span.color-red {
  color: #ea0000; }

.btn-data h1 {
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 2.7px;
  line-height: 1.6;
  color: #f5f5f5; }

/* -- Adjustments -- */
/* Btn Data */
.btn-data {
  display: inline-block;
  padding: 0.3vw 1.2vw 0.3vw 1.2vw;
  background-color: #004a86;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .btn-data:hover {
    background-color: #ea0000; }

.btn-data.active {
  background-color: #ea0000; }

.item-area {
  display: none; }

.item-area.show {
  display: block;
  -webkit-animation: show 1s both !important;
  animation: show 1s both !important; }

.item-area.hide {
  display: none;
  -webkit-animation: hide 1s both !important;
  animation: hide 1s both !important; }

@-webkit-keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes hide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes hide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* -- Div -- */
#wrapper.inner p:not(.p-footer) {
  line-height: 1.63; }

#wrapper.inner:after {
  display: none; }

/* header#header_inner */
header#header_inner {
  padding-bottom: 7.5vw;
  z-index: -1; }
  header#header_inner .img-overflow {
    width: 100%;
    height: 38vh;
    background-size: cover;
    background-position: center; }
  header#header_inner .img-overflow.banner-inner01 {
    background-image: url("../img/banner/banner-inner01.jpg"); }
  header#header_inner .img-overflow.banner-inner02 {
    background-image: url("../img/banner/banner-inner02.jpg"); }
  header#header_inner .img-overflow.banner-inner03 {
    background-image: url("../img/banner/banner-inner03.jpg"); }
  header#header_inner .title-banner {
    position: absolute;
    left: 8vw;
    bottom: -2.5vw;
    padding: 0.8vw 1vw 0.6vw 6vw;
    background-color: #f5f5f5;
    -webkit-box-shadow: 0 2px 10px 0 rgba(70, 70, 70, 0.5);
    box-shadow: 0 2px 10px 0 rgba(70, 70, 70, 0.5); }

/* section#section_products_inner,section#section_customer_inner */

/* ═══════════════════════════════════════
   VIDEO SECTION
═══════════════════════════════════════ */
.video-section { padding: 64px 52px; background: #F7F9FC; }
@media (max-width: 991.98px) { .video-section { padding: 48px 28px; } }
@media (max-width: 575.98px) { .video-section { padding: 36px 18px; } }

.video-card {
  overflow: hidden;
  height: 100%;
}
.video-embed {
  position: relative; padding-bottom: 56.25%;
  height: 0; overflow: hidden;
}
.video-embed iframe {
  position: absolute; top: 0; left: 0;
  width: 100%; height: 100%; border: none;
}
.video-link-card {
  background: white;
  border: 1px solid #E8EEF5;
  border-top: 3px solid var(--blue-mid);
  padding: 28px;
  display: flex; flex-direction: column;
  justify-content: center; height: 100%;
}
.video-link-icon { font-size: 48px; margin-bottom: 16px; }
.video-link-title {
  font-family: 'Noto Serif TC', serif;
  font-size: 18px; font-weight: 900; color: var(--navy); margin-bottom: 8px;
}
.video-link-desc { font-size: 13px; color: #6B8299; line-height: 1.7; margin-bottom: 16px; }
.video-link-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--navy); color: white !important;
  padding: 10px 22px; font-size: 12px; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase;
  text-decoration: none !important; transition: background 0.25s;
  width: fit-content;
}
.video-link-btn:hover { background: #D42020; }
.video-card-label {
  padding-top: 15px;
  font-weight: 600;
}
/* Feature cards stack */
.feat-card {
  padding: 24px 28px;
  background: #F7F9FC;
  border: 1px solid #E8EEF5;
  display: flex; gap: 18px; align-items: flex-start;
  margin-bottom: 3px;
  border-left: 3px solid transparent;
  transition: all 0.3s; cursor: default;
}
.feat-card:hover {
  background: white;
  border-left-color: var(--blue-mid);
  box-shadow: 4px 0 20px rgba(26,58,92,0.08);
  transform: translateX(4px);
}
.feat-num {
  font-family: 'Oswald', sans-serif;
  font-size: 26px; font-weight: 700; color: #D0DCE8;
  line-height: 1; min-width: 32px; transition: color 0.3s;
}
.feat-card:hover .feat-num { color: var(--blue-mid); }
.feat-title { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.feat-desc { font-size: 13px; color: #6B8299; line-height: 1.7; }

/* ═══════════════════════════════════════
   PRODUCTS PAGE
═══════════════════════════════════════ */
section#section_products_inner .product-card {
  background: white; border: 1px solid #E8EEF5;
  border-top: 3px solid var(--navy);
  padding: 28px 24px; height: 100%;
  transition: all 0.3s; cursor: default;
}
/* ═══════════════════════════════════════
   BIM PAGE
═══════════════════════════════════════ */
.bim-benefit {
  display: flex; gap: 0; margin-bottom: 3px;
  border: 1px solid #E8EEF5;
}
.bim-benefit-num {
  background: #D42020; color: white;
  font-family: 'Oswald', sans-serif;
  font-size: 18px; font-weight: 800;
  width: 52px; min-width: 52px;
  display: flex; align-items: center; justify-content: center;
}
.bim-benefit-content { padding: 20px 24px; flex: 1; }
.bim-benefit-title { font-size: 16px; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.bim-benefit-desc { font-size: 16px; color: #6B8299; line-height: 1.7; }

.compare-box {
  border: 1px solid #E8EEF5; overflow: hidden;
}
.compare-row {
  display: flex;
}
.compare-cell {
  flex: 1; padding: 14px 18px;
  border-right: 1px solid #E8EEF5;
  font-size: 16px; line-height: 1.7;
}
.compare-cell:last-child { border-right: none; }
.compare-cell.head {
  background: #0F2540; color: white;
  font-weight: 700; font-size: 12px;
  letter-spacing: 1px; text-transform: uppercase;
}
.compare-cell.head.red { background: #D42020; }
.compare-row:nth-child(even) .compare-cell:not(.head) { background: #F7F9FC; }
.compare-check { color: #2E8B57; font-weight: 700; }
.compare-cross { color: #B0B8C1; }
/* ═══════════════════════════════════════
   SERVICE LIST PAGE
═══════════════════════════════════════ */
.service-list-card {
  background: #F7F9FC; border: 1px solid #E8EEF5;
  border-left: 4px solid #D42020;
  padding: 20px 24px; margin-bottom: 3px;
  transition: all 0.25s; cursor: default;
}
.service-list-card:hover {
  background: white; box-shadow: 4px 0 16px rgba(26,58,92,0.08);
  transform: translateX(4px);
}
.service-list-title { font-size: 16px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.service-list-items { font-size: 16px; color: #6B8299; line-height: 1.8; }

.flow-arrow-row {
  display: flex; align-items: center;
  gap: 0; flex-wrap: wrap; margin-top: 28px;
}
.flow-node {
  flex: 1 1 120px;
  background: #1A3A5C; color: white;
  padding: 16px 12px; text-align: center;
  font-size: 16px; font-weight: 500; letter-spacing: 0.5px;
  position: relative;
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: center; 
}
.flow-node + .flow-node { margin-left: 2px; }
.flow-node::after {
  content: '';
  position: absolute; right: -10px; top: 0; bottom: 0; width: 0;
  border-top: 29px solid transparent;
  border-bottom: 29px solid transparent;
  border-left: 10px solid #1A3A5C;
  z-index: 1;
}
.flow-node:last-child::after { display: none; }
.flow-node.red-node { background: #D42020; }
.flow-node.red-node::after { border-left-color:#D42020; }
/* ═══════════════════════════════════════
   SECTION SHARED STYLES
═══════════════════════════════════════ */
section#section_products_inner .section-label {
  font-size: 16px; letter-spacing: 5px; text-transform: uppercase;
  color: #D42020; font-weight: 500;
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 14px;
}
section#section_products_inner .section-label::before { content: ''; width: 28px; height: 2px; background: #D42020; }

section#section_products_inner .section-title {
  font-family: 'Noto Serif TC', serif;
  font-weight: 900; 
  line-height: 1.2; margin-bottom: 16px;
  font-size: clamp(26px, 3vw, 42px);
}
section#section_products_inner .section-title em { font-style: normal; color: #D42020; }

section#section_products_inner .section-body {
  font-size: 16px; line-height: 1.9; color: #6B8299;
}
section#section_products_inner .product-card:hover {
  border-top-color: #D42020;
  box-shadow: 0 8px 32px rgba(26,58,92,0.1);
  transform: translateY(-4px);
}
section#section_products_inner .product-card-icon { font-size: 36px; margin-bottom: 16px; display: block; }
section#section_products_inner .product-card-title {
  font-family: 'Noto Serif TC', serif;
  font-size: 18px; font-weight: 900; color: var(--navy); margin-bottom: 10px;
}
section#section_products_inner .product-card-body { font-size: 13px; color: #6B8299; line-height: 1.8; }

section#section_products_inner, section#section_customer_inner {
  padding: 0 6vw 0 6vw; }
  section#section_products_inner .row.item-area, section#section_customer_inner .row.item-area {
    padding-top: 6vw; }
    section#section_products_inner .row.item-area:before, section#section_products_inner .row.item-area:after, section#section_customer_inner .row.item-area:before, section#section_customer_inner .row.item-area:after {
      content: "";
      display: block;
      position: absolute;
      width: 70%;
      background-color: #f5f5f5;
      z-index: -1; }
    /* section#section_products_inner .row.item-area:before, section#section_customer_inner .row.item-area:before {
      height: 35%;
      right: -6vw;
      top: 10%; }
    section#section_products_inner .row.item-area:after, section#section_customer_inner .row.item-area:after {
      height: 28%;
      left: -6vw;
      bottom: 6%; } */
    section#section_products_inner .row.item-area .col-md-12:first-child, section#section_customer_inner .row.item-area .col-md-12:first-child {
      /* padding: 0 6vw 0 6vw; */
      margin-bottom: 5vw; }
  section#section_products_inner .row.item-area[data="5"]:before, section#section_customer_inner .row.item-area[data="5"]:before {
    height: 32%;
    top: 10%; }
  section#section_products_inner .row.item-area[data="5"]:after, section#section_customer_inner .row.item-area[data="5"]:after {
    height: 40%;
    bottom: 0%; }
  section#section_products_inner .col-md-12.first, section#section_customer_inner .col-md-12.first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10; }
    section#section_products_inner .col-md-12.first:after, section#section_customer_inner .col-md-12.first:after {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #e7e7e7;
      z-index: -1; }
  section#section_products_inner .col-md-12.adjustment, section#section_customer_inner .col-md-12.adjustment {
    padding-top: 2vw !important; }
  /* section#section_products_inner .col-md-6, section#section_customer_inner .col-md-6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 1.2vw 5vw 1.2vw; } */
    section#section_products_inner .col-md-6 .wrapper.adjustment, section#section_customer_inner .col-md-6 .wrapper.adjustment {
      width: 62%; }
  section#section_products_inner .col-md-6:nth-child(odd) .img-overflow:hover, section#section_customer_inner .col-md-6:nth-child(odd) .img-overflow:hover {
    -webkit-box-shadow: 15px 15px 50px 0 rgba(70, 70, 70, 0.4);
    box-shadow: 15px 15px 50px 0 rgba(70, 70, 70, 0.4); }
  section#section_products_inner .col-md-6:nth-child(even), section#section_customer_inner .col-md-6:nth-child(even) {
    top: 2vw; }
    section#section_products_inner .col-md-6:nth-child(even) .img-overflow:hover, section#section_customer_inner .col-md-6:nth-child(even) .img-overflow:hover {
      -webkit-box-shadow: -15px 15px 50px 0 rgba(70, 70, 70, 0.4);
      box-shadow: -15px 15px 50px 0 rgba(70, 70, 70, 0.4); }
  section#section_products_inner .col-md-6:nth-child(4n+1) .img-overflow, section#section_customer_inner .col-md-6:nth-child(4n+1) .img-overflow {
    -webkit-box-shadow: 15px 15px 50px 0 rgba(70, 70, 70, 0.4);
    box-shadow: 15px 15px 50px 0 rgba(70, 70, 70, 0.4); }
  section#section_products_inner .col-md-6:nth-child(4n+4) .img-overflow, section#section_customer_inner .col-md-6:nth-child(4n+4) .img-overflow {
    -webkit-box-shadow: -15px 15px 50px 0 rgba(70, 70, 70, 0.4);
    box-shadow: -15px 15px 50px 0 rgba(70, 70, 70, 0.4); }
  section#section_products_inner ul.btn-data-area, section#section_customer_inner ul.btn-data-area {
    top: 2vw;
    margin-top: 1vw;
    text-align: center; }
    section#section_products_inner ul.btn-data-area li.btn-data, section#section_products_inner ul.btn-data-area a, section#section_customer_inner ul.btn-data-area li.btn-data, section#section_customer_inner ul.btn-data-area a {
      margin: 0 2vw 1.5vw 0; }
    section#section_products_inner ul.btn-data-area li.btn-data:last-child, section#section_products_inner ul.btn-data-area a:last-child, section#section_customer_inner ul.btn-data-area li.btn-data:last-child, section#section_customer_inner ul.btn-data-area a:last-child {
      margin-right: 0; }
  section#section_products_inner h1.title-small, section#section_customer_inner h1.title-small {
    margin-bottom: 1.5vw; }
  section#section_products_inner h1.caption, section#section_customer_inner h1.caption {
    padding: 0 1.5vw 0 1.5vw;
    margin-top: 0.8vw;
    text-align: center; }
  section#section_products_inner .img-overflow, section#section_customer_inner .img-overflow {
    display: inline-block;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }

/* section#section_service_inner */
section#section_service_inner, section#section_about_inner {
  padding: 0 12vw 0 6vw; }
  section#section_service_inner .col-md-12:first-child .text-area, section#section_about_inner .col-md-12:first-child .text-area {
    float: right;
    max-width: 49vw;
    margin: -3vw -2vw 0 auto;
    padding: 6.5vw 6.7vw 15vw 6.7vw;
    background-color: #f5f5f5;
    -webkit-transition: 1s cubic-bezier(0.23, 0.83, 0.7, 1);
    -o-transition: 1s cubic-bezier(0.23, 0.83, 0.7, 1);
    transition: 1s cubic-bezier(0.23, 0.83, 0.7, 1);
    z-index: 10; }
  section#section_service_inner .col-md-12:last-child .img-overflow, section#section_about_inner .col-md-12:last-child .img-overflow {
    margin: -7.2vw 0 0 6vw;
    z-index: 20; }
  section#section_service_inner .col-md-12:last-child .text-area, section#section_about_inner .col-md-12:last-child .text-area {
    max-width: 34vw;
    margin: 2vw 12vw 0 10vw; }
    section#section_service_inner .col-md-12:last-child .text-area .content02, section#section_about_inner .col-md-12:last-child .text-area .content02 {
      margin-top: 2vw; }
    section#section_service_inner .col-md-12:last-child .text-area h1.title-small-inner, section#section_about_inner .col-md-12:last-child .text-area h1.title-small-inner {
      margin-bottom: 1vw; }
  section#section_service_inner .img-overflow, section#section_about_inner .img-overflow {
    height: 350px;
    background-size: cover;
    background-position: center 60%;
    -webkit-box-shadow: 0 35px 50px 0 rgba(70, 70, 70, 0.4);
    box-shadow: 0 35px 50px 0 rgba(70, 70, 70, 0.4);
    -webkit-transition: 1s cubic-bezier(0.23, 0.83, 0.7, 1);
    -o-transition: 1s cubic-bezier(0.23, 0.83, 0.7, 1);
    transition: 1s cubic-bezier(0.23, 0.83, 0.7, 1); }
  section#section_service_inner .img-overflow.img01, section#section_about_inner .img-overflow.img01 {
    width: 54vw;
    background-image: url("../img/service/service01.jpg"); }
  section#section_service_inner .img-overflow.img02, section#section_about_inner .img-overflow.img02 {
    width: 56vw;
    background-image: url("../img/service/service02.jpg"); }

/* section#section_clients_inner */
section#section_clients_inner {
  padding: 0 8vw 0 8vw; }
  section#section_clients_inner .col-md-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  section#section_clients_inner table {
    width: 100%;
    margin-top: 4vw;
    border: 3px solid #004a86; }
    section#section_clients_inner table tr:nth-child(3n+1) {
      background-color: rgba(0, 74, 134, 0.08); }
    section#section_clients_inner table tr:nth-child(3n+2) {
      background-color: rgba(0, 74, 134, 0.04); }
    section#section_clients_inner table td {
      padding: 1vw 2vw 1vw 2vw;
      border: 1px solid #004a86;
      letter-spacing: 1.4px;
      text-align: center; }

/* section#section_customer_inner */
section#section_customer_inner .row.item-area:before, section#section_customer_inner .row.item-area:after {
  display: none; }

section#section_customer_inner .col-md-12.last {
  padding: 8vw 2vw 0 2vw; }

section#section_customer_inner .col-xl-4.col-md-6 {
  top: 0;
  padding: 0 0.8vw 2.5vw 0.8vw; }

section#section_customer_inner ul.btn-data-area a {
  display: inline-block;
  margin-bottom: 0 !important; }

section#section_customer_inner a.wrapper {
  display: block;
  padding: 0.8vw;
  border: 1px solid rgba(70, 70, 70, 0.2);
  -webkit-box-shadow: 0 0 0 0 rgba(70, 70, 70, 0.2);
  box-shadow: 0 0 0 0 rgba(70, 70, 70, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  section#section_customer_inner a.wrapper:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(70, 70, 70, 0.2);
    box-shadow: 0 0 20px 0 rgba(70, 70, 70, 0.2); }
  section#section_customer_inner a.wrapper .img-overflow {
    -webkit-box-shadow: 0 0 0 0 rgba(70, 70, 70, 0.4) !important;
    box-shadow: 0 0 0 0 rgba(70, 70, 70, 0.4) !important; }
    section#section_customer_inner a.wrapper .img-overflow img {
      width: 100%; }
  section#section_customer_inner a.wrapper .text-area {
    padding: 1vw; }
    section#section_customer_inner a.wrapper .text-area h1.title-small-inner {
      font-weight: 400;
      color: #004a86; }

section#section_customer_inner form {
  max-width: 40vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

/* section#section_customer_inner */
section#section_customer_inner_inner {
  padding: 0 10vw 0 10vw; }
  section#section_customer_inner_inner .container-fluid {
    max-width: 1200px; }
  section#section_customer_inner_inner .col-md-12.first {
    padding-bottom: 1vw;
    margin-bottom: 2vw;
    border-bottom: 1px solid #004a86; }
  section#section_customer_inner_inner img {
    width: auto;
    max-width: 100%;
  }
  section#section_customer_inner_inner iframe {
    max-width: 100%;
  }

/* section#section_about_inner */
section#section_about_inner {
  padding: 0 6vw 0 6vw; }
  section#section_about_inner .col-md-12:first-child .img-overflow {
    margin-left: auto; }
  section#section_about_inner .col-md-12:first-child .text-area {
    float: none;
    margin: -3vw 0 0 -2vw; }
  section#section_about_inner .col-md-12:last-child .img-overflow {
    margin: -7.2vw 0 0 10vw; }
  section#section_about_inner .col-md-12:last-child .text-area {
    margin: 3vw 12vw 0 13vw; }
  section#section_about_inner .img-overflow.img01 {
    background-image: url("../img/about/about01.jpg"); }
  section#section_about_inner .img-overflow.img02 {
    background-image: url("../img/about/about02.jpg"); }

/* section#section_contact_inner */
section#section_contact_inner {
  padding: 0 6vw 0 6vw; }
  section#section_contact_inner .col-md-12:last-child {
    padding: 7vw 0 8vw 0; }
    section#section_contact_inner .col-md-12:last-child h1.title-small {
      margin-bottom: 2vw; }
  section#section_contact_inner form.form {
    max-width: 50vw;
    margin-left: 5vw;
    -webkit-transition: 1s cubic-bezier(0.23, 0.83, 0.7, 1);
    -o-transition: 1s cubic-bezier(0.23, 0.83, 0.7, 1);
    transition: 1s cubic-bezier(0.23, 0.83, 0.7, 1); }
  section#section_contact_inner .form-group h1.title-small {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  section#section_contact_inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    section#section_contact_inner ul li {
      margin-right: 6vw; }

section#section_contact_inner02 {
  margin-bottom: -8vw; }
  section#section_contact_inner02 .col-md-12 {
    padding: 0; }
  section#section_contact_inner02 .col-sm-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  section#section_contact_inner02 .contact-area {
    margin: -1vw 0 0 6vw;
    -webkit-transition: 1s cubic-bezier(0.23, 0.83, 0.7, 1);
    -o-transition: 1s cubic-bezier(0.23, 0.83, 0.7, 1);
    transition: 1s cubic-bezier(0.23, 0.83, 0.7, 1); }
  section#section_contact_inner02 .link-area {
    margin-top: 2vw; }
    section#section_contact_inner02 .link-area .qr {
      width: 45%;
      margin-right: 2vw; }
    section#section_contact_inner02 .link-area .add {
      display: block;
      width: 68%; }
  section#section_contact_inner02 iframe.map {
    width: 100%;
    height: 26vw; }

/* section#section_404_inner */
section#section_404_inner {
  padding: 0 6vw 0 6vw; }
  section#section_404_inner .col-md-12 {
    text-align: center; }

/* footer#footer.inner */
footer#footer.inner {
  margin-top: 8vw; }

@media (max-width: 1366px) {
  section#section_products .col-md-12 .title-area {
    /* right: 3.5vw; */
    /* top: 1vw; */ }
  section#section_products .col-md-6.order-md-9 .img-overflow {
    max-height: 320px;
    overflow: hidden; }
  section#section_products .col-md-6.order-md-10 .text-area {
    top: 6vw; }
  section#section_clients p.bgt {
    left: -20px;
    bottom: 14vw; }
  section#section_about .col-md-6 .img-overflow img {
    width: 90%; }
  section#section_about p.bgt {
    bottom: 28vw; }
  /* ------ Inner ------ */
  /* section#section_service_inner */
  section#section_service_inner {
    padding: 0 10vw 0 6vw; } }

@media (max-width: 1200px) {
  html, body {
    font-size: calc(15px * 10 / 16); }
  /* ------ Fonts ------ */
  h1.title-small {
    font-size: 2rem; }
  h4.title.en {
    /* font-size: 2.4rem;  */}
  h4.title.zh {
    /* font-size: 1.4rem; */
    /* margin-left: 6px; */ }
  p.p-btn.zh {
    font-size: 1.7rem; }
  p.p-btn.en {
    letter-spacing: 0; }
  /* ------ Adjustments ------ */
  .title-area {
     }
  /* ------ Div ------ */
  /* -- nav#navbar -- */
  nav#navbar a.logo-area {
    height: 75px;
    padding: 0 2vw 0 2vw; }
  nav#navbar .btn-area ul:not(.drop-down-menu) {
    margin-top: 100px; }
  /* -- section#section_products -- */
  section#section_products .col-md-6.order-md-2 .text-area {
    margin: 0 0 0 1vw;
    max-width: 400px; }
  section#section_products .col-md-6.order-md-3 .text-area {
    margin: 0 0 5vw 9vw; }
  section#section_products .col-md-6.order-md-5 .img-overflow {
    margin: -6vw 0 0 1vw; }
  section#section_products .col-md-6.order-md-6 .text-area {
    margin: 0 0 1vw -4.5vw; }
  section#section_products .col-md-6.order-md-7 .text-area {
    margin: 1vw 0 0 8vw; }
  section#section_products .col-md-6.order-md-8 .img-overflow {
    margin: -1.8vw 0 0 -4vw; }
  section#section_products .col-md-6.order-md-9 .img-overflow {
    max-height: 26vw; }
  section#section_products .col-md-6.order-md-10 .text-area {
    top: 6vw; }
  section#section_products .text-area {
    padding: 2vw 1vw 2vw 1vw; }
    section#section_products .text-area .content {
      margin-top: 20px; }
    section#section_products .text-area p {
      margin-bottom: 4px; }
  /* -- section#section_clients -- */
  section#section_clients {
    padding: 10vw 6vw 0 6vw; }
    section#section_clients li {
      width: 18%;
      margin: 0 0.6vw 0 0.6vw; }
  /* -- section#section_about -- */
  section#section_about {
    padding: 2vw 6vw 0 6vw; }
  /* ------ Inner ------ */
  /* section#section_products_inner,section#section_customer_inner */
  section#section_products_inner, section#section_customer_inner {
    padding: 0 5vw 0 5vw; }
    section#section_products_inner ul.btn-data-area li.btn-data, section#section_products_inner ul.btn-data-area a, section#section_customer_inner ul.btn-data-area li.btn-data, section#section_customer_inner ul.btn-data-area a {
      margin: 0 0.5vw 1vw 0; }
  /* section#section_service_inner */
  section#section_service_inner, section#section_about_inner {
    padding: 0 6vw 0 6vw; }
    section#section_service_inner .col-md-12:first-child .text-area, section#section_about_inner .col-md-12:first-child .text-area {
      max-width: 54vw; }
    section#section_service_inner .col-md-12:last-child .img-overflow, section#section_about_inner .col-md-12:last-child .img-overflow {
      margin: -7.2vw 0 0 4vw; }
    section#section_service_inner .col-md-12:last-child .text-area, section#section_about_inner .col-md-12:last-child .text-area {
      max-width: 42vw;
      margin: 3vw 12vw 0 8vw; }
    section#section_service_inner .img-overflow, section#section_about_inner .img-overflow {
      height: 280px; }
  /* section#section_about_inner */
  section#section_about_inner {
    padding: 0 6vw 0 6vw; }
    section#section_about_inner .col-md-12:first-child .img-overflow {
      margin-left: auto; }
    section#section_about_inner .col-md-12:first-child .text-area {
      margin: -3vw 0 0 -2vw; }
    section#section_about_inner .col-md-12:last-child .img-overflow {
      margin: -7.2vw 0 0 7vw; }
    section#section_about_inner .col-md-12:last-child .text-area {
      margin: 2vw 12vw 0 10vw; }
  /* section#section_contact_inner */
  section#section_contact_inner form.form {
    margin-left: 4vw; } }

@media (max-width: 1024px) {
  html, body {
    font-size: calc(14px * 10 / 16); } }

@media (max-width: 991px) {
  p.bgt {
    font-size: 12vw; }
  /* ------ Div ------ */
  /* -- nav#navbar -- */
  nav#navbar {
    width: 0; 
    z-index: 100;}
    nav#navbar a.logo-area {
      width: 100vw;
      height: 80px;
      top: 0;
      padding: 0; }
    nav#navbar a.logo-area img{
      left: 6vw;
      transform: translate(0,-50%);
      -webkit-transform: translate(0,-50%);
      -moz-transform: translate(0,-50%);
      -ms-transform: translate(0,-50%);
      -o-transform: translate(0,-50%);
}
    nav#navbar .btn-area {
      display: none; }
  #wrapper {
    width: 100%; }
  /* -- section#section_products -- */
  section#section_products .col-md-6.order-md-1 {
    padding: 0; }
  section#section_products .col-md-6.order-md-3 .text-area {
    margin: 0 0 2vw 9vw; }
  section#section_products .col-md-6.order-md-4 .img-overflow {
    width: 60%; }
  section#section_products .col-md-6.order-md-5 .img-overflow {
    width: 70%;
    margin: -4vw 0 0 2vw; }
  section#section_products .col-md-6.order-md-6 p.bgt {
    top: -14vw; }
  section#section_products .col-md-6.order-md-9 .img-overflow {
    width: 88%;
    max-height: 30vw;
    top: 4vw; }
  section#section_products .col-md-6.order-md-10 .text-area {
    top: 8vw;
    margin: 0 0 2vw 0; }
  section#section_products .text-area .content {
    margin-top: 15px; }
  /* -- section#section_clients -- */
  section#section_clients li {
    width: 24%; }
  section#section_clients p.bgt {
    left: -32px;
    bottom: 16vw; }
  /* -- section#section_about -- */
  section#section_about {
    padding: 4vw 4vw 0 4vw; }
    section#section_about .col-md-12 .img-overflow {
      height: 260px; }
    section#section_about .text-area {
      padding: 6.5vw 4.8vw 8vw 4.8vw; }
    section#section_about p.bgt {
      right: 0;
      bottom: 30vw;
      z-index: 10; }
  /* -- footer#footer -- */
  footer#footer .col-md-4.order-md-2 .text-area {
    margin-left: 3vw; }
  /* ------ Inner ------ */
  /* -- Div -- */
  /* header#header_inner */
  header#header_inner {
    padding-bottom: 10vw; }
  /* section#section_products_inner,section#section_customer_inner */
  section#section_products_inner, section#section_customer_inner {
    padding: 0 6vw 0 6vw; }
    section#section_products_inner .row.item-area, section#section_customer_inner .row.item-area {
      padding-top: 8vw; }
  /* section#section_service_inner */
  section#section_service_inner, section#section_about_inner {
    padding: 0 8vw 0 4vw; }
    section#section_service_inner .col-md-12:first-child .text-area, section#section_about_inner .col-md-12:first-child .text-area {
      max-width: 60vw; }
    section#section_service_inner .col-md-12:last-child .img-overflow, section#section_about_inner .col-md-12:last-child .img-overflow {
      margin: -7.2vw 0 0 6vw; }
    section#section_service_inner .col-md-12:last-child .text-area, section#section_about_inner .col-md-12:last-child .text-area {
      max-width: 50vw;
      margin: 3vw 12vw 0 9vw; }
    section#section_service_inner .img-overflow, section#section_about_inner .img-overflow {
      height: 260px; }
    section#section_service_inner .img-overflow.img01, section#section_about_inner .img-overflow.img01 {
      width: 66vw; }
    section#section_service_inner .img-overflow.img02, section#section_about_inner .img-overflow.img02 {
      width: 70vw; }
  /* section#section_clients_inner */
  section#section_clients_inner {
    padding: 0 6vw 0 6vw; }
    section#section_clients_inner table {
      margin-top: 5vw; }
  /* section#section_customer_inner */
  section#section_customer_inner form {
    max-width: 55vw;
    margin-top: 4vw; }
  /* section#section_customer_inner */
  section#section_customer_inner_inner .col-md-12.first {
    padding-bottom: 2vw;
    margin-bottom: 3vw; }
  /* section#section_about_inner */
  section#section_about_inner {
    padding: 0 6vw 0 6vw; }
    section#section_about_inner .col-md-12:first-child .text-area {
      max-width: 65vw;
      margin: -3vw 0 0 -4vw; }
    section#section_about_inner .col-md-12:last-child .img-overflow {
      margin: -7.2vw 0 0 7vw; }
    section#section_about_inner .col-md-12:last-child .text-area {
      margin: 2vw 12vw 0 10vw; }
  /* section#section_contact_inner */
  section#section_contact_inner {
    padding: 0 6vw 0 8vw; }
    section#section_contact_inner .col-md-12:last-child {
      padding: 10vw 0 12vw 0; }
    section#section_contact_inner form.form {
      max-width: 60vw;
      margin-left: 3vw; }
    section#section_contact_inner ul li {
      margin-right: 4vw; }
  section#section_contact_inner02 {
    margin-bottom: -12vw; }
    section#section_contact_inner02 .contact-area {
      margin: -2vw 0 0 6vw; }
    section#section_contact_inner02 .link-area {
      width: 20vw; }
    section#section_contact_inner02 iframe.map {
      height: 30vw; }
  /* footer#footer.inner */
  footer#footer.inner {
    margin-top: 12vw; } }

@media (max-width: 767px) {
  /* ------ Fonts ------ */
  h1.slogan {
    font-size: 2.8rem; }
  h1.sub-slogan {
    font-size: 1.8rem; }
  p.bgt {
    font-size: 14vw; }
  /* -- header#header -- */
  header#header .slogan-area {
    left: 6vw;
    bottom: 22vh;
    padding: 4vw 6vw 4vw 6vw; }
  /* -- #wrapper -- */
  #wrapper:after {
    height: calc(100% - 100vh - 25vw); }
  /* -- section#section_products -- */
  section#section_products {
    padding-top: 10vw; }
    section#section_products .col-md-12 .title-area {
      position: relative;
      right: auto;
      top: auto;
      margin-bottom: 8vw; }
    section#section_products .col-md-6.order-md-1 {
      -ms-flex: initial;
      -webkit-box-flex: initial;
      flex: initial;
      max-width: initial;
      padding: 0 2vw 0 2vw; }
    section#section_products .col-md-6.order-md-2 {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -ms-flex: initial;
      -webkit-box-flex: initial;
      flex: initial;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      max-width: initial; }
      section#section_products .col-md-6.order-md-2 .text-area {
        margin: 4vw 0 0 2vw; }
    section#section_products .col-md-6.order-md-3 {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      section#section_products .col-md-6.order-md-3 .text-area {
        max-width: 55vw;
        margin: -4vw 0 0 4vw; }
    section#section_products .col-md-6.order-md-4 .img-overflow {
      width: 60%;
      top: 0;
      margin: 10vw 0 0 15px; }
    section#section_products .col-md-6.order-md-5 {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      section#section_products .col-md-6.order-md-5 .img-overflow {
        width: 50%;
        margin: 8vw 4vw 0 0; }
    section#section_products .col-md-6.order-md-6 {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      section#section_products .col-md-6.order-md-6 p.bgt {
        left: -15px;
        top: -68vw; }
      section#section_products .col-md-6.order-md-6 h1.title-small {
        margin-right: 25px; }
      section#section_products .col-md-6.order-md-6 .text-area {
        margin: 2vw 6vw 0 0;
        text-align: right; }
      section#section_products .col-md-6.order-md-6 p {
        text-align: right; }
    section#section_products .col-md-6.order-md-7 .text-area {
      max-width: 70vw;
      padding: 2vw 4vw 2vw 4vw;
      margin: 4vw 0 0 0; }
    section#section_products .col-md-6.order-md-8 .img-overflow {
      width: 88%;
      margin: 10vw 0 0 -15px;
      text-align: center; }
    section#section_products .col-md-6.order-md-9 .img-overflow {
      width: 82%;
      max-height: 48vw;
      top: 6vw;
      margin: 6vw 0 0 0; }
    section#section_products .col-md-6.order-md-10 .text-area {
      top: auto;
      margin: 9vw 0 0 6vw; }
  /* -- section#section_clients -- */
  section#section_clients {
    padding: 10vw 6vw 0 6vw; }
    section#section_clients p.bgt {
      left: -20px;
      bottom: 20vw; }
    section#section_clients li {
      width: 30%; }
  /* -- section#section_about -- */
  section#section_about {
    padding: 2vw 4vw 0 4vw; }
    section#section_about .col-md-6 {
      padding-right: 15px; }
      section#section_about .col-md-6 .text-area .content, section#section_about .col-md-6 a.btn-more {
        z-index: 15; }
      section#section_about .col-md-6 .img-overflow {
        width: 50%;
        bottom: -40px;
        margin-right: -4vw; }
    section#section_about .col-md-6:last-child {
      padding-top: 18vw;
      background-color: #f5f5f5; }
    section#section_about .text-area {
      margin-top: 0; }
    section#section_about p.bgt {
      right: -4vw;
      bottom: 30vw; }
  /* section#section_contact_inner */
  section#section_contact_inner form.form {
    max-width: 65vw; }
  section#section_contact_inner ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    section#section_contact_inner ul li {
      max-width: 37vw;
      margin-right: 4vw;
      margin-bottom: 4vw; }
  section#section_contact_inner02 .contact-area {
    margin: 0 0 0 6vw; }
  section#section_contact_inner02 .link-area {
    width: 24vw; }
  /* -- footer#footer -- */
  footer#footer {
    padding: 50px 8vw 50px 8vw; }
    footer#footer .col-md-4.order-md-3 {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-bottom: 10vw; } }

@media (max-width: 575px) {
  /* ------ Fonts ------ */
  h1.slogan {
    font-size: 2.6rem;
    letter-spacing: 2px; }
  h1.sub-slogan {
    font-size: 1.7rem;
    letter-spacing: 1px;
    line-height: 1.4; }
  p {
    letter-spacing: 1.5px; }
  /* ------ Div ------ */
  /* -- nav#navbar -- */
  nav#navbar a.logo-area {
    height: 70px; }
  nav#navbar a.logo-area img{
    height: 70%;
    left: 8vw
  }
  /* -- header#header -- */
  header#header .img-overflow {
    height: 85vh; }
  header#header .slogan-area {
    max-width: 85vw;
    left: 4vw;
    bottom: 18vh;
    padding: 5vw; }
  /* -- section#section_products -- */
  section#section_products .col-md-6.order-md-2 .text-area {
    max-width: 65vw; }
  section#section_products .col-md-6.order-md-6 .text-area {
    max-width: 70vw;
    margin: 2vw 6vw 0 0; }
  section#section_products .col-md-6.order-md-10 .text-area {
    max-width: 70vw;
    margin: 8vw 0 0 6vw; }
  /* -- section#section_clients -- */
  section#section_clients {
    padding: 18vw 4vw 0 4vw; }
    section#section_clients .col-md-12:last-child {
      padding: 0; }
    section#section_clients h1.title-small {
      margin: 20px 0 5vw 0; }
  /* -- section#section_about -- */
  section#section_about {
    padding: 8vw 4vw 0 4vw; }
    section#section_about .text-area .content {
      margin: 20px 0 6vw 0; }
  /* -- footer#footer -- */
  footer#footer {
    padding: 50px 8vw 50px 8vw; }
    footer#footer .col-md-4 {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    footer#footer .col-md-4.col-sm-6.order-md-1 {
      margin-bottom: 10vw; }
    footer#footer .col-md-4.order-md-2 .text-area {
      margin-left: 0; }
    footer#footer .col-md-4.order-md-3 {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-bottom: 10vw; }
    footer#footer .text-area li {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    footer#footer .btn-footer ul:first-child {
      margin-right: 6vw; }
  /* ------ Inner ------ */
  /* -- Fonts -- */
  h1.banner {
    font-size: 3.2rem;
    letter-spacing: 4.2px; }
  h1.title-small-inner {
    font-size: 1.7rem;
    font-weight: 400; }
  h1.caption {
    font-size: 1.6rem; }
  .btn-data h1 {
    font-size: 1.7rem; }
  /* -- Adjustments -- */
  .btn-data {
    padding: 0.3vw 1.5vw 0.3vw 1.5vw; }
  /* header#header_inner */
  header#header_inner {
    padding-bottom: 14vw; }
    header#header_inner .title-banner {
      padding: 1.8vw 2vw 1.4vw 8vw; }
  /* section#section_products_inner,section#section_customer_inner */
  section#section_products_inner .row.item-area, section#section_customer_inner .row.item-area {
    padding-top: 18vw; }
    section#section_products_inner .row.item-area .col-md-12:first-child, section#section_customer_inner .row.item-area .col-md-12:first-child {
      margin-bottom: 8vw; }
  section#section_products_inner .col-md-12.adjustment, section#section_customer_inner .col-md-12.adjustment {
    padding-top: 6vw !important; }
  section#section_products_inner .col-md-6, section#section_customer_inner .col-md-6 {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 1.2vw 12vw 1.2vw; }
  section#section_products_inner .col-md-6:nth-child(odd) .img-overflow:hover, section#section_customer_inner .col-md-6:nth-child(odd) .img-overflow:hover {
    -webkit-box-shadow: 4px 4px 25px 0 rgba(70, 70, 70, 0.4);
    box-shadow: 4px 4px 25px 0 rgba(70, 70, 70, 0.4); }
  section#section_products_inner .col-md-6:nth-child(even), section#section_customer_inner .col-md-6:nth-child(even) {
    top: 0; }
    section#section_products_inner .col-md-6:nth-child(even) .img-overflow:hover, section#section_customer_inner .col-md-6:nth-child(even) .img-overflow:hover {
      -webkit-box-shadow: -4px 4px 25px 0 rgba(70, 70, 70, 0.4);
      box-shadow: -4px 4px 25px 0 rgba(70, 70, 70, 0.4); }
  section#section_products_inner .col-md-6:nth-child(4n+1) .img-overflow, section#section_customer_inner .col-md-6:nth-child(4n+1) .img-overflow {
    -webkit-box-shadow: 4px 4px 25px 0 rgba(70, 70, 70, 0.4);
    box-shadow: 4px 4px 25px 0 rgba(70, 70, 70, 0.4); }
  section#section_products_inner .col-md-6:nth-child(4n+4) .img-overflow, section#section_customer_inner .col-md-6:nth-child(4n+4) .img-overflow {
    -webkit-box-shadow: -4px 4px 25px 0 rgba(70, 70, 70, 0.4);
    box-shadow: -4px 4px 25px 0 rgba(70, 70, 70, 0.4); }
  section#section_products_inner ul.btn-data-area, section#section_customer_inner ul.btn-data-area {
    top: 4vw;
    text-align: left; }
    section#section_products_inner ul.btn-data-area li.btn-data, section#section_products_inner ul.btn-data-area a, section#section_customer_inner ul.btn-data-area li.btn-data, section#section_customer_inner ul.btn-data-area a {
      margin: 0 0.5vw 2vw 0; }
  section#section_products_inner h1.title-small, section#section_customer_inner h1.title-small {
    margin-bottom: 4vw; }
  section#section_products_inner h1.caption, section#section_customer_inner h1.caption {
    margin-top: 2vw; }
  /* section#section_service_inner */
  section#section_service_inner, section#section_about_inner {
    padding: 0 2vw 0 2vw; }
    section#section_service_inner .col-md-12:first-child .text-area, section#section_about_inner .col-md-12:first-child .text-area {
      max-width: 100%;
      padding: 6.5vw 8vw 20vw 8vw;
      margin: -4vw 0 0 6vw; }
    section#section_service_inner .col-md-12:last-child .img-overflow, section#section_about_inner .col-md-12:last-child .img-overflow {
      max-width: 100%;
      margin: -7vw 0 0 2vw; }
    section#section_service_inner .col-md-12:last-child .text-area, section#section_about_inner .col-md-12:last-child .text-area {
      max-width: 70vw;
      margin: 8vw 12vw 0 9vw; }
      section#section_service_inner .col-md-12:last-child .text-area .content02, section#section_about_inner .col-md-12:last-child .text-area .content02 {
        margin-top: 6vw; }
      section#section_service_inner .col-md-12:last-child .text-area h1.title-small-inner, section#section_about_inner .col-md-12:last-child .text-area h1.title-small-inner {
        margin-bottom: 2vw; }
    section#section_service_inner .img-overflow, section#section_about_inner .img-overflow {
      height: 180px; }
    section#section_service_inner .img-overflow.img01, section#section_about_inner .img-overflow.img01 {
      width: 74vw; }
    section#section_service_inner .img-overflow.img02, section#section_about_inner .img-overflow.img02 {
      width: 78vw; }
  /* section#section_clients_inner */
  section#section_clients_inner {
    padding: 0 2.5vw 0 2.5vw; }
    section#section_clients_inner h1.title-small {
      width: 60vw;
      line-height: 1.6; }
    section#section_clients_inner table {
      margin-top: 2.5vw; }
      section#section_clients_inner table td {
        padding: 2vw; }
  /* section#section_customer_inner */
  section#section_customer_inner .col-md-12.last {
    padding: 14vw 4vw 0 4vw; }
  section#section_customer_inner .col-xl-4.col-md-6 {
    top: 0;
    padding: 0 0 6vw 0; }
  section#section_customer_inner ul.btn-data-area a {
    margin-right: 1vw; }
  section#section_customer_inner a.wrapper {
    padding: 2.5vw; }
    section#section_customer_inner a.wrapper .text-area {
      padding: 2vw; }
  section#section_customer_inner form {
    max-width: 75vw;
    margin-top: 6vw;
    margin-bottom: 4vw; }
    section#section_customer_inner form .send-block {
      margin-top: 8vw; }
  /* section#section_customer_inner */
  section#section_customer_inner_inner .col-md-12.first {
    padding-bottom: 0;
    margin-bottom: 7vw; }
  /* section#section_about_inner */
  section#section_about_inner .col-md-12:first-child .text-area {
    margin: -4vw 5vw 0 0; }
  section#section_about_inner .col-md-12:last-child .img-overflow {
    margin: -7vw 0 0 6vw; }
  section#section_about_inner .col-md-12:last-child .text-area {
    margin: 6vw 10vw 0 12vw; }
  /* section#section_contact_inner */
  section#section_contact_inner {
    padding: 0 4vw 0 4vw; }
    section#section_contact_inner .col-md-12:last-child {
      padding: 16vw 12vw 12vw 12vw; }
      section#section_contact_inner .col-md-12:last-child h1.title-small {
        margin-bottom: 4vw; }
    section#section_contact_inner form.form {
      max-width: 100%;
      margin-left: 0; }
    section#section_contact_inner ul li {
      max-width: initial;
      margin-right: 0; }
    section#section_contact_inner #RecaptchaField{
      transform-origin: 0;
      transform: scale(0.8);
      -webkit-transform: scale(0.8);
      -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
      -o-transform: scale(0.8); }
  section#section_contact_inner02 {
    margin-bottom: 0; }
    section#section_contact_inner02 .col-sm-5 {
      padding: 14vw 0 2vw 0; }
    section#section_contact_inner02 .contact-area {
      margin: 0; }
    section#section_contact_inner02 .link-area{
      width: 32vw;
    }
    section#section_contact_inner02 .link-area .add{
      width: 100%;}
      section#section_contact_inner02 .link-area .qr {
        margin-right: 4vw; }
    section#section_contact_inner02 iframe.map {
      height: 50vw; }
  /* footer#footer.inner */
  footer#footer.inner {
    margin-top: 16vw; } }

@media (max-width: 320px) {
  /* ------ Fonts ------ */
  h1.slogan {
    letter-spacing: 3px; }
  h1.sub-slogan {
    letter-spacing: 0; }
  /* -- header#header -- */
  header#header .slogan-area {
    bottom: 16vh; }
  /* -- section#section_about -- */
  section#section_about .col-md-6 .img-overflow {
    bottom: -35px; } 
  section#section_contact_inner #RecaptchaField{
    transform-origin: 0;
    transform: scale(0.68);
    -webkit-transform: scale(0.68);
    -moz-transform: scale(0.68);
    -ms-transform: scale(0.68);
    -o-transform: scale(0.68);
}}
