@charset "UTF-8";
/* Overide style.css */
body {
  font-family: "Fahkwang", Verdana, Geneva, sans-serif;
  overflow-x: hidden;
  background-color: #051b2a;
  color: #fff;
}

strong,
b {
  font-weight: 600;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

iframe {
  aspect-ratio: 16/9;
  width: 100% !important;
  height: auto !important;
}
iframe.iframe-fullscreen {
  aspect-ratio: unset;
  height: 100% !important;
}

img {
  max-width: 100%;
}

figure.image figcaption {
  font-style: italic;
  padding-top: 15px;
}

.trunc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.trunc-1 {
  -webkit-line-clamp: 1;
}

.trunc-2 {
  -webkit-line-clamp: 2;
}

.trunc-3 {
  -webkit-line-clamp: 3;
}

.trunc-4 {
  -webkit-line-clamp: 4;
}

.trunc-5 {
  -webkit-line-clamp: 5;
}

.vjs-control-text {
  display: none;
}

.vjs-poster {
  background-size: cover;
}

.video-js .vjs-big-play-button {
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-40px, -40px);
  border-radius: 50%;
  background-color: rgba(0, 150, 255, 0.5);
  border: none;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder::before {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .video-js .vjs-big-play-button {
    width: 50px;
    height: 50px;
    transform: translate(-25px, -25px);
  }
}

.video-js:hover .vjs-big-play-button {
  background-color: rgba(0, 150, 255, 0.75);
}

.vjs-has-started.vjs-paused .vjs-big-play-button {
  display: block;
}

.caption-1 {
  font-size: 1rem;
}

.widget-box {
  padding: 0;
  border-radius: 0;
}

.bg-surface {
  background-color: transparent;
}

.text-live {
  color: #f00 !important;
}

.post-author {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.post-author .post-creator {
  font-weight: 500;
}
.post-author span:not(:first-child) {
  padding-left: 0;
  margin-left: 0;
}
.post-author span:not(:first-child)::before {
  display: none;
}
@media (max-width: 768px) {
  .post-author {
    font-size: 0.85rem;
    flex-direction: column;
  }
}

.font-size-90 {
  font-size: 0.9rem !important;
}

.font-size-95 {
  font-size: 0.95rem !important;
}

.font-size-100 {
  font-size: 1rem !important;
}

.font-size-105 {
  font-size: 1.05rem !important;
}

.font-size-110 {
  font-size: 1.1rem !important;
}

.font-size-115 {
  font-size: 1.15rem !important;
}

.font-size-125 {
  font-size: 1.25rem !important;
}

.font-size-130 {
  font-size: 1.3rem !important;
}

.font-size-135 {
  font-size: 1.35rem !important;
}

.font-size-145 {
  font-size: 1.45rem !important;
}

.font-size-150 {
  font-size: 1.5rem !important;
}

.font-size-160 {
  font-size: 1.6rem !important;
}

.font-size-170 {
  font-size: 1.7rem !important;
}

.font-size-180 {
  font-size: 1.8rem !important;
}

.font-size-200 {
  font-size: 1.2rem !important;
}

.flex-row {
  display: flex;
}
.flex-row .flex-col-20 {
  flex: 0 0 20%;
}
.flex-row .flex-col-30 {
  flex: 0 0 30%;
}
.flex-row .flex-col-40 {
  flex: 0 0 40%;
}
.flex-row .flex-col-50 {
  flex: 0 0 50%;
}
.flex-row .flex-col-60 {
  flex: 0 0 60%;
}
.flex-row .flex-col-70 {
  flex: 0 0 70%;
}
.flex-row .flex-col-auto {
  flex: 1 1 auto;
}
@media (max-width: 768px) {
  .flex-row {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px !important;
  }
  .flex-row [class*=flex-col-] {
    flex: 1 1 auto;
  }
}

.gap-30 {
  gap: 30px;
}

.gap-40 {
  gap: 40px;
}

.gap-50 {
  gap: 50px;
}

.gap-80 {
  gap: 80px;
}

.gap-100 {
  gap: 100px;
}

.gap-150 {
  gap: 150px;
}

.gap-200 {
  gap: 200px;
}

.flex-grid {
  display: grid;
}

.flex-grid-2 {
  display: grid;
  grid-template-columns: auto auto;
}

.flex-grid-3 {
  display: grid;
  grid-template-columns: auto auto auto;
}

.btn,
.btn:hover,
.btn:active,
.btn:focus {
  background-color: #ffc800;
  color: #fff;
  border-radius: 6px;
  padding: 8px 25px;
  outline: none;
  box-shadow: none;
  border-width: 1px;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #2483eb;
  background: linear-gradient(90deg, #14b8c2 0%, #2483eb 100%);
}

.btn-outline-primary {
  background-color: transparent;
  border-color: #2483eb;
}

.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus {
  background-color: #2483eb;
  color: #fff;
}

.btn-outline-success {
  background-color: transparent;
}

.btn-outline-success:hover,
.btn-outline-success:active,
.btn-outline-success:focus {
  background-color: #54b844;
}

.bg-linear {
  background-color: #2483eb;
  background: linear-gradient(90deg, #14b8c2 0%, #2483eb 100%);
}

.bg-gray {
  background-color: #f5f5f5;
}

.box-rounded {
  border-radius: 25px;
  overflow: hidden;
}
.box-rounded.round-5 {
  border-radius: 5px;
}
.box-rounded.round-10 {
  border-radius: 10px;
}
.box-rounded.round-15 {
  border-radius: 15px;
}
.box-rounded.round-20 {
  border-radius: 20px;
}

.play-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.play-btn button {
  border: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.play-btn i {
  font-size: 2.5rem;
  color: #ffc800;
}
.play-btn svg {
  fill: #ffc800;
}

.support-messenger img,
.support-phone img {
  transition: all 0.2s ease;
}
.support-messenger:hover img,
.support-phone:hover img {
  transform: scale(1.1);
}

.img-style .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2.5rem 0 0 -2.5rem;
  font-size: 3.5rem;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  color: #fff;
  transform: scale(0.9);
  transition: transform 0.2s ease;
}
.img-style .icon.icon-small {
  margin: -1.5rem 0 0 -1.5rem;
  font-size: 3rem;
  width: 3rem;
  height: 3rem;
}
.img-style .icon svg {
  fill: #ffc800;
}
@media (max-width: 768px) {
  .img-style .icon {
    margin: -1.5rem 0 0 -1.5rem;
    font-size: 3rem;
    width: 3rem;
    height: 3rem;
  }
}
.img-style a {
  display: block;
  overflow: hidden;
}
.img-style a img {
  transform: scale(1);
  transition: transform 0.2s ease;
}
.img-style:hover img {
  transform: scale(1.05);
}
.img-style:hover .icon {
  transform: scale(1);
}

.box-video-popup {
  position: relative;
}
.box-video-popup::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/icon_play.png);
  background-size: 60px 60px;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
  transition: all 0.2s ease;
}
.box-video-popup.overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.box-video-popup:hover::after {
  transform: scale(1.25);
}

.box-video-item .video-thumb {
  position: relative;
  padding-top: 56.25%;
  display: block;
}
.box-video-item .video-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-video-item .video-meta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 118px;
  padding: 20px;
  gap: 15px;
}
.box-video-item .video-meta.bg-gray {
  background-color: #f5f5f5;
}
.box-video-item .video-meta .video-title {
  font-size: 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 600;
  color: #14b8c2;
}
.box-video-item .video-meta .video-date {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
}
.box-video-item a {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  color: #000;
  text-align: left;
  user-select: none;
  background: linear-gradient(180deg, rgba(46, 158, 229, 0.2) 0%, rgba(13, 58, 183, 0.5) 100%);
  border: 1px solid #00588f;
}
.box-video-item a:hover {
  color: #fff;
  background: #14b8c2;
}
.box-video-item a:hover .video-meta .video-title {
  color: #fff;
}
.box-video-item a:hover .video-meta .video-date {
  color: #000;
}
.box-video-item.swiper-slide-active a {
  color: #fff;
  background: #14b8c2;
}
.box-video-item.swiper-slide-active a .video-meta .video-title {
  color: #fff;
}
.box-video-item.swiper-slide-active a .video-meta .video-date {
  color: #000;
}
@media (max-width: 768px) {
  .box-video-item .video-meta {
    gap: 10px;
    padding: 15px;
  }
}

.video-popup-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.video-popup-modal .video-popup-content {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-popup-modal .video-popup-content .video-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 2.5rem;
  padding: 10px;
  z-index: 1;
  cursor: pointer;
}
.video-popup-modal .video-popup-content .video-popup-player {
  width: 100%;
}
@media (min-width: 1280px) {
  .video-popup-modal .video-popup-content .video-popup-player {
    width: 65%;
  }
}

.search-box .search-field {
  background-color: transparent;
  padding: 10px 15px;
}

.auto-gallery img {
  cursor: crosshair;
}

.form-control {
  font-size: 0.9rem;
  line-height: 34px;
  padding: 5px 15px;
  height: 44px;
}

.form-control[readonly] {
  background-color: #fffbde;
}

.mobile-nav-toggler {
  --size: 32px;
  --bar-h: 2px;
  --gap: 8px;
  --dur: 200ms;
  position: relative;
  width: var(--size);
  height: var(--size);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.mobile-nav-toggler .bar,
.mobile-nav-toggler .bar::before,
.mobile-nav-toggler .bar::after {
  content: "";
  display: block;
  position: absolute;
  width: 70%;
  height: var(--bar-h);
  background: currentColor;
  border-radius: 999px;
  transition: transform var(--dur) ease, opacity var(--dur) ease, top var(--dur) ease, bottom var(--dur) ease;
}

/* top and bottom bars */
.mobile-nav-toggler .bar::before {
  top: calc(-1 * var(--gap));
}

.mobile-nav-toggler .bar::after {
  bottom: calc(-1 * var(--gap));
}

/* default (three lines) */
.mobile-nav-toggler .bar {
  transform: none;
}

/* active (X) */
.mobile-nav-toggler.is-active {
  z-index: 1000000;
}

.mobile-nav-toggler.is-active .bar {
  background-color: transparent;
  width: 100%;
}

.mobile-nav-toggler.is-active .bar::before {
  top: 0;
  transform: rotate(45deg);
}

.mobile-nav-toggler.is-active .bar::after {
  bottom: 0;
  transform: rotate(-45deg);
}

/* optional: nicer hit area on focus */
.mobile-nav-toggler:focus-visible {
  outline: 2px solid #888;
  outline-offset: 4px;
}

.box-breadcrumb .breadcrumb {
  font-weight: 500;
}
.box-breadcrumb .breadcrumb li:first-child {
  font-weight: 600;
}
.box-breadcrumb .breadcrumb li:last-child {
  color: #999;
}
.box-breadcrumb .breadcrumb li ~ li::before {
  content: "/";
  padding: 0 5px;
}

.fab-buttons.float-buttons {
  z-index: -1;
}
.fab-buttons .fab-btn {
  transform: translateY(-20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.fab-buttons .fab-btn img {
  transform: scale(1);
  transition: all 0.2s ease;
}
.fab-buttons.active {
  z-index: 99;
}
.fab-buttons.active .fab-btn {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.fab-buttons .fab-btn:active img, .fab-buttons .fab-btn:focus:active img {
  transform: scale(1.15);
}

.progress-wrap .progress-inner {
  position: relative;
}
.progress-wrap .progress-inner .progress-image {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffc800;
}
.progress-wrap .progress-inner .progress-image svg {
  width: 20px;
  height: 20px;
}
.progress-wrap .progress-inner .progress-image svg path {
  stroke: #fff;
  stroke-width: 1px;
}
.progress-wrap .progress-inner .progress-circle path {
  stroke: #ffc800;
  stroke-width: 5px;
}
.progress-wrap:after {
  color: #ffc800;
  content: "";
  display: none;
}

.btn-ripple {
  overflow: visible;
  position: relative;
}

.btn-ripple:after {
  animation-delay: 1s;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-name: rippleanim;
  animation-timing-function: cubic-bezier(0.4, 0, 0.3, 1);
  border-color: inherit;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
}

@keyframes rippleanim {
  0% {
    box-shadow: 0 0 rgba(255, 255, 255, 0.9);
    opacity: 1;
  }
  to {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.4);
    opacity: 0;
  }
}
.btn-read-more {
  border: none;
  padding: 10px 0;
}

.is-sticky {
  position: fixed;
  border-bottom: 1px solid #ededed;
  padding: 8px 0;
  animation: slideDown 0.2s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.main-contact p {
  margin-bottom: 15px;
}

.card {
  transition: all 0.3s ease-in-out;
  transform: translateY(0px);
  height: 100%;
}
.card.card-bg {
  background-color: #f9f9f9;
}

.card:hover {
  transform: translateY(-10px);
}

.card-title {
  font-weight: lighter;
  font-size: 1.15rem;
  line-height: 1.35;
  margin-bottom: 1.5rem;
}

.card-desc {
  font-size: 0.95rem;
}

.card-thumb {
  position: relative;
  display: block;
}
.card-thumb .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.card-thumb .card-overlay i {
  font-size: 64px;
  color: #fff;
}
.card-thumb:hover .card-overlay {
  opacity: 1;
}

.section-heading {
  padding: 80px 0;
  text-align: center;
  overflow: hidden;
}
.section-heading .heading {
  color: #fff;
  font-family: Fahkwang;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 111.111% */
  letter-spacing: -0.54px;
  text-transform: capitalize;
}
.section-heading .heading a {
  color: #fff;
}
.section-heading .heading .heading-line {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-heading .heading .heading-line.text-left {
  align-items: flex-start;
  justify-content: flex-start;
}
.section-heading .heading .heading-line.text-right {
  align-items: flex-end;
  justify-content: flex-end;
}
.section-heading .heading .heading-line.text-blue {
  color: #2483eb;
}
.section-heading .heading .line-1 {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  line-height: 1;
  margin-bottom: 10px;
}
.section-heading .heading .text-small {
  font-size: 1.25rem;
  color: #ffc300;
}
.section-heading .heading .text-medium {
  font-size: 1.85rem;
}
@media (max-width: 768px) {
  .section-heading {
    padding: 50px 0;
  }
  .section-heading .heading {
    font-size: 1.85rem;
  }
  .section-heading .heading .text-small {
    font-size: 0.9rem;
  }
  .section-heading .heading .text-medium {
    font-size: 1.5rem;
  }
}

.section-cover {
  position: relative;
}
.section-cover::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgb(5, 27, 42) 0%, rgb(5, 27, 42) 25%, rgba(5, 27, 42, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
}
.section-cover::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, rgb(5, 27, 42) 0%, rgb(5, 27, 42) 25%, rgba(5, 27, 42, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
}
.section-cover .cover-content {
  padding: 50px 0;
  position: relative;
  z-index: 1;
}
.section-cover .logo-image img {
  width: 100%;
}

.section-cover-subpage {
  position: relative;
}
.section-cover-subpage::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(5, 27, 42) 0%, rgba(255, 255, 255, 0) 100%);
}
.section-cover-subpage img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.section-cover-subpage .section-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  color: #fff;
}
.section-cover-subpage .section-heading .heading {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 10px;
}
.section-cover-subpage .section-heading .heading .text-small {
  font-size: 1.25rem;
}
.section-cover-subpage .section-heading .heading .text-medium {
  font-size: 1.85rem;
}

.section-banner-parallax {
  position: relative;
}
.section-banner-parallax .parallax-cover {
  position: relative;
  height: 100vh;
  background-image: url("../img/cover_1.webp");
  background-size: 100%;
}
.section-banner-parallax .cover-text {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  width: 35%;
  z-index: 1;
}
.section-banner-parallax .cover-image {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  z-index: 3;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
}
.section-banner-parallax .cover-image img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
.section-banner-parallax .cover-cloud {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: auto;
  z-index: 3;
  object-fit: fill;
}
.section-banner-parallax .cloud-1 {
  width: 15%;
  top: 30%;
  left: 0;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
}
.section-banner-parallax .cloud-1 img {
  max-width: 200%;
}
.section-banner-parallax .cloud-2 {
  top: 10%;
  left: 20%;
  width: 25%;
}
.section-banner-parallax .cloud-3 {
  top: 20%;
  left: auto;
  right: 0;
  width: 20%;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
}
.section-banner-parallax .cloud-3 img {
  max-width: 200%;
}
.section-banner-parallax .cloud-img {
  position: absolute;
  width: 219px;
  height: 251px;
  top: 0;
  left: 0;
  z-index: 2;
  animation: bounce-loop 3s ease-in-out infinite;
}
.section-banner-parallax .cloud-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.section-banner-parallax .cloud-img.img-1 {
  top: 30%;
  left: 5%;
  z-index: 4;
}
.section-banner-parallax .cloud-img.img-2 {
  top: 40%;
  left: 22%;
}
.section-banner-parallax .cloud-img.img-3 {
  left: auto;
  top: 30%;
  right: 5%;
  z-index: 2;
}
.section-banner-parallax .cloud-img.img-4 {
  left: auto;
  top: 40%;
  right: 22%;
  z-index: 2;
}
.section-banner-parallax .banner-slider {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(51, 83, 68, 0) 1.73%, #0e509a 75%);
}
.section-banner-parallax .banner-slider .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-banner-parallax .swiper-container {
  margin-left: 300px;
  position: relative;
  overflow: hidden;
  height: 300px;
  padding-bottom: 50px;
}
.section-banner-parallax .swiper-wrapper {
  display: flex;
  align-items: flex-end;
  flex: 1;
}
.section-banner-parallax .slide-meta {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 300px;
  z-index: 1;
  color: #fef3db;
  white-space: pre-wrap;
  display: flex;
  flex-direction: column;
}
.section-banner-parallax .slide-meta .meta-text-1 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.section-banner-parallax .slide-meta .meta-text-2 {
  font-size: 1.15rem;
  font-weight: 400;
}
.section-banner-parallax .swiper-control {
  position: absolute;
  bottom: 50px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-banner-parallax .swiper-pagination {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
}
.section-banner-parallax .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.5);
}
.section-banner-parallax .swiper-pagination-bullet-active {
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.5);
  width: 50px;
}
.section-banner-parallax .swiper-slide {
  height: 200px;
  position: relative;
  transition: all 0.3s ease;
}
.section-banner-parallax .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.section-banner-parallax .swiper-slide-active {
  transform: translateY(-50px);
}
.section-banner-parallax .swiper-button-next {
  width: 62px;
  height: 36px;
  position: static;
  margin: 0;
}
.section-banner-parallax .swiper-button-next::after {
  content: "";
  background-image: url(../img/arrow_right.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.section-banner-parallax .swiper-button-prev {
  width: 62px;
  height: 36px;
  position: static;
  margin: 0;
}
.section-banner-parallax .swiper-button-prev::after {
  content: "";
  background-image: url(../img/arrow_right.png);
  transform: scaleX(-1); /* Lật ngang */
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
@media (min-width: 1660px) {
  .section-banner-parallax .cover-image {
    max-height: 50vh;
    overflow: hidden;
  }
}
@media (min-width: 1440px) and (max-width: 1660px) {
  .section-banner-parallax .cover-image {
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .section-banner-parallax .cover-text {
    position: sticky;
    top: 100px;
    width: 60%;
    left: 50%;
    transform: translateX(-50%);
  }
  .section-banner-parallax .cover-image {
    left: -50%;
    width: 200%;
    align-items: flex-end;
  }
  .section-banner-parallax .cloud-img {
    width: 80px;
    height: 120px;
  }
  .section-banner-parallax .cloud-img.img-1, .section-banner-parallax .cloud-img.img-3 {
    top: 40%;
  }
  .section-banner-parallax .cloud-img.img-2, .section-banner-parallax .cloud-img.img-4 {
    top: 50%;
  }
  .section-banner-parallax .parallax-cover {
    height: 500px;
    background-size: cover;
    overflow: hidden;
  }
  .section-banner-parallax .banner-slider {
    position: static;
  }
  .section-banner-parallax .banner-slider .container {
    margin-top: -100px;
    padding: 30px;
    flex-direction: column;
    z-index: 2;
  }
  .section-banner-parallax .swiper-container {
    margin-left: 0;
    height: auto;
    padding-bottom: 0;
    order: 1;
  }
  .section-banner-parallax .swiper-slide {
    height: 180px;
  }
  .section-banner-parallax .swiper-control {
    position: static;
    justify-content: center;
    padding: 5px 20px;
  }
  .section-banner-parallax .swiper-pagination-bullet-active {
    width: 30px;
  }
  .section-banner-parallax .slide-meta {
    position: static;
    order: 2;
  }
  .section-banner-parallax .slide-meta .meta-text-1 {
    font-size: 1.25rem;
  }
  .section-banner-parallax .slide-meta .meta-text-2 {
    font-size: 0.9rem;
  }
  .section-banner-parallax .swiper-slide-active {
    transform: none;
  }
}

@keyframes bounce-loop {
  0%, 100% {
    transform: translateY(0); /* start and end at baseline */
  }
  50% {
    transform: translateY(-50px); /* jump up */
  }
}
.section-video-slides {
  background-size: cover;
  padding: 50px 0;
}
.section-video-slides .swiper-container {
  overflow: hidden;
  width: 100%;
  padding-bottom: 0;
  position: relative;
  margin-top: 20px;
}
.section-video-slides .swiper-container .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}
.section-video-slides .swiper-initialized .swiper-wrapper {
  gap: 0;
}
.section-video-slides .swiper-slide {
  width: 350px;
}
.section-video-slides .swiper-pagination {
  position: relative;
  top: auto;
  bottom: auto;
  padding: 10px 0;
}
.section-video-slides .swiper-pagination-bullet {
  display: inline-block;
  width: 50px;
  height: 4px;
  margin: 0 3px;
  background-color: #eee;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55); /* More complex transition */
  cursor: pointer;
}
.section-video-slides .swiper-pagination-bullet-active {
  background-color: #0096ff;
  width: 100px;
}
.section-video-slides .swiper-button-next,
.section-video-slides .swiper-button-prev {
  color: #fff;
  transition: color 0.2s ease;
}
.section-video-slides .swiper-button-next:hover,
.section-video-slides .swiper-button-prev:hover {
  color: #fff;
}

/* Main Menu */
.main-header .main-menu {
  position: relative;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .main-menu .navbar-collapse {
  padding: 0px;
  display: block;
}

.main-header .header-lower .main-menu .navigation {
  position: relative;
  margin-bottom: 0;
  padding-left: 0;
}

.main-header .main-menu .navigation > li {
  position: relative;
  display: inline-block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  padding-right: 55px;
}

.main-header .sticky-header .nav-outer .options-box {
  margin-top: 40px;
}

/*Sticky Header*/
.main-header .sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 0px;
  z-index: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.main-header .sticky-header .mobile-nav-toggler {
  display: none;
  cursor: pointer;
}

.main-header .sticky-header .logo {
  position: relative;
  padding: 7px 0px;
}

.main-header.fixed-header .sticky-header {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.main-header .main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  line-height: 26px;
  font-weight: 600;
  padding: 27px 0px;
  letter-spacing: 0px;
  color: #161e2d;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-header .main-menu .navigation > li > a::before {
  content: "";
  width: 0;
  height: 2px;
  bottom: 25px;
  position: absolute;
  left: auto;
  right: 0;
  z-index: 1;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: #ffc800;
}

.main-header.header-style-2 .main-menu .navigation > li > a {
  color: #ffffff;
}

.main-header .main-menu .navigation > li:last-child {
  padding-right: 0;
}

.main-header .main-menu .navigation > li:last-child > a {
  padding-right: 0px;
}

.main-header .sticky-header .main-menu .navigation > li {
  position: relative;
}

.main-header .sticky-header .main-menu .navigation > li:last-child {
  margin-right: 0;
}

.main-header .main-menu .navigation > li:last-child ul {
  right: 0px;
}

.main-header .sticky-header .main-menu .navigation > li > a:after {
  top: 22px;
}

.main-header .sticky-header .main-menu .navigation > li > a > span {
  top: 10px;
}

.main-header .main-menu .navigation > li:hover > a,
.main-header .main-menu .navigation > li.current > a {
  opacity: 1;
  border-color: #ffc800;
}

.main-header .main-menu .navigation > li:hover > a::before,
.main-header .main-menu .navigation > li.current > a::before {
  width: 100%;
  left: 0;
  right: auto;
}

.main-header .main-menu .navigation > li > ul {
  position: absolute;
  left: -24px;
  width: 350px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  background-color: #ffffff;
  pointer-events: none;
}

.main-header .main-menu .navigation > .home > ul {
  width: 204px;
}

.main-header .main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}

.main-header .main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  text-align: left;
  transform: translateY(10px);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-header .main-menu .navigation > li > ul > li:last-child {
  margin-bottom: 0;
}

.main-header .main-menu .navigation > li:hover > ul > li {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transition-delay: 70ms;
  -moz-transition-delay: 70ms;
  -ms-transition-delay: 70ms;
  -o-transition-delay: 70ms;
  transition-delay: 70ms;
}

.main-header .main-menu .navigation > li > ul > li:last-child > a {
  border-bottom: none;
}

.main-header .main-menu .navigation > li > ul > li > a {
  position: relative;
  padding: 16px 24px;
  display: block;
  line-height: 26px;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: #5c6368;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border-bottom: 1px solid #e4e4e4;
}

.main-header .main-menu .navigation > li > ul > li:hover > a {
  color: #ffc800;
  padding-left: 45px;
}

.main-header .main-menu .navigation > li > ul > li:hover > a::before {
  opacity: 1;
}

.main-header .main-menu .navigation > li > ul > li.dropdown2 > a:after {
  content: "\f285";
  font-family: bootstrap-icons;
  position: absolute;
  right: 24px;
  top: 16px;
  width: 10px;
  height: 20px;
  display: block;
  line-height: 24px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  z-index: 5;
}

.main-header .main-menu .navigation > li > ul > li.dropdown2:hover > a:after {
  color: #ffc800;
}

.main-header .main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0px;
  width: 280px;
  opacity: 0;
  visibility: hidden;
  visibility: hidden;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  background-color: #ffffff;
  overflow: hidden;
}

.main-header .main-menu .navigation > li > ul > li > ul.from-right {
  left: auto;
  right: 0px;
}

.main-header .main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0;
  transform: translateY(-8px);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-header .main-menu .navigation > li > ul > li > ul > li:last-child {
  margin-bottom: 0;
}

.main-header .main-menu .navigation > li > ul > li.dropdown2:hover > ul > li {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transition-delay: 70ms;
  -moz-transition-delay: 70ms;
  -ms-transition-delay: 70ms;
  -o-transition-delay: 70ms;
  transition-delay: 70ms;
}

.main-header .main-menu .navigation > li > ul > li.dropdown2:hover > ul > li:nth-child(2) {
  -webkit-transition-delay: 140ms;
  -moz-transition-delay: 140ms;
  -ms-transition-delay: 140ms;
  -o-transition-delay: 140ms;
  transition-delay: 140ms;
}

.main-header .main-menu .navigation > li > ul > li.dropdown2:hover > ul > li:nth-child(3) {
  -webkit-transition-delay: 210ms;
  -moz-transition-delay: 210ms;
  -ms-transition-delay: 210ms;
  -o-transition-delay: 210ms;
  transition-delay: 210ms;
}

.main-header .main-menu .navigation > li > ul > li.dropdown2:hover > ul > li:nth-child(4) {
  -webkit-transition-delay: 280ms;
  -moz-transition-delay: 280ms;
  -ms-transition-delay: 280ms;
  -o-transition-delay: 280ms;
  transition-delay: 280ms;
}

.main-header .main-menu .navigation > li > ul > li.dropdown2:hover > ul > li:nth-child(5) {
  -webkit-transition-delay: 350ms;
  -moz-transition-delay: 350ms;
  -ms-transition-delay: 350ms;
  -o-transition-delay: 350ms;
  transition-delay: 350ms;
}

.main-header .main-menu .navigation > li > ul > li.dropdown2:hover > ul > li:nth-child(6) {
  -webkit-transition-delay: 420ms;
  -moz-transition-delay: 420ms;
  -ms-transition-delay: 420ms;
  -o-transition-delay: 420ms;
  transition-delay: 420ms;
}

.main-header .main-menu .navigation > li > ul > li.dropdown2:hover > ul > li:nth-child(7) {
  -webkit-transition-delay: 490ms;
  -moz-transition-delay: 490ms;
  -ms-transition-delay: 490ms;
  -o-transition-delay: 490ms;
  transition-delay: 490ms;
}

.main-header .main-menu .navigation > li > ul > li.dropdown2:hover > ul > li:nth-child(8) {
  -webkit-transition-delay: 560ms;
  -moz-transition-delay: 560ms;
  -ms-transition-delay: 560ms;
  -o-transition-delay: 560ms;
  transition-delay: 560ms;
}

.main-header .main-menu .navigation > li > ul > li > ul > li:last-child a {
  border-bottom: none;
}

.main-header .main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  padding: 16px 24px;
  display: block;
  line-height: 24px;
  font-weight: 700;
  font-size: 16px;
  text-transform: capitalize;
  color: #5c6368;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border-bottom: 1px solid #e4e4e4;
}

.main-header .main-menu .navigation > li > ul > li > ul > li > a:before {
  position: absolute;
  content: "\e90f";
  left: 0px;
  top: 5px;
  width: 16px;
  height: 10px;
  opacity: 0;
  font-size: 12px;
  left: 24px;
  top: 16px;
  display: inline-block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  font-family: "icomoon";
  color: #ffc800;
}

.main-header .main-menu .navigation > li > ul > li > ul > li > a:hover::before {
  opacity: 1;
}

.main-header .main-menu .navigation > li > ul > .current > a {
  color: #ffc800;
}

.main-header .main-menu .navigation > li > ul > li > ul > .current > a {
  color: #ffc800;
}

.main-header .main-menu .navigation > li > ul > li > ul > li:hover > a {
  color: #ffc800;
  background-color: #ffffff;
}

.main-header .main-menu .navigation > li > ul > li > ul > li:hover > a {
  color: #ffc800;
  padding-left: 45px;
}

.main-header .main-menu .navigation > li.dropdown2:hover > ul {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.main-header .main-menu .navigation li > ul > li.dropdown2:hover > ul {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

.main-header .main-menu .navigation > li.dropdown2 > a::after {
  content: "\e90f";
  font-family: "icomoon";
  font-weight: 600;
  font-size: 16px;
  vertical-align: bottom;
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-header .main-menu .navbar-collapse > ul li.dropdown2 .dropdown2-btn {
  position: absolute;
  right: 10px;
  top: 6px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #ffffff;
  line-height: 28px;
  border: 1px solid var(--white);
  background-size: 20px;
  cursor: pointer;
  z-index: 5;
  display: none;
}

.main-header {
  padding: 0;
  height: auto;
  background: rgba(5, 27, 42, 0.7);
}
.main-header.header-fixed {
  background: #051b2a;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.5) 0%, rgba(254, 243, 219, 0.8) 99.04%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  border: none;
}
.main-header.is-sticky {
  padding: 0;
}
.main-header .logo-box .logo,
.main-header .logo-box .logo-white {
  padding: 10px;
}
.main-header .logo-box .logo img,
.main-header .logo-box .logo-white img {
  width: auto;
  height: 40px;
  transition: all 0.2s ease;
}
.main-header .logo-box .logo-white {
  display: none;
}
.main-header .logo-box .logo-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
  padding: 10px 0;
  color: #2483eb;
}
.main-header .logo-box .logo-text .text-1 {
  font-size: 1rem;
  font-weight: 700;
}
.main-header .logo-box .logo-text .text-2 {
  font-size: 1.5rem;
  font-weight: 700;
}
.main-header .main-menu .navigation {
  display: flex;
}
.main-header .main-menu .navigation ul {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
  list-style: none;
}
.main-header .main-menu .navigation > li > ul {
  top: 100%;
  left: -1px;
  background-color: #fff;
}
.main-header .main-menu .navigation > li > a::before,
.main-header .main-menu .navigation > li > a::after {
  display: none;
}
.main-header .main-menu .navigation > li {
  padding-right: 0;
}
.main-header .main-menu .navigation > li > a {
  padding: 18px 15px;
  font-size: 1rem;
  color: #1e2b59;
  border-bottom: 4px solid transparent;
  transition: border-color 0.2s ease;
  text-transform: none;
  font-weight: 600;
}
.main-header .main-menu .navigation > li > ul > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0px;
  width: 280px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  background-color: #ffffff;
  overflow: hidden;
}
.main-header .main-menu .navigation > li:last-child > a {
  padding-right: 25px;
}
.main-header .main-menu .navigation > li {
  position: relative;
}
.main-header .main-menu .navigation li:hover > ul {
  visibility: visible;
  opacity: 1;
}
.main-header .main-menu .navigation li.hotline {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-header .main-menu .navigation li.hotline > a {
  padding: 5px 15px;
  border-width: 1px;
}
.main-header .main-menu .navigation li.hotline .btn {
  color: #fff;
}
.main-header .main-menu .navigation li.dropdown2:hover > ul {
  transform: translateY(1px);
}
.main-header .main-menu .navigation > li:hover:not(.hotline) > a,
.main-header .main-menu .navigation > li.current > a {
  color: #1e2b59;
  border-color: #ffc800;
}
.main-header .main-menu .navigation > li.current > a {
  font-weight: 700;
}
.main-header .main-menu .navigation li ul li {
  opacity: 1;
}
.main-header .main-menu .navigation li ul li a {
  padding: 8px 20px;
  border: none;
  font-size: 1rem;
}
.main-header .main-menu .navigation li ul li a:before {
  top: 10px;
  content: "\e96c";
  display: none;
}
.main-header .main-menu .navigation > li > ul > li > a:before {
  display: none;
}
.main-header .main-menu .navigation > li > ul > li > ul > li > a:before {
  top: 10px;
  content: "\e96c";
  display: none;
}
.main-header .main-menu .navigation > li > ul > li:hover > a,
.main-header .main-menu .navigation > li > ul > li > ul > li:hover > a {
  padding-left: 20px;
  color: #ffc800;
}
.main-header .main-menu .navigation > li > ul > li.dropdown2 > a:after {
  content: "\f285";
  font-family: bootstrap-icons;
}
.main-header .main-menu .navigation > li > ul > li > ul > li {
  opacity: 1;
  transform: none;
  transition: none;
}
.main-header .main-menu .navigation > li > ul > li > ul > li > a {
  padding: 10px 20px;
  border: none;
}
.main-header .header-languages {
  margin-left: 25px;
  font-size: 1.15rem;
  font-weight: 500;
}
.main-header .header-languages a {
  line-height: 1;
  color: #1e2b59;
}
.main-header .header-languages a ~ a {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: 5px;
  padding-left: 5px;
}
.main-header .header-languages a.active {
  color: #ffc800;
}
.main-header .header-user {
  display: none;
}
.main-header .header-user img {
  fill: #fff;
  height: 24px;
}
@media (max-width: 768px) {
  .main-header .header-user img {
    height: 26px;
  }
}
.main-header .header-lower .nav-outer {
  background: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.main-header .mobile-nav {
  margin-left: 10px;
}
.main-header.home-header {
  padding: 30px 0;
  border: none;
  background: none;
  position: fixed;
  height: auto;
}
.main-header.home-header .header-lower .nav-outer {
  background-color: rgba(255, 255, 255, 0.5);
}
.main-header.home-header .main-menu .navigation > li.current > a {
  background-color: #fff;
}
.main-header.home-header .logo-box img {
  max-height: 75px;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.5));
}
.main-header.fixed-header {
  padding: 30px 0;
  border: none;
  background: none;
  position: fixed;
  height: auto;
}
.main-header.fixed-header .logo-box img {
  max-height: 95px;
}
.main-header.is-sticky {
  padding: 0;
  height: auto;
  background-color: rgba(5, 27, 42, 0.85);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.main-header.is-sticky .header-lower .nav-outer {
  background: none;
}
.main-header.is-sticky .main-menu .navigation li.hotline > a:active:focus {
  color: #fef3db;
  border-color: #fef3db;
  box-shadow: none;
}
.main-header.is-sticky .main-menu .navigation > li:hover:not(.hotline) > a,
.main-header.is-sticky .main-menu .navigation > li.current > a {
  color: #fff;
  border-color: #ffc800;
}
.main-header.is-sticky .main-menu .navigation > li.current > a {
  font-weight: 700;
}
.main-header.is-sticky .logo-box img {
  height: 34px;
}
.main-header.is-sticky .logo-box .logo {
  display: none;
}
.main-header.is-sticky .logo-box .logo-white {
  display: block;
}
.main-header.is-sticky {
  position: sticky;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .main-header .header-hotline-mobile {
    margin-left: auto;
  }
  .main-header .header-hotline-mobile .btn {
    padding: 4px 12px;
    font-size: 0.9rem;
  }
}

.form-filter {
  margin-top: -57px;
  padding-bottom: 57px;
  position: relative;
  z-index: 2;
}

.flat-tab-form .nav-tab-form {
  gap: 0;
}
.flat-tab-form .nav-tab-form .nav-link-item {
  border-radius: 0;
}
.flat-tab-form .nav-tab-form.style-3 .nav-link-item {
  color: #000;
}
.flat-tab-form .nav-tab-form.style-3 .nav-link-item.active,
.flat-tab-form .nav-tab-form.style-3 .nav-link-item:hover {
  background-color: #ffe248;
  color: #000;
}

.wd-find-select {
  border-radius: 0;
  border: 1px solid #eee;
}
.wd-find-select.style-2 .tf-btn {
  background-color: #ffe248;
  color: #000;
  font-weight: 500;
  border-color: #ffe248;
}
.wd-find-select.style-2 .tf-btn img {
  width: 22px;
  height: 22px;
}
.wd-find-select.style-2 .tf-btn:active, .wd-find-select.style-2 .tf-btn:focus {
  background-color: #e5c319;
}

.bg-section-1 {
  background-image: linear-gradient(0deg, #fdf398 0%, #fffce2 24.55%, #fffeee 47.5%, #f8f7f4 78%, #fffef2 100%);
}

.box-head {
  display: flex;
  align-items: center;
  color: #fff;
}
.box-head .box-title .text-maintitle {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.35;
  color: #fff;
}
.box-head .box-title .text-maintitle span {
  color: #fff;
  opacity: 1;
}
.box-head .box-title .text-maintitle strong {
  display: block;
  color: #ffc800;
  font-size: 3rem;
}
.box-head .box-title .text-subtitle {
  margin-top: 15px;
  text-transform: none;
  font-weight: 500;
  font-size: 1rem;
}
.box-head .box-large-text {
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 0;
  font-size: 8rem;
  line-height: 1.2;
  font-weight: 500;
  color: #f8e9b5;
  white-space: nowrap;
}
.box-head.inverted .box-title {
  margin-bottom: 0;
}
.box-head.inverted .box-title .text-subtitle {
  color: #000;
}
.box-head.inverted .box-title .text-subtitle strong {
  color: #fff;
}
.box-head.inverted .box-title .text-maintitle strong {
  color: #000;
}
@media (max-width: 768px) {
  .box-head .box-title .text-maintitle {
    font-size: 1.35rem;
  }
  .box-head .box-title .text-maintitle strong {
    font-size: 1.85rem;
  }
  .box-head.inverted .box-title .text-maintitle {
    font-size: 1.35rem;
  }
}

.play-button {
  border: none;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: none;
  position: relative;
}

.play-icon {
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.play-icon svg {
  fill: #ffc800;
  width: 40px;
  height: 40px;
}

.play-button::before,
.play-button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffc800;
  animation: calling 1s ease-in-out infinite;
  z-index: -1;
}

.play-button::after {
  display: none;
  animation: calling 1s ease-in-out 0.35s infinite;
}

@keyframes calling {
  0% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  100% {
    width: calc(100% + 60px);
    height: calc(100% + 60px);
    opacity: 0;
  }
}
/* Animation for the button (e.g., pulse effect) */
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.flat-section {
  padding: 50px 0;
}
.flat-section.flat-section-v4 {
  padding: 15px 0;
}

.flat-breadcrumb ul li.disabled {
  display: none;
}

.section-bg-2 {
  background-image: url(../img/section_bg_2.webp);
  background-size: cover;
  position: relative;
}
.section-bg-2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(13, 58, 183, 0) 0%, #031b3f 100%);
  z-index: 0;
}
.section-bg-2 .section-wrapper {
  padding-top: 30vh;
}

.section-banner {
  /* Base styles for all bullets */
  /* Styles for the active bullet */
}
.section-banner .cover-content {
  height: 100vh;
}
.section-banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  opacity: 0.7;
  transition: all 0.3s ease;
}
.section-banner .swiper-pagination-bullet-active {
  width: 50px;
  background-color: #007aff;
  opacity: 1;
}

.section-banner-slide .container {
  position: relative;
}
.section-banner-slide .swiper-container {
  overflow: hidden;
  position: relative;
}
.section-banner-slide .swiper-slide {
  max-height: 100vh;
}
.section-banner-slide .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-banner-slide .swiper-cover-text {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateY(-45%) translateX(-50%);
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.section-banner-slide .slide-meta {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 2;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  order: 1;
  background: #051b2a;
  background: linear-gradient(0deg, rgb(5, 27, 42) 0%, rgb(5, 27, 42) 25%, rgba(5, 27, 42, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
  max-height: 100vh;
  padding-top: 50px;
}
.section-banner-slide .box-video-popup {
  border: 1px solid #fff;
  padding: 50px 30px;
  display: flex;
  width: 100%;
  border-radius: 16px;
  align-items: center;
  justify-content: center;
}
.section-banner-slide .box-video-popup::after {
  display: none;
}
.section-banner-slide .meta-animate {
  visibility: hidden;
}
.section-banner-slide .meta-youtube,
.section-banner-slide .meta-video {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  background-size: cover;
  max-height: 100vh;
  cursor: pointer;
}
.section-banner-slide .meta-youtube video,
.section-banner-slide .meta-youtube iframe,
.section-banner-slide .meta-video video,
.section-banner-slide .meta-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  max-height: 100vh;
  object-fit: cover;
}
.section-banner-slide .meta-left {
  padding: 50px 30px;
}
.section-banner-slide .meta-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.section-banner-slide .meta-column.meta-left > * {
  margin-bottom: 20px;
}
.section-banner-slide .meta-column.meta-right {
  align-items: center;
}
.section-banner-slide .meta-thumb {
  position: relative;
  padding-top: 56.25%;
}
.section-banner-slide .meta-thumb .meta-youtube,
.section-banner-slide .meta-thumb .meta-video {
  padding-top: 0;
}
.section-banner-slide .meta-thumb .meta-youtube,
.section-banner-slide .meta-thumb .meta-video,
.section-banner-slide .meta-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.section-banner-slide .meta-thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
}
.section-banner-slide .meta-text-1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
}
.section-banner-slide .meta-text-1 span {
  color: #ffc800;
}
.section-banner-slide .meta-text-1.text-live {
  color: #f00;
}
.section-banner-slide .meta-text-1.text-live span {
  color: #f00;
}
.section-banner-slide .meta-text-2 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffc300;
  line-height: 1.25;
}
.section-banner-slide .meta-text-2 span {
  color: #ffc800;
}
.section-banner-slide .meta-button {
  font-size: 1.25rem;
  padding: 5px 30px;
  text-transform: uppercase;
}
.section-banner-slide .toggle-mute {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #0096ff;
  color: #0096ff;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.section-banner-slide .toggle-mute .volume-off {
  display: block;
}
.section-banner-slide .toggle-mute .volume-on {
  display: none;
}
.section-banner-slide .toggle-mute.unmuted .volume-off {
  display: none;
}
.section-banner-slide .toggle-mute.unmuted .volume-on {
  display: block;
}
.section-banner-slide .swiper-pagination-wrapper {
  position: absolute;
  top: auto;
  bottom: 50px;
  left: auto;
  right: 0;
  padding: 50px 30px;
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #fff;
  z-index: 1;
}
.section-banner-slide .swiper-pagination {
  position: static;
}
.section-banner-slide .swiper-pagination-bullet {
  display: inline-block;
  width: 50px;
  height: 4px;
  margin: 0 3px;
  background-color: #ddd;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
}
.section-banner-slide .swiper-pagination-bullet-active {
  width: 100px;
  background-color: #fff;
}
.section-banner-slide .swiper-pagination-bullet-active::after {
  content: "";
  height: 100%;
  width: 0%;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0096ff;
  z-index: 1;
  animation: growWidth 10s ease-out forwards;
}
.section-banner-slide .fab-buttons {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  z-index: 3;
}
.section-banner-slide .fab-buttons .fab-btn {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 2560px) {
  .section-banner-slide {
    background-image: url(../img/banner_slide_bg.jpg);
    background-size: cover;
    position: relative;
  }
  .section-banner-slide::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: linear-gradient(180deg, rgb(5, 27, 42) 0%, rgb(5, 27, 42) 25%, rgba(5, 27, 42, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
    padding-top: 150px;
    z-index: 0;
    content: "";
    display: block;
  }
  .section-banner-slide::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: linear-gradient(0deg, rgb(5, 27, 42) 0%, rgb(5, 27, 42) 25%, rgba(5, 27, 42, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
    padding-top: 150px;
    z-index: 0;
    content: "";
    display: block;
  }
  .section-banner-slide .swiper-container {
    max-width: 60vw;
    margin: 0 auto;
    z-index: 1;
  }
}
@media (min-width: 1440px) {
  .section-banner-slide .video-js {
    height: 100vh;
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .section-banner-slide .swiper-wrapper {
    background-color: #051b2a;
  }
  .section-banner-slide .slide-meta {
    background: #051b2a;
    position: relative;
    height: 100%;
    padding-top: 0;
  }
  .section-banner-slide .meta-animate {
    visibility: visible;
  }
  .section-banner-slide .meta-row {
    padding: 0;
    height: 100%;
  }
  .section-banner-slide .meta-left {
    padding: 10px;
    height: 100%;
    min-height: 160px;
  }
  .section-banner-slide .meta-column.meta-left > * {
    margin-bottom: 10px;
  }
  .section-banner-slide .meta-text-1 {
    font-size: 1.15rem;
  }
  .section-banner-slide .meta-text-2 {
    font-size: 0.85rem;
  }
  .section-banner-slide .meta-button {
    font-size: 0.75rem;
  }
  .section-banner-slide .meta-thumb::after {
    display: none;
  }
  .section-banner-slide .toggle-mute {
    position: absolute;
    bottom: 50px;
    width: 40px;
    height: 40px;
    right: 10px;
  }
  .section-banner-slide .swiper-pagination-wrapper {
    bottom: 50px;
    padding: 10px 10px;
    width: 100%;
    position: relative;
    display: block;
  }
  .section-banner-slide .swiper-pagination-bullet {
    width: 30px;
  }
  .section-banner-slide .swiper-pagination-bullet-active {
    width: 50px;
  }
  .section-banner-slide .fab-buttons {
    display: none;
  }
}

/* Define the keyframes for the width animation */
@keyframes growWidth {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.parallax-section {
  /* Set background image and properties */
  background-attachment: fixed; /* This is the key for parallax */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative; /* Needed for content positioning if desired */
  background-blend-mode: darken;
}
.parallax-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.parallax-section .cover-content {
  position: relative;
  z-index: 2;
  max-width: 100%;
}
.parallax-section .cover-image {
  display: none;
}

.panorama-360 {
  height: 100vh;
  position: relative;
}
.panorama-360 iframe {
  aspect-ratio: unset;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.divider {
  background: lavender;
  min-height: 6rem;
  padding: var(--pad) 0;
  width: 100vw;
  margin-left: 50%;
  transform: translate3d(-50%, 0, 0);
}

.divider a {
  text-decoration: none;
  display: inline-block;
  background: turquoise;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-size: 1.2rem;
  font-weight: 700;
}

.divider * + * {
  margin: 1.5rem 0 0 0;
}

.divider p {
  font-size: 1.4rem;
}

.map-wrapper {
  height: 700px;
}
.map-wrapper iframe {
  border-radius: 0;
  border: 0;
  box-shadow: none;
}
.map-wrapper iframe {
  aspect-ratio: 16/9 !important;
  width: 100% !important;
  border-radius: 20px;
  border: 2px solid #ddd;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  background-color: #000;
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}
.map-wrapper iframe:hover {
  transform: scale(1.01);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

/*--------------VIDEO---------------- */
.section-topvideo .section-heading {
  padding: 0;
}
.section-topvideo .container {
  position: relative;
}
.section-topvideo .video-text-1 {
  position: absolute;
  top: -65px;
  left: 0;
  width: 100%;
  height: 100px;
  text-align: center;
  z-index: 2;
}
.section-topvideo .video-text-1 img {
  height: 100%;
}
.section-topvideo .video-text-2 {
  position: absolute;
  bottom: -55px;
  left: 0;
  width: 100%;
  height: 120px;
  text-align: center;
  z-index: 2;
}
.section-topvideo .video-text-2 img {
  height: 100%;
}
.section-topvideo .video-overlay {
  z-index: 1;
  position: relative;
  aspect-ratio: 16/9;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-size: cover;
  color: #fef3db;
}
.section-topvideo .video-overlay svg {
  width: 100px;
  height: 100px;
  fill: #fff;
  transition: transform 0.3s ease;
}
.section-topvideo .video-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fef3db;
  background: linear-gradient(111deg, #fef3db 18.92%, #fff 96.79%);
  opacity: 0.35;
  display: none;
}
.section-topvideo .video-overlay:hover svg {
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .section-topvideo .section-heading {
    padding: 80px 0;
  }
  .section-topvideo .video-text-1 {
    top: -35px;
    left: 0;
    height: 55px;
  }
  .section-topvideo .video-text-2 {
    bottom: -35px;
    right: 0;
    height: 65px;
  }
}

.section-toppoint .grid-points {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
.section-toppoint .card {
  border: none;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  height: 100%;
  background: none;
  color: #647698;
}
.section-toppoint .card .card-body {
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.section-toppoint .card a {
  color: #fff;
  position: relative;
}
.section-toppoint .point-image {
  display: block;
}
.section-toppoint .point-image img {
  aspect-ratio: 16/10;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-toppoint .point-meta {
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #647698;
  padding: 20px;
  position: relative;
  border-radius: 0 0 8px 8px;
  border: 1px solid #01568b;
  border-top: none;
  background: linear-gradient(180deg, rgba(46, 158, 229, 0.2) 0%, rgba(13, 58, 183, 0.5) 100%);
}
.section-toppoint .point-meta-right {
  display: flex;
  flex-direction: column;
}
.section-toppoint .point-number {
  color: #14b8c2;
  font-size: 64px;
  font-weight: 500;
  letter-spacing: -0.96px;
  line-height: 1.2;
}
.section-toppoint .point-name,
.section-toppoint .point-counter {
  padding-left: 20px;
}
.section-toppoint .point-name {
  font-size: 1.15rem;
  line-height: 1.3;
  font-weight: 700;
  background-image: url(../img/icon_point.svg);
  background-repeat: no-repeat;
  background-position: left 5px;
  background-size: 12px;
  color: #fff;
}
.section-toppoint .point-counter {
  font-style: italic;
}
@media (max-width: 768px) {
  .section-toppoint .card {
    margin-bottom: 20px;
    height: auto;
  }
  .section-toppoint .grid-points {
    grid-template-columns: 1fr;
  }
}

.section-topcheckin {
  background: #051b2a;
  padding: 50px 0;
}
.section-topcheckin .card {
  border: none;
  border-radius: 8px;
  overflow: hidden;
  background: none;
  color: #647698;
  padding: 0;
  text-align: center;
}
.section-topcheckin .card .card-title a {
  color: #fff;
}
.section-topcheckin .card .card-title a:hover {
  color: #e5c319;
}
.section-topcheckin .card .card-body {
  padding: 0 0 30px 0;
  position: relative;
}
.section-topcheckin .checkin-image img {
  aspect-ratio: 9/16;
  object-fit: cover;
}
.section-topcheckin .checkin-time {
  margin-top: 15px;
  margin-bottom: 0;
  text-align: left;
  display: none;
}
.section-topcheckin .checkin-point {
  text-align: left;
  margin-top: 5px;
  display: none;
}
.section-topcheckin .checkin-point a {
  color: #2483eb;
  font-weight: 700;
}
.section-topcheckin .checkin-user-wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.section-topcheckin .checkin-user {
  border-radius: 8px;
  background: #fff;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.25);
  display: grid;
  padding: 10px;
  grid-template-columns: auto auto;
  z-index: 2;
  text-align: left;
  line-height: 1.2;
}
.section-topcheckin .checkin-user-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-right: 12px;
  object-fit: cover;
}
.section-topcheckin .checkin-user-info {
  white-space: nowrap;
}
.section-topcheckin .checkin-user-info .user-fullename {
  margin-bottom: 0;
  font-weight: 700;
}
.section-topcheckin .checkin-user-info .user-approve img {
  margin-left: 5px;
}
.section-topcheckin .section-wrapper {
  overflow: hidden;
}
.section-topcheckin .swiper-pagination {
  margin-top: 50px;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
}
.section-topcheckin .swiper-button-prev,
.section-topcheckin .swiper-button-next {
  color: #fff;
}
.section-topcheckin .swiper-pagination-bullet {
  display: inline-block;
  width: 50px;
  height: 4px;
  margin: 0 3px;
  background-color: #eee;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  cursor: pointer;
}
.section-topcheckin .swiper-pagination-bullet-active {
  background-color: #0096ff;
  width: 100px;
}
@media (max-width: 768px) {
  .section-topcheckin .card {
    padding: 0;
    margin-bottom: 30px;
    height: auto;
  }
}

.img-wrapper {
  position: relative;
  display: inline-block;
}

.img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  /* Make it slightly transparent */
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  /* Ensure the overlay doesn't interfere with clicks on the image */
}

.img-wrapper:hover .img-overlay {
  opacity: 1;
}

.img-overlay i {
  font-size: 64px;
  /* Adjust size as needed */
  color: white;
}

.fixed-size-image {
  width: 100%;
  height: auto;
  /* Remove the fixed height */
  aspect-ratio: 16/9;
  object-fit: cover;
}

.w3-half {
  box-sizing: border-box;
  padding-left: 8px;
  padding-right: 8px;
}

.w3-row-padding {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.w3-row-padding > [class*=w3-col] {
  padding: 0 8px;
}

/*-------------360----------------- */
.img-wrapper {
  position: relative;
  display: inline-block;
}

.img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: rgba(0, 0, 0, 0.5);  Make it slightly transparent */
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  /* Ensure the overlay doesn't interfere with clicks on the image */
}

.img-wrapper:hover .img-overlay {
  opacity: 1;
}

.img-overlay img {
  /* max-width: 40%;  Adjust size as needed */
  /* max-height: 40%; */
  width: 50%;
  height: auto;
  object-fit: contain;
}

/*-------------CHECKIN----------------- */
.news-section {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.show-more {
  margin: 30px 0;
  text-align: center;
}
.show-more a {
  color: #2483eb;
  background-color: #fff;
  padding: 5px 25px;
  text-transform: uppercase;
}
.show-more a:focus, .show-more a:active {
  background-color: #fdf398;
}

.btn-more {
  border: 1px solid #ddd;
}

.load-more-btn {
  text-align: center;
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 30px auto 0;
  padding: 10px 15px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.load-more-btn:hover {
  background-color: #0056b3;
}

/*----------------CHECKIN USERS-------------- */
.checkin-image {
  position: relative;
  border-radius: 0.375rem;
}
.checkin-image img {
  border-radius: 10px;
}

/*----------------CATEGORY-------------- */
.section-category .card {
  height: 100%;
  color: #fff;
  padding: 0 0 50px 0;
  border: none;
  border-radius: 0;
  background: linear-gradient(180deg, rgba(24, 75, 214, 0.5) 0%, rgba(25, 86, 255, 0) 100%);
}
.section-category .card .card-body {
  padding: 20px;
}
.section-category .card .card-img {
  border-radius: 0;
  aspect-ratio: 16/10;
}
.section-category .card .card-title a {
  color: #2483eb;
  font-weight: 700;
  font-size: 1.25rem;
}
.section-category .card .card-title a:hover {
  color: #ffc800;
}

/*----------------NEWS-------------- */
.section-news .section-wrapper {
  position: relative;
  z-index: 1;
}
.section-news .section-wrapper .card {
  border: none;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(20, 184, 194, 0.5) 26.68%, rgba(13, 58, 183, 0) 88.37%);
  height: 100%;
  color: #fff;
  padding: 50px 25px;
}
.section-news .section-wrapper .card .card-img {
  border-radius: 8px;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.25);
}
.section-news .section-wrapper .card .card-title a {
  color: #fff;
  font-weight: 700;
}
.section-news .section-wrapper .card .card-title a:hover {
  color: #fdf398;
}
.section-news .section-news-heading {
  text-align: center;
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.section-news .section-news-heading a {
  border-radius: 8px;
  background: #14b8c2;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  transition: background 0.3s ease;
  font-size: 1.15rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 54px;
  padding: 0 40px 0 80px;
  white-space: nowrap;
}
.section-news .section-news-heading a img {
  margin-right: 5px;
  height: 100%;
}
.section-news .section-news-heading a:hover {
  background: rgb(17.6168224299, 162.0747663551, 170.8831775701);
}
.section-news .section-news-heading a.icon_luutru {
  background-image: url(../img/icon_homestay.svg);
  background-size: 34px;
  background-position: 20px center;
  background-repeat: no-repeat;
}
.section-news .section-news-heading a.icon_lehoi {
  background-image: url(../img/icon_carnival.svg);
  background-size: 34px;
  background-position: 20px center;
  background-repeat: no-repeat;
}
.section-news .section-news-heading a.icon_amthuc {
  background-image: url(../img/icon_cusine.svg);
  background-size: 34px;
  background-position: 20px center;
  background-repeat: no-repeat;
}
.section-news .card-style-less {
  overflow: hidden;
}
.section-news .card-style-less .card-img {
  aspect-ratio: 16/10;
}
.section-news .primary-news {
  height: 100%;
  position: relative;
}
.section-news .list-news {
  display: none;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .section-news .col ~ .col {
    margin-top: 80px;
  }
}

.section-news-v2 .section-wrapper {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
.section-news-v2 .card {
  border: none;
  position: relative;
  height: 100%;
}
.section-news-v2 .card .card-body {
  padding: 20px;
}
.section-news-v2 .card .card-title {
  color: #2483eb;
  font-size: 1.15rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .section-news-v2 .section-wrapper {
    grid-template-columns: 1fr;
  }
}

/* subpage */
.filter-btn {
  border: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  background-color: #fff;
}
.filter-btn i {
  margin-right: 5px;
}
.filter-btn.btn-white {
  background-color: #fff;
}
.filter-btn.btn-blue {
  background-color: #2196f3;
  color: #fff;
}
.filter-btn:hover {
  color: #000;
  background-color: #ccc;
}

.filter-btn ~ .filter-btn {
  margin-left: 5px;
}

.filter-input {
  padding: 5px 10px;
  height: 40px;
  border: 1px solid #fff;
}

.filter-input-wrapper {
  width: auto;
}

.filter-subtitle::before {
  display: inline-block;
  content: "/";
  padding: 0 5px;
}

@media (max-width: 768px) {
  .filter-input-wrapper {
    width: 100%;
  }
  .filter-input {
    border: 1px solid #ccc;
    height: 34px;
  }
}
.section-filter {
  color: #2483eb;
}
.section-filter .filter-form {
  border-bottom: 6px solid #ccc;
}
.section-filter .filter-title {
  color: #2483eb;
}

.section-paginate {
  padding: 15px 0;
}
.section-paginate .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
.section-paginate .pagination li > span,
.section-paginate .pagination li > a {
  display: block;
  padding: 5px 10px;
  min-width: 40px;
  text-align: center;
  color: #000;
  background-color: transparent;
  transition: all 0.2s ease;
}
.section-paginate .pagination li:hover > span,
.section-paginate .pagination li:hover > a {
  background-color: #000;
  color: #fff;
}
.section-paginate .pagination li.disabled > a {
  color: #ccc;
  background-color: transparent;
}
.section-paginate .pagination li.active span {
  background-color: #000;
  color: #fff;
}
.section-paginate .pagination li ~ li {
  margin-left: 5px;
}

.section-subpage {
  padding: 0;
}

.section-360 .img-wrapper {
  margin-bottom: 20px;
  background-color: #fff;
}
.section-360 .img-wrapper .w3-container {
  padding: 20px;
}

.section-article-detail,
.section-point-detail {
  margin-top: -100px;
  position: relative;
  z-index: 2;
}
.section-article-detail .box-heading,
.section-point-detail .box-heading {
  padding: 10px;
  min-height: 64px;
}
.section-article-detail .box-heading h4,
.section-point-detail .box-heading h4 {
  font-size: 2rem;
  color: #2483eb;
}
.section-article-detail .box-btn,
.section-point-detail .box-btn {
  align-items: center;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  cursor: pointer;
}
.section-article-detail .box-btn i,
.section-point-detail .box-btn i {
  margin-right: 5px;
}
.section-article-detail .about-image img,
.section-point-detail .about-image img {
  border-radius: 8px;
}
.section-article-detail .box-video .section-heading,
.section-article-detail .box-360-panorama .section-heading,
.section-point-detail .box-video .section-heading,
.section-point-detail .box-360-panorama .section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .section-article-detail .box-heading,
  .section-point-detail .box-heading {
    padding: 5px;
    min-height: auto;
  }
  .section-article-detail .box-heading h4,
  .section-point-detail .box-heading h4 {
    font-size: 1.5rem;
  }
  .section-article-detail .box-btn,
  .section-point-detail .box-btn {
    padding: 8px 12px;
    font-size: 14px;
  }
}

.section-article-detail .box-heading {
  min-height: 0;
  padding: 0;
}
.section-article-detail .article__meta {
  font-size: 0.9rem;
  margin-bottom: 10px;
}
.section-article-detail .article-list .card-list {
  border-radius: 12px;
  overflow: hidden;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.section-article-detail .article-list .card-list .card {
  padding: 15px;
  border-radius: 0;
  border: 0;
}
.section-article-detail .article-list .card-list .card:hover {
  transform: none;
  background-color: #eee;
  opacity: 1;
}
.section-article-detail .article-list .card-list .card ~ .card {
  border-top: 1px solid #ddd;
}
.section-article-detail .article-list .card-list .card .card-content {
  display: flex;
  gap: 10px;
}
.section-article-detail .article-list .card-list .card-thumb {
  flex: 0 0 150px;
}
.section-article-detail .article-list .card-list .card-thumb img {
  aspect-ratio: 16/10;
  object-fit: cover;
  border-radius: 6px;
}
.section-article-detail .article-list .card-list .card-meta {
  display: none;
}
.section-article-detail .article-list .card-list .card-body {
  padding: 0;
  flex: 1;
}
.section-article-detail .article-list .card-list .card-desc {
  font-size: 0.9rem;
  color: #555;
}
.section-article-detail .article-list .card-list .card-title {
  font-family: initial;
  font-weight: bold;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .section-article-detail .article-list .card-list .card-desc {
    display: none;
  }
}
.section-article-detail .news-relates {
  margin-top: 2rem;
}
.section-article-detail .news-relates .box-heading {
  min-height: 0;
}
.section-article-detail .news-relates .box-heading h4 {
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.section-sidebar {
  position: sticky;
  top: 60px;
}

.wrapper_404 {
  padding: 50px 15px;
}

/*----------------FOOTER-------------- */
.footer {
  overflow: hidden;
  padding-bottom: 50px;
  color: #fff;
}
.footer .section-heading {
  overflow: initial;
}
.footer .section-heading .heading .heading-line {
  align-items: flex-start;
  color: #fff;
}
.footer .section-heading .heading .heading-line .line-2 {
  color: #14b8c2;
}
.footer .section-heading .heading .line.line-right::before {
  width: 75vw;
  transform: translateX(75vw);
}
.footer a {
  color: #2483eb;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer a:hover {
  color: #37b3f6;
}

.footer-col h4 {
  color: #2483eb;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.25rem;
}
.footer-menu li:not(:last-child) {
  margin-bottom: 2rem;
}
.footer-menu li a {
  font-weight: 600;
  text-transform: capitalize;
}
.footer-menu li a:hover {
  padding-left: 8px;
}

.footer-col .social-links a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s ease;
}
.footer-col .social-links a:hover {
  color: #2483eb;
  background-color: #ffffff;
}

.footer-contact-info {
  color: #fff;
}

@media (max-width: 767px) {
  .footer-col {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 574px) {
  .footer-col {
    width: 100%;
  }
}
.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .nav-logo {
  position: relative;
  background: #ffffff;
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.08);
  padding: 0px 20px;
}

.mobile-menu .nav-logo img {
  max-width: 200px;
}

.mobile-menu .bottom-canvas {
  padding: 20px 20px 100px;
  height: 100vh;
  overflow-y: auto;
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  visibility: visible;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mobile-menu-visible .mobile-menu .menu-box {
  left: 0px;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(22, 30, 45, 0.3);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  opacity: 0;
}

.mobile-menu .menu-box {
  position: absolute;
  left: -300px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  background-color: #ffffff;
  z-index: 5;
  border-radius: 0px;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.close-btn {
  position: fixed;
  right: 18px;
  top: 15px;
  line-height: 30px;
  width: 34px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 9999999999;
  opacity: 0;
  visibility: hidden;
}

.mobile-menu-visible .close-btn {
  visibility: visible;
  opacity: 1;
}

.mobile-menu .close-btn:hover {
  opacity: 0.5;
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
}

.mobile-menu .navigation li > ul > li:last-child {
  border-bottom: none;
}

.mobile-menu .navigation li.dropdown2 .dropdown2-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  text-align: end;
  line-height: 44px;
  cursor: pointer;
  z-index: 5;
}

.mobile-menu .navigation li.dropdown2 > ul li a {
  border-bottom: unset;
  color: #161e2d;
}

.mobile-menu .navigation li.dropdown2 .dropdown2-btn span {
  opacity: 0;
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
  display: none;
  background: rgba(237, 32, 39, 0.1);
  padding: 15px 20px;
  border-radius: 10px;
}

.mobile-menu .navigation li > ul > li,
.mobile-menu .navigation li > ul > li > ul > li {
  margin-bottom: 0;
}

.mobile-menu .navigation li > ul > li > a {
  padding: 7px 0px !important;
  font-weight: 500;
}

.mobile-menu .navigation li > ul > li > ul {
  padding-left: 15px;
}

.mobile-menu .navigation li > ul > li > ul > li > a {
  padding-left: 40px;
}

.mobile-menu .close-btn:hover {
  opacity: 0.5;
}

.mobile-menu .navigation li > ul > li:last-child {
  border-bottom: none;
}

.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  font-weight: 600;
  line-height: 26px;
  padding: 10px 0px;
  font-size: 16px;
  color: #161e2d;
  text-transform: capitalize;
}

.mobile-menu .navigation li:hover > a,
.mobile-menu .navigation li.current > a,
.mobile-menu .navigation li.current li.current > a {
  color: #ffc800;
}

.main-header .sticky-header .navbar-header {
  display: none;
}

.main-header .outer-box {
  position: relative;
}

.main-header .sticky-header .main-menu .navigation > li > a {
  padding: 22px 0px;
}

.mobile-button {
  display: none;
  position: absolute;
  width: 26px;
  height: 26px;
  float: right;
  top: 50%;
  right: 0px;
  background-color: transparent;
  cursor: pointer;
  transition: all 0s ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mobile-button::before,
.mobile-button::after,
.mobile-button span {
  background-color: #ffc800;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.mobile-button::before,
.mobile-button::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.mobile-button span {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  overflow: hidden;
  text-indent: 200%;
}

.mobile-button::before {
  -webkit-transform: translate3d(0, -9px, 0);
  -moz-transform: translate3d(0, -9px, 0);
  transform: translate3d(0, -9px, 0);
}

.mobile-button::after {
  -webkit-transform: translate3d(0, 9px, 0);
  -moz-transform: translate3d(0, 9px, 0);
  transform: translate3d(0, 9px, 0);
}

.mobile-button.active span {
  opacity: 0;
}

.mobile-button.active::before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.mobile-button.active::after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.mobile-button.mobi-style::before,
.mobile-button.mobi-style::after,
.mobile-button.mobi-style span {
  background-color: #ffffff;
}

.mobile-menu .login-box {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.mobile-menu .login-box svg {
  margin-right: 5px;
}

.mobile-menu .login-box a,
.mobile-menu .login-box span {
  font-weight: 600;
}

.mobile-menu .menu-outer {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.mobile-menu .button-mobi-sell {
  margin-bottom: 15px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 20px;
}

.mobile-menu .button-mobi-sell a {
  width: 100%;
}

.mobile-menu .mobi-icon-box .box {
  margin-bottom: 19px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 19px;
}

.mobile-menu .mobi-icon-box .header-languages {
  margin-left: 0;
}

.mobile-menu .mobi-icon-box .box:last-child {
  border-bottom: 0;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.mobile-menu .mobi-icon-box .box .content {
  color: #a3abb0;
}

.mobile-menu .mobi-icon-box .box .content h5 {
  color: #5c6368;
}

.mobile-menu .mobi-icon-box .icon {
  margin-right: 10px;
  font-size: 20px;
}

.main-header .mobile-menu .menu-box .mCSB_scrollTools {
  width: 3px;
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
  background: rgba(255, 133, 0, 0.1);
}
.mobile-menu .navigation li.dropdown2 > a {
  padding-right: 25px;
}
.mobile-menu .navigation li.dropdown2 .dropdown2-btn {
  width: 25px;
}
.mobile-menu .nav-logo {
  color: #2483eb;
}

.text-variant-2 {
  color: #000;
}

.flat-account .title {
  font-size: 1.85rem;
  line-height: 1.3;
}
.flat-account .auth-line::before, .flat-account .auth-line::after {
  position: static;
  flex: 1;
  width: auto;
}
.flat-account .auth-line span {
  padding: 0 10px;
}
.flat-account .form-contact {
  padding: 10px 15px;
}

.box-pagination {
  margin-top: 30px;
}
.box-pagination .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 30px;
  gap: 10px;
}
.box-pagination .pagination li > span,
.box-pagination .pagination li > a {
  padding: 5px 12px;
  border-radius: 3px;
  background-color: #f5f5f5;
  color: #000;
  border: 1px solid #ddd;
  display: block;
  min-width: 38px;
  text-align: center;
}
.box-pagination .pagination li.disabled {
  display: none;
}
.box-pagination .pagination li.disabled > a {
  background-color: #eee;
}
.box-pagination .pagination li.active > span, .box-pagination .pagination li:hover > a {
  background-color: #ffc800;
  color: #ffffff;
  border-color: #fef3db;
}

.navigation-menu-footer li a {
  color: #fff;
}
.navigation-menu-footer li a::after {
  background-color: #ffc800;
}

.footer .content-footer-bottom .copyright {
  color: #fff;
}

.vlist-app {
  display: none;
}
.vlist-app.show {
  display: block;
}

.vlist-loadmore {
  border-radius: 25px;
  font-size: 0.95rem;
}

.modal-open .home-header,
.modal-open .is-sticky {
  right: 8px;
}

.breadcrumb {
  font-size: 0.95rem;
}
.breadcrumb li a {
  color: #fff;
}
.breadcrumb li a:hover {
  color: #ffc800;
}

.main-error {
  padding: 15px 0 35px 0;
}
.main-error .content_404 {
  padding: 20px;
}
.main-error h1 {
  font-size: 1.5rem;
  line-height: 1.35;
  margin-bottom: 20px;
}
.main-error .btn-404 {
  border: 1px solid #fef3db;
  color: #ffc800;
  padding: 10px 25px;
  border-radius: 16px;
}

@media (max-width: 768px) {
  .mobile-button {
    position: relative;
    transform: none;
  }
  .main-header {
    height: auto;
    padding: 0;
    background-color: #fff;
  }
  .main-header .logo-box .logo img {
    padding: 5px 0;
  }
  .main-header.home-header {
    padding: 0;
    background-color: #fff;
  }
  .main-header.home-header .logo-box .logo img {
    padding: 5px 0;
  }
  .main-header.is-sticky, .main-header.fixed-header {
    padding: 0;
  }
  .mobile-button::before, .mobile-button::after,
  .mobile-button span {
    background-color: #fff;
  }
  .main-header .header-lower .nav-outer {
    margin-right: 40px;
  }
  .flat-tab-form .nav-tab-form.style-3 .nav-link-item {
    padding: 10px 15px;
  }
  .form-filter {
    margin-top: -47px;
    padding-bottom: 30px;
  }
  .section-cover .logo-image {
    height: 100%;
  }
  .section-cover .section-heading {
    padding: 100px 0 50px 0;
  }
  .section-banner .cover-content {
    padding: 0 20px;
    height: 600px;
    max-height: 80vh;
  }
  .flat-contact-form {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .flat-contact-form .box-left {
    flex: 1 1 auto;
  }
  .flat-contact-form .box-right {
    flex: 1 1 auto;
  }
  .flat-latest-news {
    padding-top: 0;
  }
  .flat-latest-news .col-left .flat-blog-item .content-box {
    padding: 15px;
  }
  .flat-latest-news .col-left .flat-blog-item .content-box .title {
    font-size: 1.25rem;
    line-height: 1.35;
  }
  .flat-latest-news .col-left .flat-blog-item .img-style img {
    height: auto;
  }
  .flat-latest-news .col-right .flat-blog-item .content-box {
    padding: 10px;
  }
  .flat-latest-news .col-right .flat-blog-item .content-box .title {
    font-size: 1.15rem;
  }
  .flat-contact-form .box-right {
    padding: 25px;
  }
  .flat-contact-form .box-right .box-head .box-title {
    padding-top: 0;
  }
  .flat-contact-form .box-right .box-head .box-title .text-maintitle {
    font-size: 2rem;
    line-height: 1.35;
  }
  .footer .footer-menu {
    margin-top: 50px;
    gap: 0;
  }
  .footer .footer-menu .menu-item {
    flex: 0 0 50%;
  }
  .footer .top-footer .content-footer-top .footer-logo .text-en {
    display: none;
  }
  .content-footer-bottom .menu-language {
    margin: 0 auto;
  }
  .modal-open .home-header,
  .modal-open .is-sticky {
    right: 0;
  }
}
@media (max-width: 375.9px) {
  .flat-cover .cover-content .heading .title {
    font-size: 2rem;
  }
}