@charset "UTF-8";
:root {
  --primary-blue: #004b96;
  --primary-blue-alt: #0055aa;
  --active-red: #d81e06;
  --bg-white: #ffffff;
  --border-color: #d3d3d3;
  --box-shadow: 0px 0 2vw 0.10417vw rgba(0, 0, 0, 0.1);
  --max-width: 75vw;
  --font-20: 1.04167vw;
  --font-16: 0.83333vw;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: var(--font-16);
  line-height: 1.6;
  color: #333;
  background: #fff;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

.ds-container {
  max-width: var(--max-width);
  margin: 0 auto;
}

.page-news {
  position: relative;
  overflow-x: hidden;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.47917vw;
  z-index: 1000;
  -webkit-backdrop-filter: blur(0.26042vw);
  backdrop-filter: blur(0.26042vw);
  box-shadow: 0 0 0.15625vw 1px rgba(255, 255, 255, 0.4823529412);
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(0.52083vw);
  backdrop-filter: blur(0.52083vw);
}
.header .clogo {
  display: block;
}
.header .mlogo {
  display: none;
}
.header.white {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(0.52083vw);
  backdrop-filter: blur(0.52083vw);
}
.header.white .header__menu li > a,
.header.white .header__extra a {
  color: #333;
}
.header.white .header__extra {
  color: #333;
}
.header.white .header__extra .header__search {
  border-left: solid 1px rgba(0, 0, 0, 0.1);
}
.header__container {
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
}
.header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.header__logo {
  line-height: 1;
  margin-left: 5.20833vw;
}
.header__logo img {
  height: 2.86458vw;
  object-fit: contain;
}
.header .nav {
  display: none;
}
.header__menu {
  display: flex;
  list-style: none;
  position: relative;
  margin: 0;
  height: 100%;
}
.header__menu li {
  margin: 0 0.625vw;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__menu li > a {
  text-decoration: none;
  color: #333;
  font-size: 0.9375vw;
  font-weight: 600;
  transition: color 0.32s cubic-bezier(0.32, 0.72, 0.3, 1);
  display: block;
  padding: 0.41667vw 0.20833vw;
}
.header__menu li:hover > a {
  color: var(--primary-blue) !important;
}
.header__menu li.active > a {
  color: var(--primary-blue) !important;
}
/* .header__menu li.has-dropdown.active .dropdown-overlay,  */
.header__menu li.has-dropdown:hover .dropdown-overlay {
  display: block;
}
.header .dropdown-overlay {
  position: absolute;
    top: 100%;
    width: 49vw;
    box-shadow: 0 0.52083vw 1.5625vw rgba(255, 255, 255, 0.4823529412);
    /* box-shadow: 0 0.52083vw 1.5625vw rgba(0, 0, 0, 0.7); */
    background: url(subnav-bg.png) no-repeat;
    background-size: cover;
    z-index: 100;
    display: none;
}
.header .dropdown-overlay::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0.5);
  /* 白色半透明 */
  -webkit-backdrop-filter: blur(0.78125vw);
  backdrop-filter: blur(0.78125vw);
}
.header.white .dropdown-overlay {
  backdrop-filter: none;
  z-index: initial;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header.white .dropdown-overlay::after {
  background: rgb(255, 255, 255);
}
.header .dropdown-container {
  max-width: 62.5vw;
  margin: 0 auto;
}
.header .dropdown-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.04167vw 2.08333vw;
}
.header .link-grid {
  display: grid;
    grid-template-columns: repeat(3, 8.22917vw);
    grid-gap: 1.30208vw 0px;
    text-align: center;
}
.header .link-item a {
  text-decoration: none;
  color: #333;
  font-size: 0.9375vw;
  transition: color 0.3s;
}
.header .link-item a:hover {
  color: var(--primary-blue);
}
.header {
  /* 右侧标语 */
}
.header .slogan-box {
  text-align: right;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.4;
}
.header .slogan-box h3 {
  margin: 0;
  font-size: 1.66667vw;
  padding-right: 2.60417vw;
  font-weight: 600;
}
.header .slogan-box h2 {
  margin: 0 0 0;
  font-size: 1.66667vw;
  font-weight: 600;
}
.header__slider {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.15625vw;
  background: var(--primary-blue);
  border-radius: 0.15625vw;
  transition: all 0.44s cubic-bezier(0.25, 0.7, 0.25, 1);
  z-index: 0;
  box-shadow: 0 0.5px 0.10417vw rgba(0, 113, 227, 0.3);
  pointer-events: none;
}
.header__extra {
  display: flex;
  align-items: center;
  font-size: var(--font-16);
  color: #333;
  margin-left: 1.5625vw;
  height: 100%;
}
.header__extra .header__lang {
  margin-right: 0.78125vw;
  text-align: right;
  line-height: 1.2;
}
.header__extra .header__lang a {
  color: #333;
  text-decoration: none;
}
.header__extra .header__search {
  width: 4.6875vw;
  font-size: 0.9375vw;
  background: url("search-bg.png") no-repeat;
  background-size: cover;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__extra .header__search button {
  background: transparent;
  border: none;
  cursor: pointer;
}
.header__extra .header__search button img {
  width: 1.19792vw;
  height: 1.19792vw;
  object-fit: cover;
}

.footer-section {
  background: #f8f8f8 url("footer-bg.png") no-repeat;
  padding: 2.60417vw 0 1.04167vw;
  border-top: 1px solid #eee;
  position: relative;
  z-index: 2;
  background-size: 100% 100%;
}
.footer-section .footer-container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 1.04167vw;
}
.footer-section .footer-services {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.04167vw;
  margin-bottom: 1.04167vw;
}
.footer-section .footer-services .service-item {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
  font-size: var(--font-16);
  transition: color 0.3s;
  cursor: pointer;
}
.footer-section .footer-services .service-item img {
  width: 1.04167vw;
  height: 1.04167vw;
  object-fit: contain;
  margin-right: 0.41667vw;
}
.footer-section .footer-services .service-item:hover {
  color: #0055aa;
}
.footer-section .footer-services .service-item:hover img {
  opacity: 1;
}
.footer-section .footer-links {
  display: flex;
  gap: 1.04167vw;
  margin-bottom: 2.60417vw;
}
.footer-section .footer-links .custom-select {
  flex: 1;
  position: relative;
  border-radius: 0.20833vw;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: transparent;
  z-index: 10;
  border: solid 1px var(--border-color);
}
.footer-section .footer-links .custom-select:hover {
  transform: translateY(-0.10417vw);
}
.footer-section .footer-links .custom-select .select-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.52083vw 1.25vw;
  border-radius: 0.20833vw;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0, 0.2, 1);
  position: relative;
  z-index: 2;
  background: transparent;
}
.footer-section .footer-links .custom-select .select-header:hover {
  border-color: #0055aa;
}
.footer-section .footer-links .custom-select .select-header.active {
  border-color: #0055aa;
  box-shadow: 0 0 0 0.15625vw rgba(0, 85, 170, 0.1);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.footer-section .footer-links .custom-select .select-header .select-value {
  color: #333;
  font-size: var(--font-16);
  font-weight: 400;
  flex: 1;
}
.footer-section .footer-links .custom-select .select-header .arrow-down {
  width: 1.04167vw;
  height: 1.04167vw;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.footer-section .footer-links .custom-select .select-header .arrow-down::before {
  content: "";
  width: 0.41667vw;
  height: 0.41667vw;
  border: 0.10417vw solid #999;
  border-left: none;
  border-bottom: none;
  transform: rotate(135deg);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.footer-section .footer-links .custom-select .select-header .arrow-down.active::before {
  border-color: #0055aa;
  transform: rotate(-45deg) scale(1.1);
}
.footer-section .footer-links .custom-select .select-header:hover .arrow-down::before {
  border-color: #0055aa;
  transform: rotate(135deg) scale(1.1);
}
.footer-section .footer-links .custom-select .select-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border-top: none;
  border-bottom-left-radius: 0.625vw;
  border-bottom-right-radius: 0.625vw;
  box-shadow: 0 0.41667vw 1.04167vw rgba(0, 0, 0, 0.12);
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 100;
}
.footer-section .footer-links .custom-select .select-options.active {
  max-height: 10.41667vw;
  overflow-y: auto;
}
.footer-section .footer-links .custom-select .select-options .option {
  padding: 0.72917vw 1.25vw;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #333;
  font-size: var(--font-16);
}
.footer-section .footer-links .custom-select .select-options .option:hover {
  background: #f0f7ff;
  color: #0055aa;
}
.footer-section .footer-links .custom-select .select-options .option.selected {
  background: #e6f0ff;
  color: #0055aa;
  font-weight: 500;
}
.footer-section .footer-links .custom-select .select-options .option:first-child {
  padding-top: 0.83333vw;
}
.footer-section .footer-links .custom-select .select-options .option:last-child {
  padding-bottom: 0.83333vw;
}
.footer-section .footer-links .custom-select .select-options::-webkit-scrollbar {
  width: 0.3125vw;
}
.footer-section .footer-links .custom-select .select-options::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-bottom-right-radius: 0.625vw;
}
.footer-section .footer-links .custom-select .select-options::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 0.15625vw;
}
.footer-section .footer-links .custom-select .select-options::-webkit-scrollbar-thumb:hover {
  background: #a1a1a1;
}
.footer-section .footer-links .custom-select::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s ease;
  border-radius: 0.625vw;
}
.footer-section .footer-links .custom-select:hover::before {
  background: linear-gradient(135deg, #f0f7ff 0%, #ffffff 100%);
}
.footer-section .footer-links .custom-select.active::before {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.footer-section .footer-bottom {
  text-align: center;
  color: #666;
  font-size: 0.9375vw;
  line-height: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-section .footer-bottom .bottom-nav a {
  color: #666;
  text-decoration: none;
  margin: 0 0.26042vw;
}
.footer-section .footer-bottom .bottom-nav a:hover {
  color: #0055aa;
}
.footer-section .footer-bottom .bottom-info span,
.footer-section .footer-bottom .bottom-info a {
  margin: 0 0.52083vw;
  color: #666;
  text-decoration: none;
}
.footer-section .footer-bottom .bottom-info a:hover {
  color: #666;
}

.special-page {
  margin-top: 4.42708vw;
}

.page-banner {
  height: 22.65625vw;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.page-banner .sub-banner {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-banner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  height: 30%;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
}
.page-banner .banner-content {
  z-index: 22;
  width: 100%;
  color: #fff;
  margin: 0 auto;
  max-width: var(--max-width);
  padding-bottom: 1.04167vw;
}
.page-banner .banner-content h1 {
  font-size: 2.5vw;
  font-weight: bold;
  margin-bottom: 5.20833vw;
}
.page-banner .banner-content .breadcrumb {
  display: flex;
  align-items: center;
  font-size: 0.9375vw;
}
.page-banner .banner-content .breadcrumb .icon-prex {
  margin-right: 1.04167vw;
}
.page-banner .banner-content .breadcrumb a {
  color: #fff;
  text-decoration: none;
}
.page-banner .banner-content .breadcrumb a:hover {
  color: #00a8ff;
}
.page-banner .banner-content .breadcrumb span {
  margin: 0 0.52083vw;
  color: #fff;
}

.sub-navs {
  width: 100%;
  box-shadow: 0px 0 0.20833vw 0.26042vw rgba(0, 0, 0, 0.05);
}

.news-tabs-header {
  max-width: var(--max-width);
  display: flex;
  gap: 1.04167vw;
  padding: 1.14583vw 0;
  margin: 0 auto;
  justify-content: center;
  position: relative;
}
.news-tabs-header .tab-slide {
  position: absolute;
  height: calc(100% - 2.29167vw);
  top: 1.14583vw;
  background: var(--primary-blue);
  border-radius: 1.5625vw;
  transition: left 0.32s cubic-bezier(0.34, 1.26, 0.64, 1), width 0.32s cubic-bezier(0.34, 1.26, 0.64, 1);
  z-index: 0;
  will-change: left, width;
  pointer-events: none;
}
.news-tabs-header .tab-item {
  position: relative;
  z-index: 1;
  padding: 0.20833vw 1.04167vw;
  font-size: 0.9375vw;
  color: #333;
  cursor: pointer;
  border-radius: 1.5625vw;
  transition: color 0.3s ease;
  border: 1px solid transparent;
}
.news-tabs-header .tab-item a {
  color: #333;
  text-decoration: none;
}
.news-tabs-header .tab-item:hover {
  color: #333;
}
.news-tabs-header .tab-item.active {
  color: #fff;
  font-weight: 600;
}
.news-tabs-header .tab-item.active a {
  color: #fff;
}

.special-h1 {
  margin-bottom: 2.60417vw;
  margin-top: 4.6875vw;
  font-size: 1.66667vw;
  font-weight: 600;
  color: var(--primary-blue);
  text-align: center;
  position: relative;
}

.silder-bar {
  position: fixed;
  right: 1.04167vw;
  bottom: 20%;
  display: block;
  z-index: 9999;
}
.silder-bar.active .silder-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.silder-btn {
  display: none;
}

.silder-panel {
  position: absolute;
  right: 0;
  bottom: 3.125vw;
  transform: translateY(1.04167vw);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.qr-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.back-to-top {
  width: 3.125vw;
  height: 3.125vw;
  border-radius: 10% 10%;
  background: #fff;
  backdrop-filter: blur(0.52083vw);
  -webkit-backdrop-filter: blur(0.52083vw);
  font-size: 0.8375vw;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.25s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  color: #999;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.26042vw;
  border: 1px solid #D5D7DB;
  position: relative;
}
.back-to-top::before {
  content: "";
        width: 0.62rem;
        height: 0.62rem;
        border: 0.13rem solid #999;
        border-left: transparent;
        border-bottom: transparent;
        margin-bottom: -0.4rem;
        transform: rotate(-45deg);
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover::before {
  border: 0.13vw solid #333;
  border-left: transparent;
  border-bottom: transparent;
}

.back-to-top:hover {
  color: #333;
  box-shadow: 0 0.4vw 0.9vw rgba(117, 117, 117, 0.1);
}

.back-to-top:active {
  transform: scale(0.92);
}

.header__mobile-meta,
.header__mobile-actions {
  display: none;
}
@media (max-width: 48rem) {
  :root {
    --box-shadow: 0 0 2vw 0.125rem rgba(0, 0, 0, 0.1);
    --font-20: 1.25rem;
    --font-16: 1rem;
    --max-width: 100%;
  }
  .news-section .news-container,
  .dynamic-section .dynamic-container,
  .about-section .about-container,
  .footer-section .footer-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    max-width: 100%;
  }
  .header {
    height: 3.125rem;
    background: #fff;
    border-bottom: none;
    box-shadow: 0 0 0.25rem 0.125rem rgba(0, 0, 0, 0.1);
  }
  .header .clogo {
    display: none;
  }
  .header .mlogo {
    display: block;
  }
  .header__logo {
    margin-left: 0;
  }
  .header__logo img {
    height: 1.875rem;
    object-fit: cover;
  }
  .header__container {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    justify-content: space-between;
    gap: 0.875rem;
  }
  .header__nav {
    position: absolute;
    top: 4.625rem;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 0.0625rem solid #eee;
    padding: 0.5rem 0.75rem 0.875rem;
    display: none;
    box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.08);
    z-index: 1001;
    border-top: solid 0.0625rem #d3d3d3;
    min-height: 9.375rem;
  }
  .header__menu {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0.375rem;
    height: auto;
    overflow: visible;
  }
  .header__menu li {
    margin: 0;
  }
  .header__menu li a {
    font-size: 0.875rem;
    line-height: 1;
    padding: 0.5rem 0.75rem;
    border-radius: 1rem;
    background: #f6f8fb;
    color: #0e4d96;
  }
  .header .nav {
    position: fixed;
    left: 0;
    top: 3.125rem;
    width: 100%;
    height: calc(100vh - 3.125rem);
    padding: 0;
    overflow: auto;
    transform: translateX(100%);
    transition: 0.5s;
    display: block;
  }
  .header .nav.on {
    transform: translateY(0);
  }
  .header .nav.on::after {
    content: "";
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(0.3125rem);
    display: block;
    width: 100%;
    height: 200%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
  }
  .header .nav dl,
  .header .nav dt,
  .header .nav dd {
    display: block;
  }
  .header .nav dl {
    position: relative;
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.22);
  }
  .header .nav dt {
    height: 100%;
  }
  .header .nav dt a {
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.9375rem 1.25rem;
    color: #fff !important;
  }
  .header .nav dd {
    display: none;
    position: inherit;
    left: auto;
    top: auto;
    transform: translateY(0);
    transition: 0s !important;
    opacity: 1;
    pointer-events: none;
  }
  .header .nav dd span {
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    flex-direction: column;
    width: 100%;
    box-shadow: none;
    backdrop-filter: blur(0);
  }
  .header .nav dd span a {
    padding: 0.625rem 1.25rem;
    border: 0;
    color: #333 !important;
    text-align: left;
  }
  .header__mobile-meta {
    display: flex;
    align-items: center;
    gap: 1.75rem;
    margin-left: auto;
  }
  .header__mobile-meta .mobile-lang-link {
    color: var(--primary-blue);
    text-decoration: none;
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
    white-space: nowrap;
  }
  .header__mobile-actions {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-left: 0.625rem;
  }
  .header__mobile-actions .mobile-action-btn {
    width: auto;
    height: auto;
    border: 0;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
  }
  .header__mobile-actions .mobile-search-btn img {
    width: 2rem;
    height: 2rem;
    display: block;
  }
  .header__mobile-actions .mobile-menu-btn {
    flex-direction: column;
    gap: 0.3125rem;
    width: 2.25rem;
    height: 1.875rem;
    object-fit: contain;
  }
  .header__mobile-actions .mobile-menu-btn.on span {
    background: none !important;
  }
  .header__mobile-actions .mobile-menu-btn.on span::after {
    transform: rotate(-45deg);
    top: 0;
  }
  .header__mobile-actions .mobile-menu-btn.on span::before {
    transform: rotate(45deg);
    top: 0;
  }
  .header__mobile-actions .mobile-menu-btn span {
    width: 2rem;
    height: 0.7vw;
    background: var(--primary-blue);
    border-radius: 0.25rem;
    position: relative;
    transition: transform 0.4s ease, opacity 0.4s ease;
  }
  .header__mobile-actions .mobile-menu-btn span::before, .header__mobile-actions .mobile-menu-btn span::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.7vw;
    background: var(--primary-blue);
    display: block;
    transition: 0.4s;
  }
  .header__mobile-actions .mobile-menu-btn span::before {
    top: -1.7vw;
  }
  .header__mobile-actions .mobile-menu-btn span::after {
    top: 1.9vw;
  }
  .header.header--menu-open .header__nav {
    display: block;
  }
  .header.header--menu-open .mobile-menu-btn span:nth-child(1) {
    transform: translateY(0.5625rem) rotate(45deg);
  }
  .header.header--menu-open .mobile-menu-btn span:nth-child(2) {
    opacity: 0;
  }
  .header.header--menu-open .mobile-menu-btn span:nth-child(3) {
    transform: translateY(-0.5625rem) rotate(-45deg);
  }
  .footer-section {
    padding: 1.25rem 0;
    background-size: cover;
  }
  .footer-section .footer-bottom {
    flex-direction: column;
  }
  .footer-section .footer-links {
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    gap: 0.75rem;
    margin-bottom: 1.875rem;
  }
  .footer-section .footer-links .custom-select .select-header {
    padding: 0.5rem;
    border-radius: 0.5rem;
    border: none;
  }
  .footer-section .footer-links .custom-select .select-header.active {
    box-shadow: none;
  }
  .footer-section .footer-links .custom-select .select-header .select-value {
    font-size: 0.875rem;
  }
  .footer-section .footer-links .custom-select .select-header .arrow-down {
    width: 1rem;
    height: 1rem;
  }
  .footer-section .footer-links .custom-select .select-header .arrow-down::before {
    width: 0.375rem;
    height: 0.375rem;
  }
  .footer-section .footer-services {
    display: none;
  }
  .footer-section .footer-links .link-select select {
    padding: 0.625rem 0.75rem;
    font-size: 0.875rem;
  }
  .footer-section .footer-bottom .bottom-nav,
  .footer-section .footer-bottom .bottom-info {
    width: 100%;
    font-size: 0.875rem;
  }
  .footer-section .footer-bottom .bottom-info span,
  .footer-section .footer-bottom .bottom-info a {
    margin: 0 0.625rem 0 0;
    display: inline-block;
    font-size: 0.875rem;
  }
  .select-options {
    border-radius: 0.125rem;
    box-shadow: none;
    background: transparent;
    border: solid 0.0625rem var(--border-color);
  }
  .select-options:hover {
    box-shadow: none;
  }
  .select-options .select-header {
    padding: 0.5rem;
    border-radius: 0.5rem;
    border: none;
  }
  .select-options .select-header.active {
    box-shadow: none;
  }
  .select-options .select-header .select-value {
    font-size: 0.875rem;
  }
  .select-options .select-header .arrow-down {
    width: 1rem;
    height: 1rem;
  }
  .select-options .select-header .arrow-down::before {
    width: 0.375rem;
    height: 0.375rem;
  }
  .select-options .select-options {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
  .select-options .select-options .option {
    padding: 0.625rem 1.125rem;
    font-size: 0.875rem;
  }
  .select-options .select-options .option:first-child {
    padding-top: 0.75rem;
  }
  .select-options .select-options .option:last-child {
    padding-bottom: 0.75rem;
  }
  .select-options::before {
    border-radius: 0.5rem;
    display: none;
  }
  .silder-bar {
    position: fixed;
    right: 1.25rem;
    bottom: 10%;
    display: block;
  }
  .silder-bar.active .silder-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .silder-btn {
    width: 3.125rem;
    height: 3.125rem;
    background: #f5f5f5;
    border: none;
    border-radius: 0.375rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0.25rem 0.9375rem rgba(184, 192, 194, 0.4);
    transition: all 0.3s ease;
    position: relative;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(0.625rem);
    -webkit-backdrop-filter: blur(0.625rem);
  }
  .silder-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 0.375rem 1.25rem rgba(0, 85, 170, 0.5);
  }
  .silder-btn:active {
    transform: scale(0.95);
  }
  .silder-btn .btn-icon {
    color: #999;
    font-size: 1rem;
    line-height: 1.2;
    text-orientation: mixed;
    letter-spacing: 0.125rem;
  }
  .silder-panel {
    position: absolute;
    right: 0;
    bottom: 3.75rem;
    transform: translateY(1.25rem);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  .silder-panel.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .silder-panel .panel-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0.75rem;
    border-bottom: 0.0625rem solid #eee;
    margin-bottom: 0.75rem;
  }
  .silder-panel .panel-header span {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
  }
  .silder-panel .panel-header .close-btn {
    width: 1.75rem;
    height: 1.75rem;
    border: none;
    background: #f5f5f5;
    border-radius: 50%;
    font-size: 1.125rem;
    color: #666;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
  }
  .silder-panel .panel-header .close-btn:hover {
    background: #eee;
    color: #333;
  }
  .silder-panel .matrix-grid {
    display: grid;
    flex-direction: column;
    gap: 0.375rem;
  }
  .silder-panel .matrix-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.2s ease;
    width: 2.875rem;
    height: 2.875rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: #333;
    text-decoration: none;
    transition: transform 0.2s;
  }
  .silder-panel .matrix-item:hover {
    background: #e8f0fe;
    transform: translateY(-0.125rem);
  }
  .silder-panel .matrix-item .item-icon {
    width: 1.25rem;
    height: 1.25rem;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .silder-panel .matrix-item .item-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .silder-panel .matrix-item span {
    font-size: 0.75rem;
    color: #333;
    text-align: center;
  }
  .qr-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  .qr-overlay.active {
    opacity: 1;
    visibility: visible;
  }
  .qr-overlay .qr-modal {
    background: #fff;
    border-radius: 1rem;
    padding: 1.5rem;
    max-width: 17.5rem;
    width: 90%;
    text-align: center;
    transform: scale(0.9);
    transition: all 0.3s ease;
  }
  .qr-overlay .qr-modal.active {
    transform: scale(1);
  }
  .qr-overlay .qr-modal .qr-close {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    width: 2rem;
    height: 2rem;
    border: none;
    background: #f5f5f5;
    border-radius: 50%;
    font-size: 1.25rem;
    z-index: 20;
    color: #666;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
  }
  .qr-overlay .qr-modal .qr-close:hover {
    background: #eee;
    color: #333;
  }
  .qr-overlay .qr-modal .qr-content {
    position: relative;
  }
  .qr-overlay .qr-modal .qr-content .qr-img {
    width: 11.25rem;
    height: 11.25rem;
    margin: 0 auto 1rem;
    background: #f8f9fa;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .qr-overlay .qr-modal .qr-content .qr-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .qr-overlay .qr-modal .qr-content p {
    font-size: 0.875rem;
    color: #333;
    margin: 0;
    font-weight: 500;
  }
  .page-banner {
    height: 32vh;
  }
  .page-banner .banner-content {
    max-width: 100%;
    padding: 0 1.25rem 0.625rem;
  }
  .page-banner .banner-content h1 {
    font-size: 1.875rem;
    line-height: 1;
  }
  .page-banner .banner-content .breadcrumb {
    font-size: 0.875rem;
  }
  .page-banner .banner-content .breadcrumb .icon-prex {
    width: 0.75rem;
  }
  .sub-navs {
    overflow: hidden;
  }
  .news-tabs-header {
    max-width: 100%;
    padding: 0.625rem 1.25rem;
    overflow-x: auto;
  }
  .news-tabs-header .tab-slide {
    height: calc(100% - 1.25rem);
    top: 0.625rem;
  }
  .news-tabs-header .tab-item {
    padding: 0.25rem 0.75rem;
    font-size: 0.875rem;
    white-space: nowrap;
  }
  .back-to-top {
    width: 3.125rem;
        height: 3.125rem;
        font-size: 0.8375rem;
        gap: 0.26042rem;
        margin-top: 0.5rem;
        border: none;
        box-shadow: 0 0.25rem 0.9375rem rgba(184, 192, 194, 0.4);
  }
  .media-matrix-section {
    display: none;
    height: 12.5rem;
  }
  .media-matrix-section .hexagon-container {
    max-width: 80%;
  }
  .media-matrix-section .matrix-title {
    font-size: 1.5rem;
  }
  .media-matrix-section .hexagon {
    width: 2.8125rem;
    height: 2.8125rem;
  }
  .media-matrix-section .hexagon .inner img {
    width: 50%;
    height: 50%;
    left: 25%;
    top: 20%;
    object-fit: contain;
  }
  .media-matrix-section .icon-1 {
    left: 0%;
  }
  .media-matrix-section .icon-2,
  .media-matrix-section .icon-3 {
    left: 18%;
  }
  .media-matrix-section .icon-4 {
    left: 34%;
  }
}
@media (max-width: 36rem) {
  .header__container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    gap: 0.625rem;
  }
  .header__nav {
    top: 4rem;
  }
  .header__mobile-meta {
    gap: 1rem;
  }
  .header__mobile-meta .mobile-lang-link {
    font-size: 0.875rem;
  }
  .header__mobile-actions .mobile-search-btn img {
    width: 1.75rem;
    height: 1.75rem;
  }
  .header__mobile-actions .mobile-menu-btn {
    width: 1.875rem;
  }
  .header__mobile-actions .mobile-menu-btn span {
    width: 1.875rem;
    height: 0.7vw;
  }
  .header.header--menu-open .mobile-menu-btn span:nth-child(1) {
    transform: translateY(0.5rem) rotate(45deg);
  }
  .header.header--menu-open .mobile-menu-btn span:nth-child(3) {
    transform: translateY(-0.5rem) rotate(-45deg);
  }
}