/*!
 * Copyright 2026 TRS.
 * Leon 2026.06
 */
@font-face {
  font-family: 'quicksandbold';
  src: url('../fonts/quicksand-bold-webfont.woff2') format('woff2'), url('../fonts/quicksand-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'quicksandregular';
  src: url('../fonts/quicksand-regular-webfont.woff2') format('woff2'), url('../fonts/quicksand-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "iconfont";
  src: url('../fonts/iconfont.woff2?t=1782368747212') format('woff2'), url('../fonts/iconfont.woff?t=1782368747212') format('woff'), url('../fonts/iconfont.ttf?t=1782368747212') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-play:before {
  content: "\e681";
}
.icon-pause:before {
  content: "\e683";
}
.icon-colorful-bulb:before {
  content: "\e60f";
}
.icon-colorful-home:before {
  content: "\e623";
}
.icon-colorful-energy:before {
  content: "\e635";
}
.icon-sun2:before {
  content: "\e611";
}
.icon-clock:before {
  content: "\e894";
}
.icon-info-circle:before {
  content: "\e77e";
}
.icon-battery:before {
  content: "\e661";
}
.icon-moon:before {
  content: "\e670";
}
.icon-sun:before {
  content: "\e672";
}
.icon-computer:before {
  content: "\e6bd";
}
.icon-gear:before {
  content: "\e742";
}
.icon-wrench:before {
  content: "\e74f";
}
.icon-industry:before {
  content: "\e754";
}
.icon-colorfulCar:before {
  content: "\e630";
}
.icon-colorfulBattery3:before {
  content: "\e631";
}
.icon-colorfulBattery2:before {
  content: "\e632";
}
.icon-colorfulPlug2:before {
  content: "\e633";
}
.icon-colorfulEnergy:before {
  content: "\e634";
}
.icon-colorfulPlug:before {
  content: "\e7a7";
}
.icon-colorfulBattery:before {
  content: "\e7a8";
}
.icon-solarEnergy:before {
  content: "\e7a9";
}
.icon-lightning:before {
  content: "\e7aa";
}
.icon-gongyede-6:before {
  content: "\e765";
}
.icon-gongyede-7:before {
  content: "\e778";
}
.icon-consultation:before {
  content: "\e9ce";
}
.icon-quote:before {
  content: "\e935";
}
.icon-design:before {
  content: "\e738";
}
.icon-installation:before {
  content: "\e73a";
}
.icon-assessment:before {
  content: "\e73c";
}
.icon-SiteInspection:before {
  content: "\e8b8";
}
.icon-handover:before {
  content: "\e970";
}
.icon-skip-up-line:before {
  content: "\e751";
}
.icon-shop:before {
  content: "\e654";
}
.icon-traffic:before {
  content: "\e655";
}
.icon-list:before {
  content: "\e656";
}
.icon-brand:before {
  content: "\e657";
}
.icon-check:before {
  content: "\e7fc";
}
.icon-rightTriangle:before {
  content: "\e638";
}
.icon-yonghu:before {
  content: "\e64d";
}
.icon-check-circle:before {
  content: "\e77d";
}
.icon-zhilengshebei:before {
  content: "\e64c";
}
.icon-tel2:before {
  content: "\e880";
}
.icon-address2:before {
  content: "\e884";
}
.icon-email2:before {
  content: "\e8b4";
}
.icon-servicequanqiutongjia:before {
  content: "\e600";
}
.icon-diandongqiche1:before {
  content: "\e741";
}
.icon-weibiaoti-:before {
  content: "\e621";
}
.icon-taiyangnengdianchi:before {
  content: "\e629";
}
.icon-tel:before {
  content: "\e61b";
}
.icon-adderss:before {
  content: "\e667";
}
.icon-email:before {
  content: "\e668";
}
.icon-brands:before {
  content: "\e648";
}
.icon-facebook:before {
  content: "\e64a";
}
.icon-in:before {
  content: "\e64b";
}
.icon-arrowright:before {
  content: "\e625";
}
.icon-arrowleft:before {
  content: "\e768";
}
.icon-down:before {
  content: "\e767";
}
.icon-return:before {
  content: "\e6be";
}
.icon-search:before {
  content: "\e6c7";
}
.icon-up:before {
  content: "\e6ca";
}
.icon-next:before {
  content: "\e6cb";
}
.custom-navbar {
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.4s ease, box-shadow 0.4s ease;
  min-height: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.custom-navbar .navbar-brand {
  display: flex;
  align-items: center;
  padding: 0;
  margin-right: 1.5rem;
}
.custom-navbar .navbar-brand img {
  height: 60px;
  width: auto;
  transition: opacity 0.3s ease;
}
.custom-navbar .navbar-brand .default-logo {
  display: block;
}
.custom-navbar .navbar-brand .scrolled-logo {
  display: none;
}
.custom-navbar.scrolled {
  background-color: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  -webkit-backdrop-filter: none;
}
.custom-navbar.scrolled .navbar-brand .default-logo {
  display: none;
}
.custom-navbar.scrolled .navbar-brand .scrolled-logo {
  display: block;
}
.custom-navbar .navbar-nav .nav-link {
  color: #ffffff !important;
  font-size: 1.3rem;
  padding: 1.55rem 2rem;
  position: relative;
  transition: color 0.3s ease;
  letter-spacing: 0.3px;
  white-space: nowrap;
  cursor: pointer;
  background: transparent;
  border: none;
}
.custom-navbar.scrolled .navbar-nav .nav-link {
  color: #091C36 !important;
}
.custom-navbar .nav-dropdown:hover .nav-link::after,
.custom-navbar .nav-item:not(.nav-dropdown) .nav-link:hover::after {
  width: 70%;
  opacity: 1;
}
.custom-navbar .navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background: #F5B33E;
  border-radius: 2px;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translateX(-50%);
  opacity: 0;
}
.custom-navbar .nav-dropdown:hover .nav-link,
.custom-navbar .nav-item:not(.nav-dropdown) .nav-link:hover {
  color: #F5B33E !important;
}
.custom-navbar.scrolled .nav-dropdown:hover .nav-link,
.custom-navbar.scrolled .nav-item:not(.nav-dropdown) .nav-link:hover {
  color: #F5B33E !important;
}
.custom-navbar .nav-link .icon-down {
  display: inline-block;
  margin-left: 5px;
  font-size: 1rem;
  transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
  vertical-align: middle;
  color: inherit;
  will-change: transform;
}
@media (min-width: 992px) {
  .custom-navbar .nav-dropdown:hover .nav-link .icon-down {
    transform: rotate(180deg);
  }
}
.custom-navbar .nav-link .icon-down.arrow-up {
  transform: rotate(180deg);
}
.custom-navbar .nav-dropdown {
  position: relative;
}
.custom-navbar .dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px) scale(0.98);
  transform-origin: top center;
  transition: opacity 0.32s ease, transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.32s ease;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: none;
  border-radius: 20px;
  padding: 0;
  min-width: 260px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(12px) scale(0.98);
  z-index: 1050;
  overflow: hidden;
}
.custom-navbar .search-menu {
  min-width: 320px;
  padding: 20px 24px;
  left: auto;
  right: 0;
  transform: translateY(12px) scale(0.98);
}
@media (min-width: 992px) {
  .custom-navbar .nav-dropdown:not(.search-dropdown):hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(4px) scale(1);
  }
}
.custom-navbar .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(4px) scale(1);
}
.custom-navbar .search-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(4px) scale(1);
}
.custom-navbar .dropdown-item {
  font-family: 'quicksandregular';
  padding: 12px 24px;
  font-size: 1.3rem;
  color: #091C36;
  transition: all 0.2s ease;
  position: relative;
  border-radius: 0;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.custom-navbar .dropdown-item:last-child {
  border-bottom: none;
}
.custom-navbar .dropdown-item:hover {
  background: #F5B33E;
  color: #fff;
  padding-left: 30px;
}
.custom-navbar .dropdown-item:not(:last-child)::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(74, 108, 247, 0.1), transparent);
}
.custom-navbar .navbar-toggler {
  border: none;
  padding: 6px 10px;
  color: rgba(255, 255, 255, 0.9);
  transition: color 0.3s ease;
}
.custom-navbar.scrolled .navbar-toggler {
  color: #091C36;
}
.custom-navbar .navbar-toggler:focus {
  box-shadow: none;
}
.custom-navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  transition: filter 0.3s ease;
}
.custom-navbar.scrolled .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(26,26,46,0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.custom-navbar .search-menu .search-form {
  display: flex;
  align-items: center;
  gap: 8px;
}
.custom-navbar .search-menu .search-form input {
  flex: 1;
  border-radius: 50px;
  border: 1px solid #e0e5f0;
  padding: 10px 18px;
  font-size: 0.95rem;
  outline: none;
  background: #ffffff;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.custom-navbar .search-menu .search-form input:focus {
  border-color: #F5B33E;
  box-shadow: 0 0 0 3px rgba(245, 179, 62, 0.15);
}
.custom-navbar .search-menu .search-form button {
  border-radius: 50px;
  padding: 10px 22px;
  background: #F5B33E;
  border: none;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-navbar .search-menu .search-form button:hover {
  background: #d99f2e;
  transform: scale(1.02);
}
.custom-navbar .search-menu .search-form button .iconfont {
  font-size: 1.2rem;
  color: #fff;
}
@media (max-width: 991.98px) {
  .custom-navbar .navbar-collapse {
    display: block !important;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-20) scale(0.98);
    transform-origin: top center;
    transition: max-height 0.55s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1) 0.06s, transform 0.4s cubic-bezier(0.22, 1, 0.36, 1) 0.06s, padding 0.4s cubic-bezier(0.22, 1, 0.36, 1) 0.06s;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 18px;
    padding: 0 16px;
    margin-top: 4px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  .custom-navbar .navbar-collapse.show {
    max-height: 2000px;
    opacity: 1;
    transform: translateY(0) scale(1);
    margin-top: 4px;
    padding: 20px 16px 16px;
  }
  .custom-navbar .navbar-nav .nav-item {
    opacity: 0;
    transform: translateX(-10px);
    transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1), transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .custom-navbar .navbar-collapse.show .navbar-nav .nav-item {
    opacity: 1;
    transform: translateX(0);
  }
  .custom-navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(1) {
    transition-delay: 0.04s;
  }
  .custom-navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(2) {
    transition-delay: 0.08s;
  }
  .custom-navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(3) {
    transition-delay: 0.12s;
  }
  .custom-navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(4) {
    transition-delay: 0.16s;
  }
  .custom-navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(5) {
    transition-delay: 0.20s;
  }
  .custom-navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(6) {
    transition-delay: 0.24s;
  }
  .custom-navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(7) {
    transition-delay: 0.28s;
  }
  .custom-navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(8) {
    transition-delay: 0.32s;
  }
  .custom-navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(9) {
    transition-delay: 0.36s;
  }
  .custom-navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(10) {
    transition-delay: 0.40s;
  }
  .custom-navbar .navbar-nav .nav-link {
    color: #091C36 !important;
    padding: 12px 0;
    border-radius: 12px;
    transition: background 0.2s ease, color 0.2s ease;
    font-size: 1.1rem;
  }
  .custom-navbar .navbar-nav .nav-link:hover {
    color: #F5B33E !important;
  }
  .custom-navbar .navbar-nav .nav-link::after {
    bottom: 4px;
    display: none;
  }
  .custom-navbar .dropdown-menu {
    position: static !important;
    transform: none !important;
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(74, 108, 247, 0.08);
    background: #f8faff;
    border-radius: 14px;
    padding: 0;
    margin-top: 4px;
    width: 100%;
    left: 0 !important;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-6px) scale(0.97);
    transform-origin: top center;
    transition: max-height 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1) 0.03s, transform 0.3s cubic-bezier(0.22, 1, 0.36, 1) 0.03s, padding 0.3s cubic-bezier(0.22, 1, 0.36, 1) 0.03s;
    padding: 0 8px;
    visibility: visible;
  }
  .custom-navbar .dropdown-menu.show {
    max-height: 600px;
    opacity: 1;
    transform: translateY(0) scale(1);
    padding: 8px;
  }
  .custom-navbar .dropdown-item {
    padding: 10px 10px;
    font-size: 1rem;
    opacity: 0;
    transform: translateX(-6px);
    transition: opacity 0.25s ease 0.05s, transform 0.25s ease 0.05s, background 0.2s ease, padding-left 0.2s ease;
  }
  .custom-navbar .dropdown-menu.show .dropdown-item {
    opacity: 1;
    transform: translateX(0);
  }
  .custom-navbar .dropdown-menu.show .dropdown-item:nth-child(1) {
    transition-delay: 0.04s;
  }
  .custom-navbar .dropdown-menu.show .dropdown-item:nth-child(2) {
    transition-delay: 0.08s;
  }
  .custom-navbar .dropdown-menu.show .dropdown-item:nth-child(3) {
    transition-delay: 0.12s;
  }
  .custom-navbar .dropdown-menu.show .dropdown-item:nth-child(4) {
    transition-delay: 0.16s;
  }
  .custom-navbar .dropdown-menu.show .dropdown-item:nth-child(5) {
    transition-delay: 0.20s;
  }
  .custom-navbar .dropdown-item:hover {
    padding-left: 26px;
  }
  .custom-navbar .dropdown-item:not(:last-child)::after {
    left: 16px;
    right: 16px;
  }
  .custom-navbar .search-menu {
    min-width: auto;
    padding: 0 16px;
    right: auto;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-6px) scale(0.97);
    transition: max-height 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1) 0.03s, transform 0.3s cubic-bezier(0.22, 1, 0.36, 1) 0.03s, padding 0.3s cubic-bezier(0.22, 1, 0.36, 1) 0.03s;
    background: transparent;
    box-shadow: none;
    border: none;
    border-radius: 0;
  }
  .custom-navbar .search-menu.show {
    max-height: 120px;
    opacity: 1;
    transform: translateY(0) scale(1);
    padding: 12px 16px 16px;
  }
  .custom-navbar .search-menu .search-form input {
    font-size: 0.95rem;
    padding: 10px 16px;
    background: #f8faff;
    border-color: #d0d8e8;
  }
  .custom-navbar .search-menu .search-form button {
    padding: 10px 18px;
    background: #F5B33E;
    color: #fff;
    border-radius: 50px;
  }
  .custom-navbar .search-menu .search-form button .iconfont {
    font-size: 1.1rem;
  }
  .custom-navbar .search-menu .search-form {
    flex-wrap: nowrap;
  }
}
@media (max-width: 575.98px) {
  .custom-navbar .search-menu {
    padding: 0 12px;
  }
  .custom-navbar .search-menu.show {
    padding: 10px 12px 14px;
  }
  .custom-navbar .search-menu .search-form input {
    font-size: 0.85rem;
    padding: 8px 14px;
  }
  .custom-navbar .search-menu .search-form button {
    padding: 8px 16px;
    font-size: 0.85rem;
  }
  .navbar-brand img {
    height: 30px;
  }
}
@media (max-width: 768px) {
  .custom-navbar {
    min-height: 60px;
  }
  .custom-navbar .navbar-brand {
    margin-right: 1rem;
  }
  .custom-navbar .navbar-brand img {
    height: 40px;
  }
}
@media (max-width: 480px) {
  .custom-navbar {
    min-height: 50px;
  }
  .custom-navbar .navbar-brand {
    margin-right: 1rem;
  }
  .custom-navbar .navbar-brand img {
    height: 30px;
  }
}
.dropdown-toggle::after {
  border: none !important;
  margin-left: 0 !important;
}
.spacer {
  height: 200vh;
  background: linear-gradient(180deg, #f0f2f6 0%, #d9dde8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b7a8f;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 1px;
}
.carousel-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  background: #1a1a2e;
}
.swiper .swiper-slide img {
  max-width: 100%;
}
.swiper .swiper-slide img.swiper-lazy {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  user-select: none;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.swiper .swiper-slide img.swiper-lazy.swiper-lazy-loaded {
  opacity: 1;
}
.swiper .swiper-slide:not(.swiper-slide-active, .swiper-slide-next, .swiper-slide-prev) img {
  display: none;
}
.swiper .swiper-slide .swiper-lazy-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(32px, 5vw, 60px);
  height: clamp(32px, 5vw, 60px);
  border: clamp(3px, 0.4vw, 6px) solid #dddddd;
  border-top-color: #f5b33e;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  z-index: 10;
  pointer-events: none;
}
@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.controls-box {
  width: 1300px;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 330px;
  margin-top: -165px;
  margin-left: -650px;
  z-index: 1;
}
.controls-box .slide-content {
  position: absolute;
  left: 0;
  width: 800px;
  color: #ffffff;
  pointer-events: none;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.controls-box .slide-content .subtitle {
  font-size: clamp(0.7rem, 1.2vw, 1.2rem);
  text-transform: uppercase;
  letter-spacing: clamp(1px, 0.2vw, 3px);
  opacity: 0.8;
  margin-bottom: clamp(2px, 0.5vw, 8px);
}
.controls-box .slide-content .title {
  font-size: clamp(1.4rem, 3.5vw, 3.8rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: clamp(4px, 0.8vw, 12px);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.controls-box .slide-content .desc {
  font-size: clamp(0.8rem, 1.4vw, 1.2rem);
  opacity: 0.9;
  margin-bottom: clamp(4px, 0.8vw, 12px);
  line-height: 1.4;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.controls-box .slide-content .btn {
  display: inline-block;
  transition: background 0.2s, transform 0.15s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 50px;
  background: #f5b33e;
  color: #ffffff;
  text-decoration: none;
  border-radius: 10px;
  font-size: 1.3rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  letter-spacing: 0.5px;
  position: relative;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s ease;
  box-shadow: 0 8px 20px rgba(245, 179, 62, 0);
  pointer-events: auto;
  margin-top: clamp(6px, 1vw, 16px);
}
.controls-box .slide-content .btn i {
  font-size: 24px;
  margin-left: 10px;
}
.controls-box .slide-content .btn:hover {
  color: #f5b33e;
  background: #ffffff;
  transform: translateY(-2px);
}
.controls-box .slide-content .btn:active {
  transform: scale(0.95);
}
.controls-box .slide-content .btn i {
  font-size: 24px;
  margin-left: 10px;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.controls-box .slide-content .btn:hover {
  color: #f5b33e;
  background: #ffffff;
  transform: translateY(-5px) scale(1);
  box-shadow: 0 8px 20px rgba(245, 179, 62, 0.25);
}
.controls-box .slide-content .btn:hover i {
  transform: translateX(10px) scale(1.1);
}
.controls-box .slide-content .btn:active {
  transform: scale(0.94) translateY(2px);
  box-shadow: 0 8px 20px rgba(245, 179, 62, 0.25);
  transition-duration: 0.08s;
}
.controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(8px, 1.5vw, 20px);
  flex-wrap: wrap;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 2;
}
.controls .arrow {
  font-size: clamp(1.4rem, 2.5vw, 2.4rem);
  width: clamp(36px, 5vw, 56px);
  height: clamp(36px, 5vw, 56px);
  background: transparent;
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.controls .arrow:active {
  transform: scale(0.92);
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(8px, 1.5vw, 20px);
  flex-wrap: wrap;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 1;
}
.pagination .swiper-pagination {
  position: static !important;
  display: flex;
  gap: clamp(6px, 1vw, 14px);
  justify-content: center;
  align-items: center;
  width: auto !important;
  flex: 0 1 auto;
}
.pagination .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border: 3px solid #fff;
  border-radius: 10px;
  background: #fff;
  opacity: 1;
  transition: background 0.3s, transform 0.2s;
  cursor: pointer;
}
.pagination .swiper-pagination .swiper-pagination-bullet-active {
  background: #f5b33e;
  transform: scale(1.2);
  border: 3px solid #fff;
}
.pagination .play-toggle {
  padding: 0;
  background: transparent;
  color: #ffffff;
  border: none;
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-shrink: 0;
}
.pagination .play-toggle i {
  font-size: 35px;
}
.pagination .play-toggle:hover {
  color: #F5B33E;
}
.pagination .play-toggle:active {
  transform: scale(0.95);
}
.services-text-version {
  aspect-ratio: auto !important;
  height: auto;
  padding-bottom: 40px;
}
.services-text-version .swiper-slide {
  background: transparent;
  height: auto;
}
@media (max-width: 768px) {
  .controls-box {
    width: auto;
    left: 50px;
    right: 50px;
    top: 60px;
    height: 50%;
    margin-top: auto;
    margin-left: auto;
  }
  .controls-box .slide-content {
    left: 0;
    width: 100%;
    align-items: center;
  }
  .controls-box .slide-content .subtitle {
    font-size: 0.8rem;
    margin-bottom: 0;
  }
  .controls-box .slide-content .title {
    text-align: center;
    margin-bottom: clamp(12px, 0.8vw, 12px);
  }
  .controls-box .slide-content .desc {
    display: none;
  }
  .controls-box .slide-content .btn {
    border-radius: 5px;
    font-size: 1.2rem;
    padding: 10px 30px;
    box-shadow: 0 4px 10px rgba(245, 179, 62, 0);
    margin: auto;
  }
  .controls-box .slide-content .btn i {
    font-size: 16px;
    margin-left: 5px;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 2rem;
  }
  .pagination {
    gap: clamp(6px, 1vw, 14px);
    bottom: 10px;
  }
  .pagination .swiper-pagination {
    gap: clamp(6px, 1vw, 14px);
  }
  .pagination .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 5px;
  }
  .pagination .swiper-pagination .swiper-pagination-bullet-active {
    border: 2px solid #fff;
  }
  .pagination .play-toggle {
    gap: 6px;
  }
  .pagination .play-toggle i {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .swiper-button-prev {
    left: 0;
  }
  .swiper-button-next {
    right: 0;
  }
  .controls-box {
    width: auto;
    left: 20px;
    right: 20px;
    top: 60px;
    height: 50%;
    margin-top: auto;
    margin-left: auto;
  }
  .controls-box .slide-content {
    left: 0;
    width: 100%;
    align-items: center;
  }
  .controls-box .slide-content .subtitle {
    font-size: 0.6rem;
    margin-bottom: 0;
  }
  .controls-box .slide-content .title {
    text-align: center;
    margin-bottom: clamp(5px, 0.8vw, 12px);
    font-size: clamp(1rem, 3.5vw, 3.8rem);
  }
  .controls-box .slide-content .desc {
    max-width: 100%;
  }
  .controls-box .slide-content .btn {
    border-radius: 5px;
    font-size: 1rem;
    padding: 3px 15px;
    box-shadow: 0 4px 10px rgba(245, 179, 62, 0);
    margin: auto;
  }
  .controls-box .slide-content .btn i {
    font-size: 12px;
    margin-left: 5px;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 1.5rem;
  }
  .pagination {
    gap: clamp(4px, 1vw, 14px);
    bottom: 0;
  }
  .pagination .swiper-pagination {
    gap: clamp(6px, 1vw, 14px);
  }
  .pagination .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-radius: 4px;
  }
  .pagination .swiper-pagination .swiper-pagination-bullet-active {
    border: 1px solid #fff;
  }
  .pagination .play-toggle {
    gap: 4px;
  }
  .pagination .play-toggle i {
    font-size: 25px;
  }
}
.footer {
  background-color: #091c36;
  color: #d0d8e8;
  padding: 50px 0 0;
  width: 100%;
}
.footer a {
  transition: all 0.25s ease;
}
.footer-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.footer-contact .contact-item {
  flex: 1 1 0;
  min-width: 200px;
  height: 120px;
  display: flex;
  align-items: flex-start;
  padding-right: 40px;
  position: relative;
  transition: background 0.25s ease;
}
.footer-contact .contact-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 40px;
  top: 0%;
  bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.15), transparent);
}
.footer-contact .contact-item .contact-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #f5b33e;
  margin-right: 20px;
  transition: all 0.3s ease;
  position: relative;
}
@keyframes rotateBefore {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.footer-contact .contact-item .contact-icon:before {
  border-radius: 50%;
  content: "";
  position: absolute;
  border: 1px dashed #f5b33e;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  animation: rotateBefore 6s linear infinite;
}
.footer-contact .contact-item .contact-icon i {
  font-size: 30px;
}
.footer-contact .contact-item:hover .contact-icon {
  background: rgba(245, 179, 62, 0.1);
}
.footer-contact .contact-item .contact-info {
  flex: 1;
  min-width: 0;
}
.footer-contact .contact-item .contact-info h4 {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.3px;
  margin-bottom: 4px;
}
.footer-contact .contact-item .contact-info p {
  color: #ffffff;
  font-size: 2.5rem;
  margin: 0;
  font-family: 'quicksandbold';
  word-break: break-word;
}
.footer-contact .contact-item .contact-info p span {
  display: block;
}
.footer-main {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1.2fr;
  gap: 30px 40px;
  padding-bottom: 35px;
}
.footer-col h4 {
  color: #ffffff;
  font-size: 2rem;
  letter-spacing: 0.5px;
  margin-bottom: 18px;
  position: relative;
  padding-bottom: 20px;
  cursor: default;
  transition: color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-col h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  transition: width 0.3s ease;
}
.footer-col:hover h4::after {
  width: 150px;
  background-color: #f5b33e;
}
.footer-col .accordion-arrow {
  display: none;
  font-size: 14px;
  color: #7a8aaa;
  transition: transform 0.3s ease;
  margin-left: 10px;
}
.footer-col .col-content {
  display: block;
}
.footer-brand h4 {
  display: none;
}
.footer-brand .col-content {
  display: block !important;
}
.footer-brand .logo {
  display: inline-block;
  font-size: 28px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 1px;
  margin-bottom: 14px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-brand .logo:hover {
  color: #f5b33e;
}
.footer-brand .logo i {
  color: #f5b33e;
  margin-right: 4px;
}
.footer-brand .brand-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #ffffff;
  max-width: 320px;
  margin-bottom: 18px;
}
.footer-brand .social-icons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.footer-brand .social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  color: #d0d8e8;
  transition: all 0.3s ease;
  text-decoration: none;
}
.footer-brand .social-icons a i {
  font-size: 30px;
}
.footer-brand .social-icons a:hover {
  background: #f5b33e;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(91, 154, 255, 0.3);
}
.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links ul li {
  margin-bottom: 10px;
}
.footer-links ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.3rem;
  transition: all 0.25s ease;
  display: inline-block;
  position: relative;
  padding-left: 0;
}
.footer-links ul li a::before {
  content: '›';
  display: inline-block;
  margin-right: 6px;
  color: #f5b33e;
  transition: transform 0.25s ease;
}
.footer-links ul li a:hover {
  color: #f5b33e;
  padding-left: 6px;
}
.footer-links ul li a:hover::before {
  transform: translateX(4px);
}
.footer-posts .post-item {
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
  padding: 8px 10px 8px 8px;
  border-radius: 8px;
  transition: all 0.3s ease;
  align-items: center;
  text-decoration: none;
}
.footer-posts .post-item:hover {
  background: rgba(255, 255, 255, 0.04);
  transform: translateX(4px);
}
.footer-posts .post-item:hover .post-thumb img {
  transform: scale(1.05);
}
.footer-posts .post-item:hover .post-content .post-title {
  color: #f5b33e;
}
.footer-posts .post-item .post-thumb {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 10px;
  overflow: hidden;
  background: #142b4a;
}
.footer-posts .post-item .post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.footer-posts .post-item .post-content {
  flex: 1;
  min-width: 0;
}
.footer-posts .post-item .post-content .post-title {
  font-size: 1.3rem;
  color: #ffffff;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 2.8em;
  transition: color 0.25s ease;
}
.footer-posts .post-item .post-content .post-date {
  display: block;
  font-size: 14px;
  color: #7a8aaa;
  margin-top: 4px;
  letter-spacing: 0.3px;
}
.footer-posts .post-item .post-content .post-date i {
  margin-right: 4px;
  font-size: 11px;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 22px 0 30px;
  text-align: center;
}
.footer-bottom p {
  color: #7a8aaa;
  font-size: 14px;
  letter-spacing: 0.3px;
  margin: 0;
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
@media (max-width: 1024px) {
  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 30px 35px;
  }
  .footer-contact .contact-item:not(:last-child)::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .footer {
    padding-top: 35px;
  }
  .footer .footer-container {
    padding: 0 20px;
  }
  .footer-contact {
    flex-direction: column;
    gap: 6px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }
  .footer-contact .contact-item {
    padding: 12px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 0;
  }
  .footer-contact .contact-item:last-child {
    border-bottom: none;
  }
  .footer-contact .contact-item:not(:last-child)::after {
    display: none;
  }
  .footer-contact .contact-item .contact-icon {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }
  .footer-contact .contact-item .contact-icon i {
    font-size: 20px;
  }
  .footer-contact .contact-item .contact-info h4 {
    font-size: 1.3rem;
  }
  .footer-contact .contact-item .contact-info p {
    font-size: 1.8rem;
  }
  .footer-main {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-bottom: 20px;
  }
  .footer-col {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding: 6px 0;
  }
  .footer-col:last-child {
    border-bottom: none;
  }
  .footer-col .accordion-arrow {
    display: inline-block;
  }
  .footer-col h4 {
    cursor: pointer;
    margin-bottom: 6px;
    padding-bottom: 8px;
    font-size: 16px;
    user-select: none;
  }
  .footer-col h4::after {
    width: 24px;
    height: 2px;
    bottom: 0;
  }
  .footer-col:hover h4::after {
    width: 32px;
  }
  .footer-col .col-content {
    display: none;
    padding: 8px 0 14px 0;
    animation: fadeSlide 0.3s ease;
  }
  .footer-col.active .col-content {
    display: block;
  }
  .footer-col.active .accordion-arrow {
    transform: rotate(180deg);
    color: #f5b33e;
  }
  .footer-brand .col-content {
    display: block !important;
    padding-top: 0;
  }
  .footer-brand .accordion-arrow {
    display: none !important;
  }
  .footer-brand h4 {
    display: none;
  }
  @keyframes fadeSlide {
    0% {
      opacity: 0;
      transform: translateY(-6px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .footer-posts .post-item .post-thumb {
    width: 70px;
    height: 70px;
  }
  .post-content .post-title {
    font-size: 0.95rem;
  }
  .footer-bottom {
    padding: 18px 0 24px;
  }
  .footer-bottom p {
    font-size: 1.3rem;
  }
}
@media (max-width: 480px) {
  .footer-container {
    padding: 0 14px;
  }
  .footer-contact .contact-item {
    padding: 10px 10px;
  }
  .footer-contact .contact-item .contact-icon {
    width: 34px;
    height: 34px;
    font-size: 15px;
    margin-right: 12px;
  }
  .footer-contact .contact-item .contact-info h4 {
    font-size: 1rem;
  }
  .footer-contact .contact-item .contact-info p {
    font-size: 16px;
  }
  .footer-brand .brand-desc {
    font-size: 1rem;
    line-height: 18px;
  }
  .footer-posts .post-item .post-thumb {
    width: 50px;
    height: 50px;
  }
  .footer-posts .post-item .post-content .post-title {
    font-size: 1rem;
  }
  .footer-posts .post-item .post-content .post-date {
    font-size: 0.8rem;
  }
  .footer-brand .social-icons a {
    width: 36px;
    height: 36px;
    font-size: 15px;
  }
  .footer-brand .logo {
    font-size: 22px;
  }
  .footer-links ul li a {
    font-size: 1rem;
  }
  .footer-bottom p {
    font-size: 1rem;
  }
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-radius: 10px;
}
.scroll-animate {
  transform: none;
  opacity: 1;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}
body {
  font-family: 'quicksandbold';
  margin: 0;
  padding: 0;
  background-color: #f0f2f5;
  font-size: 16px;
}
body p,
body li {
  font-family: 'quicksandregular';
}
body ul,
body ol,
body li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.services-text-version {
  margin-top: 90px;
  margin-bottom: 90px;
}
.services-text-version .text-version {
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.services-text-version .text-version h3 {
  font-size: 24px;
  color: #091c36;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.services-text-version .text-version p {
  color: #585858;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.about-module {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-module .about-content {
  padding-right: 50px;
}
.about-module .about-content .subtitle {
  font-size: 1.3rem;
  text-transform: uppercase;
  margin: 0 20px;
  position: relative;
  z-index: 1;
}
.about-module .about-content .subtitle:after {
  position: absolute;
  content: "";
  background-color: #FFEBC9;
  left: -20px;
  right: -20px;
  height: 20px;
  border-radius: 5px;
  z-index: -1;
  bottom: -8px;
}
.about-module .about-content .title {
  font-size: clamp(1.4rem, 3.5vw, 3.8rem);
  line-height: 1.2;
  color: #091c36;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 30px;
}
.about-module .about-content .desc {
  font-size: 1.3rem;
  line-height: 25px;
  color: #585858;
  margin-top: 20px;
}
.about-module .about-content .btn {
  display: inline-block;
  transition: background 0.2s, transform 0.15s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 50px;
  background: #f5b33e;
  color: #ffffff;
  text-decoration: none;
  border-radius: 10px;
  font-size: 1.3rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  letter-spacing: 0.5px;
  position: relative;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s ease;
  box-shadow: 0 8px 20px rgba(245, 179, 62, 0);
  margin-top: 40px;
}
.about-module .about-content .btn i {
  font-size: 24px;
  margin-left: 10px;
}
.about-module .about-content .btn:hover {
  color: #f5b33e;
  background: #ffffff;
  transform: translateY(-2px);
}
.about-module .about-content .btn:active {
  transform: scale(0.95);
}
.about-module .about-content .btn i {
  font-size: 24px;
  margin-left: 10px;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.about-module .about-content .btn:hover {
  color: #f5b33e;
  background: #ffffff;
  transform: translateY(-5px) scale(1);
  box-shadow: 0 8px 20px rgba(245, 179, 62, 0.25);
}
.about-module .about-content .btn:hover i {
  transform: translateX(10px) scale(1.1);
}
.about-module .about-content .btn:active {
  transform: scale(0.94) translateY(2px);
  box-shadow: 0 8px 20px rgba(245, 179, 62, 0.25);
  transition-duration: 0.08s;
}
.about-module .about-content .about-info {
  margin-top: 60px;
}
.about-module .about-content .about-info li {
  color: #585858;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}
.about-module .about-content .about-info li:before {
  font-family: "iconfont";
  font-size: 16px;
  position: absolute;
  content: "\e7fc";
  left: 0;
  top: 2px;
  color: #f5b33e;
}
.about-module .about-pic img {
  border-radius: 20px;
  overflow: hidden;
}
.chooseus-module {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chooseus-module .chooseus-content {
  padding-left: 50px;
}
.chooseus-module .chooseus-content .subtitle {
  font-size: 1.3rem;
  text-transform: uppercase;
  margin: 0 20px;
  position: relative;
  z-index: 1;
}
.chooseus-module .chooseus-content .subtitle:after {
  position: absolute;
  content: "";
  background-color: #FFEBC9;
  left: -20px;
  right: -20px;
  height: 20px;
  border-radius: 5px;
  z-index: -1;
  bottom: -8px;
}
.chooseus-module .chooseus-content .title {
  font-size: clamp(1.4rem, 3.5vw, 3.8rem);
  line-height: 1.2;
  color: #091c36;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 30px;
}
.chooseus-module .chooseus-content .desc {
  font-size: 1.3rem;
  line-height: 25px;
  color: #585858;
}
.chooseus-module .chooseus-content .btn {
  display: inline-block;
  transition: background 0.2s, transform 0.15s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 50px;
  background: #f5b33e;
  color: #ffffff;
  text-decoration: none;
  border-radius: 10px;
  font-size: 1.3rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  letter-spacing: 0.5px;
  position: relative;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s ease;
  box-shadow: 0 8px 20px rgba(245, 179, 62, 0);
  margin-top: 40px;
}
.chooseus-module .chooseus-content .btn i {
  font-size: 24px;
  margin-left: 10px;
}
.chooseus-module .chooseus-content .btn:hover {
  color: #f5b33e;
  background: #ffffff;
  transform: translateY(-2px);
}
.chooseus-module .chooseus-content .btn:active {
  transform: scale(0.95);
}
.chooseus-module .chooseus-content .btn i {
  font-size: 24px;
  margin-left: 10px;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.chooseus-module .chooseus-content .btn:hover {
  color: #f5b33e;
  background: #ffffff;
  transform: translateY(-5px) scale(1);
  box-shadow: 0 8px 20px rgba(245, 179, 62, 0.25);
}
.chooseus-module .chooseus-content .btn:hover i {
  transform: translateX(10px) scale(1.1);
}
.chooseus-module .chooseus-content .btn:active {
  transform: scale(0.94) translateY(2px);
  box-shadow: 0 8px 20px rgba(245, 179, 62, 0.25);
  transition-duration: 0.08s;
}
.chooseus-module .chooseus-content .chooseus-info {
  margin-top: 50px;
}
.chooseus-module .chooseus-content .chooseus-info li {
  color: #585858;
  margin-bottom: 10px;
  width: 50%;
  height: 180px;
  float: left;
  padding-right: 20px;
}
.chooseus-module .chooseus-content .chooseus-info li span {
  display: block;
  position: relative;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 15px;
}
.chooseus-module .chooseus-content .chooseus-info li span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  z-index: -1;
}
.chooseus-module .chooseus-content .chooseus-info li span i {
  font-size: 30px;
}
.chooseus-module .chooseus-content .chooseus-info li:nth-child(even) span::after {
  background-color: #fff;
}
.chooseus-module .chooseus-content .chooseus-info li:nth-child(even) span i {
  color: #F5B33E;
}
.chooseus-module .chooseus-content .chooseus-info li:nth-child(odd) span::after {
  color: #fff;
  background-color: #F5B33E;
}
.chooseus-module .chooseus-content .chooseus-info li:nth-child(odd) span i {
  color: #fff;
}
.chooseus-module .chooseus-content .chooseus-info li .title-sm {
  font-size: 1.3rem;
  color: #091c36;
  font-family: 'quicksandbold';
}
.chooseus-module .chooseus-pic img {
  border-radius: 20px;
  overflow: hidden;
}
.services-module {
  margin-top: 100px;
}
.services-module .services-header .subtitle {
  font-size: 1.3rem;
  text-transform: uppercase;
  margin: 0 20px;
  position: relative;
  z-index: 1;
}
.services-module .services-header .subtitle:after {
  position: absolute;
  content: "";
  background-color: #FFEBC9;
  left: -20px;
  right: -20px;
  height: 20px;
  border-radius: 5px;
  z-index: -1;
  bottom: -8px;
}
.services-module .services-header .title {
  font-size: clamp(1.4rem, 3.5vw, 3.8rem);
  line-height: 1.2;
  color: #091c36;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 530px;
  margin-top: 30px;
}
.services-module .services-grid {
  margin-top: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}
.services-module .services-grid .service-card {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 20px;
  width: 400px;
}
.services-module .services-grid .service-card .service-card-link {
  display: block;
  width: 400px;
  height: 300px;
}
.services-module .services-grid .service-card .service-card-link .service-card-image {
  transition: background 0.2s, transform 0.2s;
}
.services-module .services-grid .service-card .service-card-link .service-card-image:hover {
  transform: scale(1.1);
}
.services-module .services-grid .service-card .service-card-body {
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: self-start;
}
.services-module .services-grid .service-card .service-card-body .service-card-icon {
  width: 40px;
  margin-right: 30px;
}
.services-module .services-grid .service-card .service-card-body .service-card-icon img {
  width: 40px;
}
.services-module .services-grid .service-card .service-card-body .service-card-content {
  width: 270px;
}
.services-module .services-grid .service-card .service-card-body .service-card-content .service-card-title {
  font-size: 20px;
  color: #091c36;
  font-family: 'quicksandbold';
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.services-module .services-grid .service-card .service-card-body .service-card-content .service-card-desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.services-module .services-grid .service-card .service-card-body .service-card-content .btn-link {
  display: inline-block;
  padding: 0;
  background: transparent;
  color: #f5b33e;
  text-decoration: none;
  border-radius: 10px;
  font-size: 1.3rem;
  transition: background 0.2s, transform 0.2s;
  border: none;
  cursor: pointer;
  letter-spacing: 0.5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.services-module .services-grid .service-card .service-card-body .service-card-content .btn-link i {
  font-size: 24px;
  margin-left: 10px;
  transition: background 0.2s, transform 0.2s;
}
.services-module .services-grid .service-card .service-card-body .service-card-content .btn-link:hover {
  color: #f5b33e;
  background: transparent;
  transform: translateY(-5px);
}
.services-module .services-grid .service-card .service-card-body .service-card-content .btn-link:hover i {
  transform: translateX(10px);
}
.services-module .services-grid .service-card .service-card-body .service-card-content .btn-link:active {
  transform: scale(0.95);
}
.ad-module {
  margin-top: 100px;
  height: 600px;
  position: relative;
}
.ad-module .ad-content {
  position: absolute;
  width: 750px;
  height: 140px;
  left: 50%;
  margin-left: -375px;
  top: 50%;
  margin-top: -70px;
  z-index: 1;
  text-align: center;
}
.ad-module .ad-content span {
  display: block;
  color: #fff;
}
.ad-module .ad-content .title {
  font-size: clamp(1.4rem, 3.5vw, 3.8rem);
  line-height: 1.2;
  color: #091c36;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}
.ad-module .ad-image {
  position: relative;
  height: 600px;
  background: url(../images/uploads/ad1.png);
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-contact {
  background-color: #f5b33e;
}
.contact-module {
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}
.contact-module .contact-content {
  width: 530px;
}
.contact-module .contact-content .subtitle {
  font-size: 1.3rem;
  text-transform: uppercase;
  margin: 0 20px;
  position: relative;
  z-index: 1;
}
.contact-module .contact-content .subtitle:after {
  position: absolute;
  content: "";
  background-color: #FFEBC9;
  left: -20px;
  right: -20px;
  height: 20px;
  border-radius: 5px;
  z-index: -1;
  bottom: -8px;
}
.contact-module .contact-content .title {
  font-size: clamp(1.4rem, 3.5vw, 3.8rem);
  line-height: 1.2;
  color: #091c36;
  color: #fff;
  margin-top: 30px;
}
.contact-module .contact-content .desc {
  font-size: 1.3rem;
  line-height: 25px;
  color: #585858;
  color: #FFEBC9;
  margin-top: 20px;
}
.contact-module .contact-content .content-phone {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  justify-content: left;
}
.contact-module .contact-content .content-phone .content-phone-icon {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 30px;
  color: #f5b33e;
  text-align: center;
  line-height: 60px;
  margin-right: 20px;
}
.contact-module .contact-content .content-phone .content-phone-icon i {
  font-size: 35px;
}
.contact-module .contact-content .content-phone .content-phone-list span,
.contact-module .contact-content .content-phone .content-phone-list a {
  color: #fff;
  text-decoration: none;
}
.contact-module .contact-content .content-phone .content-phone-list span {
  font-size: 1.3rem;
}
.contact-module .contact-content .content-phone .content-phone-list li {
  font-size: 2.5rem;
  display: inline-block;
  font-family: 'quicksandbold';
}
.contact-module .contact-content .content-phone .content-phone-list li:first-child {
  margin-right: 30px;
}
.contact-module .contact-form {
  padding: 60px;
  width: 650px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.contact-module .contact-form .input-group {
  margin-bottom: 20px;
}
.contact-module .contact-form .input-group .form-label {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.contact-module .contact-form .input-group .form-label .form-required {
  color: #D43030;
  font-size: 1.8rem;
}
.contact-module .contact-form .input-group .form-control {
  width: 100%;
  padding: 10px 16px;
  border: 1px solid #D4D4D4;
  font-size: 16px;
  box-sizing: border-box;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.contact-module .contact-form .input-group .form-control:focus {
  border-color: #f5b33e;
  box-shadow: 0 0 0 3px rgba(245, 179, 62, 0.15);
  outline: none;
}
.contact-module .contact-form .input-group .form-control::placeholder {
  color: #aab3c0;
}
.contact-module .contact-form .input-group .form-control textarea {
  resize: vertical;
}
.contact-module .contact-form .input-group .btn {
  display: inline-block;
  transition: background 0.2s, transform 0.15s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 50px;
  background: #f5b33e;
  color: #ffffff;
  text-decoration: none;
  border-radius: 10px;
  font-size: 1.3rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  letter-spacing: 0.5px;
  position: relative;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s ease;
  box-shadow: 0 8px 20px rgba(245, 179, 62, 0);
  width: 100%;
  padding: 18px 50px;
}
.contact-module .contact-form .input-group .btn i {
  font-size: 24px;
  margin-left: 10px;
}
.contact-module .contact-form .input-group .btn:hover {
  color: #f5b33e;
  background: #ffffff;
  transform: translateY(-2px);
}
.contact-module .contact-form .input-group .btn:active {
  transform: scale(0.95);
}
.contact-module .contact-form .input-group .btn i {
  font-size: 24px;
  margin-left: 10px;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.contact-module .contact-form .input-group .btn:hover {
  color: #f5b33e;
  background: #ffffff;
  transform: translateY(-5px) scale(1);
  box-shadow: 0 8px 20px rgba(245, 179, 62, 0.25);
}
.contact-module .contact-form .input-group .btn:hover i {
  transform: translateX(10px) scale(1.1);
}
.contact-module .contact-form .input-group .btn:active {
  transform: scale(0.94) translateY(2px);
  box-shadow: 0 8px 20px rgba(245, 179, 62, 0.25);
  transition-duration: 0.08s;
}
.testimonial {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(../images/testimonial_bg.webp);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.02);
  background-position: center bottom;
}
.testimonial-module .testimonial-header .subtitle {
  font-size: 1.3rem;
  text-transform: uppercase;
  margin: 0 20px;
  position: relative;
  z-index: 1;
}
.testimonial-module .testimonial-header .subtitle:after {
  position: absolute;
  content: "";
  background-color: #FFEBC9;
  left: -20px;
  right: -20px;
  height: 20px;
  border-radius: 5px;
  z-index: -1;
  bottom: -8px;
}
.testimonial-module .testimonial-header .title {
  font-size: clamp(1.4rem, 3.5vw, 3.8rem);
  line-height: 1.2;
  color: #091c36;
  margin-top: 30px;
}
.testimonial-module .testimonial-grid {
  margin-top: 45px;
  padding-top: 45px;
  padding-bottom: 45px;
}
.testimonial-module .testimonial-grid .swiper-slide {
  background-color: transparent;
}
.testimonial-module .testimonial-grid .swiper-slide .testimonial-card {
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.testimonial-module .testimonial-grid .swiper-slide .testimonial-card .testimonial-avatar {
  width: 90px;
  height: 90px;
  border-radius: 45px;
  margin-bottom: 10px;
  display: block;
}
.testimonial-module .testimonial-grid .swiper-slide .testimonial-card .desc {
  font-size: 1.3rem;
  line-height: 25px;
  color: #585858;
  min-height: 170px;
}
.testimonial-module .testimonial-grid .swiper-slide .testimonial-card .name {
  font-size: 20px;
  color: #091c36;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.testimonial-module .testimonial-grid .swiper-slide .testimonial-card .status {
  font-size: 1rem;
  color: #585858;
  margin-left: 23px;
}
.netcc-module {
  margin-top: 100px;
  margin-bottom: 100px;
}
.netcc-module .netcc-header {
  text-align: center;
}
.netcc-module .netcc-header .subtitle {
  font-size: 1.3rem;
  text-transform: uppercase;
  margin: 0 20px;
  position: relative;
  z-index: 1;
}
.netcc-module .netcc-header .subtitle:after {
  position: absolute;
  content: "";
  background-color: #FFEBC9;
  left: -20px;
  right: -20px;
  height: 20px;
  border-radius: 5px;
  z-index: -1;
  bottom: -8px;
}
.netcc-module .netcc-header .title {
  font-size: clamp(1.4rem, 3.5vw, 3.8rem);
  line-height: 1.2;
  color: #091c36;
  margin-top: 30px;
}
.netcc-module .netcc-grid {
  padding-top: 45px;
  padding-bottom: 60px;
}
.netcc-module .netcc-grid .swiper-slide {
  background-color: transparent;
}
.netcc-module .netcc-grid .swiper-slide img {
  max-width: 100%;
  display: block;
}
#fixed-toolbar {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 9999;
}
#back-to-top {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  border: none;
  background: #f5b33e;
  color: #fff;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: background 0.3s, transform 0.2s, opacity 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  /* 默认隐藏 */
  pointer-events: none;
  /* 不可点击 */
}
#back-to-top i {
  font-size: 20px;
}
#back-to-top.show {
  opacity: 1;
  pointer-events: auto;
}
#back-to-top:hover {
  background: #fff;
  color: #091c36;
  transform: scale(1.05);
}
#back-to-top:active {
  transform: scale(0.95);
}
@media (max-width: 768px) {
  .services-text-version {
    margin: 10px;
    width: auto;
  }
  .about-module .about-content .subtitle,
  .chooseus-module .chooseus-content .subtitle,
  .services-module .services-header .subtitle,
  .contact-module .contact-content .subtitle,
  .testimonial-module .testimonial-header .subtitle,
  .netcc-module .netcc-header .subtitle {
    font-size: 1rem;
  }
  .about-module .about-content .title,
  .chooseus-module .chooseus-content .title,
  .services-module .services-header .title,
  .contact-module .contact-content .title,
  .testimonial-module .testimonial-header .title,
  .netcc-module .netcc-header .title {
    margin-top: 10px;
    font-size: clamp(2.5rem, 3.5vw, 3.8rem);
  }
  .about-module .about-content .desc,
  .chooseus-module .chooseus-content .desc,
  .services-module .services-header .desc,
  .contact-module .contact-content .desc,
  .testimonial-module .testimonial-header .desc,
  .netcc-module .netcc-header .desc {
    margin-top: 10px;
    line-height: 20px;
  }
  .about-module .about-content .btn,
  .chooseus-module .chooseus-content .btn,
  .services-module .services-header .btn,
  .contact-module .contact-content .btn,
  .testimonial-module .testimonial-header .btn,
  .netcc-module .netcc-header .btn {
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 1.2rem;
    padding: 10px 30px;
    box-shadow: 0 4px 10px rgba(245, 179, 62, 0);
  }
  .about-module .about-content .btn i,
  .chooseus-module .chooseus-content .btn i,
  .services-module .services-header .btn i,
  .contact-module .contact-content .btn i,
  .testimonial-module .testimonial-header .btn i,
  .netcc-module .netcc-header .btn i {
    font-size: 16px;
    margin-left: 5px;
  }
  .about-module {
    display: block;
  }
  .about-module .about-content {
    padding-right: 0;
  }
  .about-module .about-content .about-info {
    margin-top: 0;
  }
  .about-module .about-content .about-info li {
    margin-bottom: 5px;
    padding-left: 25px;
  }
  .about-module .about-pic img {
    max-width: 100%;
  }
  .chooseus-module {
    margin-top: 50px;
    display: block;
  }
  .chooseus-module .chooseus-content {
    padding-left: 0;
    margin-top: 20px;
  }
  .chooseus-module .chooseus-content .chooseus-info {
    margin-top: 30px;
  }
  .chooseus-module .chooseus-content .chooseus-info li {
    color: #585858;
    width: 100%;
    height: auto;
    float: none;
    display: block;
    padding-right: 0;
  }
  .chooseus-module .chooseus-content .chooseus-info li .title-sm {
    font-size: 1.7rem;
  }
  .chooseus-module .chooseus-pic img {
    max-width: 100%;
  }
  .services-module {
    margin-top: 50px;
  }
  .services-module .services-header .title {
    width: auto;
  }
  .services-module .services-grid {
    margin-top: 30px;
    display: block;
  }
  .services-module .services-grid .service-card {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    width: 100%;
  }
  .services-module .services-grid .service-card .service-card-link {
    display: block;
    width: 100%;
    height: auto;
  }
  .services-module .services-grid .service-card .service-card-link .service-card-image {
    width: 100%;
  }
  .services-module .services-grid .service-card .service-card-body {
    padding: 20px;
  }
  .ad-module {
    margin-top: 50px;
    height: 300px;
  }
  .ad-module .ad-content {
    width: auto;
    height: 70px;
    left: 10px;
    right: 10px;
    margin-left: auto;
    margin-top: -35px;
  }
  .ad-module .ad-content .title {
    font-size: clamp(2rem, 3.5vw, 3.8rem);
  }
  .ad-module .ad-image {
    height: 300px;
  }
  .contact-module {
    padding-top: 50px;
    padding-bottom: 50px;
    display: block;
  }
  .contact-module .contact-content {
    width: auto;
  }
  .contact-module .contact-content .subtitle {
    font-size: 1.3rem;
    text-transform: uppercase;
    margin: 0 20px;
    position: relative;
    z-index: 1;
  }
  .contact-module .contact-content .subtitle:after {
    position: absolute;
    content: "";
    background-color: #FFEBC9;
    left: -20px;
    right: -20px;
    height: 20px;
    border-radius: 5px;
    z-index: -1;
    bottom: -8px;
  }
  .contact-module .contact-content .content-phone {
    margin-top: 30px;
  }
  .contact-module .contact-content .content-phone .content-phone-icon {
    width: 60px;
    height: 60px;
  }
  .contact-module .contact-content .content-phone .content-phone-list span {
    font-size: 1rem;
  }
  .contact-module .contact-content .content-phone .content-phone-list li {
    font-size: 1.8rem;
  }
  .contact-module .contact-form {
    margin-top: 30px;
    padding: 20px;
    width: auto;
    box-shadow: 0 4px 100px rgba(0, 0, 0, 0.1);
  }
  .testimonial {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .testimonial-module .testimonial-grid {
    margin-top: 15px;
    padding-top: 15px;
  }
  .testimonial-module .testimonial-grid .swiper-slide .testimonial-card {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
    text-align: center;
  }
  .testimonial-module .testimonial-grid .swiper-slide .testimonial-card .testimonial-avatar {
    display: inline-block;
  }
  .testimonial-module .testimonial-grid .swiper-slide .testimonial-card .desc {
    min-height: auto;
    line-height: 20px;
    text-align: left;
  }
  .testimonial-module .testimonial-grid .swiper-slide .testimonial-card .status {
    font-size: 1rem;
    color: #585858;
    margin-left: 23px;
  }
  .netcc-module {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .netcc-module .netcc-grid {
    padding-top: 25px;
    padding-bottom: 50px;
  }
  .netcc-module .netcc-grid img {
    height: 40px;
  }
}
@media (max-width: 480px) {
  .services-text-version {
    margin: 10px;
    width: auto;
  }
  .services-text-version .text-version {
    border-radius: 10px;
    padding: 10px;
  }
  .services-text-version .text-version h3 {
    font-size: 16px;
  }
  .services-text-version .text-version p {
    font-size: 1rem;
    margin-bottom: 0;
    line-height: 18px;
  }
  .about-module .about-content .subtitle,
  .chooseus-module .chooseus-content .subtitle,
  .services-module .services-header .subtitle,
  .contact-module .contact-content .subtitle,
  .testimonial-module .testimonial-header .subtitle,
  .netcc-module .netcc-header .subtitle {
    font-size: 0.8rem;
    margin: 0 10px;
  }
  .about-module .about-content .subtitle:after,
  .chooseus-module .chooseus-content .subtitle:after,
  .services-module .services-header .subtitle:after,
  .contact-module .contact-content .subtitle:after,
  .testimonial-module .testimonial-header .subtitle:after,
  .netcc-module .netcc-header .subtitle:after {
    left: -10px;
    right: -10px;
    height: 14px;
    border-radius: 3px;
    bottom: -6px;
  }
  .about-module .about-content .title,
  .chooseus-module .chooseus-content .title,
  .services-module .services-header .title,
  .contact-module .contact-content .title,
  .testimonial-module .testimonial-header .title,
  .netcc-module .netcc-header .title {
    margin-top: 10px;
    font-size: clamp(1.7rem, 3.5vw, 3.8rem);
  }
  .about-module .about-content .desc,
  .chooseus-module .chooseus-content .desc,
  .services-module .services-header .desc,
  .contact-module .contact-content .desc,
  .testimonial-module .testimonial-header .desc,
  .netcc-module .netcc-header .desc {
    font-size: 1rem;
    margin-top: 10px;
    line-height: 18px;
  }
  .about-module .about-content .btn,
  .chooseus-module .chooseus-content .btn,
  .services-module .services-header .btn,
  .contact-module .contact-content .btn,
  .testimonial-module .testimonial-header .btn,
  .netcc-module .netcc-header .btn {
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 1rem;
    padding: 3px 15px;
    box-shadow: 0 4px 10px rgba(245, 179, 62, 0);
  }
  .about-module .about-content .btn i,
  .chooseus-module .chooseus-content .btn i,
  .services-module .services-header .btn i,
  .contact-module .contact-content .btn i,
  .testimonial-module .testimonial-header .btn i,
  .netcc-module .netcc-header .btn i {
    font-size: 14px;
    margin-left: 5px;
  }
  .about-module {
    display: block;
  }
  .about-module .about-content {
    padding-right: 0;
  }
  .about-module .about-content .about-info {
    margin-top: 0;
  }
  .about-module .about-content .about-info li {
    font-size: 1rem;
    margin-bottom: 5px;
    padding-left: 25px;
  }
  .about-module .about-pic img {
    max-width: 100%;
    border-radius: 10px;
  }
  .chooseus-module {
    margin-top: 50px;
    display: block;
  }
  .chooseus-module .chooseus-content {
    padding-left: 0;
    margin-top: 20px;
  }
  .chooseus-module .chooseus-content .chooseus-info {
    margin-top: 30px;
  }
  .chooseus-module .chooseus-content .chooseus-info li {
    color: #585858;
    width: 100%;
    height: auto;
    float: none;
    display: block;
    padding-right: 0;
  }
  .chooseus-module .chooseus-content .chooseus-info li .title-sm {
    font-size: 1.7rem;
  }
  .chooseus-module .chooseus-pic img {
    max-width: 100%;
    border-radius: 10px;
  }
  .services-module {
    margin-top: 50px;
  }
  .services-module .services-header .title {
    width: auto;
  }
  .services-module .services-grid {
    margin-top: 30px;
    display: block;
  }
  .services-module .services-grid .service-card {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    border-radius: 10px;
    width: 100%;
  }
  .services-module .services-grid .service-card .service-card-link {
    display: block;
    width: 100%;
    height: auto;
  }
  .services-module .services-grid .service-card .service-card-link .service-card-image {
    width: 100%;
  }
  .services-module .services-grid .service-card .service-card-body {
    padding: 20px;
  }
  .services-module .services-grid .service-card .service-card-body .service-card-icon {
    width: 30px;
    margin-right: 20px;
  }
  .services-module .services-grid .service-card .service-card-body .service-card-icon img {
    width: 30px;
  }
  .services-module .services-grid .service-card .service-card-body .service-card-content .service-card-title {
    font-size: 18px;
  }
  .services-module .services-grid .service-card .service-card-body .service-card-content .service-card-desc {
    font-size: 1rem;
  }
  .services-module .services-grid .service-card .service-card-body .service-card-content .btn-link {
    font-size: 1rem;
    padding: 3px 0;
  }
  .services-module .services-grid .service-card .service-card-body .service-card-content .btn-link i {
    font-size: 14px;
    margin-left: 5px;
  }
  .ad-module {
    margin-top: 50px;
    height: 300px;
  }
  .ad-module .ad-content {
    width: auto;
    height: 70px;
    left: 10px;
    right: 10px;
    margin-left: auto;
    margin-top: -35px;
  }
  .ad-module .ad-content .title {
    font-size: clamp(1.7rem, 3.5vw, 3.8rem);
  }
  .ad-module .ad-image {
    height: 300px;
  }
  .contact-module {
    padding-top: 50px;
    padding-bottom: 50px;
    display: block;
  }
  .contact-module .contact-content {
    width: auto;
  }
  .contact-module .contact-content .subtitle {
    font-size: 1.3rem;
    text-transform: uppercase;
    margin: 0 20px;
    position: relative;
    z-index: 1;
    font-size: 0.8rem;
    margin: 0 10px;
  }
  .contact-module .contact-content .subtitle:after {
    position: absolute;
    content: "";
    background-color: #FFEBC9;
    left: -20px;
    right: -20px;
    height: 20px;
    border-radius: 5px;
    z-index: -1;
    bottom: -8px;
  }
  .contact-module .contact-content .subtitle:after {
    left: -10px;
    right: -10px;
    height: 14px;
    border-radius: 3px;
    bottom: -6px;
  }
  .contact-module .contact-content .content-phone {
    margin-top: 30px;
  }
  .contact-module .contact-content .content-phone .content-phone-icon {
    width: 60px;
    height: 60px;
  }
  .contact-module .contact-content .content-phone .content-phone-list span {
    font-size: 1rem;
  }
  .contact-module .contact-content .content-phone .content-phone-list li {
    font-size: 1.8rem;
  }
  .contact-module .contact-form {
    margin-top: 30px;
    padding: 10px;
    width: auto;
    border-radius: 10px;
    box-shadow: 0 4px 100px rgba(0, 0, 0, 0.1);
  }
  .testimonial {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .testimonial-module .testimonial-grid {
    margin-top: 10px;
    padding-top: 10px;
  }
  .testimonial-module .testimonial-grid .swiper-slide .testimonial-card {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    text-align: center;
  }
  .testimonial-module .testimonial-grid .swiper-slide .testimonial-card .testimonial-avatar {
    display: inline-block;
  }
  .testimonial-module .testimonial-grid .swiper-slide .testimonial-card .desc {
    min-height: auto;
    line-height: 18px;
    font-size: 1rem;
    text-align: left;
  }
  .testimonial-module .testimonial-grid .swiper-slide .testimonial-card .name {
    font-size: 16px;
    margin-bottom: 0;
  }
  .testimonial-module .testimonial-grid .swiper-slide .testimonial-card .status {
    font-size: 0.8rem;
    color: #585858;
    margin-left: 4px;
  }
  .netcc-module {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .netcc-module .netcc-grid {
    padding-top: 25px;
    padding-bottom: 50px;
  }
  .netcc-module .netcc-grid img {
    height: 40px;
  }
  #fixed-toolbar {
    bottom: 20px;
    right: 20px;
    gap: 8px;
  }
  #back-to-top {
    width: 40px;
    height: 40px;
  }
  #back-to-top i {
    font-size: 18px;
  }
}
