﻿@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;

}



.ul-reset {

  padding: 0;

  margin: 0;

}



.ul-reset li {

  list-style: none;

}



.hero {

  position: relative;

  min-height: 800px;

  margin: 0 auto;

}



.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;

}



.wrapper-app--home-header {

  position: relative;

}



.wrapper-app--home-header>.site-header--scrollable {

  width: 100%;

}



.site-header {

  position: absolute;

  z-index: 10;

  padding: 4px 0;

  min-height: 72px;

}



.site-header.navbar {

  background: transparent;

}



.site-header__bar {

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  justify-content: space-between;

  gap: 12px;

  width: 100%;

}



.site-header__menu-toggle {

  display: none;

  width: 42px;

  height: 42px;

  padding: 0;

  border: 0;

  background: transparent;

  cursor: pointer;

}



.site-header__mobile-actions {

  display: none;

}



.site-header__menu-toggle-icon {

  position: relative;

  display: block;

  width: 22px;

  height: 2px;

  margin: 0 auto;

  background: #fff;

}



.site-header__menu-toggle-icon::before,

.site-header__menu-toggle-icon::after {

  content: "";

  position: absolute;

  left: 0;

  width: 22px;

  height: 2px;

  background: #fff;

}



.site-header__menu-toggle-icon::before {

  top: -7px;

}



.site-header__menu-toggle-icon::after {

  top: 7px;

}



.site-header.site-header--surface .site-header__menu-toggle-icon,

.site-header.site-header--surface .site-header__menu-toggle-icon::before,

.site-header.site-header--surface .site-header__menu-toggle-icon::after {

  background: #01224f;

}



.site-header__menu-panel {

  margin-left: auto;

}



.site-header__mobile-head {

  display: none;

}



.site-header__menu-close {

  display: none;

}



.site-header__nav {

  display: flex;

  align-items: center;

  margin: 0;

  padding: 0;

  list-style: none;

}



.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);

  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-item {

  display: flex;

  align-items: center;

  gap: 8px;

  padding: 15px 0;

}



.site-header__chevron {

  width: 7px;

  height: 4px;

}



.site-header__nav-item.site-header__nav-item--dropdown {

  flex-direction: column;

  align-items: flex-start;

  gap: 0;

}

@media (min-width: 1200px) {

  .site-header__nav-item--tools {

    margin-left: 1rem;

  }

}





.site-header__nav-item--dropdown {

  position: relative;

}



.site-header__nav-item-inner {

  position: relative;

  z-index: 2;

  display: flex;

  align-items: center;

  gap: 4px;

}



.site-header__submenu-toggle {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  border: 0;

  background: transparent;

  padding: 0;

  cursor: pointer;

  transition: transform 0.2s ease;

}



.site-header__dropdown {

  position: absolute;

  top: calc(100%);

  left: 0;

  min-width: 220px;

  padding: 8px 0;

  margin: 0;

  background: #fff;

  border-radius: 4px;

  box-shadow: 0 8px 24px rgba(1, 34, 79, 0.12);

  opacity: 0;

  visibility: hidden;

  transform: translateY(6px);

  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;

  z-index: 1050;

  pointer-events: none;

}



.site-header__nav-item--dropdown:hover .site-header__dropdown,

.site-header__nav-item--dropdown:focus-within .site-header__dropdown {

  opacity: 1;

  visibility: visible;

  transform: translateY(0);

  pointer-events: auto;

}



.site-header__dropdown-link {

  display: block;

  padding: 10px 20px;

  font-size: 14px;

  font-weight: 500;

  line-height: 22px;

  color: #01224f;

  text-decoration: none;

  text-transform: none;

  white-space: nowrap;

}



.site-header__dropdown-link:hover,

.site-header__dropdown-link:focus {

  color: #0252bd;

  background: rgba(16, 166, 255, 0.08);

}



.site-header__dropdown-item .site-header__dropdown-link {

  text-transform: none;

}



@media (max-width: 1199.98px) {

  .site-header__mobile-actions {

    display: inline-flex;

    align-items: center;

    gap: 10px;

  }



  .site-header__mobile-lang {

    display: flex;

  }



  .site-header__mobile-lang .header-language-current {

    min-width: 64px;

  }



  .site-header__menu-toggle {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    position: relative;

    z-index: 1110;

  }



  .site-header #mainNav.site-header__menu-panel {

    display: block !important;

    position: fixed;

    top: 0;

    left: 0;

    width: 80%;

    max-width: 360px;

    height: 100vh;

    padding: 20px 20px 24px;

    overflow-y: auto;

    background: #01224f;

    transform: translateX(-100%);

    transition: transform 0.3s ease;

    z-index: 1100;

    visibility: hidden;

  }



  .site-header .site-header__mobile-head {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 12px;

    margin-bottom: 14px;

    padding-bottom: 12px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.2);

  }



  .site-header .site-header__mobile-head .header-language {

    display: flex;

    align-items: center;

    gap: 8px;

  }



  .site-header .site-header__menu-close {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    width: 36px;

    height: 36px;

    border: 0;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.12);

    color: #fff;

    font-size: 26px;

    line-height: 1;

    cursor: pointer;

  }



  .site-header #mainNav.site-header__menu-panel.is-open {

    transform: translateX(0);

    visibility: visible;

  }



  body.site-mobile-menu-open {

    overflow: hidden;

  }



  .site-header .site-header__nav {

    display: flex;

    flex-direction: column;

    align-items: flex-start !important;

    margin-top: 0;

  }



  .site-header .site-header__nav-item {

    width: 100%;

    padding: 10px 0;

  }



  .site-header .site-header__tools {

    flex-wrap: wrap;

    width: 100%;

  }



  .site-header .site-header__tools .site-header__vsep,

  .site-header .site-header__tools .header-language {

    display: none;

  }



  .site-header__nav-item--dropdown {

    flex-direction: column;

    align-items: flex-start;

    width: 100%;

  }



  .site-header__dropdown {

    position: static;

    width: 100%;

    min-width: 0;

    max-height: 0;

    padding: 0 0 0 12px;

    margin-top: 4px;

    background: transparent;

    box-shadow: none;

    opacity: 0;

    visibility: hidden;

    transform: none;

    pointer-events: none;

    overflow: hidden;

    transition: max-height 0.25s ease, opacity 0.2s ease, padding 0.2s ease;

  }



  .site-header__nav-item--dropdown.is-expanded .site-header__dropdown {

    max-height: 480px;

    padding: 4px 0 8px 12px;

    opacity: 1;

    visibility: visible;

    pointer-events: auto;

  }



  .site-header__nav-item--dropdown.is-expanded .site-header__submenu-toggle {

    transform: rotate(180deg);

  }



  .site-header__dropdown-link {

    padding: 8px 0;

    color: rgba(255, 255, 255, 0.85);

  }



  .site-header__dropdown-link:hover,

  .site-header__dropdown-link:focus {

    color: #fff;

    background: transparent;

  }



  .site-header.site-header--surface .site-header__dropdown-link {

    color: #01224f;

  }



  .site-header.site-header--surface .site-header__dropdown-link:hover,

  .site-header.site-header--surface .site-header__dropdown-link:focus {

    color: #0252bd;

  }

}



.site-header__tools {

  display: flex;

  align-items: center;

  gap: 16px;

}

.search .icon i {

  color: var(--tomoe-blue-title);

}



.site-header__tools i {

  color: var(--tomoe-bg-muted);

}



.site-header.site-header--surface.navbar .site-header__tools {

  display: flex;

  align-items: center;

  gap: 16px;

}



.site-header.site-header--surface.navbar .site-header__tools i {

  color: var(--tomoe-gray-9);

}



.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;

  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;

  justify-content: center;

  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: 1px;

  flex-shrink: 0;

  align-self: center;

}



.stat-divider img {

  display: block;

  width: 1px;

  height: 156px;

}



@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;

}



.project-card-des h3 {

  height: 56px;

}



.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:hover {

  color: var(--tomoe-green);

}



.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;

  overflow: hidden;

}



.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 {

  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;

  height: 72px;

  color: var(--tomoe-gray-9);

  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;

}



.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;

  }

}



/* Footer — Figma Tomoe-VietNam node 186:1267 */

.site-footer {

  position: relative;

  min-height: 520px;

  overflow: hidden;

  background: var(--tomoe-footer-top);

  color: #fff;

  font-family: var(--tomoe-font-sans);

}



/* Lớp nền #012060 (Figma I186:1267;177:985) */

.site-footer::before {

  content: "";

  position: absolute;

  inset: 0;

  background: var(--tomoe-footer-deep);

  z-index: 0;

}



/* Ellipse mờ phía phải (Figma 177:987) */

.site-footer::after {

  content: "";

  position: absolute;

  right: -200px;

  top: 143px;

  width: 1365px;

  height: 1365px;

  max-width: 95vw;

  background: url("../img/footer-deco-ellipse.png") center/contain no-repeat;

  opacity: 0.35;

  pointer-events: none;

  z-index: 1;

}



/* Ảnh pipe góc phải + góc nhỏ — dùng pseudo của inner để khớp z-index nội dung */

.site-footer__inner {

  position: relative;

  z-index: 2;

  padding: 40px 0 40px;

  background: transparent;

}



.site-footer__inner::before {

  content: "";

  position: absolute;

  right: -365px;

  bottom: -123px;

  width: 1366px;

  height: 774px;

  max-width: 95vw;

  background: url("../img/footer-bg-pipes.png") center/cover no-repeat;

  pointer-events: none;

  z-index: 0;

}



.site-footer__inner::after {

  content: "";

  position: absolute;

  right: 24px;

  bottom: 120px;

  width: 38px;

  height: 40px;

  background: url("../img/footer-deco-corner.png") center/contain no-repeat;

  pointer-events: none;

  z-index: 0;

}



@media (max-width: 767.98px) {

  .site-footer__inner {

    padding: 32px 0 28px;

  }



  .site-footer__inner::after {

    display: none;

  }

}



.site-footer .container {

  position: relative;

  z-index: 1;

}



.site-footer__logo {

  display: block;

  height: 76px;

  width: 153px;

  max-width: 100%;

  -o-object-fit: contain;

  object-fit: contain;

  margin: 0 0 24px;

  filter: brightness(0) invert(1);

}



/* Hàng 4 cột: gap 64px, cao tối thiểu 265px (Figma 177:997) */

.site-footer__grid {

  display: flex;

  flex-wrap: wrap;

  align-items: flex-start;

  gap: 32px 40px;

  margin: 0 0 24px;

}







.site-footer__col--office-bn {

  flex: 1 1 280px;

  max-width: 100%;

}



@media (min-width: 992px) {

  .site-footer__col--office-bn {

    flex: 0 0 auto;

    width: auto;

    max-width: 316px;

  }

}



.site-footer__col--office-dn {

  flex: 1 1 280px;

  max-width: 100%;

}



@media (min-width: 992px) {

  .site-footer__col--office-dn {

    flex: 0 0 337px;

    width: 337px;

    max-width: 337px;

  }

}



.site-footer__col--products {

  flex: 1 1 200px;

  min-width: 0;

}



@media (min-width: 992px) {

  .site-footer__col--products {

    flex: 1 1 0;

    min-height: 193px;

  }

}



.site-footer__col--products .site-footer__list {

  max-width: 151px;

}



.site-footer__col--products .site-footer__list a {

  white-space: nowrap;

}



.site-footer__col--products .site-footer__list li:nth-child(2) a {

  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);

}



.site-footer__col--services {

  display: flex;

  flex-direction: column;

  justify-content: space-between;

  align-self: stretch;

  width: 100%;

  min-height: 0;

}



@media (min-width: 992px) {

  .site-footer__col--services {
    flex: 0 0 258px;
    width: 258px;
    min-height: 265px;
  }

}


.site-footer__col--services .site-footer__list li:nth-child(2) a {

  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);

}



.site-footer__services-body {

  flex-shrink: 0;


}



.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;
  color: var(--tomoe-green);
}



address.site-footer__col--office {

  display: flex;

  flex-direction: column;

  gap: 0;

  font-style: normal;

}



.site-footer__col--links:not(.site-footer__col--services) {

  display: flex;

  flex-direction: column;

}



.site-footer__line {

  display: flex;

  gap: 8px;

  align-items: center;

  margin: 0;

  font-size: 16px;

  font-weight: 500;

  line-height: 26px;

}



.site-footer__line a {

  color: #fff;

  text-decoration: none;

}



.site-footer__line+.site-footer__line {

  margin-top: 8px;

}



.site-footer__line--phone {

  align-items: center;

}



.site-footer__line-icon {

  flex-shrink: 0;

  width: 24px;

  height: 24px;

  -o-object-fit: contain;

  object-fit: contain;

  margin-top: 2px;

  display: block;

}



.site-footer__line-icon--phone {

  width: 20px;

  height: 20px;

  margin-top: 0;

}



.site-footer__badge {

  margin-top: 24px;
  display: block;
  flex-shrink: 0;

}






.site-footer__badge img {

  display: block;

  width: 176px;

  height: 67px;

  -o-object-fit: contain;

  object-fit: contain;

}



.site-footer__bottom {

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  justify-content: space-between;

  gap: 16px 24px;

  padding-top: 24px;

  border-top: 1px solid rgba(255, 255, 255, 0.25);

}



.site-footer__copy {

  margin: 0;

  font-size: 16px;

  line-height: 26px;

  color: #fff;

}



.site-footer__copy span {

  color: var(--tomoe-green);

}



.site-footer__social {

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  gap: 16px;

}



.site-footer__social-btn {

  position: relative;

  width: 40px;

  height: 40px;

  border-radius: 100%;

  border: 1px solid #fff;

  display: grid;

  place-items: center;

  flex-shrink: 0;

  color: #fff;

  text-decoration: none;

  transition: opacity 0.2s ease;

}



.site-footer__social-btn:hover {

  opacity: 0.88;

}



.site-footer__social-ring {

  position: absolute;

  inset: 0;

  width: 40px;

  height: 40px;

  pointer-events: none;

}



.site-footer__social-btn i {

  position: relative;

  z-index: 1;

  font-size: 17px;

  line-height: 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: 80px;

  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;

  -o-object-fit: cover;

  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 {

    display: 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: 30px 0;

  }



  .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: 200px;

  }



  .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;

  }

}



.site-header.site-header--surface.navbar {

  background: #fff !important;

  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

  border-bottom: 3px solid #10a6ff;

  position: sticky;

  top: 0;

  z-index: 100;

}



.site-header.site-header--scrollable {

  position: fixed;

  top: 0;

  left: 0;

  right: 0;

  z-index: 1030;

  background: #0252bd;

}







.site-header.site-header--surface .site-header__nav .nav-link {

  color: #01224f;

  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;

}



/* —— Trang danh sách Khí công nghiệp (Figma 183:1182) —— */

.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;

}



.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;

  margin-bottom: 20px;

  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__badge img {

  width: 100%;

  -o-object-fit: contain;

  object-fit: contain;

}



.products-list-card__title {

  margin: 0;

  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: 200px;

  }



  .products-list-hero__title {

    font-size: 26px;

    line-height: 34px;

  }



  .products-list-section {

    padding: 40px 16px 48px;

  }



  .products-list-grid {

    gap: 0;

  }

}



.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__owl,

.product-detail-gallery__owl .owl-stage-outer,

.product-detail-gallery__owl .owl-stage,

.product-detail-gallery__owl .owl-item,

.product-detail-gallery__owl .item {

  height: 100%;

}



.product-detail-gallery__img {

  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: 4;

  pointer-events: none;

}





.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 .owl-stage-outer {

  padding-bottom: 10px;

}



.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;

  }





}



@media (max-width: 767.98px) {

  .product-detail-aside {

    min-height: auto;

  }



  .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(0);

  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);

  position: sticky;

  top: 0;

}



.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;

}


.section-news {
  background: var(--tomoe-bg-muted);
}

.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: 18px;

    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: 0 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 */



.product-detail-gallery__nav {

  position: absolute;

  top: 45%;

  display: flex;

  justify-content: space-between;

  width: 100%;

  z-index: 3;

  padding: 0 12px;

}



.product-detail-gallery__nav .owl-next,

.product-detail-gallery__nav .owl-prev {

  z-index: 3;

  padding: 0;

  border: 0;

  background: transparent;

  cursor: pointer;

  line-height: 0;

  width: 40px;

  height: 40px;

  border-radius: 50%;

  opacity: 0.8;

  background: #FFF;

}



.projects-archive__grid {

  display: grid;

  grid-template-columns: repeat(3, minmax(0, 1fr));

  -moz-column-gap: 16px;

  column-gap: 16px;

  row-gap: 24px;

}



.contact-field__input {

  margin: 0;

}



.contact-field .form-group {

  margin-bottom: 0 !important;

}



.contact-page__submit-wrap {

  margin-top: 16px;

}



.resizable-textarea .grippie {

  display: none;

}



.contact-field--textarea {

  padding: 12px;

}



.contact-page__form-wrap .form-control:focus {

  box-shadow: unset;

}



.node-type-projects .news-detail__main,

.node-type-service .news-detail__main {

  width: 100%;

  max-width: unset;

}



.header-search {

  position: relative;

  width: 100%;

  max-width: 48px;

  margin-left: auto;

}



.header-search form>div {

  display: flex;

  align-items: center;

  justify-content: center;

  width: 48px;

  height: 48px;

}



.header-search form>div .form-group {

  position: absolute;

  overflow: hidden;

  width: 420px;

  max-width: 420px;

  top: 80px;

  right: 0;

  visibility: hidden;

  opacity: 0;

  pointer-events: none;

  margin-bottom: 0px;

  transition: all 0.3s ease-in-out;

}



.header-search form>div .form-group .form-control {

  height: 40px;

  background: #fff;

  border: 0px;

  box-shadow: unset;

  border-radius: 0px;

  padding-right: 20px;

}



.header-search form>div .form-group .icon {

  position: absolute;

  top: 0;

  right: 0;

  width: 40px;

  height: 40px;

  display: flex;

  align-items: center;

  justify-content: center;

  color: var(--color-gray);

  z-index: 2;

}



.header-search form>div .form-actions {

  position: relative;

}



.header-search form>div .form-actions>button {

  display: block;

  width: 16px;

  height: 16px;

  background-color: transparent;

  color: var(--color);

  font-size: 16px;

  padding: 0px !important;

  margin-top: -7px;

}



.header-search:hover .search .form-group {

  top: 40px;

  opacity: 1;

  visibility: visible;

  pointer-events: all;

  transition: all 0.3s ease-in-out;

  width: 300px;

  border-radius: 20px;

}



.header-search {

  position: relative;

  width: 100%;

  max-width: 48px;

  margin-left: auto;

}



.header-search form>div {

  display: flex;

  align-items: center;

  justify-content: center;

  width: 48px;

  height: 48px;

}



.header-search form>div .form-group {

  position: absolute;

  overflow: hidden;

  width: 420px;

  max-width: 420px;

  top: 80px;

  right: 0;

  visibility: hidden;

  opacity: 0;

  pointer-events: none;

  margin-bottom: 0px;

  transition: all 0.3s ease-in-out;

  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

  z-index: 10;

}



.header-search form>div .form-group .form-control {

  height: 40px;

  background: #fff;

  border: 0px;

  box-shadow: unset;

  border-radius: 0px;

  padding-right: 20px;

}



.header-search form>div .form-group .icon {

  position: absolute;

  top: 0;

  right: 0;

  width: 40px;

  height: 40px;

  display: flex;

  align-items: center;

  justify-content: center;

  color: var(--tomoe-blue-title);

  z-index: 2;

}



.header-search form>div .form-actions {

  position: relative;

}



.header-search form>div .form-actions>button {

  display: block;

  width: 16px;

  height: 16px;

  background-color: transparent;

  color: var(--color);

  font-size: 16px;

  padding: 0px !important;

  margin-top: -7px;

}



.header-search:hover .search .form-group {

  top: 40px;

  opacity: 1;

  visibility: visible;

  pointer-events: all;

  transition: all 0.3s ease-in-out;

}






.product-detail-desc__block tbody,

.product-detail-desc__block thead,

.product-detail-desc__block tfoot,

.product-detail-desc__block tr,

.product-detail-desc__block th,

.product-detail-desc__block td {

  border-style: inherit;

  border-width: inherit;

  border-color: inherit;

}


/* 
.product-detail-desc__block table {

  border-collapse: unset;

  caption-side: unset;

} */

.product-card-icon {

  display: none !important;

}



.product-list-card__content {

  padding: 16px;

}



.products-list-card:hover .product-list-card__content {

  background: #fff;

}



.products-list-card:hover .product-card-icon {

  display: flex !important;

}



.product-card-stat {

  display: inline-flex;

  align-items: center;

  gap: 6px;

  margin: 0;

  padding: 0;

  border: 0;

  background: transparent;

  color: #262626;

  font-size: 14px;

  line-height: 1;

  text-decoration: none;

  cursor: default;

}



.product-card-stat--like {

  cursor: pointer;

}



.product-card-stat--like.is-liked,

.product-card-stat--like.is-liked i {

  color: #e11d48;

}



.product-card-stat--like:disabled {

  opacity: 0.6;

  cursor: wait;

}



.products-list-card__title a {

  color: inherit;

  text-decoration: none;

}



.products-list-card__title a:hover {

  color: #0252bd;

}



.products-list-card__link {

  display: block;

  text-decoration: none;

  color: inherit;

}


.page-tomoe-group .about-hero--tomoe-group .about-hero__bg {
  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%;
  object-fit: contain;
}

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

.tomoe-group-branches__marker {
  position: absolute;
  left: var(--map-x);
  top: var(--map-y);
  width: 50px;
  aspect-ratio: 1;
  padding: 0;
  border: 0;
  transform: translate(-50%, -100%);
  background: center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 71 71'%3E%3Cpath fill='%230ebf46' d='M35.5 4C22.4 4 12 14.4 12 27.5c0 16.2 23.5 39.5 23.5 39.5S59 43.7 59 27.5C59 14.4 48.6 4 35.5 4zm0 32.2a8.7 8.7 0 1 1 0-17.4 8.7 8.7 0 0 1 0 17.4z'/%3E%3Ccircle cx='35.5' cy='27.5' r='5.5' fill='%23fff'/%3E%3C/svg%3E");
  cursor: pointer;
  z-index: 2;
  transition: background-image 0.2s ease, z-index 0s;
}

.tomoe-group-branches__marker:hover,
.tomoe-group-branches__marker:focus-visible {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 71 71'%3E%3Cpath fill='%230252bd' d='M35.5 4C22.4 4 12 14.4 12 27.5c0 16.2 23.5 39.5 23.5 39.5S59 43.7 59 27.5C59 14.4 48.6 4 35.5 4zm0 32.2a8.7 8.7 0 1 1 0-17.4 8.7 8.7 0 0 1 0 17.4z'/%3E%3Ccircle cx='35.5' cy='27.5' r='5.5' fill='%23fff'/%3E%3C/svg%3E");
  z-index: 4;
  outline: none;
}
#goog-gt-tt{
  display: none !important;
}

font{
  background-color: transparent !important;
  box-shadow: none !important;
}
.tomoe-group-branches__marker--1 {
  --map-x: 57.49%;
  --map-y: 40.96%;
}

.tomoe-group-branches__marker--2 {
  --map-x: 56.37%;
  --map-y: 69.38%;
}

.tomoe-group-branches__marker--3 {
  --map-x: 52.65%;
  --map-y: 61.09%;
}

.tomoe-group-branches__marker--4 {
  --map-x: 53.93%;
  --map-y: 83.74%;
}

.tomoe-group-branches__marker--5 {
  --map-x: 69.2%;
  --map-y: 90.11%;
}

.tomoe-group-branches__marker--6 {
  --map-x: 32.62%;
  --map-y: 52.69%;
}

.tomoe-group-branches__marker--7 {
  --map-x: 75.37%;
  --map-y: 66.3%;
}

.tomoe-group-branches__marker--8 {
  --map-x: 95.42%;
  --map-y: 26.64%;
}

.tomoe-group-branches__marker--9 {
  --map-x: 61.42%;
  --map-y: 59.64%;
}

.tomoe-group-branches__marker-wrap--vn {
  --map-x: 58.37%;
  --map-y: 62.08%;
  position: absolute;
  left: var(--map-x);
  top: var(--map-y);
  width: min(240px, 32vw);
  height: min(158px, 21vw);
  transform: translate(-50%, -100%);
  z-index: 3;
  pointer-events: none;
}

.tomoe-group-branches__marker-wrap--vn .tomoe-group-branches__marker--vn {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  left: auto;
  top: auto;
  transform: none;
  background: none;
  pointer-events: auto;
}

.tomoe-group-branches__marker-wrap .tomoe-group-branches__marker:hover .tomoe-group-branches__marker-pin,
.tomoe-group-branches__marker-wrap--vn .tomoe-group-branches__marker--vn:focus-within .tomoe-group-branches__marker-pin {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 71 71'%3E%3Cpath fill='%230252bd' d='M35.5 4C22.4 4 12 14.4 12 27.5c0 16.2 23.5 39.5 23.5 39.5S59 43.7 59 27.5C59 14.4 48.6 4 35.5 4zm0 32.2a8.7 8.7 0 1 1 0-17.4 8.7 8.7 0 0 1 0 17.4z'/%3E%3Ccircle cx='35.5' cy='27.5' r='5.5' fill='%23fff'/%3E%3C/svg%3E");
}

.tomoe-group-branches__marker:hover .tomoe-group-branches__marker-callout {
  visibility: visible;
  opacity: 1;
}

.tomoe-group-branches__marker-pin {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  aspect-ratio: 1;
  transform: translateX(-50%);
  background: center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 71 71'%3E%3Cpath fill='%230ebf46' d='M35.5 4C22.4 4 12 14.4 12 27.5c0 16.2 23.5 39.5 23.5 39.5S59 43.7 59 27.5C59 14.4 48.6 4 35.5 4zm0 32.2a8.7 8.7 0 1 1 0-17.4 8.7 8.7 0 0 1 0 17.4z'/%3E%3Ccircle cx='35.5' cy='27.5' r='5.5' fill='%23fff'/%3E%3C/svg%3E");
  transition: background-image 0.2s ease;
  pointer-events: none;
}

.tomoe-group-branches__marker-callout {
  position: absolute;
  left: 50%;
  bottom: 50px;
  display: flex;
  align-items: flex-end;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  pointer-events: none;
}

.tomoe-group-branches__marker-wrap--vn .tomoe-group-branches__marker--vn:hover .tomoe-group-branches__marker-callout,
.tomoe-group-branches__marker-wrap--vn .tomoe-group-branches__marker--vn:focus-within .tomoe-group-branches__marker-callout {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.tomoe-group-branches__marker-wrap--vn .tomoe-group-branches__marker--vn::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: min(56px, 7.4vw);
  width: 48px;
  height: min(72px, 9.5vw);
  transform: translateX(-12px);
  pointer-events: auto;
}

.tomoe-group-branches__marker-callout-connector {
  flex-shrink: 0;
  width: 32px;
  height: 52px;
  margin-bottom: -1px;
  border-left: 2px solid #0252bd;
  border-top: 2px solid #0252bd;
  border-top-left-radius: 1px;
}

.tomoe-group-branches__marker-callout-card {
  display: flex;
  flex-direction: column;
  width: 172px;
  max-width: 46vw;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(12, 23, 39, 0.18);
  text-decoration: none;
  color: inherit;
}

.tomoe-group-branches__marker-callout-card:hover .tomoe-group-branches__marker-callout-cta {
  text-decoration: underline;
}

.tomoe-group-branches__marker-callout-card:focus-visible {
  outline: 2px solid #0252bd;
  outline-offset: 2px;
}

.tomoe-group-branches__marker-callout-title {
  padding: 5px 10px;
  background: linear-gradient(90deg, #0252bd 0%, #0d70ff 100%);
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  text-align: center;
}

.tomoe-group-branches__marker-callout-cta {
  padding: 5px 10px;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #0252bd;
  text-align: center;
}