.container {
  max-width: 1640px;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}

.header {
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.05);
}

.banner {
  margin-top: 80px;
  width: 100%;
  height: 945px;
  position: relative;
}

.banner .banner_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .crumbs {
  margin-top: 0;
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: auto;
  background: transparent;
  padding-top: 0;
}

.banner .crumbs .crumbs_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.banner .crumbs .crumbs_box a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.banner .crumbs .crumbs_box a:hover {
  color: #fff;
}

.banner .crumbs .crumbs_box span {
  margin: 0 5px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.banner .crumbs .crumbs_box p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.banner .banner_content {
  width: 1000px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner .banner_content h1 {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  /* 125% */
}

.banner .banner_content .banner_subtitle {
  margin-top: 8px;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  /* 150% */
  /*text-transform: capitalize;*/
}

.banner .banner_content .banner_desc {
  margin-top: 40px;
  color: #FFF;
  text-align: center;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  /* 180% */
  /*text-transform: capitalize;*/
}

.banner .banner_content .banner_video {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 186px;
}

.banner .banner_content .banner_video img {
  cursor: pointer;
  width: 106px;
  height: 106px;
}

.banner .banner_content .banner_video p {
  margin-top: 3px;
  color: #FFF;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  /* 281.25% */
}

.continuous {
  width: 100%;
  height: auto;
  padding: 90px 0 65px;
}

.continuous .contin_box {
  width: 100%;
  height: auto;
}

.continuous .contin_box .contin_item {
  width: 100%;
  height: auto;
  margin-top: 93px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.continuous .contin_box .contin_item:nth-of-type(2n) {
  flex-direction: row-reverse;
}

.continuous .contin_box .contin_item .item_img {
  width: 810px;
  height: 530px;
  border-radius: 20px;
}

.continuous .contin_box .contin_item .item_img:hover img {
  transform: scale(1.05);
}

.continuous .contin_box .contin_item .item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

.continuous .contin_box .contin_item .item_info {
  width: 645px;
  height: auto;
}

.continuous .contin_box .contin_item .item_info .item_title {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  /*text-transform: capitalize;*/
  background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.continuous .contin_box .contin_item .item_info .item_desc {
  margin-top: 29px;
  color: #666;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  /* 200% */
  /*text-transform: capitalize;*/
}

.continuous .contin_box .contin_item:first-child {
  margin-top: 0;
}

.vision {
  width: 100%;
  height: auto;
  padding: 65px 0 123px;
}

.vision .vision_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.vision .vision_box .vision_item {
  width: 810px;
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.vision .vision_box .vision_item:hover .item_img {
  transform: scale(1.05);
}

.vision .vision_box .vision_item .item_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

.vision .vision_box .vision_item .item_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.vision .vision_box .vision_item .item_box .item_icon {
  width: 50px;
  height: 50px;
}

.vision .vision_box .vision_item .item_box .item_title {
  margin-top: 15px;
  color: #FFF;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  /*text-transform: capitalize;*/
}

.vision .vision_box .vision_item .item_box .item_desc {
  margin-top: 10px;
  width: 448px;
  color: #FFF;
  text-align: center;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  /* 154.545% */
  /*text-transform: capitalize;*/
}

.inquiry_popup {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(8px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.inquiry_popup.active {
  display: flex;
}

.inquiry_popup .popup_box {
  position: relative;
  width: 1111px;
  height: 650px;
  border-radius: 20px;
  background: #000;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}

.inquiry_popup .popup_box .popup_close {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
}

.inquiry_popup .popup_box .popup_close img {
  width: 100%;
  height: 100%;
}

.inquiry_popup .popup_box .popup_video {
  width: 100%;
  height: 100%;
}

.inquiry_popup .popup_box .popup_video video {
  max-width: 100%;
  height: 100%;
}

@media screen and (max-width: 1600px) {
  .container {
    max-width: 87.125vw;
    height: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .header {
    box-shadow: 0vw 0.05312vw 0.53125vw 0vw rgba(0, 0, 0, 0.05);
  }
  .banner {
    margin-top: 4.25vw;
    width: 100%;
    height: 50.20312vw;
    position: relative;
  }
  .banner .banner_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .banner .crumbs {
    position: absolute;
    top: 0.79688vw;
    left: 0;
    width: 100%;
    height: auto;
    background: transparent;
    padding-top: 0;
  }
  .banner .crumbs .crumbs_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .banner .crumbs .crumbs_box a {
    color: #fff;
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .banner .crumbs .crumbs_box a:hover {
    color: #fff;
  }
  .banner .crumbs .crumbs_box span {
    margin: 0 0.26562vw;
    color: #fff;
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .banner .crumbs .crumbs_box p {
    color: #fff;
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .banner .banner_content {
    width: 53.125vw;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .banner .banner_content h1 {
    color: #FFF;
    text-align: center;
    text-shadow: 0vw 0.05312vw 0.10625vw rgba(0, 0, 0, 0.2);
    font-size: 2.55vw;
    font-style: normal;
    font-weight: 600;
    line-height: 3.1875vw;
    /* 125% */
  }
  .banner .banner_content .banner_subtitle {
    margin-top: 0.425vw;
    color: #FFF;
    text-align: center;
    font-size: 1.275vw;
    font-style: normal;
    font-weight: 600;
    line-height: 1.9125vw;
    /* 150% */
    /*text-transform: capitalize;*/
  }
  .banner .banner_content .banner_desc {
    margin-top: 2.125vw;
    color: #FFF;
    text-align: center;
    text-shadow: 0vw 0.05312vw 0.10625vw rgba(0, 0, 0, 0.2);
    font-size: 1.0625vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.9125vw;
    /* 180% */
    /*text-transform: capitalize;*/
  }
  .banner .banner_content .banner_video {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 9.88125vw;
  }
  .banner .banner_content .banner_video img {
    width: 5.63125vw;
    height: 5.63125vw;
  }
  .banner .banner_content .banner_video p {
    margin-top: 0.15937vw;
    color: #FFF;
    text-shadow: 0vw 0.05312vw 0.10625vw rgba(0, 0, 0, 0.15);
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2.39062vw;
    /* 281.25% */
  }
  .continuous {
    width: 100%;
    height: auto;
    padding: 4.78125vw 0 3.45312vw;
  }
  .continuous .contin_box {
    width: 100%;
    height: auto;
  }
  .continuous .contin_box .contin_item {
    width: 100%;
    height: auto;
    margin-top: 4.94062vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .continuous .contin_box .contin_item:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
  .continuous .contin_box .contin_item .item_img {
    width: 43.03125vw;
    height: 28.15625vw;
    border-radius: 1.0625vw;
  }
  .continuous .contin_box .contin_item .item_img:hover img {
    transform: scale(1.05);
  }
  .continuous .contin_box .contin_item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
  }
  .continuous .contin_box .contin_item .item_info {
    width: 34.26562vw;
    height: auto;
  }
  .continuous .contin_box .contin_item .item_info .item_title {
    font-size: 1.9125vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /*text-transform: capitalize;*/
    background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .continuous .contin_box .contin_item .item_info .item_desc {
    margin-top: 1.54062vw;
    color: #666;
    font-size: 0.95625vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.9125vw;
    /* 200% */
    /*text-transform: capitalize;*/
  }
  .continuous .contin_box .contin_item:first-child {
    margin-top: 0;
  }
  .vision {
    width: 100%;
    height: auto;
    padding: 3.45312vw 0 6.53437vw;
  }
  .vision .vision_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .vision .vision_box .vision_item {
    width: 43.03125vw;
    height: 26.5625vw;
    border-radius: 1.0625vw;
    overflow: hidden;
    position: relative;
  }
  .vision .vision_box .vision_item:hover .item_img {
    transform: scale(1.05);
  }
  .vision .vision_box .vision_item .item_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
  }
  .vision .vision_box .vision_item .item_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .vision .vision_box .vision_item .item_box .item_icon {
    width: 2.65625vw;
    height: 2.65625vw;
  }
  .vision .vision_box .vision_item .item_box .item_title {
    margin-top: 0.79688vw;
    color: #FFF;
    text-shadow: 0vw 0.05312vw 0.10625vw rgba(0, 0, 0, 0.2);
    text-align: center;
    font-size: 2.55vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /*text-transform: capitalize;*/
  }
  .vision .vision_box .vision_item .item_box .item_desc {
    margin-top: 0.53125vw;
    width: 23.8vw;
    color: #FFF;
    text-align: center;
    text-shadow: 0vw 0.05312vw 0.10625vw rgba(0, 0, 0, 0.2);
    font-size: 1.16875vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.80625vw;
    /* 154.545% */
    /*text-transform: capitalize;*/
  }
}

@media screen and (max-width: 768px) {
  .inquiry_popup {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(8px);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .inquiry_popup.active {
    display: flex;
  }
  .inquiry_popup .popup_box {
    position: relative;
    width: 92vw;
    height: 338px;
    border-radius: 2.66667vw;
    background: #000;
    overflow: hidden;
    display: flex;
    flex-direction: row;
  }
  .inquiry_popup .popup_box .popup_close {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
  }
  .inquiry_popup .popup_box .popup_close img {
    width: 100%;
    height: 100%;
  }
  .inquiry_popup .popup_box .popup_video {
    width: 100%;
    height: 100%;
  }
  .inquiry_popup .popup_box .popup_video video {
    max-width: 100%;
    height: 100%;
  }
  .container {
    max-width: 92vw;
    height: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .header {
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.05);
  }
  .banner {
    margin-top: 50px;
    width: 100%;
    height: 100vh;
    position: relative;
  }
  .banner .banner_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .banner .crumbs {
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    height: auto;
    background: transparent;
    padding-top: 0;
  }
  .banner .crumbs .crumbs_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .banner .crumbs .crumbs_box a {
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .banner .crumbs .crumbs_box a:hover {
    color: #fff;
  }
  .banner .crumbs .crumbs_box span {
    margin: 0 5px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .banner .crumbs .crumbs_box p {
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .banner .banner_content {
    width: 92vw;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .banner .banner_content h1 {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 600;
    line-height: 8vw;
    /* 125% */
  }
  .banner .banner_content .banner_subtitle {
    margin-top: 8px;
    color: #FFF;
    text-align: center;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 600;
    line-height: 4.8vw;
    /* 150% */
    /*text-transform: capitalize;*/
  }
  .banner .banner_content .banner_desc {
    margin-top: 40px;
    color: #FFF;
    text-align: center;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 4.8vw;
    /* 180% */
    /*text-transform: capitalize;*/
  }
  .banner .banner_content .banner_video {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 12vw;
  }
  .banner .banner_content .banner_video img {
    width: 14.13333vw;
    height: 14.13333vw;
  }
  .banner .banner_content .banner_video p {
    margin-top: 3px;
    color: #FFF;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    /* 281.25% */
  }
  .continuous {
    width: 100%;
    height: auto;
    padding: 20px 0 40px;
  }
  .continuous .contin_box {
    width: 100%;
    height: auto;
  }
  .continuous .contin_box .contin_item {
    width: 100%;
    height: auto;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: inherit;
  }
  .continuous .contin_box .contin_item:nth-of-type(2n) {
    flex-direction: column;
  }
  .continuous .contin_box .contin_item .item_img {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
  .continuous .contin_box .contin_item .item_img:hover img {
    transform: scale(1.05);
  }
  .continuous .contin_box .contin_item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
  }
  .continuous .contin_box .contin_item .item_info {
    width: 100%;
    margin-top: 20px;
    height: auto;
  }
  .continuous .contin_box .contin_item .item_info .item_title {
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /*text-transform: capitalize;*/
    background: linear-gradient(90deg, #009CDC 0%, #9D92FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .continuous .contin_box .contin_item .item_info .item_desc {
    margin-top: 15px;
    color: #666;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 4.8vw;
    /* 200% */
    /*text-transform: capitalize;*/
  }
  .continuous .contin_box .contin_item:first-child {
    margin-top: 0;
  }
  .vision {
    width: 100%;
    height: auto;
    padding: 20px 0 40px;
  }
  .vision .vision_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: inherit;
  }
  .vision .vision_box .vision_item {
    margin-top: 20px;
    width: 100%;
    height: 338px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
  }
  .vision .vision_box .vision_item:hover .item_img {
    transform: scale(1.05);
  }
  .vision .vision_box .vision_item .item_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
  }
  .vision .vision_box .vision_item .item_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .vision .vision_box .vision_item .item_box .item_icon {
    width: 6.66667vw;
    height: 6.66667vw;
  }
  .vision .vision_box .vision_item .item_box .item_title {
    margin-top: 15px;
    color: #FFF;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    text-align: center;
    font-size: 6.4vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /*text-transform: capitalize;*/
  }
  .vision .vision_box .vision_item .item_box .item_desc {
    margin-top: 10px;
    width: 448px;
    color: #FFF;
    text-align: center;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 4.8vw;
    /* 154.545% */
    /*text-transform: capitalize;*/
  }
}
