@charset "UTF-8";
body,
html {
  margin: 0;
  padding: 0;
  height: 100vh !important;
  scroll-behavior: smooth;
  font-family: Arial, Helvetica, sans-serif;
}

#fullpage {
  height: 100vh;
  overflow: hidden;
}

.header-wrap {
  position: relative;
  background-color: transparent;
  z-index: 3;
  width: 100%;
}

.header-wrap .quick-btn {
  position: relative;
  overflow: hidden;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .header-wrap .quick-btn {
    top: 30px;
    width: 40%;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}

@media (max-width: 1199.98px) {
  .header-wrap .quick-btn {
    top: 30px;
    width: 50%;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}

@media (max-width: 767.98px) {
  .header-wrap .quick-btn {
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.header-wrap .quick-btn .header-map {
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  top: -30px;
  opacity: 0;
  text-decoration: none;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: rgba(95, 95, 95, 0.6);
}

@media (min-width: 1200px) {
  .header-wrap .quick-btn .header-map {
    font-size: 1.2em;
  }
}

@media (max-width: 1199.98px) {
  .header-wrap .quick-btn .header-map {
    font-size: 1.2em;
  }
}

@media (max-width: 767.98px) {
  .header-wrap .quick-btn .header-map {
    font-size: 0.8em;
  }
}

.header-wrap .quick-btn .header-map:hover {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  border-bottom: 1px solid rgba(95, 95, 95, 0.6);
}

@media (min-width: 1200px) {
  .header-wrap .quick-btn .header-logo {
    height: 55px;
  }
}

@media (max-width: 1199.98px) {
  .header-wrap .quick-btn .header-logo {
    height: 45px;
  }
}

@media (max-width: 767.98px) {
  .header-wrap .quick-btn .header-logo {
    height: 35px;
  }
}

.home {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-color: rgba(241, 241, 241, 0.3);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
}

.home .particles-js {
  width: 100%;
  height: 100vh;
}

.home .particles-js-canvas-el {
  -webkit-animation: bg 6s;
  animation: bg 6s;
}

@-webkit-keyframes bg {
  from {
    opacity: 0;
  }
  to {
    opacity: 100%;
  }
}

@keyframes bg {
  from {
    opacity: 0;
  }
  to {
    opacity: 100%;
  }
}

.home .home-logo {
  position: absolute;
  -webkit-transition: all 3s;
  transition: all 3s;
  opacity: 0;
}

@media (min-width: 1200px) {
  .home .home-logo {
    right: 30%;
    top: 50%;
    width: 40%;
  }
}

@media (max-width: 1199.98px) {
  .home .home-logo {
    right: 50%;
    top: 60%;
    width: 65%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
}

@media (max-width: 767.98px) {
  .home .home-logo {
    right: 50%;
    top: 60%;
    width: 90%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
}

.home .homebg {
  position: absolute;
  opacity: 0.6;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 40vh;
}

@media (min-width: 1200px) {
  .home .homebg {
    width: 40%;
  }
}

@media (max-width: 1199.98px) {
  .home .homebg {
    width: 60%;
  }
}

.home .left {
  -webkit-transition: all 2s;
  transition: all 2s;
  top: 0;
  left: -100%;
}

.home .right {
  -webkit-transition: all 2s;
  transition: all 2s;
  bottom: 0;
  right: -100%;
  background-position: bottom;
}

.star-line {
  position: fixed;
  z-index: -1;
  width: 80%;
}

@media (min-width: 1200px) {
  .star-line {
    top: 0;
    left: -40%;
  }
}

@media (max-width: 1199.98px) {
  .star-line {
    top: 30%;
    left: -30%;
  }
}

@media (max-width: 767.98px) {
  .star-line {
    top: 40%;
    left: -30%;
  }
}

.left-map {
  position: fixed;
  z-index: 1001;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

@media (min-width: 1200px) {
  .left-map {
    left: 5%;
    bottom: 25%;
    width: 80px;
    height: 300px;
  }
}

@media (max-width: 1199.98px) {
  .left-map {
    left: 3%;
    bottom: 35%;
    width: 80px;
    height: 300px;
  }
}

@media (max-width: 767.98px) {
  .left-map {
    left: 82%;
    bottom: 5%;
    width: 50px;
    height: 40px;
  }
}

.left-map .map-wrap {
  cursor: pointer;
  position: relative;
  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;
}

.left-map .map-wrap[data-map0] {
  width: 45px;
  height: 45px;
}

.left-map .map-wrap[data-map1] {
  width: 45px;
  height: 45px;
}

.left-map .map-wrap[data-map2] {
  width: 45px;
  height: 45px;
}

.left-map .map-wrap[data-map3] {
  width: 45px;
  height: 45px;
}

.left-map .map-wrap[data-map4] {
  width: 45px;
  height: 45px;
}

.left-map .map-wrap:hover {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.left-map .map-text {
  position: absolute;
  border-bottom: 1px solid #3d75c1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #3d75c1;
  font-size: 1em;
  left: 30%;
  opacity: 0;
  z-index: -1;
  font-weight: 500;
  text-shadow: rgba(255, 255, 255, 0.3) 1px 1px 1px;
  margin-left: 10px;
}

@media (max-width: 767.98px) {
  .left-map .map-text {
    display: none;
  }
}

.left-map .map-text[data-I] {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.left-map .map-text[data-S] {
  color: #fff;
  border-bottom: 1px solid #fff;
}

@media (min-width: 1200px) {
  .left-map .home-icon {
    width: 45px;
  }
}

@media (max-width: 1199.98px) {
  .left-map .home-icon {
    width: 45px;
  }
}

@media (max-width: 767.98px) {
  .left-map .home-icon {
    width: 35px;
  }
}

.left-map .home-svg {
  position: absolute;
}

@media (min-width: 1200px) {
  .left-map .home-svg {
    width: 23px;
  }
}

@media (max-width: 1199.98px) {
  .left-map .home-svg {
    width: 23px;
  }
}

@media (max-width: 767.98px) {
  .left-map .home-svg {
    width: 18px;
  }
}

.left-map .home-small {
  width: 5px;
  margin: 15px 0;
}

@media (min-width: 1200px) {
  .left-map .other {
    width: 35px;
  }
}

@media (max-width: 1199.98px) {
  .left-map .other {
    width: 35px;
  }
}

@media (max-width: 767.98px) {
  .left-map .other {
    display: none;
    width: 25px;
  }
}

.left-map span {
  position: absolute;
  color: #fff;
}

@media (min-width: 1200px) {
  .left-map span {
    font-size: 1em;
  }
}

@media (max-width: 1199.98px) {
  .left-map span {
    font-size: 1em;
  }
}

@media (max-width: 767.98px) {
  .left-map span {
    display: none;
  }
}

.about {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url(../image/aboutbg.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
}

.about .small {
  animation: small 2s infinite;
  -webkit-animation: small 2s infinite;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  position: absolute;
}

@media (min-width: 1200px) {
  .about .small {
    width: 15px;
    left: 22.1%;
    top: 10%;
  }
}

@media (max-width: 1199.98px) {
  .about .small {
    width: 12px;
    left: 18%;
    top: 12%;
  }
}

@media (max-width: 767.98px) {
  .about .small {
    width: 10px;
    left: 16.5%;
    top: 8%;
  }
}

@keyframes small {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes small {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

.about .c-about {
  position: absolute;
  color: rgba(23, 41, 59, 0.5);
}

@media (min-width: 1200px) {
  .about .c-about {
    top: 8%;
    left: 15%;
    font-size: 6em;
  }
}

@media (max-width: 1199.98px) {
  .about .c-about {
    top: 8%;
    left: 10%;
    font-size: 4em;
  }
}

@media (max-width: 767.98px) {
  .about .c-about {
    top: 8%;
    left: 8%;
    font-size: 2em;
  }
}

.about .about-content-wrap {
  position: relative;
  overflow: hidden;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 1200px) {
  .about .about-content-wrap {
    width: 55%;
    height: 70%;
  }
}

@media (max-width: 1199.98px) {
  .about .about-content-wrap {
    width: 63%;
    height: 70%;
  }
}

@media (max-width: 767.98px) {
  .about .about-content-wrap {
    overflow: auto;
    width: 65%;
    height: 75%;
  }
}

.about .about-content-wrap .about-content {
  position: absolute;
  top: -100%;
  bottom: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 0;
  height: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  border-left: 1px solid rgba(255, 255, 255, 0.6);
}

.about .about-content-wrap .about-content .e-about {
  position: relative;
  color: rgba(52, 69, 87, 0.2);
}

@media (min-width: 1200px) {
  .about .about-content-wrap .about-content .e-about {
    top: 5%;
    left: 5%;
    font-size: 5em;
  }
}

@media (max-width: 1199.98px) {
  .about .about-content-wrap .about-content .e-about {
    top: 5%;
    left: 5%;
    font-size: 4em;
  }
}

@media (max-width: 767.98px) {
  .about .about-content-wrap .about-content .e-about {
    top: 5%;
    left: 5%;
    font-size: 2em;
  }
}

.about .about-content-wrap .about-content .content-text {
  position: absolute;
  overflow-y: scroll;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  opacity: 0;
  width: 90%;
  height: 70%;
  left: 10%;
}

@media (min-width: 768px) {
  .about .about-content-wrap .about-content .content-text {
    bottom: -2%;
  }
}

@media (max-width: 767.98px) {
  .about .about-content-wrap .about-content .content-text {
    bottom: 2%;
  }
}

.about .about-content-wrap .about-content p {
  color: #fff;
}

@media (min-width: 1200px) {
  .about .about-content-wrap .about-content p {
    line-height: 40px;
    letter-spacing: 3px;
    font-size: 1.6em;
  }
}

@media (max-width: 1199.98px) {
  .about .about-content-wrap .about-content p {
    line-height: 35px;
    letter-spacing: 3px;
    font-size: 1.5em;
  }
}

@media (max-width: 767.98px) {
  .about .about-content-wrap .about-content p {
    line-height: 20px;
    letter-spacing: 3px;
    font-size: 1em;
  }
}

.serving {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: radial-gradient(circle, #2f3d4b, #161f26);
}

.serving .bgtittle {
  position: absolute;
  left: 5%;
  top: 5%;
  color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 1200px) {
  .serving .bgtittle {
    width: 20%;
  }
}

@media (max-width: 1199.98px) {
  .serving .bgtittle {
    width: 30%;
  }
}

.serving .bgtittle h2 {
  margin: 0;
}

@media (min-width: 1200px) {
  .serving .bgtittle h2 {
    font-size: 4.5em;
  }
}

@media (max-width: 1199.98px) {
  .serving .bgtittle h2 {
    font-size: 4em;
  }
}

@media (max-width: 767.98px) {
  .serving .bgtittle h2 {
    font-size: 2em;
  }
}

.serving .bgtittle .serving-EN {
  text-align: right;
}

.serving hr {
  display: block;
  position: absolute;
  top: -150%;
  width: 100%;
  border: 0;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  background: #00ffff;
}

@media (min-width: 1200px) {
  .serving hr {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .serving hr {
    -webkit-transform: rotate(90deg) scaleX(3);
    transform: rotate(90deg) scaleX(3);
    height: 5px;
  }
}

@media (max-width: 767.98px) {
  .serving hr {
    -webkit-transform: rotate(90deg) scaleX(5);
    transform: rotate(90deg) scaleX(5);
    height: 2px;
  }
}

.serving .serving-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media (min-width: 1200px) {
  .serving .serving-bottom {
    padding-bottom: 40%;
  }
}

@media (max-width: 1199.98px) {
  .serving .serving-bottom {
    height: 100%;
  }
}

.serving .serving-bottom .liner-wrap {
  position: absolute;
  bottom: 0;
  height: 100vh;
  overflow: hidden;
  -webkit-transition: width 2s;
  transition: width 2s;
  width: 0;
}

.serving .serving-bottom .liner-wrap .liner {
  position: absolute;
  bottom: 0;
  width: 100vw;
}

@media (min-width: 1200px) {
  .serving .serving-bottom .liner-wrap .liner {
    display: block;
  }
}

@media (max-width: 1199.98px) {
  .serving .serving-bottom .liner-wrap .liner {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .serving .serving-bottom .liner-wrap .liner {
    display: none;
  }
}

.serving .serving-bottom .water {
  position: absolute;
  width: 100%;
  bottom: 0;
}

@media (min-width: 1200px) {
  .serving .serving-bottom .water {
    display: block;
  }
}

@media (max-width: 1199.98px) {
  .serving .serving-bottom .water {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .serving .serving-bottom .water {
    display: none;
  }
}

.serving .serving-bottom .point {
  position: absolute;
  z-index: 2;
  position: absolute;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}

@media (min-width: 1200px) {
  .serving .serving-bottom .point {
    width: 2%;
    height: 45%;
  }
}

@media (max-width: 1199.98px) {
  .serving .serving-bottom .point {
    width: 3%;
    height: 20%;
  }
}

@media (max-width: 767.98px) {
  .serving .serving-bottom .point {
    width: 4%;
    height: 20%;
  }
}

.serving .serving-bottom .point .line-top {
  -webkit-transition: all 1s;
  transition: all 1s;
  width: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.serving .serving-bottom .point .line-line {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  width: 1px;
  height: 0%;
  background: #00ffff;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.serving .serving-bottom .point .line-bottom {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media (min-width: 1200px) {
  .serving .serving-bottom .point[data-p1] {
    left: 15%;
    bottom: 40%;
  }
}

@media (max-width: 1199.98px) {
  .serving .serving-bottom .point[data-p1] {
    -webkit-transform: translate(-50%) rotate(60deg);
    transform: translate(-50%) rotate(60deg);
    left: 50%;
    top: 5%;
  }
}

@media (min-width: 1200px) {
  .serving .serving-bottom .point[data-p2] {
    left: 36%;
    bottom: 55%;
  }
}

@media (max-width: 1199.98px) {
  .serving .serving-bottom .point[data-p2] {
    -webkit-transform: translate(-50%) rotate(-60deg);
    transform: translate(-50%) rotate(-60deg);
    left: 50%;
    top: 25%;
  }
}

@media (max-width: 767.98px) {
  .serving .serving-bottom .point[data-p2] {
    -webkit-transform: translate(-50%) rotate(-60deg);
    transform: translate(-50%) rotate(-60deg);
    left: 50%;
    top: 20%;
  }
}

@media (min-width: 1200px) {
  .serving .serving-bottom .point[data-p3] {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 40%;
    bottom: 69%;
  }
}

@media (max-width: 1199.98px) {
  .serving .serving-bottom .point[data-p3] {
    -webkit-transform: translate(-50%) rotate(60deg);
    transform: translate(-50%) rotate(60deg);
    left: 50%;
    top: 45%;
  }
}

@media (max-width: 767.98px) {
  .serving .serving-bottom .point[data-p3] {
    -webkit-transform: translate(-50%) rotate(60deg);
    transform: translate(-50%) rotate(60deg);
    left: 50%;
    top: 35%;
  }
}

@media (min-width: 1200px) {
  .serving .serving-bottom .point[data-p4] {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 20%;
    bottom: 87%;
  }
}

@media (max-width: 1199.98px) {
  .serving .serving-bottom .point[data-p4] {
    -webkit-transform: translate(-50%) rotate(-60deg);
    transform: translate(-50%) rotate(-60deg);
    left: 50%;
    top: 65%;
  }
}

@media (max-width: 767.98px) {
  .serving .serving-bottom .point[data-p4] {
    -webkit-transform: translate(-50%) rotate(-60deg);
    transform: translate(-50%) rotate(-60deg);
    left: 50%;
    top: 50%;
  }
}

.serving .serving-bottom .serving-tittle {
  position: absolute;
  left: -100%;
  -webkit-transition: all 1s;
  transition: all 1s;
  z-index: 2;
  overflow: hidden;
  color: #fff;
  font-weight: 400;
}

@media (min-width: 1200px) {
  .serving .serving-bottom .serving-tittle {
    font-size: 2.4em;
  }
}

@media (max-width: 1199.98px) {
  .serving .serving-bottom .serving-tittle {
    font-size: 2em;
  }
}

@media (max-width: 767.98px) {
  .serving .serving-bottom .serving-tittle {
    font-size: 1.1em;
  }
}

.serving .serving-bottom .sTittle-wrap {
  position: absolute;
  overflow: hidden;
  height: 80px;
  width: 250px;
}

@media (min-width: 1200px) {
  .serving .serving-bottom .sTittle-wrap[data-t1] {
    left: 19%;
    bottom: 80%;
  }
}

@media (max-width: 1199.98px) {
  .serving .serving-bottom .sTittle-wrap[data-t1] {
    left: 70%;
    top: 10%;
  }
}

@media (min-width: 1200px) {
  .serving .serving-bottom .sTittle-wrap[data-t2] {
    left: 40%;
    bottom: 94%;
  }
}

@media (max-width: 1199.98px) {
  .serving .serving-bottom .sTittle-wrap[data-t2] {
    left: 10%;
    top: 30%;
  }
}

@media (max-width: 767.98px) {
  .serving .serving-bottom .sTittle-wrap[data-t2] {
    left: 10%;
    top: 25%;
  }
}

@media (min-width: 1200px) {
  .serving .serving-bottom .sTittle-wrap[data-t3] {
    left: 62%;
    bottom: 20%;
  }
}

@media (max-width: 1199.98px) {
  .serving .serving-bottom .sTittle-wrap[data-t3] {
    left: 70%;
    top: 50%;
  }
}

@media (max-width: 767.98px) {
  .serving .serving-bottom .sTittle-wrap[data-t3] {
    left: 70%;
    top: 40%;
  }
}

@media (min-width: 1200px) {
  .serving .serving-bottom .sTittle-wrap[data-t4] {
    left: 82%;
    bottom: 39%;
  }
}

@media (max-width: 1199.98px) {
  .serving .serving-bottom .sTittle-wrap[data-t4] {
    left: 10%;
    top: 70%;
  }
}

@media (max-width: 767.98px) {
  .serving .serving-bottom .sTittle-wrap[data-t4] {
    left: 10%;
    top: 55%;
  }
}
@media (min-width: 767.99px) {
  .sTittle-wrap .sTittle-water {
    position: absolute;
    z-index: 10;
    top: 40px;
    right: 20px;
    font-size: 30px;
    color: rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 767.98px) {
  .sTittle-wrap .sTittle-water {
    position: absolute;
    top: 18px;
    left: 25px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.2);
  }
}
.recruit {
  width: 100%;
  height: 100vh;
}

@media (max-width: 767.98px) {
  .recruit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.recruit .vacancies-pad {
  position: relative;
  z-index: 3;
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1200px) {
  .recruit .vacancies-pad {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .recruit .vacancies-pad {
    height: 30%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 2.3em;
  }
}

@media (max-width: 767.98px) {
  .recruit .vacancies-pad {
    display: none;
  }
}

.recruit .vacancies {
  position: relative;
  z-index: 1;
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}

@media (min-width: 1200px) {
  .recruit .vacancies {
    height: 35%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 2.4em;
  }
}

@media (max-width: 1199.98px) and (min-width: 768px) {
  .recruit .vacancies {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .recruit .vacancies {
    height: 80%;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.4em;
  }
}

@media (min-width: 1200px) {
  .recruit .vacancies h2 {
    display: none;
  }
}

@media (max-width: 1199.98px) and (min-width: 768px) {
  .recruit .vacancies h2 {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .recruit .vacancies h2 {
    position: relative;
    right: 20px;
    font-size: 2em;
    color: #01406f;
  }
}

@media (min-width: 1200px) {
  .recruit .vacancies h3 {
    display: none;
  }
}

@media (max-width: 1199.98px) and (min-width: 768px) {
  .recruit .vacancies h3 {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .recruit .vacancies h3 {
    position: relative;
    left: 40px;
    top: -20px;
    font-size: 1.6em;
    color: #01406f;
  }
}

.a_wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 767.98px) {
  .a_wrap {
    flex-direction: column;
    height: 80%;
  }
  .recruit .recruitTittle {
    margin: 15px 0;
  }
}
.recruit .recruitTittle {
  transition: all 0.3;
  cursor: pointer;
  flex: 1;
  text-align: center;
}

@media (min-width: 768px) {
  .recruit .vacancies-now {
    color: #01406f;
  }
}

@media (max-width: 767.98px) {
  .recruit .vacancies-now {
    color: #fff;
  }
}

.recruit a {
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.recruit a:hover {
  font-size: 1.1em;
}

@media (min-width: 768px) {
  .recruit a {
    color: rgba(22, 31, 38, 0.3);
  }
}

@media (max-width: 767.98px) {
  .recruit a {
    padding-left: 10px;
    width: 90%;
    height: 50px;
    color: #fff;
    background-color: rgba(1, 64, 111, 0.6);
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .recruit .phone {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .recruit .phone {
    position: absolute;
    right: 5%;
  }
}

.recruit hr {
  height: 2px;
  border: 0;
  margin: 0;
  background-color: rgba(0, 255, 255, 0.4);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-box-shadow: 0px 1px 5px 3px rgba(0, 255, 255, 0.2);
  box-shadow: 0px 1px 5px 3px rgba(0, 255, 255, 0.2);
}

@media (min-width: 1200px) {
  .recruit hr {
    width: 80px;
  }
}

@media (max-width: 1199.98px) {
  .recruit hr {
    width: 80px;
  }
}

@media (max-width: 767.98px) {
  .recruit hr {
    display: none;
  }
}

.recruit .recruit-main {
  position: relative;
  width: 100%;
  height: 65%;
  margin: 0 auto;
  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;
}

@media (max-width: 767.98px) {
  .recruit .recruit-main {
    display: none;
  }
}

.recruit .recruit-main .computer-logo {
  position: absolute;
  z-index: -1;
  -webkit-animation: computer 1.3s ease-in-out 2.7s infinite alternate;
  animation: computer 1.3s ease-in-out 2.7s infinite alternate;
}

@media (min-width: 1200px) {
  .recruit .recruit-main .computer-logo {
    width: 20%;
    right: 10%;
    bottom: 5%;
    opacity: 0.9;
  }
}

@media (max-width: 1199.98px) {
  .recruit .recruit-main .computer-logo {
    width: 40%;
    right: 0;
    bottom: -2%;
    opacity: 0.9;
  }
}

@keyframes computer {
  from {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
}

@-webkit-keyframes computer {
  from {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
}

.recruit .recruit-main .vacancies-content {
  position: absolute;
  height: 80%;
  width: 60%;
  text-shadow: #fff 0px 1px 3px;
  letter-spacing: 3px;
  color: #636363;
  font-weight: 500;
  line-height: 45px;
}

@media (min-width: 1200px) {
  .recruit .recruit-main .vacancies-content {
    font-size: 2em;
    top: 20px;
    padding: 10px 30px;
  }
}

@media (max-width: 1199.98px) {
  .recruit .recruit-main .vacancies-content {
    font-size: 1.6em;
    top: -60px;
    padding: 10px 15%;
  }
}

@media (max-width: 767.98px) {
  .recruit .recruit-main .vacancies-content {
    display: none;
  }
}

.recruit .recruit-main .learn-more {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 25%;
  outline: 0;
  border: 0;
  color: #3d75c1;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (min-width: 1200px) {
  .recruit .recruit-main .learn-more {
    width: 12%;
    height: 12%;
    font-size: 2em;
  }
}

@media (max-width: 1199.98px) {
  .recruit .recruit-main .learn-more {
    font-size: 1.8em;
    width: 20%;
    height: 8%;
  }
}

.recruit .recruit-main .learn-more .next {
  position: absolute;
  right: 5%;
}

.recruit .recruit-main .learn-more:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: brightness(1.2);
}

.recruit .recruit-main .learn-more:hover > span {
  opacity: 0;
}

.recruit .recruit-main .learn-more:after {
  content: '➜';
  position: absolute;
  right: 5%;
  opacity: 0;
  -webkit-animation: next 0.8s ease-in-out 1.7s infinite alternate;
  animation: next 0.8s ease-in-out 1.7s infinite alternate;
}

.recruit .recruit-main .learn-more:hover:after {
  opacity: 1;
}

@-webkit-keyframes next {
  from {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0);
  }
}

@keyframes next {
  from {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0);
  }
}

.join-us {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
}

@media (max-width: 1199.98px) {
  .join-us {
    overflow: hidden;
  }
}

.join-us .background {
  position: relative;
  background-size: cover;
  text-align: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border-radius: 20px;
}

.join-us .background .join-text {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  margin: 0;
}

.join-us .background .join-text img {
  height: 100%;
}

@media (min-width: 1200px) {
  .join-us .background .join-text {
    width: 30%;
    top: 11%;
  }
}

@media (max-width: 1199.98px) {
  .join-us .background .join-text {
    width: 70%;
    top: 12%;
  }
}

@media (max-width: 767.98px) {
  .join-us .background .join-text {
    width: 80%;
    top: 15%;
  }
}

.join-us .background .join-text .join-e {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  width: 40%;
  -webkit-animation: aa 1s ease-in-out 2.7s infinite alternate;
  animation: aa 1s ease-in-out 2.7s infinite alternate;
}

@keyframes aa {
  0% {
    -webkit-transform: scaleY(1) translate(0, 0);
    transform: scaleY(1) translate(0, 0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  20% {
    -webkit-transform: scaleY(1) translate(0, 0);
    transform: scaleY(1) translate(0, 0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  30% {
    -webkit-transform: scaleY(1.1) translate(0, -6px);
    transform: scaleY(1.1) translate(0, -6px);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  50% {
    -webkit-transform: scaleY(1) translate(0, 0);
    transform: scaleY(1) translate(0, 0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  60% {
    -webkit-transform: scaleY(1.1) translate(0, -6px);
    transform: scaleY(1.1) translate(0, -6px);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  80% {
    -webkit-transform: scaleY(1) translate(0, 0);
    transform: scaleY(1) translate(0, 0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  100% {
    -webkit-transform: scaleY(1) translate(0, 0);
    transform: scaleY(1) translate(0, 0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}

@-webkit-keyframes aa {
  from {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(0, -6px);
    transform: translate(0, -6px);
  }
}

.join-us .background .join-text .join-s {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  opacity: 0;
  width: 60%;
}

.join-us .background .join-text .join-c {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  opacity: 0;
  width: 40%;
}

.join-us .background .join-text .join-u {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  opacity: 0;
  width: 60%;
}

.join-us .background .join-bg {
  position: absolute;
  top: -5%;
  left: 50%;
  top: -5%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  height: 100%;
  opacity: 0.6;
}

@media (min-width: 1200px) {
  .join-us .background .join-bg {
    width: 75%;
  }
}

@media (max-width: 1199.98px) {
  .join-us .background .join-bg {
    width: 185%;
  }
}

.join-us .go-now {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
  opacity: 0;
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  background-color: #3d75c1;
  outline: 0;
  border: 0;
  color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 1px 3px 7px 2px rgba(26, 55, 97, 0.4);
  box-shadow: 1px 3px 7px 2px rgba(26, 55, 97, 0.4);
}

@media (min-width: 1200px) {
  .join-us .go-now {
    top: 35%;
    width: 10%;
    height: 6%;
    font-size: 2em;
  }
}

@media (max-width: 1199.98px) {
  .join-us .go-now {
    top: 35%;
    width: 25%;
    height: 6%;
    font-size: 1.8em;
  }
}

@media (max-width: 767.98px) {
  .join-us .go-now {
    font-size: 1em;
  }
}

.join-us .go-now:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: brightness(1.1);
}

.join-us .go-now:hover > p {
  opacity: 0;
  -webkit-transform: translate(0px, -40px);
  transform: translate(0px, -40px);
}

.join-us .go-now:after {
  content: attr(data-text);
  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;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translate(0, 30%);
  transform: translate(0, 30%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.join-us .go-now:hover::after {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.footer {
  position: relative;
  width: 100%;
  background-color: #17293b;
}

.footer img {
  width: 100%;
  opacity: 0.1;
}

.footer p {
  position: absolute;
  bottom: 0;
  right: 1%;
  color: #636363;
}

.serving .wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: url(../image/wave1.png);
  background-size: 1000px 100px;
}

.serving .wave.wave1 {
  -webkit-animation: aaa 10s linear infinite;
  animation: aaa 10s linear infinite;
  z-index: 1000;
  opacity: 1;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  bottom: 0;
}

.serving .wave.wave2 {
  -webkit-animation: aaa2 15s linear infinite;
  animation: aaa2 15s linear infinite;
  z-index: 999;
  opacity: 0.5;
  -webkit-animation-delay: -5s;
  animation-delay: -5s;
  bottom: 10px;
}

.serving .wave.wave3 {
  -webkit-animation: aaa 20s linear infinite;
  animation: aaa 20s linear infinite;
  z-index: 998;
  opacity: 0.2;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
  bottom: 15px;
}

.serving .wave.wave4 {
  -webkit-animation: aaa2 5s linear infinite;
  animation: aaa2 5s linear infinite;
  z-index: 997;
  opacity: 0.7;
  -webkit-animation-delay: -5s;
  animation-delay: -5s;
  bottom: 20px;
}

@-webkit-keyframes aaa {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 1000px;
  }
}

@keyframes aaa {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 1000px;
  }
}

@-webkit-keyframes aaa2 {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -1000px;
  }
}

@keyframes aaa2 {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -1000px;
  }
}
/*# sourceMappingURL=style.css.map */
