html {
  font-size: 20px;
}
@media screen and (max-height: 800px) {
  html {
    font-size: 16px;
  }
}

.section-box {
  min-width: 1200px;
}

.content-box {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.header-section {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  opacity: 0.8;
  background: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
}

.header-content-section {
  position: relative;
  padding: 11px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  opacity: 1;
}
.header-logo {
  height: 42px;
}
.header-logo img {
  height: 100%;
}
.header-right-box {
  display: flex;
  align-items: center;
}
.header-right-box .header-btn {
  margin-left: 22px;
}
#header-contact-btn {
  display: none;
}

.section-1 {
  background: url('../images/img-banner.jpg') no-repeat center center;
  background-size: 120% auto;
  animation-name: bg-width-scale;
  animation-timing-function: linear;
  animation-delay: 500ms;
  animation-duration: 5s;
  animation-fill-mode: both;
}

.section-1 h2 {
  color: #fff;
  font-size: 62px;
  font-style: normal;
  font-weight: 600;
  line-height: 93px; /* 150% */
  letter-spacing: 3.72px;
  text-transform: capitalize;
  text-align: center;
}

.section-1 .btn-1 {
  margin-top: 40px;
}
.section-1 .icon-box {
  position: absolute;
  bottom: 40px;
  width: 48px;
  height: 48px;
  z-index: 10;
  cursor: pointer;
  background: url('../images/icon-down-arrow.png') no-repeat center center / 100% 100%;
}
.section-1 .icon-box:hover {
  background: url('../images/icon-down-arrow-hover.png') no-repeat center center / 100% 100%;
}

.section-2 {
  margin-top: 14.8vh;
}

.section-2 h2 {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 2.5rem;
  letter-spacing: 2.52px;
  text-align: center;
  color: #000;
  text-transform: capitalize;
}

.section-2 .content-box {
  padding-top: 5.56vh;
  overflow: hidden;
}

.left-content-box-2 {
  flex-shrink: 0;
  margin-top: -5px;
  padding-right: 40px;
  width: 450px;
}
.cn-container .left-content-box-2 {
  width: 385px;
}

.left-content-box-2 h3 {
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2.1rem;
  letter-spacing: 1.68px;
  text-transform: capitalize;
}
.left-content-box-2 .subtitle-box {
  padding-top: 1.5vh;
}
.left-content-box-2 .subtitle {
  color: #07132b;
  font-size: 0.8rem;
  line-height: 1.2rem;
}
.cn-container .left-content-box-2 .subtitle {
  letter-spacing: 3px;
}
.left-content-box-2 .desc-box {
  padding-top: 1.5vh;
}
.left-content-box-2 .desc-box ul {
  padding-bottom: 1.5vh;
}
.left-content-box-2 .desc-box ul:last-child {
  padding-bottom: 0;
}
.left-content-box-2 .desc-box ul li {
  padding-left: 8px;
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: #07132b;
}
.cn-container .left-content-box-2 .desc-box ul li {
  letter-spacing: 3px;
}
.left-content-box-2 .desc-box ul li::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #000;
}

.right-content-box-2 {
  flex-shrink: 0;
}
.right-content-box-2 .img-box {
  height: 53.7vh;
}
.right-content-box-2 .img-box img {
  height: 100%;
}

.section-3 {
  padding-top: 18.5vh;
  background: url('../images/bg-3.png') no-repeat center center;
  background-size: cover;
}
.section-3 .logo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.section-3 .logo img {
  height: 100%;
}
.section-3 h2 {
  padding-bottom: 8.3vh;
  font-size: 42px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 2.52px;
  text-transform: capitalize;
  color: #07132b;
  text-align: center;
}
.section-3 h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 1.68px;
  text-transform: capitalize;
  color: #ff730a;
  text-align: center;
}
.section-3 .desc-box {
  padding-top: 2.2vh;
  width: 860px;
  margin: 0 auto;
}
.section-3 .desc-box p {
  font-size: 16px;
  line-height: 24px;
  color: #07132b;
  text-align: center;
}
.section-3 .btn-3 {
  padding-top: 8.3vh;
}

.section-4 {
  padding-top: 18.5vh;
  background: url('../images/bg-4.png') no-repeat center center;
  background-size: cover;
}
.section-4 h2 {
  font-size: 42px;
  font-weight: 600;
  line-height: 50px; /* 119.048% */
  letter-spacing: 2.52px;
  text-transform: capitalize;
  color: #07132b;
  text-align: center;
}

.card-list-box {
  padding-top: 5.5vh;
  display: flex;
  align-items: center;
}
.card-item-box {
  position: relative;
  overflow: hidden;
  width: 368px;
  height: 476px;
  margin-right: 40px;
  padding: 0 40px;
  border-radius: 20px;
  background-color: #fff;
}
.card-item-box:last-child {
  margin-right: 0;
}
.card-item-box:hover.card-1 {
  background: url('../images/bg-card-1.png') no-repeat center center;
  background-color: #ff730a;
  background-size: 100% 100%;
}
.card-item-box:hover.card-2 {
  background: url('../images/bg-card-2.png') no-repeat center center;
  background-color: #ff730a;
  background-size: 100% 100%;
}
.card-item-box:hover.card-3 {
  background: url('../images/bg-card-3.png') no-repeat center center;
  background-color: #ff730a;
  background-size: 100% 100%;
}
.card-item-box .logo-box {
  width: 185px;
  margin: 103px auto 0;
}
.card-item-box .logo-box img {
  width: 100%;
}
.card-item-box:hover .logo-box {
  display: none;
}
.card-item-box .title {
  padding-top: 63px;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 1.12px;
  text-transform: capitalize;
  color: #222;
  text-align: center;
}
.card-item-box:hover .title {
  padding-top: 64px;
  font-size: 40px;
  font-weight: 600;
  line-height: 36px;
  text-transform: capitalize;
  color: #fff;
  text-align: justify;
}
.card-item-box .subtitle-box {
  padding-top: 32px;
}
.card-item-box .subtitle-box h5 {
  font-size: 16px;
  line-height: 24px;
  color: #07132b;
  text-align: center;
}
.card-item-box:hover .subtitle-box {
  display: none;
}
.card-item-box .btn-box {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 40px;
  padding: 13px 0;
  font-size: 16px;
  line-height: 22px;
  border-radius: 100px;
  border: 1px solid rgba(255, 100, 0, 0.5);
  background: #fff;
  color: #ff6400;
  text-align: center;
}

.card-item-box .desc-box {
  display: none;
}
.card-item-box:hover .desc-box {
  display: block;
  max-height: 312px;
  padding-top: 24px;
  font-size: 16px;
  line-height: 24px; /* 150% */
  color: #fff;
}

.section-5 {
  padding-top: 18.5vh;
  background: url('../images/bg-5.png') no-repeat center center;
  background-size: cover;
}
.section-5 h2 {
  font-size: 42px;
  font-weight: 600;
  line-height: 50px; /* 119.048% */
  text-transform: capitalize;
  color: #fff;
  text-align: center;
}
.section-5 .desc-box {
  padding-top: 3.7vh;
  width: 860px;
  margin: 0 auto;
}
.section-5 .desc-box p {
  font-size: 16px;
  line-height: 24px; /* 150% */
  color: #fff;
  text-align: center;
}
.section-5 .img-box {
  padding-top: 10vh;

  /* width: 61.2vw; */
  height: 44.35vh;
  margin: 0 auto;
  text-align: center;
}
.section-5 .img-box img {
  height: 100%;
}

.section-6 {
  padding-top: 14.8vh;
  background: url('../images/bg-6.png') no-repeat center center;
  background-size: cover;
}
.section-6 h2 {
  font-size: 42px;
  font-weight: 600;
  line-height: 50px; /* 119.048% */
  text-transform: capitalize;
  color: #000;
  text-align: center;
}
.section-6 .desc-box {
  padding-top: 1.85vh;
}
.section-6 .desc-box p {
  font-size: 16px;
  line-height: 24px; /* 150% */
  color: #07132b;
  text-align: center;
}
.section-6 .img-box {
  padding-top: 5.37vh;

  /* width: 52.45vw; */
  height: 62vh;
  margin: 0 auto;
}
.section-6 .img-box img {
  height: 100%;
}

.section-7 {
  padding-top: 20.37vh;
  background: url('../images/bg-7.png') no-repeat center center;
  background-size: cover;
}
.section-7 h2 {
  font-size: 42px;
  font-weight: 600;
  line-height: 50px;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
}
.section-7 .desc-box {
  padding-top: 3.7vh;
}
.section-7 .desc-box p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: center;
}
.card-box-7 {
  padding-top: 5.5vh;
}
.card-box-7 .news-card-box {
  width: 400px;
  padding-bottom: 32px;
  border-radius: 20px;
  background-color: #fff;
}
.card-box-7 .news-card-box .img-box {
  overflow: hidden;
  font-size: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.card-box-7 .news-card-box .img-box img {
  width: 100%;
}
.card-box-7 .news-card-box .news-info-box {
  padding: 20px 32px 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.card-box-7 .news-card-box .news-info-box .lasted {
  flex: 1;
  overflow: hidden;
  color: #617185;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 22.4px;
}
.card-box-7 .news-card-box .news-info-box .date {
  flex-shrink: 0;
  overflow: hidden;
  font-size: 16px;
  line-height: 22.4px;
  color: #617185;
}
.card-box-7 .news-card-box .news-title {
  padding: 16px 32px 0;
  font-size: 16px;
  line-height: 22.4px;
  color: #07132b;
}
.card-box-7 .connect-box {
  margin-left: 40px;
  width: 400px;
  padding: 39px 35px 0;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(
    223deg,
    rgba(255, 101, 1, 0) -27.19%,
    rgba(255, 148, 79, 0.76) 105.37%
  );
  backdrop-filter: blur(2px);
}
.card-box-7 .connect-box .connect-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
}
.card-box-7 .connect-box .connect-info {
  padding-top: 16px;
  font-size: 16px;
  line-height: 24px; /* 150% */
  color: #fff;
  text-align: center;
}
.card-box-7 .btn-7 {
  padding-top: 16px;
}

.footer-section {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 0;
  background-color: #ff730a;
}
.footer-section .logo {
  height: 21px;
  font-size: 0;
  opacity: 0.7;
}
.footer-section .logo img {
  height: 100%;
}
.footer-section .hot-link {
  padding-left: 24px;
  color: #fff;
  opacity: 0.7;
}
.footer-section .hot-link a {
  text-align: justify;
  font-size: 16px;
  line-height: 24px; /* 150% */
  color: #fff;
}
.footer-section .hot-link:hover {
  opacity: 1;
}

.cookie-section {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #fff;
  z-index: 1000;
}

.cookie-section .mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0.5;
  background: #000;
}

.cookie-section .cookie-content {
  position: relative;
  z-index: 2;
}

.cookie-section .more {
  font-weight: 500;
  text-decoration-line: underline;
  cursor: pointer;
  color: #fff;
}

.cookie-section .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.modal-section {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
}
.modal-section .modal-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  background: #000;
}
.modal-section .modal-content-box {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 960px;
  height: 600px;
  padding: 40px;
  border-radius: 20px;
  background-color: #fff;
}
.modal-section .modal-content-box .modal-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 36px; /* 128.571% */
  text-align: center;
  color: #000;
}
.modal-section .modal-close-box {
  position: absolute;
  top: 50px;
  right: 40px;
  cursor: pointer;
}
.modal-section .modal-iframe-box {
  padding-top: 40px;
}
.modal-section .modal-iframe-box iframe {
  height: 100%;
  width: 100%;
}
