:root {
  --primary-color: #80030c;
  --secondary-color: #f36233;
  --primary-hover-color: #fff;
}
::-webkit-scrollbar {
  width: 0px; /* Chiều rộng thanh cuộn dọc */
}

#header .header-inner .header-nav {
  justify-content: center !important;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  font-size: 1.6rem; /* = 16px */
}

#logo img {
  object-fit: contain;
  width: 200px;
      scale: 1.3;
}
#logo {
  display: flex;
  justify-content: center;
}
#header .header-inner .flex-right {
  width: 375px;
}
#header .header-inner .flex-right .button{
    color: var(--primary-color);
    box-shadow: none !important;
}
#header .header-inner .flex-right .header-nav {
  justify-content: flex-end !important;
}
.silde-show-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 9;
  max-width: 100% !important;
}
.silde-show-content-wrapper .col {
  max-width: 1290px !important;
  margin: 0 auto !important;
  display: flex;
  align-items: center;
}
.silde-show-content-wrapper .section-title-normal,
.silde-show-content-wrapper .section-title-normal span,
.pricing_table-wrapper .section-title-normal,
.pricing_table-wrapper .section-title-normal span,
.call-out .section-title-normal,
.call-out .section-title-normal span,
.best-price-wrapper .section-title-normal,
.best-price-wrapper .section-title-normal span,
.booking-form-car .section-title-normal,
.booking-form-car .section-title-normal span {
  border-bottom: unset !important;
  margin-bottom: unset !important;
}
.silde-show-content-wrapper .section-title-normal {
  font-size: 7rem !important;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 7.7rem;
}
.silde-show-content-wrapper .text p {
  position: relative;
  font-size: 2.1rem !important;
  font-weight: 500;
  text-transform: uppercase;
}
.silde-show-content-wrapper a {
  background-image: linear-gradient(
    45deg,
    var(--primary-color) 80%,
    #ffffff 30%
  );
  background-color: transparent !important;
  padding: 15px 30px;
  color: #ffffff;
  border-style: none;
  border-radius: 6px 6px 6px 6px;
  font-weight: 500;
  outline: none;
  position: relative;
  transition: all 0.3s ease-out;
  z-index: 0;
  text-align: center;
  overflow: hidden;
}
.silde-show-content-wrapper a:hover {
  background-color: #ffffff !important;
  color: #ff2931 !important;
  border-style: none;
  box-shadow: unset !important;
  background-image: linear-gradient(45deg, #ffffff 100%, #ffffff 30%);
}
.car_routes .icon-box {
  background-color: var(--primary-color);
  color: #fff;
  align-items: center;
  padding: 8px 28px;
}
.car_routes {
  justify-content: center;
  max-width: 1080px !important
        ;
}
.car_routes .icon-box p {
  margin-bottom: 0 !important;
}
.car_routes .col {
  padding: 0 10px 20px !important;
}
.pricing_table-wrapper .section-title-normal {
  font-size: 3.2rem !important;
  font-weight: 600 !important;
  justify-content: center;
  margin-top: 40px;
}
.pricing_table .col-inner {
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 3px 10px 0px rgba(0, 0, 0, 0.5);
}
.pricing_table .col-inner .box-text {
  padding: 0;
}
.pricing_table .col-inner .box-text h3 {
  background-color: var(--primary-color);
  color: #fff;
  margin-top: 15px;
  font-size: 2.3rem;
  padding: 5px 0;
  margin-bottom: 25px;
}
.pricing_table .col-inner .box-text p {
  font-size: 1.8rem;
  color: #000;
  font-weight: 500 !important;
  margin-bottom: 1rem;
}
.pricing_table .col-inner .box-text p strong {
  color: var(--primary-color);
}
.pricing_table .col-inner .box-text a {
  border-radius: 5px !important;
  padding: 7px 25px;
  border: 1px solid var(--primary-color);
  transition: all 0.5s;
  box-shadow: unset !important;
}
.pricing_table .col-inner .box-text span {
  text-transform: uppercase;
  font-weight: 400 !important;
  font-style: italic;
}
.pricing_table .col-inner .box-text a:hover {
  background-color: #fff;
  color: var(--primary-color) !important;
}

.call-out .section-title-container {
  margin-bottom: 0;
}
.call-out .col {
  padding: 35px !important;
}
.call-out .col p {
  margin-bottom: 0 !important;
}
.call-out .call-out-btn {
  padding: 10px 45px !important;
  background-color: transparent !important;
  border-color: #fff !important;
}
.call-out-btn span {
  color: #fff !important;
  font-size: 1.6rem !important;
  font-weight: 500 !important;
}
.call-out-btn:hover {
  background-color: transparent !important;
}

.best-price-wrapper .section-title {
  justify-content: center;
  font-size: 24px !important;
  font-weight: 550;
}
.best-price-wrapper .row .col {
  padding-bottom: 10px !important;
}
.best-price-wrapper .row .col p {
  margin-bottom: 0 !important;
  font-size: 18px;
  text-align: center;
}
.best-price-wrapper .row .col .col-inner {
  background-color: #ffffff;
  color: var(--primary-color);
  padding: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 4px 4px 4px 4px !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.best-price-wrapper .row .col .col-inner:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.best-price-wrapper .call-driver {
  font-weight: 400;
  display: block;
  width: fit-content;
  background-color: var(--primary-color);
  color: #fff;
  margin: 15px auto;
  padding: 10px 30px;
  animation: scaleLoop 0.7s ease-in-out infinite alternate;
}
@keyframes scaleLoop {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.best-price-wrapper .text-bottom-section {
  text-align: center;
  margin-top: 20px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
}
.gallery-section h3 {
  font-size: 3.2rem !important;
  color: #000 !important;
  font-weight: 700 !important;
  text-align: center;
}
.gallery-section p {
  font-size: 1.6rem !important;
  text-align: center;
  color: #000;
}
.gallery-section .large-columns-4 {
  margin-top: 40px;
}
.footer-wrapper .absolute-footer {
  display: none !important;
}
.footer-custom {
  padding: 80px 0 !important;
}
.footer-custom .col-footer-left .section-title {
  justify-content: center;
}
.footer-custom .col-footer-left .section-title span {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-transform: unset !important;
  color: #fff !important;
}
.footer-custom .col-footer-left .section-title {
  border-bottom: 1px solid rgb(255, 255, 255);
  max-width: 460px;
  margin: 0 auto;
}
.footer-custom .col-footer-left {
  border: 1px solid #fff;
}
.footer-custom .col-footer-right {
  background-color: #fff;
  padding: 50px;
}
.footer-custom .col-footer-left .col-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.footer-custom .social-icons span {
  color: #fff !important;
  font-size: 2.4rem !important;
  text-transform: capitalize !important;
}
.footer-custom .social-icons .is-outline {
  color: #fff !important;
}
.footer-custom .social-icons .icon {
  margin-right: 1.12em !important;
}
.footer-custom .col-footer-right p {
  margin-bottom: 0 !important;
}
.scroll-to-bullets {
  display: none !important;
}

.footer-custom .icon-box {
  align-items: center !important;
}
.footer-custom .col-footer-right .col-inner a {
  padding: 24px 48px;
  margin: 0 auto;
  display: block;
  width: fit-content;
  border-radius: 10px;
  font-weight: 400;
}
.booking-form-car .col-inner {
  border: 1px solid #ccc;
  border-radius: 5px;
}
.booking-form-car .section-title-normal {
  justify-content: center;
}
.booking-form-car .section-title-container {
  padding: 10px;
  margin-bottom: 0 !important;
  background: var(--primary-color);

  color: #fff !important;
}
.booking-form-car .section-title-normal span {
  color: #fff !important;
}
.booking-form-car form {
  padding: 20px 15px;
  background: #ffffffa6;
    margin-bottom: 0 !important;

}
.booking-form-car form input[type="submit"] {
    display: block;
    width: 100%;
    padding: 10px;
}
.booking-form-car form p label {
  display: flex;
}
.booking-form-car form p label span {
  flex: 1;
}
.booking-form-car form p label .form-icon {
  flex: 0 0 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e7e7e7;
}
.booking-form-car form p label span input,
.booking-form-car form p label span select {
  height: 50px !important;
  font-size: 16px !important;
  margin-bottom: 0 !important;
  font-weight: 500;
  color: #000;
      background: #ffffffad;
}
.booking-form-car form p {
  margin-bottom: 20px;
  font-weight: 600;
}
.booking-form-car form p label span input::placeholder {
  font-size: 16px !important;
  font-weight: 500;
  color: #000;
}
#top-bar{
	display:none !important
}
