@font-face {
  font-family: "NotoSansKR";
  src: url("/fonts/NotoSansKR-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
}
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
  --blue: #3490dc;
  --indigo: #6574cd;
  --purple: #9561e2;
  --pink: #f66d9b;
  --red: #e3342f;
  --orange: #f6993f;
  --yellow: #ffed4a;
  --green: #38c172;
  --teal: #4dc0b5;
  --cyan: #6cb2eb;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #3490dc;
  --secondary: #6c757d;
  --success: #38c172;
  --info: #6cb2eb;
  --warning: #ffed4a;
  --danger: #e3342f;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  font-family: "NotoSansKR" !important;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: "NotoSansKR" !important;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  text-align: left;
  background-color: #f8fafc;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "NotoSansKR" !important;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #3490dc;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #1d68a7;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 2.25rem;
}

h2,
.h2 {
  font-size: 1.8rem;
}

h3,
.h3 {
  font-size: 1.575rem;
}

h4,
.h4 {
  font-size: 1.35rem;
}

h5,
.h5 {
  font-size: 1.125rem;
}

h6,
.h6 {
  font-size: 0.9rem;
}

.lead {
  font-size: 1.125rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/*homepage 2*/
/*header*/
.main-header {
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-items: center;
  padding: 0 80px;
  height: 100px !important;
}

@media (max-width: 991px) {
  .main-header {
    padding: 0 20px;
  }
}

.company-logo {
  aspect-ratio: 4.93;
  object-fit: contain;
  object-position: center;
  width: 237px;
  align-self: stretch;
  flex-shrink: 0;
  margin: auto 0;
}

.header-content {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  align-items: center;
  gap: 40px 60px;
  justify-content: start;
  flex-wrap: wrap;
  margin: auto 0;
}

@media (max-width: 991px) {
  .header-content {
    max-width: 100%;
  }
}

.main-navigation {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  align-items: center;
  gap: 40px;
  justify-content: start;
  flex-wrap: wrap;
  margin: auto 0;
}

@media (max-width: 991px) {
  .main-navigation {
    max-width: 100%;
  }
}

.nav-menu {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  align-items: center;
  gap: 40px;
  font-size: 18px;
  color: #000;
  font-weight: 600;
  justify-content: start;
  flex-wrap: wrap;
  margin: auto 0;
}

@media (max-width: 991px) {
  .nav-menu {
    max-width: 100%;
  }
}

.nav-link {
  align-self: stretch;
  margin: auto 0;
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease;
}

.nav-link:hover {
  color: #ed1c24;
}

.language-selector {
  align-self: stretch;
  display: flex;
  min-height: 36px;
  align-items: stretch;
  font-size: 14px;
  color: #979aa0;
  font-weight: 400;
  white-space: nowrap;
  justify-content: start;
  margin: auto 0;
}

.language-option {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  height: 100%;
  width: 44px;
  padding: 7px 8px 5px 8px;
  border: 1px solid #ddd;
  background: transparent;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: inherit;
  font-weight: inherit;
  color: #979aa0;
}

.language-option:first-child {
  border-radius: 30px 0 0 30px;
}

.language-option:last-child {
  border-radius: 0 30px 30px 0;
}

.language-option:not(:first-child) {
  border-left: none;
}

.language-option.active {
  background-color: #fde9e9;
  color: #ed1c24;
  font-weight: 600;
}

.language-option:hover:not(.active) {
  background-color: #f5f5f5;
}

.language-option:focus {
  outline: 2px solid #ed1c24;
  outline-offset: 2px;
}

.language-text {
  align-self: stretch;
  margin: auto 0;
  color: inherit;
}
@media (max-width: 991px) {
  .language-option {
    white-space: initial;
  }
}

/* foooter*/
.lotte-footer {
  display: flex;
  padding: 40px 135px;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  box-sizing: border-box;
  background-color: #fafafa;
}

.footer-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
}

.logo-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
}

.logo-wrapper {
  display: flex;
  align-items: center;
  gap: 80px;
  width: 100%;
}

.lotte-logo {
  width: 247px;
  height: 50px;
}

.divider-line {
  height: 1px;
  width: 100%;
  background-color: #e5e5e7;
}

.locations-section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}

.location-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
}

@media (max-width: 991px) {
  .location-item {
    flex: none;
    width: 100%;
  }
}

.location-header {
  display: flex;
  align-items: center;
  gap: 4px;
}

.location-icon {
  width: 16px;
  height: 16px;
}

.city-name {
  color: #ed1c24;
  font: 600 16px/24px "Be Vietnam Pro", sans-serif;
  margin: 0;
}

.office-address {
  color: #000;
  font: 400 14px/21px "Be Vietnam Pro", sans-serif;
  font-style: normal;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

@media (max-width: 991px) {
  .footer-bottom {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }
}

footer .contact-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-icon {
  width: 32px;
  height: 32px;
}

.phone-number,
.email-address {
  color: #ed1c24;
  font: 400 14px/21px "Be Vietnam Pro", sans-serif;
  text-decoration: none;
}

.phone-number:hover,
.email-address:hover {
  text-decoration: underline;
}

.copyright-text {
  color: #999;
  font: 400 14px/21px "Be Vietnam Pro", sans-serif;
  margin: 0;
}

.car-rental-section {
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: stretch;
  justify-content: start;
  padding: 64px 230px 64px 230px;
}

.container {
  width: 100%;
}

@media (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}

.section-header {
  margin-bottom: 48px;
}

.section-title {
  color: var(--Neutral-05, #1D1C1C);

  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px; /* 150% */
}

@media (max-width: 991px) {
  .section-title {
    max-width: 100%;
  }

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

.content-wrapper {
  width: 100%;
}

@media (max-width: 991px) {
  .content-wrapper {
    max-width: 100%;
  }
}

.cars-grid {
  display: flex;
  width: 100%;
  align-items: start;
  gap: 24px;
  justify-content: start;
}

@media (max-width: 991px) {
  .cars-grid {
    max-width: 100%;
    flex-wrap: wrap;
  }
}

.car-image-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 26px 0;
}

.special-image {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 26px 0;
}

@media (max-width: 991px) {
  .special-image {
    padding-right: 20px;
  }
}

.car-image-special {
  aspect-ratio: 1.03;
  object-fit: contain;
  object-position: center;
  width: 153px;
  max-width: 100%;
}
.car-features {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: rgba(63, 69, 77, 1);
  font-weight: 400;
  justify-content: center;
}

.feature-badge {
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 1);
  align-self: stretch;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: stretch;
  justify-content: center;
  margin: auto 0;
  padding: 6px 12px;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .feature-badge {
    white-space: initial;
  }
}

.feature-content {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 4px;
  justify-content: start;
}

@media (max-width: 991px) {
  .feature-content {
    white-space: initial;
  }
}

.feature-text {
  align-self: stretch;
  margin: auto 0;
}

.car-info {
  align-self: center;
  display: flex;
  margin-top: 16px;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}

.car-name {
  color: #212529;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.rental-duration {
  color: rgba(102, 102, 102, 1);
  font-size: 12px;
  font-weight: 400;
  margin: 8px 0 0 0;
}

.pagination-indicators {
  display: flex;
  margin-top: 24px;
  width: 100%;
  align-items: center;
  gap: 8px;
  justify-content: start;
  flex-wrap: wrap;
  padding: 0 8px;
}

@media (max-width: 991px) {
  .pagination-indicators {
    max-width: 100%;
  }
}

.indicator {
  border-radius: 50px;
  background-color: rgba(236, 236, 236, 1);
  align-self: stretch;
  display: flex;
  height: 3px;
  flex: 1;
  flex-basis: 0%;
  margin: auto 0;
}

.indicator.active {
  background-color: rgba(237, 28, 36, 1);
}

.cta-wrapper {
  justify-content: center;
  align-items: center;
  align-self: center;
  display: flex;
  margin-top: 24px;
  padding-right: 135px;
}

@media (max-width: 991px) {
  .cta-wrapper {
    margin-top: 40px;
  }
}

.consultation-button {
  border-radius: 1000px;
  display: flex;
  min-height: 48px;
  gap: 8px;
  color: var(--Support-Colors-Neutral-25, #fff);
  text-align: center;
  background-color: var(--Main-Colors-Accent-Colors-01, #ed1c24);
  padding: 10px 24px;
  font: 600 18px Be Vietnam Pro, -apple-system, Roboto, Helvetica, sans-serif;
  border: none;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}

@media (max-width: 991px) {
  .consultation-button {
    padding: 11px 20px;
  }
}

.button-text {
  color: var(--Support-Colors-Neutral-25, #fff);
  align-self: stretch;
  margin: auto 0;
}

.consultation-button:hover {
  background-color: rgba(220, 25, 32, 1);
  transition: background-color 0.3s ease;
}

.consultation-button:active {
  background-color: rgba(200, 20, 28, 1);
}

.rental-services-section {
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: stretch;
  justify-content: start;
  padding: 0 230px 64px;
}

.content-wrapper {
  width: 100%;
}

@media (max-width: 991px) {
  .content-wrapper {
    max-width: 100%;
  }
}

.section-header {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: start;
  text-align: center;
  justify-content: start;
}

.main-title {
  color: var(--Neutral-05, #1d1c1c);
  font-size: 28px;
  font-weight: 700;
}

.subtitle {
  color: #a1a1a1;
  font-size: 20px;
  font-weight: 400;
  margin: 10px 0 0 0;
}
.services-grid {
  display: flex;
  align-items: stretch;
  margin-top: 48px;
  width: 100%;
  gap: 30px;
  color: #000;
  justify-content: center;
  flex-wrap: wrap;
}
.service-card-icon {
  display: flex;
  gap: 16px;
  align-items: flex-end;
}
.service-card-icon svg{
  width: 48px;
  height: 48px;
}
.service-card {
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  min-width: 240px;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  padding: 24px;
  border: 2px solid rgba(237, 28, 36, 1);
  height: auto;
}

.service-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 60px;
  align-self: center;
}

.service-content {
  display: flex;
  margin-top: 12px;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
}

.service-title {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px; /* 150% */
  margin: 0;
}

.service-description {
  margin: 8px 0 0 0;
  /*min-height: 72px;*/
  color: #000;

  /* Desktop/Body S */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.cta-button {
  justify-content: center;
  align-items: center;
  border-radius: 1000px;
  align-self: center;
  display: flex;
  margin-top: 56px;
  min-height: 48px;
  gap: 8px;
  font-size: 18px;
  color: var(--Support-Colors-Neutral-25, #fff);
  font-weight: 600;
  text-align: center;
  background-color: var(--Main-Colors-Accent-Colors-01, #ed1c24);
  padding: 11px 40px;
  border: none;
  cursor: pointer;
  font-family: inherit;
}

@media (max-width: 991px) {
  .cta-button {
    margin-top: 40px;
    padding: 0 20px;
  }
}

.button-text {
  color: var(--Support-Colors-Neutral-25, #fff);
  align-self: stretch;
  margin: auto 0;
}

.cta-button:hover {
  background-color: #d11920;
  transition: background-color 0.3s ease;
}

.cta-button:focus {
  outline: 2px solid #ed1c24;
  outline-offset: 2px;
}

.location-cards-container {
  display: flex;
  padding: 0 230px 64px 230px;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
}

.cards-grid {
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
  gap: 40px;
}

.location-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.location-card {
  width: 227px;
  height: 185px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  background-color: #fff;
}

.card-background-image {
  width: 227px;
  height: 185px;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.card-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.60) 0%, rgba(102, 102, 102, 0.00) 100%);
}

.card-title-section {
  display: flex;
  width: 100%;
  padding: 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  left: 0;
  top: 0;
  /*height: 60px;*/
  box-sizing: border-box;
}
.location-title {
  flex: 1 0 0;
  color: #FFF;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.60);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 150% */
  margin: 0;
}

.contact-button {
  display: flex;
  width: 100%;
  padding: 16px 0;
  justify-content: center;
  align-items: center;
  gap: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 59px;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #e60013;
}

.contact-text {
  color: #fff;
  text-align: center;
  font: 600 18px/27px "Be Vietnam Pro", sans-serif;
}

.chevron-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.chevron-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

/*

*/

.comparison-container {
  display: flex;
  padding: 0 230px 64px 230px;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.header-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  position: relative;
}

.main-title {
  color: var(--Neutral-05, #1D1C1C);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px; /* 150% */
  margin-bottom: 48px;
}

.content-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
  position: relative;
}

.comparison-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  position: relative;
}

.taxi-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  flex: 1 0 0;
  position: relative;
}

.icon-container {
  display: flex;
  width: 140px;
  height: 140px;
  padding: 36.69px 36.207px 35.724px 36.207px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
  background-color: #f2f2f2;
}
.lotte-icon-container {
  background-color: #ff6f88;
}

.icon-label {
  display: flex;
  height: 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
}


.label-text {
  color: #212529;
  text-align: center;
  font: 600 18px/27px "Be Vietnam Pro", sans-serif;
}

.vs-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  overflow: hidden;
  position: relative;
}

.lotte-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  flex: 1 0 0;
  position: relative;
}

.lotte-label {
  display: flex;
  height: 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
}

.comparison-table {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  position: relative;
}

.table-row {
  display: flex;
  align-self: stretch;
  border-bottom: 1px solid rgba(203, 203, 203, 0.5);
  overflow: hidden;
  position: relative;
  align-items: stretch;
}

.left-cell {
  display: flex;
  padding: 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 1 0 0;
  background-color: #f2f2f2;
}

.left-cell-white {
  background-color: #fff;
}

.middle-cell {
  display: flex;
  padding: 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
  width: 220px;
  background-color: #515151;
}

.right-cell {
  display: flex;
  padding: 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 1 0 0;
  background-color: #ff4362;
}

.right-cell-pink {
  background-color: #ff6f88;
}

.cell-text {
  color: #212529;
  text-align: center;
  flex: 1 0 0;
  font: 400 16px/24px "Be Vietnam Pro", sans-serif;
}
.middle-text {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  font: 600 16px/24px "Be Vietnam Pro", sans-serif;
}

.right-text {
  color: #fff;
  text-align: center;
  flex: 1 0 0;
  font: 400 16px/24px "Be Vietnam Pro", sans-serif;
}

.chevron-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  position: relative;
}

.bottom-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  position: relative;
}

.bottom-row {
  display: flex;
  align-items: stretch;
  align-self: stretch;
  overflow: hidden;
  position: relative;
}

.bottom-left-cell {
  display: flex;
  padding: 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 1 0 0;
  background-color: #f2f2f2;
}

.bottom-right-cell {
  display: flex;
  padding: 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 1 0 0;
  background-color: #ff4362;
}
.bottom-text {
  color: #212529;
  text-align: center;
  font: 600 16px/24px "Be Vietnam Pro", sans-serif;
}


.bottom-right-text {
  color: #fff;
  text-align: center;
  font: 600 16px/24px "Be Vietnam Pro", sans-serif;
}
.taxi-icon {
  flex-shrink: 0;
  aspect-ratio: 67.59/67.59;
  overflow: hidden;
  width: 68px;
  height: 68px;
}

.vs-icon {
  width: 220px;
  height: 150px;
}

.car-icon {
  flex-shrink: 0;
  aspect-ratio: 67.59/67.59;
  overflow: hidden;
  width: 68px;
  height: 68px;
}

.lotte-logo {
  width: 148px;
  height: 30px;
}

.chevron-icon2 {
  aspect-ratio: 1/1;
  position: relative;
  width: 60px;
  height: 60px;
}

.lotte-logo-bottom {
  width: 128px;
  height: 24px;
}
/**/
/* Main testimonials section */
.testimonials-section {
  display: flex;
  padding: 50px 230px 64px 230px;
  flex-direction: column;
  align-items: flex-start;
  gap: 72px;
  overflow: hidden;
  background-color: #fff;
}

/* Header section */
.testimonials-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
}

.header-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.section-title {
  color: #1d1c1c;
  text-align: center;
  font: 700 36px/54px "Be Vietnam Pro", sans-serif;
}

.company-logo {
  width: 237px;
  height: 48px;
  object-fit: contain;
}

.title-underline {
  width: 120px;
  height: 3px;
  background-color: #f9483c;
}

/* Content section */
.testimonials-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
}

.testimonials-grid {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  width: 100%;
}

/* Testimonial cards */
.testimonial-card {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  flex: 1;
  border-radius: 16px;
  background-color: #f9f9f9;
  width: calc(50vw - 150px);
}

.customer-info {
  display: flex;
  align-items: center;
  gap: 16px;
}

.customer-avatar {
  flex-shrink: 0;
}

.avatar-image {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  border: 1px solid #fafafa;
  flex-shrink: 0;
}

.customer-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
}

.customer-name-company {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
}

.customer-name {
  color: #000;
  font: 600 18px/27px "Be Vietnam Pro", sans-serif;
}

.customer-company {
  color: #000;
  font: 400 16px/24px "Be Vietnam Pro", sans-serif;
}

/* Review content */
.review-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  margin-top: 20px;
}

.star-rating {
  display: flex;
  align-items: center;
  gap: 6px;
}

.star-icon {
  width: 16px;
  height: 16px;
  overflow: hidden;
  flex-shrink: 0;
}

.review-text {
  color: #303030;
  width: 100%;
  font: 400 14px/21px "Be Vietnam Pro", sans-serif;
}

/* Navigation dots */
.testimonials-navigation {
  display: flex;
  align-items: center;
  gap: 6px;
}

.main-banner-home {
  position: relative;
  margin-top: -356px;
}

.main-banner-home .btn-prev{
  width: 48px;
  height: 48px;
  position: absolute;
  top: calc((100% + 100px) / 2 - 24px);
  left: 87px;
  cursor: pointer;
}

.main-banner-home .btn-next{
  width: 48px;
  height: 48px;
  position: absolute;
  top: calc((100% + 100px) / 2 - 24px);
  right: 87px;
  cursor: pointer;
}
.sliderAutoHome {
  position: relative;
}

.sliderAutoHome .btn-prev{
  width: 48px;
  height: 48px;
  position: absolute;
  top: calc(50% - 24px);
  left: -48px;
  cursor: pointer;
}

.sliderAutoHome .btn-next{
  width: 48px;
  height: 48px;
  position: absolute;
  top: calc(50% - 24px);
  right: -48px;
  cursor: pointer;
}
.sliderAutoHome2 {
  position: relative;
}

.sliderAutoHome2 .btn-prev{
  width: 48px;
  height: 48px;
  position: absolute;
  top: calc(50% - 24px);
  left: -48px;
  cursor: pointer;
}

.sliderAutoHome2 .btn-next{
  width: 48px;
  height: 48px;
  position: absolute;
  top: calc(50% - 24px);
  right: -48px;
  cursor: pointer;
}
.sliderAutoHome2 .car-image-container{
  margin-bottom: 20.5px;
}
.testimonials-grid-home {
  position: relative;
  width: 100%;
}

.testimonials-grid-home .btn-prev{
  width: 48px;
  height: 48px;
  position: absolute;
  top: calc(50% - 24px);
  left: -48px;
  cursor: pointer;
}

.testimonials-grid-home .btn-next{
  width: 48px;
  height: 48px;
  position: absolute;
  top: calc(50% - 24px);
  right: -48px;
  cursor: pointer;
}

.main-banner {
  padding: 100px 0 0;
}

.main-banner .item-banner{
  width: 100%;
  /*height: 400px;*/
}
.sliderAuto .item-banner{
  width: 227px;
  cursor: pointer;
  /*height: 227px;*/
}
.sliderAuto .item-banner img{
  width: 100%;
  height: auto;
  flex: 1 0 0;
  border-radius: 20px;
  object-fit: contain;
}
.sliderAuto2 .item-banner{
  width: 227px;
  cursor: pointer;
  /*height: 227px;*/
}
.sliderAuto2 .item-banner img{
  width: 100%;
  flex: 1 0 0;
  border-radius: 20px;
  object-fit: contain;
}
.main-banner .item-banner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-banner  .slick-list {
  position: relative;
}
.main-banner  .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: calc(100% - 270px);
  margin-bottom: 0px !important;
  bottom: 116px;
  gap: 16px;
}
.main-banner .slick-dots li {
  width: 120px;
  height: 4px;
  cursor: pointer;
}

.main-banner .slick-dots .slick-dot-btn {
  width: 120px;
  height: 4px;
  border-radius: 50px;
  background: #FFF;
  object-fit: cover;
  opacity: 0.5;
  transition: all 0.3s;
}

.main-banner .slick-dots li.slick-active .slick-dot-btn {
  opacity: 1;
}
/**/
.sliderAuto  .slick-list {
  position: relative;
}
.sliderAuto .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: calc(100% - 135px);
  margin-bottom: 0px !important;
  bottom: -24px;
  gap: 8px;
}
.sliderAuto .slick-dots li {
  flex: 1;
  height: 4px;
  cursor: pointer;
}

.sliderAuto .slick-dots .slick-dot-btn {
  /*width: 120px;*/
  height: 3px;
  border-radius: 50px;
  background: #ECECEC;
  object-fit: cover;
  opacity: 0.5;
  transition: all 0.3s;
}

.sliderAuto .slick-dots li.slick-active .slick-dot-btn {
  opacity: 1;
  background: #ED1C24 !important;
}
.sliderAuto2  .slick-list {
  position: relative;
}
.sliderAuto2 .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: calc(100% - 135px);
  margin-bottom: 0px !important;
  bottom: -24px;
  gap: 8px;
}
.sliderAuto2 .slick-dots li {
  flex: 1;
  height: 4px;
  cursor: pointer;
}

.sliderAuto2 .slick-dots .slick-dot-btn {
  /*width: 120px;*/
  height: 3px;
  border-radius: 50px;
  background: #ECECEC;
  object-fit: cover;
  opacity: 0.5;
  transition: all 0.3s;
}

.sliderAuto2 .slick-dots li.slick-active .slick-dot-btn {
  opacity: 1;
  background: #ED1C24 !important;
}

.textMoreAuto {
  color: var(--Support-Colors-Gray-950, #181818);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 150% */
  text-transform: capitalize;
  margin: 56px 0 0;
  padding-right: 135px;
}

/*reason-chose*/
.reason-chose {
  padding: 0 230px 64px 230px;
}
.reason-chose .header-section{
  margin-bottom: 60px;
}
.reason-chose .header-section h1{
  color: var(--Main-Colors-Secondary-Colors-TEXT, #212529);
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 150% */
  width: 100%;
  margin: 0;
}
.reason-chose .listReason{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.reason-chose .listReason .item{
  padding: 0 16px;
  flex: 1 0;
  /*display: flex;*/
  flex-wrap: wrap;
  /*gap: 8px;*/
}
.reason-chose .listReason .item svg{
  width: 48px;
  height: 48px;
  margin-bottom: 8px;
}

.content-wrapper .header-section{
  text-align: center;
}

.content-wrapper .header-section h1{
  color: var(--Neutral-05, #1D1C1C);
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 150% */
  width: 100%;
  margin-bottom: 0;
}

.content-wrapper .header-section p{
  color: #A1A1A1;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  width: 100%;
  margin: 0;
}

.comparison-container .header-section h1{
  color: var(--Neutral-05, #1D1C1C);
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 150% */
  width: 100%;
}
.table-row p{
  margin: 0 !important;
}
.bottom-section p{
  margin: 0 !important;
}
.testimonials-header .header-content{
  margin: auto;
}

.customer-avatar img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 60px;
  border: 1px solid var(--BG-1, #FAFAFA);
}
.testimonial-card p, h3{
  margin: 0 !important;
}

/**/
.testimonials-grid  .slick-list {
  position: relative;
}
.testimonials-grid  .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  margin-bottom: 0px !important;
  bottom: -32px;
  gap: 16px;
}
.testimonials-grid  .slick-dots li {
  width: 8px;
  height: 8px;
  cursor: pointer;
}
.testimonials-grid  .slick-dots li.slick-active {
  width: 43px !important;
}

.testimonials-grid .slick-dots .nav-dot {
  width: 8px;
  height: 8px;
  border-radius: 20px;
  background-color: #fde9e9;
  object-fit: cover;
  opacity: 0.5;
  transition: all 0.3s;
}

.testimonials-grid .slick-dots li.slick-active .nav-dot {
  width: 43px;
  border-radius: 20px;
  background: var(--Main-Colors-Accent-Colors-01, #ED1C24);
  opacity: 1;
}

.btnContactNow {
  position: sticky;
  top: calc(100vh - 72px);
  left: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 24px;
  width: fit-content;
  z-index: 9999;
}

.quickBlock {
  position: sticky;
  top: calc(100vh - 284px);
  left: calc(100vw - 90px);
  right: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 50px;
  z-index: 999;
  margin-bottom: 24px;
  height: 260px;
}

.quickBlock .item{
  width: 50px;
  cursor: pointer;
  border-radius: 50%;
  background: #fff;
  box-shadow: -2px -2px 20px 0 rgba(0, 0, 0, 0.10), 2px 2px 20px 0 rgba(0, 0, 0, 0.10);
  /*margin: auto;*/
  position: relative;
}

.quickBlock .item .hotline{
  position: absolute;
  z-index: 99999;
  top: -80px;
  right: 0;
  /*display: flex;*/
  padding: 16px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.08);
  color: var(--Main-Colors-Accent-Colors-01, #ED1C24);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  width: max-content;
}

.quickBlock .item .hotline svg{
  width: 24px;
  height: 24px;
}

.quickBlock .item .hotline{
  display: none;
}
.city-card {
  position: relative;
}
.city-card .hotline{
  padding: 16px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.08);
  color: var(--Main-Colors-Accent-Colors-01, #ED1C24);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  width: max-content;
}

.city-card .hotline svg{
  width: 24px;
  height: 24px;
}
/**/
.phone-tooltip {
  position: absolute;
  top: 54%;
  left: 95%;
  /* transform: translate(-50%, -50%) scale(0); */
  background: linear-gradient(135deg, #FFE5EC 0%, #FFB3D9 100%);
  /* padding: 15px 30px; */
  border-radius: 25px;
  /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); */
  opacity: 1;
  /* visibility: hidden; */
  transition: all 0.3s ease;
  z-index: 10;
  display: none;
}

.phone-tooltip::before {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 20%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
  transform: rotate(135deg);
}

/* Hiển thị tooltip khi có class show */
.phone-tooltip.show {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
/**/
.quickBlock .item svg{
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
/*car slide*/
.car-card {
  border-radius: 20px;
  background: #F8F7FC;
  overflow: hidden;
  padding: 16px 16px 24px 16px;
  height: 100%;
  width: 100%;
  text-align: center;
}

.car-image-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.car-image {
  aspect-ratio: 1.54;
  object-position: center;
  width: 100%;
}

.car-details {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
}

.car-specs {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 8px;
  color: #3F454D;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  justify-content: center;
}

.spec-badge {
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: stretch;
  justify-content: center;
  padding: 6px 12px;
  white-space: nowrap;
}

/*.spec-badge:first-child {*/
  /*width: 59px;*/
/*}*/

/*.spec-badge:nth-child(2) {*/
  /*width: 55px;*/
/*}*/

/*.spec-badge:last-child {*/
  /*width: 62px;*/
/*}*/

.spec-text {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 4px;
  justify-content: start;
  margin: auto 0;
}

.car-info {
  align-self: center;
  display: flex;
  margin-top: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}

.car-title {
  color: #212529;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.rental-duration {
  color: rgba(102, 102, 102, 1);
  font-size: 12px;
  font-weight: 400;
  margin: 12px 0 0 0;
}

/*homepage 2*/
/*mobile responsive*/
.header-navigation {
  display: none;
  width: 100%;
  align-items: center;
  gap: 40px 66px;
  overflow: hidden;
  justify-content: space-between;
  padding: 24px 16px;
}

.navigation-container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  /*gap: 40px 66px;*/
}

.navigation-container-sub {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 40px 66px;
  border-bottom: 1px solid #E1E2E6;
  padding: 8px 0 20px;
}

.menu-icon {
  object-fit: contain;
  object-position: center;
  width: 24px;
  align-self: stretch;
  flex-shrink: 0;
  margin: auto 0;
  cursor: pointer;
}

.logo-image {
  object-fit: contain;
  object-position: center;
  width: 158px;
  align-self: stretch;
  flex-shrink: 0;
  margin: auto 0;
}

.user-menu {
  align-items: center;
  display: flex;
  gap: 7px;
  position: relative;
}
.user-menu .listFlagLang{
  display: none;
  position: absolute;
  top: 25px;
  right: 0;
  padding: 9px 14px;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  flex-direction: column;
  gap: 8px;
  width: 150px;
  color: #3F454D;
  font-family: var(--Static-Label-Medium-Font, Roboto);
  font-size: 14px;
  font-style: normal;
  line-height: var(--Static-Label-Medium-Line-Height, 16px);
  letter-spacing: var(--Static-Label-Medium-Tracking, 0.5px);
  justify-content: center;
}
.user-menu .listFlagLang.active{
  display: flex;
}
.user-menu .listFlagLang .itemFlag{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.user-menu .listFlagLang .itemFlag.active{
  font-weight: bold;
}
.user-menu .listFlagLang .itemFlag .flagContent{
  display: flex;
  gap: 8px;
}
.user-menu img{
  width: 25px;
  height: 17px;
}
.vehicle-image {
  width: 120px;
  height: 120px;
  aspect-ratio: 1.14;
  object-fit: contain;
  object-position: center;
  margin: auto;
}

.content-wrapper {
  width: 100%;
}

.text-container {
  width: 100%;
}

.vehicle-description {
  color: var(--Support-Colors-Gray-950, #181818);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 21px */
  text-transform: capitalize;
}
@media (max-width: 1200px) {
  .main-header {
    display: none;
  }
  .header-navigation {
    display: flex;
    height: 80px;
    overflow: unset;
    /*position: relative;*/
  }
  .main-navigation {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
  }
  .main-nav-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(42, 42, 42, 0.60);
  }
  .main-nav-sub {
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% - 32px);
    height: 100%;
    z-index: 9999;
    padding: 16px;
    background: white;
  }
  .main-navigation .nav-menu{
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-top: 32px;
    color: var(--Support-Colors-Gray-950, #181818);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px; /* 150% */
  }
  .main-navigation .language-selector{
    margin-top: 32px;
  }
  .main-banner {
    padding: 80px 0 0;
  }
  .main-banner .slick-dots {
    width: calc(100% - 32px);
    bottom: 16px;
    gap: 6px;
  }
  .main-title {
    color: var(--Support-Colors-Gray-950, #181818);

    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 150% */
    margin-bottom: 24px;
  }
  .cta-wrapper {
    padding-right: 0;
  }
  .textMoreAuto {
    padding-right: 0;
  }
  .consultation-button {
    color: var(--Support-Colors-Neutral-25, #FFF);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px; /* 150% */
  }
  .service-card {
    padding: 16px;
    width: 100%;
  }

  .services-grid {
    margin-top: 40px;
    flex-direction: column;
    gap: 16px;
  }
  .service-description {
    min-height: auto;
    margin: 0;
  }
  .rental-services-section {
    padding: 0 24px 56px;
  }
  .reason-chose {
    padding: 0 24px 80px;
  }
  .reason-chose .listReason{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 16px ;
  }
  .reason-chose .listReason .item {
    padding: 0;
    font-size: 14px;
  }
  .sliderAutoHome2 .car-image-container {
    margin: 0;
  }
  .sliderAuto .slick-dots {
    width: 100%;
  }
  .sliderAuto2 .slick-dots {
    width: 100%;
  }
  .car-rental-section {
    padding: 56px 16px;
  }
  .location-cards-container {
    padding: 0 16px 56px;
    gap: 12px;
  }
  .location-card {
    width: 100%;
    height: 100%;
  }
  .header-section {
    gap: 8px;
  }
  .cards-grid {
    flex-wrap: wrap;
    justify-content: normal;
    gap: 14px
  }
  .card-overlay {
    width: 100%;
    height: 100%;
  }
  .card-title-section {
    width: 100%;
    padding: 16px;
    font-size: 18px;
  }
  .card-title-section .location-title{
    font-size: 18px;
  }
  .contact-button {
    width: 100%;
    bottom: 0;
    top: auto;
    padding: 8px 0;
    height: auto;
  }
  .contact-text {
    font-size: 14px;
  }
  .location-card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .comparison-container {
    padding: 0 16px 56px;
  }
  .left-cell {
    padding: 10px 8px;
  }
  .middle-cell {
    width: 80px;
    padding: 10px 8px;
  }
  .right-cell {
    width: 80px;
    padding: 10px 8px;
  }
  .cell-text {
    font-size: 12px;
  }
  .middle-text {
    font-size: 12px;color: #FFF;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 18px */
  }
  .right-text {
    font-size: 12px;
  }
  .bottom-text {
    color: #212529;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 18px */
  }
  .bottom-right-text {
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 18px */
  }
  .label-text {
    margin-bottom: 0;
  }
  .bottom-right-cell {
    flex-wrap: wrap;
    padding: 10px 8px;
  }
  .content-section {
    gap: 16px;
  }
  .comparison-icons {
    margin-bottom: 16px;
  }
  .chevron-icon2 {
    width: 40px;
    height: 40px;
  }
  .bottom-right-cell svg{
    width: 99px;
    height: 20px;
  }
  .lotte-footer {
    padding: 32px 16px;
  }
  .locations-section {
    flex-wrap: wrap;
    gap: 24px;
  }
  .office-address {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
  }
  .city-name {
    color: var(--Main-Colors-Accent-Colors-01, #ED1C24);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px; /* 150% */
  }
  .testimonials-section {
    padding: 40px 16px 80px;
  }
  .testimonial-card {
    width: calc(100vw - 16px);
  }
  .sliderAuto .slick-dots {
    gap: 6px;
  }
  .sliderAuto2 .slick-dots {
    gap: 6px;
  }
  .testimonials-grid .row-item:last-child {
    margin-top: 24px;
  }
  .main-banner-home .btn-prev {
    display: none;
    left: 16px;
    top: calc((100% + 130px) / 2 - 24px);
    width: 48px;
    height: 48px;
  }
  .btn-prev svg {
    display: none;
    width: 48px;
    height: 48px;
  }
  .btn-next svg {
    display: none;
    width: 48px;
    height: 48px;
  }
  .main-banner-home .btn-next {
    right: 16px;
    top: calc((100% + 130px) / 2 - 24px);
    width: 48px;
    height: 48px;
  }
  .sliderAutoHome .btn-next {
    right: 0;
    width: 48px;
    height: 48px;
  }
  .sliderAutoHome .btn-prev {
    width: 48px;
    height: 48px;
  }
  .sliderAutoHome2 .btn-prev {
    width: 48px;
    height: 48px;
  }
  .sliderAutoHome2 .btn-next {
    right: 0;
    width: 48px;
    height: 48px;
  }
  .testimonials-grid-home .btn-prev {
    width: 48px;
    height: 48px;
  }
  .testimonials-grid-home .btn-next {
    width: 48px;
    height: 48px;
  }

  .main-banner .slick-dots li {
    width: 90px;
  }
  .main-banner .slick-dots .slick-dot-btn {
    width: 90px;
  }
  .btnContactNow {
    left: 20px;
  }
  .quickBlock {
    right: 20px;
    gap: 16px;
    top: calc(100dvh - 340px);
    left: calc(100vw - 70px);
  }
  .content-wrapper .header-section h1 {
    color: var(--Support-Colors-Gray-950, #181818);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
  }
  .content-wrapper .header-section p {
    color: #8E9293;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 150% */
  }
    /*.slick-list {*/
    /*height: 400px !important;*/
  /*}*/
  /*.testimonial-card {*/
    /*height: 200px !important;*/
  /*}*/
  .sliderAuto .item-banner {
    width: 260px;
    /*height: 260px;*/
  }
  .sliderAuto .item-banner img {

  }
  .sliderAuto2 .item-banner {
    width: 260px;
    /*height: 260px;*/
  }
  .sliderAuto2 .item-banner img {

  }
  .chevron-wrapper svg {
    width: 18px;
    height: 18px;
  }

  .consultation-container {
    display: flex !important;
    align-items: center;
    gap: 40px 69px;
    overflow: hidden;
    color: var(--Support-Colors-Neutral-25, #fff);
    text-align: center;
    justify-content: center;
    padding: 16px;
    font: 600 16px 'Be Vietnam Pro', -apple-system, Roboto, Helvetica, sans-serif;
    border-radius: 20px 20px 0 0;
    background: #FFF;
    box-shadow: -2px 0 20px 0 rgba(0, 0, 0, 0.15);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    z-index: 999;
  }

  .consultation-button {
    justify-content: center;
    align-items: center;
    border-radius: 1000px;
    box-shadow: -2px -2px 20px 0 rgba(0, 0, 0, 0.1),
    2px 2px 20px 0 rgba(0, 0, 0, 0.1);
    align-self: stretch;
    display: flex;
    min-width: 240px;
    width: 100%;
    gap: 6px;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    background-color: var(--Main-Colors-Accent-Colors-01, #ed1c24);
    margin: auto 0;
    padding: 12px 16px;
    border: none;
    cursor: pointer;
    font: 600 16px 'Be Vietnam Pro', -apple-system, Roboto, Helvetica, sans-serif;
    transition: all 0.2s ease;
  }

  .consultation-button:hover {
    transform: translateY(-1px);
    box-shadow: -2px -3px 25px 0 rgba(0, 0, 0, 0.15),
    2px 3px 25px 0 rgba(0, 0, 0, 0.15);
  }

  .consultation-button:active {
    transform: translateY(0);
    box-shadow: -1px -1px 15px 0 rgba(0, 0, 0, 0.1),
    1px 1px 15px 0 rgba(0, 0, 0, 0.1);
  }

  .consultation-text {
    color: var(--Support-Colors-Neutral-25, #fff);
    align-self: stretch;
    margin: auto 0;
    font-weight: 600;
  }
  #btnContactNow {
    visibility: hidden;
  }
  .lotte-footer {
    margin-bottom: 80px;
  }
  footer .contact-info {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
  .bottom-left-cell {
    padding: 10px 8px;
  }
  .contact-item svg{
    width: 16px;
    height: 16px;
  }
  .phone-number, .email-address {
    font-size: 12px;
  }
  /*.bannerPC {*/
    /*display: none !important;*/
  /*}*/
  /*.bannerMobile {*/
    /*display: block !important;*/
  /*}*/
  .city-card {
    width: calc(50% - 7px);
    aspect-ratio: 1 / 1;
    height: 140px;
  }
}
/*.bannerPC {*/
  /*display: block !important;*/
/*}*/
/*.bannerMobile {*/
  /*display: none !important;*/
/*}*/

.consultation-container {
  display: none;
}
#container {
  overflow: unset;
}

/*icon ring*/
@-webkit-keyframes phone-vr-circle-fill {
  0% {-webkit-transform: rotate(0) scale(1) skew(1deg); }
  10% {-webkit-transform: rotate(-25deg) scale(1) skew(1deg);}
  20% {-webkit-transform: rotate(25deg) scale(1) skew(1deg);}
  30% {-webkit-transform: rotate(-25deg) scale(1) skew(1deg);}
  40% {-webkit-transform: rotate(25deg) scale(1) skew(1deg);}
  50% {-webkit-transform: rotate(0) scale(1) skew(1deg);}
  100% {-webkit-transform: rotate(0) scale(1) skew(1deg);}
}
@-webkit-keyframes zoom{0%{transform:scale(.9)}70%{transform:scale(1);box-shadow:0 0 0 15px transparent}100%{transform:scale(.9);box-shadow:0 0 0 0 transparent}}@keyframes zoom{0%{transform:scale(.9)}70%{transform:scale(1);box-shadow:0 0 0 15px transparent}100%{transform:scale(.9);box-shadow:0 0 0 0 transparent}}

.phone-bar a{
  left:auto;right:30px;padding:8px 55px 7px 15px
}
#gom-all-in-one #zalo-vr {
  transition: 1s all;
  -moz-transition: 1s all;
  -webkit-transition: 1s all;
}
#zalo-vr .phone-vr-circle-fill {
  box-shadow: 0 0 0 0 #2196f3;
  /*background-color: rgba(33,150,243,.7);*/
}
.phone-vr-circle-fill {
  width: 50px;
  height: 50px;
  top: 12px;
  left: 12px;
  position: absolute;
  box-shadow: 0 0 0 0 #c31d1d;
  /*background-color: rgba(230,8,8,.7);*/
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animuiion: zoom 1.3s infinite;
  animation: zoom 1.3s infinite;
}
.phone-vr-img-circle a {
  display: block;
  line-height: 37px;
}
.phone-vr-img-circle img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}
#zalo-vr .phone-vr-img-circle {
  /*background-color: #2196f3;*/
}
#button-contact-vr .phone-vr-img-circle {
  /*background-color: #e60808;*/
  width: 50px;
  height: 50px;
  line-height: 40px;
  top: 13px;
  left: 13px;
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
#btnContactNow .phone-vr-img-circle {
  /*background-color: #e60808;*/
  width: max-content;
  height: 50px;
  line-height: 40px;
  top: 13px;
  left: 13px;
  position: absolute;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
#button-contact-vr .button-contact .phone-vr {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;
}
#btnContactNow .button-contact .phone-vr {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: max-content;
  height: 80px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;
}
#gom-all-in-one #phone-vr {
  transition: .7s all;
  -moz-transition: .7s all;
  -webkit-transition: .7s all;
}
#button-contact-vr .button-contact {
  position: relative;
  margin-top: 5px;
}
#btnContactNow .button-contact {
  position: relative;
}
#phone-vr .phone-vr-circle-fill {
  opacity: .7;
  box-shadow: 0 0 0 0 #d33;
}
.phone-bar a, #phone-vr .phone-vr-circle-fill, #phone-vr .phone-vr-img-circle, #phone-vr .phone-bar a {
  background-color: #d33;
}
#popup-showroom-vr, div#popup-form-contact-vr {
  display: none;
}
.bg-popup-vr {
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(51 51 51/50%);
  width: 100%;
  height: 100vh;
}
/*@media (max-width: 673px)*/
div#popup-form-contact-vr .content-popup-vr {
  display: block;
}
  .content-popup-vr {
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 95%;
    border-radius: 5px;
    box-shadow: 0 0 14px 5px rgb(0 0 0/49%);
    max-width: 600px;
    display: flex;
  }
  .content-popup-vr .content-popup-div-vr {
    width: 100%;
    padding: 25px;
  }
  .content-popup-vr .close-popup-vr {
    font-family: sans-serif;
    width: 23px;
    height: 23px;
    background: #000;
    position: absolute;
    top: -10px;
    right: -10px;
    color: #fff;
    text-align: center;
    line-height: 23px;
    font-size: 17px;
    border-radius: 50%;
    cursor: pointer;
  }

@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}

.btnContactNow .consultation-button {
  animation: zoomInOut 1.5s ease-in-out infinite;
  transition: transform 0.2s ease;
}

/* Dừng animation khi hover và phóng to nhẹ */
.btnContactNow .consultation-button:hover {
  animation: none;
  transform: scale(1.15);
}

/* Hiệu ứng khi click */
.btnContactNow .consultation-button:active {
  transform: scale(0.95);
}
/*icon ring*/
/*mobile responsive*/