img {
  max-width: 100%;
}

.fw-medium {
  font-weight: 500;
}

.btn-primary {
  color: #fff;
}
.btn-primary:hover {
  color: #fff;
}

.navbar-custom {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 0;
}
.navbar-custom ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.navbar-custom a {
  display: block;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .navbar-custom .navbar-nav li {
    border-bottom: 1px solid #dee2e6;
  }
  .navbar-custom .navbar-nav a {
    font-size: 1.25rem;
    color: #212529;
    padding: 0.625rem;
  }
  .navbar-custom .navbar-nav .has-children > a {
    padding-right: calc(1.375rem + 1.5vw);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3e%3cpath d='M504-480 320-664l56-56 240 240-240 240-56-56 184-184Z'/%3e%3c/svg%3e");
  }
}
@media (max-width: 991.98px) and (min-width: 1200px) {
  .navbar-custom .navbar-nav .has-children > a {
    padding-right: 2.5rem;
  }
}
@media (max-width: 991.98px) {
  .navbar-custom .navbar-nav .nav-go-back {
    padding-left: calc(1.375rem + 1.5vw);
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3e%3cpath d='M560-240 320-480l240-240 56 56-184 184 184 184-56 56Z'/%3e%3c/svg%3e");
  }
}
@media (max-width: 991.98px) and (min-width: 1200px) {
  .navbar-custom .navbar-nav .nav-go-back {
    padding-left: 2.5rem;
  }
}
@media (max-width: 991.98px) {
  .navbar-custom .level-1 ul {
    overflow: auto;
    background-color: #fff;
    position: fixed;
    top: 46px;
    transition: ease-in-out 0.1s;
    left: 100%;
    width: 100vw;
    height: calc(100vh - 64px);
    height: calc(var(--app-height) - 64px);
    z-index: 10;
  }
}
@media (max-width: 991.98px) {
  .navbar-custom .active > ul {
    left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-custom .navbar-nav li + li {
    border-top: 1px solid #dee2e6;
  }
  .navbar-custom .navbar-nav .nav-go-back {
    display: none;
  }
  .navbar-custom .navbar-nav .nav-item {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .navbar-custom .navbar-nav .nav-item > ul {
    min-width: 200px;
    max-width: 240px;
    background-color: #fff;
    position: absolute;
    border: 1px solid #dee2e6;
    border-top: none;
  }
  .navbar-custom .navbar-nav .nav-item:hover > ul {
    display: block;
  }
  .navbar-custom .navbar-nav .nav-link {
    padding: 1.25rem;
    font-size: 1.25rem;
    color: #000;
  }
  html:not(.touch) .navbar-custom .navbar-nav .nav-link:hover {
    color: #0d6efd;
  }
  .navbar-custom .navbar-nav ul {
    display: none;
  }
  .navbar-custom .navbar-nav .level-2 a {
    color: #212529;
    padding: 0.5rem 1rem;
  }
  .navbar-custom .navbar-nav .level-2 a:hover {
    background-color: #f8f9fa;
  }
}

.copyright p {
  margin: 0;
}

.aside-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.aside-nav a.aside-nav-go-back {
  display: flex;
  align-items: center;
  padding-left: 0;
  font-weight: 500;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .aside-nav a.aside-nav-go-back {
    font-size: 1.5rem;
  }
}
.aside-nav a {
  transition: all 0.2s ease-in-out;
  display: block;
  text-decoration: none;
  padding: 0.875rem 1.25rem;
}
.aside-nav .level-1 > li {
  margin-top: 6px;
}
.aside-nav .level-1 > li:first-child {
  margin-top: 0;
}
.aside-nav .level-1 > li > a {
  background-color: #f8f9fa;
}
html:not(.touch) .aside-nav .level-1 > li > a:hover {
  background-color: #0d6efd;
  color: #fff;
}
.aside-nav .level-1 > li.active {
  position: relative;
}
.aside-nav .level-1 > li.active:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background-color: #0d6efd;
  z-index: 1;
}
.aside-nav .level-1 > li.active > a {
  font-weight: 500;
}
.aside-nav .level-2 > li > a {
  padding-left: calc(1.3375rem + 1.05vw);
}
@media (min-width: 1200px) {
  .aside-nav .level-2 > li > a {
    padding-left: 2.125rem;
  }
}
html:not(.touch) .aside-nav .level-2 > li:not(.active) > a:hover {
  background-color: #f8f9fa;
}
.aside-nav ul .current > a {
  color: #fff;
  background-color: #0d6efd;
}

.aside-nav-title {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.aside-nav-title:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 25%;
  background-color: #0d6efd;
}

.breadcrumb {
  position: relative;
}
.breadcrumb a {
  color: #fff;
}

.page-pre-detail {
  position: relative;
  background-size: cover;
  background-position: top;
  margin-bottom: calc(1.5rem + 3vw);
  padding: calc(1.5rem + 3vw) 0;
  background-color: #000;
}
@media (min-width: 1200px) {
  .page-pre-detail {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .page-pre-detail {
    padding: 3.75rem 0;
  }
}
.page-pre-detail:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  z-index: 1;
}
.page-pre-detail img {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.page-pre-detail h1 {
  position: relative;
  color: #fff;
  margin-bottom: 2rem;
}
.page-pre-detail .container {
  position: relative;
  z-index: 3;
}

.gallery-container {
  column-count: 1;
  column-gap: 20px;
  padding: 20px;
}
@media (min-width: 768px) {
  .gallery-container {
    column-count: 2;
  }
}
@media (min-width: 992px) {
  .gallery-container {
    column-count: 3;
  }
}
@media (min-width: 1400px) {
  .gallery-container {
    column-count: 4;
  }
}
.gallery-container .img-holder {
  display: inline-block;
  width: 100%;
  break-inside: avoid;
  margin-bottom: 20px;
}
#galleryModal .modal-dialog {
  max-width: none;
  width: 100%;
  height: 100%;
  margin: 0;
}
#galleryModal .modal-content {
  height: 100%;
  background-color: transparent;
}
#galleryModal .swiper-slide {
  text-align: center;
}
#galleryModal .img-holder {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  height: 90vh;
  align-items: center;
  justify-content: center;
}
#galleryModal .img-holder img {
  max-width: 100%;
  max-height: 100%;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
#galleryModal .img-holder .btn {
  position: absolute;
  top: 100%;
  left: 0;
}
#galleryModal .swiper-initialized .img-holder img {
  opacity: 1;
}

#gallerySwiper.loaded {
  visibility: visible;
  opacity: 1;
}
#gallerySwiper img {
  max-width: 100%;
  max-height: 100%;
}
#gallerySwiper .swiper-btn-next, #gallerySwiper .swiper-btn-prev {
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #6c757d;
}
#gallerySwiper .swiper-btn-next:hover, #gallerySwiper .swiper-btn-prev:hover {
  background-color: #ffc107;
  color: #6c757d;
}
#gallerySwiper .swiper-btn-next svg, #gallerySwiper .swiper-btn-prev svg {
  width: 10px;
}
#gallerySwiper .swiper-btn-next svg {
  position: relative;
  right: -1px;
}
#gallerySwiper .swiper-btn-prev svg {
  position: relative;
  left: -1px;
}
#gallerySwiper .swiper-btn-close {
  z-index: 10;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  position: absolute;
  right: 15px;
  top: 0;
  background-color: transparent;
  border: none;
}
#gallerySwiper .swiper-btn-prev {
  left: 10px;
}
#gallerySwiper .swiper-btn-next {
  right: 10px;
}

.hit {
  font-weight: 700;
}

.swiper-hero .swiper-slide:before {
  z-index: 10;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.swiper-hero img {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.swiper-hero .container {
  z-index: 100;
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .swiper-hero .container {
    height: 630px;
  }
}

.swiper-hero-content {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff;
}
