.process .layout-process {
  gap: 20px;
}
.process .layout-process .items {
  background-color: #f8f8f8;
  border-radius: 15px;
  width: calc((100% - 60px) / 4);
}
.process .layout-process .items .layout-img img {
  max-width: 56px;
}
.process .href-link {
  max-width: 400px;
}
.process .href-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #e5c403;
  border-radius: 10px;
  text-align: center;
  padding: 13px 0;
  color: #fff;
  margin: 2rem auto 1rem;
  width: 100%;
  max-width: 400px;
  height: 36px;
  transition: all 0.4s;
  gap: 0.5em;
}
.process .href-link a:hover {
  background: #b39902;
}

#MenuDestination.Destination-down {
  display: block;
  position: fixed;
  top: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  right: 0;
  left: 0;
  margin: auto;
  margin-top: 70px;
  background: #ffffff;
  transition: all 0.4s;
}

#MenuDestination1 {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 1200px;
  margin: auto;
  z-index: 100;
  transition: all 0.4s;
}
#MenuDestination1 .item img {
  width: 64px;
}

#MenuDestination {
  gap: 20px;
  transition: all 0.4s;
  position: sticky;
  top: 60px;
  padding: 0;
  z-index: 1;
}
#MenuDestination .item .label {
  position: absolute;
  opacity: 0;
  z-index: 0;
  bottom: 0;
  transform: translateY(100%);
  text-align: left;
}
#MenuDestination .item .search-mice {
  padding: 13px;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  -webkit-user-select: none;
  background: #e5c403;
  color: #fff;
  height: 48px;
  width: 200px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  #MenuDestination .item .search-mice {
    width: 55%;
    margin-right: auto;
    margin-left: auto;
  }
}
#MenuDestination .item .label.item-label {
  position: relative;
  opacity: 1;
  z-index: 0;
  bottom: 0;
  transform: translateY(0%);
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .view h3 {
    font-size: 28px;
  }
  .view .summary-content {
    width: 100%;
  }
}
#MenuDestination.Destination-up {
  transition: all 0.4s;
}

.href-link {
  z-index: 1;
}
.href-link a {
  display: block;
  overflow: hidden;
  background: #e5c403;
  border-radius: 5px;
  text-align: center;
  padding: 7px;
  color: #fff;
  margin: 5px auto 15px;
  width: 100%;
  max-width: 190px;
  height: 36px;
  transition: all 0.4s;
}
.href-link a:hover {
  background: #b39902;
}

.opacity-1 {
  opacity: 1;
}

.opacity-0 {
  opacity: 0;
}

.layout-becrums {
  justify-content: space-evenly;
}
.layout-becrums .item {
  transition: all 0.2s;
}
@media (max-width: 768px) {
  .layout-becrums .item:nth-child(4) {
    margin-top: 10px;
  }
}
.layout-becrums img.active {
  display: none;
}
.layout-becrums img {
  transition: all 0.2s;
}
.layout-becrums a {
  display: grid;
  justify-items: center;
  align-items: center;
}
.layout-becrums a p {
  transition: all 0.2s;
  color: #828897;
}

.item.active img.active {
  display: block;
}
.item.active img {
  display: none;
}
.item.active a p {
  color: #e5c403;
}

.layout-becrums .item:hover {
  transition: all 0.2s;
}
.layout-becrums .item:hover img.active {
  display: block;
}
.layout-becrums .item:hover img {
  display: none;
}
.layout-becrums .item:hover a p {
  color: #e5c403;
}

.item.active:hover img.active {
  display: block;
}
.item.active:hover img {
  display: none;
}

.layout-becrums .item:hover {
  transition: all 0.2s;
}
.layout-becrums .item:hover img.active {
  display: block;
}
.layout-becrums .item:hover img {
  display: none;
}
.layout-becrums .item:hover a p {
  color: #e5c403;
}

.view .w-60 {
  max-width: 60%;
  width: 60%;
  margin: auto;
}

span.select2.select2-container.select2-container--default {
  height: 48px;
  width: 245px !important;
  border: 1px solid #e1e2e6 !important;
  border-radius: 10px;
  padding: 10px;
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  -webkit-user-select: none;
  background: #fff;
}
@media (max-width: 768px) {
  span.select2.select2-container.select2-container--default {
    width: 100% !important;
  }
}

.select2-container--default .select2-selection--single {
  border: unset;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
}

.category .layout-categories {
  background: #f6f6f7;
  border-radius: 10px;
}
.category .layout-categories .item.active {
  border-radius: 10px;
  background: #fff;
}
@media (max-width: 768px) {
  .category .layout-categories .item.active {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .category .layout-categories {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    text-align: center;
  }
}

.layout-destination .layout-item {
  gap: 40px;
}
@media (max-width: 768px) {
  .layout-destination .layout-item {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-left: 2%;
    padding-right: 2%;
  }
}
.layout-destination .layout-item .items {
  transition: all 0.4s ease;
  width: calc((100% - 80px) / 3);
  overflow: hidden;
  height: 480px;
}
@media (max-width: 768px) {
  .layout-destination .layout-item .items {
    width: 100%;
    height: auto;
    max-height: 450px;
  }
}
.layout-destination .layout-item .items .layout-img {
  border-radius: 15px;
  transition: max-height 0.4s, border-radius 0.4s;
  background-color: rgb(250, 251, 251);
  width: 100%;
  height: auto;
  max-height: 267px;
  overflow: hidden;
}
.layout-destination .layout-item .items .layout-img img {
  border-radius: 15px;
  width: 100%;
  max-height: 267px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s ease-in-out, border-radius 0.3s;
}
.layout-destination .layout-item .items .layout-img::after {
  content: "";
  bottom: 0;
  left: 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: width 0.6s ease-in-out;
  z-index: 0;
  border-radius: 15px;
}
.layout-destination .layout-item .items .layout-title {
  z-index: 1;
}
.layout-destination .layout-item .items .layout-title h3 {
  color: #17233e;
}
.layout-destination .layout-item .items .layout-title .layout-summary {
  color: #828897;
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.layout-destination .layout-item .items a {
  color: #e5c403;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}
.layout-destination .layout-item .items a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #17233e;
  width: 0%;
  transition: width 0.3s ease-in;
}
.layout-destination .layout-item .items:hover .layout-title {
  position: absolute;
  top: 75%;
  left: 0;
  right: 0;
  width: 80%;
  margin: auto;
  color: #fff;
  transition: transform 0.35s, color 0.35s;
  transform: translate3d(0, -80%, 0);
}
.layout-destination .layout-item .items:hover .layout-title h3,
.layout-destination .layout-item .items:hover .layout-title .layout-summary {
  color: #fff;
}
.layout-destination .layout-item .items:hover .layout-img {
  max-height: 480px;
  height: 100%;
}
.layout-destination .layout-item .items:hover .layout-img img {
  height: 100%;
  max-height: 480px;
}
.layout-destination .layout-item .items:hover .layout-img::after {
  position: absolute;
  transition: all 0.4s ease;
  position: absolute;
  background: rgba(23, 35, 62, 0.7);
  -webkit-backdrop-filter: blur(0.2375rem);
  backdrop-filter: blur(0.2375rem);
  background-size: cover;
}
.layout-destination .layout-item .items:hover a {
  padding-top: 1.5rem 0;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  max-width: 115px;
  margin: auto;
}
.layout-destination .layout-item .items:hover a:hover::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 1px;
  background: #e5c403;
  width: 100%;
  transition: width 0.3s ease-in;
}

@media (max-width: 768px) {
  .banner .banner-name .name {
    font-size: 25px;
  }
  .banner .banner-name .content {
    width: 100% !important;
  }
  .category .container #MenuDestination {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 5px;
    margin-left: 3%;
    margin-right: 3%;
  }
  .category .container #MenuDestination.Destination-up {
    margin-top: unset !important;
    transition: transform 0.3s ease;
    will-change: transform;
  }
  .category .container #MenuDestination.Destination-down {
    display: flex !important;
    overflow-x: scroll;
    margin-top: 15%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 45%;
    transition: transform 0.3s ease;
    will-change: transform;
  }
  .category .container #MenuDestination.Destination-down .item:nth-child(4) {
    margin-top: unset !important;
  }
  .category .container #MenuDestination.Destination-down .item .search-mice {
    width: 170px;
  }
}/*# sourceMappingURL=mice.css.map */