[v-cloak] {
  opacity: 0;
}
img {
  display: block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
.wrapper {
  width: 1200px;
  max-width: 95%;
  margin: auto;
}
.text-blue {
  color: #005598;
}
.font-bold {
  font-weight: bold;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s;
}
.fade-enter {
  opacity: 0;
}
.fade-leave {
  opacity: 1;
}
.fade-leave-to {
  opacity: 0;
}
.base-link {
  overflow-wrap: break-word;
}
.header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
}
.header .anchor-list {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .header .anchor-list {
    display: none;
  }
}
.header .anchor-item {
  position: relative;
  font-size: 20px;
  padding-left: 28px;
  text-decoration: none;
  transition: 0.4s color;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .header .anchor-item {
    font-size: 16px;
  }
}
.header .anchor-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-80deg);
  width: 32px;
  height: 6px;
  background-color: #ccc;
  transition: 0.4s background-color;
}
.header .anchor-item:hover {
  color: #005598;
}
.header .anchor-item:hover::before {
  background-color: #005598;
}
.pic-main-bg {
  position: absolute;
  z-index: -100;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pic-earth {
  position: absolute;
  top: 21%;
  right: 10%;
}
@media screen and (max-width: 1023px) {
  .pic-earth {
    display: none;
  }
}
.pic-rocket {
  position: absolute;
  top: 33%;
  left: 17%;
}
@media screen and (max-width: 1023px) {
  .pic-rocket {
    display: none;
  }
}
.pic-rock {
  position: absolute;
  top: 56%;
  right: -7%;
}
@media screen and (max-width: 1023px) {
  .pic-rock {
    display: none;
  }
}
.pic-earth2 {
  position: absolute;
  bottom: 6%;
  left: -30%;
}
@media screen and (max-width: 1023px) {
  .pic-earth2 {
    display: none;
  }
}
.pic-net {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.5;
}
.banner {
  position: relative;
  height: 884px;
}
@media screen and (max-width: 767px) {
  .banner {
    height: 120vw;
  }
}
.banner .h1 {
  opacity: 0;
}
.banner .pic-title {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
}
.banner .pic-hero {
  position: absolute;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
  animation: shaking 2s linear infinite alternate;
}
@media screen and (max-width: 767px) {
  .banner .pic-hero {
    top: 22%;
  }
}
.banner .pic-icon {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  animation: zoom 2s linear infinite alternate;
}
@keyframes shaking {
  0% {
    transform: translate(-50%, 16px);
  }
  100% {
    transform: translateX(-50%, -16px);
  }
}
@keyframes zoom {
  0% {
    transform: translate(-50%) scale(1);
  }
  100% {
    transform: translateX(-50%) scale(0.95);
  }
}
.section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section .frame-item {
  position: relative;
  text-align: center;
}
.section .pic-frame {
  margin: auto;
}
.section .frame-title {
  position: absolute;
  top: 13%;
  left: 0;
  right: 0;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .section .frame-title {
    top: 14%;
    font-size: clamp(14px, 3vw, 30px);
  }
}
@media screen and (max-width: 400px) {
  .section .frame-title {
    font-size: clamp(12px, 3vw, 30px);
  }
}
.section .frame-content {
  display: flex;
  align-items: center;
  position: absolute;
  gap: 16px;
  padding: 8px;
  width: 700px;
  max-width: 80%;
  left: 0;
  right: 0;
  margin: auto;
  top: 30%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .section .frame-content {
    gap: 8px;
    max-width: 100%;
  }
}
.section .frame-content .pic-section {
  flex-shrink: 0;
  max-width: 45%;
}
.section .frame-content .text {
  line-height: 1.5;
  text-align: left;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .section .frame-content .text {
    color: #fff;
    font-size: clamp(14px, 1vw, 16px);
    text-shadow: 1px 1px 4px #000;
    font-weight: bold;
  }
}
@media screen and (max-width: 400px) {
  .section .frame-content .text {
    font-size: clamp(12px, 1vw, 16px);
  }
}
@media screen and (max-width: 767px) {
  .section .frame-item-2 {
    margin-top: 48px;
  }
}
.section .frame-item-2 .frame-content {
  align-items: stretch;
}
.section .frame-item-2 .text {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.section .frame-item-2 .list-stage {
  display: flex;
  margin: 8px 0;
}
.section .frame-item-2 .list-stage .stage-item {
  position: relative;
  width: 33.3333333333%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.section .frame-item-2 .list-stage .pic-stage {
  position: absolute;
}
.section .frame-item-2 .list-stage .stage-text {
  position: relative;
  font-weight: bold;
  color: #fff;
}
.section-2 .frame-item-3 .box-title-3 {
  position: relative;
}
.section-2 .frame-item-3 .pic-frame-3 {
  margin: auto;
}
.section-2 .frame-item-3 .frame-title-3 {
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1023px) {
  .section-2 .frame-item-3 .frame-title-3 {
    font-size: clamp(16px, 3vw, 30px);
  }
}
.section-2 .frame-item-3 .list-factor {
  display: flex;
  align-items: center;
  overflow-x: auto;
}
@media screen and (min-width: 1024px) {
  .section-2 .frame-item-3 .list-factor {
    justify-content: center;
  }
}
.section-2 .frame-item-3 .factor-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 314px;
  flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
  .section-2 .frame-item-3 .factor-item {
    max-width: 248px;
  }
}
.section-2 .frame-item-3 .factor-title {
  position: absolute;
  top: 72px;
  width: 202px;
  max-width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-2 .frame-item-3 .factor-title .pic-title {
  position: absolute;
}
.section-2 .frame-item-3 .factor-title .title-text {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  height: 48px;
  color: #fff;
  line-height: 1.2;
}
@media screen and (max-width: 1023px) {
  .section-2 .frame-item-3 .factor-title {
    top: 48px;
  }
  .section-2 .frame-item-3 .factor-title .title-text {
    font-size: 16px;
  }
}
.section-2 .frame-item-3 .factor-desc {
  position: absolute;
  top: 144px;
  width: 184px;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .section-2 .frame-item-3 .factor-desc {
    top: 104px;
    width: 172px;
  }
}
@media screen and (max-width: 1023px) {
  .section-2 .frame-item-3 .factor-desc {
    top: 110px;
    font-size: 14px;
    width: 168px;
  }
}
.section-2 .frame-item-3 .pic-desc {
  position: absolute;
  bottom: 40px;
  width: 70%;
}
.section-3 .pic-title {
  margin: auto;
}
.section-3 .list-hero {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
}
.section-3 .pic-hero {
  transition: 0.4s transform;
}
.section-3 .pic-hero:nth-child(odd) {
  margin: 0 0 0 auto;
}
.section-3 .pic-hero:hover {
  transform: translateY(-4px);
}
.section-3 .hero-intro {
  position: relative;
}
.section-3 .hero-intro .intro-box-1 {
  position: absolute;
  width: 38%;
  height: 36%;
  top: 58%;
}
.section-3 .hero-intro .intro-box-1-1 {
  left: 13%;
}
.section-3 .hero-intro .intro-box-1-2 {
  left: 51.5%;
}
@media screen and (min-width: 768px) {
  .section-3 .hero-intro .intro-box-1 {
    width: 38%;
    height: 26%;
    top: 66.5%;
  }
  .section-3 .hero-intro .intro-box-1-1 {
    left: 14%;
  }
  .section-3 .hero-intro .intro-box-1-2 {
    left: 53%;
  }
}
.section-3 .hero-intro .intro-bottom-1 {
  position: absolute;
  width: 23%;
  height: 6%;
  top: 88.5%;
}
.section-3 .hero-intro .intro-bottom-1-1 {
  left: 24%;
}
.section-3 .hero-intro .intro-bottom-1-2 {
  left: 62%;
}
@media screen and (min-width: 768px) {
  .section-3 .hero-intro .intro-bottom-1 {
    top: 88%;
    width: 16%;
    height: 4.5%;
  }
  .section-3 .hero-intro .intro-bottom-1-1 {
    left: 37%;
  }
  .section-3 .hero-intro .intro-bottom-1-2 {
    left: 75.5%;
  }
}
.section-3 .hero-intro .intro-box-2 {
  position: absolute;
  width: 80%;
  height: 14%;
  left: 13%;
}
.section-3 .hero-intro .intro-box-2-1 {
  top: 56.5%;
}
.section-3 .hero-intro .intro-box-2-2 {
  top: 70.7%;
}
.section-3 .hero-intro .intro-box-2-3 {
  top: 85%;
  height: 10%;
}
@media screen and (min-width: 768px) {
  .section-3 .hero-intro .intro-box-2 {
    width: 25.5%;
    height: 28%;
    top: 65%;
  }
  .section-3 .hero-intro .intro-box-2-1 {
    left: 13%;
  }
  .section-3 .hero-intro .intro-box-2-2 {
    left: 39%;
  }
  .section-3 .hero-intro .intro-box-2-3 {
    left: 65%;
  }
}
.section-3 .hero-intro .intro-bottom-2 {
  position: absolute;
  width: 19%;
  height: 5%;
  left: 74%;
}
.section-3 .hero-intro .intro-bottom-2-1 {
  top: 66%;
}
.section-3 .hero-intro .intro-bottom-2-2 {
  top: 81%;
}
.section-3 .hero-intro .intro-bottom-2-3 {
  top: 90%;
}
@media screen and (min-width: 768px) {
  .section-3 .hero-intro .intro-bottom-2 {
    top: 90%;
    width: 15%;
    height: 4%;
  }
  .section-3 .hero-intro .intro-bottom-2-1 {
    left: 26%;
  }
  .section-3 .hero-intro .intro-bottom-2-2 {
    left: 51%;
  }
  .section-3 .hero-intro .intro-bottom-2-3 {
    left: 77%;
  }
}
.section-3 .hero-intro .intro-box-3 {
  position: absolute;
  width: 38%;
  height: 18.3%;
  top: 58%;
}
.section-3 .hero-intro .intro-box-3-1 {
  left: 14%;
}
.section-3 .hero-intro .intro-box-3-2 {
  left: 52.5%;
}
.section-3 .hero-intro .intro-box-3-3 {
  left: 14%;
  top: 76.5%;
}
.section-3 .hero-intro .intro-box-3-4 {
  left: 14%;
  top: 76.5%;
  left: 52.5%;
}
@media screen and (min-width: 768px) {
  .section-3 .hero-intro .intro-box-3 {
    height: 13.5%;
    top: 64.5%;
  }
  .section-3 .hero-intro .intro-box-3-1 {
    left: 14%;
  }
  .section-3 .hero-intro .intro-box-3-2 {
    left: 52.5%;
  }
  .section-3 .hero-intro .intro-box-3-3 {
    left: 14%;
    top: 79.5%;
  }
  .section-3 .hero-intro .intro-box-3-4 {
    left: 14%;
    top: 79.5%;
    left: 52.5%;
  }
}
.section-3 .hero-intro .intro-bottom-3 {
  position: absolute;
  width: 19%;
  height: 5%;
  top: 72%;
}
.section-3 .hero-intro .intro-bottom-3-1 {
  left: 34.5%;
}
.section-3 .hero-intro .intro-bottom-3-2 {
  left: 73.5%;
}
.section-3 .hero-intro .intro-bottom-3-3 {
  top: 90%;
  left: 34.5%;
}
.section-3 .hero-intro .intro-bottom-3-4 {
  top: 90%;
  left: 73.5%;
}
@media screen and (min-width: 768px) {
  .section-3 .hero-intro .intro-bottom-3 {
    width: 14%;
    height: 4%;
    top: 75.5%;
  }
  .section-3 .hero-intro .intro-bottom-3-1 {
    left: 39%;
  }
  .section-3 .hero-intro .intro-bottom-3-2 {
    left: 76.5%;
  }
  .section-3 .hero-intro .intro-bottom-3-3 {
    top: 90.5%;
    left: 39%;
  }
  .section-3 .hero-intro .intro-bottom-3-4 {
    top: 90.5%;
    left: 76.5%;
  }
}
.section-3 .hero-intro .intro-box-4 {
  position: absolute;
  width: 25%;
  height: 16%;
  top: 77%;
}
.section-3 .hero-intro .intro-box-4-1 {
  top: 58%;
  left: 14%;
  width: 78%;
  height: 18%;
}
.section-3 .hero-intro .intro-box-4-2 {
  left: 14%;
}
.section-3 .hero-intro .intro-box-4-3 {
  left: 39.5%;
}
.section-3 .hero-intro .intro-box-4-4 {
  left: 64.5%;
}
@media screen and (min-width: 768px) {
  .section-3 .hero-intro .intro-box-4 {
    width: 25%;
    height: 12.5%;
    top: 79%;
  }
  .section-3 .hero-intro .intro-box-4-1 {
    top: 64%;
    left: 14%;
    width: 77%;
    height: 13.5%;
  }
  .section-3 .hero-intro .intro-box-4-4 {
    left: 65%;
  }
}
.section-3 .hero-intro .intro-bottom-4-1 {
  position: absolute;
  width: 19%;
  height: 5%;
  top: 71%;
  left: 73%;
}
@media screen and (min-width: 768px) {
  .section-3 .hero-intro .intro-bottom-4-1 {
    left: 76%;
    top: 74%;
    width: 15%;
  }
}
.section-3 .remark {
  position: relative;
  z-index: 1;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  width: 720px;
  margin: auto;
  max-width: 90%;
  line-height: 1.2;
  text-shadow: 1px 1px 2px #000;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .section-3 .remark {
    font-size: 16px;
  }
}
.section-5 {
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .section-5 {
    margin-bottom: 32px;
  }
}
.section-5 .box-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-5 .list-btn {
  position: absolute;
  bottom: -64px;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .section-5 .list-btn {
    display: none;
  }
}
.marquee {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.marquee .marquee-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: scroll-left 15s linear infinite;
}
@media screen and (max-width: 767px) {
  .marquee .marquee-track {
    animation: scroll-left-m 15s linear infinite;
  }
}
.marquee .marquee-track-inner {
  display: flex;
}
.marquee .marquee-track img {
  flex-shrink: 0;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .marquee .marquee-track img {
    max-width: 519.4px;
  }
}
.marquee .pic-btn-test {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .marquee .pic-btn-test {
    max-width: 85%;
  }
}
@keyframes scroll-left {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-742px);
  }
}
@keyframes scroll-left-m {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-519.4px);
  }
}
.sidebar {
  position: fixed;
  z-index: 1;
  top: 120px;
  right: 0;
  width: 72px;
}
.sidebar .pic-mobile {
  display: none;
}
.sidebar .pic-desktop {
  display: block;
}
@media screen and (max-width: 767px) {
  .sidebar {
    top: initial;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #005598;
  }
  .sidebar .pic-mobile {
    display: block;
  }
  .sidebar .pic-desktop {
    display: none;
  }
  .sidebar .pic-start-test {
    display: none;
  }
}
.footer {
  position: relative;
  color: #313e54;
  background: #f2f2f2;
  padding: 40px 0px 0;
  font-weight: bold;
  --background-rainbow: linear-gradient(
    90deg,
    #df1c4b 0%,
    #f41f5e 15%,
    #f96585 25%,
    #f8613c 40%,
    #b495cd 50%,
    #ceabf9 60%,
    #797df2 75%,
    #489cf6 85%,
    #6f59ed 100%
  );
}
.footer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 16px;
  top: 0;
  background: var(--background-rainbow);
}
.footer .footer-head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 24px;
}
.footer .footer-company-name {
  font-size: 22px;
  margin: 16px 0;
}
.footer .footer-company-desc {
  font-size: 14px;
}
.footer .footer-head-contact {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-weight: 700;
}
.footer .footer-head-phone {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer .footer-head-phone-number {
  font-size: 36px;
  color: #021d3a;
  text-decoration: none;
}
.footer .footer-social-media {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 16px;
}
.footer .footer-social-media-item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  transition: 0.3s ease all;
  background: #021d3a;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 22px;
}
.footer .footer-warning {
  position: relative;
  padding: 24px 0 0;
}
.footer .footer-warning::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: -2px;
  background: var(--background-rainbow);
}
.footer .footer-warning ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  font-size: 15px;
}
.footer .footer-warning ul li {
  margin-bottom: 16px;
  line-height: 1.5;
}
.footer .footer-copyright-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  font-size: 12px;
  border: solid 1px #50ffcf;
  margin: auto;
  padding: 4px 32px;
  border-radius: 30px;
  background: linear-gradient(
    90deg,
    rgba(75, 153, 255, 0.4) 0%,
    rgba(214, 125, 255, 0.5) 100%
  );
  line-height: 1.2rem;
}
.footer .footer-bottom-contact {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 12px;
  color: #fff;
  background-color: #021d3a;
  padding: 16px 0;
  margin: 40px 0 0;
}
.footer .footer-bottom-contact::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  top: -4px;
  background: var(--background-rainbow);
}
@media screen and (max-width: 1199px) {
  .footer .footer-head img {
    margin: auto;
  }
}
@media screen and (min-width: 769px) {
  .footer .footer-head {
    flex-direction: row;
    justify-content: space-evenly;
  }
  .footer .footer-social-media {
    order: -1;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-head {
    text-align: left;
    justify-content: space-between;
  }
  .footer .footer-head-contact {
    flex-direction: row;
    align-self: flex-end;
  }
  .footer .footer-head-phone {
    flex-direction: row;
    align-items: center;
  }
}
.mask {
  position: fixed;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
}
.mask-wrapper {
  max-width: 95%;
  margin: auto;
}
.mask-content {
  position: relative;
}
.mask .btn-close {
  position: absolute;
  top: 3.5%;
  right: 5%;
  height: 12%;
  width: 9%;
  z-index: 11;
  cursor: pointer;
}
.mask .box-question {
  position: absolute;
  z-index: 11;
  height: 33%;
  width: 46%;
  cursor: pointer;
}
.mask .q1-box {
  top: 17%;
  left: 0;
}
.mask .q2-box {
  top: 17%;
  left: 49%;
}
.mask .q3-box {
  top: 53%;
  left: 0;
}
.mask .q4-box {
  top: 53%;
  left: 49%;
}
.mask-content-0 .pic-init {
  max-height: 100dvh;
  cursor: pointer;
}
.mask-content-0 .btn-close {
  top: 0;
  right: 1%;
  height: 12%;
  width: 9%;
}
.mask-content-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  width: -moz-max-content;
  width: max-content;
  max-width: 95%;
  line-height: 1.2;
}
.mask-content-2 .box-out {
  background-color: #fff;
  box-shadow: 16px 16px 8px #444;
  padding: 24px 40px;
  outline: 2px solid #005598;
  outline-offset: 1px;
  border-radius: 4px;
  text-align: center;
}
.mask-content-2 .list-btn {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}
.mask-content-2 .btn {
  color: #fff;
  border-radius: 4px;
  padding: 8px 0;
  width: 120px;
  cursor: pointer;
  transition: 0.4s opacity;
}
.mask-content-2 .btn:hover {
  opacity: 0.8;
}
.mask-content-2 .btn-gray {
  background-color: #aaa;
}
.mask-content-2 .btn-blue {
  background-color: #005598;
}
@media screen and (min-width: 1024px) {
  .mask-content-2 .btn-share {
    display: none;
  }
}

/* Hero Title Styles */
.hero-title {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.title-left {
  color: #000000;
}

.title-right {
  color: #005598;
  position: relative;
  z-index: 2;
}

.title-right::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 12px;
  background-color: #ffffff;
  z-index: -1;
  border-radius: 2px;
}

@media screen and (max-width: 767px) {
  .hero-title {
    font-size: 32px;
    flex-direction: column;
    gap: 8px;
  }

  .title-right::before {
    height: 8px;
  }
}
