html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --font-pri: "Roboto", sans-serif;
  --font-title: "Montserrat", sans-serif;
  --pi-8: 0.8rem;
  --pi-10: 1rem;
  --pi-12: 1.2rem;
  --pi-14: 1.4rem;
  --pi-16: 1.6rem;
  --pi-18: 1.8rem;
  --pi-20: 2rem;
  --pi-24: 2.4rem;
  --pi-32: 3.2rem;
}

@media screen and (max-width: 1200px) {
  :root {
    --pi-12: 0.8rem;
    --pi-14: 0.8rem;
    --pi-16: 0.8rem;
    --pi-18: 0.8rem;
    --pi-20: 1rem;
    --pi-24: 1.2rem;
    --pi-32: 1.6rem;
  }
}

:root {
  --header-height: 12rem;
}

@media screen and (max-width: 1200px) {
  :root {
    --header-height: 8rem;
  }
}

:root {
  --z-i-header: 100;
  --radius-circle: 50%;
  --radius-max: 999rem;
  --radius-xl: 2.4rem;
  --radius-l: 1.6rem;
  --radius: 1.2rem;
  --radius-m: 0.8rem;
  --radius-s: 0.4rem;
  --box-shadow-1: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.1);
  --box-shadow-2: 0.8rem -0.4rem 1.6rem 0 rgba(0, 0, 0, 0.35);
  --filter-white: brightness(0) invert(1);
  --filter-black: brightness(0) saturate(100%) invert(10%) sepia(7%) saturate(22%) hue-rotate(91deg) brightness(100%) contrast(91%);
  --filter-pri: brightness(0) saturate(100%) invert(16%) sepia(97%) saturate(2288%) hue-rotate(197deg) brightness(93%) contrast(109%);
  --filter-sec: brightness(0) saturate(100%) invert(49%) sepia(99%) saturate(845%) hue-rotate(346deg) brightness(97%) contrast(107%);
  --container-padding: 1.6rem;
  --container-width: 124.8rem;
  --container-width-2: 163.2rem;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

html ::-webkit-scrollbar {
  width: 0.4rem;
  height: 0.4rem;
}

html ::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background: rgba(51, 51, 51, 0.8);
}

body {
  font-weight: 400;
  font-size: 1.6rem;
  color: #242424;
  line-height: normal;
  overflow: hidden auto;
  font-family: var(--font-pri);
}

body.admin-bar .header {
  top: 3.2rem;
}

@media screen and (max-width: 782px) {
  body.admin-bar .header {
    top: 4.6rem;
  }
}

body .mona-empty {
  color: #333;
  font-weight: 600;
}

body .grecaptcha-badge {
  display: none !important;
}

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

button,
select {
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
}

button {
  padding: 0;
  cursor: pointer;
  background-color: transparent;
}

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  max-width: var(--container-width);
  padding: 0 var(--container-padding);
}

.no-scroll,
.no-scroll-popup {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
  -webkit-overflow-scrolling: none;
}

iframe {
  vertical-align: middle;
}

img,
picture {
  height: auto;
  display: block;
  max-width: 100%;
  user-select: none;
}

.tabBtn {
  cursor: pointer;
}

.tabPanel {
  display: none;
}

.tabPanel.is-open {
  display: block;
  animation: opacityAni 0.8s ease-in-out;
}

.gItem {
  cursor: pointer;
}

.hide-sitename {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: visible;
}

section {
  scroll-margin-top: 10rem;
}

.overlay,
.aside-overlay {
  inset: 0;
  opacity: 0;
  width: 100%;
  z-index: 100;
  height: 100dvh;
  position: fixed;
  visibility: hidden;
  transition: 0.4s ease-in-out;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.6);
}

.overlay.is-active,
.aside-overlay.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.row {
  --rg: 3.2rem;
  --cg: 3.2rem;
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(var(--cg) / 2 * -1) calc(var(--rg) * -1);
}

.col {
  width: 100%;
  margin-bottom: var(--rg);
  padding: 0 calc(var(--cg) / 2);
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-1 {
  width: 8.3333333333%;
}

.flex {
  display: flex;
  flex-direction: column;
}

.flex-2 {
  gap: 0.2rem;
}

.flex-4 {
  gap: 0.4rem;
}

.flex-6 {
  gap: 0.6rem;
}

.flex-8 {
  gap: 0.8rem;
}

.flex-10 {
  gap: 1rem;
}

.flex-12 {
  gap: 1.2rem;
}

.flex-14 {
  gap: 1.4rem;
}

.flex-16 {
  gap: 1.6rem;
}

.flex-18 {
  gap: 1.8rem;
}

.flex-20 {
  gap: 2rem;
}

.flex-22 {
  gap: 2.2rem;
}

.flex-24 {
  gap: 2.4rem;
}

.flex-26 {
  gap: 2.6rem;
}

.flex-28 {
  gap: 2.8rem;
}

.flex-30 {
  gap: 3rem;
}

.flex-32 {
  gap: 3.2rem;
}

.flex-34 {
  gap: 3.4rem;
}

.flex-36 {
  gap: 3.6rem;
}

.flex-38 {
  gap: 3.8rem;
}

.flex-40 {
  gap: 4rem;
}

.flex-42 {
  gap: 4.2rem;
}

.flex-44 {
  gap: 4.4rem;
}

.flex-46 {
  gap: 4.6rem;
}

.flex-48 {
  gap: 4.8rem;
}

.flex-50 {
  gap: 5rem;
}

.flex-56 {
  gap: 5.6rem;
}

.flex-60 {
  gap: 6rem;
}

.flex-64 {
  gap: 6.4rem;
}

.flex-68 {
  gap: 6.8rem;
}

.flex-80 {
  gap: 8rem;
}

.flex-100 {
  gap: 10rem;
}

.flex-120 {
  gap: 12rem;
}

@media screen and (max-width: 991px) {
  .flex-48 {
    gap: 3.2rem;
  }

  .flex-50 {
    gap: 3.2rem;
  }

  .flex-56 {
    gap: 3.2rem;
  }

  .flex-60 {
    gap: 3.2rem;
  }

  .flex-64 {
    gap: 3.2rem;
  }

  .flex-68 {
    gap: 3.2rem;
  }

  .flex-80 {
    gap: 3.2rem;
  }

  .flex-100 {
    gap: 3.2rem;
  }

  .flex-120 {
    gap: 3.2rem;
  }
}

@media screen and (max-width: 576px) {
  .flex-48 {
    gap: 2.4rem;
  }

  .flex-50 {
    gap: 2.4rem;
  }

  .flex-56 {
    gap: 2.4rem;
  }

  .flex-60 {
    gap: 2.4rem;
  }

  .flex-64 {
    gap: 2.4rem;
  }

  .flex-68 {
    gap: 2.4rem;
  }

  .flex-80 {
    gap: 2.4rem;
  }

  .flex-100 {
    gap: 2.4rem;
  }

  .flex-120 {
    gap: 2.4rem;
  }
}

.custom-logo-link {
  display: block;
  user-select: none;
}

.custom-logo-link img {
  width: 100%;
  object-fit: cover;
}

.img {
  display: block;
  overflow: hidden;
  position: relative;
}

.img img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  transition: 0.4s ease-in-out;
}

.ic {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.blocker {
  z-index: calc(var(--z-i-header) + 3);
}

.modal {
  padding: 0;
  width: 100%;
  box-shadow: unset;
}

.address-box:has(.address-box_info) {
  flex-wrap: wrap;
  gap: 1.6rem 4rem;
}

@media screen and (max-width: 1570px) {
  .address-box:has(.address-box_info) {
    gap: 1.6rem 2.4rem;
  }
}

.address-box img {
  object-fit: contain;
  width: 2.4rem;
  height: 2.4rem;
}

.address-box .text-18 {
  transition: 0.4s ease-in-out;
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {

  .address-box .text-18:hover,
  .address-box .text-18:focus-visible {
    color: #FE7A15;
  }
}

@media screen and (max-width: 576px) {
  .address-box .text-18 {
    font-size: 1.4rem;
  }
}

.address-box .text-18 strong {
  font-weight: 700;
}

.address-box,
.address-box_info {
  gap: 0.8rem;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 576px) {
  .title-w-desc {
    gap: 1.2rem;
  }
}

.title-w-desc .text-20 {
  color: #FE7A15;
  width: fit-content;
  position: relative;
  padding-left: 1.2rem;
}

.title-w-desc .text-20::before {
  left: 0;
  top: 50%;
  position: absolute;
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  transform: translateY(-50%);
  background-color: #FE7A15;
}

.title-w-desc .title-32 {
  color: #004594;
}

.title-w-desc.mx-auto {
  text-align: center;
}

.title-w-desc.mx-auto .text-20 {
  margin: 0 auto;
}

.social-link {
  display: block;
  transition: 0.4s ease-in-out;
  width: 3.2rem;
  height: 3.2rem;
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {

  .social-link:hover,
  .social-link:focus-visible {
    transform: translateY(-0.5rem);
  }
}

@media screen and (max-width: 767px) {
  .social-link {
    gap: 2.4rem;
  }
}

.social,
.social-list {
  gap: 0.8rem;
  display: flex;
  align-items: center;
}

.title-64 {
  font-size: 6.4rem;
}

@media only screen and (max-width: 1200px) {
  .title-64 {
    font-size: 3.9rem;
  }
}

@media only screen and (max-width: 800px) {
  .title-64 {
    font-size: 2.9rem;
  }
}

.title-48 {
  font-size: 4.8rem;
}

@media only screen and (max-width: 1200px) {
  .title-48 {
    font-size: 4.3rem;
  }
}

@media only screen and (max-width: 800px) {
  .title-48 {
    font-size: 3.3rem;
  }
}

.title-40 {
  font-size: 4rem;
}

@media only screen and (max-width: 1200px) {
  .title-40 {
    font-size: 3.5rem;
  }
}

@media only screen and (max-width: 800px) {
  .title-40 {
    font-size: 2.7rem;
  }
}

.title-36 {
  font-size: 3.6rem;
}

@media only screen and (max-width: 1200px) {
  .title-36 {
    font-size: 3.1rem;
  }
}

@media only screen and (max-width: 800px) {
  .title-36 {
    font-size: 2.6rem;
  }
}

.title-32 {
  font-size: 3.2rem;
}

@media only screen and (max-width: 1200px) {
  .title-32 {
    font-size: 2.7rem;
  }
}

@media only screen and (max-width: 800px) {
  .title-32 {
    font-size: 2.2rem;
  }
}

.title-28 {
  font-size: 2.8rem;
}

@media only screen and (max-width: 1200px) {
  .title-28 {
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 800px) {
  .title-28 {
    font-size: 2.1rem;
  }
}

.title-24 {
  font-size: 2.4rem;
}

@media only screen and (max-width: 1200px) {
  .title-24 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 800px) {
  .title-24 {
    font-size: 1.7rem;
  }
}

.text-20 {
  font-size: 2rem;
}

@media only screen and (max-width: 1200px) {
  .text-20 {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 800px) {
  .text-20 {
    font-size: 1.6rem;
  }
}

.text-18 {
  font-size: 1.8rem;
}

@media only screen and (max-width: 1200px) {
  .text-18 {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 800px) {
  .text-18 {
    font-size: 1.5rem;
  }
}

.text-16 {
  font-size: 1.6rem;
}

@media only screen and (max-width: 800px) {
  .text-16 {
    font-size: 1.4rem;
  }
}

.text-14 {
  font-size: 1.4rem;
}

.text-12 {
  font-size: 1.2rem;
}

.f-pri {
  font-family: var(--font-pri);
}

.f-tt {
  font-family: var(--font-title);
}

.f-desc {
  font-family: var(--font-desc);
}

.fs-i {
  font-style: italic;
}

.t-cap {
  text-transform: capitalize;
}

.t-up {
  text-transform: uppercase;
}

.t-center {
  text-align: center;
}

.fw-b {
  font-weight: 700;
}

.fw-sb {
  font-weight: 600;
}

.fw-m {
  font-weight: 500;
}

.fw-n {
  font-weight: 400;
}

.fw-t {
  font-weight: 300;
}

.cl-pri {
  color: #0F00B8;
}

.cl-white {
  color: white;
}

.swiper-navigation {
  display: flex;
  gap: 0.4rem;
}

.swiper-navigation>* {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  border: 1px solid rgba(36, 36, 36, 0.1);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.4s, border-color 0.4s;
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {

  .swiper-navigation>*:hover,
  .swiper-navigation>*:focus-visible {
    background-color: #004594;
    border-color: rgba(255, 255, 255, 0.4);
  }

  .swiper-navigation>*:hover img,
  .swiper-navigation>*:focus-visible img {
    filter: brightness(0) invert(1);
  }
}

.swiper-navigation>* img {
  width: 1.2rem;
  height: 1.2rem;
  object-fit: contain;
  transition: filter 0.4s;
}

.swiper-navigation .next {
  transform: scaleX(-1);
}

.swiper-pagination {
  user-select: none;
}

@media screen and (min-width: 768px) {
  .swiper-pagination {
    bottom: 4rem !important;
  }
}

.swiper-pagination-bullet {
  opacity: 0.3;
  width: 1.6rem;
  height: 0.4rem;
  transition: 0.4s ease-in-out;
  border-radius: 0.3rem;
  background: white;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  width: 3.2rem;
}

.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.swiper-button-lock {
  display: none;
}

.swiper-action {
  display: flex;
  gap: 0.8rem;
  align-items: flex-end;
}

.swiper-pagi {
  display: flex;
  align-items: flex-end;
  color: #fff;
  font-size: 3.2rem;
}

@media only screen and (max-width: 1200px) {
  .swiper-pagi {
    font-size: 2.7rem;
  }
}

@media only screen and (max-width: 800px) {
  .swiper-pagi {
    font-size: 2.2rem;
  }
}

.swiper-pagi {
  font-weight: 500;
  line-height: 90%;
}

.swiper-pagi_total {
  font-size: 1.4rem;
  line-height: 90%;
  margin-bottom: 0.2rem;
}

@media screen and (min-width: 577px) {
  .js-menu-search {
    position: relative;
  }
}

.js-menu-search .search {
  width: fit-content;
}

.js-menu-search button,
.js-menu-search .search {
  flex-shrink: 0;
  cursor: pointer;
  user-select: none;
  padding: 0.6rem;
  margin: -0.6rem;
  border-radius: 50%;
  transition: 0.4s ease-in-out;
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {

  .js-menu-search button:hover,
  .js-menu-search button:focus-visible,
  .js-menu-search .search:hover,
  .js-menu-search .search:focus-visible {
    background-color: #FE7A15;
  }

  .js-menu-search button:hover img,
  .js-menu-search button:focus-visible img,
  .js-menu-search .search:hover img,
  .js-menu-search .search:focus-visible img {
    filter: brightness(0) invert(1);
  }
}

.js-menu-search button img,
.js-menu-search .search img {
  object-fit: cover;
  transition: 0.4s ease-in-out;
  width: 2.4rem;
  height: 2.4rem;
}

.js-menu-search button img {
  filter: brightness(0) invert(0);
}

.js-menu-search.is-active .search {
  background-color: #FE7A15;
}

.js-menu-search.is-active .search img {
  filter: brightness(0) invert(1);
}

.js-menu-search.is-active .search-menu {
  opacity: 1;
  pointer-events: auto;
}

.search-menu {
  right: 0;
  opacity: 0;
  width: 100%;
  min-width: 32rem;
  position: absolute;
  transition: 0.4s ease-in-out;
  pointer-events: none;
  top: calc(100% + 1.2rem);
}

@media screen and (max-width: 576px) {
  .search-menu {
    top: 100%;
    padding-left: 1.6rem;
  }
}

.search-menu form .form-label {
  gap: 1.2rem;
  padding: 1.2rem;
  border-radius: 4rem;
  transition: 0.4s ease-in-out;
  flex-direction: unset;
  background-color: white;
  border: 0.1rem solid transparent;
}

@media screen and (min-width: 577px) {
  .search-menu form .form-label {
    box-shadow: var(--box-shadow-1);
  }
}

@media screen and (max-width: 1200px) {
  .search-menu form .form-label {
    border-color: #d0d0d0;
  }
}

.search-menu form .form-label:hover {
  border-color: #FE7A15;
}

.search-menu form .form-label:has(input:focus) {
  border-color: #FE7A15;
}

.search-menu form input {
  border: 0;
  padding: 0;
  height: auto;
  background-color: transparent;
}

.search-menu form input::placeholder {
  color: #999;
  font-size: 1.4rem;
  font-style: italic;
}

@keyframes opacityAni {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.breadcrumb {
  z-index: 6;
  padding: 2.4rem 0;
  position: relative;
  margin-bottom: -7.2rem;
  background-color: rgba(36, 36, 36, 0.05);
}

@media screen and (max-width: 576px) {
  .breadcrumb {
    padding: 1.6rem 0;
  }
}

.breadcrumb-container {
  padding: 0 6.4rem;
}

@media screen and (max-width: 1200px) {
  .breadcrumb-container {
    padding: 0 1.6rem;
  }
}

.breadcrumb-list {
  display: flex;
  align-items: center;
}

.breadcrumb-item {
  color: white;
  line-height: 150%;
  white-space: nowrap;
  transition: 0.4s ease-in-out;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 1201px) {
  .breadcrumb-item:not(.is-current):hover {
    color: #0F00B8;
  }
}

.breadcrumb-item:not(:first-child)::before {
  content: "/";
  flex-shrink: 0;
  margin: 0 0.8rem;
  user-select: none;
  text-align: center;
  color: white;
  width: 2.4rem;
  height: 2.4rem;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .breadcrumb-item:not(:first-child)::before {
    margin: 0 0.4rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}

.breadcrumb-item:last-child {
  cursor: default;
  white-space: normal;
}

.breadcrumb-item:last-child .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 1;
  -webkit-line-clamp: 1;
}

.breadcrumb-item .text {
  font-size: 1.6rem;
}

@media only screen and (max-width: 800px) {
  .breadcrumb-item .text {
    font-size: 1.4rem;
  }
}

.breadcrumb-item .text {
  line-height: 150%;
}

.breadcrumb-item .text:has(img) {
  gap: 0.4rem;
  display: flex;
  align-items: center;
}

.breadcrumb-item .text:has(img) img {
  object-fit: contain;
  width: 1.6rem;
  height: 1.6rem;
  filter: var(--filter-white);
}

.header {
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  transition: 0.6s ease-in-out;
  z-index: var(--z-i-header);
  height: var(--header-height);
}

.header.is-fixed {
  box-shadow: var(--box-shadow-1);
}

@media screen and (min-width: 1201px) {
  .header.is-fixed {
    transform: translateY(-4rem);
  }
}

.header.is-fixed .header-logo {
  box-shadow: unset;
}

.header .custom-logo-link {
  max-width: 8.6rem;
}

.header .address {
  display: flex;
  color: white;
}

.header .address-box_info>img {
  filter: var(--filter-white);
}

.header-container {
  padding-right: 6.4rem;
}

@media screen and (max-width: 1440px) {
  .header-container {
    padding-right: 1.6rem;
  }
}

.header-logo {
  transition: 0.4s ease-in-out;
  padding: 0.8rem 6.4rem;
  background-color: white;
}

@media screen and (min-width: 1201px) {
  .header-logo {
    border-radius: 0 0 4rem 0;
    box-shadow: var(--box-shadow-2);
  }
}

@media screen and (max-width: 1440px) {
  .header-logo {
    padding-left: 1.6rem;
  }
}

.header-top {
  padding: 0.8rem 0;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .header-top {
    display: none;
  }
}

.header-top::before {
  top: 0;
  left: 50%;
  height: 100%;
  position: absolute;
  content: "";
  z-index: -1;
  transform: translateX(-50%);
  width: calc(100vw + 6.4rem);
  background-color: #004594;
}

.header-top .address {
  gap: 4rem;
  align-items: center;
  justify-content: flex-end;
}

.header-wrap {
  gap: 2.4rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-wrap::before {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  position: absolute;
  content: "";
  z-index: -1;
  background-color: white;
}

@media screen and (max-width: 1200px) {
  .header-nav {
    top: 0;
    right: 0;
    width: 32rem;
    display: flex;
    height: 100dvh;
    position: fixed;
    transition: 0.4s ease-in-out;
    flex-direction: column;
    background-color: white;
    transform: translateX(100%);
    box-shadow: var(--box-shadow-1);
    z-index: calc(1 + var(--z-i-header));
  }

  .header-nav.is-active {
    transform: unset;
  }
}

.header-nav .menu {
  display: flex;
}

@media screen and (min-width: 1201px) {
  .header-nav .menu {
    gap: 3.2rem;
    align-items: center;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1440px) {
  .header-nav .menu {
    gap: 2.4rem;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1280px) {
  .header-nav .menu {
    gap: 1.6rem;
  }
}

@media screen and (max-width: 1200px) {
  .header-nav .menu {
    overflow: hidden auto;
    flex-direction: column;
  }
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {

  .header-nav .menu>.menu-item:hover:after,
  .header-nav .menu>.menu-item:focus-visible:after {
    transform: rotate(180deg);
  }

  .header-nav .menu>.menu-item:hover>.child,
  .header-nav .menu>.menu-item:focus-visible>.child {
    opacity: 1;
    pointer-events: auto;
  }
}

@media screen and (max-width: 1200px) {
  .header-nav .menu>.menu-item {
    width: 100%;
    border-bottom: 0.1rem solid rgba(36, 36, 36, 0.1);
  }
}

.header-nav .menu>.menu-item.is-active:after {
  transform: rotate(180deg);
}

.header-nav .menu>.menu-item>.menu-link {
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--font-title);
}

.header-nav .menu>.menu-dropdown {
  position: relative;
}

@media screen and (min-width: 1201px) {
  .header-nav .menu>.menu-dropdown {
    padding-right: 2.4rem;
  }

  .header-nav .menu>.menu-dropdown::before {
    left: 0;
    top: 100%;
    width: 100%;
    height: 3rem;
    position: absolute;
    content: "";
    background-color: transparent;
  }
}

.header-nav .menu>.menu-dropdown:after {
  top: 0;
  right: 0;
  position: absolute;
  content: "";
  transition: 0.4s ease-in-out;
  width: 1.8rem;
  height: 1.8rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-image: url("../../assets/images/icons/icon-chevron.svg");
}

@media screen and (max-width: 1200px) {
  .header-nav .menu>.menu-dropdown:after {
    top: 0.8rem;
    right: 1.2rem;
    width: 2.4rem;
    height: 2.4rem;
  }
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {

  .header-nav .menu-item:hover>.menu-link,
  .header-nav .menu-item:focus-visible>.menu-link {
    color: #FE7A15;
  }

  .header-nav .menu-item:hover>.menu-link>img,
  .header-nav .menu-item:focus-visible>.menu-link>img {
    filter: var(--filter-sec);
  }
}

@media screen and (max-width: 1200px) {
  .header-nav .menu-item {
    padding: 1.2rem;
  }
}

.header-nav .menu-item.current-menu-item>.menu-link {
  font-weight: 700;
  color: #FE7A15;
}

.header-nav .menu-item.current-menu-item:after {
  filter: var(--filter-sec);
}

.header-nav .menu-link {
  display: block;
  transition: 0.4s ease-in-out;
}

.header-nav .menu-link:has(img) {
  gap: 0.4rem;
  display: flex;
  align-items: center;
}

.header-nav .menu-link>img {
  object-fit: contain;
  transition: 0.4s ease-in-out;
  width: 1.8rem;
  height: 1.8rem;
}

.header-inner {
  gap: 2.4rem;
  display: flex;
  align-items: center;
}

.header-info {
  padding: 1.2rem;
  margin-top: auto;
  background-color: #4c4c4c;
}

@media screen and (min-width: 1201px) {
  .header-info {
    display: none;
  }
}

.header-info .address {
  gap: 1.2rem;
  flex-direction: column;
}

.header-info .address img {
  width: 1.6rem;
  height: 1.6rem;
}

.header-info .address-box:has(.address-box_info) {
  gap: 1.2rem;
  flex-direction: column;
}

.header-info .address-box_info {
  width: 100%;
}

.header-action {
  gap: 2.4rem;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .header-action>.btn {
    display: none;
  }
}

@media screen and (min-width: 1201px) {
  .child {
    left: 0;
    z-index: 5;
    opacity: 0;
    gap: 2.4rem;
    display: flex;
    min-width: 16rem;
    max-width: 37.8rem;
    width: max-content;
    position: absolute;
    transition: 0.4s ease-in-out;
    pointer-events: none;
    border-radius: 0.4rem;
    top: calc(100% + 3rem);
    flex-direction: column;
    padding: 2.4rem 1.6rem;
    background-color: white;
  }
}

@media screen and (max-width: 1200px) {
  .child {
    width: 100%;
    margin-top: 1.2rem;
    border-left: 0.1rem solid rgba(0, 0, 0, 0.1);
  }
}

@media screen and (min-width: 1201px) {
  .child .menu-item {
    width: 100%;
  }
}

.child .menu-item::after {
  background-color: #242424;
}

@media screen and (max-width: 1200px) {
  .child .menu-link {
    font-size: 1.4rem;
  }
}

.menu-close {
  padding: 1.2rem;
  display: flex;
  align-items: center;
  border-bottom: 0.1rem solid rgba(36, 36, 36, 0.1);
}

@media screen and (min-width: 1201px) {
  .menu-close {
    display: none;
  }
}

.menu-close .custom-logo-link {
  max-width: 4rem;
}

.menu-close-icon {
  margin-left: auto;
  width: 2.4rem;
  height: 2.4rem;
}

@media screen and (min-width: 1201px) {
  .menu-bar {
    display: none;
  }
}

.menu-bar .menu-icon span {
  width: 2.4rem;
  height: 0.2rem;
  display: block;
  user-select: none;
  margin-top: 0.4rem;
  transition: 0.4s ease-in-out;
  border-radius: 0.5rem;
  background-color: #242424;
}

.menu-bar .menu-icon span:nth-child(1) {
  margin-top: 0;
}

.footer {
  color: white;
  padding: 8rem 0rem 8rem;
}

@media screen and (max-width: 991px) {
  .footer {
    padding: 6rem 0rem;
  }
}

@media screen and (max-width: 576px) {
  .footer {
    padding: 4rem 0rem;
  }
}

.footer {
  background-color: #4c4c4c;
}

.footer-container {
  padding: 0 6.4rem;
}

@media screen and (max-width: 1200px) {
  .footer-container {
    padding: 0 1.6rem;
  }
}

.footer .address-box .text-18 strong {
  color: #FE7A15;
}

@media screen and (max-width: 576px) {
  .footer .menu {
    gap: 1.2rem;
  }
}

.footer .menu-link {
  font-size: 1.8rem;
}

@media only screen and (max-width: 1200px) {
  .footer .menu-link {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 800px) {
  .footer .menu-link {
    font-size: 1.5rem;
  }
}

.footer .menu-link {
  transition: 0.4s ease-in-out;
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {

  .footer .menu-link:hover,
  .footer .menu-link:focus-visible {
    color: #FE7A15;
  }
}

@media screen and (max-width: 576px) {
  .footer .menu-link {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 576px) {
  .footer-logo {
    gap: 2.4rem;
  }
}

.footer-logo .custom-logo-link {
  max-width: 18.5rem;
}

@media screen and (max-width: 576px) {
  .footer-logo_content {
    gap: 2.4rem;
  }
}

@media screen and (max-width: 991px) {
  .footer-box {
    gap: 2.4rem;
  }
}

@media screen and (min-width: 992px) {
  .footer-box {
    gap: 3.2rem;
  }
}

@media screen and (max-width: 1570px) {
  .footer-box>.title-24 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 1200px) {
  .footer-col {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .footer-block {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .footer-block:last-child {
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {

  .footer-block:not(:only-child):last-child .footer-box .title-24,
  .footer-block:not(:only-child):last-child .footer-box .social {
    width: 100%;
    max-width: 29.8rem;
    margin-left: auto;
  }
}

.footer-map {
  width: 100%;
  height: 100%;
  user-select: none;
}

.footer-map iframe {
  width: 100%;
  height: 21.2rem;
  overflow: hidden;
  border-radius: var(--radius-m);
  border: 0.3rem solid #FE7A15 !important;
}

.btn {
  z-index: 3;
  flex-shrink: 0;
  color: white;
  cursor: pointer;
  font-weight: 600;
  overflow: hidden;
  column-gap: 1rem;
  user-select: none;
  font-size: 1.4rem;
  line-height: 140%;
  text-align: center;
  position: relative;
  width: fit-content;
  transition: 0.4s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 0.4rem;
  padding: 0.9rem 1.6rem;
  text-transform: uppercase;
  background-color: #FE7A15;
  font-family: var(--font-title);
  border: 0.1rem solid transparent;
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {

  .btn:hover,
  .btn:focus-visible {
    color: white;
    border-color: #0F00B8;
  }

  .btn:hover::after,
  .btn:focus-visible::after {
    left: 0;
    width: 100%;
  }
}

.btn::after {
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  position: absolute;
  content: "";
  z-index: -1;
  transition: 0.4s ease-in-out;
  background-color: #0F00B8;
}

.btn span {
  line-height: inherit;
}

.btn img {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
  transition: 0.4s ease-in-out;
}

.btn.mx-auto {
  margin: 0 auto;
}

.btn.w-100 {
  width: 100%;
}

.btn:disabled {
  pointer-events: none;
}

.btn-white {
  color: #0F00B8;
  background-color: white;
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {

  .btn-white:hover img,
  .btn-white:focus-visible img {
    filter: var(--filter-white);
  }
}

.btn-white img {
  filter: var(--filter-pri);
}

.btn .wpcf7-spinner {
  top: 50%;
  left: 50%;
  margin: 0 auto;
  position: absolute;
  transform: translate(-50%, -50%);
}

form .form-wrap {
  display: flex;
  row-gap: 2.4rem;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  form .form-wrap {
    row-gap: 1.6rem;
  }
}

form .form-group {
  gap: 2.4rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  form .form-group {
    gap: 1.6rem;
  }
}

form .form-box {
  width: calc(50% - 1.2rem);
}

@media screen and (max-width: 767px) {
  form .form-box {
    width: calc(50% - 0.8rem);
  }
}

@media screen and (max-width: 576px) {
  form .form-box {
    width: 100%;
  }
}

form .form-label {
  width: 100%;
  display: flex;
  row-gap: 1.2rem;
  flex-direction: column;
}

form .form-text {
  font-size: 1.4rem;
  line-height: 150%;
  color: #242424;
}

form .form-text sup {
  color: #f00;
}

form .form-select {
  position: relative;
}

form .form-select::before {
  content: "";
  top: 50%;
  right: 1.6rem;
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  pointer-events: none;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-image: url("../../assets/images/icons/icon-chevron.svg");
}

form .form-action {
  margin-top: 1.6rem;
  position: relative;
}

form .form-action .wpcf7-spinner {
  margin: 0;
  z-index: 5;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

form input {
  height: 4.8rem;
}

@media screen and (max-width: 576px) {
  form input {
    height: 4rem;
  }
}

form textarea {
  resize: none;
  height: 8rem;
}

form select {
  padding: 1.6rem 4.8rem 1.6rem 2.4rem;
}

@media screen and (max-width: 576px) {
  form select {
    font-size: 1.4rem;
    padding: 1.2rem 4.8rem 1.2rem 1.2rem;
  }
}

form input,
form textarea {
  padding: 1.6rem;
}

@media screen and (max-width: 576px) {

  form input,
  form textarea {
    padding: 1.2rem;
  }
}

form input:hover,
form input:focus,
form input:not(:placeholder-shown),
form textarea:hover,
form textarea:focus,
form textarea:not(:placeholder-shown) {
  color: #242424;
  border-color: #0F00B8;
}

form input::placeholder,
form textarea::placeholder {
  font-weight: 300;
  color: #9c9c9c;
}

@media screen and (max-width: 576px) {

  form input::placeholder,
  form textarea::placeholder {
    font-size: 1.4rem;
  }
}

form input,
form select,
form textarea {
  outline: 0;
  width: 100%;
  font-size: 1.6rem;
  transition: 0.4s ease-in-out;
  border-radius: 0.4rem;
  font-family: var(--font-title);
  border: 0.1rem solid rgba(36, 36, 36, 0.2);
}

.g-recaptcha-wrap {
  padding: 0 !important;
}

.wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}

.wpcf7-not-valid-tip {
  right: 0;
  z-index: 4;
  bottom: -2.2rem;
  padding: 0.4rem;
  width: fit-content;
  position: absolute;
  border-radius: 0.5rem;
  background-color: red;
  color: white !important;
  font-size: 1.2rem !important;
}

.wpcf7-not-valid-tip::before {
  content: "";
  width: 0;
  height: 0;
  bottom: 100%;
  right: 1.6rem;
  position: absolute;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.5rem solid #ec1f26;
}

.wpcf7-response-output {
  color: #ec1f26;
  font-weight: 600;
  font-size: 1.2rem;
  text-align: center;
  border: 0 !important;
  padding: 0 !important;
  margin: 2rem 0 0 0 !important;
}

@media screen and (max-width: 1200px) {
  .wpcf7-response-output {
    margin: 1.2rem 0 0 0 !important;
  }
}

.select2-results {
  overflow: hidden;
  background-color: white;
  border-radius: 0 !important;
  border: 0.1rem solid white;
  box-shadow: var(--box-shadow-1);
}

.select2-container .select2-dropdown {
  border: 0;
  background-color: transparent;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #0F00B8;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #242424;
  -webkit-box-shadow: 0 0 0 100rem transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}

.hero {
  position: relative;
  color: white;
}

.hero .swiper-slide {
  height: auto;
}

.hero-bg {
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-pos {
  z-index: 5;
  position: relative;
  padding: 40rem 0 8.4rem 0;
}

@media screen and (max-width: 991px) {
  .hero-pos {
    padding: 20rem 0 8rem 0;
  }
}

@media screen and (max-width: 576px) {
  .hero-pos {
    padding: 20rem 0 4rem 0;
  }
}

.hero-container {
  padding: 0 6.4rem;
}

@media screen and (max-width: 1200px) {
  .hero-container {
    padding: 0 1.6rem;
  }
}

.hero-content {
  max-width: 90rem;
}

@media screen and (max-width: 991px) {
  .hero-content {
    gap: 2.4rem;
  }
}

@media screen and (max-width: 576px) {
  .hero-content {
    gap: 1.6rem;
  }
}

.hero-content_cate {
  color: white;
  display: flex;
  align-items: center;
}

.hero-content_cate>* {
  line-height: 150%;
}

.hero-content_cate>*:not(:last-child)::after {
  content: "|";
  margin: 0 0.4rem;
}

@media screen and (max-width: 991px) {
  .hero-content_title {
    gap: 1.2rem;
  }
}

.hero-content_title .title-40 {
  font-weight: 800;
}

.p-home .hero-content_title .title-28 {
  color: #FE7A15;
}

.hero-content_action {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 2.4rem;
}

@media screen and (max-width: 576px) {
  .hero-content_action .btn {
    width: 100%;
  }
}

.hero-content_time {
  gap: 4rem;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 1200px) {
  .hero-content_time {
    gap: 3.2rem;
  }
}

@media screen and (max-width: 576px) {
  .hero-content_time {
    gap: 2.4rem;
  }
}

.hero-content_time-box .title-64 {
  line-height: normal;
}

.hero-content_time-box .title-64 span {
  color: #FE7A15;
}

.hero-content_time-box .title-24 {
  line-height: 140%;
}

.contact-row {
  --rg: 0;
  --cg: 0;
}

@media screen and (max-width: 991px) {
  .contact-col {
    width: 100%;
  }
}

.contact-form {
  height: 100%;
  padding: 6rem;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 991px) {
  .contact-form {
    gap: 3.2rem;
    padding: 4rem;
  }
}

@media screen and (max-width: 576px) {
  .contact-form {
    gap: 2.4rem;
    padding: 4rem 1.6rem;
  }
}

.contact-form form .form-action input {
  color: white;
  height: 4rem;
  gap: 1.6rem;
  padding-right: 5.2rem;
  background-image: url("../images/icons/icon-arrow.svg");
  background-repeat: no-repeat;
  background-size: 2rem;
  background-position: right 1.6rem center;
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {

  .contact-form form .form-action input:hover,
  .contact-form form .form-action input:focus-visible {
    background-color: #0F00B8;
  }
}

.contact-title {
  text-align: center;
}

.contact-img {
  height: 100%;
}

.contact-img .img {
  height: inherit;
  padding-top: 0;
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {

  .contact-img .img:hover img,
  .contact-img .img:focus-visible img {
    transform: scale(1.05);
  }
}

.js-contact-form {
  height: 100%;
  display: none;
  max-width: 55.8rem;
  border-radius: 1.6rem;
  background-color: #ccc;
}

.js-contact-form .contact-form {
  padding: 0;
}

.js-contact-form .contact-form_title {
  text-align: center;
  padding: 6.4rem 4rem 0;
}

@media screen and (max-width: 1200px) {
  .js-contact-form .contact-form_title {
    padding: 4rem 2rem 0;
  }
}

@media screen and (max-width: 576px) {
  .js-contact-form .contact-form_title {
    padding: 2rem 2rem 0;
  }
}

.js-contact-form .contact-form>.wpcf7 {
  overflow: hidden auto;
}

.js-contact-form .contact-form form {
  display: flex;
  overflow: hidden auto;
  flex-direction: column;
  padding: 0 4rem 6.4rem;
}

@media screen and (max-width: 1200px) {
  .js-contact-form .contact-form form {
    padding: 0 2rem 4rem;
  }
}

@media screen and (max-width: 576px) {
  .js-contact-form .contact-form form {
    padding: 0 2rem 2rem;
  }
}

.group-contact {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  position: fixed;
  right: 2rem;
  bottom: 4.6rem;
  z-index: 10;
  transform: translateX(300%);
  transition: transform 0.2s;
}

@media screen and (max-width: 768px) {
  .group-contact {
    right: 1.6rem;
    bottom: 1.6rem;
  }
}

.group-contact.is-active {
  transform: translateX(0);
}

.group-contact_item {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 0.8rem;
  border-radius: 50%;
  position: relative;
  transition: all 0.4s;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .group-contact_item {
    width: 3.6rem;
    height: 3.6rem;
  }
}

.group-contact_item:hover {
  transform: scale(1.1);
}

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

.group-contact_item.js-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid white;
  background-color: rgba(36, 36, 36, 0.2);
}

.group-contact_item.js-top img {
  width: 2.4rem;
  height: 2.4rem;
}

.group-contact_item.js-expand {
  display: none;
}

@media screen and (max-width: 576px) {
  .group-contact_item.js-expand {
    display: none;
  }
}

.group-contact_item:not(:last-child) {
  animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
}

@keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}

@media screen and (max-width: 1680px) {
  .header .header-inner .header-nav .menu {
    font-size: 1.4rem !important;
    gap: 1rem !important;
  }
}

.home {
  .main {}
}

@media screen and (min-width: 1201px) and (max-width: 1380px) {
  .header .header-inner .header-nav .menu {
    font-size: 1.2rem !important;
  }
}


@media screen and (min-width: 1201px) {
  .hero-pos {
    min-height: calc(100vh - var(--header-height));
    padding-top: calc(var(--header-height)*2);
    padding-bottom: 8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media screen and (max-width: 600px) {
  .hero-pos {
    /* min-height: calc(100vh - var(--header-height)); */
    padding: 4rem 0;
  }

  .header {
    --header-height: 5rem;

    .js-menu-search {
      display: none;
    }

    .header-container {
      height: 100%;

      .header-wrap {
        height: 100%;
      }
    }

    .header-logo {
      max-height: 100%;
      display: flex;

      .custom-logo-link {
        max-height: 100%;
        display: flex;
      }
    }

    .header-logo .custom-logo-link img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
  }

  .header.is-hidden {
    transform: translateY(-100%);
  }
}

.header {
  .js-menu-search {
    display: none;
  }
}

@media screen and (max-width:576px) {
  .hser {
    .container {
      padding: 0 0.8rem;
      padding-left: 1.5rem;
    }
  }
}

.process-pos .process-inner {
  position: relative;
}

.process-pos .process-inner .swiper-navigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  padding: 0 1.5rem;
  pointer-events: none;
}

.process-pos .process-inner .swiper-navigation .prev,
.process-pos .process-inner .swiper-navigation .next {
  pointer-events: visible;
}

@media screen and (max-width:768px) {

  .process-pos .process-inner .swiper-navigation .prev,
  .process-pos .process-inner .swiper-navigation .next {
    display: none;
  }

  .process-tab {
    .swiper-slide {
      margin-right: 0 !important;
    }

    .process-tab_content {
      padding: .5rem;
      padding-right: 1.6rem;

      .number {
        width: 3rem;
        height: 3rem;
      }

      .text-16 {
        font-size: 1.2rem;
      }
    }
  }
}

@media screen and (max-width:600px) {
  .header-logo {
    padding-right: 0;

    .custom-logo-link {
      width: 4.5rem;
    }
  }
}

@media screen and (min-width: 1201px) {
  .is-mb {
    display: none;
  }
}

html:not(:has(.home)) {
  .hero {
    .hero-pos {
      padding-top: 8rem;
    }
  }
}

.header-infor__list {
  display: flex;
  gap: 1rem;
  font-size: 1.2rem;
}

.header-infor__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  max-width: 13rem;
  position: relative;

}

.header-infor__item:not(:first-child)::after {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: 1.4rem;
  background-color: #bababa;
  left: -0.5rem;
  top: 50%;
  transform: translateY(-50%);

}

.header-infor__item .icon {
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
}

.header-infor__item .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-infor__item .b-gr {
  text-transform: uppercase;
  font-weight: 600;
}

.header-infor__item .b-gr .val {
  color: red;
}

@media screen and (max-width: 800px) {
  .header-wrap {
    gap: 1rem;
  }

  .header-infor__item {
    font-size: 0.9rem;
    max-width: 10rem;
    width: fit-content;
  }

  .header-infor__item .icon {
    width: 2rem;
    height: 2rem;
  }
}

@media screen and (max-width: 550px) {
  .hero-content_title {
    .title-28 {
      font-size: 1.6rem;
    }

    .title-40 {
      font-size: 1.8rem;
    }
  }

  .header-infor__list {
    gap: .5rem;
  }

  .header-infor__item {
    font-size: 0.6rem;
    max-width: 7rem;
    width: fit-content;

    &:nth-child(2) {
      width: 5rem;
    }

    &:nth-child(3) {
      width: 6rem;
    }
  }

  .header-infor__item .icon {
    width: 1.4rem;
    height: 1.4rem;
  }

  .hero-content_action .btn {
    width: 19rem;
  }
}

.js-hero-swiper .swiper-slide:has(iframe),
.js-hero-swiper .swiper-slide:has(video) {
  height: calc(9/16*100vw);
  height: auto !important;

  .hero-bg {
    pointer-events: none !important;
  }
}

.hero-bg iframe,
.hero-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-video {
  margin-top: 8rem;
}

@media screen and (max-width:1200px) {
  .section-video {
    margin-top: 4rem;
  }
}

@media screen and (max-width:800px) {
  .section-video {
    margin: 6rem 0 !important;
  }
}


@media screen and (max-width:600px) {
  .section-video {
    margin: 4rem 0 !important;
  }
}

/* ============================================================
 * HERO BANNER: overlay + font mobile + spacing + YouTube 16:9
 * ============================================================ */

/* 1. Overlay tối lên ảnh banner để chữ nổi bật hơn */
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    100deg,
    rgba(0, 0, 0, 0.60) 0%,
    rgba(0, 0, 0, 0.35) 55%,
    rgba(0, 0, 0, 0.08) 100%
  );
  pointer-events: none;
}

/* 2. Giảm font stats hero trên mobile để text ≤ 1/2 diện tích ảnh */
@media screen and (max-width: 576px) {
  .hero-content_time-box .title-64 {
    font-size: 2rem;
  }
  .hero-content_time-box .title-24 {
    font-size: 1.1rem;
  }
  .hero-content_time {
    gap: 1.2rem;
  }
  .hero-content {
    gap: 1.2rem !important;
  }
}

/* 3. Giảm spacing giữa menu và hero trên mobile */
@media screen and (max-width: 600px) {
  .p-home .hero-pos {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

/* 4. YouTube embed: đúng tỉ lệ 16:9 trên mọi màn hình */
.section-video__embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.section-video__embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* 5. Giảm khoảng cách dọc trên mobile cho gọn hơn */
/* Wysiwyg lồng <p> trong <p class="text-16"> sinh ra <p> rỗng chiếm slot gap của flex — ẩn đi */
.flex > p:empty {
  display: none;
}

/* Icon card giới thiệu: nguồn SVG lẫn lộn đen/cam — ép tất cả về cam thương hiệu #FE7A15 */
.ab-intro_card-icon img {
  filter: brightness(0) saturate(100%) invert(62.1%) sepia(31.8%) saturate(3023.3%) hue-rotate(340.3deg) brightness(94.5%) contrast(118%);
}

/* Ảnh tuyến vận chuyển giờ là ảnh chụp thật (thiết kế cũ là PNG nền trong suốt nên mới kéo -12% đè lên trên):
   bỏ margin âm để không che chữ, bo góc + cover cho đẹp */
.ab-route .ab-route_truck {
  margin-top: 2.4rem;
  max-width: 100%;
}
.ab-route .ab-route_truck img {
  object-fit: cover;
  border-radius: 1.6rem;
}

/* Bỏ khung xanh sau icon card giới thiệu, icon trần phóng to (chốt với khách 2026-08-03) */
.ab-intro .ab-intro_card-icon {
  background-color: transparent;
  aspect-ratio: auto;
  width: 4.4rem;
}
.ab-intro .ab-intro_card-icon img {
  width: 4rem;
  height: 4rem;
}
@media screen and (max-width: 576px) {
  .ab-intro .ab-intro_card-icon {
    width: 3.4rem;
  }
  .ab-intro .ab-intro_card-icon img {
    width: 3.2rem;
    height: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  .flex-48 {
    gap: 2.8rem;
  }
  .flex-40 {
    gap: 2.4rem;
  }
  .flex-32 {
    gap: 2rem;
  }
  .flex-24 {
    gap: 1.6rem;
  }
  .title-w-desc {
    gap: 0.8rem;
  }
  /* Heading section (eyebrow + title + desc) sát nhau hơn */
  .service .service-heading,
  .hser .hser-heading {
    gap: 1.6rem;
  }
  /* Icon mũi tên trong nút luôn cùng hàng với text (text dài tự xuống dòng trong span) */
  .btn {
    flex-wrap: nowrap;
  }
  /* Title xuống dòng cân đối, không rớt 1 chữ lẻ cuối dòng */
  h1,
  h2,
  h3,
  .title-24,
  .title-28,
  .title-32,
  .title-40 {
    text-wrap: balance;
  }
  /* Dấu + bám sát số đếm (count-number là block full-width nên left:100% bị văng ra mép) */
  .comp-content_info .count-number,
  .count .count-number {
    width: fit-content;
  }
  /* Chừa chỗ cho cụm nút liên hệ nổi bên phải, chữ không bị icon đè mất */
  .comp-content_info .list .list-item p {
    padding-right: 4rem;
  }
}

/*# sourceMappingURL=common.css.map */