header {
  width: 100%;
  height: var(--header-h);
  position: fixed;
  top: 20px;
  left: 0;
  z-index: 500;
  transition: width 0.3s;
  --theme-header-color: #fff;
  background-color: transparent;
}

header .main-thin {
  height: 100%;
}

body:not(.scrolled).action--site-news header,
body:not(.scrolled).action--site-search header {
  --theme-header-color: var(--theme-color-dark);
}

body:not(.scrolled).action--site-news header .logo img,
body:not(.scrolled).action--site-search header .logo img {
  filter: url(#blue-overlay);
}

body:not(.scrolled).action--site-news header .header-r .item img,
body:not(.scrolled).action--site-search header .header-r .item img {
  filter: url(#black-overlay);
}

.header-box {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

body:not(.scrolled) .header-box .header-nav {
  border-radius: 300px;
  backdrop-filter: blur(30px);
  background: rgba(0, 0, 0, 0.1);
}

body.scrolled header {
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 300px;
  backdrop-filter: blur(30px);
  background: rgba(0, 0, 0, 0.2);
}

body.scrolled .logo img {
  width: 30px;
}

body.scrolled .header-r {
  gap: 0;
}

.header-l {
  flex-shrink: 0;
}

.header-box .header-nav .f-ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 0 40px;
}

.header-box .header-nav .f-li {
  position: relative;
  white-space: nowrap;
}

.header-box .header-nav .f-li_a {
  line-height: var(--header-h);
  padding: 0 var(--custom-size-10-20);
  display: flex;
  align-items: center;
  color: var(--theme-header-color);
  transition: 0.3s;
  text-transform: uppercase;
}

.header-box .header-nav .f-li_a .img {
  margin-left: 5px;
}

.header-box .header-nav .f-li:hover .second-ul {
  display: flex;
}

.header-box .logo {
  display: flex;
  align-items: center;
}

.header-box .logo img {
  width: 140px;
  display: none;
}

body:not(.scrolled) .logo img.logo_icon {
  display: block;
}

body.scrolled .logo img.logo_icon-small-white {
  display: block;
}

.header-r {
  gap: 10px;
}

.header-r .item {
  width: var(--header-h);
  height: var(--header-h);
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}

body:not(.scrolled) .header-r .item:hover {
  background-color: #f1f2f5;
}

body:not(.scrolled) .header-r .item:hover img {
  filter: url(#blue-overlay);
}

.header-r .item img {
  width: 16px;
}

.expand-wrap {
  min-width: 100%;
  width: max-content;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 5px;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
}

.expand:hover .expand-wrap {
  transform: unset;
  opacity: 1;
  visibility: visible;
}

.expand-cont {
  padding: 40px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0px 0px 10px 0px rgba(71, 52, 26, 0.1);
}

.inp-wrap {
  padding: 10px;
  background-color: #f1f2f5;
  border-radius: 300px;
}

.inp-cont {
  width: max-content;
  position: relative;
}

.inp-cont input {
  background-color: #fff;
  border-radius: 300px;
  width: max(300px, 860 * var(--custom-size));
  height: 40px;
  padding-left: var(--custom-size-10-20);
  padding-right: 40px;
}

.inp-cont .search-icon {
  width: 40px;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
}

.lang-cont {
  border-radius: 300px;
  background-color: #fff;
  padding: 15px;
  box-shadow: 0px 0px 10px 0px rgba(71, 52, 26, 0.1);
}

.lang-wrap a {
  padding: 10px 0;
  font-size: 12px;
  color: rgba(37, 37, 37, 0.5);
  display: block;
  text-align: center;
}

.lang-wrap a+a {
  border-top: 1px solid rgba(37, 37, 37, 0.5);
}

.btn-large-nav-expand {
  display: none;
}

.header-expand.active .expand-wrap {
  visibility: visible;
  opacity: 1;
}

.header-expand .expand-wrap {
  right: 50%;
  transform: translateX(50%);
}

.header-expand .expand-cont {
  padding-left: 0;
  padding-right: 0;
  display: none;
  width: max(850px, 960 * var(--custom-size));
}

.header-expand,
.header-expand a {
  color: var(--theme-color-dark);
}

.header-expand .item {
  padding: 0 40px;
  width: 30%;
}

.header-expand .item:last-child {
  flex: 1;
}

.header-expand .item+.item {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  padding-bottom: max(30px, 5%);
}

.header-expand .item .area {
  gap: 10px;
  cursor: pointer;
}

.header-expand .item-m .pic img,
.header-expand .item-r .item-wrap {
  display: none;
}

.header-expand .item .area:hover,
.header-expand .item .area.active {
  color: var(--theme-color-blue);
}

.header-expand .item-cont {
  gap: 10px;
}

.header-expand .item .pic {
  width: max(100px, 220 * var(--custom-size));
  aspect-ratio: 11 / 14;
  border-radius: 30px;
  overflow: hidden;
}

.have-img-hover img {
  display: none;
}

.have-img-hover:hover img,
.have-img-hover.active img {
  display: block;
}

span.letter {
  --letter-w: 30px;
  width: var(--letter-w);
  height: var(--letter-w);
  border: 2px solid rgba(38, 62, 139, 0.5);
  font-weight: bold;
  color: var(--theme-color-blue);
  flex-shrink: 0;
}

.nav-title {
  font-size: 20px;
  text-transform: uppercase;
}

.nav-intro {
  font-size: 14px;
  font-weight: 200;
  line-height: 1.5;
  margin-top: 10px;
}

.search .search-wrap {
  box-shadow: unset;
}

.btn-lay {
  border-radius: 300px;
  background-color: #263e8b;
  text-transform: uppercase;
  padding: 10px;
  cursor: pointer;
  font-size: 14px;
  margin-top: var(--custom-size-20-40);
  font-weight: 300;
  line-height: 1;
  transition: 0.3s;
}

.btn-lay.lay1 {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(30px);
}

.btn-lay.lay2 {
  background: #fff;
  color: var(--theme-color-dark);
}

.btn-lay.lay1 span {
  margin-right: 30px;
}

.btn-lay:not(.not-hover):hover {
  letter-spacing: 2px;
}

.btn-lay.lay1:not(.not-hover):hover {
  color: var(--theme-color-blue);
  background-color: #fff;
}

.btn-lay.lay1:not(.not-hover):hover img {
  filter: url(#blue-overlay);
}

.btn-lay-icon {
  width: max-content;
  gap: max(15px, 30 * var(--custom-size));
  padding: 15px 10px 15px 20px;
}

.btn-lay.only-txt {
  padding: 15px 20px;
}

.btn-lay-icon .icon {
  --lay-icon-w: 20px;
  background-color: rgba(255, 255, 255, 0.2);
}

.header-expand .btn-lay {
  color: #fff;
}

.header-expand .btn-lay:hover {
  color: #fff !important;
}

.footer-wrap {
  height: 50vh;
  gap: 5%;
}

.footer-nav {
  padding-top: var(--custom-size-20-40);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.footer-nav .item {
  margin: 0 var(--custom-size-20-40);
}

footer .nav-title {
  font-size: 14px;
  margin-bottom: var(--custom-size-20-40);
}

footer .nav-list a {
  font-size: 14px;
  font-weight: 200;
  display: block;
  margin-bottom: 10px;
  opacity: 0.7;
}

footer .footer-nav a:hover {
  color: var(--theme-color) !important;
  text-decoration: underline;
}

footer .contact-wrap {
  width: max(300px, 20%);
  padding: max(30px, 3%) 0;
  flex-shrink: 0;
}

footer .contact-wrap .top .title,
footer .contact-wrap .bottom p {
  font-size: max(18px, 28 * var(--custom-size));
  text-transform: uppercase;
}

footer .contact-wrap .top .footer-submit {
  margin-top: var(--custom-size-20-40);
  position: relative;
  height: 60px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.1);
}

footer .contact-wrap .top .footer-submit input {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  color: #fff;
  background-color: transparent;
}

.page-btn {
  background-color: var(--theme-color-blue);
  text-transform: uppercase;
  font-size: 14px;
  height: 100%;
  border-radius: 30px;
  padding: 0 20px;
  cursor: pointer;
  transition: 0.3s;
}

.page-btn:hover {
  background-color: #fff;
  color: var(--theme-color-blue);
}

footer .contact-wrap .bottom p {
  margin-bottom: var(--custom-size-20-40);
}

footer .icon-wrap {
  gap: 10px;
}

footer .img-wrap {
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  transition: 0.3s;
}

footer .img-wrap:hover {
  transform: translateY(-10px);
  background-color: rgba(25, 45, 141, 0.5);
}

.footer-cont {
  padding-right: 5%;
  flex: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.footer-cont .footer-logo {
  padding: var(--custom-size-20-40);
}

.copyright {
  padding: 20px 0;
  color: var(--theme-color-dark);
}

.copyright .txt {
  max-width: 80%;
}

.copyright .privacy {
  gap: 30px;
}

.copyright a {
  color: var(--theme-color-dark);
}

.copyright a:hover {
  color: var(--theme-color-dark) !important;
  text-decoration: underline;
}

.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.banner .sec-title-thin {
  line-height: 1.3;
}

.banner-bottom-wrap,
.banner-bottom-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner-bottom-cont img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner-bottom-ring img {
  width: calc(467 * var(--custom-size));
  top: 48%;
  animation: ring-rotate 10s linear infinite;
}

@keyframes ring-rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.banner-bottom-txt {
  --ratio: 0%;
  -webkit-mask-image: linear-gradient(to right bottom,
      black calc(var(--ratio) - 10%),
      transparent var(--ratio),
      transparent);
  mask-image: linear-gradient(to right bottom,
      black calc(var(--ratio) - 10%),
      transparent var(--ratio),
      transparent);
}

.banner-bottom-wrap .banner-shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 52%;
  left: 51.3%;
  transform: translate(-50%, -50%);
}

.banner-bottom-wrap .banner-shadow img {
  animation: shadow-flash 3s infinite;
}

@keyframes shadow-flash {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.banner-mask-ani {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  /* clip-path: polygon(0 0, 100% 0, 100% 100%, 150% 100%, 0 100% round 10px 0 0 10px); */
  /* 定义梯形裁剪区域 */
  z-index: 3;
}

.banner-mask-ani:not(.close-ani) {
  /* mask-image: url(../images/mask.svg); */
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
}

.banner-mask-ani.close-ani {
  mask-image: unset !important;
}

.banner-wrap.close-mask-bg .banner-bg,
.banner-wrap.close-ani .banner-bg {
  display: none;
}

.banner-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: radial-gradient(circle at center,
      transparent 0%,
      rgba(255, 255, 255, 0.9) 0%,
      white 0%);
  filter: blur(5px);
  z-index: 3;
}

.swiper {
  height: 100%;
}

.sec-title {
  font-size: max(28px, 68 * var(--custom-size));
  line-height: 1;
  margin-top: 0.3em;
  text-transform: uppercase;
  overflow: hidden;
}

.sec-title-thin {
  font-size: max(22px, 48 * var(--custom-size));
  line-height: 1;
  margin-top: 0.3em;
  text-transform: uppercase;
  overflow: hidden;
}

.sec-title-sub {
  font-size: max(16px, 24 * var(--custom-size));
  text-transform: uppercase;
  overflow: hidden;
}

.sec-intro {
  font-size: max(18px, 28 * var(--custom-size));
  margin-top: 2em;
  overflow: hidden;
}

.sec-intro-sub {
  font-size: max(14px, 18 * var(--custom-size));
  font-weight: 300;
  margin-top: 1em;
  overflow: hidden;
}

.sec-top>*:nth-child(1) {
  margin-top: 0 !important;
}

.banner-container,
.banner-slide {
  width: 100%;
  height: 100%;
}

.banner-container {
  position: relative;
}

.banner-container .sec-title {
  width: 70%;
}

.banner-slide {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--theme-color-dark);
}

.banner-slide .sec-top {
  padding-bottom: var(--custom-size-20-40);
}

.banner-slide .main .btn-lay {
  margin-top: auto;
}

.banner-slide .main-page {
  max-width: 40%;
}

.sec-title p,
.banner-pagination p {
  line-height: 1.2;
}

.banner-slide .sec-intro {
  width: 70%;
}

.banner-pagination {
  position: absolute;
  left: 50%;
  bottom: max(20px, 140 * var(--custom-size));
  transform: translateX(-50%);
  z-index: 2;
  gap: 20px;
}

.banner-pagination .item {
  font-size: 14px;
}

.banner-pagination .item-wrap {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 15px;
  min-width: 140px;
  height: 100px;
  transition: 0.3s;
  font-weight: 300;
  cursor: pointer;
}

.banner-pagination .item-wrap.active,
.banner-pagination .item-wrap:hover {
  background-color: var(--theme-color-blue);
  width: 240px;
}

.banner-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: 0.3s;
}

.banner-pagination-bullet:hover {
  background-color: #fff;
}

.banner-pagination-bullet.active {
  background-color: var(--theme-color-blue);
}

.sec-index-1 {
  padding-top: calc(var(--header-h) + max(30px, 90 * var(--custom-size)));
}

.sec-index-1 .sec-wrap {
  height: 100%;
}

.sec-index-1 .container {
  flex: 1;
}

.sec-index-radial {
  position: relative;
  background-color: var(--theme-color-blue);
}

.sec-index-radial::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: radial-gradient(circle at center, #99abff, transparent);
}

.sec-index-radial>* {
  position: relative;
  z-index: 1;
}

.sec-top-center {
  text-align: center;
}

.sec-top-center .btn-lay {
  margin-left: auto;
  margin-right: auto;
}

.sec-index-1 .pic {
  height: 150vh;
  position: relative;
  transform-origin: top;
  /* margin-left: -11%;
  transform: scale(.3);
  transform-origin: center top; */
}

.sec-index-1 .pic .house {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: top;
}

.sec-index-1 .btn-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec-index-1 .btn-wrap .btn-cont {
  width: 60px;
  height: 60px;
  position: absolute;
  backdrop-filter: blur(30px);
  border-radius: 300px;
  padding: 4px;
  background: rgba(0, 0, 0, 0.2);
  /* opacity: 0; */
}

.sec-index-1 .btn-wrap .btn-cont:nth-child(1) {
  top: 71%;
  left: 52%;
  z-index: 7;
}

.sec-index-1 .btn-wrap .btn-cont:nth-child(2) {
  top: 48.3%;
  left: 55.5%;
}

.sec-index-1 .btn-wrap .btn-cont:nth-child(3) {
  top: 56%;
  left: 30.5%;
  z-index: 6;
}

.sec-index-1 .btn-wrap .btn-cont:nth-child(4) {
  top: 54%;
  left: 48.5%;
}

.sec-index-1 .btn-wrap .btn-cont:nth-child(5) {
  top: 78.8%;
  left: 43.5%;
  z-index: 9;
}

.sec-index-1 .btn-wrap .btn-cont:nth-child(6) {
  top: 75%;
  left: 30.5%;
  z-index: 10;
}

.sec-index-1 .btn-wrap .btn-cont:nth-child(7) {
  top: 77.9%;
  left: 66.9%;
}

.sec-index-1 .btn-wrap .btn-cont:nth-child(8) {
  top: 60.9%;
  left: 54.9%;
}

.sec-index-1 .btn-wrap .btn-cont:nth-child(9) {
  top: 63.9%;
  left: 69.9%;
}

.sec-index-1 .btn-wrap .btn-cont:nth-child(10) {
  top: 68.9%;
  left: 63.9%;
}

.sec-index-1 .btn-wrap .btn-cont-inner {
  width: 100%;
  height: 100%;
  border-radius: 300px;
}

.sec-index-1 .btn-wrap .info {
  gap: 10px;
  display: none;
}

.sec-index-1 .btn-wrap .info img {
  filter: url(#blue-overlay);
}

.sec-index-1 .btn-wrap .btn-cont .btn-lay {
  margin-top: 0;
  background-color: unset !important;
  backdrop-filter: unset;
  justify-content: center;
  flex: 1;
}

.sec-index-1 .btn-wrap .title h1 {
  color: #000;
  font-size: 20px;
}

.sec-index-1 .btn-wrap .title p {
  color: var(--theme-color-blue);
  font-size: 14px;
  font-weight: 300;
  gap: 5px;
  margin-top: 5px;
}

.sec-index-1 .btn-wrap span.letter {
  --letter-w: 20px;
  font-size: 10px;
}

.sec-wrap-padding {
  --padding: max(20px, calc(var(--header-h) + 120 * var(--custom-size)));
  padding: var(--padding) 0;
}

.sec-wrap-padding-thin {
  --padding: max(20px, calc(var(--header-h) + 70 * var(--custom-size)));
  padding: var(--padding) 0;
}

.sec-wrap-padding-min {
  --padding: max(20px, calc(var(--header-h) + 50 * var(--custom-size)));
  padding: var(--padding) 0;
}

.sec-index-2 .sec-intro {
  margin-top: 0.8em;
}

.sec-index-2 .sec-intro-sub {
  width: 80%;
}

.sec-index-2 .card-wrap {
  --column: 2;
  --gap: max(30px, 8%);
}

.sec-index-2 .sec-wrap {
  padding-top: max(20px, calc(var(--header-h) + 80 * var(--custom-size)));
}

.sec-index-2 .swiper-txt {
  height: 78vh;
}

.sec-index-2 .swiper-txt .swiper-slide {
  height: 65% !important;
  opacity: 0.2;
}

.sec-index-2 .swiper-txt .swiper-slide-active {
  opacity: 1;
}

.pagination-custom {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.pagination-custom::after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
}

.pagination-custom .item {
  padding: 10px;
  color: rgba(255, 255, 255, 0.2);
  font-size: 14px;
  cursor: pointer;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.pagination-custom .item.active,
.pagination-custom .item:hover {
  color: #fff;
  border-color: #fff;
}

.bg-color-dark {
  background-color: #000;
}

.color-dark .sec-top {
  color: var(--theme-color-dark);
}

.sec-index-3 .sec-wrap {
  position: relative;
}

.sec-index-3 .sec-top {
  position: absolute;
  top: var(--padding);
  left: 0;
  z-index: 1;
}

.sec-index-3 .sec-area {
  justify-content: flex-end;
  position: relative;
  --news-h: calc(520 * var(--custom-size));
  --event-w: calc(760 * var(--custom-size));
  --gap: var(--custom-size-20-40);
}

.sec-index-3 .event-wrap {
  width: var(--event-w);
  aspect-ratio: 640 / 360;
  padding: var(--custom-size-20-40);
  /* padding-top: max(var(--custom-size-20-40), 10%); */
  position: absolute;
  top: calc(var(--news-h) + var(--gap));
  left: 0;
}

.sec-index-3 .sec-bg {
  width: 100%;
  height: calc(var(--news-h) * 2 + var(--gap));
  object-fit: contain;
  object-position: right;
}

.event-wrap .info-btn {
  height: 78px;
  padding: 20px;
  border-radius: 300px;
  backdrop-filter: blur(30px);
  background: linear-gradient(45deg,
      rgba(99, 238, 252, 1),
      rgba(0, 0, 117, 1) 100%);
  font-size: 14px;
  text-align: center;
}

.event-wrap .info-btn .line {
  width: 1px;
  height: 100%;
  background-color: #fff;
  margin: 0 10px;
}

.event-wrap .type {
  height: 78px;
  aspect-ratio: 1;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 14px;
  text-transform: uppercase;
}

.event-wrap .title {
  font-size: max(18px, 38 * var(--custom-size));
  margin-top: 0.3em;
}

.event-wrap .intro {
  font-size: max(14px, 18 * var(--custom-size));
}

.sec-index-3 .news-wrap-index {
  width: calc((100% - var(--event-w) - 2 * var(--gap)) / 2);
  padding: var(--custom-size-20-40);
  justify-content: flex-end;
  height: var(--news-h);
}

.sec-index-3 .news-wrap-index1 {
  position: absolute;
  top: 0;
  left: calc(var(--event-w) + var(--gap));
}

.sec-index-3 .news-wrap-index2 {
  position: absolute;
  top: calc(var(--news-h) + var(--gap));
  left: calc(var(--event-w) + var(--gap));
}

.sec-index-3 .news-wrap-index3 {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.sec-index-3 .news-wrap-index .label {
  padding: 10px;
  border-radius: 30px;
  font-size: 14px;
  backdrop-filter: blur(30px);
}

.sec-index-3 .event-wrap .type {
  backdrop-filter: blur(30px);
}

.sec-index-3 .news-wrap-index .time {
  background-color: rgba(38, 62, 139, 0.8);
}

.sec-index-3 .news-wrap-index .type {
  background-color: rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
}

.sec-index-3 .news-wrap-index .title {
  font-size: max(16px, 24 * var(--custom-size));
  margin-top: 0.3em;
}

.sec-index-4 .sec-intro-sub {
  margin-top: max(30px, 10%);
  width: 40%;
  margin-left: 45%;
}

.sec-index-4 .btn-lay {
  margin-left: 45%;
}

.sec-index-4 .pic-wrap {
  width: 40%;
  flex-shrink: 0.7;
}

.sec-index-5 .sec-area {
  position: relative;
}

.sec-index-5 .sec-area p {
  font-size: calc(308 * var(--custom-size));
  color: #f2f2f2;
  text-transform: uppercase;
  line-height: 0.85;
}

.sec-index-5 .sec-area p:nth-of-type(2) {
  text-align: right;
}

.sec-index-5 .sec-area .earth {
  position: absolute;
  top: -25%;
  left: 50%;
  transform: translateX(-50%);
}

.sec-index-6 .sec-wrap {
  padding: var(--main-margin);
}

.sec-index-6 .card-wrap {
  --column: 2;
  --gap: 0px;
}

.sec-index-6 .item {
  background-color: #f1f2f5;
}

.sec-index-6 .item .sec-intro-sub {
  width: 50%;
  margin-top: max(30px, 10%);
}

.sec-index-7.sec-index-radial {
  background-color: #263e8b;
}

.sec-index-7.sec-index-radial::after {
  filter: blur(60px);
  opacity: 0.5;
}

.sec-index-7 .sec-wrap {
  position: relative;
  z-index: 1;
}

.sec-index-7 .sec-bg-lay {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 35%;
  transform: translate(-50%, -50%);
}

.product-banner {
  height: max(450px, 480 * var(--custom-size));
  overflow: hidden;
}

.product-banner .house {
  width: 40%;
}

.sec-product-1 .item {
  position: relative;
  aspect-ratio: 27 / 15;
  cursor: pointer;
}

.sec-product-1 .item .label {
  width: calc(100% - 20px);
  position: absolute;
  top: 50%;
  right: max(20px, 10%);
  transform: translateY(-50%);
  gap: 20px;
  transition: 0.3s;
  align-items: flex-end;
}

.sec-product-1 .item .title {
  opacity: 0;
  transition: 0.3s;
}

.sec-product-1 .letter {
  --letter-w: 60px;
  color: var(--theme-color);
  border-color: var(--theme-color);
}

.sec-product-1 .item:hover .label {
  right: 50%;
  transform: translate(50%, -50%);
  align-items: center;
}

.sec-product-1 .item:hover .title {
  opacity: 1;
}

.inp-wrap {
  gap: 10px;
}

.sec-product-1 input {
  width: max(200px, 320 * var(--custom-size));
}

.sec-product-1 .filter {
  width: 180px;
}

.filter {
  position: relative;
  cursor: pointer;
  user-select: none;
}

.filter-curr {
  border-radius: 30px;
  overflow: hidden;
}

.filter .btn {
  height: 40px;
  font-size: 14px;
  line-height: 1;
  background-color: var(--theme-color);
  transition: 0.3s;
  padding-left: var(--custom-size-10-20);
  padding-right: 10px;
  gap: 30px;
  color: var(--theme-color-dark);
}

.filter-choose .btn {
  text-align: center;
}

.filter .icon {
  --lay-icon-w: 20px;
  background-color: #f1f2f5;
}

.filter-choose {
  border-radius: 5px;
  width: 100%;
  position: absolute;
  top: 100%;
  right: 0;
  transform: translateY(10px);
  z-index: 999;
  background-color: var(--theme-bg-color);
  transition: 0.3s;
  opacity: 0;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(71, 52, 26, 0.1);
  visibility: hidden;
  z-index: 999;
}

.filter-choose .btn+.btn {
  border-top: 1px solid #e5e5e5;
}

.filter-choose .btn:hover {
  background-color: var(--theme-color-blue);
  color: var(--theme-color) !important;
}

.filter.active .filter-choose {
  opacity: 1;
  transform: translateY(5px);
  visibility: visible;
}

.table-wrap {
  overflow-x: auto;
  padding-bottom: 10px;
  min-height: 50vh;
  max-height: 80vh;
  overflow-y: auto;
}

.table-wrap table {
  table-layout: fixed;
  width: 100%;
  color: var(--theme-color-dark);
  font-size: 14px;
  border-collapse: collapse;
  border-top: 1px solid var(--theme-color-blue);
  box-shadow: 0px 0px 10px 0px rgba(71, 52, 26, 0.1);
}

.table-wrap thead {
  color: var(--theme-color-blue);
  position: sticky;
  top: -1px;
  left: 0;
  background-color: #fff;
  z-index: 1;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  border-top: 1px solid var(--theme-color-blue);
}

.table-wrap td {
  width: 150px;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.table-wrap td:nth-child(7),
.table-wrap td:nth-child(12) {
  width: 240px;
}

.table-wrap td:first-child {
  border-left: 0;
}

.table-wrap td:last-child {
  border-right: 0;
}

.table-wrap tbody td {
  background-color: rgba(241, 242, 245, 0.5);
  transition: 0.3s;
  word-break: break-all;
}

.table-wrap tbody tr:nth-child(odd) td {
  background-color: #f1f2f5;
}

.table-wrap .product-model .txt {
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  gap: 20px;
  color: var(--theme-color-blue);
}

.table-wrap .product-model .icon {
  --lay-icon-w: 20px;
}

.table-wrap tbody tr:hover td {
  background-color: #fff;
}

.sec-product-2 {
  aspect-ratio: 1920 / 980;
  background: url(../images/sec-bg2.jpg) no-repeat center / cover;
}

.applications-wrap .item {
  gap: 5px;
  border-radius: 300px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 12px;
  width: max-content;
  font-size: 24px;
  position: absolute;
  transition: 0.3s;
  overflow: hidden;
  cursor: pointer;
}

.applications-wrap .item .hidden {
  display: none;
}

.applications-wrap .item:hover {
  background: rgba(0, 0, 0, 0.5);
}

.applications-wrap .item:hover .hidden {
  display: block;
}

.applications-wrap .item span {
  white-space: nowrap;
  margin-left: 15px;
  line-height: 1;
}

.applications-wrap .icon {
  padding: 10px;
  position: relative;
}

.applications-wrap .icon::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: var(--theme-color-light-blue);
}

.applications-wrap .icon img {
  position: relative;
  z-index: 1;
}

.applications-wrap .icon .ripple {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.applications-wrap .icon .ripple i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid;
}

.applications-wrap .icon .ripple i {
  animation: ripple 3s infinite;
}

.applications-wrap .icon .ripple i:nth-child(2) {
  animation-delay: 1s;
}

.applications-wrap .icon .ripple i:nth-child(3) {
  animation-delay: 2s;
}

@keyframes ripple {
  0% {
    transform: scale(0.9);
    border-color: #fff;
  }

  100% {
    transform: scale(1.5);
    border-color: transparent;
  }
}

.applications-wrap .item:nth-child(1) {
  top: 53%;
  left: 39%;
  z-index: 4;
}

.applications-wrap .item:nth-child(2) {
  top: 55%;
  left: 59.5%;
}

.applications-wrap .item:nth-child(3) {
  top: 46%;
  left: 52%;
}

.applications-wrap .item:nth-child(4) {
  top: 29%;
  left: 78%;
  z-index: 3;
}

.applications-wrap .item:nth-child(5) {
  top: 23%;
  left: 15%;
  z-index: 3;
}

.applications-wrap .item:nth-child(6) {
  top: 27%;
  left: 45.5%;
  z-index: 2;
}

.applications-wrap .item:nth-child(7) {
  top: 28%;
  left: 36%;
  z-index: 3;
}

.applications-wrap .item:nth-child(8) {
  top: 53%;
  left: 14%;
}

.applications-wrap .item:nth-child(9) {
  top: 50%;
  left: 46%;
}

.applications-wrap .item:nth-child(10) {
  top: 43%;
  left: 85%;
}

.technological-wrap {
  flex-wrap: wrap;
}

.sec-product-3 .item {
  width: 20%;
  position: relative;
  aspect-ratio: 1;
  color: var(--theme-color-dark);
  padding: var(--custom-size-20-40);
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  gap: max(20px, 10%);
  cursor: pointer;
}

.sec-product-3 .item:nth-child(1) {
  width: 40%;
  aspect-ratio: 2;
}

.sec-product-3 .item .serial {
  font-size: 14px;
  position: absolute;
  top: var(--custom-size-20-40);
  left: var(--custom-size-20-40);
}

.sec-product-3 .item .txt {
  font-size: max(14px, 24 * var(--custom-size));
  font-weight: 300;
  text-align: center;
}

.sec-product-3 .item .icon {
  --lay-icon-w: 40px;
  background-color: #fff;
  display: none;
}

.sec-product-3 .item:hover {
  color: #fff;
  background-color: var(--theme-color-blue);
}

.sec-product-3 .item:hover .pic img {
  filter: url(#white-overlay);
}

.sec-product-3 .item:hover .icon {
  display: flex;
}

.dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  display: none;
}

.dialog-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  backdrop-filter: blur(30px);
  background: rgba(0, 0, 0, 0.5);
}

.dialog-close {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.dialog-close .btn-lay {
  margin-top: 0;
}

.dialog-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
  background-color: #fff;
  opacity: 0;
}

.dialog-wrap_head {
  position: relative;
  padding: var(--custom-size-20-40);
  overflow: hidden;
}

.dialog-wrap_head .serial {
  position: absolute;
  top: var(--custom-size-20-40);
  left: var(--custom-size-20-40);
  font-weight: 300;
}

.dialog-wrap_head .pic {
  margin-top: var(--custom-size-20-40);
}

.dialog-wrap_head .txt {
  text-transform: uppercase;
  font-size: max(18px, 28 * var(--custom-size));
  margin: var(--custom-size-20-40) 0;
}

.dialog-wrap_body {
  flex: 1 0 0;
  overflow-y: auto;
}

.dialog-wrap_body .item {
  padding: var(--custom-size-20-40) calc(var(--custom-size-20-40) * 2);
  background-color: #f1f2f5;
  color: var(--theme-color-dark);
  gap: var(--custom-size-20-40);
}

.dialog-wrap_body .item:nth-child(even) {
  background-color: rgba(241, 242, 245, 0.5);
}

.dialog-wrap_body .item .icon {
  --lay-icon-w: 80px;
  background-color: #fff;
}

.dialog-wrap_body .item .title {
  font-size: max(18px, 28 * var(--custom-size));
}

.dialog-wrap_body .item .title_sub {
  font-size: max(16px, 20 * var(--custom-size));
  margin-top: 0.3em;
}

.dialog-wrap_body .item .intro {
  font-size: 14px;
  font-weight: 300;
  color: #706f6f;
  margin-top: 2em;
  margin-bottom: 2em;
  padding-top: 2em;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.breadcrumb {
  position: absolute;
  top: var(--padding);
  left: 50%;
  transform: translateX(-50%);
  gap: 10px;
  line-height: 1;
  z-index: 2;
  font-size: max(14px, 16 * var(--custom-size));
}

.breadcrumb img {
  width: 7px;
}

.breadcrumb .letter {
  color: #fff;
  border-color: #fff;
  margin-right: 5px;
}

.breadcrumb a:hover {
  color: #fff !important;
  text-decoration: underline;
}

.product-type1 .letter {
  --letter-w: 100px;
}

.product-type1 .sec-title {
  font-weight: 300;
  /* gap: 20px; */
  text-transform: initial;
}

.product-type1 .sec-title span {
  margin-right: 20px;
}

.product-type1 .sec-intro-sub {
  margin-top: max(30px, 5%);
  width: 70%;
  text-align: center;
}

.product-type2 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.product-detail-banner::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  backdrop-filter: blur(120px);
  background: rgba(0, 0, 0, 0.3);
}

.product-detail-banner .txt {
  position: absolute;
  bottom: max(30px, 15%);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
  width: 60%;
}

.product-detail-banner .txt .title {
  font-size: max(28px, 48 * var(--custom-size));
}

.product-detail-banner .txt .intro {
  margin-top: max(30px, 3%);
  font-size: max(14px, 18 * var(--custom-size));
}

.big-letter {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 100%;
  z-index: 1;
}

.big-letter img {
  height: 100%;
}

.product-detail-1 .card-wrap {
  --column: 2;
  --gap: max(30px, 7%);
}

.product-detail-1 .pic {
  background: linear-gradient(180deg,
      rgba(160, 166, 184, 1),
      rgba(241, 242, 245, 1) 100%);
  aspect-ratio: 76 / 54;
  padding: 20px;
}

.product-detail-1 .txt {
  background-color: #f1f2f5;
}

.product-detail-1 .icon-wrap {
  margin: 0 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: var(--custom-size-20-40);
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  color: var(--theme-color-blue);
}

.product-detail-1 .icon-cont {
  gap: 20px;
  margin-top: max(20px, 5%);
}

.product-detail-1 .txt .icon {
  --lay-icon-w: max(40px, 80 * var(--custom-size));
  background-color: #fff;
  padding: var(--custom-size-10-20);
}

.product-info-name {
  border-top: 1px solid var(--theme-color-blue);
  padding: var(--custom-size-10-20);
  color: var(--theme-color-blue);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.product-info-name p {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

.product-info-name h1 {
  font-size: max(24px, 28 * var(--custom-size));
}

.product-info-parameter p {
  padding: var(--custom-size-10-20);
  color: var(--theme-color-dark);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.product-info-parameter span {
  display: block;
  width: 20%;
  margin-right: max(30px, 10%);
  opacity: 0.5;
  flex-shrink: 0;
}

.product-detail-2 {
  background-color: #f1f2f5;
}

.product-detail-2 .swiper {
  padding: 0 var(--main-margin);
}

.product-detail-2 .swiper-slide {
  margin-right: var(--custom-size-10-20);
}

.product-detail-2 .txt {
  padding: var(--custom-size-20-40);
  padding-right: max(var(--custom-size-20-40), 10%);
  color: var(--theme-color-dark);
  background-color: var(--theme-color);
}

.product-detail-2 .txt .title {
  font-size: max(28px, 48 * var(--custom-size));
}

.product-detail-2 .txt .intro {
  font-size: max(14px, 18 * var(--custom-size));
  font-weight: 300;
  margin-top: max(30px, 5%);
}

.product-detail-2 .swiper-slide-active .txt {
  background-color: var(--theme-color-blue);
  color: var(--theme-color);
}

.swiper-handle {
  gap: 30px;
  margin-top: max(30px, 60 * var(--custom-size));
  cursor: pointer;
}

.swiper-handle .icon {
  --lay-icon-w: 40px;
  background-color: rgba(0, 0, 0, 0.1);
}

.swiper-handle .icon:hover {
  background-color: var(--theme-color-blue);
}

.swiper-handle .icon:hover img {
  filter: url(#white-overlay);
}

.swiper-handle .swiper-pagination {
  position: relative;
  border-radius: 30px;
  width: max(100px, 240 * var(--custom-size));
}

.swiper-handle .swiper-pagination-progressbar-fill {
  border-radius: 30px;
}

.swiper-handle-white .swiper-pagination {
  background-color: rgba(255, 255, 255, 0.2);
}

.swiper-handle-white .swiper-pagination-progressbar-fill {
  background-color: #fff;
}

.swiper-handle-white .icon {
  background-color: rgba(255, 255, 255, 0.1);
}

.application-detail-banner .main,
.sec-aboutus-2 .main,
.sec-index-4 .main {
  width: 100%;
}

.application-detail-banner .txt {
  width: 37%;
}

.sec-application-detail-1 .search-wrap .icon {
  --lay-icon-w: 40px;
  background-color: var(--theme-color-blue);
}

.sec-application-detail-1 .sec-intro-sub {
  width: 70%;
  margin-top: max(30px, 5%);
}

.sec-application-detail-1 .sec-top .pic {
  margin: max(30px, 7%) 0 var(--custom-size-20-40);
}

.sec-application-detail-2 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.sec-application-detail-2 .card-wrap {
  --gap: 1px;
  /* background-color: rgba(0, 0, 0, 0.1); */
}

.sec-application-detail-2 .item {
  color: var(--theme-color-dark);
  background-color: #fff;
  text-align: center;
  padding: max(var(--custom-size-20-40), 5%) var(--custom-size-20-40);
  position: relative;
  gap: max(20px, 5%);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.sec-application-detail-2 .item:nth-child(1) {
  border-top: 0;
}

.sec-application-detail-2 .item:nth-child(2) {
  border-top: 0;
}

.sec-application-detail-2 .item:nth-child(3) {
  border-top: 0;
}

.sec-application-detail-2 .item:nth-child(3n) {
  border-right: 0;
}

.sec-application-detail-2 .item .pic {
  height: max(40px, 60 * var(--custom-size));
}

.sec-application-detail-2 .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10%;
  aspect-ratio: 1;
  background-color: #fff;
  transform: translate(50%, 50%);
  z-index: 1;
}

.sec-application-detail-3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(40px);
  background: rgba(0, 0, 0, 0.3);
}

.sec-application-detail-3 .sec-wrap-padding {
  position: relative;
  z-index: 1;
}

.sec-application-detail-3 .sec-title {
  font-size: max(20px, 48 * var(--custom-size));
}

.sec-application-detail-3 .swiper {
  padding: 0 var(--main-margin);
}

.sec-application-detail-3 .swiper-slide {
  height: auto;
  width: calc((100% - 20px * 3) / 4);
}

.sec-application-detail-3 .swiper-slide:not(.swiper-slide-active)::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.sec-application-detail-3 .swiper-slide-active+.swiper-slide::after {
  content: unset;
}

@media (min-width: 780px) {

  .sec-application-detail-3 .swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide::after,
  .sec-application-detail-3 .swiper-slide-active+.swiper-slide+.swiper-slide::after {
    content: unset;
  }
}

.sec-application-detail-3 .swiper-slide .sec-application-detail-3 .card-wrap {
  --column: 4;
  --gap: var(--custom-size-10-20);
}

.sec-application-detail-3 .item {
  position: relative;
  padding: var(--custom-size-10-20);
  padding-bottom: 80px;
  background-color: #f1f2f5;
  color: var(--theme-color-dark);
}

.sec-application-detail-3 .item .pic {
  aspect-ratio: 4 / 3;
}

.sec-application-detail-3 .item .pic img {
  width: 40%;
}

.sec-application-detail-3 .item .txt {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.sec-application-detail-3 .item .txt .sec-intro {
  margin-top: var(--custom-size-10-20);
}

.sec-application-detail-3 .item .txt .sec-intro-sub {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: all;
}

.sec-application-detail-3 .item .txt .icon {
  --lay-icon-w: 40px;
  background-color: #fff;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.sec-application-detail-3 .item .txt .icon img {
  filter: url(#black-overlay);
}

.sec-application-detail-3 .item .name {
  position: absolute;
  top: var(--custom-size-10-20);
  left: var(--custom-size-10-20);
  gap: 10px;
  font-size: max(12px, 16 * var(--custom-size));
}

.page-full {
  height: 100vh;
}

.page-banner .down-roll {
  position: absolute;
  left: 50%;
  bottom: max(30px, 10%);
  transform: translateX(-50%);
  z-index: 1;
  animation: bounce 3s ease-in-out infinite;
}

@keyframes bounce {

  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }

  50% {
    transform: translateX(-50%) translateY(-20px);
  }
}

.sec-support-1 .swiper-slide {
  width: max(100px, 240 * var(--custom-size));
  height: auto;
  margin-right: 20px;
}

.sec-support-1 .page-btn {
  background-color: #fff;
}

.sec-support-1 .swiper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 20%;
  height: 100%;
  z-index: 1;
  left: 0;
  background: linear-gradient(to right, #000, transparent);
}

.sec-support-1 .swiper:last-child {
  margin-top: 20px;
  transform: rotate(180deg);
}

.sec-support-1 .swiper:last-child .swiper-slide {
  transform: rotate(180deg);
}

.sec-support-2 .card-wrap {
  --column: 2;
  --gap: 0px;
  position: relative;
  z-index: 2;
}

.sec-support-2 .sec-wrap-padding-thin .container {
  position: relative;
}

.sec-support-2 .sec-wrap-padding-thin .card-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.sec-support-2 .sec-wrap-padding-thin .card-bg video,
.sec-support-2 .sec-wrap-padding-thin .card-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec-support-2 .sec-wrap-padding-thin .card-bg img {
  display: none;
}

.sec-support-2 .item {
  position: relative;
  padding: var(--custom-size-20-40);
  border: 1px solid rgba(255, 255, 255, 0.3);
  aspect-ratio: 959 / 400;
  text-align: center;
}

.sec-support-2 .item .serail {
  position: absolute;
  top: var(--custom-size-10-20);
  left: var(--custom-size-10-20);
  font-weight: 300;
}

.company-banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background: linear-gradient(to top, #000, transparent);
}

.sec-company-1 .main {
  position: relative;
  z-index: 1;
}

.sec-company-1 .sec-top {
  width: 50%;
}

.sec-company-1 .sec-title-sub {
  margin-top: max(30px, 5%);
  width: 70%;
}

.sec-company-1 .btn-lay {
  margin-top: max(40px, 10%);
}

.sec-company-1 .sec-area {
  padding-right: 10%;
}

.sec-company-2 .sec-wrap-padding {
  padding-bottom: 0;
}

.sec-company-2 .sec-top {
  width: 50%;
  margin: 0 auto;
}

.sec-company-2 .sec-title-sub {
  margin-top: max(30px, 7%);
}

.sec-company-2 .sec-intro-sub {
  margin-top: max(30px, 5%);
}

.sec-company-2 .swiper-slide {
  width: max(50px, 320 * var(--custom-size));
  aspect-ratio: 1;
  margin-left: max(20px, 80 * var(--custom-size));
}

.sec-company-2 .swiper-slide .pic {
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.swiper-wrapper.linear {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.sec-company-2 .swiper::after,
.sec-company-2 .swiper::before {
  content: "";
  width: 30%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
}

.sec-company-2 .swiper::after {
  left: 0;
  background: linear-gradient(to right, #000, transparent);
}

.sec-company-2 .swiper::before {
  right: 0;
  background: linear-gradient(to left, #000, transparent);
}

.contact-way .contact-title {
  font-size: max(20px, 38 * var(--custom-size));
  cursor: pointer;
  opacity: 0.3;
}

.contact-way .item+.item {
  margin-top: var(--custom-size-20-40);
}

.contact-way .contact-title:hover,
.contact-way .item.active .contact-title {
  opacity: 1;
}

.contact-info {
  padding-top: var(--custom-size-10-20);
}

.contact-way .item:not(.active) .contact-title {
  font-weight: 300;
}

.contact-way .item:not(.active) .contact-info {
  display: none;
}

.contact-info p {
  font-size: 18px;
  font-weight: 300;
  gap: 10px;
  padding-left: 20px;
}

.sec-company-2,
.sec-company-3 {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.sec-company-3 .sec-wrap-padding {
  padding-bottom: 0;
}

.sec-company-3 .pic {
  width: 30%;
  margin-right: 10%;
  flex-shrink: 0;
}

.sec-company-3 .pic img {
  object-fit: contain;
}

.sec-news-1 .swiper {
  padding: 0 20%;
}

.sec-news-1 .swiper-slide {
  width: 45%;
  margin-right: max(20px, 180 * var(--custom-size));
  cursor: pointer;
  height: auto;
}

/* .sec-news-1 .swiper-slide .txt {
  width: 60%;
  background-color: #F1F2F5;
  padding: var(--custom-size-10-20);
  padding-right: max(60px, 10%);
  position: relative;
}

.sec-news-1 .swiper-slide .txt .btn-lay:last-child {
  color: var(--theme-color-dark);
  background-color: #fff;
}

.sec-news-1 .swiper-slide .txt .title {
  margin-top: var(--custom-size-20-40);
  font-size: max(16px, 28 * var(--custom-size));
  color: var(--theme-color-dark);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  word-break: break-all;
}

.sec-news-1 .swiper-slide .txt .intro {
  margin-top: var(--custom-size-20-40);
  font-size: 14px;
  color: var(--theme-color-dark);
}

.sec-news-1 .swiper-slide .txt .icon {
  position: absolute;
  bottom: var(--custom-size-10-20);
  right: var(--custom-size-10-20);
  background-color: #fff;
  --lay-icon-w: 40px;
}

.sec-news-1 .swiper-slide:hover .txt .title,
.sec-news-1 .swiper-slide:hover .txt .intro {
  color: var(--theme-color-blue);
}

.sec-news-1 .swiper-slide:hover .txt .icon {
  background-color: var(--theme-color-blue);
}

.sec-news-1 .swiper-slide:hover .txt .icon img {
  filter: url(#white-overlay);
}

.sec-news-1 .swiper-slide .pic {
  flex: 1;
  height: 100%;
} */

.sec-news-2 .sec-top .btn-lay {
  margin-top: 0;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(30px);
}

.sec-news-2 .swiper-slide {
  width: max(300px, 640 * var(--custom-size));
  aspect-ratio: 16 / 9;
  margin-right: max(30px, 80 * var(--custom-size));
}

.sec-news-2 .swiper-slide .event-wrap {
  height: 100%;
  padding: var(--custom-size-20-40);
  cursor: pointer;
}

.sec-news-2 .swiper-slide .event-wrap:not(.not-img) {
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.1);
}

.event-info-wrap {
  width: 85%;
}

.sec-news-2 .event-wrap .title {
  font-size: max(16px, 28 * var(--custom-size));
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.sec-news-2 .event-wrap .intro {
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.sec-news-2 .event-wrap .icon {
  --lay-icon-w: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  bottom: var(--custom-size-20-40);
  right: var(--custom-size-20-40);
}

.sec-news-2 .event-wrap:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.sec-news-2 .event-wrap:hover .icon {
  background-color: var(--theme-color);
}

.sec-news-2 .event-wrap:hover .icon img {
  filter: url(#blue-overlay);
}

.sec-news-3 .inp-wrap input {
  width: max(350px, 400 * var(--custom-size));
}

.sec-news-3 .filter-wrap .btn-lay {
  background-color: #f1f2f5;
  color: var(--theme-color-dark);
}

.sec-news-3 .filter-wrap .btn-lay span:hover,
.sec-news-3 .filter-wrap .btn-lay span.active {
  color: var(--theme-color-blue);
  transform: scale(1.1);
}

.sec-news-3 .filter-wrap .btn-lay .icon {
  --lay-icon-w: 40px;
  background-color: var(--theme-color-blue);
  font-size: 14px;
  font-weight: 300;
  margin-right: var(--custom-size-20-40);
  color: #fff;
}

.sec-news-3 .filter-wrap .btn-lay span {
  height: 100%;
  color: var(--theme-color-dark);
}

.sec-news-3 .not-more {
  height: max(100px, 400 * var(--custom-size));
  font-size: 24px;
  color: var(--theme-color-dark);
}

.sec-news-3 .card-wrap {
  --column: 2;
  --gap: max(30px, 80 * var(--custom-size));
}

.sec-news-3 .item {
  color: var(--theme-color-dark);
  padding-bottom: var(--custom-size-20-40);
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.sec-news-3 .item:hover {
  border-bottom: 2px dashed var(--theme-color-blue);
}

.sec-news-3 .item:hover .title {
  color: var(--theme-color-blue);
}

.sec-news-3 .item .pic img {
  transition: 0.3s;
}

.sec-news-3 .item:hover .pic img {
  transform: scale(1.1);
}

.sec-news-3 .item .pic {
  overflow: hidden;
  aspect-ratio: 80 / 48;
}

.sec-news-3 .item .txt {
  flex: 1;
}

.sec-news-3 .item .time .btn-lay {
  background-color: var(--theme-color-blue);
  color: #fff;
}

.sec-news-3 .item .btn-wrap .btn-lay {
  background-color: #f1f2f5;
  margin-top: 0;
}

.sec-news-3 .item .icon {
  --lay-icon-w: 40px;
  background-color: #f1f2f5;
}

.sec-news-3 .item .title {
  font-size: max(14px, 24 * var(--custom-size));
  margin-top: var(--custom-size-10-20);
  width: 90%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.sec-news-3 .item .btn-cont {
  margin-top: var(--custom-size-20-40);
}

.sec-news-3 .item .btn-wrap {
  gap: 10px;
}

.page-num {
  color: var(--theme-color-dark);
  font-size: 18px;
  text-align: center;
}

.news-detail-banner {
  position: relative;
}

.news-detail-banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(to top, rgba(255, 255, 255, 1), transparent);
}

.news-detail-banner .btn-lay.time {
  background-color: rgba(38, 62, 139, 0.8);
}

.news-detail-banner .sec-title {
  text-align: center;
  margin-top: max(30px, 5%);
}

.sec-news-detail-1 {
  margin-top: calc(-1 * max(50px, 10%));
  padding-bottom: max(30px, 5%);
  --article-w: calc(1280 * var(--custom-size));
}

.sec-news-detail-1 .article {
  background-color: rgba(241, 242, 245, 0.5);
  padding: max(40px, 80 * var(--custom-size)) max(30px, 60 * var(--custom-size));
  font-size: 18px;
  font-weight: 300;
  color: var(--theme-color-dark);
  width: var(--article-w);
  margin: 0 auto;
  backdrop-filter: blur(30px);
}

.sec-news-detail-1 .article ul,
.sec-news-detail-1 .article li,
.sec-news-detail-1 .article p,
.sec-news-detail-1 .article h1,
.sec-news-detail-1 .article h2,
.sec-news-detail-1 .article h3,
.sec-news-detail-1 .article h4,
.sec-news-detail-1 .article h5,
.sec-news-detail-1 .article h6 {
  width: auto !important;
}

.sec-news-detail-1 .article img {
  display: initial;
}

.news-share-wrap {
  position: absolute;
  top: 0;
  left: calc((100% - var(--article-w)) / 2);
  transform: translateX(calc(-100% - 30px));
  cursor: pointer;
  z-index: 1;
}

.news-share-wrap:hover .icon {
  background-color: var(--theme-color-blue);
}

.news-share-wrap:hover .icon img {
  filter: url(#white-overlay);
}

.news-share-wrap:hover .lang-wrap {
  visibility: visible;
  opacity: 1;
  transform: unset;
}

.news-share-wrap .lang-cont {
  background-color: #f1f2f5;
}

.news-share-wrap .lang-cont a {
  display: flex;
}

.news-share-wrap .lang-cont img {
  filter: url(#black-overlay);
}

.sec-news-detail-1 .btn-lay.back {
  padding-right: 20px;
}

.sec-news-detail-2 .swiper {
  padding: 0 var(--main-margin);
}

.sec-news-detail-2 .swiper-slide {
  height: auto;
  width: max(300px, 600 * var(--custom-size));
  margin-right: max(30px, 120 * var(--custom-size));
}

.sec-news-detail-2 .swiper-slide .item {
  height: 100%;
}

.aboutus-banner-txt {
  position: absolute;
  top: 40%;
  left: var(--main-margin);
  z-index: 1;
}

.aboutus-banner .breadcrumb,
.aboutus-banner .breadcrumb a {
  color: var(--theme-color-dark);
}

.aboutus-banner .sec-area {
  width: 45%;
  font-size: 18px;
  font-weight: 300;
}

.aboutus-banner .sec-area p+p {
  margin-top: max(30px, 5%);
}

.aboutus-banner .banner-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.aboutus-banner .banner-container .main {
  position: relative;
  z-index: 1;
}

.sec-aboutus-1 .card-wrap {
  aspect-ratio: 168 / 72;
  --column: 5;
  --gap: 0px;
  position: relative;
  z-index: 1;
}

.sec-aboutus-1 .card-wrap .item {
  padding: var(--custom-size-20-40);
  text-align: center;
}

.sec-aboutus-1 .card-wrap .item+.item {
  border-left: 2px solid rgba(255, 255, 255, 0.2);
}

.sec-aboutus-1 .card-wrap .item .title {
  font-size: max(18px, 28 * var(--custom-size));
}

.sec-aboutus-1 .card-wrap .item .intro {
  font-size: max(14px, 18 * var(--custom-size));
  font-weight: 300;
  display: none;
  margin-top: var(--custom-size-10-20);
  width: 70%;
}

.sec-aboutus-1 .pic-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec-aboutus-1 .pic-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}

.sec-aboutus-1 .card-wrap .item.active {
  width: 40%;
}

.sec-aboutus-1 .card-wrap .item.active .title {
  font-size: calc(48 * var(--custom-size));
  width: 40%;
}

.sec-aboutus-1 .card-wrap .item.active .intro {
  display: block;
}

.sec-aboutus-1 .pic-wrap img.active {
  opacity: 1;
}

.sec-aboutus-2 .container {
  gap: max(30px, 18%);
  --margin: max(40px, 120 * var(--custom-size));
  margin: calc(var(--margin) * 1.5) 0;
}

.sec-aboutus-2 .icon {
  --lay-icon-w: var(--margin);
  position: absolute;
  color: var(--theme-color-dark);
  background-color: rgba(0, 0, 0, 0.1);
  font-size: max(16px, 24 * var(--custom-size));
  font-weight: 300;
  cursor: pointer;
}

.sec-aboutus-2 .icon.year-next {
  top: 0;
  left: 30%;
  transform: translateY(calc(-50% - var(--margin) * 1.5 / 2));
}

.sec-aboutus-2 .icon.year-prev {
  bottom: 0;
  left: 68%;
  transform: translateY(calc(50% + var(--margin) * 1.5 / 2));
}

.sec-aboutus-2 .year {
  font-size: calc(228 * var(--custom-size));
  color: rgba(37, 37, 37, 0.3);
  font-weight: 300;
}

.sec-aboutus-2 .year .year-num {
  color: var(--theme-color-blue);
}

.sec-aboutus-2 .info {
  gap: max(30px, 10%);
  color: var(--theme-color-dark);
  font-size: max(14px, 28 * var(--custom-size));
}

.sec-aboutus-2 .pic {
  width: max(150px, 320 * var(--custom-size));
  aspect-ratio: 1;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.sec-aboutus-2 .pic img {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 1s;
  transform: scale(0);
}

.sec-aboutus-2 .pic img.active {
  transform: scale(1);
}

.sec-aboutus-2 .txt p {
  display: none;
}

.sec-aboutus-2 .txt p:first-child {
  display: block;
}

.sec-aboutus-2 .year-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  font-size: 14px;
  --h: 40px;
}

.sec-aboutus-2 .year-wrap .swiper {
  height: calc(var(--h) * 7);
  padding: 0 10px;
  user-select: none;
}

.sec-aboutus-2 .year-wrap .swiper-slide {
  height: var(--h);
  line-height: var(--h);
  color: var(--theme-color-dark);
}

.sec-aboutus-2 .year-wrap .swiper-slide-active {
  color: var(--theme-color-blue);
}

.sec-aboutus-2 .year-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: var(--h);
  background-color: var(--theme-color-blue);
  transform: translateY(-50%);
}

.sec-aboutus-2 .swiper::after,
.sec-aboutus-2 .swiper::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(var(--h) * 3);
  z-index: 2;
}

.sec-aboutus-2 .swiper::after {
  top: 0;
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0.9) 20%,
      transparent);
}

.sec-aboutus-2 .swiper::before {
  bottom: 0;
  background: linear-gradient(to top,
      rgba(255, 255, 255, 0.9) 20%,
      transparent);
}

.mobile-nav {
  display: none;
}

.wave-canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.sec-events-1 .txt .sec-title-thin {
  margin-top: max(30px, 10%);
  text-align: center;
}

.sec-events-1 .txt .search-wrap {
  margin-top: var(--custom-size-20-40);
}

.sec-events-1 .txt .search-wrap .inp-wrap {
  background-color: rgba(0, 0, 0, 0.1);
}

.sec-events-1 .txt .filter-curr .btn {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  gap: max(50px, 150 * var(--custom-size));
}

.sec-events-1 .txt .filter .icon {
  background-color: rgba(255, 255, 255, 0.1);
}

.sec-events-1 .txt .filter .icon img {
  filter: url(#white-overlay);
}

.sec-events-1 .sec-area {
  margin-top: calc(var(--custom-size-20-40) * 2);
}

.sec-events-1 .card-wrap {
  --column: 3;
}

.sec-events-1 .event-wrap {
  padding: var(--custom-size-20-40);
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  aspect-ratio: 16 / 9;
}

.sec-events-1 .event-wrap .type.not-start {
  background-color: #8935ff;
  text-align: center;
  font-size: 12px;
}

.sec-events-1 .event-wrap .sec-intro {
  margin-top: max(30px, 100 * var(--custom-size));
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.sec-events-1 .event-wrap .intro {
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.sec-events-1 .page-num {
  color: #fff;
}

.sec-search {
  background: url(../images/search-bg.png) no-repeat;
  background-position: 50% 20%;
  background-size: 120%;
}

.sec-search .expand-cont {
  width: 70%;
}

.sec-search .inp-cont,
.sec-search .inp-cont input {
  width: 100%;
}

.sec-search .search-wrap {
  margin-top: max(30px, 80 * var(--custom-size));
}

.search-contain {
  margin-top: max(30px, 80 * var(--custom-size));
  padding: calc(var(--custom-size-20-40) * 2);
  background-color: rgba(241, 242, 245, 0.5);
  backdrop-filter: blur(20px);
}

.search-contain .card-wrap {
  --column: 1;
}

.search-contain .txt-wrap .title {
  font-size: max(18px, 38 * var(--custom-size));
  margin-top: var(--custom-size-20-40);
  width: 100%;
}

.search-contain .txt-wrap .intro {
  font-size: max(14px, 22 * var(--custom-size));
  margin-top: var(--custom-size-10-20);
}

.search-contain .item .btn-cont {
  margin-top: calc(var(--custom-size-20-40) * 2);
}

.not-news-result {
  color: #000;
  text-align: center;
  margin-top: var(--custom-size-20-40);
}

.search-product-wrap .item {
  color: var(--theme-color-dark);
  padding: var(--custom-size-20-40) 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.search-product-wrap .item .pic {
  width: max(50px, 20%);
  flex-shrink: 0;
  padding-right: var(--custom-size-20-40);
}

.search-product-wrap .item .txt-wrap {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: var(--custom-size-20-40);
}

.search-product-wrap .item .title {
  margin-top: 0;
}

#contact-us-form-dialog .dialog-cont {
  width: max(768px, 1280 * var(--custom-size));
  aspect-ratio: 1280 / 720;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 1;
  background-color: #000;
  background: url(../images/form-bg.jpg) no-repeat center / contain;
}

#contact-us-form-dialog .dialog-wrap {
  width: 60%;
  border-top-left-radius: 200px;
  padding: 30px;
}

#contact-us-form-dialog .dialog-wrap_head {
  padding-top: 5%;
  padding-bottom: 10%;
}

#contact-us-form-dialog .dialog-wrap_head .txt {
  color: #252525;
}

#contact-us-form-dialog .dialog-close {
  top: 30px;
  right: 30px;
  left: unset;
  transform: unset;
}

.contact-us-form {
  flex-wrap: wrap;
  --gap: max(15px, 30 * var(--custom-size));
  gap: var(--gap);
}

.contact-us-form .input-filed input,
.contact-us-form .input-filed textarea,
.contact-us-form .input-filed select {
  width: 100%;
  background-color: #f1f2f5;
  border-radius: 10px;
  backdrop-filter: blur(30px);
  padding: max(6px, 13 * var(--custom-size)) max(10px, 20 * var(--custom-size));
  color: var(--theme-color-blue);
  font-size: var(--font-size-16);
}

.contact-us-form .input-filed select {
  -webkit-appearance: none;
  /* Chrome, Safari, Edge */
  -moz-appearance: none;
  /* Firefox */
  appearance: none;
}

.contact-us-form .input-filed {
  position: relative;
}

.contact-us-form .input-filed .custom-select-title select {
  padding-left: 100px;
}

.contact-us-form .input-filed .custom-select::after {
  content: "";
  width: 12px;
  height: 8px;
  background: url(../images/arrow-bottom-blue.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
  right: max(10px, 20 * var(--custom-size));
  transform: translateY(-50%);
  z-index: 5;
}

.contact-us-form .input-filed .custom-select .prefix {
  position: absolute;
  top: 0;
  left: max(10px, 20 * var(--custom-size));
  z-index: 1;
  height: 100%;
  color: var(--theme-color-blue);
  font-size: var(--font-size-16);
  display: flex;
  align-items: center;
}

.contact-us-form .input-filed .custom-select .prefix::after {
  content: "";
  width: 1px;
  height: 60%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(15px, -50%);
  background-color: var(--theme-color-blue);
  opacity: 0.5;
}

.contact-us-form .input-filed .custom-select-prefix {
  flex-shrink: 0;
  position: relative;
}

.contact-us-form .input-filed .custom-select-prefix .prefix {
  position: relative;
  top: unset;
  left: unset;
}

.contact-us-form .input-filed .custom-select-prefix select {
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}

.contact-us-form .input-filed .custom-select-prefix+input {
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
  padding-left: calc(max(10px, 20 * var(--custom-size)) * 2);
}

.contact-us-form .input-filed .custom-select-prefix::after {
  right: 0;
  transform: translateX(50%, -50%);
}

.contact-us-form .input-filed textarea {
  height: max(70px, 150 * var(--custom-size));
}

.contact-us-form .input-filed input::placeholder,
.contact-us-form .input-filed textarea::placeholder {
  opacity: 0.5;
  color: var(--theme-color-blue);
}

.contact-us-form .input-filed.w33 {
  width: calc((100% - var(--gap) * 2) / 3);
}

.contact-us-form .input-filed.w50 {
  width: calc((100% - var(--gap)) / 2);
}

.contact-us-form .input-filed.w100 {
  width: 100%;
}

.contact-us-form .error-text {
  font-size: 14px;
  color: red;
  position: absolute;
  left: 0px;
  bottom: 0px;
  opacity: 0;
  transform: translateY(100%);
}

.contact-us-form .privacy {
  color: #252525;
  gap: 10px;
  position: relative;
}

.contact-us-form .privacy-tips {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  color: #f00;
  opacity: 0;
}

.contact-us-form .privacy.not-pass .privacy-tips {
  opacity: 1;
}

.contact-us-form .privacy a {
  color: var(--theme-color-blue);
}

.contact-us-form .privacy a:hover {
  text-decoration: underline;
}

.contact-us-form .privacy .btn-lay {
  margin-top: 0;
  background-color: #f1f2f5;
}

.contact-us-form .privacy .btn-lay.active {
  background-color: var(--theme-color-blue);
}

.contact-us-form .btn-lay.submit {
  min-width: 200px;
  width: 40%;
  height: 63px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--theme-color-blue);
  font-weight: bold;
}

.contact-us-form .btn-lay.submit:hover {
  transform: scale(1.1);
}

.contact-us-form .btn-lay.submit img {
  filter: url(#white-overlay);
}

.contact-us-form .btn-lay.submit span {
  margin-right: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.search-error {
  color: var(--theme-color-dark);
  margin-top: max(30px, 100 * var(--custom-size));
}

.sec-search .filter-wrap {
  gap: 20px;
}

.sec-search .btn-lay {
  text-align: center;
  padding: 15px 25px;
}

.sec-search .btn-lay.active span {
  color: var(--theme-color-blue);
}

.sec-search .btn-lay span {
  margin-right: 0;
}