@charset "UTF-8";
.section-heading {
  margin-bottom: 40px; }
  .section-heading__subtitle {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    color: var(--shop-color-main);
    margin-bottom: 16px; }
  .section-heading__title {
    font-size: 48px;
    font-weight: 600;
    line-height: 65px;
    color: var(--shop-color-title);
    margin-bottom: 0; }
    .section-heading__title b {
      color: var(--shop-color-main);
      font-weight: inherit; }
  .section-heading--light .section-heading__title {
    color: #fff; }
  .section-heading--light .section-heading__subtitle {
    color: #fff; }
  @media (max-width: 991px) {
    .section-heading {
      margin-bottom: 24px; }
      .section-heading__subtitle {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 12px; }
      .section-heading__title {
        font-size: 28px;
        line-height: 38px; } }

.section-about-s1 {
  position: relative;
  overflow: hidden; }
  .section-about-s1 .section-about-s1__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(180deg, rgba(250, 250, 250, 0) 60.75%, var(--Background-Light-V1, #FAFAFA) 97.87%), radial-gradient(157.36% 113.84% at 87.23% -3.84%, #EA5531 0%, var(--blue-900-royal-navy-blue, #1D2972) 35%, var(--blue-2950-navy-deep-violet, #11007A) 100%); }
    .section-about-s1 .section-about-s1__bg::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 120px;
      background: linear-gradient(0deg, var(--shop-color-bg, #fff) 0%, transparent 100%);
      pointer-events: none; }
  .section-about-s1 .container,
  .section-about-s1 .about-s1__slider-wrap {
    position: relative;
    z-index: 1; }
  .section-about-s1 .about-s1__pagination {
    margin-top: 40px;
    position: static; }
    @media (max-width: 767px) {
      .section-about-s1 .about-s1__pagination {
        margin-top: 20px; } }

.about-card {
  border-radius: 4px;
  overflow: hidden;
  height: 100%; }
  .about-card__inner {
    display: block;
    position: relative;
    text-decoration: none;
    border-radius: 4px;
    overflow: hidden; }
    .about-card__inner:hover .about-card__img {
      transform: scale(1.04); }
  .about-card__image {
    position: relative;
    width: 100%;
    padding-bottom: 125%;
    overflow: hidden;
    background: #1a1a2e; }
  .about-card__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
    will-change: transform; }
  .about-card__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 56px 24px 16px;
    background: linear-gradient(0deg, rgba(10, 10, 10, 0.85) 0%, transparent 100%);
    pointer-events: none; }
    @media (max-width: 991px) {
      .about-card__footer {
        padding: 56px 12px 12px; } }
  .about-card__title {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    line-height: 33px;
    margin-bottom: 0; }
    @media (max-width: 991px) {
      .about-card__title {
        font-size: 15px;
        line-height: 22px; } }

.section-about-s2 {
  overflow: hidden; }
  .section-about-s2 .about-s2__body {
    align-items: stretch;
    gap: 0; }
  @media (max-width: 767px) {
    .section-about-s2 .about-s2__col-img {
      margin-bottom: 16px; } }
  .section-about-s2 .about-s2__img-wrap {
    border-radius: 4px;
    overflow: hidden;
    height: 100%;
    position: relative;
    padding-bottom: calc(100% * 4 / 5);
    background: #f0f0f0; }
    @media (max-width: 767px) {
      .section-about-s2 .about-s2__img-wrap {
        padding-bottom: 80%; } }
  .section-about-s2 .about-s2__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
  .section-about-s2 .about-s2__col-items {
    padding-left: 16px; }
    @media (max-width: 767px) {
      .section-about-s2 .about-s2__col-items {
        padding-left: 15px; } }
  .section-about-s2 .about-s2__items {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%; }
    @media (max-width: 991px) {
      .section-about-s2 .about-s2__items {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 8px; } }
  .section-about-s2 .about-s2__item {
    flex: 1;
    background: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    transition: box-shadow 0.25s ease; }
    .section-about-s2 .about-s2__item:hover {
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08); }
    @media (max-width: 991px) {
      .section-about-s2 .about-s2__item {
        flex: 0 0 calc(50% - 4px);
        max-width: calc(50% - 4px);
        padding: 16px 12px 12px;
        justify-content: start; } }
  .section-about-s2 .about-s2__item-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    color: #0a0a0a;
    margin-bottom: 0; }
    @media (max-width: 1199px) {
      .section-about-s2 .about-s2__item-title {
        font-size: 24px;
        line-height: 32px; } }
    @media (max-width: 991px) {
      .section-about-s2 .about-s2__item-title {
        font-size: 20px;
        line-height: 28px; } }
  .section-about-s2 .about-s2__item-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: #0a0a0a;
    margin-bottom: 0; }
    @media (max-width: 991px) {
      .section-about-s2 .about-s2__item-content {
        font-size: 13px;
        line-height: 18px; } }

.about-s2__banner {
  position: relative;
  margin-top: 32px;
  border-radius: 4px;
  overflow: hidden;
  min-height: 516px;
  display: flex; }
  .about-s2__banner-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
    .about-s2__banner-bg.lazyloaded {
      animation: fadeIn 0.4s ease; }
  .about-s2__banner .section-heading__title b {
    color: #fff; }
  .about-s2__banner-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    gap: 12px;
    padding: 100px 40px 24px;
    background: linear-gradient(180deg, rgba(112, 112, 112, 0) 0%, rgba(10, 10, 10, 0.85) 100%); }
    @media (max-width: 767px) {
      .about-s2__banner-content {
        flex-direction: column;
        align-items: flex-start;
        padding: 80px 20px 20px; } }
  .about-s2__banner-left {
    flex: 0 0 auto;
    width: 50%; }
    @media (max-width: 767px) {
      .about-s2__banner-left {
        width: 100%; } }
  .about-s2__banner-right {
    flex: 1;
    padding-left: 40px; }
    @media (max-width: 767px) {
      .about-s2__banner-right {
        padding-left: 0;
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.25);
        padding-top: 16px;
        width: 100%; } }
  .about-s2__banner-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: #fff;
    margin-bottom: 0; }

.about-s2__banner-mobile-content {
  background-color: #fff;
  padding: 16px 12px 12px;
  border-radius: 0 0 4px 4px;
  border: 1px solid #F5F5F5; }

.about-s2__banner-mobile-desc {
  font-size: 15px;
  color: #0a0a0a; }

.about-s2__banner-mobile .section-heading__title br {
  display: none; }

.about-s2__banner-mobile .about-s2__banner-right {
  padding-top: 0; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.section-about-s3 .section-heading__title b {
  color: #fff; }

.section-about-s3 .about-s3__card {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  background: #1a1a2e;
  padding-bottom: 40%; }
  @media (max-width: 767px) {
    .section-about-s3 .about-s3__card {
      padding-bottom: 0;
      min-height: 360px; } }

.section-about-s3 .about-s3__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; }
  .section-about-s3 .about-s3__bg.lazyloaded {
    animation: fadeIn 0.4s ease; }

.section-about-s3 .about-s3__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(234, 85, 49, 0) 44.664%, rgba(17, 0, 122, 0.5) 100%); }

.section-about-s3 .about-s3__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  gap: 12px;
  padding: 50px 32px 24px 40px;
  background: linear-gradient(180deg, rgba(112, 112, 112, 0) 0%, rgba(10, 10, 10, 0.85) 100%); }
  @media (max-width: 767px) {
    .section-about-s3 .about-s3__content {
      flex-direction: column;
      align-items: flex-start;
      padding: 30px 20px 20px; } }

.section-about-s3 .about-s3__left {
  flex: 0 0 auto;
  width: 50%; }
  @media (max-width: 991px) {
    .section-about-s3 .about-s3__left {
      width: 55%; } }
  @media (max-width: 767px) {
    .section-about-s3 .about-s3__left {
      width: 100%; } }

.section-about-s3 .about-s3__right {
  flex: 1;
  min-width: 0;
  padding-left: 40px; }
  @media (max-width: 767px) {
    .section-about-s3 .about-s3__right {
      padding-left: 0;
      border-left: none;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      padding-top: 12px;
      width: 100%; } }

.section-about-s3 .about-s3__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  color: #fff;
  margin-bottom: 0; }

.section-about-s3-mobile .about-s3__content {
  background-color: #fff;
  padding: 16px 12px 12px;
  border-radius: 0 0 4px 4px;
  border: 1px solid #F5F5F5; }

.section-about-s3-mobile .about-s3__desc {
  font-size: 15px;
  color: #0a0a0a; }

.section-about-s3-mobile .section-heading__title br {
  display: none; }

.section-about-s4 .about-s4__grid {
  gap: 0;
  margin-left: -8px;
  margin-right: -8px; }

.section-about-s4 .about-s4__col {
  padding-left: 8px;
  padding-right: 8px; }
  @media (max-width: 767px) {
    .section-about-s4 .about-s4__col {
      margin-bottom: 8px; } }

.section-about-s4 .about-s4__card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px 20px;
  border-radius: 4px;
  border-radius: 4px;
  background: radial-gradient(148.35% 141.42% at 0% 0%, #EA5531 0%, #1D2972 53.61%, #11007A 100%);
  height: 100%;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease; }
  .section-about-s4 .about-s4__card--link {
    cursor: pointer; }
    .section-about-s4 .about-s4__card--link:hover {
      transform: translateY(-4px);
      box-shadow: 0 12px 32px rgba(17, 0, 122, 0.35); }
  @media (max-width: 991px) {
    .section-about-s4 .about-s4__card {
      flex-direction: row;
      padding: 12px 16px; } }

.section-about-s4 .about-s4__card-top {
  display: flex;
  align-items: center;
  gap: 4px; }

.section-about-s4 .about-s4__letter {
  font-size: 64px;
  font-weight: 600;
  line-height: 80px;
  color: #fff;
  display: block; }

.section-about-s4 .about-s4__chevron {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-bottom: 0; }
  .section-about-s4 .about-s4__chevron svg {
    display: block; }

.section-about-s4 .about-s4__card-body {
  display: flex;
  flex-direction: column;
  gap: 4px; }

.section-about-s4 .about-s4__card-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  color: #fff;
  margin-bottom: 0; }
  @media (max-width: 1199px) {
    .section-about-s4 .about-s4__card-title {
      font-size: 24px;
      line-height: 32px; } }
  @media (max-width: 991px) {
    .section-about-s4 .about-s4__card-title {
      font-size: 20px;
      line-height: 28px; } }

.section-about-s4 .about-s4__card-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  color: #fff;
  margin-bottom: 0; }

@media (max-width: 991px) {
  .section-about-s4 .section-heading__title {
    text-align: left; }
  .section-about-s4 .about-s4__card-text {
    font-size: 13px;
    line-height: 18px; } }

@media (min-width: 992px) {
  .section-about-s5 .section-heading .container {
    padding-left: 400px;
    padding-right: 400px; } }

@media (min-width: 992px) {
  .section-about-s5 .container-about-s5 {
    padding-left: 238px;
    padding-right: 238px; } }

.section-about-s5 .s5-tl {
  position: relative;
  padding-left: 32px; }
  @media (min-width: 992px) {
    .section-about-s5 .s5-tl {
      padding-left: 0; } }
  .section-about-s5 .s5-tl::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 7px;
    width: 2px;
    background-color: var(--shop-color-main); }
    @media (min-width: 992px) {
      .section-about-s5 .s5-tl::before {
        left: 50%;
        transform: translateX(-50%); } }
  .section-about-s5 .s5-tl__item {
    display: flex;
    align-items: flex-start;
    position: relative; }
    .section-about-s5 .s5-tl__item::before {
      content: '';
      position: absolute;
      top: 22px;
      left: -32px;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background-color: var(--shop-color-main);
      z-index: 1; }
      @media (min-width: 992px) {
        .section-about-s5 .s5-tl__item::before {
          left: 50%;
          top: 18px;
          transform: translateX(-50%); } }
    @media (min-width: 992px) {
      .section-about-s5 .s5-tl__item--left .s5-tl__panel {
        padding-right: 48px; }
      .section-about-s5 .s5-tl__item--left .s5-tl__year {
        text-align: right; } }
    @media (min-width: 992px) {
      .section-about-s5 .s5-tl__item--right .s5-tl__panel {
        padding-left: 48px; } }
  .section-about-s5 .s5-tl__panel {
    flex: 1 1 auto;
    min-width: 0;
    padding-bottom: 32px; }
    @media (min-width: 992px) {
      .section-about-s5 .s5-tl__panel {
        flex: 0 0 50%;
        max-width: 50%; } }
  .section-about-s5 .s5-tl__spacer {
    display: none; }
    @media (min-width: 992px) {
      .section-about-s5 .s5-tl__spacer {
        display: block;
        flex: 0 0 50%;
        max-width: 50%; } }
  .section-about-s5 .s5-tl__year {
    font-family: var(--title-font);
    font-size: 36px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -1px;
    color: var(--shop-color-title);
    margin-bottom: 8px; }
    @media (min-width: 992px) {
      .section-about-s5 .s5-tl__year {
        font-size: 44px;
        line-height: 60px;
        letter-spacing: -1.25px; } }
  .section-about-s5 .s5-tl__body {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: -0.3px;
    color: #0a0a0a; }
    @media (min-width: 992px) {
      .section-about-s5 .s5-tl__body {
        font-size: 16px; } }
    .section-about-s5 .s5-tl__body ul {
      list-style: disc;
      padding-left: 20px;
      margin-bottom: 0; }
    .section-about-s5 .s5-tl__body li {
      margin-bottom: 6px; }
      .section-about-s5 .s5-tl__body li:last-child {
        margin-bottom: 0; }
  .section-about-s5 .s5-tl__item--extra {
    display: none; }
    .section-about-s5 .s5-tl__item--extra.s5-tl__item--collapsed {
      display: none !important; }
    .section-about-s5 .s5-tl__item--extra:not(.s5-tl__item--collapsed) {
      display: flex; }

.section-about-s5 .s5-more {
  margin-top: 40px; }

@media (max-width: 991px) {
  .section-about-s5 .section-heading__title {
    text-align: left; }
  .section-about-s5 .s5-tl__item::before {
    top: 12px;
    left: -28px;
    width: 8px;
    height: 8px; }
  .section-about-s5 .s5-tl__panel {
    padding-bottom: 20px; }
  .section-about-s5 .s5-tl__year {
    font-size: 24px;
    line-height: 33px; }
  .section-about-s5 .s5-tl__body {
    font-size: 13px;
    line-height: 18px; }
  .section-about-s5 .s5-more {
    margin-top: 24px; } }

.section-about-s6 .about-s6__pagination {
  margin-top: 32px;
  position: static; }
  @media (max-width: 767px) {
    .section-about-s6 .about-s6__pagination {
      margin-top: 20px; } }

@media (max-width: 991px) {
  .section-about-s6 {
    overflow: hidden; }
    .section-about-s6 .about-s6__swiper {
      overflow: initial; } }

.leader-card {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 12px rgba(17, 0, 122, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.25s ease, transform 0.25s ease; }
  .leader-card:hover {
    box-shadow: 0 8px 32px rgba(17, 0, 122, 0.16);
    transform: translateY(-4px); }
  .leader-card__photo {
    position: relative;
    width: 100%;
    padding-bottom: 125%;
    overflow: hidden;
    background: #e8e8e8;
    flex-shrink: 0; }
  .leader-card__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    transition: transform 0.4s ease;
    will-change: transform; }
  .leader-card:hover .leader-card__img {
    transform: scale(1.04); }
  .leader-card__footer {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 16px;
    background: radial-gradient(181.43% 123.72% at 91.25% -9.22%, #EA5531 0%, #1D2972 35%, #11007A 100%); }
  .leader-card__info {
    display: flex;
    flex-direction: column;
    gap: 4px; }
  .leader-card__name {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    color: #fff;
    margin-bottom: 0; }
  .leader-card__position {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 0; }
  .leader-card__link {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-decoration: underline;
    text-transform: uppercase;
    background: var(--Linear, linear-gradient(270deg, #ED704A 25.08%, #DA341C 99.97%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    width: fit-content; }
    .leader-card__link:hover, .leader-card__link:focus {
      text-decoration: none;
      opacity: 0.85; }
  @media (max-width: 991px) {
    .leader-card__footer {
      gap: 8px; }
    .leader-card__name {
      font-size: 16px;
      line-height: 22px; }
    .leader-card__position {
      font-size: 13px;
      line-height: 18px; }
    .leader-card__link {
      font-size: 13px;
      min-height: 36px; } }

.section-home-brand-partners {
  position: relative; }
  .section-home-brand-partners .section-heading p {
    font-size: 16px;
    margin-bottom: 12px; }
    @media (max-width: 991px) {
      .section-home-brand-partners .section-heading p {
        font-size: 13px; } }
  .section-home-brand-partners .brand-partners__tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 40px; }
    .section-home-brand-partners .brand-partners__tabs-list {
      display: flex;
      background: #fff;
      border-radius: 40px;
      padding: 6px; }
  .section-home-brand-partners .brand-partners__tab-btn {
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    border-radius: 100px;
    border: none;
    background: transparent;
    color: #737373;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none; }
    .section-home-brand-partners .brand-partners__tab-btn:hover {
      background: rgba(255, 255, 255, 0.5); }
    .section-home-brand-partners .brand-partners__tab-btn.is-active {
      background: var(--shop-color-button);
      color: #fff; }
  .section-home-brand-partners .brand-partners__content {
    position: relative; }
  .section-home-brand-partners .brand-partners__tab-content {
    display: none; }
    .section-home-brand-partners .brand-partners__tab-content.is-active {
      display: block; }
  .section-home-brand-partners .brand-partners__row {
    margin-bottom: 16px; }
    .section-home-brand-partners .brand-partners__row:last-child {
      margin-bottom: 0; }
  .section-home-brand-partners .brand-slider .swiper-wrapper {
    transition-timing-function: linear; }
  .section-home-brand-partners .brand-item {
    width: 180px;
    flex-shrink: 0; }
    .section-home-brand-partners .brand-item__box {
      background: #fff;
      border: 1px solid #F5F5F5;
      border-radius: 8px;
      padding: 16px;
      height: 120px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s ease; }
      .section-home-brand-partners .brand-item__box:hover {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        transform: translateY(-2px); }
    .section-home-brand-partners .brand-item__img {
      max-width: 100%;
      max-height: 90px;
      width: auto;
      height: auto;
      object-fit: contain;
      display: block; }
    .section-home-brand-partners .brand-item__placeholder {
      width: 80px;
      height: 80px;
      background: #F5F5F5;
      border-radius: 4px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      font-weight: 600;
      color: #999;
      text-transform: uppercase; }
  @media (max-width: 991px) {
    .section-home-brand-partners {
      overflow: hidden; }
      .section-home-brand-partners .section-heading__title {
        text-align: center; }
      .section-home-brand-partners .brand-partners__tabs {
        margin-top: 10px;
        margin-bottom: 24px; }
      .section-home-brand-partners .brand-partners__tab-btn {
        min-width: auto;
        padding: 10px 16px;
        font-size: 13px;
        line-height: 18px; }
      .section-home-brand-partners .brand-slider {
        overflow: initial; }
      .section-home-brand-partners .brand-item {
        width: 92px; }
        .section-home-brand-partners .brand-item__box {
          height: 92px;
          padding: 12px; }
        .section-home-brand-partners .brand-item__img {
          max-height: 100%; } }

.section-about-s7 {
  padding: 48px 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(250, 250, 250, 0) 50%, var(--Background-Light-V1, #FAFAFA) 77.64%), radial-gradient(157.36% 113.84% at 87.23% -3.84%, #EA5531 0%, #1D2972 35%, #11007A 100%); }
  .section-about-s7 .about-s7__header {
    margin-bottom: 12px; }
  .section-about-s7 .about-s7__tab-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 3px;
    background: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 100px;
    width: fit-content;
    margin: 0 auto 40px;
    backdrop-filter: blur(4px); }
  .section-about-s7 .about-s7__tab-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 20px;
    border: none;
    border-radius: 100px;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #737373;
    background: transparent;
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    min-height: 44px;
    outline: none;
    transform: scale(1); }
    .section-about-s7 .about-s7__tab-btn:hover:not(.is-active) {
      background: rgba(237, 112, 74, 0.08);
      color: #da341c;
      transform: scale(1.02); }
    .section-about-s7 .about-s7__tab-btn.is-active {
      background: linear-gradient(-90deg, #ed704a 0%, #da341c 100%);
      color: #fff; }
  .section-about-s7 .about-s7__content {
    position: relative;
    min-height: 400px; }
  .section-about-s7 .about-s7__tab-pane {
    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
    .section-about-s7 .about-s7__tab-pane.is-active {
      display: block;
      opacity: 1;
      transform: translateY(0);
      animation: fadeInUp 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
    .section-about-s7 .about-s7__tab-pane.is-entering {
      display: block;
      opacity: 0;
      transform: translateY(20px); }
    .section-about-s7 .about-s7__tab-pane.is-exiting {
      opacity: 0;
      transform: translateY(-10px); }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
  .section-about-s7 .s7-article-card {
    border-radius: 4px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
    .section-about-s7 .s7-article-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 12px 32px rgba(17, 0, 122, 0.15); }
  .section-about-s7 .s7-article-card__img-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 75%;
    overflow: hidden;
    flex-shrink: 0; }
  .section-about-s7 .s7-article-card__img,
  .section-about-s7 .s7-article-card__img-placeholder {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
  .section-about-s7 .s7-article-card__img-placeholder {
    background: #d5d5d5; }
  .section-about-s7 .s7-article-card:hover .s7-article-card__img {
    transform: scale(1.08); }
  .section-about-s7 .s7-article-card__body {
    background: #fff;
    padding: 20px 24px 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
    position: relative; }
    .section-about-s7 .s7-article-card__body::before {
      content: "";
      position: absolute;
      top: -1px;
      background: linear-gradient(270deg, #EA5531 0%, #1D2972 35%, #11007A 100%);
      left: 0;
      right: 0;
      height: 4px;
      transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .section-about-s7 .s7-article-card:hover .s7-article-card__body::before {
    height: 6px; }
  .section-about-s7 .s7-article-card__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    color: #0a0a0a;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .section-about-s7 .s7-article-card__link {
    text-decoration: none;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 70px; }
    .section-about-s7 .s7-article-card__link:hover {
      color: var(--shop-color-main, #ea5531);
      text-decoration: none; }
  .section-about-s7 .s7-article-card__meta {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: auto; }
  .section-about-s7 .s7-article-card__date-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 32px;
    font-size: 13px;
    line-height: 13px;
    color: #404040; }
  .section-about-s7 .s7-article-card__clock-icon {
    flex-shrink: 0;
    display: block; }
  .section-about-s7 .about-s7__swiper {
    overflow: hidden; }
    .section-about-s7 .about-s7__swiper .swiper-slide {
      opacity: 0;
      transform: scale(0.95);
      transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
    .section-about-s7 .about-s7__swiper .swiper-slide-visible {
      opacity: 1;
      transform: scale(1); }
  .section-about-s7 .about-s7__tab-pane.is-active .about-s7__swiper .swiper-slide {
    opacity: 1;
    transform: scale(1); }
    .section-about-s7 .about-s7__tab-pane.is-active .about-s7__swiper .swiper-slide:nth-child(1) {
      transition-delay: 0.05s; }
    .section-about-s7 .about-s7__tab-pane.is-active .about-s7__swiper .swiper-slide:nth-child(2) {
      transition-delay: 0.1s; }
    .section-about-s7 .about-s7__tab-pane.is-active .about-s7__swiper .swiper-slide:nth-child(3) {
      transition-delay: 0.15s; }
    .section-about-s7 .about-s7__tab-pane.is-active .about-s7__swiper .swiper-slide:nth-child(4) {
      transition-delay: 0.2s; }
    .section-about-s7 .about-s7__tab-pane.is-active .about-s7__swiper .swiper-slide:nth-child(5) {
      transition-delay: 0.25s; }
    .section-about-s7 .about-s7__tab-pane.is-active .about-s7__swiper .swiper-slide:nth-child(6) {
      transition-delay: 0.3s; }
    .section-about-s7 .about-s7__tab-pane.is-active .about-s7__swiper .swiper-slide:nth-child(7) {
      transition-delay: 0.35s; }
    .section-about-s7 .about-s7__tab-pane.is-active .about-s7__swiper .swiper-slide:nth-child(8) {
      transition-delay: 0.4s; }
  .section-about-s7 .about-s7__pagination {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px; }
    .section-about-s7 .about-s7__pagination .swiper-pagination-bullet {
      width: 8px;
      height: 8px;
      border-radius: 100px;
      background: rgba(10, 10, 10, 0.4);
      opacity: 1;
      transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
      margin: 0 !important;
      cursor: pointer; }
      .section-about-s7 .about-s7__pagination .swiper-pagination-bullet:hover {
        background: rgba(234, 85, 49, 0.5);
        transform: scale(1.2); }
    .section-about-s7 .about-s7__pagination .swiper-pagination-bullet-active {
      width: 16px;
      background: var(--shop-color-main, #ea5531);
      box-shadow: 0 2px 8px rgba(234, 85, 49, 0.4); }
  .section-about-s7 .about-s7__cta {
    margin-top: 32px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.3s, transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.3s; }
    @media (max-width: 991px) {
      .section-about-s7 .about-s7__cta {
        margin-top: 24px; } }
  .section-about-s7 .about-s7__tab-pane.is-active .about-s7__cta {
    opacity: 1;
    transform: translateY(0); }
  @media (max-width: 991px) {
    .section-about-s7 .about-s7__tab-nav {
      margin: 0 auto 24px; }
    .section-about-s7 .about-s7__tab-btn {
      font-size: 13px;
      padding: 0px 16px;
      min-height: 30px; }
    .section-about-s7 .about-s7__content {
      min-height: 300px; }
    .section-about-s7 .about-s7__tab-pane {
      transform: translateY(10px); }
    .section-about-s7 .s7-article-card:hover {
      transform: translateY(-4px); } }
  @media (prefers-reduced-motion: reduce) {
    .section-about-s7 .about-s7__tab-btn,
    .section-about-s7 .about-s7__tab-pane,
    .section-about-s7 .s7-article-card,
    .section-about-s7 .about-s7__swiper .swiper-slide {
      transition: none;
      animation: none; } }

/* =========================================================
LAYOUT PAGE SOLUTION
========================================================= */
.layoutPage-solution .section-heading {
  margin-bottom: 24px; }
  .layoutPage-solution .section-heading__title {
    font-size: 44px;
    line-height: 60px; }

.layoutPage-solution .solution-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 65px;
  color: var(--shop-color-title);
  margin: 12px 0 24px; }
  .layoutPage-solution .solution-title b {
    color: var(--shop-color-main);
    font-weight: inherit; }
  @media (max-width: 991px) {
    .layoutPage-solution .solution-title {
      margin-bottom: 24px;
      margin-top: 32px;
      font-size: 28px;
      line-height: 38px; } }

.layoutPage-solution .section-about-s1 .section-about-s1__bg {
  background: transparent; }

.layoutPage-solution .section-about-s1 .about-s1__slider-wrap {
  border-radius: 8px;
  background: radial-gradient(157.36% 113.84% at 87.23% -3.84%, #EA5531 0%, #1D2972 35%, #11007A 100%);
  padding: 32px 16px 16px;
  overflow: hidden; }

@media (max-width: 991px) {
  .layoutPage-solution {
    background: #fafafa; }
    .layoutPage-solution .section-heading__title {
      font-size: 24px;
      line-height: 33px; }
    .layoutPage-solution .about-s1__swiper {
      overflow: initial; }
    .layoutPage-solution .section-about-s1 .about-s1__slider-wrap {
      padding-bottom: 0;
      margin: 0 -15px;
      border-radius: 0;
      background: linear-gradient(180deg, rgba(250, 250, 250, 0) 34.94%, #FAFAFA 58.52%), radial-gradient(181.43% 123.72% at 91.25% -9.22%, #EA5531 0%, #1D2972 35%, #11007A 100%); }
    .layoutPage-solution .section-solution-s2__heading {
      margin-bottom: 12px; } }

/* =========================================================
SECTION SOLUTION S2 – Những con số nổi bật
========================================================= */
.section-solution-s2 {
  padding-top: 32px; }
  .section-solution-s2__heading {
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    color: var(--shop-color-text);
    margin-bottom: 24px; }
  .section-solution-s2__grid {
    display: flex;
    gap: 8px;
    flex-wrap: wrap; }
  @media (max-width: 991px) {
    .section-solution-s2 {
      padding-top: 24px; }
      .section-solution-s2__heading {
        font-size: 24px;
        line-height: 32px; } }

.solution-stat-card {
  flex: 1 0 0;
  min-width: 195px;
  background: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  padding: 16px 16px 16px 0;
  display: flex;
  flex-direction: column;
  gap: 4px; }
  .solution-stat-card__top {
    display: flex;
    align-items: stretch;
    gap: 12px; }
  .solution-stat-card__bar {
    width: 6px;
    flex-shrink: 0;
    border-radius: 0 2px 2px 0;
    background: linear-gradient(to top, #11007a 1.012%, #ea5531 100%); }
  .solution-stat-card__number {
    font-family: var(--title-font);
    font-size: 44px;
    font-weight: 600;
    line-height: 60px;
    color: #ea5531;
    margin: 0; }
    .solution-stat-card__number sup {
      font-size: 0.645em;
      line-height: 0; }
  .solution-stat-card__desc {
    padding: 0 10px 0 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: var(--shop-color-text, #0a0a0a);
    margin: 0;
    min-height: 46px; }
  @media (max-width: 767px) {
    .solution-stat-card {
      flex: 0 0 calc(50% - 4px);
      min-width: 0; }
      .solution-stat-card__top {
        gap: 8px; }
      .solution-stat-card__number {
        font-size: 24px;
        line-height: 33px; }
      .solution-stat-card__desc {
        font-size: 13px;
        line-height: 18px; }
      .solution-stat-card__bar {
        width: 3.25px; } }
  @media (max-width: 359px) {
    .solution-stat-card {
      flex: 0 0 100%; } }

.box-info-contact,
.box-send-contact {
  background: #fff;
  padding: 15px;
  border-radius: 3px; }

.box-info-contact {
  margin-bottom: 15px; }

.box-info-contact li {
  margin-bottom: 10px; }

.box-info-contact li > span {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  float: left;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 15px;
  display: grid;
  place-items: center; }
  .box-info-contact li > span svg {
    width: 15px;
    height: 15px; }

.box-info-contact li p {
  width: calc(100% - 35px);
  float: left;
  padding-left: 15px;
  margin-bottom: 5px;
  color: #696969;
  font-weight: 500; }

.box-info-contact li p a {
  color: #696969; }

.box-info-contact li p strong {
  color: #000;
  margin-bottom: 5px; }

.wrapbox-contact {
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; }

.wrapbox-contact .infoList-contact {
  width: 50%; }

.box-send-contact h2,
.box-info-contact h2 {
  font-weight: 700;
  font-size: 22px;
  margin: 0 0 20px; }

.box-send-contact p {
  margin-bottom: 15px; }

.contact-form .input-group {
  width: 100%;
  margin-bottom: 20px; }

.contact-form .input-group input,
.contact-form .input-group textarea {
  color: #5c5c5c;
  height: 45px;
  width: 100%;
  font-weight: 500;
  padding: 8px 20px;
  background: #fff;
  border: 1px solid var(--shop-color-border);
  border-radius: 4px;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.contact-form .input-group textarea {
  width: 100%;
  height: 130px;
  padding: 20px; }

.contact-form .input-group textarea:focus {
  outline: none; }

@media (min-width: 992px) {
  .box-map-contact {
    height: 100%;
    border-radius: 4px;
    overflow: hidden; }
  .box-map-contact iframe {
    top: 30px;
    height: 100%;
    position: -webkit-sticky;
    position: sticky;
    -webkit-transition: top 400ms ease;
    -moz-transition: top 400ms ease;
    transition: top 400ms ease; } }

@media (max-width: 991px) {
  .wrapbox-contact {
    flex-direction: column;
    -ms-flex-direction: column; }
  .wrapbox-contact .infoList-contact {
    width: 100%; }
  .wrapbox-contact .infoList-contact:nth-child(2) {
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse; }
  .widthContent {
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse; }
  .wrapper-bodycontact .wrapbox-content-left {
    padding-right: 15px;
    margin-top: 15px; }
  .box-map-contact iframe {
    height: 50vh; } }

@media (max-width: 767px) {
  .wrapbox-content-right {
    padding: 0; } }

/* =========================================================
   SECTION LED BILLBOARD S1 – Hero Video
   ========================================================= */
.section-led-s1 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(250, 250, 250, 0) 50%, #FAFAFA 79.75%), radial-gradient(150.56% 114.04% at 81.43% -6.96%, #EA5531 0%, #1D2972 35%, #11007A 100%); }
  .section-led-s1__inner {
    display: flex;
    flex-direction: column;
    gap: 32px; }
  .section-led-s1__heading {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 1200px; }
  .section-led-s1__subtitle {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    color: #EA5531;
    margin: 0 0 24px;
    text-transform: uppercase; }
  .section-led-s1__desc {
    font-size: 23px;
    font-weight: 400;
    line-height: 34px;
    color: #ffffff;
    margin: 10px 0 0; }
    .section-led-s1__desc p {
      margin: 0; }
  .section-led-s1__video-wrap {
    position: relative;
    width: 100%;
    border-radius: 4px;
    padding-bottom: 56.25%; }
  .section-led-s1__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block; }
  .section-led-s1__video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.08);
    pointer-events: none; }
  @media (max-width: 991px) {
    .section-led-s1__inner {
      gap: 24px; }
    .section-led-s1__heading {
      gap: 0px; }
    .section-led-s1__subtitle {
      font-size: 15px;
      line-height: 22px;
      margin: 0 0 12px; }
    .section-led-s1__desc {
      font-size: 15px;
      line-height: 22px;
      margin: 0 0; }
    .section-led-s1__video-wrap {
      margin: 0 -15px;
      border-radius: 0;
      width: auto; } }

/* =========================================================
   SECTION LED BILLBOARD S2 – Feature Cards
   ========================================================= */
.section-led-s2__wrapper {
  position: relative; }

@media (min-width: 992px) {
  .section-led-s2__grid .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px; } }

.section-led-s2__card {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background: #ffffff;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  padding: 20px 24px;
  min-height: 200px;
  height: auto;
  transition: box-shadow 0.25s ease, transform 0.2s ease; }
  .section-led-s2__card:hover {
    box-shadow: 0 4px 24px rgba(17, 0, 122, 0.1);
    transform: translateY(-2px); }

.section-led-s2__card-icon {
  flex-shrink: 0;
  width: 90px;
  min-height: 80px; }

.section-led-s2__card-icon-img {
  width: 90px;
  height: 80px;
  display: block;
  object-fit: contain; }

.section-led-s2__card-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1; }

.section-led-s2__card-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  color: #0a0a0a;
  margin: 0; }

.section-led-s2__card-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  color: #0a0a0a;
  margin: 0;
  flex: 1; }

.section-led-s2__card-btn {
  display: inline-block;
  margin-top: 14px;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  background: linear-gradient(-89.75deg, #ED704A 25%, #DA341C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  min-height: 40px;
  padding: 4px 0; }
  .section-led-s2__card-btn:hover {
    opacity: 0.82; }

.section-led-s2__pagination {
  margin-top: 24px;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 6px;
  position: static; }
  .section-led-s2__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 100px;
    background: rgba(10, 10, 10, 0.4);
    opacity: 1;
    transition: width 0.25s ease, background 0.25s ease;
    margin: 0 !important; }
  .section-led-s2__pagination .swiper-pagination-bullet-active {
    width: 16px;
    background: var(--shop-color-main, #ea5531); }

@media (max-width: 991px) {
  .section-led-s2 {
    overflow: hidden; }
    .section-led-s2__grid {
      display: block;
      overflow: visible; }
      .section-led-s2__grid .swiper-wrapper {
        display: flex; }
    .section-led-s2__card {
      width: 100%;
      height: auto; }
      .section-led-s2__card.swiper-slide {
        height: auto;
        flex-direction: column;
        gap: 12px;
        margin-right: 12px;
        padding: 16px; }
    .section-led-s2__card-icon {
      width: 65px;
      min-height: 80px; }
      .section-led-s2__card-icon img {
        width: 65px; }
    .section-led-s2__card-body {
      gap: 4px; }
    .section-led-s2__pagination {
      display: flex; }
    .section-led-s2__card-title {
      font-size: 20px;
      line-height: 28px; }
    .section-led-s2__card-text {
      font-size: 13px;
      line-height: 18px; }
    .section-led-s2__card-btn {
      font-size: 15px; } }

.section-led-s3 {
  position: relative;
  overflow: hidden; }
  .section-led-s3:not(.section-led-light-s3) {
    background: linear-gradient(180deg, rgba(250, 250, 250, 0) 50%, #FAFAFA 75.09%), radial-gradient(150.56% 114.04% at 81.43% -6.96%, #EA5531 0%, #1D2972 35%, #11007A 100%); }
  .section-led-s3__tab-nav {
    display: flex;
    justify-content: center;
    margin-bottom: 40px; }
  .section-led-s3__tab-pills {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 100px;
    padding: 6px; }
  .section-led-s3__tab-btn {
    display: inline-block;
    padding: 10px 20px;
    border: none;
    background: transparent;
    border-radius: 100px;
    color: #737373;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.25s ease;
    white-space: nowrap;
    outline: none !important; }
    .section-led-s3__tab-btn.is-active {
      background: linear-gradient(-89.78deg, #ed704a 25%, #da341c 100%);
      color: #fff;
      padding: 10px 32px; }
  .section-led-s3__content {
    position: relative; }
  .section-led-s3__tab-pane {
    display: none; }
    .section-led-s3__tab-pane.is-active {
      display: block; }
  .section-led-s3__swiper {
    overflow: hidden; }

.led-s3-card {
  display: block;
  position: relative; }
  .led-s3-card__image-wrap {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: -43px;
    background: #1a2550; }
    .led-s3-card__image-wrap::before {
      content: '';
      display: block;
      padding-top: 100%; }
  .led-s3-card__img, .led-s3-card__img-placeholder {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    transition: transform 0.35s ease; }
  .led-s3-card:hover .led-s3-card__img {
    transform: scale(1.04); }
  .led-s3-card__img-placeholder {
    background: #1a2550; }
  .led-s3-card__info {
    position: relative;
    z-index: 2;
    background: #fff;
    border-radius: 4px;
    padding: 16px;
    margin: 0 16px;
    overflow: hidden; }
    .led-s3-card__info::after {
      content: "";
      position: absolute;
      bottom: -1px;
      background: linear-gradient(270deg, #EA5531 0%, #1D2972 35%, #11007A 100%);
      left: 0;
      right: 0;
      height: 4px; }
  .led-s3-card__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 10px;
    color: #1a1a1a; }
  .led-s3-card__title-link {
    color: inherit;
    text-decoration: none;
    white-space: initial;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 35px; }
    .led-s3-card__title-link:hover {
      color: #da341c; }
  .led-s3-card__meta {
    font-size: 13px;
    color: #555;
    line-height: 1.5;
    margin: 0 0 6px; }
    .led-s3-card__meta strong {
      font-weight: 600;
      color: #222; }
    .led-s3-card__meta:last-of-type {
      margin-bottom: 12px; }
  .led-s3-card__btn {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    background: linear-gradient(-89.78deg, #ed704a 25%, #da341c 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #da341c;
    transition: opacity 0.2s ease; }
    .led-s3-card__btn:hover {
      opacity: 0.75; }

@media (max-width: 991px) {
  .section-led-s3__tab-nav {
    margin-bottom: 24px; }
  .section-led-s3__tab-pills {
    padding: 3px; }
  .section-led-s3__tab-btn {
    padding: 6px 16px;
    font-size: 13px;
    line-height: 18px; }
    .section-led-s3__tab-btn.is-active, .section-led-s3__tab-btn:hover {
      padding: 6px 16px; }
  .led-s3-card__info {
    padding: 12px;
    margin: 0 20px; }
  .led-s3-card__title, .led-s3-card__meta {
    margin: 0 0 4px; }
  .led-s3-card__meta {
    margin: 0 0 8px; } }

.section-led-s4__card {
  border: 1px solid #f5f5f5;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: stretch; }

.section-led-s4__image-col {
  flex: 0 0 646px;
  position: relative;
  overflow: hidden;
  background: #d6dbe2;
  min-height: 517px; }

.section-led-s4__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease; }

.section-led-s4__card:hover .section-led-s4__img {
  transform: scale(1.03); }

.section-led-s4__img-placeholder {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #d0d8e4 0%, #bcc5d1 100%); }

.section-led-s4__body {
  flex: 0 0 calc(100% - 646px);
  background: #fff;
  border-radius: 0 12px 12px 0;
  padding: 32px 57px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  align-items: flex-start; }

.section-led-s4__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(to left, #ea5531, #1d2972 35%, #11007a);
  border-radius: 4px;
  padding: 12px 32px;
  color: #fff;
  font-family: var(--title-font);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0; }

.section-led-s4__badge-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: block; }

.section-led-s4__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  padding-right: 29px; }

.section-led-s4__title {
  color: #0a0a0a; }

.section-led-s4__desc {
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  color: #0a0a0a;
  margin: 0; }

@media (max-width: 991px) {
  .section-led-s4 {
    padding-bottom: 0; }
    .section-led-s4 .container {
      padding: 0; }
    .section-led-s4__card {
      flex-direction: column;
      border-radius: 0; }
    .section-led-s4__image-col {
      flex: none;
      width: 100%;
      min-height: unset;
      aspect-ratio: 5 / 4; }
    .section-led-s4__body {
      flex: none;
      width: 100%;
      border-radius: 0 0;
      padding: 20px 16px 48px; }
    .section-led-s4__badge {
      padding: 8px 24px;
      font-size: 16px;
      line-height: 14px; }
    .section-led-s4__text {
      padding-right: 0; }
    .section-led-s4__desc {
      font-size: 15px;
      line-height: 22px; } }

.layoutPage-static-billboard .led-s3-card__title-link {
  -webkit-line-clamp: 2;
  height: 76px; }

@media (min-width: 992px) {
  .layoutPage-static-billboard .led-s3-card__title {
    font-size: 32px;
    line-height: 38px; }
  .layoutPage-static-billboard .led-s3-card__meta {
    font-size: 16px;
    line-height: 24px; } }

@media (max-width: 991px) {
  .layoutPage-static-billboard .section-static-s2 .button {
    display: inline-flex;
    align-items: center;
    padding: 8px 24px;
    font-size: 13px; }
  .layoutPage-static-billboard .swiper-pagination {
    margin-top: 24px; }
  .layoutPage-static-billboard .led-s3-card__title-link {
    height: 52px; } }

.section-static-s3 {
  position: relative;
  overflow: hidden; }
  @media (min-width: 992px) {
    .section-static-s3::before, .section-static-s3::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      width: 25%;
      z-index: 10;
      pointer-events: none; }
    .section-static-s3::before {
      left: 0;
      background: linear-gradient(to right, white 0%, white 10%, rgba(255, 255, 255, 0.99) 20%, rgba(255, 255, 255, 0.97) 30%, rgba(255, 255, 255, 0.92) 40%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.7) 65%, rgba(255, 255, 255, 0.4) 80%, rgba(255, 255, 255, 0) 100%); }
    .section-static-s3::after {
      right: 0;
      background: linear-gradient(to left, white 0%, white 10%, rgba(255, 255, 255, 0.99) 20%, rgba(255, 255, 255, 0.97) 30%, rgba(255, 255, 255, 0.92) 40%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.7) 65%, rgba(255, 255, 255, 0.4) 80%, rgba(255, 255, 255, 0) 100%); } }
  .section-static-s3__slider {
    padding-bottom: 56px; }
  .section-static-s3 .swiper-slide {
    transform: scale(0.75);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform, opacity;
    z-index: 1; }
  .section-static-s3 .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
    z-index: 5; }
  .section-static-s3 .swiper-slide-next,
  .section-static-s3 .swiper-slide-prev {
    transform: scale(0.88);
    z-index: 4; }
  .section-static-s3 .swiper-slide-next + .swiper-slide,
  .section-static-s3 .swiper-slide-prev ~ .swiper-slide:not(.swiper-slide-prev):not(.swiper-slide-active):not(.swiper-slide-next) {
    transform: scale(0.75);
    z-index: 3; }
  .section-static-s3 .static-s3__slide-inner {
    border-radius: 16px;
    overflow: hidden;
    line-height: 0; }
  .section-static-s3 .static-s3__slide-img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block; }
  @media (max-width: 991px) {
    .section-static-s3 .static-s3__slide-inner {
      border-radius: 12px; }
    .section-static-s3 .static-s3__slide-img {
      aspect-ratio: 1; }
    .section-static-s3__slider {
      padding-bottom: 0; } }

.layoutPage-dooh .section-led-s1__heading {
  margin: 0 auto; }

.layoutPage-dooh .section-led-s1 {
  background: linear-gradient(180deg, rgba(250, 250, 250, 0) 68.69%, #FAFAFA 96.85%), radial-gradient(165.75% 118.04% at 91.32% -6.38%, #EA5531 0%, #1D2972 35%, #11007A 100%); }

.layoutPage-dooh .section-static-s3::before, .layoutPage-dooh .section-static-s3::after {
  content: none; }

.layoutPage-dooh .section-static-s3__slider {
  padding-bottom: 0; }

@media (min-width: 992px) {
  .section-dooh-s3 .container {
    padding-left: 375px;
    padding-right: 375px; } }

.section-dooh-s3 .dooh-s3__layout {
  align-items: flex-start; }

.section-dooh-s3 .dooh-s3__col-content {
  display: flex;
  flex-direction: column;
  gap: 32px; }

.section-dooh-s3 .dooh-s3__heading {
  margin-bottom: 16px; }

.section-dooh-s3 .dooh-s3__group {
  display: flex;
  flex-direction: column;
  gap: 16px; }

.section-dooh-s3 .dooh-s3__group-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  color: #0a0a0a;
  margin: 0; }

.section-dooh-s3 .dooh-s3__group-desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #0a0a0a;
  margin: 0; }

.section-dooh-s3 .dooh-s3__accordion {
  display: flex;
  flex-direction: column;
  gap: 12px; }

.section-dooh-s3 .dooh-s3__item {
  background: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.25s ease; }
  .section-dooh-s3 .dooh-s3__item.is-open {
    box-shadow: 0 4px 16px rgba(16, 24, 40, 0.08); }
    .section-dooh-s3 .dooh-s3__item.is-open .dooh-s3__icon-plus {
      display: none; }
    .section-dooh-s3 .dooh-s3__item.is-open .dooh-s3__icon-minus {
      display: block; }

.section-dooh-s3 .dooh-s3__item-header {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 10px 8px 8px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  min-height: 60px;
  transition: background 0.2s ease;
  outline: none; }
  .section-dooh-s3 .dooh-s3__item-header:hover {
    background: #fafafa; }
  .section-dooh-s3 .dooh-s3__item-header:focus-visible {
    outline: 2px solid #ea5531;
    outline-offset: -2px;
    border-radius: 8px; }

.section-dooh-s3 .dooh-s3__item-logo {
  flex-shrink: 0;
  width: 80px;
  min-width: 80px;
  max-width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  overflow: hidden;
  padding: 4px 8px; }

.section-dooh-s3 .dooh-s3__item-logo-img {
  width: 100%;
  height: 40px;
  object-fit: contain;
  display: block; }

.section-dooh-s3 .dooh-s3__item-name {
  flex: 1;
  font-family: var(--title-font);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #0a0a0a;
  min-width: 0; }

.section-dooh-s3 .dooh-s3__item-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: linear-gradient(to left, #ea5531 0%, #1d2972 35%, #11007a 100%);
  box-shadow: 0 8px 24px rgba(16, 24, 40, 0.18);
  padding: 4px; }

.section-dooh-s3 .dooh-s3__icon-minus {
  display: none; }

.section-dooh-s3 .dooh-s3__item-body {
  display: none;
  padding: 0 8px 8px; }

.section-dooh-s3 .dooh-s3__item-stats {
  display: flex;
  gap: 8px; }

.section-dooh-s3 .dooh-s3__stat {
  flex: 1;
  background: #fafafa;
  border-radius: 4px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-height: 60px; }

.section-dooh-s3 .dooh-s3__stat-number {
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  color: #ea5531;
  white-space: nowrap;
  display: block; }

.section-dooh-s3 .dooh-s3__stat-text {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: #0a0a0a;
  display: block; }

@media (max-width: 991px) {
  .section-dooh-s3 .dooh-s3__group, .section-dooh-s3 .dooh-s3__accordion {
    gap: 10px; }
  .section-dooh-s3 .dooh-s3__col-image {
    position: static;
    margin-bottom: 32px; }
  .section-dooh-s3 .dooh-s3__col-content {
    gap: 24px; }
  .section-dooh-s3 .dooh-s3__group-title {
    font-size: 24px;
    line-height: 32px; }
  .section-dooh-s3 .dooh-s3__group-desc {
    font-size: 15px;
    line-height: 22px; }
  .section-dooh-s3 .dooh-s3__item-name {
    font-size: 16px;
    line-height: 22px; }
  .section-dooh-s3 .dooh-s3__item-logo {
    width: 64px;
    min-width: 64px; } }

/* =========================================================
   LAYOUT PAGE LOCATION BASED MKT
   ========================================================= */
.section-led-s1.location-s1 {
  background: linear-gradient(180deg, rgba(250, 250, 250, 0) 72.24%, var(--Background-Light-V1, #FAFAFA) 100%), radial-gradient(165.75% 118.04% at 91.32% -6.38%, #EA5531 0%, var(--blue-900-royal-navy-blue, #1D2972) 35%, var(--blue-2950-navy-deep-violet, #11007A) 100%); }

.location-s1__card-inner {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  background: #1a1a2e;
  aspect-ratio: 5 / 4;
  display: flex;
  flex-direction: column;
  min-height: 200px; }

.location-s1__card-media {
  position: absolute;
  inset: 0;
  z-index: 0; }

.location-s1__card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease; }
  .location-s1__card-inner:hover .location-s1__card-img {
    transform: scale(1.04); }

.location-s1__card-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  z-index: 2; }

.location-s1__card-btn {
  background: #2132b2;
  border: none;
  border-radius: 8px;
  padding: 6px 8px 4px 16px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #fff;
  font-family: var(--title-font, inherit);
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.15s ease;
  min-height: 44px;
  white-space: nowrap;
  max-width: calc(100% - 0px); }
  .location-s1__card-btn:hover {
    background: #1a28a0; }
  .location-s1__card-btn:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.6);
    outline-offset: 2px; }
  .location-s1__card-btn:active {
    transform: scale(0.97); }

.location-s1__card-btn-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px; }

.location-s1__nav-bar {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  background: #fff;
  box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06); }
  .location-s1__nav-bar-full {
    right: 0;
    width: 100%; }
  .location-s1__nav-bar.is-visible {
    display: block; }
  @media (max-width: 991px) {
    .location-s1__nav-bar {
      width: 100%; } }

.location-s1__nav-swiper {
  display: flex;
  gap: 12px;
  flex-wrap: nowrap;
  overflow: auto hidden;
  padding: 10px 16px; }

.location-s1__nav-btn {
  background: #2132b2;
  border: none;
  border-radius: 8px;
  padding: 6px 8px 4px 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-family: var(--title-font, inherit);
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  cursor: pointer;
  white-space: nowrap;
  min-height: 44px;
  transition: background 0.2s ease;
  outline: none !important; }
  .location-s1__nav-btn:hover {
    background: #1a28a0; }
  .location-s1__nav-btn:focus-visible {
    outline: 2px solid #2132b2;
    outline-offset: 2px; }
  .location-s1__nav-btn-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px; }

.location-s1__nav-fade {
  position: absolute;
  top: 0;
  right: 0;
  width: 61px;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%);
  pointer-events: none;
  z-index: 10; }

@media (max-width: 991px) {
  .location-s1__nav-bar {
    margin-top: 20px; }
  .location-s1__items {
    overflow: initial; }
  .location-s1__card-btn {
    font-size: 16px;
    line-height: 22px;
    padding: 6px 8px 4px 14px;
    min-height: 34px; }
  .location-s1__card-btn-icon {
    width: 24px;
    height: 24px; }
  .location-s1__nav-btn {
    font-size: 16px;
    line-height: 22px;
    padding: 6px 8px 4px 14px;
    min-height: 34px; }
  .location-s1__nav-inner .location-s1__nav-swiper {
    padding: 10px 12px; } }

.location-s2__card {
  display: flex;
  align-items: stretch;
  background: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 12px;
  overflow: hidden;
  min-height: 340px; }

.location-s2__col-image {
  flex: 1 0 0;
  min-width: 0;
  position: relative;
  overflow: hidden;
  aspect-ratio: 5 / 4;
  max-width: 50%; }

.location-s2__image-wrap {
  position: relative;
  width: 100%;
  height: 100%; }

.location-s2__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  z-index: 1;
  transition: opacity 0.3s ease; }

.location-s2__col-content {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 40px; }

.location-s2__header {
  display: flex;
  flex-direction: column;
  gap: 10px; }

.location-s2__subtitle {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  color: #0a0a0a;
  margin: 0; }

.location-s2__body {
  display: flex;
  flex-direction: column;
  gap: 20px; }

.location-s2__desc {
  font-size: 24px;
  line-height: 34px;
  color: #0a0a0a;
  margin: 0; }

.location-s2__checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px; }

.location-s2__check-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  min-height: 24px; }

.location-s2__check-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  display: flex;
  align-items: center;
  justify-content: center; }

.location-s2__check-text {
  flex: 1;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  color: #0a0a0a; }

@media (max-width: 991px) {
  .location-s2__card {
    flex-direction: column; }
  .location-s2__header {
    gap: 4px; }
  .location-s2__col-image {
    flex: 1;
    max-width: 100%;
    aspect-ratio: 5 / 3; }
  .location-s2__col-content {
    padding: 12px 12px 16px;
    gap: 4px; }
  .location-s2__subtitle {
    font-size: 15px;
    line-height: 22px; }
  .location-s2__desc {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400; }
  .location-s2__check-text {
    font-size: 13px;
    line-height: 18px; } }

.section-location-s4 .location-s4--bg {
  border-radius: 8px;
  background: radial-gradient(165.75% 118.04% at 91.32% -6.38%, #EA5531 0%, var(--blue-900-royal-navy-blue, #1D2972) 35%, var(--blue-2950-navy-deep-violet, #11007A) 100%), var(--Background-Primary-1, #11007A);
  overflow: hidden; }
  .section-location-s4 .location-s4--bg.location-s4--bg-light {
    background: #F5F5F5; }
    .section-location-s4 .location-s4--bg.location-s4--bg-light .location-s4__desc, .section-location-s4 .location-s4--bg.location-s4--bg-light .location-s4__content {
      color: #0a0a0a; }

.section-location-s4 .location-s4__hero {
  display: flex;
  align-items: stretch;
  min-height: 420px; }

.section-location-s4 .location-s4__hero-col {
  flex: 1 0 0;
  min-width: 0; }
  .section-location-s4 .location-s4__hero-col--image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 5 / 4;
    max-width: 50%; }
  .section-location-s4 .location-s4__hero-col--content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    padding: 40px; }

.section-location-s4 .location-s4__hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.section-location-s4 .location-s4__desc {
  color: #fff;
  font-size: 16px;
  line-height: 23px;
  margin: 0; }

.section-location-s4 .location-s4__content {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin: 0 0 28px; }

.section-location-s4 .location-s4__cards-wrap {
  padding: 0 16px 16px; }

.section-location-s4 .location-s4__swiper {
  overflow: hidden; }

.section-location-s4 .location-s4__card {
  background: #fff;
  border-radius: 4px;
  padding: 16px 20px 16px 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 273px;
  box-sizing: border-box;
  height: auto; }
  .section-location-s4 .location-s4__card-icon {
    width: 87px;
    height: 80px;
    flex-shrink: 0;
    position: relative; }
  .section-location-s4 .location-s4__card-icon-img {
    width: 100%;
    height: 100%;
    object-fit: contain; }
  .section-location-s4 .location-s4__card-body {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1; }
  .section-location-s4 .location-s4__card-title {
    color: #0a0a0a;
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    margin: 0;
    min-height: 76px; }
  .section-location-s4 .location-s4__card-text {
    color: #0a0a0a;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    margin: 0; }

.section-location-s4 .location-s4--bg:not(.location-s4--bg-light) .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.4; }

.section-location-s4 .location-s4--bg:not(.location-s4--bg-light) .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--shop-color-main);
  opacity: 1; }

@media (max-width: 991px) {
  .section-location-s4 {
    border-radius: 0;
    overflow: hidden;
    padding-bottom: 0; }
    .section-location-s4 .location-s4--bg {
      background: var(--shop-color-main2);
      margin: 0 -15px;
      border-radius: 0;
      padding-bottom: 48px; }
    .section-location-s4 .location-s4__hero {
      flex-direction: column;
      min-height: auto; }
    .section-location-s4 .location-s4__hero-col--image {
      flex: 1;
      aspect-ratio: 16 / 9;
      max-width: 100%; }
    .section-location-s4 .location-s4__swiper {
      overflow: initial; }
    .section-location-s4 .location-s4__hero-col--content {
      padding: 24px 16px 0; }
    .section-location-s4 .location-s4__desc, .section-location-s4 .location-s4__card-text, .section-location-s4 .location-s4__content {
      font-size: 13px;
      line-height: 18px; }
    .section-location-s4 .location-s4__card {
      min-height: auto; }
      .section-location-s4 .location-s4__card-title {
        font-size: 20px;
        line-height: 27px;
        min-height: 54px; }
    .section-location-s4 .location-s4__cards-wrap {
      padding-bottom: 0; } }

.section-location-s5 .location-s5--bg {
  background-color: #F5F5F5;
  padding-bottom: 16px;
  border-radius: 8px;
  overflow: hidden; }

.section-location-s5 .location-s5__title {
  margin-bottom: 8px; }

.section-location-s5 .location-s5__desc {
  font-size: 16px;
  line-height: 23px; }

.section-location-s5 .section-solution-s2__grid {
  margin-top: 32px;
  padding: 0 15px; }
  .section-location-s5 .section-solution-s2__grid .swiper-wrapper {
    gap: 8px; }

@media (max-width: 991px) {
  .section-location-s5 {
    padding-top: 0;
    background-color: #F5F5F5;
    overflow: hidden; }
    .section-location-s5 .container {
      padding: 0; }
    .section-location-s5 .location-s5--bg {
      border-radius: 0; }
    .section-location-s5 .section-heading {
      padding: 24px 15px 0;
      margin-bottom: 0; }
    .section-location-s5 .section-solution-s2__grid {
      margin-top: 24px;
      overflow: initial;
      gap: 0; }
    .section-location-s5 .solution-stat-card {
      flex: none;
      min-width: auto; }
    .section-location-s5 .solution-stat-card__desc {
      min-height: auto; }
    .section-location-s5 .swiper-pagination {
      margin-top: 24px; }
    .section-location-s5 .location-s5__desc {
      font-size: 13px;
      line-height: 18px; } }

.section-o2o2o-s2 {
  overflow: hidden; }
  .section-o2o2o-s2 .o2o2o-s2__inner {
    gap: 40px 0; }
  .section-o2o2o-s2 .o2o2o-s2__col-content {
    padding-right: 40px; }
  @media (min-width: 992px) {
    .section-o2o2o-s2 .o2o2o-s2__items .swiper-wrapper {
      display: flex;
      flex-direction: column;
      gap: 8px; } }
  .section-o2o2o-s2 .o2o2o-s2__item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 20px;
    background: #ffffff;
    border-radius: 4px; }
  .section-o2o2o-s2 .o2o2o-s2__item-icon-wrap {
    flex: 0 0 87px;
    width: 87px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px; }
  .section-o2o2o-s2 .o2o2o-s2__item-icon {
    display: block;
    width: 64px;
    height: 64px;
    object-fit: contain; }
  .section-o2o2o-s2 .o2o2o-s2__item-body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 10px; }
  .section-o2o2o-s2 .o2o2o-s2__item-title {
    color: #0a0a0a;
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    line-height: 38px; }
  .section-o2o2o-s2 .o2o2o-s2__item-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: #0a0a0a;
    margin: 0; }
  .section-o2o2o-s2 .o2o2o-s2__col-media {
    padding-left: 0; }
  .section-o2o2o-s2 .o2o2o-s2__media-wrap {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    padding-bottom: 82%;
    background: #f0f0f0; }
  .section-o2o2o-s2 .o2o2o-s2__media-img,
  .section-o2o2o-s2 .o2o2o-s2__media-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
  @media (max-width: 991px) {
    .section-o2o2o-s2 .o2o2o-s2__col-content {
      padding-right: 15px;
      order: 2; }
    .section-o2o2o-s2 .o2o2o-s2__col-media {
      order: 1; }
    .section-o2o2o-s2 .o2o2o-s2__media-wrap {
      padding-bottom: 100%;
      margin-bottom: 12px;
      border-radius: 0; }
    .section-o2o2o-s2 .o2o2o-s2__title {
      font-size: 28px;
      line-height: 38px;
      margin-bottom: 20px; }
    .section-o2o2o-s2 .o2o2o-s2__items {
      overflow: initial; }
    .section-o2o2o-s2 .o2o2o-s2__item {
      padding: 16px; }
    .section-o2o2o-s2 .o2o2o-s2__item-icon-wrap {
      flex: 0 0 56px;
      width: 56px;
      height: 56px; }
    .section-o2o2o-s2 .o2o2o-s2__item-body {
      gap: 4px; }
    .section-o2o2o-s2 .o2o2o-s2__item-icon {
      width: 48px;
      height: 48px; }
    .section-o2o2o-s2 .o2o2o-s2__item-title {
      font-size: 20px;
      line-height: 26px; }
    .section-o2o2o-s2 .o2o2o-s2__item-desc {
      font-size: 13px;
      line-height: 18px; } }

@media (max-width: 991px) {
  .section-location-s4 .location-s4__content {
    margin: 0; }
  .section-location-s4.section-o2o2o-s5,
  .section-location-s4.section-o2o2o-s5 .location-s4--bg {
    padding-bottom: 0; } }

.layoutPage-brand .brand-bg {
  padding-bottom: 32px;
  overflow: hidden;
  border-radius: 12px;
  background: radial-gradient(173.74% 124.83% at 92.1% -13.69%, #EA5531 0%, #1D2972 35%, #11007A 100%); }
  .layoutPage-brand .brand-bg .location-s2__col-content {
    gap: 4px;
    justify-content: center; }
  .layoutPage-brand .brand-bg .location-s2__card {
    background: transparent;
    border-radius: 0;
    border: none;
    margin-bottom: 32px; }
  .layoutPage-brand .brand-bg .location-s2__desc, .layoutPage-brand .brand-bg .location-s2__check-text {
    color: #fff; }
  .layoutPage-brand .brand-bg .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.4; }
  .layoutPage-brand .brand-bg .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--shop-color-main);
    opacity: 1; }

@media (max-width: 991px) {
  .layoutPage-brand .section-location-s2 .container {
    padding: 0; }
  .layoutPage-brand .section-location-s4 .location-s4__hero-col--content {
    padding-top: 48px; }
  .layoutPage-brand .brand-bg {
    border-radius: 0;
    padding-top: 48px;
    padding-bottom: 0;
    background: linear-gradient(180deg, rgba(250, 250, 250, 0) 70.84%, var(--Background-Light-V1, #FAFAFA) 87.22%), radial-gradient(181.43% 123.72% at 91.25% -9.22%, #EA5531 0%, var(--blue-900-royal-navy-blue, #1D2972) 35%, var(--blue-2950-navy-deep-violet, #11007A) 100%); }
    .layoutPage-brand .brand-bg .location-s2__col-content {
      justify-content: flex-start;
      padding: 0 16px; }
    .layoutPage-brand .brand-bg .location-s2__card {
      min-height: auto;
      margin-bottom: 24px; }
    .layoutPage-brand .brand-bg .blog-news__slider {
      overflow: initial; }
    .layoutPage-brand .brand-bg .swiper-pagination .swiper-pagination-bullet {
      background: rgba(10, 10, 10, 0.4);
      opacity: 1; }
    .layoutPage-brand .brand-bg .swiper-pagination .swiper-pagination-bullet-active {
      background: var(--shop-color-main);
      opacity: 1; } }

.section-brand-s2__grid {
  margin-left: -8px;
  margin-right: -8px; }

.section-brand-s2__col {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px; }

@media (max-width: 991px) {
  .section-brand-s2__col:last-child {
    margin-bottom: 0; } }

.brand-s2-card {
  position: relative;
  display: flex;
  flex-direction: row;
  border-radius: 8px;
  overflow: hidden;
  min-height: 240px;
  aspect-ratio: 2 / 1;
  background: radial-gradient(165.75% 118.04% at 91.32% -6.38%, #EA5531 0%, var(--blue-900-royal-navy-blue, #1D2972) 35%, var(--blue-2950-navy-deep-violet, #11007A) 100%); }
  .brand-s2-card__media {
    position: relative;
    flex: 0 0 50%;
    width: 50%;
    overflow: hidden;
    min-height: 240px; }
  .brand-s2-card__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
  .brand-s2-card__body {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    padding: 20px 16px;
    color: #ffffff;
    position: relative;
    z-index: 1; }
  .brand-s2-card__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    color: #ffffff;
    margin: 0 0 4px; }
  .brand-s2-card__desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: #fff;
    margin: 0; }
  @media (max-width: 991px) {
    .brand-s2-card {
      aspect-ratio: unset;
      min-height: 130px; }
      .brand-s2-card__body {
        padding: 10px; }
      .brand-s2-card__media {
        min-height: 130px;
        aspect-ratio: 1 / 1; }
      .brand-s2-card__title {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 4px; }
      .brand-s2-card__desc {
        font-size: 13px;
        line-height: 18px; } }

.layoutPage-investor .section-led-s1 {
  background: var(--bg-img-investor);
  background-size: cover;
  min-height: 592px;
  display: flex;
  align-items: end;
  padding-bottom: 40px; }

.layoutPage-investor .location-s1__items {
  display: flex;
  gap: 12px;
  flex-wrap: wrap; }

.layoutPage-investor .solution-stat-card__bar {
  margin-left: -1px; }

@media (max-width: 991px) {
  .layoutPage-investor .section-led-s1 {
    min-height: 400px;
    padding-bottom: 24px; }
  .layoutPage-investor .section-about-s7 .about-s7__swiper {
    overflow: initial; }
  .layoutPage-investor .section-location-s5 .solution-stat-card {
    flex: 1;
    min-width: auto; } }

.section-investor-s2__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 16px; }

.investor-s2-card {
  display: flex;
  flex-direction: column;
  gap: 16px; }
  .investor-s2-card__image-wrap {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    background-color: #11007a; }
  .investor-s2-card__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
  .investor-s2-card__body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-right: 32px; }
  .investor-s2-card__title {
    font-size: 44px;
    font-weight: 600;
    line-height: 50px;
    color: #0a0a0a;
    margin: 0; }
  .investor-s2-card__desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: #0a0a0a;
    margin: 0; }
  .investor-s2-card__bullets {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px; }
  .investor-s2-card__bullet-item {
    display: flex;
    align-items: flex-start;
    gap: 8px; }
  .investor-s2-card__bullet-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px; }
  .investor-s2-card__bullet-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: #0a0a0a; }

@media (max-width: 991px) {
  .section-investor-s2__grid {
    grid-template-columns: 1fr;
    gap: 24px; }
  .investor-s2-card__body {
    padding-right: 0; }
  .investor-s2-card__title {
    font-size: 24px;
    line-height: 34px; }
  .investor-s2-card__desc, .investor-s2-card__bullet-text {
    font-size: 13px;
    line-height: 18px; } }

.section-investor-s3 {
  position: relative;
  overflow: hidden;
  min-height: 460px;
  display: flex;
  align-items: center; }
  .section-investor-s3 .investor-s3__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    min-height: inherit; }
  @media (max-width: 991px) {
    .section-investor-s3 {
      min-height: 250px; }
      .section-investor-s3.section-location-s5 .container {
        padding: 0 15px; } }

.section-investor-s4 {
  padding: 48px 0; }
  .section-investor-s4__title {
    color: var(--shop-color-text); }

.investor-s4__tab-bar {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
  padding: 4px;
  background: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 100px;
  margin-bottom: 24px; }

.investor-s4__tab-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 100px;
  border: none;
  background: transparent;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  outline: none !important;
  color: #737373;
  cursor: pointer;
  transition: color 0.2s, background 0.2s;
  white-space: nowrap;
  min-height: 44px; }
  .investor-s4__tab-btn.is-active {
    background: var(--shop-color-button);
    color: #fff;
    font-weight: 600; }
  .investor-s4__tab-btn:focus-visible {
    outline: 2px solid #ea5531;
    outline-offset: 2px; }

.investor-s4__content {
  min-height: 200px; }

.investor-s4__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  overflow: hidden;
  background: #fff; }

.investor-s4__report-item {
  padding: 24px;
  border-right: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  display: flex;
  flex-direction: column;
  gap: 4px; }

.investor-s4__report-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  white-space: nowrap; }

.investor-s4__report-label, .investor-s4__report-value {
  font-size: 16px;
  line-height: 23px;
  color: #0a0a0a; }

.investor-s4__report-label {
  font-weight: 400;
  flex-shrink: 0; }

.investor-s4__report-value {
  font-weight: 600; }

.investor-s4__download-btn {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  text-transform: uppercase;
  background: linear-gradient(-89.75deg, #ed704a 25.076%, #da341c 99.974%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  min-height: 44px;
  cursor: pointer;
  flex-shrink: 0;
  transition: opacity 0.2s ease; }
  .investor-s4__download-btn.is-downloading {
    opacity: 0.6;
    cursor: wait;
    pointer-events: none; }
  .investor-s4__download-btn--na {
    color: #737373;
    font-size: 16px;
    font-weight: 400;
    background: none;
    -webkit-text-fill-color: #737373;
    text-decoration: none;
    cursor: default; }

.investor-s4__loading {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  overflow: hidden;
  min-height: 200px; }

.investor-s4__skeleton {
  padding: 24px;
  border-right: 1px solid #f5f5f5;
  height: 100%;
  background: linear-gradient(90deg, #f5f5f5 25%, #ebebeb 50%, #f5f5f5 75%);
  background-size: 200% 100%;
  animation: investor-s4-shimmer 1.5s ease-in-out infinite; }

.investor-s4__error {
  padding: 24px;
  text-align: center;
  color: #737373;
  font-size: 16px;
  grid-column: 1 / -1;
  border: 1px solid #f5f5f5;
  border-radius: 8px; }

@media (max-width: 991px) {
  .investor-s4__report-item {
    padding: 16px 12px 12px;
    gap: 10px; }
  .investor-s4__report-label, .investor-s4__report-value {
    font-size: 13px;
    line-height: 18px; }
  .investor-s4__download-btn {
    font-size: 14px;
    line-height: 14px;
    min-height: auto; } }

@keyframes investor-s4-shimmer {
  0% {
    background-position: 200% 0; }
  100% {
    background-position: -200% 0; } }

@media (max-width: 991px) {
  .layoutPage-investor .section-heading__title {
    margin-bottom: 12px; }
  .investor-s4__grid,
  .investor-s4__loading {
    grid-template-columns: 1fr; }
  .investor-s4__tab-bar {
    flex-wrap: wrap; }
  .investor-s4__tab-btn {
    font-size: 13px;
    padding: 0px 16px;
    min-height: 30px; }
  .investor-s4__report-row {
    white-space: normal; } }

.layoutPage-mapping .mapping-s3-heading {
  gap: 16px;
  margin-bottom: 32px; }
  .layoutPage-mapping .mapping-s3-heading .section-heading, .layoutPage-mapping .mapping-s3-heading .location-s2__checklist {
    flex: 1; }
  .layoutPage-mapping .mapping-s3-heading .section-heading__subtitle {
    font-weight: 400; }

.layoutPage-mapping .section-led-light-s3 .mapping-s3-heading .section-heading__subtitle {
  color: var(--shop-color-text); }

.layoutPage-mapping .section-led-s3:not(.section-led-light-s3) .location-s2__check-text {
  color: #fff; }

@media (min-width: 992px) {
  .layoutPage-mapping .mapping-s3-heading .location-s2__checklist {
    padding-left: 114px; }
  .layoutPage-mapping .led-s3-card__title {
    font-size: 32px;
    line-height: 38px; }
  .layoutPage-mapping .led-s3-card__meta {
    font-size: 16px; }
  .layoutPage-mapping .led-s3-card__btn {
    font-size: 18px; } }

.section-mapping-s2 {
  background: #fff;
  overflow: hidden; }
  .section-mapping-s2__heading {
    margin-bottom: 32px; }
  .section-mapping-s2__subtitle {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0; }
  .section-mapping-s2__slider-wrap {
    position: relative; }

.mapping-s2-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #f5f5f5;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  background: #fff;
  transition: box-shadow 0.25s ease; }
  .mapping-s2-card:hover {
    box-shadow: 0 8px 32px rgba(17, 0, 122, 0.1); }
  .mapping-s2-card__image-wrap {
    display: block;
    overflow: hidden;
    position: relative;
    aspect-ratio: 3 / 2;
    background: #f0f0f0;
    flex-shrink: 0; }
  .mapping-s2-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease; }
  .mapping-s2-card__image-wrap:hover .mapping-s2-card__img {
    transform: scale(1.04); }
  .mapping-s2-card__img-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #e8e8f0 0%, #d0d0e0 100%); }
  .mapping-s2-card__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 24px;
    background: #fff; }
  .mapping-s2-card__text-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px; }
  .mapping-s2-card__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--shop-color-title);
    margin: 0; }
  .mapping-s2-card__title-link {
    color: inherit;
    text-decoration: none; }
    .mapping-s2-card__title-link:hover {
      color: #ea5531; }
  .mapping-s2-card__excerpt {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin: 0; }
  .mapping-s2-card__highlights {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px; }
  .mapping-s2-card__highlight-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px; }
  .mapping-s2-card__check-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 1px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .mapping-s2-card__footer {
    flex-shrink: 0; }
  .mapping-s2-card__cta {
    display: inline-block;
    font-family: var(--title-font);
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-color: currentColor;
    background: linear-gradient(-90deg, #ed704a 25%, #da341c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    padding: 8px 0;
    min-height: 44px;
    display: flex;
    align-items: center;
    transition: opacity 0.2s ease; }
    .mapping-s2-card__cta:hover {
      opacity: 0.8;
      text-decoration: underline; }

@media (max-width: 991px) {
  .section-mapping-s2__heading {
    margin-bottom: 24px; }
  .section-mapping-s2__subtitle {
    font-size: 15px;
    line-height: 22px; }
  .section-mapping-s2__swiper {
    overflow: initial; }
  .mapping-s2-card__body {
    padding: 12px 16px; }
  .mapping-s2-card__title {
    font-size: 20px; }
  .mapping-s2-card__excerpt {
    font-size: 14px;
    line-height: 20px;
    margin-top: -8px; }
  .mapping-s2-card__highlight-item {
    font-size: 13px;
    line-height: 18px; }
  .mapping-s2-card__cta {
    font-size: 14px;
    line-height: 14px;
    min-height: auto; }
  .layoutPage-mapping .mapping-s3-heading {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 24px; } }
