body,
h1,
h2 {
  margin: 0;
}

body {
  background: #111;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.bg_main {
  position: absolute;
  /* left: -10vw; */
  min-height: 100vh;
  /* width: calc(100vw - 16px); */
  height: 100%;
  width: 100%;
}

.bg_layers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bg_media {
  height: 100%;
}

.bg_overlay {
  background-color: rgba(14, 46, 71, 0.85);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.video_main {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 1;
}

.video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  opacity: 1;
}

.content_box {
  display: grid;
}

.embedSvg {
  width: 100%;
  height: 100%;
}

.svg_box {
  width: 650px;
  height: 650px;
  position: relative;
  margin: 44px 0px 64px calc((100% - 980px) * 0.5);
  left: 165px;
  grid-area: 1 / 1 / 6 / 2;
  justify-self: start;
  align-self: start;
}

.clock_box {
  width: 527px;
  height: 527px;
  position: relative;
  margin: 104px 0px 10px calc((100% - 980px) * 0.5);
  left: 225px;
  grid-area: 1 / 1 / 5 / 2;
  justify-self: start;
  align-self: start;
}

.textA {
  text-align: center;
  font-size: 19px;
  color: #fff;
  /* font-family: cursive; */
}

.textB {
  text-align: center;
  font-size: 19px;
  color: rgb(14, 46, 71);
  /* font-family: cursive; */
}

.text1 {
  position: relative;
  width: 373px;
  margin: 198px 0px 47px calc((100% - 980px) * 0.5);
  left: 303px;
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
  align-self: start;
}

.text2 {
  position: relative;
  width: 538px;
  margin: 0px 0px 45px calc((100% - 980px) * 0.5);
  left: 231px;
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
  align-self: start;
}

.text3 {
  position: relative;
  width: 304px;
  margin: 0px 0px 10px calc((100% - 980px) * 0.5);
  left: 338px;
  grid-area: 3 / 1 / 4 / 2;
  justify-self: start;
  align-self: start;
}

.logo {
  width: 100px;
  border-radius: 50px;
}

.project_main {
  background: linear-gradient(rgba(181, 186, 172, 0.95), rgba(181, 186, 172, 0.95)), url('../image/backline.svg') repeat-x;
}

.job {
  background: linear-gradient(rgba(229, 240, 230, 0.95), rgba(229, 240, 230, 0.95)), url('../image/backline.svg') repeat-x;
}

.foot {
  height: 100vh;
  width: 100%;
  position: relative;
}

.footbg {
  height: 100vh;
  width: 100%;
  opacity: 0.7;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.down_box {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 49px 0px 10px calc((100% - 980px) * 0.5);
  left: 465px;
  justify-self: start;
  align-self: start;
  background-image: url(../image/down1.webp);
}

.down_box:hover {
  background-image: url(../image/down.webp);
  cursor: pointer;
}

.email_box {
  position: relative;
  width: 561px;
  top: 25vh;
  margin: 0px 0px 22px calc((100% - 980px) * 0.5);
  left: 209px;
  grid-area: 5 / 1 / 6 / 2;
  justify-self: start;
  align-self: start;
}

.input_box {
  position: relative;
  width: 361px;
  margin: 0px 0px 8px 0;
  left: 17px;
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
  align-self: start;
}

.email_text {
  text-align: left;
}

.email_text:after {
  content: " *";
}

.input_main {
  height: 41px;
  position: relative;
}

.input {
  box-shadow: var(none, 0 0 0 transparent);
  font: normal normal normal 16px/1.4em futura-lt-w01-light, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box !important;
  border-style: solid;
  padding: 3px 3px 3px 12px;
  margin: 0;
  max-width: 100%;
  text-overflow: ellipsis;
  text-align: left;
  direction: ltr;
  min-height: 41px;
  width: 100%;
}

.footer {
  position: absolute;
  text-align: center;
  bottom: 10px;
  width: 100%;
}

.footer_main {
  /* min-width: 800px; */
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  position: relative;
}

.footer_text {
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  margin-right: 15px;
}

.reveal_card_content_text {
  overflow-y: auto;
  color: #fff;
  padding: 0 30px 0 0;
  box-sizing: border-box;
  max-height: 65vh;
}

.reveal_card_content_text1 {
  overflow-y: auto;
  color: #fff;
  padding: 0 10px 0 0;
  box-sizing: border-box;
  max-height: 70vh;
  text-align: initial;
}

.reveal_card_content_text_title {
  font-size: 20px;
  /* font-family: cursive; */
  line-height: 40px;
}

.reveal_card_content_text_text {
  font-size: 18px;
  /* font-family: cursive; */
  line-height: 40px;
}

.left_border {
  border-left: 1px solid #f9f9f9;
}

.reveal_card_title {
  margin: 0;
  width: 100%;
  border: 1px solid #f9f9f9;
}

.reveal_card_content {
  margin: 0;
  width: 100%;
  border: 1px solid #f9f9f9;
  border-top: 0;
  height: 40vh;
  /* display: none; */
  /* display: flex; */
}

.card_icon {
  color: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
}

.card_icon_active {
  transform: rotate(45deg);
  transition: 1s;
}

.relative {
  position: relative;
}

.reveal_card_title_item {
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 30px;
  /* font-family: cursive; */
  text-align: center;
}

.activeBG {
  background-color: #1fc8db;
  background-image: linear-gradient(141deg, #9fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);
}

.reveal_card_content_item {
  height: 100%;
  padding: 0;
  position: relative;
  display: inline-block;
}

.reveal {
  position: relative;
  width: 100%;
}

.reveal_container {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  min-height: 100vh;
  position: relative;
}

.reveal_main {
  position: absolute;
  top: 50vh;
  width: 100%;
  transition: 1s;
}

.project {
  position: absolute;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 80px;
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}

.projectPhone {
  display: block;
  margin-bottom: 20px;
}

.activeProject {
  display: block !important;
}

.reveal_logo {
  margin-bottom: 2rem;
}

.reveal_text {
  color: #fff;
  font-size: 20px;
  /* font-family: cursive; */
  max-width: 50%;
  display: block;
  margin-bottom: 2rem;
}

.image2 {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.image {
  height: 100%;
}

.img-circle {
  border-radius: 50%;
}

.row {
  display: flex;
}

.col-md-3 {
  width: 25%;
  height: 100%;
}

.col-md-4 {
  width: 25%;
  height: 100%;
  margin-top: 25vh;
}

.col-md-6 {
  width: 50%;
}

.topnav_box::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #ffffff00;
}

.topnav_box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #ffffff00;
}

.topnav_box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
}

.can_click {
  cursor: pointer;
}

.nav_item {
  color: #0e2e47;
  font-weight: 700;
  /* font-family: cursive; */
}

.wx {
  position: fixed;
  right: 40px;
  top: 50%;
  width: 30px;
  height: 30px;
  z-index: 999999999;
  background-color: gray;
  border-radius: 25px;
}

.qrcode {
  display: none;
  position: fixed;
  right: 80px;
  top: 50%;
  width: 100px;
  height: 100px;
}

.wxfoot {
  position: absolute;
  left: calc(40% - 25px);
  top: 50%;
  width: 50px;
  height: 50px;
  z-index: 2;
}

.qrcodefoot {
  display: block;
  position: absolute;
  left: calc(40% - 75px);
  top: calc(50% + 55px);
  width: 150px;
  height: 150px;
}

.information {
  position: absolute;
  right: 5%;
  bottom: 20%;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #E5F0E6;
  /* font-family: cursive; */
}

.show {
  display: block;
  position: fixed;
  right: 80px;
  top: 50%;
  width: 100px;
  height: 100px;
  z-index: 99999999999;
}

.introduce {
  color: #fff;
  position: relative;
  top: 25vh;
  max-width: 80%;
  left: 10%;
  line-height: 2em;
  text-align: center;
  font-size: 20px;
  /* font-family: cursive; */
}

.project_title {
  position: relative;
  font-size: 20px;
  color: rgb(255, 255, 255);
  /* font-family: cursive; */
  left: 10%;
}

.project_cardtitle {
  font-size: 25px;
  color: #EF7F7A;
  position: absolute;
  font-weight: 600;
  top: 45px;
  left: -20px;
  /* font-family: cursive; */
}

.title01:before {
  position: absolute;
  left: -50px;
  top: 0;
  display: block;
  font-size: 12px;
  /* font-family: cursive; */
  counter-increment: product-counter 1;
  content: counter(product-counter, decimal-leading-zero);
}

.title02:before {
  position: absolute;
  left: -50px;
  top: 0;
  display: block;
  font-size: 12px;
  counter-increment: product-counter 2;
  content: counter(product-counter, decimal-leading-zero);
}

.title03:before {
  position: absolute;
  left: -50px;
  top: 0;
  display: block;
  font-size: 12px;
  counter-increment: product-counter 3;
  content: counter(product-counter, decimal-leading-zero);
}

.title04:before {
  position: absolute;
  left: -50px;
  top: 0;
  display: block;
  font-size: 12px;
  counter-increment: product-counter 4;
  content: counter(product-counter, decimal-leading-zero);
}

.project_title:after {
  position: absolute;
  left: -35px;
  top: 10px;
  content: '';
  width: 30px;
  height: 1px;
  background: #979797;

}

.project_img {
  margin: 10% auto 0 auto;
  position: relative;
  width: 60%;
  opacity: 0.7;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.job_img {
  position: absolute;
  top: 10%;
  height: 85%;
  max-width: 50%;
}

.job_box {
  position: absolute;
  top: 10%;
  left: 55%;
  height: 60%;
}

.active_job {
  color: #EF7F7A !important;
}

.job_text {
  margin-top: 20px;
  font-size: 16px;
  /* font-family: cursive; */
  color: #1d3026;
  line-height: 30px;
  opacity: .8;
  font-weight: 300;
}

.job_title {
  display: inline-block;
  margin-right: 20px;
  font-size: 18px;
  font-weight: 600;
  /* font-family: cursive; */
  line-height: 24px;
  color: #1d3026;
}

.col-md-4:hover .project_img {
  transform: scale3d(1.2, 1.2, 1);
  opacity: 1;
}

.col-md-4:hover .project_text {
  opacity: 1;
}

.col-md-4:hover .project_enter {
  opacity: 1;
}

.project_text {
  font-size: 18px;
  max-width: 300px;
  margin: 50px auto 0 auto;
  text-align: center;
  width: 100%;
  color: #fff;
  opacity: 0;
  transition: opacity 1s;
  /* font-family: cursive; */

}

.project_enter {
  font-size: 18px;
  max-width: 300px;
  margin: 10px auto 0 auto;
  text-align: center;
  width: 100%;
  color: #EF7F7A;
  opacity: 0;
  transition: opacity 1s;
  /* font-family: cursive; */
}

#cover {
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  opacity: 0.9;
  /* display:none;  */
  z-Index: 999;
}

#modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  /* display:none; */
  z-Index: 9999;
}

.close {
  position: fixed;
  right: 20px;
  width: 60px;
  height: 60px;
  top: 20px;
  border-radius: 50px;
}

.left {
  position: fixed;
  right: 250px;
  width: 60px;
  height: 60px;
  bottom: 20px;
  border-radius: 50px;
}

.right {
  position: fixed;
  right: 100px;
  width: 60px;
  height: 60px;
  bottom: 20px;
  border-radius: 50px;
}

.image1 {
  position: absolute;
  top: 10%;
  left: 10%;
  height: 80%;
  width: 50%;
  object-fit: contain;
}

.describe {
  position: fixed;
  top: 40%;
  color: #fff;
  right: 10%;
  text-align: -webkit-right;
  max-width: 30%;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 1s
}

.fade-enter,
.fade-leave-active {
  opacity: 0
}

.line {
  position: absolute;
  background-image: url(../image/line.png);
  width: 120%;
  height: 280px;
  margin-top: -100px;
  left: -10%;
}

.describe_type {
  font-size: 12px;
  /* font-family: cursive; */
}

.describe_name {
  font-size: 40px;
  font-weight: 600;
  /* font-family: cursive; */
}

.describe_describe {
  font-size: 12px;
  /* font-family: cursive; */
}

.contact_text {
  position: absolute;
  top: 30%;
  max-width: 50%;
  font-size: 30px;
  font-weight: 600;
  /* font-family: cursive; */
  color: #E5F0E6;
  line-height: 35px;
}

.to_top {
  font-size: 20px;
  width: 100%;
  color: #EF7F7A;
  transition: opacity 1s;
  /* font-family: cursive; */
  margin-top: 5vh;
}

.translate {
  position: absolute;
  bottom: 150px;
  font-size: 18px;
  padding-left: 48px;
}

.translateIcon {
  position: absolute;
  top: 13px;
  right: 13px;
  z-index: 1;
  fill: #ccc;
}

.translateIcon2 {
  fill: #0e2e47;
}

.lan_box {
  position: absolute;
  z-index: 1;
  right: 15px;
  top: 70px;
  fill: #ccc;
}

.svg {
  height: 50px;
  width: 50px;
}

.changebtn {
  position: absolute;
  bottom: 0;
  font-size: 18px;
  width: 100%;
  color: #fff;
}

.wxqr {
  height: 80px;
}

.loader {
  z-index: 999999999999999999999;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: linear-gradient(rgba(14, 46, 71, 0.9), rgba(14, 46, 71, 0.9));
}

.sk-folding-cube {
  top: 35%;
  margin: 20px auto;
  width: 100px;
  height: 100px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #B3E5FC;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4FC3F7;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube3:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #039BE5;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube4:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0277BD;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {

  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {

  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@media screen and (max-width: 640px) {
  p {
    margin: 5px 0;
  }

  .logo {
    width: 50px;
    margin-left: calc(50% - 25px);
  }

  [id=navcheck]:checked~nav .bg {
    transform: translateY(0%) translateX(-15%);
  }

  .item1 {
    transform: translateY(-15%) translateX(-70%) !important;
  }

  .item2 {
    transform: translateY(-10%) translateX(-70%) !important;
  }

  .item3 {
    transform: translateY(-5%) translateX(-70%) !important;
  }

  .item4 {
    transform: translateY(-0%) translateX(-70%) !important;
  }

  nav a {
    margin: 0.5em 0;
    padding: 0.2em 2em;
    font-size: 1.5em;
    color: white;
    text-decoration: none;
    font-weight: 500;
    transform: translateX(-100%);
    transition: color 0.15s, transform 0.5s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  }

  .project_cardtitle {
    font-size: 20px;
  }

  .footer_text {
    color: #fff;
    font-size: 10px;
    line-height: 20px;
    font-weight: 400;
    margin-right: 15px;
  }

  .introduce {
    color: #fff;
    position: relative;
    top: 0;
    padding-top: 15vh;
    max-width: 80%;
    left: 10%;
    line-height: 2em;
    text-align: justify;
    font-size: 12px;
  }

  .bg_main {
    position: absolute;
    /* left: -10vw; */
    min-height: 100vh;
    width: 100%;
    height: 100%;
  }

  .wx {
    position: fixed;
    right: 10px;
    top: 90%;
    width: 30px;
    height: 30px;
    z-index: 999999999;
    background-color: gray;
    border-radius: 25px;
  }

  .show {
    display: block;
    position: fixed;
    right: 60px;
    top: 80%;
    width: 100px;
    height: 100px;
    z-index: 99999999999;
  }

  .project {
    position: absolute;
    height: 100%;
    padding-top: 75px;
    padding-bottom: 80px;
    display: block;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
  }

  .col-md-4 {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    margin-top: 0;
  }

  .project_title,
  .project_enter {
    font-size: 15px;
  }

  .projectPhone {
    display: none;
  }

  .project_text,
  .project_enter {
    opacity: 1;
  }

  .project_text {
    margin: 15px auto 0 auto;
    font-size: 13px;
  }

  .project_img {
    margin: 15px auto 0 auto;
    opacity: 1;
    transition: none;
  }

  .col-md-4:hover .project_img {
    transform: none;
  }

  .left {
    position: fixed;
    right: 75vw;
    width: 25px;
    height: 25px;
    bottom: 2vh;
    border-radius: 50px;
    z-index: 1;
  }

  .right {
    position: fixed;
    right: 55vw;
    width: 25px;
    height: 25px;
    bottom: 2vh;
    border-radius: 50px;
    z-index: 1;
  }

  .close {
    position: fixed;
    right: 2vw;
    width: 25px;
    height: 25px;
    top: 2vh;
    border-radius: 50px;
    z-index: 1;
  }

  .image1 {
    position: absolute;
    top: 4vh;
    left: 5%;
    height: 50%;
    width: 90%;
    object-fit: contain;
  }

  .describe {
    position: fixed;
    top: 50%;
    color: #fff;
    right: 10%;
    text-align: -webkit-right;
    width: 100%;
    max-width: 100%;
  }

  .describe_name {
    font-size: 20px;
  }

  .describe_describe {
    max-width: 80%;
  }

  .job_img {
    display: none;
  }

  .job_box {
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    padding-top: 13vh;
  }

  .job_title {
    font-size: 15px;
  }

  .job_text {
    margin-top: 20px;
    font-size: 12px;
    /* font-family: cursive; */
    color: #1d3026;
    line-height: 20px;
    opacity: 1;
    font-weight: 300;
  }

  .information {
    position: absolute;
    right: 0;
    bottom: 30%;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #E5F0E6;
    /* font-family: cursive; */
  }

  label .burger {
    width: 1em;
    height: 1em;
  }

  .contact_text {
    position: absolute;
    top: 15%;
    max-width: none;
    font-size: 20px;
    font-weight: 600;
    /* font-family: cursive; */
    color: #E5F0E6;
    line-height: 25px;
  }

  .wxqr {
    height: 50px;
  }

  .svg {
    width: 25px;
    height: 25px;
  }

  .translate {
    position: absolute;
    bottom: 70px;
    font-size: 18px;
    padding-left: 48px;
  }
}