:root {
  --cl-primary: #0f1d42;
  --cl-secondary: #9d1e21;
}

.e-con > .e-con-inner {
  max-width: unset !important;
}
.e-con {
  padding-inline-end: unset !important;
  padding-inline-start: unset !important;
}

.e-con-full,
.e-con > .e-con-inner {
  padding-block-start: 0 !important;
  padding-block-end: 0 !important;
}

.e-con,
.e-con > .e-con-inner {
  display: block !important;
}

@font-face {
  font-family: "Be Vietnam Pro";
  src: url("../fonts/BeVietnamPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Be Vietnam Pro";
  src: url("../fonts/BeVietnamPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Be Vietnam Pro";
  src: url("../fonts/BeVietnamPro-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Be Vietnam Pro";
  src: url("../fonts/BeVietnamPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Be Vietnam Pro";
  src: url("../fonts/BeVietnamPro-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SVN-Gratelos Display";
  src: url("../fonts/SVN-GratelosDisplay-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "UTM Bebas";
  src: url("../fonts/UTMBebas.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html,
body {
  scroll-behavior: smooth;
}

html {
  font-size: 14px;
}

@media (min-width: 1024px) {
  html {
    font-size: 16px;
  }
}

body {
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
  font-family: "Roboto";
  color: #363839;
}

body::-webkit-scrollbar-track,
content-package::-webkit-scrollbar-track {
  background-color: #fff;
}

body::-webkit-scrollbar,
content-package::-webkit-scrollbar {
  width: 7px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb,
content-package::-webkit-scrollbar-thumb {
  background: var(--cl-secondary);
}

a,
i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

input,
textarea,
select {
  outline: none;
}

.s-content ol {
  list-style: decimal;
  margin-left: 15px;
  margin-bottom: 10px;
}

.s-content ul {
  list-style: initial;
  margin-left: 15px;
  margin-bottom: 10px;
}

.s-content li {
  list-style: inherit;
  margin-bottom: 5px;
}

.s-content p {
  margin-bottom: 10px;
}

.s-content img {
  display: block;
  max-width: 100%;
  margin: 10px auto;
  width: auto !important;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto !important;
}

.s-content table,
.s-content iframe {
  max-width: 100%;
  width: 100%;
}

.s-content table {
  border-collapse: collapse;
  width: 100%;
  border: solid 1px rgba(0, 0, 0, 0.431372549);
}

.s-content table td {
  border-collapse: collapse;
  border: solid 1px rgba(0, 0, 0, 0.431372549);
  padding: 3px;
}

.s-content h1,
.s-content h2,
.s-content h3,
.s-content h4,
.s-content h5,
.s-content h6 {
  display: block;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.s-content h1 {
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
}

.s-content h2 {
  font-size: 1.5em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}

.s-content h3 {
  font-size: 1.17em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.s-content h4 {
  font-size: 1em;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

.s-content h5 {
  font-size: 0.83em;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.s-content h6 {
  font-size: 0.67em;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.c-img {
  position: relative;
  display: block;
}

.c-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.scale-img {
  transition: all 0.5s;
  overflow: hidden;
}

.scale-img img {
  scale: 1.1;
  transition: all 0.5s;
}

.img__ {
  position: relative;
  overflow: hidden;
}

.img__:hover::after {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

.img__::after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  transform: skewX(-25deg);
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

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

.hv_img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.hv_img:hover::before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}

@keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@media (min-width: 768px) {
  .menu > ul {
    display: flex;
    margin-right: -1.2rem;
    margin-left: -1.2rem;
  }

  .menu > ul > li {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    position: relative;
  }

  .menu > ul > li > a {
    text-transform: uppercase;
    font-size: 1.75rem;
    color: #fff;
  }

  .menu > ul > li:hover > a {
    color: var(--cl-primary);
  }
  .menu > ul ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: calc(100% + 1.5rem);
    left: 0;
    max-width: 300%;
    background-color: #fff;
    box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.15);
    transform: translateY(1rem);
    transition: transform 0.3s;
    font-family: "Roboto";
    font-size: 1.2rem;
  }

  .menu > ul > li > ul::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    width: 100%;
    height: 2rem;
    z-index: -1;
  }

  .menu > ul > li:hover ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .menu > ul ul li a {
    color: var(--cl-primary);
    display: block;
    padding: 0.6rem 1.5rem;
    transition: all 0.3s;
    white-space: nowrap;
  }

  .menu > ul ul li:hover a {
    background-color: var(--cl-primary);
    color: #fff;
  }
  span.icon-show-menu-item {
    display: none;
  }
}

@media (max-width: 767px) {
  .menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    max-width: min(320px, 80%);
    width: 100%;
    z-index: 52;
    background-color: #fff;
    font-size: 1.25rem;
    transition: all 0.3s;
    transform: translateX(-100%);
  }
  .bg-layout-menu-moblie {
    transform: translateX(100%);
  }
  .header-bottom.active .menu,
  .header-bottom.active .bg-layout-menu-moblie {
    transform: translateX(0);
  }
  .menu > ul > li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  span.icon-show-menu-item {
    padding: 0.25rem 1rem;
    cursor: pointer;
  }
  .menu > ul > li > a {
    padding: 0.25rem 1rem;
    display: block;
    text-transform: uppercase;
  }
  .menu > ul > li > ul {
    width: 100%;
    order: 1;
    max-height: 0;
    transition: all 0.7s;
    overflow: hidden;
  }
  .menu > ul > li.active > ul {
    max-height: 100rem;
  }
  .menu > ul > li.active span.icon-show-menu-item i {
    transform: rotate(-180deg);
  }
  .menu > ul > li > ul > li > a {
    display: block;
    padding: 0.25rem 1rem 0.25rem 1.5rem;
    text-transform: capitalize;
  }
  .menu > ul > li > ul li > a {
    opacity: 0.8;
  }
  .menu > ul > li > ul li > a::before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 0.25rem;
  }
}

.form-request-date form {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
  justify-content: center;
}

.form-request-date .form-input,
.form-request-date .form-select {
  width: 50%;
  padding: 0 1rem 1.25rem;
  position: relative;
}

.form-request-date .form-textarea {
  width: 100%;
  padding: 0 1rem 1.25rem;
}

.form-request-date p {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #333;
}

.form-request-date input,
.form-request-date textarea,
.form-request-date select {
  display: inline-block;
  padding: 0.9rem 1.5rem;
  border-radius: 0.5rem;
  background-color: #fff;
  width: 100%;
}

.form-submit {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border-color: #fff !important;
  transition: all 0.3s;
  margin-bottom: 0.75rem;
}

.form-submit:hover {
  background-color: var(--cl-primary);
}

.form-submit::after,
.form-submit::before {
  background-color: #fff;
}

.form-submit input[type="submit"] {
  border-radius: 0;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 1.5rem;
  padding: 0.5rem 3rem;
  font-family: "SVN-Gratelos Display";
  background-color: var(--cl-primary);
  color: #fff;
  transition: all 0.3s;
}

.form-submit p {
  margin-bottom: 0;
}

.wpcf7-spinner {
  position: absolute !important;
}

.wpcf7-not-valid-tip {
  position: absolute !important;
  left: 0;
  width: 100%;
  text-align: center;
}

.wpcf7-response-output {
  position: absolute !important;
  margin: 0 !important;
  bottom: 7px;
}

.layout-form::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  background-image: url(../images/layout_form.png);
  background-repeat: repeat-x;
  background-position: bottom;
  height: 100%;
  width: 100%;
  transform: translateY(31rem);
}

.menu-footer ul li a {
  display: block;
  margin-bottom: 0.6rem;
  font-size: 1.125rem;
}

.menu-footer ul li a:hover {
  color: var(--cl-secondary);
}

@media (max-width: 576px) {
  .form-request-date .form-input,
  .form-request-date .form-select {
    width: 100%;
  }
  .layout-form::before {
    transform: translateY(39rem);
    background-size: 120% 100%;
  }
}

.distance {
  display: inline-block;
  width: 1.8rem;
  height: 1.2rem;
  background-image: url(../images/icon_distance.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.motorbike-top-10 .swiper-pagination-progressbar {
  position: relative;
}

.swiper-pagination-progressbar-fill {
  background: var(--cl-primary) !important;
}

.img-h-full img {
  width: auto;
  height: 100%;
  object-fit: contain;
}

.img-contain img {
  width: 100%;
}

.img-w-full img {
  width: 100%;
}

.img-center img {
  margin-right: auto;
  margin-left: auto;
}

.icon-video::before {
  content: "";
  display: inline-block;
  width: 3.125rem;
  height: 3.125rem;
  background-image: url(../images/icon_video.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.btn-item input[type="submit"],
.btn-item a {
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  transform: translate(-0.125rem, -0.125rem);
  transition: all 0.4s;
}

.btn-item {
  padding: 0.125rem;
  border-bottom: 1px;
  border-right: 1px;
  border-style: solid;
  position: relative;
  transition: all 0.4s;
}

.btn-item::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.4s;
}

.btn-item::before {
  content: "";
  width: 1px;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.4s;
}

.btn-item:hover::after {
  width: 100%;
}

.btn-item:hover::before {
  height: 100%;
}

.btn-item:hover input[type="submit"],
.btn-item:hover a {
  transform: translate(0, 0);
  border-color: transparent;
  background-color: transparent;
}

.pagination ul {
  display: flex;
  justify-content: center;
}

.pagination ul li {
  padding: 0 0.5rem;
}

.pagination ul li:last-child {
  padding-right: 0;
}

.pagination ul li:first-child {
  padding-left: 0;
}

.pagination ul li span,
.pagination ul li a {
  display: inline-block;
  width: 2.625rem;
  height: 2.625rem;
  text-align: center;
  line-height: 2.625rem;
  border: 1px solid var(--cl-primary);
  color: var(--cl-primary);
}

.pagination ul li span {
  background-color: var(--cl-primary);
  color: #fff;
}

.pagination ul li:hover a {
  background-color: var(--cl-primary);
  color: #fff;
}

.swiper-slide {
  height: auto !important;
}

.blur-img-1 img {
  filter: blur(1px);
}

.slide-packages .swiper-slide .img-package {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s 0.5s;
}

.slide-packages .swiper-slide.swiper-slide-active .img-package {
  visibility: visible;
  opacity: 1;
}

.heading-st span {
  color: var(--cl-secondary);
}

#map {
  position: relative;
  padding-top: 42%;
}

#map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.accordion ul li::before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: var(--cl-secondary);
  margin-right: 1rem;
}

.accordion__content ul {
  transition: all 0.7s;
  overflow: hidden;
  max-height: 0;
}

.accordion .accordion__title:has(input:checked) + .accordion__content ul {
  max-height: 30rem;
}

.accordion .accordion__title:has(input:checked) .icon-checked i {
  transform: rotate(90deg);
}

.modal-form {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.modal-form .modal-content {
  transform: translateY(1rem);
  transition: all 0.3s;
}

.modal-form.active {
  visibility: visible;
  opacity: 1;
}

.modal-form.active .modal-content {
  transform: translateY(0);
}

.img-banner.img-w-full {
  max-height: 840px;
}

.wpulike-heart .wp_ulike_general_class {
  box-shadow: none !important;
  border-radius: none !important;
  padding: 0 !important;
}

.wpulike-heart .wp_ulike_put_image:after {
  width: 1.2rem !important;
  height: 1.2rem !important;
}

.wpulike-heart button.wp_ulike_btn {
  padding-right: 0 !important;
}

.text-border span:nth-child(1) {
  color: white;
  -webkit-text-stroke: 1.5px var(--cl-primary);
  text-stroke: 1.5px var(--cl-primary);
}

.module-show-item button {
  width: 100%;
  padding: 0.75rem 0;
}

.module-show-item .module-content {
  max-height: 800px;
  transition-property: max-height;
  transition-duration: var(--time);
  overflow-y: hidden;
}

.module-show-item.active .module-content {
  max-height: 100%;
}

.module-show-item button i {
  transition: transform 0.3s;
}

.module-show-item.active button i {
  transform: rotate(180deg);
}

.list-icon {
  position: fixed;

  right: 20px;

  bottom: 16%;

  z-index: 99;

  display: flex;

  flex-direction: column;
}

.btn-icon {
  position: relative;
}

.btn-icon span {
  transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  width: 40px;

  height: 40px;

  z-index: 1;

  position: relative;

  display: flex;

  justify-content: center;

  align-items: center;

  font-size: 2.5rem;

  color: #fff;

  margin-bottom: 24px;
}

.btn-icon::before {
  content: "";

  width: 50px;

  height: 50px;

  top: -5px;

  right: -5px;

  position: absolute;

  z-index: -1;

  background-color: transparent;

  border-radius: 100%;

  border-width: 2px;

  border-style: solid;

  opacity: 0.5;

  animation-iteration-count: infinite;

  animation-name: zoomIn;

  animation-duration: 1s;

  animation-fill-mode: both;
}

.btn-icon::after {
  content: "";

  width: 60px;

  height: 60px;

  top: -10px;

  right: -10px;

  position: absolute;

  z-index: -1;

  transition: all 0.2s ease-in-out;

  border-radius: 100%;

  border: 2px solid transparent;

  opacity: 0.75;

  animation-iteration-count: infinite;

  animation-name: pulse;

  animation-duration: 1s;

  animation-fill-mode: both;
}

.btn-icon[title="whatsapp"]::before {
  border-color: #158e45;
}

.btn-icon[title="whatsapp"]::after {
  background-color: rgba(94, 255, 0, 0.452);
}
