@charset "UTF-8";
@import url("all.css");
:root {
  --tomoe-blue-title: #0a1f84;
  --tomoe-blue-500: #0252bd;
  --tomoe-blue-100: #b1c9eb;
  --tomoe-green: #0ebf46;
  --tomoe-gray-body: #3a3a3a;
  --tomoe-gray-muted: #595959;
  --tomoe-gray-9: #171717;
  --tomoe-bg-muted: #f7f7f7;
  --tomoe-footer-deep: #012060;
  --tomoe-footer-top: #142674;
  --tomoe-link-blue: #015dcd;
  --tomoe-news-title: #23366d;
  /* Chữ: chỉ Inter local trong webfonts/ — không dùng CDN */
  --tomoe-font-sans: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../webfonts/Inter-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../webfonts/Inter-Medium.otf") format("opentype");
}
/* Chỉ có 3 file OTF: 600–900 dùng bản Bold để khớp font-weight trong CSS */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../webfonts/Inter-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../webfonts/Inter-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../webfonts/Inter-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../webfonts/Inter-Bold.otf") format("opentype");
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
  font-family: var(--tomoe-font-sans);
  font-weight: 400;
}

body {
  font-family: var(--tomoe-font-sans);
  font-weight: 400;
  padding: 0;
  margin: 0;
  top: 0 !important;
}

.page-home .container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 135px;
  padding-right: 135px;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .page-home .container {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 767.98px) {
  .page-home .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.ul-reset {
  padding: 0;
  margin: 0;
}
.ul-reset li {
  list-style: none;
}

.hero {
  position: relative;
  min-height: 800px;
  margin: 0 auto;
  background: #010f26;
}

.hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero__gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(1, 16, 38, 0.7) 0%, rgba(2, 26, 59, 0.2) 25.24%, rgba(2, 26, 59, 0) 68.75%, rgba(2, 26, 59, 0) 100%);
  pointer-events: none;
}

.site-header {
  position: relative;
  z-index: 10;
  padding: 4px 0;
  min-height: 72px;
}

.site-header.navbar {
  background: transparent !important;
}

.site-header__bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}

.site-header__logo {
  height: 76px;
  width: auto;
  display: block;
}

.site-header__nav .nav-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.8) !important;
  text-transform: uppercase;
  padding: 0.5rem 0 !important;
}

@media (min-width: 1200px) {
  .site-header__nav {
    -moz-column-gap: 36px;
         column-gap: 36px;
  }
}
.site-header__nav .nav-link:hover {
  color: #fff !important;
}

.site-header__nav .nav-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-header__chevron {
  width: 7px;
  height: 4px;
}

.site-header__tools {
  display: flex;
  align-items: center;
  gap: 16px;
}

.site-header__search {
  width: 16px;
  height: 16px;
}

.site-header__vsep {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-header__vsep img {
  width: 16px;
  height: 1px;
}

.site-header__lang {
  display: flex;
  align-items: center;
  gap: 4px;
  border: 1px solid rgba(236, 239, 244, 0.6);
  border-radius: 28px;
  padding: 4px 8px 4px 4px;
}

button.site-header__lang.site-header__locale {
  background: transparent;
  margin: 0;
  font: inherit;
  font-family: inherit;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.site-header__locale:focus-visible {
  outline: 2px solid #10a6ff;
  outline-offset: 2px;
}

.site-header-google-translate {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

iframe.skiptranslate,
.goog-te-banner-frame {
  display: none !important;
}

.site-header__flag {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.site-header__lang span {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

.hero__content {
  position: relative;
  z-index: 2;
  padding: 218px 0 120px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.25));
}

@media (max-width: 1199.98px) {
  .hero__content {
    padding-top: 160px;
  }
}
@media (max-width: 767.98px) {
  .hero__content {
    padding: 120px 0 80px;
  }
}
.hero__title {
  margin: 0;
  font-size: 80px;
  line-height: 98px;
  font-weight: 900;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.5) 0%, #ffffff 82%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

@media (max-width: 767.98px) {
  .hero__title {
    font-size: 42px;
    line-height: 1.1;
    letter-spacing: 1px;
  }
}
.hero__lead {
  margin: 0;
  max-width: 724px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.9);
}

.hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 48px;
  padding: 8px 16px;
  background: #fff;
  border-radius: 56px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--tomoe-blue-500);
}

.hero__cta img {
  width: 16px;
  height: 13px;
}

.section-about {
  padding: 64px 0 48px;
}

.section-about__intro {
  text-align: center;
  max-width: 1170px;
  margin: 0 auto;
}

.section-about__kicker {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--tomoe-green);
}

.section-about__title {
  margin: 0 0 24px;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  text-transform: uppercase;
  color: var(--tomoe-blue-title);
}

.section-about__text {
  margin: 0 auto;
  max-width: 1170px;
  font-size: 16px;
  line-height: 24px;
  color: var(--tomoe-gray-body);
}

.stats-row {
  margin-top: 48px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
}

ul.stats-row {
  list-style: none;
  padding-inline-start: 0;
  margin-block-end: 0;
}

@media (max-width: 991.98px) {
  .stats-row {
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
  }
}
.stat-cell {
  flex: 1 1 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.stat-cell__value {
  margin: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  color: var(--tomoe-blue-500);
}

.stat-cell__label {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  color: var(--tomoe-gray-body);
}

.stat-divider {
  width: 156px;
  height: 0;
  flex-shrink: 0;
  align-self: center;
  transform: rotate(90deg);
}

.stat-divider img {
  display: block;
  width: 156px;
  height: 1px;
}

@media (max-width: 991.98px) {
  .stat-divider {
    display: none;
  }
}
/* â€”â€” Products â€”â€” */
.section-products {
  background: var(--tomoe-bg-muted);
  padding: 64px 0;
}

.section-products__head {
  margin-bottom: 40px;
}

.section-products__title {
  margin: 0 0 16px;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  text-transform: uppercase;
  color: var(--tomoe-blue-title);
}

.section-products__sub {
  margin: 0;
  max-width: 724px;
  font-size: 16px;
  line-height: 24px;
  color: var(--tomoe-gray-body);
}

.btn-tomoe-outline {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  height: 40px;
  padding: 8px 16px;
  border: 1px solid var(--tomoe-blue-500);
  border-radius: 56px;
  background: transparent;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--tomoe-blue-500);
  text-decoration: none;
  white-space: nowrap;
}

.project-card-des {
  display: flex;
  gap: 8px;
  flex-direction: column;
}

.color-blue {
  color: var(--tomoe-blue-500);
}

.btn-tomoe-outline img {
  width: 24px;
  height: 24px;
}

/* Owl — Sản phẩm nổi bật */
.products-carousel {
  position: relative;
}
.products-carousel .owl-carousel .owl-dots.disabled,
.products-carousel .owl-carousel .owl-nav.disabled {
  display: flex;
}

.products-carousel__owl .item {
  display: flex;
  justify-content: center;
}
.products-carousel__owl .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  pointer-events: none;
  z-index: 2;
}
.products-carousel__owl .owl-nav button.owl-prev {
  transform: translateX(-50px);
}
.products-carousel__owl .owl-nav button.owl-next {
  transform: translateX(50px);
}
.products-carousel__owl .owl-nav button.owl-prev,
.products-carousel__owl .owl-nav button.owl-next {
  pointer-events: auto;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  background: var(--tomoe-bg-muted) !important;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
}
.products-carousel__owl .owl-nav button.owl-prev i,
.products-carousel__owl .owl-nav button.owl-next i {
  font-size: 14px;
}
.products-carousel__owl .owl-nav button span {
  display: flex;
  line-height: 0;
}
.products-carousel__owl .owl-nav button.owl-prev.disabled,
.products-carousel__owl .owl-nav button.owl-next.disabled {
  opacity: 1 !important;
  cursor: pointer !important;
  pointer-events: auto !important;
}
.products-carousel__owl .owl-nav button .products-carousel__nav-icon {
  font-size: 28px;
  line-height: 1;
  color: var(--tomoe-blue-500);
}
@media (max-width: 1299.98px) {
  .products-carousel__owl .owl-nav {
    display: none;
  }
}

/* Owl — Dự án nổi bật */
.project-carousel {
  position: relative;
}
.project-carousel .owl-carousel .owl-dots.disabled,
.project-carousel .owl-carousel .owl-nav.disabled {
  display: flex;
}

.project-carousel__owl .item {
  display: flex;
  justify-content: center;
}
.project-carousel__owl .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  pointer-events: none;
  z-index: 2;
}
.project-carousel__owl .owl-nav button.owl-prev {
  transform: translateX(-50px);
}
.project-carousel__owl .owl-nav button.owl-next {
  transform: translateX(50px);
}
.project-carousel__owl .owl-nav button.owl-prev,
.project-carousel__owl .owl-nav button.owl-next {
  pointer-events: auto;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  background: var(--tomoe-bg-muted) !important;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
}
.project-carousel__owl .owl-nav button.owl-prev i,
.project-carousel__owl .owl-nav button.owl-next i {
  font-size: 14px;
}
.project-carousel__owl .owl-nav button span {
  display: flex;
  line-height: 0;
}
.project-carousel__owl .owl-nav button.owl-prev.disabled,
.project-carousel__owl .owl-nav button.owl-next.disabled {
  opacity: 1 !important;
  cursor: pointer !important;
  pointer-events: auto !important;
}
.project-carousel__owl .owl-nav button .products-carousel__nav-icon {
  font-size: 28px;
  line-height: 1;
  color: var(--tomoe-blue-500);
}
@media (max-width: 1299.98px) {
  .project-carousel__owl .owl-nav {
    display: none;
  }
}

/* Owl — Tin tức */
.news-carousel {
  position: relative;
}
.news-carousel .owl-carousel .owl-dots.disabled,
.news-carousel .owl-carousel .owl-nav.disabled {
  display: flex;
}

.news-carousel__owl .item {
  display: flex;
  justify-content: center;
}
.news-carousel__owl .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  pointer-events: none;
  z-index: 2;
}
.news-carousel__owl .owl-nav button.owl-prev {
  transform: translateX(-50px);
}
.news-carousel__owl .owl-nav button.owl-next {
  transform: translateX(50px);
}
.news-carousel__owl .owl-nav button.owl-prev,
.news-carousel__owl .owl-nav button.owl-next {
  pointer-events: auto;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  background: var(--tomoe-bg-muted) !important;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
}
.news-carousel__owl .owl-nav button.owl-prev i,
.news-carousel__owl .owl-nav button.owl-next i {
  font-size: 14px;
}
.news-carousel__owl .owl-nav button span {
  display: flex;
  line-height: 0;
}
.news-carousel__owl .owl-nav button.owl-prev.disabled,
.news-carousel__owl .owl-nav button.owl-next.disabled {
  opacity: 1 !important;
  cursor: pointer !important;
  pointer-events: auto !important;
}
.news-carousel__owl .owl-nav button .products-carousel__nav-icon {
  font-size: 28px;
  line-height: 1;
  color: var(--tomoe-blue-500);
}
@media (max-width: 1299.98px) {
  .news-carousel__owl .owl-nav {
    display: none;
  }
}

.product-card {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.product-card__media {
  position: relative;
  height: 456px;
  overflow: hidden;
  border-radius: 8px;
}

.product-card__media img.product-card__cover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-card__overlay {
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  background: rgba(9, 31, 132, 0.85);
  opacity: 0;
  transition: opacity 0.25s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 24px;
  text-align: left;
}
.product-card__overlay i {
  color: var(--tomoe-green);
}

.product-card:hover .product-card__overlay {
  opacity: 1;
}

.product-card__overlay > p {
  margin: 0;
  max-width: 322px;
  width: 100%;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 26px;
}

.product-card__overlay > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
  text-decoration: none;
}

.product-card__overlay > a img {
  width: 16px;
  height: 13px;
}

.product-card__title {
  margin: 0;
  padding: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: var(--tomoe-gray-9);
}

/* â€”â€” Services â€”â€” */
.section-services {
  padding: 64px 0 80px;
}

.section-services__head {
  text-align: center;
  max-width: 837px;
  margin: 0 auto 48px;
}

.section-services__title {
  margin: 0 0 16px;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  text-transform: uppercase;
  color: var(--tomoe-blue-title);
}

.section-services__lead {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  color: rgba(38, 38, 38, 0.8);
}

.service-row {
  margin-bottom: 48px;
}

.service-row:last-child {
  margin-bottom: 0;
}

.service-row__media {
  height: 400px;
  border-radius: 8px;
  overflow: hidden;
}

.service-row__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service-row__body {
  min-width: 0;
}

.service-row:not(.service-row--reverse) .service-row__body {
  padding-left: 0;
}

@media (min-width: 992px) {
  .service-row:not(.service-row--reverse) .service-row__body {
    padding-left: 30px;
  }
}
.service-row--reverse .service-row__body {
  padding-right: 0;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media (min-width: 992px) {
  .service-row--reverse .service-row__body {
    padding-right: 30px;
  }
}
.service-row__icon {
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
}

.service-row__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.service-row__body h3 {
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: var(--tomoe-gray-9);
}

.service-row__body p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 24px;
  color: var(--tomoe-gray-body);
  text-align: justify;
}

.service-row--reverse .service-row__body p {
  text-align: justify;
}

.service-row__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--tomoe-blue-500);
  text-decoration: none;
}

.service-row__link img {
  width: 16px;
  height: 13px;
}

@media (max-width: 991.98px) {
  .service-row:not(.service-row--reverse) .service-row__body,
  .service-row--reverse .service-row__body {
    padding: 0;
    text-align: left;
    align-items: flex-start;
  }
}
/* â€”â€” Projects â€”â€” */
.section-projects {
  background: var(--tomoe-bg-muted);
  padding: 64px 0;
}

.section-projects__head {
  margin-bottom: 32px;
}

.section-projects__title {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  text-transform: uppercase;
  color: var(--tomoe-blue-title);
}

.section-projects__stat {
  display: flex;
  align-items: center;
  gap: 16px;
}

.section-projects__stat-num {
  margin: 0;
  font-size: 48px;
  font-weight: 800;
  line-height: 40px;
  text-transform: uppercase;
  color: #000;
  border-bottom: 6px solid var(--tomoe-green);
  padding-bottom: 4px;
}

.section-projects__stat-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.section-projects__stat p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: var(--tomoe-gray-body);
}

.section-projects__more {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--tomoe-blue-500);
  text-decoration: none;
}

.section-projects__more img {
  width: 24px;
  height: 24px;
}

.project-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.project-card:hover img {
  transform: scale(1.2);
}

.project-card__media {
  position: relative;
  height: 270px;
  border-radius: 8px;
  overflow: hidden;
}

.project-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.7s;
}

.project-card__badge {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: flex;
  align-items: center;
  height: 32px;
  padding: 8px 16px;
  border-radius: 56px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10.2px);
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: var(--tomoe-blue-500);
}

.project-card h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: var(--tomoe-gray-9);
}

.project-card__loc {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  line-height: 22px;
  color: var(--tomoe-gray-muted);
}
.project-card__loc i {
  color: var(--tomoe-blue-500);
}

.project-card__loc i {
  font-size: 16px;
  line-height: 1;
}

.project-card__loc img {
  width: 16px;
  height: 16px;
}

/* â€”â€” News â€”â€” */
.section-news {
  padding: 64px 0;
}

.section-news__title {
  margin: 0;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  text-transform: uppercase;
  color: var(--tomoe-news-title);
}

.news-wrap {
  position: relative;
}

.news-card {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border: 1px solid rgba(216, 216, 216, 0.5);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.news-card__img {
  position: relative;
  height: 212px;
  overflow: hidden;
}

.news-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-card__body {
  padding: 16px 8px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.news-card__meta {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #4f5465;
}

.news-card__meta img {
  width: 20px !important;
  height: 20px;
}

.news-card__title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--tomoe-gray-9);
}

.news-card__more {
  margin-top: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--tomoe-link-blue);
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .section-news {
    padding-left: 0;
    padding-right: 0;
  }
}
.site-footer {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: var(--tomoe-footer-deep);
  color: #fff;
}

.site-footer__deco-ellipse {
  position: absolute;
  right: -200px;
  top: 143px;
  width: 1365px;
  height: 1365px;
  pointer-events: none;
  opacity: 0.35;
}

.site-footer__deco-br {
  position: absolute;
  right: -365px;
  bottom: -123px;
  width: 1366px;
  height: 774px;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.site-footer__corner {
  position: absolute;
  right: 24px;
  bottom: 120px;
  width: 38px;
  height: 40px;
}

.site-footer__inner {
  position: relative;
  z-index: 2;
  padding: 40px 0 32px;
}

@media (max-width: 1199.98px) {
  .site-footer__inner {
    padding: 40px 0 32px;
  }
}
@media (max-width: 767.98px) {
  .site-footer__inner {
    padding: 32px 0 24px;
  }
}
.site-footer__logo {
  height: 76px;
  width: auto;
  margin-bottom: 24px;
}

.site-footer__grid {
  margin-bottom: 24px;
}

.site-footer__col-title {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}

.site-footer__rule {
  width: 127px;
  height: 3px;
  margin: 0 0 16px;
  border: 0;
  background: #d9d9d9;
  opacity: 1;
}

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

.site-footer__list a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
}

.site-footer__list a:hover {
  text-decoration: underline;
}

address.site-footer__col--office {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-style: normal;
}

.site-footer__col--links {
  display: flex;
  flex-direction: column;
}

.site-footer__line {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
.site-footer__line a {
  color: #fff;
  text-decoration: none;
}

.site-footer__line img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-top: 2px;
}

.site-footer__line--phone img {
  width: 20px;
  height: 20px;
}

.site-footer__badge {
  margin-top: auto;
}

.site-footer__badge img {
  width: 176px;
  height: auto;
}

.site-footer__copy {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}

.site-footer__copy span {
  color: var(--tomoe-green);
}

.site-footer__social {
  align-items: center;
}

.site-footer__social a {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  position: relative;
  color: #fff;
  text-decoration: none;
  border-radius: 100%;
  border: 1px solid var(--tomoe-bg-muted);
}

.site-footer__social a img.ring {
  position: absolute;
  inset: 0;
  width: 40px;
  height: 40px;
}

.site-footer__social a img.icon {
  position: relative;
  width: 20px;
  height: 20px;
  z-index: 1;
}

/* Chat FAB */
.chat-fab {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1050;
  width: 64px;
  height: 64px;
  padding: 0;
  border: 0;
  border-radius: 70px;
  background: #005fe7;
  display: grid;
  place-items: center;
  box-shadow: 0 0 10px rgba(12, 23, 39, 0.25);
  cursor: pointer;
}

.chat-fab img {
  width: 64px;
  height: 64px;
}

/* Chat widget panel (Figma 2858:6046) */
.chat-widget {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1050;
}

.chat-widget__panel {
  position: absolute;
  right: 0;
  bottom: calc(64px + 16px);
  width: 364px;
  max-width: calc(100vw - 48px);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 10px rgba(12, 23, 39, 0.25);
}

.chat-widget__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: 64px;
  padding: 0 24px;
  background: #0d70ff;
}

.chat-widget__title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  white-space: nowrap;
}

.chat-widget__close {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.chat-widget__close img {
  display: block;
  width: 24px;
  height: 24px;
}

.chat-widget__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 16px;
  background: #fff;
}

.chat-widget__item {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: inherit;
}

.chat-widget__item:hover .chat-widget__item-link {
  text-decoration: underline;
}

.chat-widget__item-icon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  object-fit: cover;
}

.chat-widget__item:first-child .chat-widget__item-icon {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.chat-widget__item-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.chat-widget__item-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: #8c8c8c;
}

.chat-widget__item-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #0a1f84;
  word-break: break-all;
}

.chat-widget .chat-fab {
  position: relative;
  right: auto;
  bottom: auto;
}

/* —— Trang Giới thiệu (Figma 187:1718) —— */
.page-about {
  background: #fff;
}

.about-hero {
  position: relative;
  min-height: 600px;
  overflow: hidden;
}

.about-hero__media {
  position: absolute;
  inset: 0;
}

.about-hero__bg,
.about-hero__fg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-hero__fg {
  z-index: 1;
}

.about-hero__gradient {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(1, 16, 38, 0.7) 0%, rgba(2, 26, 59, 0.2) 25%, rgba(2, 26, 59, 0) 69%, rgba(2, 26, 59, 0) 100%);
  pointer-events: none;
}

.about-hero__header {
  position: relative;
  z-index: 4;
}

.about-breadcrumb {
  background: #f5f5f5;
  padding: 8px 0;
  font-family: var(--tomoe-font-sans);
  font-size: 14px;
  line-height: 22px;
}

.about-breadcrumb__list {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.about-breadcrumb a {
  color: var(--tomoe-blue-500);
  text-decoration: none;
}

.about-breadcrumb a:hover {
  text-decoration: underline;
}

.about-breadcrumb__sep {
  color: var(--tomoe-blue-500);
  opacity: 0.7;
}

.about-breadcrumb__current {
  color: var(--tomoe-gray-muted);
  opacity: 0.7;
}

.about-intro {
  padding: 64px 16px;
  font-family: var(--tomoe-font-sans);
}

.about-intro__inner {
  max-width: 1170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.about-intro__lead {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.about-intro__kicker {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--tomoe-green);
}

.about-intro__title {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  text-transform: uppercase;
  color: var(--tomoe-blue-title);
}

.about-intro__text {
  margin: 0;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 26px;
  color: rgba(38, 38, 38, 0.8);
}

.about-facilities {
  padding: 0 16px 64px;
  font-family: var(--tomoe-font-sans);
}

.about-facilities__fluid {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.about-facility-card__media {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 570/350;
  max-height: 350px;
}

.about-facility-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.about-facility-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(1, 32, 96, 0.5) 0%, rgba(1, 32, 96, 0) 44.6%);
  pointer-events: none;
}

.about-facility-card__caption {
  margin: 16px 0 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
  color: #262626;
}

.about-vision {
  position: relative;
  overflow: hidden;
  min-height: 636px;
  padding-bottom: 52px;
  background: linear-gradient(112.63deg, #012060 5.4%, #3d61ac 121.69%);
  font-family: var(--tomoe-font-sans);
  color: #fff;
}

.about-vision__deco {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.about-vision__deco-img {
  position: absolute;
  display: block;
  height: auto;
}

.about-vision__deco-img--1 {
  left: -26%;
  bottom: 6%;
  width: min(1218px, 95vw);
}

.about-vision__deco-img--2 {
  left: -12%;
  top: 14%;
  width: min(722px, 58vw);
}

.about-vision__deco-img--3 {
  left: -4%;
  top: 3%;
  width: min(496px, 42vw);
}

.about-vision__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, min(767px, 52%)) minmax(0, 1fr);
  align-items: center;
  gap: 0 32px;
  min-height: 636px;
  margin: 0 auto;
  padding: 0 max(16px, (100% - 1170px) / 2) 0 0;
}

.about-vision__photo {
  align-self: end;
  width: 100%;
  max-width: 767px;
  height: 509px;
}

.about-vision__photo-flip {
  width: 100%;
  height: 100%;
  transform: scaleY(-1) rotate(180deg);
}

.about-vision__photo-flip img {
  width: 767px;
  height: 509px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
  position: absolute;
  bottom: -58px;
}

.about-vision__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  gap: 58px;
  padding: 48px 0 48px 8px;
}

.about-vision__block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.about-vision__icon-img {
  width: 56px;
  height: 56px;
  display: block;
  flex-shrink: 0;
}

.about-vision__heading {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  text-transform: uppercase;
  color: #fff;
}

.about-vision__text {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #e6eef8;
  max-width: 570px;
}

@media (max-width: 991.98px) {
  .about-vision__inner {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 0 16px 32px;
    gap: 32px;
  }
  .about-vision__photo {
    align-self: stretch;
    max-width: none;
    height: 280px;
    margin: 0 -16px;
  }
  .about-vision__photo-flip {
    transform: none;
  }
  .about-vision__content {
    padding: 0;
    gap: 40px;
    max-width: none;
  }
  .about-vision__deco-img--1 {
    left: -40%;
    width: 140%;
    bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .about-vision {
    min-height: 0;
    padding-bottom: 32px;
  }
  .about-vision__photo {
    height: 220px;
  }
}
.about-values {
  position: relative;
  overflow: hidden;
  min-height: 632px;
  background: #fff;
  font-family: var(--tomoe-font-sans);
}

.about-values__bg {
  position: absolute;
  left: 50%;
  top: 42px;
  transform: translateX(-50%);
  width: 1920px;
  max-width: none;
  height: 800px;
  pointer-events: none;
}

.about-values__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center top;
     object-position: center top;
  display: block;
}

.about-values__inner {
  position: relative;
  z-index: 1;
  max-width: 1170px;
  margin: 0 auto;
  padding: 64px 16px 80px;
  min-height: 632px;
}

.about-values__head {
  position: relative;
  width: 100%;
  max-width: 401px;
  height: 230px;
  margin: 0 0 60px;
}

.about-values__num {
  position: absolute;
  left: 74px;
  top: 0;
  transform: translateX(-50%);
  margin: 0;
  text-align: center;
  font-size: 300px;
  font-weight: 600;
  line-height: 230px;
  letter-spacing: -0.06em;
  font-family: var(--tomoe-font-sans);
  background: linear-gradient(180deg, #0a1f84 0%, rgba(10, 31, 132, 0) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.about-values__title {
  position: absolute;
  left: 101px;
  top: 170px;
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  text-transform: uppercase;
  color: var(--tomoe-blue-title);
}

.about-values__grid {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 32px 40px;
  justify-content: flex-start;
}

.about-values__grid > li {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}

@media (min-width: 1200px) {
  .about-values__grid {
    flex-wrap: nowrap;
    gap: 48px;
  }
  .about-values__grid > li {
    flex: 1 1 0;
  }
}
.about-values__item-title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
  color: var(--tomoe-blue-500);
}

.about-values__grid p {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  color: #000;
}

@media (max-width: 1199.98px) {
  .about-values__bg {
    width: 140%;
    height: 560px;
  }
}
@media (max-width: 767.98px) {
  .about-values {
    min-height: 0;
  }
  .about-values__inner {
    min-height: 0;
    padding-top: 48px;
    padding-bottom: 64px;
  }
  .about-values__head {
    height: auto;
    min-height: 200px;
    margin-bottom: 40px;
  }
  .about-values__num {
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    font-size: clamp(160px, 42vw, 260px);
    line-height: 0.85;
    padding-bottom: 8px;
  }
  .about-values__title {
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    text-align: center;
  }
  .about-values__bg {
    top: 24px;
    height: 420px;
    opacity: 0.85;
  }
}
.about-journey {
  background: #f7f7f7;
  padding: 64px 0 72px;
  font-family: var(--tomoe-font-sans);
}

.about-journey__nav-custom button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border: 0;
  opacity: 0.8;
  background: #FFF;
}

.about-journey__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  text-transform: uppercase;
  color: var(--tomoe-blue-title);
}

.about-journey__nav-custom {
  display: flex;
  align-items: center;
  gap: 16px;
}

.about-journey__nav-custom .owl-nav {
  position: static;
  display: flex;
  gap: 16px;
  margin: 0;
  transform: none;
  width: auto;
  pointer-events: auto;
}

.about-journey__nav-custom .owl-nav button.owl-prev,
.about-journey__nav-custom .owl-nav button.owl-next {
  position: static;
  transform: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #e8edf5 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.about-journey__nav-custom .owl-nav button.owl-prev.disabled,
.about-journey__nav-custom .owl-nav button.owl-next.disabled {
  opacity: 1 !important;
  cursor: pointer !important;
  pointer-events: auto !important;
}

.journey-carousel__nav-icon {
  font-size: 22px;
  line-height: 1;
  color: var(--tomoe-blue-500);
}

.about-journey__rail {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 16px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.about-journey__rail::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background: var(--tomoe-blue-100);
  z-index: 0;
  pointer-events: none;
}

.about-journey__rail-dot {
  position: relative;
  z-index: 1;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--tomoe-blue-500);
  flex-shrink: 0;
  box-shadow: 0 0 0 2px var(--tomoe-bg-muted);
}

.journey-carousel {
  position: relative;
}
.journey-carousel .owl-carousel .owl-dots.disabled,
.journey-carousel .owl-carousel .owl-nav.disabled {
  display: flex;
}

.journey-carousel__owl .item {
  display: flex;
  justify-content: center;
}

.journey-card {
  width: 100%;
  height: 352px;
  padding: 24px 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(71, 100, 195, 0.1);
}

.journey-card__year {
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
  color: #262626;
}

.journey-card__list {
  margin: 0;
  padding-left: 1.1rem;
  font-size: 16px;
  line-height: 26px;
  color: #262626;
}

.journey-card__list li + li {
  margin-top: 12px;
}

.about-journey__years {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
  margin-top: 32px;
}

.about-journey__year {
  border: 0;
  padding: 0;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  color: rgba(38, 38, 38, 0.7);
  cursor: pointer;
}

.about-journey__year.is-active {
  color: var(--tomoe-blue-title);
}

@media (max-width: 1299.98px) {
  .about-journey__nav-custom {
    width: 100%;
    justify-content: flex-end;
  }
}
/* —— Trang Tomoe Group (Figma 189:3035) —— */
.page-tomoe-group .about-hero--tomoe-group .about-hero__bg {
  -o-object-position: center top;
     object-position: center top;
}

.tomoe-group-branches {
  padding: 64px 0 80px;
  font-family: var(--tomoe-font-sans);
  background: #fff;
}

.tomoe-group-branches__container {
  max-width: 1170px;
}

.tomoe-group-branches__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-bottom: 48px;
}

.tomoe-group-branches__lead {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.tomoe-group-branches__kicker {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--tomoe-green);
}

.tomoe-group-branches__title {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  text-transform: uppercase;
  color: var(--tomoe-blue-title);
}

.tomoe-group-branches__intro {
  margin: 0;
  max-width: 1170px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: rgba(38, 38, 38, 0.8);
}

.tomoe-group-branches__map {
  position: relative;
  width: 100%;
  max-width: 756px;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 756/564;
}

.tomoe-group-branches__map-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.tomoe-group-branches__pins {
  position: absolute;
  inset: 0;
}

.tomoe-group-branches__pin {
  position: absolute;
  width: min(71px, 9.4vw);
  height: auto;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.tomoe-group-branches__marker-vn {
  position: absolute;
  left: 58.37%;
  top: 62.08%;
  transform: translate(-50%, -100%);
  width: min(172px, 23vw);
  line-height: 0;
  text-decoration: none;
  z-index: 2;
  transition: transform 0.2s ease;
}
.tomoe-group-branches__marker-vn:hover, .tomoe-group-branches__marker-vn:focus-visible {
  transform: translate(-50%, -100%) scale(1.03);
  outline: none;
}
.tomoe-group-branches__marker-vn img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 767.98px) {
  .about-hero {
    min-height: 480px;
  }
  .about-intro__title {
    font-size: 24px;
    line-height: 32px;
  }
  .tomoe-group-branches {
    padding: 48px 0 56px;
  }
  .tomoe-group-branches__head {
    margin-bottom: 32px;
  }
  .tomoe-group-branches__title {
    font-size: 22px;
    line-height: 30px;
  }
  .tomoe-group-branches__kicker {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.5px;
  }
}
/* —— Trang danh sách Khí công nghiệp (Figma 183:1182) —— */
.site-header.site-header--surface.navbar {
  background: #fff !important;
  border-bottom: 3px solid #10a6ff;
}

.site-header.site-header--scrollable.site-header--surface {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
}

.site-header.site-header--surface .site-header__nav .nav-link {
  color: #01224f !important;
  font-weight: 600;
}

.site-header.site-header--surface .site-header__nav .nav-link:hover,
.site-header.site-header--surface .site-header__nav .nav-link:focus {
  color: #0252bd !important;
}

.site-header.site-header--surface .site-header__lang {
  border-color: #d8d8d8;
}

.site-header.site-header--surface .site-header__lang span,
.site-header.site-header--surface .site-header__lang-label {
  color: #262626;
}

.page-products {
  background: #fff;
}

.products-list-hero {
  position: relative;
  height: 300px;
  overflow: hidden;
  font-family: var(--tomoe-font-sans);
}

.products-list-hero__media {
  position: absolute;
  inset: 0;
}

.products-list-hero__bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.products-list-hero__shade {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}

.products-list-hero__inner {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 16px;
}

.products-list-hero__title {
  margin: 0;
  font-size: 36px;
  font-weight: 800;
  line-height: 46px;
  text-transform: uppercase;
  color: #fff;
}

/* Tin tức — archive (Figma 2792:2197) */
.page-news-archive .news-archive-hero .products-list-hero__title {
  font-weight: 700;
}

.news-archive {
  padding: 48px 16px 56px;
  background: #fff;
  font-family: var(--tomoe-font-sans);
}

.news-archive__inner {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.page-news-archive .news-archive .news-card {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.news-archive__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 24px;
}

@media (max-width: 1199.98px) {
  .news-archive__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 991.98px) {
  .news-archive__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575.98px) {
  .news-archive__grid {
    grid-template-columns: 1fr;
  }
}
.news-archive__pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 48px;
}

.news-archive__pager-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  color: #171717;
  background: #eef0f4;
}

.news-archive__pager-link:hover {
  color: #171717;
}

.news-archive__pager-link.is-active {
  background: #0252bd;
  color: #fff;
}

.products-list-subnav {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  font-family: var(--tomoe-font-sans);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.products-list-subnav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  max-width: 1170px;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.products-list-subnav__link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  height: 38px;
  padding: 0 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  text-decoration: none;
  color: #8c8c8c;
  border-bottom: 3px solid transparent;
}

.products-list-subnav__link:hover {
  color: #0252bd;
}

.products-list-subnav__link.is-active {
  color: #0252bd;
  border-bottom-color: #0252bd;
}

.products-list-subnav__sep {
  flex: 0 0 auto;
  width: 1px;
  height: 16px;
  background: #d9d9d9;
}

.products-list-section {
  background: #f5f5f5;
  padding: 64px 16px 72px;
  font-family: var(--tomoe-font-sans);
}

.products-list-section__inner {
  max-width: 1170px;
  margin: 0 auto;
}

.products-list-grid {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.products-list-grid__row {
  display: flex;
  gap: 48px;
  align-items: stretch;
}

.products-list-grid__row--2 > .products-list-card,
.products-list-grid__row--3 > .products-list-card {
  flex: 1 1 0;
  min-width: 0;
}

.products-list-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.products-list-card:hover .product-list-view {
  transform: scale(1);
}

.products-list-card__media {
  position: relative;
  aspect-ratio: 570/400;
  overflow: hidden;
  background: #e8ecf2;
  position: relative;
}

.products-list-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.products-list-card__badge {
  position: absolute;
  left: 8px;
  top: 8px;
  width: 87px;
  height: auto;
  z-index: 1;
  pointer-events: none;
}

.products-list-card__title {
  margin: 0;
  padding: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #262626;
  text-align: center;
}

@media (max-width: 991.98px) {
  .products-list-grid__row {
    flex-direction: column;
    gap: 24px;
  }
  .products-list-subnav__inner {
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .products-list-hero {
    height: 240px;
  }
  .products-list-hero__title {
    font-size: 26px;
    line-height: 34px;
  }
  .products-list-section {
    padding: 40px 16px 48px;
  }
  .products-list-grid {
    gap: 24px;
  }
}
.product-list-view {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  gap: 8px;
  transition: all 0.8s ease;
  transform: scale(0);
}

.products-list-card__icon {
  width: 50px;
  height: 50px;
  border: 1px solid var(--tomoe-green);
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* —— Chi tiết sản phẩm (Figma 186:1224) —— */
.product-detail-bar {
  background: #fff;
  padding: 40px 16px;
  font-family: var(--tomoe-font-sans);
}

.product-detail-bar__inner {
  max-width: 1170px;
  margin: 0 auto;
}

.product-detail-bar__grid {
  display: flex;
  gap: 48px;
  align-items: flex-start;
}

.product-detail-gallery {
  flex: 1 1 0;
  min-width: 0;
}

.product-detail-gallery__frame {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 570/400;
  background: #e8ecf2;
}

.product-detail-gallery__frame [data-product-gallery-img] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.product-detail-gallery__badge {
  position: absolute;
  left: 8px;
  top: 8px;
  width: 87px;
  height: auto;
  z-index: 2;
  pointer-events: none;
}

.product-detail-gallery__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  line-height: 0;
}

.product-detail-gallery__nav--prev {
  left: 8px;
}

.product-detail-gallery__nav--next {
  right: 8px;
}

.product-detail-gallery__nav img {
  display: block;
  width: 40px;
  height: 40px;
}

.product-detail-aside {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 394px;
  padding: 16px 0;
}

.product-detail-aside__title {
  margin: 0 0 16px;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  color: #171717;
}

.product-detail-aside__lead {
  margin: 0;
  max-width: 561px;
  font-size: 16px;
  line-height: 24px;
  color: #3a3a3a;
}

.product-detail-aside__cta-block {
  margin-top: auto;
  width: 100%;
}

.product-detail-aside__cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 48px;
  align-items: center;
  margin-bottom: 16px;
}

.product-detail-aside__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 215px;
  height: 56px;
  padding: 8px 16px;
  background: #0252bd;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.product-detail-aside__btn:hover {
  color: #fff;
  filter: brightness(1.05);
}

.product-detail-aside__phone-label {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #3a3a3a;
}

.product-detail-aside__phone-num {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #171717;
}
.product-detail-aside__phone-num i {
  color: var(--tomoe-blue-500);
}

.product-detail-aside__phone-num a {
  color: inherit;
  text-decoration: none;
}

.product-detail-aside__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid #e6e6e6;
}

.product-detail-aside__stats {
  display: flex;
  gap: 16px;
  align-items: center;
}

.product-detail-aside__stat {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  color: #595959;
}

.product-detail-aside__stat:first-child {
  color: #0252bd;
}

.product-detail-aside__share {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 4px 8px;
  border-radius: 45px;
}

.product-detail-aside__share-label {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #4f5465;
}

.product-detail-aside__share-link {
  color: #0252bd;
  font-size: 24px;
  line-height: 1;
}

.product-detail-desc {
  background: #f5f5f5;
  padding: 40px 16px;
  font-family: var(--tomoe-font-sans);
}

.product-detail-desc__inner {
  max-width: 1170px;
  margin: 0 auto;
}

.product-detail-desc__box {
  border: 1px solid #e9eef4;
  overflow: hidden;
  background: #fff;
}

.product-detail-desc__head {
  margin: 0;
  padding: 12px 48px;
  background: #f3f8ff;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  color: #171717;
}

.product-detail-desc__body {
  padding: 32px 48px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.product-detail-desc__sub {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: #000;
}

.product-detail-desc__specs {
  display: block;
  width: 100%;
  height: auto;
}

.product-detail-desc__p {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  color: #262626;
}

.product-detail-desc__block .product-detail-desc__p + .product-detail-desc__p {
  margin-top: 16px;
}

.product-detail-related {
  background: #fff;
  padding: 56px 16px;
  font-family: var(--tomoe-font-sans);
}

.product-detail-related__inner {
  max-width: 1170px;
  margin: 0 auto;
}
.product-detail-related__inner .owl-nav .owl-prev,
.product-detail-related__inner .owl-nav .owl-next {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  opacity: 0.8;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.product-detail-related__inner .owl-nav .owl-prev i,
.product-detail-related__inner .owl-nav .owl-next i {
  color: #000;
}

.product-detail-related__title {
  margin: 0 0 32px;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  text-transform: uppercase;
  color: var(--tomoe-blue-title);
}

.product-detail-related__stage {
  position: relative;
}

.product-detail-related__owl {
  position: relative;
  padding: 4px 0 12px;
}

.product-detail-related__owl .item {
  height: 100%;
}

.product-detail-related__owl .product-detail-related__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  text-decoration: none;
  color: inherit;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.product-detail-related__owl .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
  z-index: 2;
}

.product-detail-related__owl .owl-nav .owl-prev,
.product-detail-related__owl .owl-nav .owl-next {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent !important;
  pointer-events: auto;
}

.product-detail-related__owl .owl-nav .owl-prev:hover,
.product-detail-related__owl .owl-nav .owl-next:hover,
.product-detail-related__owl .owl-nav .owl-prev:focus,
.product-detail-related__owl .owl-nav .owl-next:focus {
  background: transparent !important;
}

.product-detail-related__nav-img {
  display: inline-flex;
  line-height: 0;
}

.product-detail-related__nav-img img {
  display: block;
}

.product-detail-related__media {
  position: relative;
  aspect-ratio: 570/400;
  background: #e8ecf2;
}

.product-detail-related__media img:first-child {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-detail-related__badge {
  position: absolute;
  left: 8px;
  top: 8px;
  width: 87px;
  height: auto;
  z-index: 1;
  pointer-events: none;
}

.product-detail-related__name {
  margin: 0;
  padding: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #262626;
  text-align: center;
}

@media (max-width: 991.98px) {
  .product-detail-bar__grid {
    flex-direction: column;
  }
  .product-detail-desc__head,
  .product-detail-desc__body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .product-detail-related__stage {
    padding: 0 40px;
  }
}
@media (max-width: 767.98px) {
  .product-detail-aside {
    min-height: 0;
  }
  .product-detail-related__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.product-detail-aside__icon {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 32px;
  background: #FFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  color: var(--tomoe-blue-500);
}

/* Chi tiết bài viết tin tức (Figma 2792:1982) */
.news-detail {
  padding: 32px 16px 0;
  background: #fff;
  font-family: var(--tomoe-font-sans);
}

.news-detail__inner {
  max-width: 1170px;
  margin: 0 auto;
}

.news-detail__wrap {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.news-detail__share {
  display: flex;
  flex: 0 0 56px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 16px 10px 20px;
  border-radius: 45px;
  background: rgba(246, 246, 246, 0.5);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 96px;
}

.news-detail__share-label {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #4f5465;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-align: center;
}

.news-detail__share-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #4f5465;
  text-decoration: none;
}

.news-detail__share-link:hover {
  color: var(--tomoe-blue-500);
}

.news-detail__main {
  flex: 1 1 0;
  min-width: 0;
  max-width: 766px;
}

.news-detail-breadcrumb {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 22px;
}

.news-detail-breadcrumb a {
  color: #0252bd;
  text-decoration: none;
}

.news-detail-breadcrumb a:hover {
  text-decoration: underline;
}

.news-detail-breadcrumb__sep {
  color: #0252bd;
  opacity: 0.7;
}

.news-detail-breadcrumb__current {
  color: #4f5465;
  opacity: 0.7;
}

.news-detail__title {
  margin: 0 0 16px;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  color: #090c13;
}

.news-detail__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #4f5465;
}

.news-detail__meta img {
  width: 20px !important;
  height: 20px;
}

.news-detail__lead {
  margin: 0 0 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #3a3a3a;
}

.news-detail__figure {
  margin: 0 0 24px;
  border-radius: 16px;
  overflow: hidden;
}

.news-detail__figure img {
  display: block;
  width: 100%;
  height: auto;
}

.news-detail__article {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.news-detail__h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #171717;
}

.news-detail__h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  color: #171717;
}

.news-detail__p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #3a3a3a;
}

.news-detail__ul {
  margin: 0;
  padding-left: 1.25rem;
  font-size: 16px;
  line-height: 24px;
  color: #3a3a3a;
}

.news-detail__ul li + li {
  margin-top: 4px;
}

.news-detail__rule {
  margin: 24px 0 0;
  border: 0;
  border-top: 1px solid rgba(216, 216, 216, 0.5);
  opacity: 1;
}

.news-detail__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 16px;
  padding: 8px 0 0;
  font-size: 14px;
  line-height: 22px;
  border-bottom: 1px solid rgba(216, 216, 216, 0.5);
  padding-bottom: 8px;
}

.news-detail__tags-label {
  font-weight: 500;
  color: #4f5465;
  opacity: 0.7;
}

.news-detail__tags-inner {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  color: #090c13;
}

.news-detail__tags-slash {
  color: #4f5465;
  padding: 0 2px;
}

.news-detail__sidebar {
  flex: 0 0 374px;
  max-width: 100%;
  padding: 24px 16px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 5px rgba(4, 124, 219, 0.15);
}

.news-detail-sidebar__title {
  margin: 0 0 24px;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  color: #232323;
}

.news-detail-sidebar__list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.news-detail-sidebar-item {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  text-decoration: none;
  color: inherit;
}

.news-detail-sidebar-item:hover .news-detail-sidebar-item__title {
  color: var(--tomoe-blue-500);
}

.news-detail-sidebar-item__thumb {
  flex: 0 0 110px;
  width: 110px;
  height: 78px;
  border-radius: 10px;
  overflow: hidden;
  background: #e8ecf2;
}

.news-detail-sidebar-item__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.news-detail-sidebar-item__body {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.news-detail-sidebar-item__meta {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #4f5465;
}

.news-detail-sidebar-item__meta img {
  width: 20px !important;
  height: 20px;
}

.news-detail-sidebar-item__title {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #232323;
}

.news-detail-sidebar-item__sep {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid rgba(216, 216, 216, 0.5);
  opacity: 1;
}

.news-detail-related {
  background: #f5f5f5;
  padding: 56px 16px;
  font-family: var(--tomoe-font-sans);
}

.news-detail-related__inner {
  max-width: 1170px;
  margin: 0 auto;
}

.news-detail-related__title {
  margin: 0 0 32px;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  text-transform: uppercase;
  color: var(--tomoe-blue-title);
}

.news-detail-related__stage {
  position: relative;
}

.news-detail-related__owl {
  position: relative;
  padding: 4px 0 8px;
}

.page-news-detail .news-detail-related .news-card {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.news-detail-related__owl .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
  z-index: 2;
}

.news-detail-related__owl .owl-nav .owl-prev,
.news-detail-related__owl .owl-nav .owl-next {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent !important;
  pointer-events: auto;
}

.news-detail-related__owl .owl-nav .owl-prev:hover,
.news-detail-related__owl .owl-nav .owl-next:hover,
.news-detail-related__owl .owl-nav .owl-prev:focus,
.news-detail-related__owl .owl-nav .owl-next:focus {
  background: transparent !important;
}

.news-detail-related__nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  color: #0252bd;
  font-size: 16px;
}

@media (max-width: 1199.98px) {
  .news-detail__wrap {
    flex-direction: column;
    gap: 32px;
  }
  .news-detail__main {
    max-width: none;
  }
  .news-detail__sidebar {
    flex: none;
    width: 100%;
    max-width: 374px;
  }
}
@media (max-width: 767.98px) {
  .news-detail__title {
    font-size: 22px;
    line-height: 30px;
  }
  .news-detail-related__title {
    font-size: 24px;
    line-height: 32px;
  }
  .news-detail-related__stage {
    padding: 0 44px;
  }
}
/* Trang Liên hệ (Figma 2795:2669) */
.page-contact .contact-page-hero .products-list-hero__title {
  font-weight: 700;
}

.contact-page {
  padding: 48px 16px 64px;
  background: #fff;
  font-family: var(--tomoe-font-sans);
}

.contact-page__inner {
  max-width: 1170px;
  margin: 0 auto;
}

.contact-page__grid {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.contact-page__info {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.contact-page__company {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
  color: #1b1b1b;
}

.contact-page__offices {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-page__office {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-page__office-title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  color: #262626;
}

.contact-page__addr-row {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.contact-page__addr-icon {
  flex-shrink: 0;
  margin-top: 4px;
  font-size: 16px;
  color: #0252bd;
}

.contact-page__addr-text {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #171717;
}

.contact-page__map-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #0252bd;
  text-decoration: underline;
}

.contact-page__map-link:hover {
  color: #0252bd;
}

.contact-page__sep {
  margin: 0;
  border: 0;
  border-top: 1px solid #d8d8d8;
  opacity: 1;
}

.contact-page__contact-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact-page__row-icon {
  font-size: 16px;
  color: #0252bd;
  width: 16px;
  text-align: center;
}

.contact-page__row-link {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #171717;
  text-decoration: none;
}

.contact-page__row-link:hover {
  color: #0252bd;
}

.contact-page__map {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(6, 21, 86, 0.15);
  max-width: 573px;
}

.contact-page__map img {
  display: block;
  width: 100%;
  height: auto;
}

.contact-page__form-col {
  flex: 1 1 0;
  min-width: 0;
  align-self: stretch;
}

.contact-page__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  background: #f8f8f8;
}

.contact-page__form-head {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-page__form-title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
  color: #0c0c0c;
}

.contact-page__form-lead {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #595959;
}

.contact-page__fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-field {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  margin: 0;
  padding: 12px 16px;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
}

.contact-field--textarea {
  align-items: flex-start;
  min-height: 132px;
}

.contact-field__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  font-size: 18px;
  color: rgba(38, 38, 38, 0.55);
}

.contact-field__input {
  flex: 1 1 0;
  min-width: 0;
  border: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #262626;
  background: transparent;
  font-family: var(--tomoe-font-sans);
}

.contact-field__input::-moz-placeholder {
  color: rgba(38, 38, 38, 0.5);
}

.contact-field__input::placeholder {
  color: rgba(38, 38, 38, 0.5);
}

.contact-field__input:focus {
  outline: none;
}

.contact-field__textarea {
  resize: vertical;
  min-height: 108px;
}

.contact-page__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  align-self: flex-start;
  min-height: 48px;
  padding: 8px 16px;
  border: 0;
  border-radius: 56px;
  background: #0252bd;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  cursor: pointer;
  font-family: var(--tomoe-font-sans);
}

.contact-page__submit:hover {
  filter: brightness(1.06);
  color: #fff;
}

.contact-page__submit-icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

@media (max-width: 991.98px) {
  .contact-page__grid {
    flex-direction: column;
  }
  .contact-page__map {
    max-width: none;
  }
}/*# sourceMappingURL=style.css.map */