*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.15 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

* {
  box-sizing: border-box;
}

html {
  font-family: 'HyundaiSansText', system-ui, sans-serif;
  min-width: 390px;
}

@media (min-width: 1472px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
  font-family: 'HyundaiSansHead', system-ui, sans-serif;
}

/** Common CSS **/

.font-head {
  font-family: 'HyundaiSansHead', system-ui, sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

/*  Commons CSS*/

.main-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1140px) {
  .main-container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (min-width: 1920px) {
  .main-container {
    max-width: 1760px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.button {
  height: 3rem;
  flex: 1 1 0%;
  border-radius: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(199 199 199 / var(--tw-border-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 53 108 / var(--tw-text-opacity, 1));
}

@media (min-width: 960px) {
  .button {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.button {
  &[data-variant="contained"] {
    --tw-bg-opacity: 1;
    background-color: rgb(0 53 108 / var(--tw-bg-opacity, 1));
  }
  &[data-variant="contained"] {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  &[data-size="small"] {
    height: -moz-fit-content;
    height: fit-content;
  }
  &[data-size="small"] {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  &[data-size="small"] {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  &[data-size="small"] {
    line-height: 18px;
  }
  @media (min-width: 960px) {
    &[data-size="small"] {
      padding-top: 0.25rem;
      padding-bottom: 0.25rem;
    }
  }
  .menu-item-car:hover &[data-content-type="wrapper"] {
    opacity: 1;
  }
  &[data-content-type="wrapper"] {
    display: flex;
  }
  &[data-content-type="wrapper"] {
    flex-direction: row;
  }
  &[data-content-type="wrapper"] {
    align-items: center;
  }
  &[data-content-type="wrapper"] {
    justify-content: center;
  }
  &[data-content-type="wrapper"] {
    padding-left: 1.25rem;
  }
  &[data-content-type="wrapper"] {
    padding-right: 0.625rem;
  }
  &[data-content-type="wrapper"] {
    .menu-item-car:hover .arrow {
      opacity: 1;
    }
    .arrow {
      display: flex;
    }
    .arrow {
      height: 1.25rem;
    }
    .arrow {
      width: 1.25rem;
    }
    .arrow {
      flex-direction: row;
    }
    .arrow {
      align-items: center;
    }
    .arrow {
      justify-content: center;
    }
  }
  &:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(237 28 36 / var(--tw-bg-opacity, 1));
  }
  &:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

/*  End Commons CSS*/

h1 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}

@media (min-width: 960px) {
  h1 {
    font-size: 3.75rem;
    line-height: 1;
  }
}

h1 {
  .subtitle {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .subtitle {
    font-weight: 400;
  }
  @media (min-width: 960px) {
    .subtitle {
      font-size: 2.25rem;
      line-height: 2.5rem;
    }
  }
}

h2 {
  font-size: 27px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 960px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 960px) {
  h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

h4 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 960px) {
  h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

/* Header CSS */

header {
  &.is-active {
    display: flex;
  }
  #desktopHeader {
    .menu-hover {
      color: #333333;
    }
  }
}

a {
  cursor: pointer;
}

input:focus {
  border-style: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

input:active {
  border-style: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.bg-d-blue {
  background: #00356c;
}

.black-text {
  color: #121212;
}

.border-d-blue {
  border-color: #00356c;
}

.border-smoke {
  border-color: #C7C7C7;
}

.bg-d-gray {
  background: #F0F0F0;
}

.border-d-gray {
  border-color: #F0F0F0;
}

.bg-gradient-blue {
  background: linear-gradient(180deg, #005bc5 0%, #002c5f 100%);
}

.truncate-3-lines {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* Hiển thị tối đa 3 dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.font-head {
  font-family: 'HyundaiSansHead', system-ui, sans-serif;
}

.text-d-blue {
  color: #00356c;
}

.more-container:hover #menu-dropdown {
  display: block;
}

.item-child-dropdown:hover:hover {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.item-child-dropdown:hover .dropdown-child-popup {
  display: flex;
}

.dropdown-center {
  left: 50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.menu-hover:hover {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.menu-item-car:hover .flex {
  opacity: 1;
}

.menu-item-car-button:hover {
  background: red !important;
}

.menu-item-car-button:hover span {
  color: #fff !important;
  font-weight: bold !important;
}

.menu-item-car-button:hover path {
  fill: #fff !important;
}

.menu-item-car-button:hover svg {
  fill: #fff !important;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffffff;
}

.hide-scrollbar {
  -ms-overflow-style: none;
  /* Hides scrollbar in IE and Edge */
  scrollbar-width: none;
  /* Hides scrollbar in Firefox */
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
  /* Hides scrollbar in Chrome, Safari, and Opera */
}

.text-3-line {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* Hiển thị tối đa 3 dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* Ẩn phần văn bản vượt quá */
}

.btn-primary {
  font-size: 16px;
  font-weight: 500;
  background: #002c5f;
  color: white;
  padding: 12px;
  transition: all 0.3s ease;
  border: 1px solid #002c5f;
}

.btn-secondary-xs {
  font-size: 1.25rem;
  line-height: 1.5rem;
  border-color: #C7C7C7;
  font-family: 'HyundaiSansHead', system-ui, sans-serif;
  color: #00356c;
  border-radius: 9999px;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 17.3px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-secondary-xs:hover {
  border-color: #00356c;
  background: #ED1C24;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-secondary-xl {
  font-size: 1.25rem;
  line-height: 1.5rem;
  border-color: #C7C7C7;
  font-family: 'HyundaiSansHead', system-ui, sans-serif;
  color: #00356c;
  border-radius: 9999px;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 15.5px;
  padding-bottom: 15.5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 17.3px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-secondary-xl:hover {
  border-color: #00356c;
  background: #ED1C24;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-primary:hover {
  background: #ec1c24 !important;
  border: 1px solid #002c5f;
  border-radius: 9999px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-primary:hover:hover {
  background: #ED1C24;
  border-color: #ED1C24;
}

header {
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(199 199 199 / var(--tw-border-opacity, 1));
  .top-line {
    height: 3rem;
  }
  .top-line {
    width: 100%;
  }
  .top-line {
    --tw-bg-opacity: 1;
    background-color: rgb(0 53 108 / var(--tw-bg-opacity, 1));
  }
  .top-line {
    .top-line-wrapper {
      height: 100%;
    }
    .top-line-wrapper {
      width: 100%;
    }
    @media (min-width: 960px) {
      .top-line-wrapper {
        margin-left: auto;
        margin-right: auto;
      }

      .top-line-wrapper {
        width: 100%;
      }

      .top-line-wrapper {
        padding-left: 1rem;
        padding-right: 1rem;
      }

      @media (min-width: 1140px) {
        .top-line-wrapper {
          padding-left: 5rem;
          padding-right: 5rem;
        }
      }

      @media (min-width: 1920px) {
        .top-line-wrapper {
          max-width: 1760px;
        }
      }

      @media (min-width: 1920px) {
        .top-line-wrapper {
          padding-left: 0px;
          padding-right: 0px;
        }
      }
    }
    .top-line-wrapper {
      .menu-item-car:hover .top-line-container {
        opacity: 1;
      }
      .top-line-container {
        display: flex;
      }
      .top-line-container {
        height: 100%;
      }
      .top-line-container {
        width: 100%;
      }
      .top-line-container {
        flex-direction: row;
      }
      .top-line-container {
        align-items: center;
      }
      .top-line-container {
        justify-content: space-between;
      }
      .top-line-container {
        padding-left: 1rem;
        padding-right: 1rem;
      }
      @media (min-width: 960px) {
        .top-line-container {
          margin-left: auto;
          margin-right: auto;
        }

        .top-line-container {
          width: 100%;
        }

        .top-line-container {
          padding-left: 1rem;
          padding-right: 1rem;
        }

        @media (min-width: 1140px) {
          .top-line-container {
            padding-left: 5rem;
            padding-right: 5rem;
          }
        }

        @media (min-width: 1920px) {
          .top-line-container {
            max-width: 1760px;
          }
        }

        @media (min-width: 1920px) {
          .top-line-container {
            padding-left: 0px;
            padding-right: 0px;
          }
        }
      }
      @media (min-width: 960px) {
        .top-line-container {
          padding-left: 0px;
          padding-right: 0px;
        }
      }
      .top-line-container {
        .menu-item-car:hover .social-container {
          opacity: 1;
        }
        .social-container {
          display: flex;
        }
        .social-container {
          width: -moz-fit-content;
          width: fit-content;
        }
        .social-container {
          align-items: center;
        }
        .social-container {
          justify-content: center;
        }
        .social-container {
          gap: 0.25rem;
        }
        @media (min-width: 960px) {
          .social-container {
            gap: 15px;
          }
        }
        .social-container {
          .social-item {
            height: 1.25rem;
          }
          .social-item {
            width: 1.25rem;
          }
          .social-item {
            overflow: hidden;
          }
          .social-item {
            border-radius: 9999px;
          }
          @media (min-width: 960px) {
            .social-item {
              height: 1.75rem;
            }
          }
          @media (min-width: 960px) {
            .social-item {
              width: 1.75rem;
            }
          }
        }
        .menu-item-car:hover .search-and-action {
          opacity: 1;
        }
        .search-and-action {
          display: flex;
        }
        .search-and-action {
          width: 100%;
        }
        .search-and-action {
          flex: 1 1 0%;
        }
        .search-and-action {
          align-items: center;
        }
        .search-and-action {
          justify-content: flex-end;
        }
        .search-and-action {
          gap: 0.25rem;
        }
        @media (min-width: 960px) {
          .search-and-action {
            gap: 0.5rem;
          }
        }
        .search-and-action {
          .search {
            height: 2rem;
          }
          .search {
            width: 8rem;
          }
          .search {
            border-radius: 9999px;
          }
          .search {
            border-width: 1px;
          }
          .search {
            --tw-border-opacity: 1;
            border-color: rgb(199 199 199 / var(--tw-border-opacity, 1));
          }
          .search {
            --tw-bg-opacity: 1;
            background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
          }
          .search {
            padding-left: 0.5rem;
            padding-right: 0.5rem;
          }
          .search {
            padding-top: 0.25rem;
            padding-bottom: 0.25rem;
          }
          .search {
            --tw-text-opacity: 1;
            color: rgb(0 53 108 / var(--tw-text-opacity, 1));
          }
          @media (min-width: 960px) {
            .search {
              width: 12rem;
            }
          }
          .menu-item-car:hover .search {
            opacity: 1;
          }
          .search {
            display: flex;
          }
          .search {
            align-items: center;
          }
          .search {
            justify-content: space-between;
          }
          .search {
            .menu-item-car:hover .icon-container {
              opacity: 1;
            }
            .icon-container {
              display: flex;
            }
            .icon-container {
              height: 1.25rem;
            }
            .icon-container {
              width: 1.25rem;
            }
            .icon-container {
              align-items: center;
            }
            .icon-container {
              justify-content: center;
            }
            input {
              font-family: 'HyundaiSansHead', system-ui, sans-serif;
              font-weight: 300;
            }
            input {
              font-size: 1.25rem;
              line-height: 1.75rem;
            }
            input {
              line-height: 1.5rem;
            }
            input {
              font-family: 'HyundaiSansHead', system-ui, sans-serif;
            }
            input {
              width: 100%;
            }
            input {
              font-size: 0.875rem;
              line-height: 1.25rem;
            }
            input {
              line-height: 17px;
            }
          }
          .action {
            height: 2rem;
          }
          .action {
            border-radius: 9999px;
          }
          .action {
            border-width: 1px;
          }
          .action {
            --tw-border-opacity: 1;
            border-color: rgb(199 199 199 / var(--tw-border-opacity, 1));
          }
          .action {
            --tw-bg-opacity: 1;
            background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
          }
          .action {
            padding-left: 1.25rem;
            padding-right: 1.25rem;
          }
          .action {
            padding-top: 0.25rem;
            padding-bottom: 0.25rem;
          }
          .action {
            font-size: 0.875rem;
            line-height: 1.25rem;
          }
          .action {
            font-weight: 700;
          }
          .action {
            line-height: 17px;
          }
          .action {
            --tw-text-opacity: 1;
            color: rgb(0 53 108 / var(--tw-text-opacity, 1));
          }
        }
      }
    }
  }
  .secondary-line {
    height: 60px;
  }
  .secondary-line {
    width: 100%;
  }
  .secondary-line {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
  .secondary-line {
    .secondary-line-wrapper {
      height: 100%;
    }
    .secondary-line-wrapper {
      width: 100%;
    }
    .secondary-line-wrapper {
      border-bottom-width: 1px;
    }
    .secondary-line-wrapper {
      --tw-border-opacity: 1;
      border-color: rgb(199 199 199 / var(--tw-border-opacity, 1));
    }
    @media (min-width: 960px) {
      .secondary-line-wrapper {
        margin-left: auto;
        margin-right: auto;
      }

      .secondary-line-wrapper {
        width: 100%;
      }

      .secondary-line-wrapper {
        padding-left: 1rem;
        padding-right: 1rem;
      }

      @media (min-width: 1140px) {
        .secondary-line-wrapper {
          padding-left: 5rem;
          padding-right: 5rem;
        }
      }

      @media (min-width: 1920px) {
        .secondary-line-wrapper {
          max-width: 1760px;
        }
      }

      @media (min-width: 1920px) {
        .secondary-line-wrapper {
          padding-left: 0px;
          padding-right: 0px;
        }
      }
    }
    .secondary-line-wrapper {
      .menu-item-car:hover .secondary-line-container {
        opacity: 1;
      }
      .secondary-line-container {
        display: flex;
      }
      .secondary-line-container {
        height: 100%;
      }
      .secondary-line-container {
        width: 100%;
      }
      .secondary-line-container {
        flex-direction: row;
      }
      .secondary-line-container {
        align-items: center;
      }
      .secondary-line-container {
        justify-content: space-between;
      }
      .secondary-line-container {
        gap: 1.25rem;
      }
      .secondary-line-container {
        padding-left: 1rem;
        padding-right: 1rem;
      }
      @media (min-width: 960px) {
        .secondary-line-container {
          margin-left: auto;
          margin-right: auto;
        }

        .secondary-line-container {
          width: 100%;
        }

        .secondary-line-container {
          padding-left: 1rem;
          padding-right: 1rem;
        }

        @media (min-width: 1140px) {
          .secondary-line-container {
            padding-left: 5rem;
            padding-right: 5rem;
          }
        }

        @media (min-width: 1920px) {
          .secondary-line-container {
            max-width: 1760px;
          }
        }

        @media (min-width: 1920px) {
          .secondary-line-container {
            padding-left: 0px;
            padding-right: 0px;
          }
        }
      }
      @media (min-width: 960px) {
        .secondary-line-container {
          padding-left: 0px;
          padding-right: 0px;
        }
      }
      .secondary-line-container {
        .menu-item-car:hover .logo-container {
          opacity: 1;
        }
        .logo-container {
          display: flex;
        }
        .logo-container {
          width: 25%;
        }
        .logo-container {
          flex-direction: row;
        }
        .logo-container {
          align-items: center;
        }
        .logo-container {
          justify-content: flex-start;
        }
        @media (min-width: 1320px) {
          .logo-container {
            width: 16.666667%;
          }
        }
        .navigation-container {
          display: none;
        }
        .navigation-container {
          flex: 1 1 0%;
        }
        .navigation-container {
          flex-direction: row;
        }
        .navigation-container {
          align-items: center;
        }
        .navigation-container {
          justify-content: center;
        }
        .navigation-container {
          gap: 0.5rem;
        }
        @media (min-width: 1320px) {
          .menu-item-car:hover .navigation-container {
            opacity: 1;
          }
        }
        @media (min-width: 1320px) {
          .navigation-container {
            display: flex;
          }
        }
        @media (min-width: 1472px) {
          .navigation-container {
            gap: 1.25rem;
          }
        }
        @media (min-width: 1720px) {
          .navigation-container {
            gap: 1.75rem;
          }
        }
        .navigation-container {
          .menu-item-car:hover .navigation-item-container {
            opacity: 1;
          }
          .navigation-item-container {
            display: flex;
          }
          .navigation-item-container {
            flex-direction: row;
          }
          .navigation-item-container {
            align-items: center;
          }
          .navigation-item-container {
            gap: 0.125rem;
          }
          .navigation-item-container {
            font-family: 'HyundaiSansHead', system-ui, sans-serif;
            font-weight: 300;
          }
          .navigation-item-container {
            font-size: 1.25rem;
            line-height: 1.75rem;
          }
          .navigation-item-container {
            line-height: 1.5rem;
          }
          .navigation-item-container {
            font-family: 'HyundaiSansHead', system-ui, sans-serif;
          }
          .navigation-item-container {
            font-size: 0.875rem;
            line-height: 1.25rem;
          }
          .navigation-item-container {
            line-height: 1.25rem;
          }
          .navigation-item-container {
            --tw-text-opacity: 1;
            color: rgb(18 18 18 / var(--tw-text-opacity, 1));
          }
          @media (min-width: 1720px) {
            .navigation-item-container {
              font-size: 1rem;
              line-height: 1.5rem;
            }
          }
          .navigation-item-container {
            position: relative;
          }
          .navigation-item-container {
            cursor: pointer;
          }
          .navigation-item-container {
            &.active {
              font-weight: 700;
            }
            &.active {
              line-height: 1.25rem;
            }
            &.active {
              .arrow-icon {
                --tw-rotate: 180deg;
                transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
              }
              .arrow-icon {
                transition-duration: 300ms;
              }
            }
          }
          .menu-item-car:hover .navigation-item-content-wrapper {
            opacity: 1;
          }
          .navigation-item-content-wrapper {
            position: absolute;
          }
          .navigation-item-content-wrapper {
            top: 100%;
          }
          .navigation-item-content-wrapper {
            left: 0px;
          }
          .navigation-item-content-wrapper {
            z-index: 1024;
          }
          .navigation-item-content-wrapper {
            display: flex;
          }
          .navigation-item-content-wrapper {
            height: 100vh;
          }
          .navigation-item-content-wrapper {
            width: 100%;
          }
          .navigation-item-content-wrapper {
            --tw-bg-opacity: 1;
            background-color: rgb(244 241 240 / var(--tw-bg-opacity, 1));
          }
          .navigation-item-content-wrapper {
            .menu-item-car:hover .navigation-item-content {
              opacity: 1;
            }
            .navigation-item-content {
              display: flex;
            }
            .navigation-item-content {
              height: 100%;
            }
            .navigation-item-content {
              width: 100%;
            }
            .navigation-item-content {
              flex-direction: row;
            }
            .navigation-item-content {
              align-items: flex-start;
            }
            .navigation-item-content {
              .menu-item-car:hover .menu-container {
                opacity: 1;
              }
              .menu-container {
                display: flex;
              }
              .menu-container {
                height: 100%;
              }
              .menu-container {
                width: 25%;
              }
              .menu-container {
                flex-direction: column;
              }
              .menu-container {
                gap: 1.5rem;
              }
              .menu-container {
                --tw-bg-opacity: 1;
                background-color: rgb(0 44 95 / var(--tw-bg-opacity, 1));
              }
              .menu-container {
                padding-top: 1.5rem;
                padding-bottom: 1.5rem;
              }
              .menu-container {
                padding-left: 3rem;
                padding-right: 3rem;
              }
              .menu-container {
                .item {
                  font-family: 'HyundaiSansHead', system-ui, sans-serif;
                  font-weight: 300;
                }
                .item {
                  font-size: 1.25rem;
                  line-height: 1.75rem;
                }
                .item {
                  line-height: 1.5rem;
                }
                .item {
                  font-family: 'HyundaiSansHead', system-ui, sans-serif;
                }
                .item {
                  cursor: pointer;
                }
                .item {
                  font-size: 1.25rem;
                  line-height: 1.75rem;
                }
                .item {
                  font-weight: 700;
                }
                .item {
                  line-height: 1.5rem;
                }
                .item {
                  --tw-text-opacity: 1;
                  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
                }
                .item {
                  .menu-item-car:hover &.item-container {
                    opacity: 1;
                  }
                  &.item-container {
                    display: flex;
                  }
                  &.item-container {
                    flex-direction: row;
                  }
                  &.item-container {
                    align-items: center;
                  }
                  &.item-container {
                    gap: 0.5rem;
                  }
                  &.item-container {
                    font-family: 'HyundaiSansHead', system-ui, sans-serif;
                    font-weight: 300;
                  }
                  &.item-container {
                    font-size: 1.25rem;
                    line-height: 1.75rem;
                  }
                  &.item-container {
                    line-height: 1.5rem;
                  }
                  &.item-container {
                    font-family: 'HyundaiSansHead', system-ui, sans-serif;
                  }
                  &.item-container {
                    cursor: pointer;
                  }
                  &.item-container {
                    font-size: 1rem;
                    line-height: 1.5rem;
                  }
                  &.item-container {
                    font-weight: 700;
                  }
                  &.item-container {
                    line-height: 1.25rem;
                  }
                  &.item-container {
                    --tw-text-opacity: 1;
                    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
                  }
                  &.item-container {
                    .menu-item-car:hover .icon {
                      opacity: 1;
                    }
                    .icon {
                      display: flex;
                    }
                    .icon {
                      height: 1.5rem;
                    }
                    .icon {
                      width: 1.5rem;
                    }
                    .icon {
                      align-items: center;
                    }
                    .icon {
                      justify-content: center;
                    }
                  }
                  &.active {
                    --tw-text-opacity: 1;
                    color: rgb(5 170 210 / var(--tw-text-opacity, 1));
                  }
                }
              }
              .content-container {
                -ms-overflow-style: none;
                /* Hides scrollbar in IE and Edge */
                scrollbar-width: none;
                /* Hides scrollbar in Firefox */
              }
              .content-container::-webkit-scrollbar {
                display: none;
                /* Hides scrollbar in Chrome, Safari, and Opera */
              }
              .content-container {
                height: 100%;
              }
              .content-container {
                width: 100%;
              }
              .content-container {
                overflow: auto;
              }
              .content-container {
                .tab-content-container {
                  display: grid;
                }
                .tab-content-container {
                  grid-template-columns: repeat(4, minmax(0, 1fr));
                }
                .tab-content-container {
                  gap: 1.25rem;
                }
                .tab-content-container {
                  padding: 2.5rem;
                }
                @media (min-width: 1320px) {
                  .tab-content-container {
                    grid-template-columns: repeat(5, minmax(0, 1fr));
                  }
                }
                @media (min-width: 1472px) {
                  .tab-content-container {
                    grid-template-columns: repeat(5, minmax(0, 1fr));
                  }
                }
                @media (min-width: 1720px) {
                  .tab-content-container {
                    grid-template-columns: repeat(6, minmax(0, 1fr));
                  }
                }
                .tab-content-container {
                  .menu-item-car:hover .tab-content-item-wrapper {
                    opacity: 1;
                  }
                  .tab-content-item-wrapper {
                    display: flex;
                  }
                  .tab-content-item-wrapper {
                    justify-content: center;
                  }
                  .tab-content-item-wrapper {
                    .menu-item-car:hover .tab-content-item {
                      opacity: 1;
                    }
                    .tab-content-item {
                      display: flex;
                    }
                    .tab-content-item {
                      height: 260px;
                    }
                    .tab-content-item {
                      width: 240px;
                    }
                    .tab-content-item {
                      flex-direction: column;
                    }
                    .tab-content-item {
                      align-items: center;
                    }
                    .tab-content-item {
                      justify-content: center;
                    }
                    .tab-content-item {
                      gap: 5px;
                    }
                    .tab-content-item {
                      padding-left: 1.25rem;
                      padding-right: 1.25rem;
                    }
                    .tab-content-item {
                      padding-top: 1.5rem;
                      padding-bottom: 1.5rem;
                    }
                    .tab-content-item {
                      .menu-item-car:hover .title-container {
                        opacity: 1;
                      }
                      .title-container {
                        display: flex;
                      }
                      .title-container {
                        width: 100%;
                      }
                      .title-container {
                        flex-direction: column;
                      }
                      .title-container {
                        align-items: center;
                      }
                      .title-container {
                        justify-content: flex-end;
                      }
                      .title-container {
                        text-align: center;
                      }
                      .title-container {
                        .title {
                          font-size: 1.125rem;
                          line-height: 1.75rem;
                        }
                        .title {
                          font-weight: 700;
                        }
                        .title {
                          line-height: 22px;
                        }
                        .title {
                          --tw-text-opacity: 1;
                          color: rgb(18 18 18 / var(--tw-text-opacity, 1));
                        }
                        .price {
                          font-size: 0.875rem;
                          line-height: 1.25rem;
                        }
                        .price {
                          font-weight: 700;
                        }
                        .price {
                          line-height: 17px;
                        }
                        .price {
                          --tw-text-opacity: 1;
                          color: rgb(0 53 108 / var(--tw-text-opacity, 1));
                        }
                        .menu-item-car:hover .cta-container {
                          opacity: 1;
                        }
                        .cta-container {
                          display: flex;
                        }
                        .cta-container {
                          flex-direction: row;
                        }
                        .cta-container {
                          align-items: center;
                        }
                        .cta-container {
                          justify-content: center;
                        }
                        .cta-container {
                          text-align: center;
                        }
                      }
                      .thumbnail {
                        flex: 1 1 0%;
                      }
                      .thumbnail {
                        -o-object-fit: contain;
                           object-fit: contain;
                      }
                    }
                  }
                }
              }
            }
          }
          .sub-item-container {
            left: 50%;
          }
          .sub-item-container {
            --tw-translate-x: -50%;
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          }
          .sub-item-container {
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          }
          .menu-item-car:hover .sub-item-container {
            opacity: 1;
          }
          .sub-item-container {
            position: absolute;
          }
          .sub-item-container {
            top: 100%;
          }
          .sub-item-container {
            z-index: 50;
          }
          .sub-item-container {
            display: flex;
          }
          .sub-item-container {
            width: 280px;
          }
          .sub-item-container {
            flex-direction: column;
          }
          .sub-item-container > :not([hidden]) ~ :not([hidden]) {
            --tw-divide-y-reverse: 0;
            border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
            border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
          }
          .sub-item-container > :not([hidden]) ~ :not([hidden]) {
            --tw-divide-opacity: 1;
            border-color: rgb(199 199 199 / var(--tw-divide-opacity, 1));
          }
          .sub-item-container {
            --tw-bg-opacity: 1;
            background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
          }
          .sub-item-container {
            --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
            --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          }
          .sub-item-container {
            .sub-item {
              padding: 1.25rem;
            }
            .sub-item {
              font-size: 1rem;
              line-height: 1.5rem;
            }
            .sub-item {
              line-height: 1.25rem;
            }
            .sub-item {
              --tw-text-opacity: 1;
              color: rgb(18 18 18 / var(--tw-text-opacity, 1));
            }
          }
        }
        .menu-item-car:hover .title-container {
          opacity: 1;
        }
        .title-container {
          display: flex;
        }
        .title-container {
          width: 100%;
        }
        .title-container {
          flex-direction: column;
        }
        .title-container {
          align-items: center;
        }
        .title-container {
          justify-content: flex-end;
        }
        @media (min-width: 1320px) {
          .title-container {
            width: 16.666667%;
          }
        }
        @media (min-width: 1320px) {
          .title-container {
            align-items: flex-end;
          }
        }
        .title-container {
          font-family: 'HyundaiSansHead', system-ui, sans-serif;
          font-weight: 300;
        }
        .title-container {
          font-size: 1.25rem;
          line-height: 1.75rem;
        }
        .title-container {
          line-height: 1.5rem;
        }
        .title-container {
          font-family: 'HyundaiSansHead', system-ui, sans-serif;
        }
        .title-container {
          font-size: 1.25rem;
          line-height: 1.75rem;
        }
        .title-container {
          font-weight: 700;
        }
        .title-container {
          line-height: 1.5rem;
        }
        .menu-item-car:hover .button-container {
          opacity: 1;
        }
        .button-container {
          display: flex;
        }
        .button-container {
          width: 25%;
        }
        .button-container {
          cursor: pointer;
        }
        .button-container {
          flex-direction: row;
        }
        .button-container {
          align-items: center;
        }
        .button-container {
          justify-content: flex-end;
        }
        @media (min-width: 1320px) {
          .button-container {
            display: none;
          }
        }
      }
    }
    .mobile-menu {
      position: absolute;
    }
    .mobile-menu {
      top: 100%;
    }
    .mobile-menu {
      left: 0px;
    }
    .mobile-menu {
      z-index: 10;
    }
    .mobile-menu {
      height: 100vh;
    }
    .mobile-menu {
      width: 100vw;
    }
    .mobile-menu {
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    }
    .mobile-menu {
      .mobile-menu-wrapper {
        height: 100%;
      }
      .mobile-menu-wrapper {
        width: 100%;
      }
      .mobile-menu-wrapper {
        overflow: auto;
      }
      .mobile-menu-wrapper {
        border-bottom-width: 1px;
      }
      .mobile-menu-wrapper {
        --tw-border-opacity: 1;
        border-color: rgb(199 199 199 / var(--tw-border-opacity, 1));
      }
      @media (min-width: 960px) {
        .mobile-menu-wrapper {
          margin-left: auto;
          margin-right: auto;
        }

        .mobile-menu-wrapper {
          width: 100%;
        }

        .mobile-menu-wrapper {
          padding-left: 1rem;
          padding-right: 1rem;
        }

        @media (min-width: 1140px) {
          .mobile-menu-wrapper {
            padding-left: 5rem;
            padding-right: 5rem;
          }
        }

        @media (min-width: 1920px) {
          .mobile-menu-wrapper {
            max-width: 1760px;
          }
        }

        @media (min-width: 1920px) {
          .mobile-menu-wrapper {
            padding-left: 0px;
            padding-right: 0px;
          }
        }
      }
      .mobile-menu-wrapper {
        .menu-item-car:hover .mobile-menu-container {
          opacity: 1;
        }
        .mobile-menu-container {
          display: flex;
        }
        .mobile-menu-container {
          height: 100%;
        }
        .mobile-menu-container {
          width: 100%;
        }
        .mobile-menu-container {
          flex-direction: column;
        }
        .mobile-menu-container {
          align-items: center;
        }
        .mobile-menu-container {
          justify-content: flex-start;
        }
        .mobile-menu-container {
          gap: 0.625rem;
        }
        .mobile-menu-container {
          padding-left: 1rem;
          padding-right: 1rem;
        }
        .mobile-menu-container {
          padding-top: 1.5rem;
        }
        .mobile-menu-container {
          padding-bottom: 2rem;
        }
        @media (min-width: 960px) {
          .mobile-menu-container {
            margin-left: auto;
            margin-right: auto;
          }

          .mobile-menu-container {
            width: 100%;
          }

          .mobile-menu-container {
            padding-left: 1rem;
            padding-right: 1rem;
          }

          @media (min-width: 1140px) {
            .mobile-menu-container {
              padding-left: 5rem;
              padding-right: 5rem;
            }
          }

          @media (min-width: 1920px) {
            .mobile-menu-container {
              max-width: 1760px;
            }
          }

          @media (min-width: 1920px) {
            .mobile-menu-container {
              padding-left: 0px;
              padding-right: 0px;
            }
          }
        }
        @media (min-width: 960px) {
          .mobile-menu-container {
            padding-left: 0px;
            padding-right: 0px;
          }
        }
        .mobile-menu-container {
          .menu-item-car:hover .search-container {
            opacity: 1;
          }
          .search-container {
            display: flex;
          }
          .search-container {
            width: 100%;
          }
          .search-container {
            flex-direction: row;
          }
          .search-container {
            align-items: center;
          }
          .search-container {
            --tw-bg-opacity: 1;
            background-color: rgb(246 243 242 / var(--tw-bg-opacity, 1));
          }
          .search-container {
            --tw-text-opacity: 1;
            color: rgb(153 153 153 / var(--tw-text-opacity, 1));
          }
          .search-container {
            font-size: 0.875rem;
            line-height: 1.25rem;
          }
          .search-container {
            line-height: 17px;
          }
          .search-container {
            --tw-text-opacity: 1;
            color: rgb(18 18 18 / var(--tw-text-opacity, 1));
          }
          .search-container {
            padding-left: 1rem;
            padding-right: 1rem;
          }
          .search-container {
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
          }
          .search-container {
            input {
              flex: 1 1 0%;
            }
            input {
              --tw-bg-opacity: 1;
              background-color: rgb(246 243 242 / var(--tw-bg-opacity, 1));
            }
            input::-moz-placeholder {
              font-size: 0.875rem;
              line-height: 1.25rem;
            }
            input::placeholder {
              font-size: 0.875rem;
              line-height: 1.25rem;
            }
            input::-moz-placeholder {
              line-height: 17px;
            }
            input::placeholder {
              line-height: 17px;
            }
            input::-moz-placeholder {
              --tw-text-opacity: 1;
              color: rgb(153 153 153 / var(--tw-text-opacity, 1));
            }
            input::placeholder {
              --tw-text-opacity: 1;
              color: rgb(153 153 153 / var(--tw-text-opacity, 1));
            }
            .menu-item-car:hover .icon {
              opacity: 1;
            }
            .icon {
              display: flex;
            }
            .icon {
              height: 1.5rem;
            }
            .icon {
              width: 1.5rem;
            }
            .icon {
              align-items: center;
            }
            .icon {
              justify-content: center;
            }
            .icon {
              gap: 0.5rem;
            }
          }
          .menu-item-car:hover .item-container {
            opacity: 1;
          }
          .item-container {
            display: flex;
          }
          .item-container {
            width: 100%;
          }
          .item-container {
            flex-direction: column;
          }
          .item-container {
            gap: 0.375rem;
          }
          .item-container {
            .menu-item-car:hover .item-title-container {
              opacity: 1;
            }
            .item-title-container {
              display: flex;
            }
            .item-title-container {
              flex-direction: row;
            }
            .item-title-container {
              align-items: center;
            }
            .item-title-container {
              justify-content: space-between;
            }
            .item-title-container {
              font-size: 1rem;
              line-height: 1.5rem;
            }
            .item-title-container {
              font-weight: 700;
            }
            .item-title-container {
              line-height: 1.75rem;
            }
            .item-title-container {
              --tw-text-opacity: 1;
              color: rgb(153 153 153 / var(--tw-text-opacity, 1));
            }
            .item-title-container {
              transition-property: all;
              transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
              transition-duration: 150ms;
            }
            .item-title-container {
              transition-duration: 1000ms;
            }
            .item-title-container {
              transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            }
            .item-title-container {
              &.active {
                --tw-text-opacity: 1;
                color: rgb(0 44 95 / var(--tw-text-opacity, 1));
              }
              .title {
                text-transform: uppercase;
              }
              .menu-item-car:hover .icon {
                opacity: 1;
              }
              .icon {
                display: flex;
              }
              .icon {
                height: 1.75rem;
              }
              .icon {
                width: 1.75rem;
              }
              .icon {
                align-items: center;
              }
              .icon {
                justify-content: center;
              }
              .icon {
                transition-property: all;
                transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                transition-duration: 150ms;
              }
              .icon {
                &.active {
                  --tw-rotate: 180deg;
                  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
                }
              }
            }
            .menu-item-car:hover .item-content-container {
              opacity: 1;
            }
            .item-content-container {
              display: flex;
            }
            .item-content-container {
              width: 100%;
            }
            .item-content-container {
              flex-direction: column;
            }
            .item-content-container {
              gap: 0.375rem;
            }
            .item-content-container {
              overflow: hidden;
            }
            .item-content-container {
              transition-property: all;
              transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
              transition-duration: 150ms;
            }
            .item-content-container {
              transition-duration: 1000ms;
            }
            .item-content-container {
              transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            }
            .item-content-container {
              .item-content {
                font-family: 'HyundaiSansHead', system-ui, sans-serif;
                font-weight: 300;
              }
              .item-content {
                font-size: 1.25rem;
                line-height: 1.75rem;
              }
              .item-content {
                line-height: 1.5rem;
              }
              .item-content {
                font-family: 'HyundaiSansHead', system-ui, sans-serif;
              }
              .item-content {
                font-size: 0.75rem;
                line-height: 1rem;
              }
              .item-content {
                font-weight: 400;
              }
              .item-content {
                line-height: 1.75rem;
              }
              .item-content {
                --tw-text-opacity: 1;
                color: rgb(0 0 0 / var(--tw-text-opacity, 1));
              }
            }
          }
        }
      }
    }
  }
}

main {
  #banner-app {
    height: 400px;
  }
  #banner-app {
    width: 100%;
  }
  @media (min-width: 960px) {
    #banner-app {
      height: 800px;
    }
  }
  #banner-app {
    .swiper-wrapper {
      .swiper-slide.background {
        background-size: cover;
      }
      .swiper-slide.background {
        background-position: center;
      }
      .swiper-slide.background {
        background-repeat: no-repeat;
      }
      .swiper-slide.background {
        .swiper-content-wrapper {
          height: 100%;
        }
        .swiper-content-wrapper {
          width: 100%;
        }
        @media (min-width: 960px) {
          .swiper-content-wrapper {
            margin-left: auto;
            margin-right: auto;
          }

          .swiper-content-wrapper {
            width: 100%;
          }

          .swiper-content-wrapper {
            padding-left: 1rem;
            padding-right: 1rem;
          }

          @media (min-width: 1140px) {
            .swiper-content-wrapper {
              padding-left: 5rem;
              padding-right: 5rem;
            }
          }

          @media (min-width: 1920px) {
            .swiper-content-wrapper {
              max-width: 1760px;
            }
          }

          @media (min-width: 1920px) {
            .swiper-content-wrapper {
              padding-left: 0px;
              padding-right: 0px;
            }
          }
        }
        .swiper-content-wrapper {
          .menu-item-car:hover .swiper-content-container {
            opacity: 1;
          }
          .swiper-content-container {
            display: flex;
          }
          .swiper-content-container {
            height: 100%;
          }
          .swiper-content-container {
            width: 100%;
          }
          .swiper-content-container {
            flex-direction: column;
          }
          .swiper-content-container {
            justify-content: space-between;
          }
          .swiper-content-container {
            padding-left: 1rem;
            padding-right: 1rem;
          }
          .swiper-content-container {
            padding-top: 1.25rem;
            padding-bottom: 1.25rem;
          }
          @media (min-width: 960px) {
            .swiper-content-container {
              margin-left: auto;
              margin-right: auto;
            }

            .swiper-content-container {
              width: 100%;
            }

            .swiper-content-container {
              padding-left: 1rem;
              padding-right: 1rem;
            }

            @media (min-width: 1140px) {
              .swiper-content-container {
                padding-left: 5rem;
                padding-right: 5rem;
              }
            }

            @media (min-width: 1920px) {
              .swiper-content-container {
                max-width: 1760px;
              }
            }

            @media (min-width: 1920px) {
              .swiper-content-container {
                padding-left: 0px;
                padding-right: 0px;
              }
            }
          }
          @media (min-width: 960px) {
            .swiper-content-container {
              padding-left: 0px;
              padding-right: 0px;
            }
          }
          .swiper-content-container {
            .title-container {
              font-family: 'HyundaiSansHead', system-ui, sans-serif;
              font-weight: 300;
            }
            .title-container {
              font-size: 1.25rem;
              line-height: 1.75rem;
            }
            .title-container {
              line-height: 1.5rem;
            }
            .title-container {
              font-family: 'HyundaiSansHead', system-ui, sans-serif;
            }
            .menu-item-car:hover .title-container {
              opacity: 1;
            }
            .title-container {
              display: flex;
            }
            .title-container {
              width: 100%;
            }
            .title-container {
              flex-direction: column;
            }
            .title-container {
              justify-content: center;
            }
            .title-container {
              --tw-text-opacity: 1;
              color: rgb(255 255 255 / var(--tw-text-opacity, 1));
            }
            .title-container {
              .title {
                font-size: 60px;
              }
              .title {
                font-weight: 700;
              }
              .title {
                line-height: 74px;
              }
              @media (min-width: 960px) {
                .title {
                  font-size: 100px;
                }
              }
              @media (min-width: 960px) {
                .title {
                  line-height: 124px;
                }
              }
              .subtitle {
                font-size: 1.125rem;
                line-height: 1.75rem;
              }
              .subtitle {
                font-weight: 700;
              }
              .subtitle {
                line-height: 22px;
              }
              @media (min-width: 960px) {
                .subtitle {
                  font-size: 1.5rem;
                  line-height: 2rem;
                }
              }
              @media (min-width: 960px) {
                .subtitle {
                  line-height: 30px;
                }
              }
            }
            .highlight-feature-wrapper {
              background: linear-gradient(180deg, #005bc5 0%, #002c5f 100%);
            }
            .menu-item-car:hover .highlight-feature-wrapper {
              opacity: 1;
            }
            .highlight-feature-wrapper {
              visibility: hidden;
            }
            .highlight-feature-wrapper {
              display: flex;
            }
            .highlight-feature-wrapper {
              height: 100px;
            }
            .highlight-feature-wrapper {
              width: 100%;
            }
            .highlight-feature-wrapper {
              align-items: center;
            }
            .highlight-feature-wrapper {
              gap: 0.625rem;
            }
            .highlight-feature-wrapper {
              padding-left: 1.25rem;
              padding-right: 1.25rem;
            }
            @media (min-width: 1320px) {
              .highlight-feature-wrapper {
                visibility: visible;
              }
            }
            .highlight-feature-wrapper {
              .menu-item-car:hover .highlight-feature-container {
                opacity: 1;
              }
              .highlight-feature-container {
                display: flex;
              }
              .highlight-feature-container {
                height: 100%;
              }
              .highlight-feature-container {
                width: 100%;
              }
              .highlight-feature-container {
                align-items: center;
              }
              .highlight-feature-container {
                .menu-item-car:hover .features {
                  opacity: 1;
                }
                .features {
                  display: flex;
                }
                .features {
                  height: 100%;
                }
                .features {
                  flex: 1 1 0%;
                }
                .features > :not([hidden]) ~ :not([hidden]) {
                  --tw-divide-x-reverse: 0;
                  border-right-width: calc(2px * var(--tw-divide-x-reverse));
                  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
                }
                .features > :not([hidden]) ~ :not([hidden]) {
                  --tw-divide-opacity: 1;
                  border-color: rgb(0 53 108 / var(--tw-divide-opacity, 1));
                }
                .features {
                  .menu-item-car:hover .feature-item {
                    opacity: 1;
                  }
                  .feature-item {
                    display: flex;
                  }
                  .feature-item {
                    flex-direction: column;
                  }
                  .feature-item {
                    justify-content: center;
                  }
                  .feature-item {
                    padding-left: 1.25rem;
                    padding-right: 1.25rem;
                  }
                  .feature-item {
                    --tw-text-opacity: 1;
                    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
                  }
                  .feature-item {
                    &:last-child {
                      width: -moz-fit-content;
                      width: fit-content;
                    }
                    &:not(:last-child) {
                      flex: 1 1 0%;
                    }
                    .title {
                      font-family: 'HyundaiSansText', system-ui, sans-serif;
                      font-weight: 400;
                    }
                    .title {
                      font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
                    }
                    .title {
                      font-size: 0.875rem;
                      line-height: 1.25rem;
                    }
                    .title {
                      font-weight: 500;
                    }
                    .title {
                      line-height: 17px;
                    }
                    .value {
                      font-family: 'HyundaiSansHead', system-ui, sans-serif;
                      font-weight: 300;
                    }
                    .value {
                      font-size: 1.25rem;
                      line-height: 1.75rem;
                    }
                    .value {
                      line-height: 1.5rem;
                    }
                    .value {
                      font-family: 'HyundaiSansHead', system-ui, sans-serif;
                    }
                    .value {
                      font-size: 1.25rem;
                      line-height: 1.75rem;
                    }
                    .value {
                      font-weight: 700;
                    }
                    .value {
                      line-height: 24px;
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
    .swiper-button-next, .swiper-button-prev {
      height: 1.25rem;
    }
    .swiper-button-next, .swiper-button-prev {
      width: 1.25rem;
    }
    .swiper-button-next, .swiper-button-prev {
      padding-left: 0px;
      padding-right: 0px;
    }
    .swiper-button-next, .swiper-button-prev {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }
    @media (min-width: 1320px) {
      .swiper-button-next, .swiper-button-prev {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
      }
    }
    .swiper-button-next, .swiper-button-prev {
      &:after {
        font-size: 1.125rem;
        line-height: 1.75rem;
      }
    }
  }
  #home-san-pham {
    width: 100%;
  }
  #home-san-pham {
    padding: 0px;
  }
  @media (min-width: 960px) {
    #home-san-pham > :not([hidden]) ~ :not([hidden]) {
      --tw-space-y-reverse: 0;
      margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(60px * var(--tw-space-y-reverse));
    }
  }
  @media (min-width: 960px) {
    #home-san-pham {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
    }
  }
  #home-san-pham {
    .tab-container-wrapper {
      width: 100%;
    }
    @media (min-width: 960px) {
      .tab-container-wrapper {
        margin-left: auto;
        margin-right: auto;
      }

      .tab-container-wrapper {
        width: 100%;
      }

      .tab-container-wrapper {
        padding-left: 1rem;
        padding-right: 1rem;
      }

      @media (min-width: 1140px) {
        .tab-container-wrapper {
          padding-left: 5rem;
          padding-right: 5rem;
        }
      }

      @media (min-width: 1920px) {
        .tab-container-wrapper {
          max-width: 1760px;
        }
      }

      @media (min-width: 1920px) {
        .tab-container-wrapper {
          padding-left: 0px;
          padding-right: 0px;
        }
      }
    }
    .tab-container-wrapper {
      .tab-container {
        -ms-overflow-style: none;
        /* Hides scrollbar in IE and Edge */
        scrollbar-width: none;
        /* Hides scrollbar in Firefox */
      }
      .tab-container::-webkit-scrollbar {
        display: none;
        /* Hides scrollbar in Chrome, Safari, and Opera */
      }
      .tab-container {
        width: 100%;
      }
      .tab-container > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.5rem * var(--tw-space-x-reverse));
        margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
      }
      .tab-container {
        overflow-x: auto;
      }
      .tab-container {
        white-space: nowrap;
      }
      .tab-container {
        padding-left: 1rem;
        padding-right: 1rem;
      }
      @media (min-width: 960px) {
        .tab-container {
          margin-left: auto;
          margin-right: auto;
        }

        .tab-container {
          width: 100%;
        }

        .tab-container {
          padding-left: 1rem;
          padding-right: 1rem;
        }

        @media (min-width: 1140px) {
          .tab-container {
            padding-left: 5rem;
            padding-right: 5rem;
          }
        }

        @media (min-width: 1920px) {
          .tab-container {
            max-width: 1760px;
          }
        }

        @media (min-width: 1920px) {
          .tab-container {
            padding-left: 0px;
            padding-right: 0px;
          }
        }
      }
      @media (min-width: 960px) {
        .tab-container {
          padding-left: 0px;
          padding-right: 0px;
        }
      }
      .tab-container {
        border-bottom-width: 1px;
        border-bottom-color: #F0F0F0;
        .tab-item {
          font-family: 'HyundaiSansHead', system-ui, sans-serif;
          font-weight: 300;
        }
        .tab-item {
          font-size: 1.25rem;
          line-height: 1.75rem;
        }
        .tab-item {
          line-height: 1.5rem;
        }
        .tab-item {
          font-family: 'HyundaiSansHead', system-ui, sans-serif;
        }
        .tab-item {
          display: inline-flex;
        }
        .tab-item {
          height: 60px;
        }
        .tab-item {
          flex-direction: column;
        }
        .tab-item {
          justify-content: center;
        }
        .tab-item.active {
          font-weight: 700;
        }
        .tab-item.active {
          text-transform: uppercase;
        }
        .tab-item.active {
          border-bottom-width: 2px;
          border-bottom-color: #00356C;
        }
      }
    }
    .tab-content-wrapper {
      width: 100%;
    }
    @media (min-width: 960px) {
      .tab-content-wrapper {
        margin-left: auto;
        margin-right: auto;
      }

      .tab-content-wrapper {
        width: 100%;
      }

      .tab-content-wrapper {
        padding-left: 1rem;
        padding-right: 1rem;
      }

      @media (min-width: 1140px) {
        .tab-content-wrapper {
          padding-left: 5rem;
          padding-right: 5rem;
        }
      }

      @media (min-width: 1920px) {
        .tab-content-wrapper {
          max-width: 1760px;
        }
      }

      @media (min-width: 1920px) {
        .tab-content-wrapper {
          padding-left: 0px;
          padding-right: 0px;
        }
      }
    }
    .tab-content-wrapper {
      .tab-content-container {
        margin-top: 0.5rem;
      }
      .tab-content-container {
        display: grid;
      }
      .tab-content-container {
        width: 100%;
      }
      .tab-content-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      .tab-content-container {
        gap: 0.5rem;
      }
      .tab-content-container {
        padding-left: 1rem;
        padding-right: 1rem;
      }
      .tab-content-container {
        padding-bottom: 1.25rem;
      }
      @media (min-width: 960px) {
        .tab-content-container {
          margin-left: auto;
          margin-right: auto;
        }

        .tab-content-container {
          width: 100%;
        }

        .tab-content-container {
          padding-left: 1rem;
          padding-right: 1rem;
        }

        @media (min-width: 1140px) {
          .tab-content-container {
            padding-left: 5rem;
            padding-right: 5rem;
          }
        }

        @media (min-width: 1920px) {
          .tab-content-container {
            max-width: 1760px;
          }
        }

        @media (min-width: 1920px) {
          .tab-content-container {
            padding-left: 0px;
            padding-right: 0px;
          }
        }
      }
      @media (min-width: 720px) {
        .tab-content-container {
          grid-template-columns: repeat(4, minmax(0, 1fr));
        }
      }
      @media (min-width: 960px) {
        .tab-content-container {
          grid-template-columns: repeat(6, minmax(0, 1fr));
        }
      }
      @media (min-width: 960px) {
        .tab-content-container {
          padding-left: 0px;
          padding-right: 0px;
        }
      }
      @media (min-width: 1320px) {
        .tab-content-container {
          grid-template-columns: repeat(7, minmax(0, 1fr));
        }
      }
      @media (min-width: 1920px) {
        .tab-content-container {
          grid-template-columns: repeat(8, minmax(0, 1fr));
        }
      }
      .tab-content-container {
        .menu-item-car:hover .tab-content-item {
          opacity: 1;
        }
        .tab-content-item {
          display: flex;
        }
        .tab-content-item {
          height: 240px;
        }
        .tab-content-item {
          width: 100%;
        }
        .tab-content-item {
          flex-direction: column;
        }
        .tab-content-item {
          align-items: center;
        }
        .tab-content-item {
          justify-content: center;
        }
        .tab-content-item {
          gap: 5px;
        }
        .tab-content-item {
          padding-left: 1.25rem;
          padding-right: 1.25rem;
        }
        .tab-content-item {
          padding-top: 1.5rem;
          padding-bottom: 1.5rem;
        }
        .tab-content-item {
          .menu-item-car:hover .title-container {
            opacity: 1;
          }
          .title-container {
            display: flex;
          }
          .title-container {
            flex-direction: column;
          }
          .title-container {
            align-items: center;
          }
          .title-container {
            justify-content: flex-end;
          }
          .title-container {
            text-align: center;
          }
          .title-container {
            .title {
              font-size: 1.125rem;
              line-height: 1.75rem;
            }
            .title {
              font-weight: 700;
            }
            .title {
              line-height: 22px;
            }
            .title {
              --tw-text-opacity: 1;
              color: rgb(18 18 18 / var(--tw-text-opacity, 1));
            }
            .price {
              font-size: 0.875rem;
              line-height: 1.25rem;
            }
            .price {
              font-weight: 700;
            }
            .price {
              line-height: 17px;
            }
            .price {
              --tw-text-opacity: 1;
              color: rgb(0 53 108 / var(--tw-text-opacity, 1));
            }
            .menu-item-car:hover .cta-container {
              opacity: 1;
            }
            .cta-container {
              display: flex;
            }
            .cta-container {
              flex-direction: row;
            }
            .cta-container {
              align-items: center;
            }
            .cta-container {
              justify-content: center;
            }
            .cta-container {
              text-align: center;
            }
          }
          .thumbnail {
            flex: 1 1 0%;
          }
          .thumbnail {
            -o-object-fit: contain;
               object-fit: contain;
          }
        }
      }
    }
  }
  #home-gioi-thieu-cong-ty {
    position: relative;
  }
  #home-gioi-thieu-cong-ty {
    height: 600px;
  }
  #home-gioi-thieu-cong-ty {
    width: 100%;
  }
  @media (min-width: 960px) {
    #home-gioi-thieu-cong-ty {
      height: 700px;
    }
  }
  #home-gioi-thieu-cong-ty {
    .background {
      height: 100%;
    }
    .background {
      width: 100%;
    }
    .background {
      -o-object-fit: cover;
         object-fit: cover;
    }
    .menu-item-car:hover .content-container-absolute {
      opacity: 1;
    }
    .content-container-absolute {
      position: absolute;
    }
    .content-container-absolute {
      top: 0px;
    }
    .content-container-absolute {
      left: 0px;
    }
    .content-container-absolute {
      right: 0px;
    }
    .content-container-absolute {
      bottom: 0px;
    }
    .content-container-absolute {
      display: flex;
    }
    .content-container-absolute {
      flex-direction: column;
    }
    .content-container-absolute {
      justify-content: center;
    }
    .content-container-absolute {
      .menu-item-car:hover .content-container {
        opacity: 1;
      }
      .content-container {
        display: flex;
      }
      .content-container {
        height: auto;
      }
      .content-container {
        width: 100%;
      }
      .content-container {
        flex-direction: column;
      }
      .content-container {
        justify-content: center;
      }
      .content-container {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
      }
      .content-container {
        padding: 1rem;
      }
      .content-container {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
      }
      .content-container {
        --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
        --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
      }
      @media (min-width: 1140px) {
        .content-container {
          width: 50%;
        }
      }
      @media (min-width: 1140px) {
        .content-container {
          gap: 1.25rem;
        }
      }
      @media (min-width: 1140px) {
        .content-container {
          padding-left: 2.5rem;
          padding-right: 2.5rem;
        }
      }
      @media (min-width: 1472px) {
        .content-container {
          width: 33.333333%;
        }
      }
      .content-container {
        .menu-item-car:hover .title {
          opacity: 1;
        }
        .title {
          display: flex;
        }
        .title {
          height: 60px;
        }
        .title {
          flex-direction: column;
        }
        .title {
          justify-content: center;
        }
        .title {
          border-bottom-width: 1px;
        }
        .title {
          --tw-border-opacity: 1;
          border-color: rgb(0 53 108 / var(--tw-border-opacity, 1));
        }
        .title {
          text-align: center;
        }
        .title {
          font-weight: 700;
        }
        .title {
          line-height: 1.25rem;
        }
        @media (min-width: 960px) {
          .title {
            font-size: 1.25rem;
            line-height: 1.75rem;
          }
        }
        @media (min-width: 960px) {
          .title {
            text-transform: uppercase;
          }
        }
        @media (min-width: 960px) {
          .title {
            line-height: 1.5rem;
          }
        }
        .menu-item-car:hover .content-wrapper {
          opacity: 1;
        }
        .content-wrapper {
          display: flex;
        }
        .content-wrapper {
          flex-direction: column;
        }
        .content-wrapper {
          justify-content: center;
        }
        .content-wrapper {
          gap: 1.25rem;
        }
        .content-wrapper {
          padding-top: 1.25rem;
          padding-bottom: 1.25rem;
        }
        .content-wrapper {
          font-family: 'HyundaiSansHead', system-ui, sans-serif;
          font-weight: 300;
        }
        .content-wrapper {
          font-size: 1.25rem;
          line-height: 1.75rem;
        }
        .content-wrapper {
          line-height: 1.5rem;
        }
        .content-wrapper {
          font-family: 'HyundaiSansHead', system-ui, sans-serif;
        }
        .content-wrapper {
          font-size: 0.875rem;
          line-height: 1.25rem;
        }
        .content-wrapper {
          line-height: 1.5rem;
        }
        .content-wrapper {
          --tw-text-opacity: 1;
          color: rgb(18 18 18 / var(--tw-text-opacity, 1));
        }
        .content-wrapper {
          .text-link {
            --tw-text-opacity: 1;
            color: rgb(0 53 108 / var(--tw-text-opacity, 1));
          }
          .menu-item-car:hover .button-group {
            opacity: 1;
          }
          .button-group {
            display: flex;
          }
          .button-group {
            width: 100%;
          }
          .button-group {
            flex-direction: row;
          }
          .button-group {
            align-items: center;
          }
          .button-group {
            gap: 1rem;
          }
        }
      }
    }
  }
  #home-tin-tuc {
    width: 100%;
  }
  #home-tin-tuc {
    padding: 0px;
  }
  @media (min-width: 960px) {
    #home-tin-tuc {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
    }
  }
  #home-tin-tuc {
    .tab-container-wrapper {
      width: 100%;
    }
    @media (min-width: 960px) {
      .tab-container-wrapper {
        margin-left: auto;
        margin-right: auto;
      }

      .tab-container-wrapper {
        width: 100%;
      }

      .tab-container-wrapper {
        padding-left: 1rem;
        padding-right: 1rem;
      }

      @media (min-width: 1140px) {
        .tab-container-wrapper {
          padding-left: 5rem;
          padding-right: 5rem;
        }
      }

      @media (min-width: 1920px) {
        .tab-container-wrapper {
          max-width: 1760px;
        }
      }

      @media (min-width: 1920px) {
        .tab-container-wrapper {
          padding-left: 0px;
          padding-right: 0px;
        }
      }
    }
    .tab-container-wrapper {
      .menu-item-car:hover .tab-container {
        opacity: 1;
      }
      .tab-container {
        display: flex;
      }
      .tab-container {
        width: 100%;
      }
      .tab-container {
        flex-direction: row;
      }
      .tab-container {
        align-items: center;
      }
      .tab-container {
        justify-content: space-between;
      }
      .tab-container {
        padding-left: 1rem;
        padding-right: 1rem;
      }
      @media (min-width: 960px) {
        .tab-container {
          margin-left: auto;
          margin-right: auto;
        }

        .tab-container {
          width: 100%;
        }

        .tab-container {
          padding-left: 1rem;
          padding-right: 1rem;
        }

        @media (min-width: 1140px) {
          .tab-container {
            padding-left: 5rem;
            padding-right: 5rem;
          }
        }

        @media (min-width: 1920px) {
          .tab-container {
            max-width: 1760px;
          }
        }

        @media (min-width: 1920px) {
          .tab-container {
            padding-left: 0px;
            padding-right: 0px;
          }
        }
      }
      @media (min-width: 960px) {
        .tab-container {
          padding-left: 0px;
          padding-right: 0px;
        }
      }
      .tab-container {
        border-bottom-width: 1px;
        border-bottom-color: #F0F0F0;
        .tab-container-nav {
          width: -moz-fit-content;
          width: fit-content;
        }
        .tab-container-nav > :not([hidden]) ~ :not([hidden]) {
          --tw-space-x-reverse: 0;
          margin-right: calc(2.5rem * var(--tw-space-x-reverse));
          margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
        }
        .tab-container-nav {
          .tab-item {
            font-family: 'HyundaiSansHead', system-ui, sans-serif;
            font-weight: 300;
          }
          .tab-item {
            font-size: 1.25rem;
            line-height: 1.75rem;
          }
          .tab-item {
            line-height: 1.5rem;
          }
          .tab-item {
            font-family: 'HyundaiSansHead', system-ui, sans-serif;
          }
          .tab-item {
            display: inline-flex;
          }
          .tab-item {
            height: 60px;
          }
          .tab-item {
            flex-direction: column;
          }
          .tab-item {
            justify-content: center;
          }
          .tab-item {
            &:not(:first-child) {
              display: none;
            }
            @media (min-width: 720px) {
              &:not(:first-child) {
                display: inline-flex;
              }
            }
          }
          .tab-item.active {
            font-weight: 700;
          }
          .tab-item.active {
            text-transform: uppercase;
          }
          .tab-item.active {
            border-bottom-width: 2px;
            border-bottom-color: #00356C;
          }
        }
        .menu-item-car:hover .button-container {
          opacity: 1;
        }
        .button-container {
          display: flex;
        }
        .button-container {
          flex: 1 1 0%;
        }
        .button-container {
          flex-direction: row;
        }
        .button-container {
          align-items: center;
        }
        .button-container {
          justify-content: flex-end;
        }
        .button-container {
          text-align: center;
        }
        .button-container {
          button {
            cursor: pointer;
          }
          button {
            border-radius: 1.5rem;
          }
          button {
            border-width: 1px;
          }
          button {
            --tw-border-opacity: 1;
            border-color: rgb(199 199 199 / var(--tw-border-opacity, 1));
          }
          button {
            padding-left: 1.25rem;
            padding-right: 1.25rem;
          }
          button {
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
          }
          button {
            font-size: 0.875rem;
            line-height: 1.25rem;
          }
          button {
            line-height: 18px;
          }
          button {
            --tw-text-opacity: 1;
            color: rgb(0 53 108 / var(--tw-text-opacity, 1));
          }
          @media (min-width: 720px) {
            button {
              padding-top: 0.25rem;
              padding-bottom: 0.25rem;
            }
          }
        }
      }
    }
    .tab-content-wrapper {
      width: 100%;
    }
    @media (min-width: 960px) {
      .tab-content-wrapper {
        margin-left: auto;
        margin-right: auto;
      }

      .tab-content-wrapper {
        width: 100%;
      }

      .tab-content-wrapper {
        padding-left: 1rem;
        padding-right: 1rem;
      }

      @media (min-width: 1140px) {
        .tab-content-wrapper {
          padding-left: 5rem;
          padding-right: 5rem;
        }
      }

      @media (min-width: 1920px) {
        .tab-content-wrapper {
          max-width: 1760px;
        }
      }

      @media (min-width: 1920px) {
        .tab-content-wrapper {
          padding-left: 0px;
          padding-right: 0px;
        }
      }
    }
    .tab-content-wrapper {
      .tab-content-container {
        display: grid;
      }
      .tab-content-container {
        width: 100%;
      }
      .tab-content-container {
        grid-template-columns: repeat(1, minmax(0, 1fr));
      }
      .tab-content-container {
        gap: 1.25rem;
      }
      .tab-content-container {
        padding-left: 1rem;
        padding-right: 1rem;
      }
      .tab-content-container {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
      }
      @media (min-width: 960px) {
        .tab-content-container {
          margin-left: auto;
          margin-right: auto;
        }

        .tab-content-container {
          width: 100%;
        }

        .tab-content-container {
          padding-left: 1rem;
          padding-right: 1rem;
        }

        @media (min-width: 1140px) {
          .tab-content-container {
            padding-left: 5rem;
            padding-right: 5rem;
          }
        }

        @media (min-width: 1920px) {
          .tab-content-container {
            max-width: 1760px;
          }
        }

        @media (min-width: 1920px) {
          .tab-content-container {
            padding-left: 0px;
            padding-right: 0px;
          }
        }
      }
      @media (min-width: 960px) {
        .tab-content-container {
          grid-template-columns: repeat(3, minmax(0, 1fr));
        }
      }
      @media (min-width: 960px) {
        .tab-content-container {
          gap: 2.5rem;
        }
      }
      @media (min-width: 960px) {
        .tab-content-container {
          padding-left: 0px;
          padding-right: 0px;
        }
      }
      .tab-content-container {
        .menu-item-car:hover .tab-content-item {
          opacity: 1;
        }
        .tab-content-item {
          position: relative;
        }
        .tab-content-item {
          display: flex;
        }
        .tab-content-item {
          width: 100%;
        }
        .tab-content-item {
          cursor: pointer;
        }
        .tab-content-item {
          flex-direction: row;
        }
        .tab-content-item {
          align-items: center;
        }
        .tab-content-item {
          justify-content: center;
        }
        .tab-content-item {
          overflow: hidden;
        }
        .tab-content-item {
          border-width: 1px;
        }
        .tab-content-item {
          --tw-border-opacity: 1;
          border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
        }
        @media (min-width: 960px) {
          .tab-content-item {
            flex-direction: column;
          }
        }
        .tab-content-item {
          .thumbnail {
            aspect-ratio: 1 / 1;
          }
          .thumbnail {
            height: 100%;
          }
          .thumbnail {
            width: auto;
          }
          .thumbnail {
            background-size: cover;
          }
          .thumbnail {
            background-position: center;
          }
          .thumbnail {
            background-repeat: no-repeat;
          }
          .thumbnail {
            transition-duration: 700ms;
          }
          @media (min-width: 960px) {
            .thumbnail {
              aspect-ratio: 2/1;
            }
          }
          @media (min-width: 960px) {
            .thumbnail {
              height: auto;
            }
          }
          @media (min-width: 960px) {
            .thumbnail {
              width: 100%;
            }
          }
          .content-wrapper {
            position: relative;
          }
          .content-wrapper {
            z-index: 10;
          }
          .content-wrapper {
            overflow: hidden;
          }
          .content-wrapper {
            transition-duration: 700ms;
          }
          .content-wrapper {
            .menu-item-car:hover .content {
              opacity: 1;
            }
            .content {
              display: flex;
            }
            .content {
              height: 12rem;
            }
            .content {
              flex-direction: column;
            }
            .content {
              justify-content: space-between;
            }
            .content {
              gap: 0.625rem;
            }
            .content {
              padding-left: 0.75rem;
              padding-right: 0.75rem;
            }
            .content {
              padding-top: 0.625rem;
              padding-bottom: 0.625rem;
            }
            .content {
              --tw-text-opacity: 1;
              color: rgb(18 18 18 / var(--tw-text-opacity, 1));
            }
            .content {
              transition-duration: 700ms;
            }
            @media (min-width: 960px) {
              .content {
                padding-left: 1.5rem;
                padding-right: 1.5rem;
              }
            }
            @media (min-width: 960px) {
              .content {
                padding-top: 1.5rem;
                padding-bottom: 1.5rem;
              }
            }
            .content {
              .menu-item-car:hover .main-content {
                opacity: 1;
              }
              .main-content {
                display: flex;
              }
              .main-content {
                flex-direction: column;
              }
              .main-content {
                gap: 0.625rem;
              }
              .main-content {
                .title {
                  font-size: 0.875rem;
                  line-height: 1.25rem;
                }
                .title {
                  font-weight: 700;
                }
                .title {
                  line-height: 17px;
                }
                @media (min-width: 960px) {
                  .title {
                    font-size: 1.125rem;
                    line-height: 1.75rem;
                  }
                }
                @media (min-width: 960px) {
                  .title {
                    line-height: 22px;
                  }
                }
                .description {
                  font-family: 'HyundaiSansHead', system-ui, sans-serif;
                  font-weight: 300;
                }
                .description {
                  font-size: 1.25rem;
                  line-height: 1.75rem;
                }
                .description {
                  line-height: 1.5rem;
                }
                .description {
                  font-family: 'HyundaiSansHead', system-ui, sans-serif;
                }
                .description {
                  display: -webkit-box;
                  -webkit-line-clamp: 3;
                  /* Hiển thị tối đa 3 dòng */
                  -webkit-box-orient: vertical;
                  overflow: hidden;
                  /* Ẩn phần văn bản vượt quá */
                }
                .description {
                  font-size: 0.75rem;
                  line-height: 1rem;
                }
                .description {
                  line-height: 15px;
                }
                @media (min-width: 960px) {
                  .description {
                    font-size: 0.875rem;
                    line-height: 1.25rem;
                  }
                }
                @media (min-width: 960px) {
                  .description {
                    line-height: 17px;
                  }
                }
              }
              .text-link {
                font-size: 0.875rem;
                line-height: 1.25rem;
              }
            }
          }
        }
      }
    }
  }
  #home-dang-ky-tu-van {
    position: relative;
  }
  #home-dang-ky-tu-van {
    height: 600px;
  }
  #home-dang-ky-tu-van {
    width: 100%;
  }
  @media (min-width: 960px) {
    #home-dang-ky-tu-van {
      height: 600px;
    }
  }
  #home-dang-ky-tu-van {
    .background {
      height: 100%;
    }
    .background {
      width: 100%;
    }
    .background {
      -o-object-fit: cover;
         object-fit: cover;
    }
    .menu-item-car:hover .content-container-absolute {
      opacity: 1;
    }
    .content-container-absolute {
      position: absolute;
    }
    .content-container-absolute {
      top: 0px;
    }
    .content-container-absolute {
      left: 0px;
    }
    .content-container-absolute {
      right: 0px;
    }
    .content-container-absolute {
      bottom: 0px;
    }
    .content-container-absolute {
      display: flex;
    }
    .content-container-absolute {
      flex-direction: column;
    }
    .content-container-absolute {
      align-items: center;
    }
    .content-container-absolute {
      justify-content: center;
    }
    .content-container-absolute {
      .menu-item-car:hover .main-container {
        opacity: 1;
      }
      .main-container {
        display: flex;
      }
      .main-container {
        flex-direction: column;
      }
      .main-container {
        align-items: center;
      }
      .main-container {
        justify-content: center;
      }
      .main-container {
        .menu-item-car:hover .content-container {
          opacity: 1;
        }
        .content-container {
          display: flex;
        }
        .content-container {
          height: auto;
        }
        .content-container {
          width: 100%;
        }
        .content-container {
          max-width: 540px;
        }
        .content-container {
          flex-direction: column;
        }
        .content-container {
          justify-content: center;
        }
        .content-container {
          --tw-bg-opacity: 1;
          background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
        }
        .content-container {
          --tw-bg-opacity: 0.8;
        }
        .content-container {
          padding: 1rem;
        }
        .content-container {
          padding-top: 1.25rem;
          padding-bottom: 1.25rem;
        }
        .content-container {
          --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
          --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
        }
        @media (min-width: 1140px) {
          .content-container {
            gap: 1.25rem;
          }
        }
        @media (min-width: 1140px) {
          .content-container {
            padding-left: 2.5rem;
            padding-right: 2.5rem;
          }
        }
        .content-container {
          .menu-item-car:hover .title-wrapper {
            opacity: 1;
          }
          .title-wrapper {
            display: flex;
          }
          .title-wrapper {
            height: 60px;
          }
          .title-wrapper {
            flex-direction: column;
          }
          .title-wrapper {
            align-items: center;
          }
          .title-wrapper {
            justify-content: center;
          }
          .title-wrapper {
            border-bottom-width: 1px;
          }
          .title-wrapper {
            --tw-border-opacity: 1;
            border-color: rgb(240 240 240 / var(--tw-border-opacity, 1));
          }
          .title-wrapper {
            text-align: center;
          }
          .title-wrapper {
            font-weight: 700;
          }
          .title-wrapper {
            line-height: 1.25rem;
          }
          @media (min-width: 960px) {
            .title-wrapper {
              font-size: 1.25rem;
              line-height: 1.75rem;
            }
          }
          @media (min-width: 960px) {
            .title-wrapper {
              text-transform: uppercase;
            }
          }
          @media (min-width: 960px) {
            .title-wrapper {
              line-height: 1.5rem;
            }
          }
          .title-wrapper {
            .menu-item-car:hover .title {
              opacity: 1;
            }
            .title {
              display: flex;
            }
            .title {
              height: 100%;
            }
            .title {
              width: -moz-fit-content;
              width: fit-content;
            }
            .title {
              flex-direction: column;
            }
            .title {
              justify-content: center;
            }
            .title {
              border-bottom-width: 2px;
              border-bottom-color: #00356C;
            }
          }
          .menu-item-car:hover .content-wrapper {
            opacity: 1;
          }
          .content-wrapper {
            display: flex;
          }
          .content-wrapper {
            flex-direction: column;
          }
          .content-wrapper {
            justify-content: center;
          }
          .content-wrapper {
            gap: 1.25rem;
          }
          .content-wrapper {
            padding-top: 1.25rem;
            padding-bottom: 1.25rem;
          }
          .content-wrapper {
            font-family: 'HyundaiSansHead', system-ui, sans-serif;
            font-weight: 300;
          }
          .content-wrapper {
            font-size: 1.25rem;
            line-height: 1.75rem;
          }
          .content-wrapper {
            line-height: 1.5rem;
          }
          .content-wrapper {
            font-family: 'HyundaiSansHead', system-ui, sans-serif;
          }
          .content-wrapper {
            font-size: 0.875rem;
            line-height: 1.25rem;
          }
          .content-wrapper {
            line-height: 1.5rem;
          }
          .content-wrapper {
            --tw-text-opacity: 1;
            color: rgb(18 18 18 / var(--tw-text-opacity, 1));
          }
        }
        .menu-item-car:hover form {
          opacity: 1;
        }
        form {
          display: flex;
        }
        form {
          width: 100%;
        }
        form {
          flex-direction: column;
        }
        form {
          gap: 1.25rem;
        }
        form {
          .menu-item-car:hover .fields {
            opacity: 1;
          }
          .fields {
            display: flex;
          }
          .fields {
            width: 100%;
          }
          .fields {
            flex-direction: column;
          }
          .fields {
            gap: 0.625rem;
          }
          .fields {
            .menu-item-car:hover .form-control {
              opacity: 1;
            }
            .form-control {
              display: flex;
            }
            .form-control {
              height: 3rem;
            }
            .form-control {
              width: 100%;
            }
            .form-control {
              align-items: center;
            }
            .form-control {
              gap: 0.625rem;
            }
            .form-control {
              border-radius: 0.25rem;
            }
            .form-control {
              border-width: 1px;
            }
            .form-control {
              --tw-border-opacity: 1;
              border-color: rgb(199 199 199 / var(--tw-border-opacity, 1));
            }
            .form-control {
              --tw-bg-opacity: 1;
              background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
            }
            .form-control {
              padding-left: 0.625rem;
              padding-right: 0.625rem;
            }
            .form-control:hover {
              --tw-border-opacity: 1;
              border-color: rgb(0 53 108 / var(--tw-border-opacity, 1));
            }
            .form-control {
              .menu-item-car:hover .icon-container {
                opacity: 1;
              }
              .icon-container {
                display: flex;
              }
              .icon-container {
                height: 1.5rem;
              }
              .icon-container {
                width: 1.5rem;
              }
              .icon-container {
                align-items: center;
              }
              .icon-container {
                justify-content: center;
              }
              input {
                font-family: 'HyundaiSansHead', system-ui, sans-serif;
                font-weight: 300;
              }
              input {
                font-size: 1.25rem;
                line-height: 1.75rem;
              }
              input {
                line-height: 1.5rem;
              }
              input {
                font-family: 'HyundaiSansHead', system-ui, sans-serif;
              }
              input {
                height: 2.75rem;
              }
              input {
                flex: 1 1 0%;
              }
              input {
                font-size: 0.875rem;
                line-height: 1.25rem;
              }
            }
          }
          .menu-item-car:hover .bottom-fields {
            opacity: 1;
          }
          .bottom-fields {
            display: flex;
          }
          .bottom-fields {
            width: 100%;
          }
          .bottom-fields {
            flex-direction: column;
          }
          .bottom-fields {
            gap: 1.25rem;
          }
          .bottom-fields {
            .menu-item-car:hover .checkbox-group {
              opacity: 1;
            }
            .checkbox-group {
              display: flex;
            }
            .checkbox-group {
              flex-wrap: wrap;
            }
            .checkbox-group {
              align-items: center;
            }
            .checkbox-group {
              gap: 1.25rem;
            }
            .checkbox-group {
              .menu-item-car:hover .checkbox {
                opacity: 1;
              }
              .checkbox {
                display: flex;
              }
              .checkbox {
                align-items: center;
              }
              .checkbox {
                gap: 0.25rem;
              }
              .checkbox {
                input[type='checkbox'] {
                  height: 1rem;
                }
                input[type='checkbox'] {
                  width: 1rem;
                }
                input[type='checkbox'] {
                  border-width: 2px;
                }
                input[type='checkbox'] {
                  --tw-border-opacity: 1;
                  border-color: rgb(0 53 108 / var(--tw-border-opacity, 1));
                }
                label {
                  font-size: 0.875rem;
                  line-height: 1.25rem;
                }
                label {
                  font-weight: 700;
                }
                label {
                  --tw-text-opacity: 1;
                  color: rgb(18 18 18 / var(--tw-text-opacity, 1));
                }
              }
            }
            .button-container {
              width: 100%;
            }
          }
        }
      }
    }
  }
  #home-thong-tin-lien-he {
    width: 100%;
  }
  #home-thong-tin-lien-he {
    padding: 0px;
  }
  @media (min-width: 960px) {
    #home-thong-tin-lien-he {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
    }
  }
  #home-thong-tin-lien-he {
    .tab-container-wrapper {
      width: 100%;
    }
    @media (min-width: 960px) {
      .tab-container-wrapper {
        margin-left: auto;
        margin-right: auto;
      }

      .tab-container-wrapper {
        width: 100%;
      }

      .tab-container-wrapper {
        padding-left: 1rem;
        padding-right: 1rem;
      }

      @media (min-width: 1140px) {
        .tab-container-wrapper {
          padding-left: 5rem;
          padding-right: 5rem;
        }
      }

      @media (min-width: 1920px) {
        .tab-container-wrapper {
          max-width: 1760px;
        }
      }

      @media (min-width: 1920px) {
        .tab-container-wrapper {
          padding-left: 0px;
          padding-right: 0px;
        }
      }
    }
    .tab-container-wrapper {
      .menu-item-car:hover .tab-container {
        opacity: 1;
      }
      .tab-container {
        display: flex;
      }
      .tab-container {
        width: 100%;
      }
      .tab-container {
        flex-direction: row;
      }
      .tab-container {
        align-items: center;
      }
      .tab-container {
        justify-content: center;
      }
      .tab-container {
        padding-left: 1rem;
        padding-right: 1rem;
      }
      @media (min-width: 960px) {
        .tab-container {
          margin-left: auto;
          margin-right: auto;
        }

        .tab-container {
          width: 100%;
        }

        .tab-container {
          padding-left: 1rem;
          padding-right: 1rem;
        }

        @media (min-width: 1140px) {
          .tab-container {
            padding-left: 5rem;
            padding-right: 5rem;
          }
        }

        @media (min-width: 1920px) {
          .tab-container {
            max-width: 1760px;
          }
        }

        @media (min-width: 1920px) {
          .tab-container {
            padding-left: 0px;
            padding-right: 0px;
          }
        }
      }
      @media (min-width: 960px) {
        .tab-container {
          padding-left: 0px;
          padding-right: 0px;
        }
      }
      .tab-container {
        border-bottom-width: 1px;
        border-bottom-color: #F0F0F0;
        .tab-container-nav {
          width: -moz-fit-content;
          width: fit-content;
        }
        .tab-container-nav {
          .tab-item {
            font-family: 'HyundaiSansHead', system-ui, sans-serif;
            font-weight: 300;
          }
          .tab-item {
            font-size: 1.25rem;
            line-height: 1.75rem;
          }
          .tab-item {
            line-height: 1.5rem;
          }
          .tab-item {
            font-family: 'HyundaiSansHead', system-ui, sans-serif;
          }
          .tab-item {
            display: inline-flex;
          }
          .tab-item {
            height: 60px;
          }
          .tab-item {
            flex-direction: column;
          }
          .tab-item {
            justify-content: center;
          }
          .tab-item {
            &:not(:first-child) {
              display: none;
            }
            @media (min-width: 720px) {
              &:not(:first-child) {
                display: inline-flex;
              }
            }
          }
          .tab-item.active {
            font-weight: 700;
          }
          .tab-item.active {
            text-transform: uppercase;
          }
          .tab-item.active {
            border-bottom-width: 2px;
            border-bottom-color: #00356C;
          }
        }
      }
    }
    .tab-content-wrapper {
      width: 100%;
    }
    @media (min-width: 960px) {
      .tab-content-wrapper {
        margin-left: auto;
        margin-right: auto;
      }

      .tab-content-wrapper {
        width: 100%;
      }

      .tab-content-wrapper {
        padding-left: 1rem;
        padding-right: 1rem;
      }

      @media (min-width: 1140px) {
        .tab-content-wrapper {
          padding-left: 5rem;
          padding-right: 5rem;
        }
      }

      @media (min-width: 1920px) {
        .tab-content-wrapper {
          max-width: 1760px;
        }
      }

      @media (min-width: 1920px) {
        .tab-content-wrapper {
          padding-left: 0px;
          padding-right: 0px;
        }
      }
    }
    .tab-content-wrapper {
      .tab-content-container {
        display: grid;
      }
      .tab-content-container {
        width: 100%;
      }
      .tab-content-container {
        grid-template-columns: repeat(1, minmax(0, 1fr));
      }
      .tab-content-container {
        gap: 0.625rem;
      }
      .tab-content-container {
        padding-left: 1rem;
        padding-right: 1rem;
      }
      .tab-content-container {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
      }
      @media (min-width: 960px) {
        .tab-content-container {
          margin-left: auto;
          margin-right: auto;
        }

        .tab-content-container {
          width: 100%;
        }

        .tab-content-container {
          padding-left: 1rem;
          padding-right: 1rem;
        }

        @media (min-width: 1140px) {
          .tab-content-container {
            padding-left: 5rem;
            padding-right: 5rem;
          }
        }

        @media (min-width: 1920px) {
          .tab-content-container {
            max-width: 1760px;
          }
        }

        @media (min-width: 1920px) {
          .tab-content-container {
            padding-left: 0px;
            padding-right: 0px;
          }
        }
      }
      @media (min-width: 960px) {
        .tab-content-container {
          grid-template-columns: repeat(3, minmax(0, 1fr));
        }
      }
      @media (min-width: 960px) {
        .tab-content-container {
          gap: 1.25rem;
        }
      }
      @media (min-width: 960px) {
        .tab-content-container {
          padding-left: 0px;
          padding-right: 0px;
        }
      }
      .tab-content-container {
        .menu-item-car:hover .tab-content-item {
          opacity: 1;
        }
        .tab-content-item {
          display: flex;
        }
        .tab-content-item {
          width: 100%;
        }
        .tab-content-item {
          flex-direction: row;
        }
        .tab-content-item {
          align-items: center;
        }
        .tab-content-item {
          justify-content: center;
        }
        .tab-content-item {
          gap: 1.25rem;
        }
        .tab-content-item {
          --tw-bg-opacity: 1;
          background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
        }
        .tab-content-item {
          padding: 0.625rem;
        }
        @media (min-width: 960px) {
          .tab-content-item {
            flex-direction: column;
          }
        }
        @media (min-width: 960px) {
          .tab-content-item {
            gap: 2.5rem;
          }
        }
        @media (min-width: 960px) {
          .tab-content-item {
            padding: 2.5rem;
          }
        }
        .tab-content-item {
          .menu-item-car:hover .title-container {
            opacity: 1;
          }
          .title-container {
            display: flex;
          }
          .title-container {
            width: 25%;
          }
          .title-container {
            flex-direction: column;
          }
          .title-container {
            align-items: center;
          }
          .title-container {
            justify-content: center;
          }
          .title-container {
            gap: 0.625rem;
          }
          .title-container {
            text-align: center;
          }
          .title-container {
            font-size: 1.125rem;
            line-height: 1.75rem;
          }
          .title-container {
            font-weight: 700;
          }
          .title-container {
            text-transform: uppercase;
          }
          .title-container {
            --tw-text-opacity: 1;
            color: rgb(18 18 18 / var(--tw-text-opacity, 1));
          }
          @media (min-width: 960px) {
            .title-container {
              width: 100%;
            }
          }
          .title-container {
            .menu-item-car:hover .icon-container {
              opacity: 1;
            }
            .icon-container {
              display: flex;
            }
            .icon-container {
              height: 18px;
            }
            .icon-container {
              width: 18px;
            }
            .icon-container {
              align-items: center;
            }
            .icon-container {
              justify-content: center;
            }
            @media (min-width: 960px) {
              .icon-container {
                height: 3rem;
              }
            }
            @media (min-width: 960px) {
              .icon-container {
                width: 3rem;
              }
            }
          }
          .menu-item-car:hover .contacts-container {
            opacity: 1;
          }
          .contacts-container {
            display: flex;
          }
          .contacts-container {
            width: 100%;
          }
          .contacts-container {
            flex-direction: column;
          }
          .contacts-container {
            gap: 0.625rem;
          }
          .contacts-container {
            .menu-item-car:hover .item {
              opacity: 1;
            }
            .item {
              display: flex;
            }
            .item {
              width: 100%;
            }
            .item {
              flex-direction: row;
            }
            .item {
              align-items: center;
            }
            .item {
              justify-content: space-between;
            }
            .item {
              padding-top: 0.25rem;
              padding-bottom: 0.25rem;
            }
            .item {
              --tw-text-opacity: 1;
              color: rgb(18 18 18 / var(--tw-text-opacity, 1));
            }
            .item {
              transition-duration: 700ms;
            }
            .item {
              &:hover {
                border-radius: 0.5rem;
              }
              &:hover {
                --tw-bg-opacity: 1;
                background-color: rgb(237 28 36 / var(--tw-bg-opacity, 1));
              }
              &:hover {
                padding-left: 0.5rem;
                padding-right: 0.5rem;
              }
              &:hover {
                --tw-text-opacity: 1;
                color: rgb(255 255 255 / var(--tw-text-opacity, 1));
              }
              .name {
                font-size: 0.875rem;
                line-height: 1.25rem;
              }
              .name {
                line-height: 18px;
              }
              .name {
                transition-duration: 700ms;
              }
              .menu-item-car:hover .phone-container {
                opacity: 1;
              }
              .phone-container {
                display: flex;
              }
              .phone-container {
                flex-direction: row;
              }
              .phone-container {
                align-items: center;
              }
              .phone-container {
                justify-content: flex-end;
              }
              .phone-container {
                gap: 0.25rem;
              }
              .phone-container {
                font-size: 0.875rem;
                line-height: 1.25rem;
              }
              .phone-container {
                font-weight: 700;
              }
              @media (min-width: 960px) {
                .phone-container {
                  font-size: 1.125rem;
                  line-height: 1.75rem;
                }
              }
              .phone-container {
                .phone-icon {
                  height: 0.75rem;
                }
                .phone-icon {
                  width: 0.75rem;
                }
                @media (min-width: 960px) {
                  .phone-icon {
                    height: 1.25rem;
                  }
                }
                @media (min-width: 960px) {
                  .phone-icon {
                    width: 1.25rem;
                  }
                }
              }
            }
          }
        }
      }
    }
  }
  .menu-item-car:hover #banner {
    opacity: 1;
  }
  #banner {
    position: relative;
  }
  #banner {
    display: flex;
  }
  #banner {
    height: 120px;
  }
  #banner {
    width: 100%;
  }
  #banner {
    flex-direction: column;
  }
  #banner {
    align-items: center;
  }
  #banner {
    justify-content: center;
  }
  #banner {
    gap: 0.625rem;
  }
  #banner {
    background-size: cover;
  }
  #banner {
    background-position: center;
  }
  #banner {
    background-repeat: no-repeat;
  }
  @media (min-width: 960px) {
    #banner {
      height: 15rem;
    }
  }
  #banner {
    font-size: 40px;
  }
  #banner {
    font-weight: 700;
  }
  #banner {
    line-height: 50px;
  }
  #banner {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  @media (min-width: 960px) {
    #banner {
      padding-left: 46px;
      padding-right: 46px;
    }
  }
  @media (min-width: 960px) {
    #banner {
      font-size: 60px;
    }
  }
  @media (min-width: 960px) {
    #banner {
      line-height: 74px;
    }
  }
  #banner {
    .button {
      height: -moz-fit-content;
      height: fit-content;
    }
    .button {
      flex: 1 1 auto;
    }
    .button {
      border-radius: 9999px;
    }
    .button {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
    }
    .button {
      padding-top: 0.25rem;
      padding-bottom: 0.25rem;
    }
    .button {
      font-size: 0.875rem;
      line-height: 1.25rem;
    }
    .button {
      line-height: 17px;
    }
    @media (min-width: 960px) {
      .button {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
      }
    }
  }
  #san-pham {
    width: 100%;
  }
  #san-pham {
    padding: 0px;
  }
  @media (min-width: 960px) {
    #san-pham > :not([hidden]) ~ :not([hidden]) {
      --tw-space-y-reverse: 0;
      margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(60px * var(--tw-space-y-reverse));
    }
  }
  @media (min-width: 960px) {
    #san-pham {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
    }
  }
  #san-pham {
    .tab-container-wrapper {
      width: 100%;
    }
    @media (min-width: 960px) {
      .tab-container-wrapper {
        margin-left: auto;
        margin-right: auto;
      }

      .tab-container-wrapper {
        width: 100%;
      }

      .tab-container-wrapper {
        padding-left: 1rem;
        padding-right: 1rem;
      }

      @media (min-width: 1140px) {
        .tab-container-wrapper {
          padding-left: 5rem;
          padding-right: 5rem;
        }
      }

      @media (min-width: 1920px) {
        .tab-container-wrapper {
          max-width: 1760px;
        }
      }

      @media (min-width: 1920px) {
        .tab-container-wrapper {
          padding-left: 0px;
          padding-right: 0px;
        }
      }
    }
    .tab-container-wrapper {
      .tab-container {
        -ms-overflow-style: none;
        /* Hides scrollbar in IE and Edge */
        scrollbar-width: none;
        /* Hides scrollbar in Firefox */
      }
      .tab-container::-webkit-scrollbar {
        display: none;
        /* Hides scrollbar in Chrome, Safari, and Opera */
      }
      .tab-container {
        width: 100%;
      }
      .tab-container > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.5rem * var(--tw-space-x-reverse));
        margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
      }
      .tab-container {
        overflow-x: auto;
      }
      .tab-container {
        white-space: nowrap;
      }
      .tab-container {
        padding-left: 1rem;
        padding-right: 1rem;
      }
      @media (min-width: 960px) {
        .tab-container {
          margin-left: auto;
          margin-right: auto;
        }

        .tab-container {
          width: 100%;
        }

        .tab-container {
          padding-left: 1rem;
          padding-right: 1rem;
        }

        @media (min-width: 1140px) {
          .tab-container {
            padding-left: 5rem;
            padding-right: 5rem;
          }
        }

        @media (min-width: 1920px) {
          .tab-container {
            max-width: 1760px;
          }
        }

        @media (min-width: 1920px) {
          .tab-container {
            padding-left: 0px;
            padding-right: 0px;
          }
        }
      }
      @media (min-width: 960px) {
        .tab-container {
          padding-left: 0px;
          padding-right: 0px;
        }
      }
      .tab-container {
        border-bottom-width: 1px;
        border-bottom-color: #F0F0F0;
        .tab-item {
          font-family: 'HyundaiSansHead', system-ui, sans-serif;
          font-weight: 300;
        }
        .tab-item {
          font-size: 1.25rem;
          line-height: 1.75rem;
        }
        .tab-item {
          line-height: 1.5rem;
        }
        .tab-item {
          font-family: 'HyundaiSansHead', system-ui, sans-serif;
        }
        .tab-item {
          display: inline-flex;
        }
        .tab-item {
          height: 60px;
        }
        .tab-item {
          flex-direction: column;
        }
        .tab-item {
          justify-content: center;
        }
        .tab-item.active {
          font-weight: 700;
        }
        .tab-item.active {
          text-transform: uppercase;
        }
        .tab-item.active {
          border-bottom-width: 2px;
          border-bottom-color: #00356C;
        }
      }
    }
    .tab-content-wrapper {
      width: 100%;
    }
    @media (min-width: 960px) {
      .tab-content-wrapper {
        margin-left: auto;
        margin-right: auto;
      }

      .tab-content-wrapper {
        width: 100%;
      }

      .tab-content-wrapper {
        padding-left: 1rem;
        padding-right: 1rem;
      }

      @media (min-width: 1140px) {
        .tab-content-wrapper {
          padding-left: 5rem;
          padding-right: 5rem;
        }
      }

      @media (min-width: 1920px) {
        .tab-content-wrapper {
          max-width: 1760px;
        }
      }

      @media (min-width: 1920px) {
        .tab-content-wrapper {
          padding-left: 0px;
          padding-right: 0px;
        }
      }
    }
    .tab-content-wrapper {
      .tab-content-container {
        margin-top: 0.5rem;
      }
      .tab-content-container {
        display: grid;
      }
      .tab-content-container {
        width: 100%;
      }
      .tab-content-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      .tab-content-container {
        gap: 0.5rem;
      }
      .tab-content-container {
        padding-left: 1rem;
        padding-right: 1rem;
      }
      .tab-content-container {
        padding-bottom: 1.25rem;
      }
      @media (min-width: 960px) {
        .tab-content-container {
          margin-left: auto;
          margin-right: auto;
        }

        .tab-content-container {
          width: 100%;
        }

        .tab-content-container {
          padding-left: 1rem;
          padding-right: 1rem;
        }

        @media (min-width: 1140px) {
          .tab-content-container {
            padding-left: 5rem;
            padding-right: 5rem;
          }
        }

        @media (min-width: 1920px) {
          .tab-content-container {
            max-width: 1760px;
          }
        }

        @media (min-width: 1920px) {
          .tab-content-container {
            padding-left: 0px;
            padding-right: 0px;
          }
        }
      }
      @media (min-width: 720px) {
        .tab-content-container {
          grid-template-columns: repeat(4, minmax(0, 1fr));
        }
      }
      @media (min-width: 960px) {
        .tab-content-container {
          grid-template-columns: repeat(5, minmax(0, 1fr));
        }
      }
      @media (min-width: 960px) {
        .tab-content-container {
          padding-left: 0px;
          padding-right: 0px;
        }
      }
      @media (min-width: 1920px) {
        .tab-content-container {
          grid-template-columns: repeat(6, minmax(0, 1fr));
        }
      }
      .tab-content-container {
        .menu-item-car:hover .tab-content-item {
          opacity: 1;
        }
        .tab-content-item {
          display: flex;
        }
        .tab-content-item {
          height: 240px;
        }
        .tab-content-item {
          width: 100%;
        }
        .tab-content-item {
          flex-direction: column;
        }
        .tab-content-item {
          align-items: center;
        }
        .tab-content-item {
          justify-content: center;
        }
        .tab-content-item {
          gap: 5px;
        }
        .tab-content-item {
          padding-left: 1.25rem;
          padding-right: 1.25rem;
        }
        .tab-content-item {
          padding-top: 1.5rem;
          padding-bottom: 1.5rem;
        }
        .tab-content-item {
          .menu-item-car:hover .title-container {
            opacity: 1;
          }
          .title-container {
            display: flex;
          }
          .title-container {
            flex-direction: column;
          }
          .title-container {
            align-items: center;
          }
          .title-container {
            justify-content: flex-end;
          }
          .title-container {
            text-align: center;
          }
          .title-container {
            .title {
              font-size: 1.125rem;
              line-height: 1.75rem;
            }
            .title {
              font-weight: 700;
            }
            .title {
              line-height: 22px;
            }
            .title {
              --tw-text-opacity: 1;
              color: rgb(18 18 18 / var(--tw-text-opacity, 1));
            }
            .price {
              font-size: 0.875rem;
              line-height: 1.25rem;
            }
            .price {
              font-weight: 700;
            }
            .price {
              line-height: 17px;
            }
            .price {
              --tw-text-opacity: 1;
              color: rgb(0 53 108 / var(--tw-text-opacity, 1));
            }
            .menu-item-car:hover .cta-container {
              opacity: 1;
            }
            .cta-container {
              display: flex;
            }
            .cta-container {
              flex-direction: row;
            }
            .cta-container {
              align-items: center;
            }
            .cta-container {
              justify-content: center;
            }
            .cta-container {
              text-align: center;
            }
          }
          .thumbnail {
            flex: 1 1 0%;
          }
          .thumbnail {
            -o-object-fit: contain;
               object-fit: contain;
          }
        }
      }
    }
  }
  #chi-tiet-san-pham {
    width: 100%;
  }
  #chi-tiet-san-pham {
    padding: 0px;
  }
  @media (min-width: 960px) {
    #chi-tiet-san-pham > :not([hidden]) ~ :not([hidden]) {
      --tw-space-y-reverse: 0;
      margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(60px * var(--tw-space-y-reverse));
    }
  }
  @media (min-width: 960px) {
    #chi-tiet-san-pham {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
    }
  }
  #chi-tiet-san-pham {
    .content-wrapper {
      width: 100%;
    }
    @media (min-width: 960px) {
      .content-wrapper {
        margin-left: auto;
        margin-right: auto;
      }

      .content-wrapper {
        width: 100%;
      }

      .content-wrapper {
        padding-left: 1rem;
        padding-right: 1rem;
      }

      @media (min-width: 1140px) {
        .content-wrapper {
          padding-left: 5rem;
          padding-right: 5rem;
        }
      }

      @media (min-width: 1920px) {
        .content-wrapper {
          max-width: 1760px;
        }
      }

      @media (min-width: 1920px) {
        .content-wrapper {
          padding-left: 0px;
          padding-right: 0px;
        }
      }
    }
    .content-wrapper {
      .menu-item-car:hover .content-container {
        opacity: 1;
      }
      .content-container {
        display: flex;
      }
      .content-container {
        width: 100%;
      }
      .content-container {
        flex-direction: column;
      }
      .content-container {
        align-items: stretch;
      }
      .content-container {
        gap: 1.25rem;
      }
      .content-container {
        padding-left: 1rem;
        padding-right: 1rem;
      }
      .content-container {
        padding-bottom: 1.25rem;
      }
      @media (min-width: 960px) {
        .content-container {
          margin-left: auto;
          margin-right: auto;
        }

        .content-container {
          width: 100%;
        }

        .content-container {
          padding-left: 1rem;
          padding-right: 1rem;
        }

        @media (min-width: 1140px) {
          .content-container {
            padding-left: 5rem;
            padding-right: 5rem;
          }
        }

        @media (min-width: 1920px) {
          .content-container {
            max-width: 1760px;
          }
        }

        @media (min-width: 1920px) {
          .content-container {
            padding-left: 0px;
            padding-right: 0px;
          }
        }
      }
      @media (min-width: 960px) {
        .content-container {
          gap: 2.5rem;
        }
      }
      @media (min-width: 960px) {
        .content-container {
          padding-left: 0px;
          padding-right: 0px;
        }
      }
      .content-container {
        .menu-item-car:hover .section-content {
          opacity: 1;
        }
        .section-content {
          display: flex;
        }
        .section-content {
          width: 100%;
        }
        .section-content {
          flex-direction: column;
        }
        .section-content {
          gap: 1.25rem;
        }
        .section-content {
          .heading {
            font-family: 'HyundaiSansHead', system-ui, sans-serif;
            font-weight: 300;
          }
          .heading {
            font-size: 1.25rem;
            line-height: 1.75rem;
          }
          .heading {
            line-height: 1.5rem;
          }
          .heading {
            font-family: 'HyundaiSansHead', system-ui, sans-serif;
          }
          .heading {
            font-size: 27px;
          }
          .heading {
            font-weight: 700;
          }
          .heading {
            line-height: 33px;
          }
          .heading {
            --tw-text-opacity: 1;
            color: rgb(0 0 0 / var(--tw-text-opacity, 1));
          }
          @media (min-width: 960px) {
            .heading {
              font-size: 40px;
            }
          }
          @media (min-width: 960px) {
            .heading {
              line-height: 50px;
            }
          }
          .description {
            font-family: 'HyundaiSansText', system-ui, sans-serif;
            font-weight: 400;
          }
          .menu-item-car:hover .description {
            opacity: 1;
          }
          .description {
            display: flex;
          }
          .description {
            flex-direction: column;
          }
          .description {
            gap: 0.625rem;
          }
          .description {
            font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          }
          .description {
            font-size: 14px;
          }
          .description {
            font-weight: 500;
          }
          .description {
            line-height: 17px;
          }
          .description {
            --tw-text-opacity: 1;
            color: rgb(0 0 0 / var(--tw-text-opacity, 1));
          }
          @media (min-width: 960px) {
            .description {
              font-size: 16px;
            }
          }
          @media (min-width: 960px) {
            .description {
              line-height: 20px;
            }
          }
          table {
            font-family: 'HyundaiSansText', system-ui, sans-serif;
            font-weight: 400;
          }
          table {
            width: 100%;
          }
          table {
            font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          }
          table {
            font-size: 0.875rem;
            line-height: 1.25rem;
          }
          table {
            font-weight: 500;
          }
          table {
            line-height: 17px;
          }
          table {
            --tw-text-opacity: 1;
            color: rgb(18 18 18 / var(--tw-text-opacity, 1));
          }
          @media (min-width: 960px) {
            table {
              font-size: 1.125rem;
              line-height: 1.75rem;
            }
          }
          @media (min-width: 960px) {
            table {
              line-height: 1.5rem;
            }
          }
          table {
            thead {
              --tw-bg-opacity: 1;
              background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
            }
            thead {
              text-transform: uppercase;
            }
            .menu-item-car:hover tr {
              opacity: 1;
            }
            tr {
              display: flex;
            }
            tr {
              .menu-item-car:hover td {
                opacity: 1;
              }
              td {
                display: flex;
              }
              td {
                flex: 1 1 0%;
              }
              td {
                justify-content: center;
              }
              td {
                gap: 0.25rem;
              }
              td {
                border-width: 1px;
              }
              td {
                --tw-border-opacity: 1;
                border-color: rgb(199 199 199 / var(--tw-border-opacity, 1));
              }
              td {
                padding: 0.625rem;
              }
              td {
                &:last-child {
                  display: none;
                }
                @media (min-width: 960px) {
                  &:last-child {
                    display: block;
                  }
                }
              }
            }
          }
        }
      }
    }
  }
  .menu-item-car:hover #chi-tiet-san-pham-modal-wrapper {
    opacity: 1;
  }
  #chi-tiet-san-pham-modal-wrapper {
    position: fixed;
  }
  #chi-tiet-san-pham-modal-wrapper {
    inset: 0px;
  }
  #chi-tiet-san-pham-modal-wrapper {
    z-index: 50;
  }
  #chi-tiet-san-pham-modal-wrapper {
    display: flex;
  }
  #chi-tiet-san-pham-modal-wrapper {
    align-items: center;
  }
  #chi-tiet-san-pham-modal-wrapper {
    justify-content: center;
  }
  #chi-tiet-san-pham-modal-wrapper {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  }
  #chi-tiet-san-pham-modal-wrapper {
    --tw-bg-opacity: 0.5;
  }
  #chi-tiet-san-pham-modal-wrapper {
    .modal-container-wrapper {
      height: 600px;
    }
    .modal-container-wrapper {
      width: 100%;
    }
    .modal-container-wrapper {
      max-width: 1000px;
    }
    .modal-container-wrapper {
      background-image: url('/assets/images/dang-ky-tu-van/big-city.jpg');
    }
    .modal-container-wrapper {
      background-size: cover;
    }
    .modal-container-wrapper {
      background-position: center;
    }
    .modal-container-wrapper {
      background-repeat: no-repeat;
    }
    .modal-container-wrapper {
      .menu-item-car:hover .modal-container {
        opacity: 1;
      }
      .modal-container {
        position: relative;
      }
      .modal-container {
        display: flex;
      }
      .modal-container {
        height: 100%;
      }
      .modal-container {
        width: 100%;
      }
      .modal-container {
        flex-direction: column;
      }
      .modal-container {
        align-items: center;
      }
      .modal-container {
        justify-content: center;
      }
      .modal-container {
        background-color: rgb(255 255 255 / 0.3);
      }
      .modal-container {
        --tw-backdrop-blur: blur(4px);
        -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
        backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
      }
      .modal-container {
        .menu-item-car:hover .close-button-wrapper {
          opacity: 1;
        }
        .close-button-wrapper {
          position: absolute;
        }
        .close-button-wrapper {
          right: 0.5rem;
        }
        .close-button-wrapper {
          top: 0.5rem;
        }
        .close-button-wrapper {
          display: flex;
        }
        .close-button-wrapper {
          height: 2rem;
        }
        .close-button-wrapper {
          width: 2rem;
        }
        .close-button-wrapper {
          flex-direction: column;
        }
        .close-button-wrapper {
          align-items: center;
        }
        .close-button-wrapper {
          justify-content: center;
        }
        .close-button-wrapper {
          border-radius: 9999px;
        }
        .close-button-wrapper {
          border-width: 1px;
        }
        .close-button-wrapper {
          --tw-border-opacity: 1;
          border-color: rgb(199 199 199 / var(--tw-border-opacity, 1));
        }
        .close-button-wrapper {
          --tw-bg-opacity: 1;
          background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
        }
        .close-button-wrapper {
          padding: 0.25rem;
        }
        .close-button-wrapper {
          .menu-item-car:hover .close-button-container {
            opacity: 1;
          }
          .close-button-container {
            display: flex;
          }
          .close-button-container {
            height: 1.25rem;
          }
          .close-button-container {
            width: 1.25rem;
          }
          .close-button-container {
            flex-direction: column;
          }
          .close-button-container {
            align-items: center;
          }
          .close-button-container {
            justify-content: center;
          }
        }
        .additional-bg-component-wrapper {
          position: absolute;
        }
        .additional-bg-component-wrapper {
          left: -100px;
        }
        .additional-bg-component-wrapper {
          right: -100px;
        }
        .additional-bg-component-wrapper {
          top: 50%;
        }
        .additional-bg-component-wrapper {
          display: none;
        }
        .additional-bg-component-wrapper {
          height: 50%;
        }
        .additional-bg-component-wrapper {
          flex-direction: row;
        }
        .additional-bg-component-wrapper {
          align-items: center;
        }
        .additional-bg-component-wrapper {
          justify-content: space-between;
        }
        @media (min-width: 960px) {
          .menu-item-car:hover .additional-bg-component-wrapper {
            opacity: 1;
          }
        }
        @media (min-width: 960px) {
          .additional-bg-component-wrapper {
            display: flex;
          }
        }
        .additional-bg-component-wrapper {
          img {
            height: 100%;
          }
          img {
            -o-object-fit: contain;
               object-fit: contain;
          }
        }
        .menu-item-car:hover .main-container {
          opacity: 1;
        }
        .main-container {
          z-index: 20;
        }
        .main-container {
          display: flex;
        }
        .main-container {
          flex-direction: column;
        }
        .main-container {
          align-items: center;
        }
        .main-container {
          justify-content: center;
        }
        .main-container {
          .menu-item-car:hover .content-container {
            opacity: 1;
          }
          .content-container {
            display: flex;
          }
          .content-container {
            height: auto;
          }
          .content-container {
            width: 100%;
          }
          .content-container {
            max-width: 540px;
          }
          .content-container {
            flex-direction: column;
          }
          .content-container {
            justify-content: center;
          }
          .content-container {
            --tw-bg-opacity: 1;
            background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
          }
          .content-container {
            --tw-bg-opacity: 0.95;
          }
          .content-container {
            padding: 1rem;
          }
          .content-container {
            padding-top: 1.25rem;
            padding-bottom: 1.25rem;
          }
          .content-container {
            --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
            --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          }
          @media (min-width: 1140px) {
            .content-container {
              gap: 1.25rem;
            }
          }
          @media (min-width: 1140px) {
            .content-container {
              padding-left: 2.5rem;
              padding-right: 2.5rem;
            }
          }
          .content-container {
            .menu-item-car:hover .title-wrapper {
              opacity: 1;
            }
            .title-wrapper {
              display: flex;
            }
            .title-wrapper {
              height: 60px;
            }
            .title-wrapper {
              flex-direction: column;
            }
            .title-wrapper {
              align-items: center;
            }
            .title-wrapper {
              justify-content: center;
            }
            .title-wrapper {
              border-bottom-width: 1px;
            }
            .title-wrapper {
              --tw-border-opacity: 1;
              border-color: rgb(240 240 240 / var(--tw-border-opacity, 1));
            }
            .title-wrapper {
              text-align: center;
            }
            .title-wrapper {
              font-weight: 700;
            }
            .title-wrapper {
              line-height: 1.25rem;
            }
            @media (min-width: 960px) {
              .title-wrapper {
                font-size: 1.25rem;
                line-height: 1.75rem;
              }
            }
            @media (min-width: 960px) {
              .title-wrapper {
                text-transform: uppercase;
              }
            }
            @media (min-width: 960px) {
              .title-wrapper {
                line-height: 1.5rem;
              }
            }
            .title-wrapper {
              .menu-item-car:hover .title {
                opacity: 1;
              }
              .title {
                display: flex;
              }
              .title {
                height: 100%;
              }
              .title {
                width: -moz-fit-content;
                width: fit-content;
              }
              .title {
                flex-direction: column;
              }
              .title {
                justify-content: center;
              }
              .title {
                border-bottom-width: 2px;
                border-bottom-color: #00356C;
              }
            }
            .menu-item-car:hover .content-wrapper {
              opacity: 1;
            }
            .content-wrapper {
              display: flex;
            }
            .content-wrapper {
              flex-direction: column;
            }
            .content-wrapper {
              justify-content: center;
            }
            .content-wrapper {
              gap: 1.25rem;
            }
            .content-wrapper {
              padding-top: 1.25rem;
              padding-bottom: 1.25rem;
            }
            .content-wrapper {
              font-family: 'HyundaiSansHead', system-ui, sans-serif;
              font-weight: 300;
            }
            .content-wrapper {
              font-size: 1.25rem;
              line-height: 1.75rem;
            }
            .content-wrapper {
              line-height: 1.5rem;
            }
            .content-wrapper {
              font-family: 'HyundaiSansHead', system-ui, sans-serif;
            }
            .content-wrapper {
              font-size: 0.875rem;
              line-height: 1.25rem;
            }
            .content-wrapper {
              line-height: 1.5rem;
            }
            .content-wrapper {
              --tw-text-opacity: 1;
              color: rgb(18 18 18 / var(--tw-text-opacity, 1));
            }
          }
          .menu-item-car:hover form {
            opacity: 1;
          }
          form {
            display: flex;
          }
          form {
            width: 100%;
          }
          form {
            flex-direction: column;
          }
          form {
            gap: 1.25rem;
          }
          form {
            .menu-item-car:hover .fields {
              opacity: 1;
            }
            .fields {
              display: flex;
            }
            .fields {
              width: 100%;
            }
            .fields {
              flex-direction: column;
            }
            .fields {
              gap: 0.625rem;
            }
            .fields {
              .menu-item-car:hover .form-control {
                opacity: 1;
              }
              .form-control {
                display: flex;
              }
              .form-control {
                height: 3rem;
              }
              .form-control {
                width: 100%;
              }
              .form-control {
                align-items: center;
              }
              .form-control {
                gap: 0.625rem;
              }
              .form-control {
                border-radius: 0.25rem;
              }
              .form-control {
                border-width: 1px;
              }
              .form-control {
                --tw-border-opacity: 1;
                border-color: rgb(199 199 199 / var(--tw-border-opacity, 1));
              }
              .form-control {
                --tw-bg-opacity: 1;
                background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
              }
              .form-control {
                padding-left: 0.625rem;
                padding-right: 0.625rem;
              }
              .form-control:hover {
                --tw-border-opacity: 1;
                border-color: rgb(0 53 108 / var(--tw-border-opacity, 1));
              }
              .form-control {
                .menu-item-car:hover .icon-container {
                  opacity: 1;
                }
                .icon-container {
                  display: flex;
                }
                .icon-container {
                  height: 1.5rem;
                }
                .icon-container {
                  width: 1.5rem;
                }
                .icon-container {
                  align-items: center;
                }
                .icon-container {
                  justify-content: center;
                }
                input {
                  font-family: 'HyundaiSansHead', system-ui, sans-serif;
                  font-weight: 300;
                }
                input {
                  font-size: 1.25rem;
                  line-height: 1.75rem;
                }
                input {
                  line-height: 1.5rem;
                }
                input {
                  font-family: 'HyundaiSansHead', system-ui, sans-serif;
                }
                input {
                  height: 2.75rem;
                }
                input {
                  flex: 1 1 0%;
                }
                input {
                  font-size: 0.875rem;
                  line-height: 1.25rem;
                }
              }
            }
            .menu-item-car:hover .bottom-fields {
              opacity: 1;
            }
            .bottom-fields {
              display: flex;
            }
            .bottom-fields {
              width: 100%;
            }
            .bottom-fields {
              flex-direction: column;
            }
            .bottom-fields {
              gap: 1.25rem;
            }
            .bottom-fields {
              .menu-item-car:hover .checkbox-group {
                opacity: 1;
              }
              .checkbox-group {
                display: flex;
              }
              .checkbox-group {
                flex-wrap: wrap;
              }
              .checkbox-group {
                align-items: center;
              }
              .checkbox-group {
                gap: 1.25rem;
              }
              .checkbox-group {
                .menu-item-car:hover .checkbox {
                  opacity: 1;
                }
                .checkbox {
                  display: flex;
                }
                .checkbox {
                  align-items: center;
                }
                .checkbox {
                  gap: 0.25rem;
                }
                .checkbox {
                  input[type='checkbox'] {
                    height: 1rem;
                  }
                  input[type='checkbox'] {
                    width: 1rem;
                  }
                  input[type='checkbox'] {
                    border-width: 2px;
                  }
                  input[type='checkbox'] {
                    --tw-border-opacity: 1;
                    border-color: rgb(0 53 108 / var(--tw-border-opacity, 1));
                  }
                  label {
                    font-size: 0.875rem;
                    line-height: 1.25rem;
                  }
                  label {
                    font-weight: 700;
                  }
                  label {
                    --tw-text-opacity: 1;
                    color: rgb(18 18 18 / var(--tw-text-opacity, 1));
                  }
                }
              }
              .button-container {
                width: 100%;
              }
            }
          }
        }
      }
    }
  }
  #tin-tuc {
    width: 100%;
  }
  #tin-tuc {
    padding: 0px;
  }
  @media (min-width: 960px) {
    #tin-tuc > :not([hidden]) ~ :not([hidden]) {
      --tw-space-y-reverse: 0;
      margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(60px * var(--tw-space-y-reverse));
    }
  }
  @media (min-width: 960px) {
    #tin-tuc {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
    }
  }
  #tin-tuc{
    .content-wrapper {
      width: 100%;
    }
    @media (min-width: 960px) {
      .content-wrapper {
        margin-left: auto;
        margin-right: auto;
      }

      .content-wrapper {
        width: 100%;
      }

      .content-wrapper {
        padding-left: 1rem;
        padding-right: 1rem;
      }

      @media (min-width: 1140px) {
        .content-wrapper {
          padding-left: 5rem;
          padding-right: 5rem;
        }
      }

      @media (min-width: 1920px) {
        .content-wrapper {
          max-width: 1760px;
        }
      }

      @media (min-width: 1920px) {
        .content-wrapper {
          padding-left: 0px;
          padding-right: 0px;
        }
      }
    }
    .content-wrapper {
      .menu-item-car:hover .content-container {
        opacity: 1;
      }
      .content-container {
        display: flex;
      }
      .content-container {
        width: 100%;
      }
      .content-container {
        flex-direction: column;
      }
      .content-container {
        align-items: stretch;
      }
      .content-container {
        gap: 2.5rem;
      }
      .content-container {
        padding-left: 1rem;
        padding-right: 1rem;
      }
      .content-container {
        padding-bottom: 1.25rem;
      }
      @media (min-width: 960px) {
        .content-container {
          margin-left: auto;
          margin-right: auto;
        }

        .content-container {
          width: 100%;
        }

        .content-container {
          padding-left: 1rem;
          padding-right: 1rem;
        }

        @media (min-width: 1140px) {
          .content-container {
            padding-left: 5rem;
            padding-right: 5rem;
          }
        }

        @media (min-width: 1920px) {
          .content-container {
            max-width: 1760px;
          }
        }

        @media (min-width: 1920px) {
          .content-container {
            padding-left: 0px;
            padding-right: 0px;
          }
        }
      }
      @media (min-width: 960px) {
        .content-container {
          gap: 46px;
        }
      }
      @media (min-width: 960px) {
        .content-container {
          padding-left: 0px;
          padding-right: 0px;
        }
      }
      .content-container {
        padding-top: 60px;
      }
      .content-container {
        padding-bottom: 1.5rem;
      }
      @media (min-width: 960px) {
        .content-container {
          padding-top: 80px;
        }
      }
      @media (min-width: 960px) {
        .content-container {
          padding-bottom: 3rem;
        }
      }
      .content-container {
        .section-content{
          .menu-item-car:hover .heading-container {
            opacity: 1;
          }
          .heading-container {
            display: flex;
          }
          .heading-container {
            flex-direction: column;
          }
          .heading-container {
            gap: 18px;
          }
          @media (min-width: 960px) {
            .heading-container {
              gap: 0.625rem;
            }
          }
          .heading-container {
            font-family: 'HyundaiSansHead', system-ui, sans-serif;
            font-weight: 300;
          }
          .heading-container {
            font-size: 1.25rem;
            line-height: 1.75rem;
          }
          .heading-container {
            line-height: 1.5rem;
          }
          .heading-container {
            font-family: 'HyundaiSansHead', system-ui, sans-serif;
          }
          .heading-container {
            font-size: 19px;
          }
          .heading-container {
            font-weight: 700;
          }
          .heading-container {
            line-height: 24px;
          }
          .heading-container {
            --tw-text-opacity: 1;
            color: rgb(0 0 0 / var(--tw-text-opacity, 1));
          }
          @media (min-width: 960px) {
            .heading-container {
              font-size: 30px;
            }
          }
          @media (min-width: 960px) {
            .heading-container {
              line-height: 37px;
            }
          }
          .heading-container {
            .heading-border {
              height: 0.125rem;
            }
            .heading-border {
              width: 5rem;
            }
            .heading-border {
              --tw-bg-opacity: 1;
              background-color: rgb(0 53 108 / var(--tw-bg-opacity, 1));
            }
            @media (min-width: 960px) {
              .heading-border {
                width: 8rem;
              }
            }
          }
          .content {
            &.last-new-item {
              position: relative;
            }
            &.last-new-item {
              margin-bottom: 2rem;
            }
            &.last-new-item {
              width: 100%;
            }
            &.last-new-item {
              border-radius: 0.25rem;
            }
            @media (min-width: 720px) {
              .menu-item-car:hover &.last-new-item {
                opacity: 1;
              }
            }
            @media (min-width: 720px) {
              &.last-new-item {
                display: flex;
              }
            }
            @media (min-width: 720px) {
              &.last-new-item {
                flex-direction: row;
              }
            }
            @media (min-width: 960px) {
              &.last-new-item {
                padding-bottom: 2rem;
              }
            }
            &.last-new-item {
              .thumbnail {
                position: relative;
              }
              .thumbnail {
                aspect-ratio: 16 / 9;
              }
              .thumbnail {
                width: 100%;
              }
              @media (min-width: 720px) {
                .thumbnail {
                  width: 50%;
                }
              }
              .thumbnail {
                img {
                  height: 100%;
                }
                img {
                  width: 100%;
                }
                img {
                  border-top-left-radius: 0.25rem;
                }
                img {
                  -o-object-fit: cover;
                     object-fit: cover;
                }
              }
              .menu-item-car:hover .container {
                opacity: 1;
              }
              .container {
                position: absolute;
              }
              .container {
                bottom: 0px;
              }
              .container {
                display: flex;
              }
              .container {
                flex-direction: column;
              }
              .container {
                justify-content: center;
              }
              .container {
                gap: 0.625rem;
              }
              .container {
                border-bottom-right-radius: 0.25rem;
              }
              .container {
                padding-top: 0.75rem;
                padding-bottom: 0.75rem;
              }
              .container {
                padding-left: 1rem;
                padding-right: 1rem;
              }
              @media (min-width: 720px) {
                .container {
                  position: relative;
                }
              }
              @media (min-width: 720px) {
                .container {
                  width: 50%;
                }
              }
              @media (min-width: 720px) {
                .container {
                  gap: 1rem;
                }
              }
              @media (min-width: 720px) {
                .container {
                  --tw-bg-opacity: 1;
                  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
                }
              }
              @media (min-width: 720px) {
                .container {
                  padding-left: 1.25rem;
                  padding-right: 1.25rem;
                }
              }
              @media (min-width: 720px) {
                .container {
                  padding-top: 2.5rem;
                  padding-bottom: 2.5rem;
                }
              }
              .container {
                .title {
                  font-size: 0.875rem;
                  line-height: 1.25rem;
                }
                .title {
                  font-weight: 700;
                }
                .title {
                  --tw-text-opacity: 1;
                  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
                }
                @media (min-width: 720px) {
                  .title {
                    font-size: 1.5rem;
                    line-height: 2rem;
                  }
                }
                @media (min-width: 720px) {
                  .title {
                    --tw-text-opacity: 1;
                    color: rgb(51 51 51 / var(--tw-text-opacity, 1));
                  }
                }
                .content {
                  font-size: 0.875rem;
                  line-height: 1.25rem;
                }
                .content {
                  font-weight: 500;
                }
                .content {
                  --tw-text-opacity: 1;
                  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
                }
                @media (min-width: 720px) {
                  .content {
                    --tw-text-opacity: 1;
                    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
                  }
                }
              }
            }
            &.news-container {
              display: grid;
            }
            &.news-container {
              width: 100%;
            }
            &.news-container {
              grid-template-columns: repeat(1, minmax(0, 1fr));
            }
            &.news-container {
              gap: 1.25rem;
            }
            &.news-container {
              padding-left: 1rem;
              padding-right: 1rem;
            }
            &.news-container {
              padding-top: 1.25rem;
              padding-bottom: 1.25rem;
            }
            @media (min-width: 960px) {
              &.news-container {
                margin-left: auto;
                margin-right: auto;
              }

              &.news-container {
                width: 100%;
              }

              &.news-container {
                padding-left: 1rem;
                padding-right: 1rem;
              }

              @media (min-width: 1140px) {
                &.news-container {
                  padding-left: 5rem;
                  padding-right: 5rem;
                }
              }

              @media (min-width: 1920px) {
                &.news-container {
                  max-width: 1760px;
                }
              }

              @media (min-width: 1920px) {
                &.news-container {
                  padding-left: 0px;
                  padding-right: 0px;
                }
              }
            }
            @media (min-width: 960px) {
              &.news-container {
                grid-template-columns: repeat(3, minmax(0, 1fr));
              }
            }
            @media (min-width: 960px) {
              &.news-container {
                gap: 2.5rem;
              }
            }
            @media (min-width: 960px) {
              &.news-container {
                padding-left: 0px;
                padding-right: 0px;
              }
            }
            &.news-container {
              .menu-item-car:hover .tab-content-item {
                opacity: 1;
              }
              .tab-content-item {
                position: relative;
              }
              .tab-content-item {
                display: flex;
              }
              .tab-content-item {
                width: 100%;
              }
              .tab-content-item {
                cursor: pointer;
              }
              .tab-content-item {
                flex-direction: row;
              }
              .tab-content-item {
                align-items: center;
              }
              .tab-content-item {
                justify-content: center;
              }
              .tab-content-item {
                overflow: hidden;
              }
              .tab-content-item {
                border-width: 1px;
              }
              .tab-content-item {
                --tw-border-opacity: 1;
                border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
              }
              @media (min-width: 960px) {
                .tab-content-item {
                  flex-direction: column;
                }
              }
              .tab-content-item {
                .thumbnail {
                  aspect-ratio: 1 / 1;
                }
                .thumbnail {
                  height: 100%;
                }
                .thumbnail {
                  width: auto;
                }
                .thumbnail {
                  background-size: cover;
                }
                .thumbnail {
                  background-position: center;
                }
                .thumbnail {
                  background-repeat: no-repeat;
                }
                .thumbnail {
                  transition-duration: 700ms;
                }
                @media (min-width: 960px) {
                  .thumbnail {
                    aspect-ratio: 2/1;
                  }
                }
                @media (min-width: 960px) {
                  .thumbnail {
                    height: auto;
                  }
                }
                @media (min-width: 960px) {
                  .thumbnail {
                    width: 100%;
                  }
                }
                .content-wrapper {
                  position: relative;
                }
                .content-wrapper {
                  z-index: 10;
                }
                .content-wrapper {
                  overflow: hidden;
                }
                .content-wrapper {
                  transition-duration: 700ms;
                }
                .content-wrapper {
                  .menu-item-car:hover .content {
                    opacity: 1;
                  }
                  .content {
                    display: flex;
                  }
                  .content {
                    height: 12rem;
                  }
                  .content {
                    flex-direction: column;
                  }
                  .content {
                    justify-content: space-between;
                  }
                  .content {
                    gap: 0.625rem;
                  }
                  .content {
                    padding-left: 0.75rem;
                    padding-right: 0.75rem;
                  }
                  .content {
                    padding-top: 0.625rem;
                    padding-bottom: 0.625rem;
                  }
                  .content {
                    --tw-text-opacity: 1;
                    color: rgb(18 18 18 / var(--tw-text-opacity, 1));
                  }
                  .content {
                    transition-duration: 700ms;
                  }
                  @media (min-width: 960px) {
                    .content {
                      padding-left: 1.5rem;
                      padding-right: 1.5rem;
                    }
                  }
                  @media (min-width: 960px) {
                    .content {
                      padding-top: 1.5rem;
                      padding-bottom: 1.5rem;
                    }
                  }
                  .content {
                    .menu-item-car:hover .main-content {
                      opacity: 1;
                    }
                    .main-content {
                      display: flex;
                    }
                    .main-content {
                      flex-direction: column;
                    }
                    .main-content {
                      gap: 0.625rem;
                    }
                    .main-content {
                      .title {
                        font-size: 0.875rem;
                        line-height: 1.25rem;
                      }
                      .title {
                        font-weight: 700;
                      }
                      .title {
                        line-height: 17px;
                      }
                      @media (min-width: 960px) {
                        .title {
                          font-size: 1.125rem;
                          line-height: 1.75rem;
                        }
                      }
                      @media (min-width: 960px) {
                        .title {
                          line-height: 22px;
                        }
                      }
                      .description {
                        font-family: 'HyundaiSansHead', system-ui, sans-serif;
                        font-weight: 300;
                      }
                      .description {
                        font-size: 1.25rem;
                        line-height: 1.75rem;
                      }
                      .description {
                        line-height: 1.5rem;
                      }
                      .description {
                        font-family: 'HyundaiSansHead', system-ui, sans-serif;
                      }
                      .description {
                        display: -webkit-box;
                        -webkit-line-clamp: 3;
                        /* Hiển thị tối đa 3 dòng */
                        -webkit-box-orient: vertical;
                        overflow: hidden;
                        /* Ẩn phần văn bản vượt quá */
                      }
                      .description {
                        font-size: 0.75rem;
                        line-height: 1rem;
                      }
                      .description {
                        line-height: 15px;
                      }
                      @media (min-width: 960px) {
                        .description {
                          font-size: 0.875rem;
                          line-height: 1.25rem;
                        }
                      }
                      @media (min-width: 960px) {
                        .description {
                          line-height: 17px;
                        }
                      }
                    }
                    .text-link {
                      font-size: 0.875rem;
                      line-height: 1.25rem;
                    }
                  }
                }
              }
            }
          }
          .menu-item-car:hover .pagination-container {
            opacity: 1;
          }
          .pagination-container {
            display: flex;
          }
          .pagination-container {
            align-items: center;
          }
          .pagination-container {
            justify-content: center;
          }
          .pagination-container {
            gap: 0.25rem;
          }
          .pagination-container {
            .pagination {
              display: inline-flex;
            }
            .pagination {
              height: 2rem;
            }
            .pagination {
              width: 2rem;
            }
            .pagination {
              align-items: center;
            }
            .pagination {
              justify-content: center;
            }
            .pagination {
              gap: 0.5rem;
            }
            .pagination {
              border-radius: 0.5rem;
            }
            .pagination {
              padding-left: 0.5rem;
              padding-right: 0.5rem;
            }
            .pagination {
              padding-top: 0.5rem;
              padding-bottom: 0.5rem;
            }
            .pagination {
              font-size: 1rem;
              line-height: 1.5rem;
            }
            .pagination {
              font-weight: 500;
            }
            .pagination {
              --tw-text-opacity: 1;
              color: rgb(51 51 51 / var(--tw-text-opacity, 1));
            }
            .pagination {
              --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
              --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
              box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            }
            .pagination:hover {
              --tw-bg-opacity: 1;
              background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
            }
            .pagination:where(.dark, .dark *) {
              --tw-text-opacity: 1;
              color: rgb(255 255 255 / var(--tw-text-opacity, 1));
            }
            .pagination:hover:where(.dark, .dark *) {
              background-color: rgb(255 255 255 / 0.05);
            }
            .pagination.active {
              --tw-bg-opacity: 1;
              background-color: rgb(0 44 95 / var(--tw-bg-opacity, 1));
            }
            .pagination.active {
              --tw-text-opacity: 1;
              color: rgb(255 255 255 / var(--tw-text-opacity, 1));
            }
          }
        }
      }
    }
  }
  #chi-tiet-tin-tuc {
    width: 100%;
  }
  #chi-tiet-tin-tuc {
    padding: 0px;
  }
  @media (min-width: 960px) {
    #chi-tiet-tin-tuc > :not([hidden]) ~ :not([hidden]) {
      --tw-space-y-reverse: 0;
      margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(60px * var(--tw-space-y-reverse));
    }
  }
  @media (min-width: 960px) {
    #chi-tiet-tin-tuc {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
    }
  }
  #chi-tiet-tin-tuc {
    .content-wrapper {
      width: 100%;
    }
    @media (min-width: 960px) {
      .content-wrapper {
        margin-left: auto;
        margin-right: auto;
      }

      .content-wrapper {
        width: 100%;
      }

      .content-wrapper {
        padding-left: 1rem;
        padding-right: 1rem;
      }

      @media (min-width: 1140px) {
        .content-wrapper {
          padding-left: 5rem;
          padding-right: 5rem;
        }
      }

      @media (min-width: 1920px) {
        .content-wrapper {
          max-width: 1760px;
        }
      }

      @media (min-width: 1920px) {
        .content-wrapper {
          padding-left: 0px;
          padding-right: 0px;
        }
      }
    }
    .content-wrapper {
      .menu-item-car:hover .heading-container {
        opacity: 1;
      }
      .heading-container {
        display: flex;
      }
      .heading-container {
        width: 100%;
      }
      .heading-container {
        flex-direction: column;
      }
      .heading-container {
        align-items: stretch;
      }
      .heading-container {
        padding-left: 1rem;
        padding-right: 1rem;
      }
      .heading-container {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
      }
      @media (min-width: 960px) {
        .heading-container {
          margin-left: auto;
          margin-right: auto;
        }

        .heading-container {
          width: 100%;
        }

        .heading-container {
          padding-left: 1rem;
          padding-right: 1rem;
        }

        @media (min-width: 1140px) {
          .heading-container {
            padding-left: 5rem;
            padding-right: 5rem;
          }
        }

        @media (min-width: 1920px) {
          .heading-container {
            max-width: 1760px;
          }
        }

        @media (min-width: 1920px) {
          .heading-container {
            padding-left: 0px;
            padding-right: 0px;
          }
        }
      }
      @media (min-width: 960px) {
        .heading-container {
          padding-left: 0px;
          padding-right: 0px;
        }
      }
      @media (min-width: 960px) {
        .heading-container {
          padding-top: 2.5rem;
          padding-bottom: 2.5rem;
        }
      }
      .heading-container {
        .heading {
          font-family: 'HyundaiSansHead', system-ui, sans-serif;
          font-weight: 300;
        }
        .heading {
          font-size: 1.25rem;
          line-height: 1.75rem;
        }
        .heading {
          line-height: 1.5rem;
        }
        .heading {
          font-family: 'HyundaiSansHead', system-ui, sans-serif;
        }
        .heading {
          font-size: 20px;
        }
        .heading {
          font-weight: 700;
        }
        .heading {
          text-transform: uppercase;
        }
        .heading {
          line-height: 24px;
        }
        .heading {
          --tw-text-opacity: 1;
          color: rgb(51 51 51 / var(--tw-text-opacity, 1));
        }
        @media (min-width: 960px) {
          .heading {
            font-size: 40px;
          }
        }
        @media (min-width: 960px) {
          .heading {
            line-height: 50px;
          }
        }
        .description {
          font-family: 'HyundaiSansHead', system-ui, sans-serif;
          font-weight: 300;
        }
        .description {
          font-size: 1.25rem;
          line-height: 1.75rem;
        }
        .description {
          line-height: 1.5rem;
        }
        .description {
          font-family: 'HyundaiSansHead', system-ui, sans-serif;
        }
        .description {
          font-size: 14px;
        }
        .description {
          font-weight: 500;
        }
        .description {
          line-height: 17px;
        }
        .description {
          --tw-text-opacity: 1;
          color: rgb(18 18 18 / var(--tw-text-opacity, 1));
        }
        @media (min-width: 960px) {
          .description {
            font-size: 20px;
          }
        }
        @media (min-width: 960px) {
          .description {
            line-height: 24px;
          }
        }
      }
      .menu-item-car:hover .content-container {
        opacity: 1;
      }
      .content-container {
        display: flex;
      }
      .content-container {
        width: 100%;
      }
      .content-container {
        flex-direction: column;
      }
      .content-container {
        align-items: stretch;
      }
      .content-container {
        gap: 1.25rem;
      }
      .content-container {
        padding-left: 1rem;
        padding-right: 1rem;
      }
      .content-container {
        padding-bottom: 1.25rem;
      }
      @media (min-width: 960px) {
        .content-container {
          margin-left: auto;
          margin-right: auto;
        }

        .content-container {
          width: 100%;
        }

        .content-container {
          padding-left: 1rem;
          padding-right: 1rem;
        }

        @media (min-width: 1140px) {
          .content-container {
            padding-left: 5rem;
            padding-right: 5rem;
          }
        }

        @media (min-width: 1920px) {
          .content-container {
            max-width: 1760px;
          }
        }

        @media (min-width: 1920px) {
          .content-container {
            padding-left: 0px;
            padding-right: 0px;
          }
        }
      }
      @media (min-width: 960px) {
        .content-container {
          gap: 2.5rem;
        }
      }
      @media (min-width: 960px) {
        .content-container {
          padding-left: 0px;
          padding-right: 0px;
        }
      }
      .content-container {
        .menu-item-car:hover .section-content {
          opacity: 1;
        }
        .section-content {
          display: flex;
        }
        .section-content {
          width: 100%;
        }
        .section-content {
          flex-direction: column;
        }
        .section-content {
          gap: 1.25rem;
        }
        .section-content {
          .heading {
            font-family: 'HyundaiSansHead', system-ui, sans-serif;
            font-weight: 300;
          }
          .heading {
            font-size: 1.25rem;
            line-height: 1.75rem;
          }
          .heading {
            line-height: 1.5rem;
          }
          .heading {
            font-family: 'HyundaiSansHead', system-ui, sans-serif;
          }
          .heading {
            font-size: 27px;
          }
          .heading {
            font-weight: 700;
          }
          .heading {
            line-height: 33px;
          }
          .heading {
            --tw-text-opacity: 1;
            color: rgb(0 0 0 / var(--tw-text-opacity, 1));
          }
          @media (min-width: 960px) {
            .heading {
              font-size: 40px;
            }
          }
          @media (min-width: 960px) {
            .heading {
              line-height: 50px;
            }
          }
          .description {
            font-family: 'HyundaiSansText', system-ui, sans-serif;
            font-weight: 400;
          }
          .menu-item-car:hover .description {
            opacity: 1;
          }
          .description {
            display: flex;
          }
          .description {
            flex-direction: column;
          }
          .description {
            gap: 0.625rem;
          }
          .description {
            font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          }
          .description {
            font-size: 14px;
          }
          .description {
            font-weight: 500;
          }
          .description {
            line-height: 17px;
          }
          .description {
            --tw-text-opacity: 1;
            color: rgb(0 0 0 / var(--tw-text-opacity, 1));
          }
          @media (min-width: 960px) {
            .description {
              font-size: 16px;
            }
          }
          @media (min-width: 960px) {
            .description {
              line-height: 20px;
            }
          }
          .description {
            ul {
              list-style-type: none;
            }
            ul > li {
              text-indent: -5px;
            }
            ul > li:before {
              content: "\2014\a0";
              text-indent: -5px;
            }
          }
        }
      }
    }
    .modal {
    }
  }
}

.menu-item-car:hover footer {
  opacity: 1;
}

footer {
  display: flex;
  width: 100%;
  flex-direction: column;
  .navigation {
    display: grid;
  }
  .navigation {
    width: 100%;
  }
  .navigation {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .navigation > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }
  .navigation > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(240 240 240 / var(--tw-divide-opacity, 1));
  }
  .navigation {
    border-top-width: 1px;
  }
  .navigation {
    --tw-border-opacity: 1;
    border-color: rgb(240 240 240 / var(--tw-border-opacity, 1));
  }
  .navigation {
    .menu-item-car:hover .navigation-item {
      opacity: 1;
    }
    .navigation-item {
      display: flex;
    }
    .navigation-item {
      height: 5rem;
    }
    .navigation-item {
      width: 100%;
    }
    .navigation-item {
      flex-direction: column;
    }
    .navigation-item {
      align-items: center;
    }
    .navigation-item {
      justify-content: center;
    }
    .navigation-item {
      gap: 0.5rem;
    }
    .navigation-item {
      padding-top: 60px;
      padding-bottom: 60px;
    }
    .navigation-item {
      font-size: 0.875rem;
      line-height: 1.25rem;
    }
    .navigation-item {
      font-weight: 700;
    }
    .navigation-item {
      transition-duration: 700ms;
    }
    @media (min-width: 960px) {
      .navigation-item {
        height: 10rem;
      }
    }
    @media (min-width: 960px) {
      .navigation-item {
        gap: 15px;
      }
    }
    .navigation-item {
      .menu-item-car:hover .icon {
        opacity: 1;
      }
      .icon {
        display: flex;
      }
      .icon {
        width: 1.25rem;
      }
      .icon {
        flex-direction: column;
      }
      .icon {
        align-items: center;
      }
      .icon {
        justify-content: center;
      }
      .icon {
        transition-duration: 700ms;
      }
      @media (min-width: 960px) {
        .icon {
          width: 2rem;
        }
      }
      .title {
        font-family: 'HyundaiSansText', system-ui, sans-serif;
        font-weight: 400;
      }
      .title {
        font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      }
      .title {
        font-size: 10px;
      }
      .title {
        font-weight: 700;
      }
      .title {
        line-height: .75rem;
      }
      .title {
        transition-duration: 700ms;
      }
      @media (min-width: 960px) {
        .title {
          font-size: 1.125rem;
          line-height: 1.75rem;
        }
      }
      @media (min-width: 960px) {
        .title {
          line-height: 22px;
        }
      }
    }
  }
  .footer {
    width: 100%;
  }
  .footer > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }
  .footer > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(199 199 199 / var(--tw-divide-opacity, 1));
  }
  .footer {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  }
  .footer {
    --tw-text-opacity: 1;
    color: rgb(18 18 18 / var(--tw-text-opacity, 1));
  }
  .footer {
    .company-info {
      width: 100%;
    }
    .company-info {
      padding: 0px;
    }
    .company-info {
      padding-top: 1.25rem;
      padding-bottom: 1.25rem;
    }
    .company-info {
      padding-left: 1rem;
      padding-right: 1rem;
    }
    @media (min-width: 960px) {
      .company-info {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
      }
    }
    @media (min-width: 960px) {
      .company-info {
        padding-left: 0px;
        padding-right: 0px;
      }
    }
    .company-info {
      .menu-item-car:hover .company-info-wrapper {
        opacity: 1;
      }
      .company-info-wrapper {
        display: flex;
      }
      .company-info-wrapper {
        width: 100%;
      }
      .company-info-wrapper {
        flex-wrap: wrap;
      }
      .company-info-wrapper {
        align-items: center;
      }
      .company-info-wrapper {
        gap: 1.25rem;
      }
      @media (min-width: 960px) {
        .company-info-wrapper {
          margin-left: auto;
          margin-right: auto;
        }

        .company-info-wrapper {
          width: 100%;
        }

        .company-info-wrapper {
          padding-left: 1rem;
          padding-right: 1rem;
        }

        @media (min-width: 1140px) {
          .company-info-wrapper {
            padding-left: 5rem;
            padding-right: 5rem;
          }
        }

        @media (min-width: 1920px) {
          .company-info-wrapper {
            max-width: 1760px;
          }
        }

        @media (min-width: 1920px) {
          .company-info-wrapper {
            padding-left: 0px;
            padding-right: 0px;
          }
        }
      }
      @media (min-width: 960px) {
        .company-info-wrapper {
          gap: 60px;
        }
      }
      .company-info-wrapper {
        .menu-item-car:hover .logo-info {
          opacity: 1;
        }
        .logo-info {
          display: flex;
        }
        .logo-info {
          width: 100%;
        }
        .logo-info {
          flex-direction: row;
        }
        .logo-info {
          align-items: center;
        }
        .logo-info {
          justify-content: flex-start;
        }
        .logo-info {
          gap: 1.25rem;
        }
        @media (min-width: 960px) {
          .logo-info {
            width: -moz-fit-content;
            width: fit-content;
          }
        }
        @media (min-width: 960px) {
          .logo-info {
            gap: 60px;
          }
        }
        .logo-info {
          .logo {
            width: 5rem;
          }
          .menu-item-car:hover .info {
            opacity: 1;
          }
          .info {
            display: flex;
          }
          .info {
            flex-direction: column;
          }
          .info {
            align-items: flex-start;
          }
          .info {
            justify-content: center;
          }
          .info {
            .title {
              font-family: 'HyundaiSansHead', system-ui, sans-serif;
              font-weight: 300;
            }
            .title {
              font-size: 1.25rem;
              line-height: 1.75rem;
            }
            .title {
              line-height: 1.5rem;
            }
            .title {
              font-family: 'HyundaiSansHead', system-ui, sans-serif;
            }
            .title {
              font-size: 1.125rem;
              line-height: 1.75rem;
            }
            .title {
              font-weight: 700;
            }
            .title {
              line-height: 18px;
            }
            .subtitle {
              font-family: 'HyundaiSansHead', system-ui, sans-serif;
              font-weight: 300;
            }
            .subtitle {
              font-size: 1.25rem;
              line-height: 1.75rem;
            }
            .subtitle {
              line-height: 1.5rem;
            }
            .subtitle {
              font-family: 'HyundaiSansHead', system-ui, sans-serif;
            }
            .subtitle {
              font-size: 0.75rem;
              line-height: 1rem;
            }
            .subtitle {
              line-height: 15px;
            }
          }
        }
        .contact-address {
          font-family: 'HyundaiSansHead', system-ui, sans-serif;
          font-weight: 300;
        }
        .contact-address {
          font-size: 1.25rem;
          line-height: 1.75rem;
        }
        .contact-address {
          line-height: 1.5rem;
        }
        .contact-address {
          font-family: 'HyundaiSansHead', system-ui, sans-serif;
        }
        .menu-item-car:hover .contact-address {
          opacity: 1;
        }
        .contact-address {
          display: flex;
        }
        .contact-address {
          width: 100%;
        }
        .contact-address {
          flex: 1 1 0%;
        }
        .contact-address {
          flex-direction: row;
        }
        .contact-address {
          align-items: center;
        }
        .contact-address {
          justify-content: space-between;
        }
        .contact-address {
          font-size: 0.75rem;
          line-height: 1rem;
        }
        .contact-address {
          line-height: 15px;
        }
        @media (min-width: 960px) {
          .contact-address {
            width: auto;
          }
        }
        .contact-address {
          .menu-item-car:hover .address {
            opacity: 1;
          }
          .address {
            display: flex;
          }
          .address {
            flex: 1 1 0%;
          }
          .address {
            flex-direction: column;
          }
          .address {
            align-items: flex-start;
          }
          .address {
            justify-content: center;
          }
          .address {
            gap: 0.625rem;
          }
          .menu-item-car:hover .contact {
            opacity: 1;
          }
          .contact {
            display: flex;
          }
          .contact {
            flex-direction: row;
          }
          .contact {
            align-items: center;
          }
          .contact {
            justify-content: center;
          }
          .contact {
            gap: 0.625rem;
          }
        }
      }
    }
    .footer-links-container {
      width: 100%;
    }
    .footer-links-container {
      padding: 0px;
    }
    .footer-links-container {
      padding-top: 1.25rem;
      padding-bottom: 1.25rem;
    }
    .footer-links-container {
      padding-left: 1rem;
      padding-right: 1rem;
    }
    @media (min-width: 960px) {
      .footer-links-container {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
      }
    }
    @media (min-width: 960px) {
      .footer-links-container {
        padding-left: 0px;
        padding-right: 0px;
      }
    }
    .footer-links-container {
      .footer-links-container-wrapper {
        display: grid;
      }
      .footer-links-container-wrapper {
        width: 100%;
      }
      .footer-links-container-wrapper {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }
      @media (min-width: 960px) {
        .footer-links-container-wrapper {
          margin-left: auto;
          margin-right: auto;
        }

        .footer-links-container-wrapper {
          width: 100%;
        }

        .footer-links-container-wrapper {
          padding-left: 1rem;
          padding-right: 1rem;
        }

        @media (min-width: 1140px) {
          .footer-links-container-wrapper {
            padding-left: 5rem;
            padding-right: 5rem;
          }
        }

        @media (min-width: 1920px) {
          .footer-links-container-wrapper {
            max-width: 1760px;
          }
        }

        @media (min-width: 1920px) {
          .footer-links-container-wrapper {
            padding-left: 0px;
            padding-right: 0px;
          }
        }
      }
      @media (min-width: 960px) {
        .footer-links-container-wrapper {
          grid-template-columns: repeat(6, minmax(0, 1fr));
        }
      }
      .footer-links-container-wrapper {
        .links-groups {
          font-family: 'HyundaiSansHead', system-ui, sans-serif;
          font-weight: 300;
        }
        .links-groups {
          font-size: 1.25rem;
          line-height: 1.75rem;
        }
        .links-groups {
          line-height: 1.5rem;
        }
        .links-groups {
          font-family: 'HyundaiSansHead', system-ui, sans-serif;
        }
        .menu-item-car:hover .links-groups {
          opacity: 1;
        }
        .links-groups {
          display: flex;
        }
        .links-groups {
          width: 100%;
        }
        .links-groups {
          flex: 1 1 0%;
        }
        .links-groups {
          flex-direction: column;
        }
        .links-groups {
          gap: 0.5rem;
        }
        .links-groups {
          font-size: 0.75rem;
          line-height: 1rem;
        }
        .links-groups {
          line-height: 15px;
        }
        @media (min-width: 960px) {
          .links-groups {
            gap: 18px;
          }
        }
        @media (min-width: 960px) {
          .links-groups {
            font-size: 0.875rem;
            line-height: 1.25rem;
          }
        }
        @media (min-width: 960px) {
          .links-groups {
            line-height: 1.75rem;
          }
        }
        .links-groups {
          .title {
            font-family: 'HyundaiSansHead', system-ui, sans-serif;
            font-weight: 300;
          }
          .title {
            font-size: 1.25rem;
            line-height: 1.75rem;
          }
          .title {
            line-height: 1.5rem;
          }
          .title {
            font-family: 'HyundaiSansHead', system-ui, sans-serif;
          }
          .title {
            font-size: 1rem;
            line-height: 1.5rem;
          }
          .title {
            font-weight: 700;
          }
          .title {
            line-height: 1.25rem;
          }
          @media (min-width: 960px) {
            .title {
              font-size: 1.125rem;
              line-height: 1.75rem;
            }
          }
          @media (min-width: 960px) {
            .title {
              line-height: 18px;
            }
          }
          .menu-item-car:hover .content {
            opacity: 1;
          }
          .content {
            display: flex;
          }
          .content {
            flex-direction: column;
          }
          .content {
            gap: 0.25rem;
          }
          @media (min-width: 960px) {
            .content {
              gap: 0.375rem;
            }
          }
        }
      }
    }
    .copyright {
      font-family: 'HyundaiSansHead', system-ui, sans-serif;
      font-weight: 300;
    }
    .copyright {
      font-size: 1.25rem;
      line-height: 1.75rem;
    }
    .copyright {
      line-height: 1.5rem;
    }
    .copyright {
      font-family: 'HyundaiSansHead', system-ui, sans-serif;
    }
    .menu-item-car:hover .copyright {
      opacity: 1;
    }
    .copyright {
      display: flex;
    }
    .copyright {
      width: 100%;
    }
    .copyright {
      justify-content: center;
    }
    .copyright {
      gap: 0.625rem;
    }
    .copyright {
      --tw-bg-opacity: 1;
      background-color: rgb(18 18 18 / var(--tw-bg-opacity, 1));
    }
    .copyright {
      padding-top: 0.625rem;
      padding-bottom: 0.625rem;
    }
    .copyright {
      font-size: 0.875rem;
      line-height: 1.25rem;
    }
    .copyright {
      line-height: 18px;
    }
    .copyright {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }
  }
}

.container {
  width: 100%;
}

@media (min-width: 400px) {
  .container {
    max-width: 400px;
  }
}

@media (min-width: 540px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 720px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 960px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1140px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1320px) {
  .container {
    max-width: 1320px;
  }
}

@media (min-width: 1472px) {
  .container {
    max-width: 1472px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

@media (min-width: 1720px) {
  .container {
    max-width: 1720px;
  }
}

@media (min-width: 1920px) {
  .container {
    max-width: 1920px;
  }
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-\[3vh\] {
  bottom: 3vh;
}

.end-0 {
  inset-inline-end: 0px;
}

.left-0 {
  left: 0px;
}

.left-\[5\%\] {
  left: 5%;
}

.left-full {
  left: 100%;
}

.right-0 {
  right: 0px;
}

.right-\[3\%\] {
  right: 3%;
}

.start-0 {
  inset-inline-start: 0px;
}

.top-0 {
  top: 0px;
}

.top-\[10\%\] {
  top: 10%;
}

.top-\[120\%\] {
  top: 120%;
}

.top-\[3\%\] {
  top: 3%;
}

.top-\[54\%\] {
  top: 54%;
}

.top-full {
  top: 100%;
}

.z-10 {
  z-index: 10;
}

.z-30 {
  z-index: 30;
}

.z-50 {
  z-index: 50;
}

.z-\[1024\] {
  z-index: 1024;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.row-span-1 {
  grid-row: span 1 / span 1;
}

.row-span-2 {
  grid-row: span 2 / span 2;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-\[-1px\] {
  margin-bottom: -1px;
}

.mb-\[110px\] {
  margin-bottom: 110px;
}

.mb-\[15px\] {
  margin-bottom: 15px;
}

.mb-\[3px\] {
  margin-bottom: 3px;
}

.mb-\[40px\] {
  margin-bottom: 40px;
}

.mb-\[46px\] {
  margin-bottom: 46px;
}

.mb-\[60px\] {
  margin-bottom: 60px;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-8 {
  margin-left: 2rem;
}

.ml-\[60px\] {
  margin-left: 60px;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-\[60px\] {
  margin-top: 60px;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-\[2\/1\] {
  aspect-ratio: 2/1;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-1 {
  height: 0.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-36 {
  height: 9rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-5\/6 {
  height: 83.333333%;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-\[113px\] {
  height: 113px;
}

.h-\[120px\] {
  height: 120px;
}

.h-\[188px\] {
  height: 188px;
}

.h-\[1px\] {
  height: 1px;
}

.h-\[202px\] {
  height: 202px;
}

.h-\[20vh\] {
  height: 20vh;
}

.h-\[25vh\] {
  height: 25vh;
}

.h-\[30vh\] {
  height: 30vh;
}

.h-\[40\%\] {
  height: 40%;
}

.h-\[45vh\] {
  height: 45vh;
}

.h-\[50\%\] {
  height: 50%;
}

.h-\[58px\] {
  height: 58px;
}

.h-\[600px\] {
  height: 600px;
}

.h-\[71px\] {
  height: 71px;
}

.h-\[75vh\] {
  height: 75vh;
}

.h-\[80\%\] {
  height: 80%;
}

.h-\[80vh\] {
  height: 80vh;
}

.h-\[85vh\] {
  height: 85vh;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-max {
  height: -moz-max-content;
  height: max-content;
}

.h-screen {
  height: 100vh;
}

.max-h-\[360px\] {
  max-height: 360px;
}

.max-h-\[640px\] {
  max-height: 640px;
}

.max-h-full {
  max-height: 100%;
}

.min-h-\[150px\] {
  min-height: 150px;
}

.min-h-max {
  min-height: -moz-max-content;
  min-height: max-content;
}

.min-h-screen {
  min-height: 100vh;
}

.w-1 {
  width: 0.25rem;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-1\/4 {
  width: 25%;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-2\/5 {
  width: 40%;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-3 {
  width: 0.75rem;
}

.w-3\/4 {
  width: 75%;
}

.w-3\/5 {
  width: 60%;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-64 {
  width: 16rem;
}

.w-8 {
  width: 2rem;
}

.w-\[100\%\] {
  width: 100%;
}

.w-\[120px\] {
  width: 120px;
}

.w-\[124px\] {
  width: 124px;
}

.w-\[128px\] {
  width: 128px;
}

.w-\[140px\] {
  width: 140px;
}

.w-\[280px\] {
  width: 280px;
}

.w-\[350px\] {
  width: 350px;
}

.w-\[90\%\] {
  width: 90%;
}

.w-\[calc\(100\%-32px\)\] {
  width: calc(100% - 32px);
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.w-screen {
  width: 100vw;
}

.min-w-8 {
  min-width: 2rem;
}

.max-w-\[1032px\] {
  max-width: 1032px;
}

.max-w-\[400px\] {
  max-width: 400px;
}

.max-w-\[470px\] {
  max-width: 470px;
}

.flex-1 {
  flex: 1 1 0%;
}

.grow {
  flex-grow: 1;
}

.-rotate-45 {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-\[-45deg\] {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-50 {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize-none {
  resize: none;
}

.resize {
  resize: both;
}

.list-decimal {
  list-style-type: decimal;
}

.list-disc {
  list-style-type: disc;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-stretch {
  align-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-20 {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-\[10px\] {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.gap-y-\[10px\] {
  row-gap: 10px;
}

.gap-y-\[27px\] {
  row-gap: 27px;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.25rem * var(--tw-space-x-reverse));
  margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.divide-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(2px * var(--tw-divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.text-wrap {
  text-wrap: wrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-none {
  border-radius: 0px;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-br {
  border-bottom-right-radius: 0.25rem;
}

.rounded-br-2xl {
  border-bottom-right-radius: 1rem;
}

.rounded-tl {
  border-top-left-radius: 0.25rem;
}

.rounded-tl-2xl {
  border-top-left-radius: 1rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-b-\[2px\] {
  border-bottom-width: 2px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-l-\[2px\] {
  border-left-width: 2px;
}

.border-r {
  border-right-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-none {
  border-style: none;
}

.border-\[\#86868B\] {
  --tw-border-opacity: 1;
  border-color: rgb(134 134 139 / var(--tw-border-opacity, 1));
}

.border-\[\#C7C7C7\] {
  --tw-border-opacity: 1;
  border-color: rgb(199 199 199 / var(--tw-border-opacity, 1));
}

.border-\[\#F4F1F0\] {
  --tw-border-opacity: 1;
  border-color: rgb(244 241 240 / var(--tw-border-opacity, 1));
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}

.border-blue-900 {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}

.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.bg-\[\#00000080\] {
  background-color: #00000080;
}

.bg-\[\#000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-\[\#002C5F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 44 95 / var(--tw-bg-opacity, 1));
}

.bg-\[\#999999\] {
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity, 1));
}

.bg-\[\#D9D9D9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F4F1F0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 241 240 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F6F3F2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 243 242 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFFFFFE5\] {
  background-color: #FFFFFFE5;
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}

.bg-blue-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 37 84 / var(--tw-bg-opacity, 1));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-\[linear-gradient\(180deg\2c _\#EBEBEB_0\%\2c _\#FFFFFF_100\%\)\] {
  background-image: linear-gradient(180deg, #EBEBEB 0%, #FFFFFF 100%);
}

.bg-\[url\(\'\/assets\/images\/dang-ky-tu-van\/big-city\.jpg\'\)\] {
  background-image: url('/assets/images/dang-ky-tu-van/big-city.jpg');
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.bg-none {
  background-image: none;
}

.from-\[\#002c5f\] {
  --tw-gradient-from: #002c5f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 44 95 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black {
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#005bc5\] {
  --tw-gradient-to: #005bc5 var(--tw-gradient-to-position);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[17\.5px\] {
  padding-top: 17.5px;
  padding-bottom: 17.5px;
}

.py-\[41\.5px\] {
  padding-top: 41.5px;
  padding-bottom: 41.5px;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-\[15px\] {
  padding-bottom: 15px;
}

.pb-\[60px\] {
  padding-bottom: 60px;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-\[20px\] {
  padding-left: 20px;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pr-\[10px\] {
  padding-right: 10px;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.text-center {
  text-align: center;
}

.align-middle {
  vertical-align: middle;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-\[10px\] {
  font-size: 10px;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[17px\] {
  font-size: 17px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[27px\] {
  font-size: 27px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.italic {
  font-style: italic;
}

.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-\[14px\] {
  line-height: 14px;
}

.leading-\[19\.78px\] {
  line-height: 19.78px;
}

.leading-\[21px\] {
  line-height: 21px;
}

.leading-\[24\.72px\] {
  line-height: 24.72px;
}

.leading-\[30px\] {
  line-height: 30px;
}

.leading-\[50px\] {
  line-height: 50px;
}

.text-\[\#000000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-\[\#002C5F\] {
  --tw-text-opacity: 1;
  color: rgb(0 44 95 / var(--tw-text-opacity, 1));
}

.text-\[\#00356C\] {
  --tw-text-opacity: 1;
  color: rgb(0 53 108 / var(--tw-text-opacity, 1));
}

.text-\[\#05AAD2\] {
  --tw-text-opacity: 1;
  color: rgb(5 170 210 / var(--tw-text-opacity, 1));
}

.text-\[\#1D1D1F\] {
  --tw-text-opacity: 1;
  color: rgb(29 29 31 / var(--tw-text-opacity, 1));
}

.text-\[\#86868B\] {
  --tw-text-opacity: 1;
  color: rgb(134 134 139 / var(--tw-text-opacity, 1));
}

.text-\[\#999999\] {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}

.text-\[\#ED1C24\] {
  --tw-text-opacity: 1;
  color: rgb(237 28 36 / var(--tw-text-opacity, 1));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.text-blue-950 {
  --tw-text-opacity: 1;
  color: rgb(23 37 84 / var(--tw-text-opacity, 1));
}

.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.overline {
  text-decoration-line: overline;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.sepia {
  --tw-sepia: sepia(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-100 {
  transition-duration: 100ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-linear {
  transition-timing-function: linear;
}

@font-face {
  font-family: 'HyundaiSansHead';

  src: url('../fonts/HyundaiSansHead-Bold.ttf');

  font-weight: 700;

  font-style: normal;
}

@font-face {
  font-family: 'HyundaiSansHead';

  src: url('../fonts/HyundaiSansHead-Light.ttf');

  font-weight: 300;

  font-style: normal;
}

@font-face {
  font-family: 'HyundaiSansHead';

  src: url('../fonts/HyundaiSansHead-Light.ttf');

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: 'HyundaiSansText';

  src: url('../fonts/HyundaiSansText-Bold.ttf');

  font-weight: 700;

  font-style: normal;
}

@font-face {
  font-family: 'HyundaiSansText';

  src: url('../fonts/HyundaiSansText-Medium.ttf');

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: 'HyundaiSansText';

  src: url('../fonts/HyundaiSansText-Medium.ttf');

  font-weight: 500;

  font-style: normal;
}

.placeholder\:font-head::-moz-placeholder {
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-family: 'HyundaiSansHead', system-ui, sans-serif;
}

.placeholder\:font-head::placeholder {
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-family: 'HyundaiSansHead', system-ui, sans-serif;
}

.hover\:border-d-blue:hover {
  border-color: #00356c;
}

.group:hover .group-hover\:font-sans {
  font-family: 'HyundaiSansText', system-ui, sans-serif;
  font-weight: 400;
}

.group:hover .group-hover\:text-d-blue {
  color: #00356c;
}

.group:hover .group-hover\:placeholder\:text-d-blue::-moz-placeholder {
  color: #00356c;
}

.group:hover .group-hover\:placeholder\:text-d-blue::placeholder {
  color: #00356c;
}

@media (min-width: 720px) {
  .menu-item-car:hover .md\:flex {
    opacity: 1;
  }
}

@media (min-width: 960px) {
  @media (min-width: 1472px) {
    .lg\:container {
      padding-left: 1rem;
      padding-right: 1rem;
    }
  }

  .menu-item-car:hover .lg\:flex {
    opacity: 1;
  }

  .group:hover .lg\:group-hover\:bg-gradient-blue {
    background: linear-gradient(180deg, #005bc5 0%, #002c5f 100%);
  }
}

@media (min-width: 1140px) {
  .menu-item-car:hover .xl\:flex {
    opacity: 1;
  }
}

@media (min-width: 1320px) {
  .menu-item-car:hover .\32xl\:flex {
    opacity: 1;
  }
}

@media (min-width: 1472px) {
  .menu-item-car:hover .\33xl\:flex {
    opacity: 1;
  }
}

@media (min-width: 1536px) {
  .menu-item-car:hover .\34xl\:flex {
    opacity: 1;
  }
}

@media (min-width: 1720px) {
  .menu-item-car:hover .\35xl\:flex {
    opacity: 1;
  }
}

@media (min-width: 960px) {
  .lg\:container {
    width: 100%;
  }

  @media (min-width: 400px) {
    .lg\:container {
      max-width: 400px;
    }
  }

  @media (min-width: 540px) {
    .lg\:container {
      max-width: 540px;
    }
  }

  @media (min-width: 720px) {
    .lg\:container {
      max-width: 720px;
    }
  }

  @media (min-width: 960px) {
    .lg\:container {
      max-width: 960px;
    }
  }

  @media (min-width: 1140px) {
    .lg\:container {
      max-width: 1140px;
    }
  }

  @media (min-width: 1320px) {
    .lg\:container {
      max-width: 1320px;
    }
  }

  @media (min-width: 1472px) {
    .lg\:container {
      max-width: 1472px;
    }
  }

  @media (min-width: 1536px) {
    .lg\:container {
      max-width: 1536px;
    }
  }

  @media (min-width: 1720px) {
    .lg\:container {
      max-width: 1720px;
    }
  }

  @media (min-width: 1920px) {
    .lg\:container {
      max-width: 1920px;
    }
  }
}

.placeholder\:text-\[\#121212\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(18 18 18 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#121212\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(18 18 18 / var(--tw-text-opacity, 1));
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.last\:border-r-0:last-child {
  border-right-width: 0px;
}

.hover\:border:hover {
  border-width: 1px;
}

.hover\:border-\[\#c7c7c7\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(199 199 199 / var(--tw-border-opacity, 1));
}

.hover\:border-black:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group\/car:hover .group-hover\/car\:visible {
  visibility: visible;
}

.group:hover .group-hover\:visible {
  visibility: visible;
}

.group:hover .group-hover\:top-\[50\%\] {
  top: 50%;
}

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group\/car:hover .group-hover\/car\:scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group\/car:hover .group-hover\/car\:scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:bg-\[\#002C5F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 44 95 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.group:hover .group-hover\:font-bold {
  font-weight: 700;
}

.group:hover .group-hover\:text-\[\#002C5F\] {
  --tw-text-opacity: 1;
  color: rgb(0 44 95 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:placeholder\:font-bold::-moz-placeholder {
  font-weight: 700;
}

.group:hover .group-hover\:placeholder\:font-bold::placeholder {
  font-weight: 700;
}

.group:hover .group-hover\:placeholder\:text-\[\#00356C\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 53 108 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:placeholder\:text-\[\#00356C\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 53 108 / var(--tw-text-opacity, 1));
}

@media (min-width: 720px) {
  .md\:relative {
    position: relative;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-\[18px\] {
    margin-bottom: 18px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-40 {
    height: 10rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:h-\[25vh\] {
    height: 25vh;
  }

  .md\:h-\[268px\] {
    height: 268px;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-\[50\%\] {
    width: 50%;
  }

  .md\:w-\[500px\] {
    width: 500px;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-\[60px\] {
    gap: 60px;
  }

  .md\:border {
    border-width: 1px;
  }

  .md\:bg-\[\#F3F3F3\] {
    --tw-bg-opacity: 1;
    background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
  }

  .md\:from-0\% {
    --tw-gradient-from-position: 0%;
  }

  .md\:to-0\% {
    --tw-gradient-to-position: 0%;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-\[18px\] {
    font-size: 18px;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:font-normal {
    font-weight: 400;
  }

  .md\:text-\[\#333333\] {
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity, 1));
  }
}

@media (min-width: 960px) {
  .lg\:invisible {
    visibility: hidden;
  }

  .lg\:left-\[20\%\] {
    left: 20%;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .lg\:m-0 {
    margin: 0px;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:mb-\[39px\] {
    margin-bottom: 39px;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:ml-2 {
    margin-left: 0.5rem;
  }

  .lg\:ml-8 {
    margin-left: 2rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-2 {
    margin-top: 0.5rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-3 {
    margin-top: 0.75rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:h-8 {
    height: 2rem;
  }

  .lg\:h-\[120px\] {
    height: 120px;
  }

  .lg\:h-\[176px\] {
    height: 176px;
  }

  .lg\:h-\[20vh\] {
    height: 20vh;
  }

  .lg\:h-\[229px\] {
    height: 229px;
  }

  .lg\:h-\[240px\] {
    height: 240px;
  }

  .lg\:h-\[25vh\] {
    height: 25vh;
  }

  .lg\:h-\[285px\] {
    height: 285px;
  }

  .lg\:h-\[30vh\] {
    height: 30vh;
  }

  .lg\:h-\[40\%\] {
    height: 40%;
  }

  .lg\:h-\[50\%\] {
    height: 50%;
  }

  .lg\:h-\[60\%\] {
    height: 60%;
  }

  .lg\:h-\[60vh\] {
    height: 60vh;
  }

  .lg\:h-\[70vh\] {
    height: 70vh;
  }

  .lg\:max-h-\[321px\] {
    max-height: 321px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-1\/6 {
    width: 16.666667%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-2\/4 {
    width: 50%;
  }

  .lg\:w-36 {
    width: 9rem;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-8 {
    width: 2rem;
  }

  .lg\:w-\[180px\] {
    width: 180px;
  }

  .lg\:w-\[450px\] {
    width: 450px;
  }

  .lg\:w-\[540px\] {
    width: 540px;
  }

  .lg\:w-\[60\%\] {
    width: 60%;
  }

  .lg\:w-\[603px\] {
    width: 603px;
  }

  .lg\:w-\[60vw\] {
    width: 60vw;
  }

  .lg\:w-\[643px\] {
    width: 643px;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:max-w-\[167px\] {
    max-width: 167px;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-\[18px\] {
    gap: 18px;
  }

  .lg\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0px * var(--tw-divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:rounded-2xl {
    border-radius: 1rem;
  }

  .lg\:rounded-none {
    border-radius: 0px;
  }

  .lg\:border {
    border-width: 1px;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:border-none {
    border-style: none;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-\[46px\] {
    padding-bottom: 46px;
  }

  .lg\:pl-5 {
    padding-left: 1.25rem;
  }

  .lg\:pl-\[5vw\] {
    padding-left: 5vw;
  }

  .lg\:pr-\[5vw\] {
    padding-right: 5vw;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-\[18px\] {
    font-size: 18px;
  }

  .lg\:text-\[40px\] {
    font-size: 40px;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:font-semibold {
    font-weight: 600;
  }

  .lg\:leading-\[37px\] {
    line-height: 37px;
  }

  .lg\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:bg-gradient-to-t:hover {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .group:hover .lg\:group-hover\:-mt-12 {
    margin-top: -3rem;
  }

  .group:hover .lg\:group-hover\:block {
    display: block;
  }

  .group:hover .lg\:group-hover\:h-1\/2 {
    height: 50%;
  }

  .group:hover .lg\:group-hover\:h-48 {
    height: 12rem;
  }

  .group:hover .lg\:group-hover\:translate-y-\[-20px\] {
    --tw-translate-y: -20px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .group:hover .lg\:group-hover\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .group:hover .lg\:group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

@media (min-width: 1140px) {
  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:translate-x-20 {
    --tw-translate-x: 5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .xl\:opacity-0 {
    opacity: 0;
  }
}

@media (min-width: 1320px) {
  .\32xl\:block {
    display: block;
  }

  .\32xl\:flex {
    display: flex;
  }

  .\32xl\:hidden {
    display: none;
  }

  .\32xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .\32xl\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .\32xl\:leading-\[17px\] {
    line-height: 17px;
  }
}

@media (min-width: 1472px) {
  .\33xl\:flex {
    display: flex;
  }

  .\33xl\:hidden {
    display: none;
  }

  .\33xl\:w-24 {
    width: 6rem;
  }
}

@media (min-width: 1536px) {
  .\34xl\:flex {
    display: flex;
  }

  .\34xl\:hidden {
    display: none;
  }
}

@media (min-width: 1720px) {
  .\35xl\:flex {
    display: flex;
  }

  .\35xl\:hidden {
    display: none;
  }

  .\35xl\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }
}

.dark\:bg-white\/5:where(.dark, .dark *) {
  background-color: rgb(255 255 255 / 0.05);
}

.dark\:text-white:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.dark\:hover\:bg-white\/5:hover:where(.dark, .dark *) {
  background-color: rgb(255 255 255 / 0.05);
}