body {
  background: var(--Palette-Color-Invert-invert, #f2f0e8);
}

/* Breadcrumb */
.breadcrumb {
  display: flex;
  padding: 1.5rem 0rem;
  align-items: center;
}
@media screen and (max-width: 639.98px) {
  .breadcrumb {
    padding: 1.5rem 1rem;
  }
}

.breadcrumb a {
  color: var(--Palette-Color-Text---Title-text---title, #242421);
  font-family: 'Be Vietnam';
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 115%; /* 0.8625rem */
  text-transform: uppercase;
  display: flex;
  align-items: center;
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
}

.breadcrumb a:hover,
.breadcrumb a:last-child {
  opacity: 1;
}

.breadcrumb a:not(:last-child)::after {
  content: '';
  display: block;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 6.25rem;
  background: var(--Palette-Color-Text---Title-text---title, #242421);
  margin: 0 0.75rem;
}

/* pagination */
.pagination__list {
  margin-top: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination__item {
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  justify-content: center;
  align-items: center;
  color: var(--Palette-Color-Dark-Green-xanh-en, #131f31);
  font-family: 'Be Vietnam';
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.3125rem */
  background-color: transparent;
  border: none;
  transition: all 0.3s ease-in-out;
}
.pagination__item.active {
  background: var(--Palette-Color-Dark-Green-xanh-en, #131f31);
  color: var(--Palette-Color-White-white, #fff);
}
@media screen and (min-width: 639.98px) {
  .pagination__item:hover:not(.not-hover) {
    background: var(--Palette-Color-Dark-Green-xanh-en, #131f31);
    color: var(--Palette-Color-White-white, #fff);
  }
}

/* select item filter */
select,
::picker(select) {
  appearance: base-select;
}

select {
  height: 4.0625rem;
  width: 100%;
  border-radius: 2.5rem;
  background: #f4f4f4;
  padding: 0.5rem 1.75rem;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0;
  outline: 0;
}

select::picker-icon {
  display: none;
}

::picker(select) {
  margin-top: 1rem;
  border: none;
  border-radius: 1.5rem;
  background: #fff;
  /* Filter */
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}

option {
  display: flex;
  padding: 0.75rem 1rem 0.75rem 1.25rem;
  align-items: flex-start;
  align-self: stretch;
}

select .arrow {
  width: 1.25rem;
  height: 1.25rem;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}

select:open .arrow {
  rotate: 180deg;
}

select .selected-content__header {
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--Palette-Color-Buttons-no-atv-butt-no-atv---sub, #6c6c6a);
  text-overflow: ellipsis;
  font-family: 'Be Vietnam';
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.3125rem */
}

select selectedcontent {
  margin-top: 0.25rem;
  overflow: hidden;
  color: var(--Palette-Color-Text---Title-text---title, #242421);
  text-overflow: ellipsis;
  font-family: 'Be Vietnam';
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 1.3125rem */
  text-transform: uppercase;
}

select .icon {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
  margin-right: 0.5rem;
}

.custom-select .arrow {
  width: 1.25rem;
  height: 1.25rem;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.selected-content__header {
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--Palette-Color-Buttons-no-atv-butt-no-atv---sub, #6c6c6a);
  text-overflow: ellipsis;
  font-family: 'Be Vietnam';
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.3125rem */
}

.custom-select .icon {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
  margin-right: 0.5rem;
}

.hidden-select {
  position: absolute;
  opacity: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.custom-select {
  position: relative;
  height: 4.0625rem;
  width: 100%;
  border-radius: 2.5rem;
  background: #f4f4f4;
  cursor: pointer;
}

.selected-content {
  height: 100%;
  width: 100%;
  border-radius: 2.5rem;
  padding: 0.5rem 1.75rem;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.selected-content-value {
  margin-top: 0.25rem;
  overflow: hidden;
  color: var(--Palette-Color-Text---Title-text---title, #242421);
  text-overflow: ellipsis;
  font-family: 'Be Vietnam';
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
}

.select-options {
  display: none;
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
  right: 0;
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  z-index: 10;
}

.custom-select.active .select-options {
  display: block;
}

.custom-select.active .arrow {
  rotate: 180deg;
}

.option {
  padding: 0.75rem 1rem 0.75rem 1.25rem;
  cursor: pointer;
  transition: background-color 0.2s;
}

.option:hover {
  background-color: #f4f4f4;
}

/* list filter */
#tourlist .filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: flex;
  padding: 0.75rem;
  align-items: center;
  border-radius: 2.5rem;
  background: #fff;
}

#tourlist .filter__item {
  flex: 1;
}
#tourlist .filter__item:not(:last-child) {
  margin-right: 0.75rem;
}

/* filter mb */
.filter-mb {
  display: none;
}
@media screen and (max-width: 639.98px) {
  #tourlist .filter__item:not(:last-child) {
    margin-right: 0rem;
	height: 100%;
	border-right: 1px solid #d3d1ca;
  }
/*   #tourlist .filter__item {
    border-right: 1px solid #d3d1ca;
  } */

  .filter-mb {
    display: grid;
	grid-template-columns: repeat(4,1fr);
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
  }

  .filter-mb .filter__trigger {
    display: flex;
    width: 6.7rem;
    padding: 0.75rem 0.5rem;
    justify-content: center;
    align-items: center;
    background: #fff;
	height: 100%;
    overflow: hidden;
    color: var(--Palette-Color-Buttons-no-atv-butt-no-atv---sub, #6c6c6a);
    text-overflow: ellipsis;
    font-family: 'Be Vietnam';
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.3125rem */
  }

  .filter-mb .filter__trigger--icon {
    display: flex;
    width: 3.3125rem;
    height: 3.3125rem;
    justify-content: center;
    align-items: center;
    background: var(--Palette-Color-Green-test-2, #286a00);
  }

  .filter-mb .filter__trigger img {
    display: flex;
    width: 1.25rem;
    height: 1.25rem;
    padding: 0.16919rem 0.117rem 0.16919rem 0.11656rem;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-right: 0.5rem;
  }
	.filter-mb .filter__trigger span {
		font-size: 0.625rem;
	}
  .filter-mb .filter__trigger--icon img {
    margin-right: 0;
  }

  .filter-mb .filter__content {
    display: flex;
    flex-direction: column;
    position: fixed;
    transition: all 0.5s ease-in-out;
    transform: translateY(100%);
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04);
  }

  .filter-mb .filter__content__title {
    display: flex;
    padding: 0.875rem 0.75rem;
    justify-content: center;
    align-items: center;
    background: var(--Palette-Color-Green-test-2, #286a00);
    color: var(--Palette-Color-White-white, #fff);
    font-family: 'ABC Ginto Nord Condensed Unlicensed Trial';
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 1.3rem */
    text-transform: uppercase;
  }
  .filter-mb .filter__content__item {
    display: flex;
    padding: 0.75rem 1rem 0.75rem 1.25rem;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    color: var(--Palette-Color-Text---Title-text---title, #242421);
    text-overflow: ellipsis;
    line-clamp: 1;
    font-family: 'Be Vietnam';
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 1.3125rem */
  }
  .filter-mb .filter__content__item input[type='radio'],
  .filter-mb .filter__content__item input[type='radio']:not(:checked) ~ .check-icon {
    display: none;
  }
  .filter-mb .filter__content__item input[type='radio']:checked ~ span {
    background: var(--Palette-Color-Green-test-2, linear-gradient(180deg, #aacf00 0%, #70a513 99.96%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .filter-mb .filter__content__footer {
    width: 8.375rem;
    height: 0.3125rem;
    margin: 1.25rem auto 0.5rem;
    border-radius: 0.3125rem;
    background: var(--greyscaletext-90, #1d1d1d);
  }
}

/* body */
#tourlist {
  padding: 0 3rem;
  margin-top: 6.75rem;
}

#tourlist .pc-h1-bold {
  color: var(--Palette-Color-Text---Title-text---title, #242421);
  padding: 1.5rem 0rem;
  margin-bottom: 0;
}
@media screen and (max-width: 639.98px) {
  #tourlist .pc-h1-bold {
    padding: 0rem 1rem;
    font-size: 2.5rem;
    line-height: 110%; /* 2.75rem */
  }
}

/* tours */
#tourlist .item-tour-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}
#tourlist .item-tour {
  height: 23.3125rem;
  display: flex;
  flex-direction: column;
  position: relative;
}

#tourlist .item-tour__img {
  height: 11.4375rem;
  overflow: hidden;
  position: relative;
}
#tourlist .item-tour__img .tag {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.5625rem;
  width: 11.4375rem;
  position: absolute;
  top: 4.45rem;
  right: -4.5rem;
  transform: rotate(90deg);
  background: #d8eda3;

  color: #98b74a;
  font-family: 'Be Vietnam';
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 1.3125rem */
  text-transform: uppercase;
}
#tourlist .item-tour__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease-out;
}
#tourlist .item-tour__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem 1.25rem 1.25rem 1.25rem;
  background: var(--Palette-Color-White-white, #fff);
}

#tourlist .item-tour__title {
  color: var(--Palette-Color-Text---Title-text---title, #242421);
  font-family: 'ABC Ginto Nord Condensed Unlicensed Trial';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 1.4625rem */
  text-transform: uppercase;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (min-width: 639.98px) {
  #tourlist .item-tour:hover .item-tour__img img {
    transform: scale(1.36);
  }

  #tourlist .item-tour:hover .item-tour__title {
    text-decoration: underline;
  }
}

#tourlist .item-tour__info {
  display: flex;
  align-items: center;
  color: var(--Palette-Color-Buttons-no-atv-butt-no-atv---sub, #6c6c6a);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 1.3125rem */
  margin-top: 0.375rem;
}
#tourlist .item-tour__info img {
  width: 1.25rem;
  height: 1.25rem;
  object-fit: contain;
  margin-right: 0.375rem;
}

#tourlist .item-tour__content-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#tourlist .item-tour__price {
  color: var(--Palette-Color-Green-test-2, #286a00);
  font-family: 'Be Vietnam';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 1.5rem */
  text-transform: uppercase;
}

#tourlist .discover {
  display: flex;
  padding: 0.875rem 1.5rem;
  justify-content: center;
  align-items: center;
  border: 1px solid #d3d1ca;
  background: var(--Palette-Color-White-white, #fff);

  color: var(--Palette-Color-Text---Title-text---title, #242421);
  font-family: 'Be Vietnam';
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 115%; /* 0.8625rem */
  text-transform: uppercase;
  transition: all 0.5s ease-out;
  position: relative;
    z-index: 1;
}

#tourlist .item-tour__link {
        position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#tourlist .discover svg {
  width: 1.18813rem;
  height: 1.1875rem;
  margin-left: 0.625rem;
  stroke: black;
  transition: all 0.5s ease-out;
}

.bottom-page {
  margin-top: 3.75rem;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 639.98px) {
  #tourlist .discover:hover {
    background: var(--Palette-Color-Dark-Green-xanh-en, #131F31);
    color: var(--Palette-Color-Invert-invert, #f2f0e8);
    border-color: var(--Palette-Color-Text---Title-text---title, #242421);
  }
  #tourlist .discover:hover svg {
    stroke: white;
  }
}

@media screen and (max-width: 639.98px) {
  #tourlist {
    padding: 0;
    margin-top: 4rem;
  }

  #tourlist .filter {
    display: none;
  }

  #tourlist .item-tour-wrap {
    grid-template-columns: 1fr;
    gap: 0.875rem;
    margin-top: 1rem;
  }

  #tourlist .item-tour {
    height: 9.625rem;
    flex-direction: row;
  }

  #tourlist .item-tour__img {
    width: 10.875rem;
    height: 100%;
  }
  #tourlist .item-tour__img .tag {
    height: 1.625rem;
    width: 9.625rem;
    top: 4rem;
    right: auto;
    left: -4rem;
    font-size: 0.625rem;
  }
  #tourlist .item-tour__img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s ease-out;
  }
  #tourlist .item-tour__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.5rem 0.75rem;
    background: var(--Palette-Color-White-white, #fff);
  }

  #tourlist .item-tour__title {
    color: var(--Palette-Color-Text---Title-text---title, #242421);
    font-family: 'ABC Ginto Nord Condensed Unlicensed Trial';
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 115%; /* 0.93438rem */
    text-transform: uppercase;
    line-clamp: 3;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0.5rem 0;
  }

  #tourlist .item-tour__content-top {
    display: flex;
    flex-direction: column-reverse;
  }

  #tourlist .item-tour__info-wrap {
    display: flex;
    align-items: center;
  }
  #tourlist .item-tour__info {
    font-size: 0.625rem;
    margin-top: 0;
  }
  #tourlist .item-tour__info:not(:last-child) {
    margin-right: 0.625rem;
  }
  #tourlist .item-tour__info img {
    width: 0.875rem;
    height: 0.875rem;
    margin-right: 0.25rem;
  }

  #tourlist .item-tour__content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  #tourlist .item-tour__price {
    font-family: 'ABC Ginto Nord Condensed Unlicensed Trial';
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 130%; /* 1.1375rem */
    margin-bottom: 0.25rem;
  }

  #tourlist .discover {
    height: 2.5rem;
    width: 100%;
    padding: 0.875rem;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #d3d1ca;
    background: var(--Palette-Color-Dark-Green-xanh-en, #131f31);
    color: var(--Palette-Color-White-white, #fff);
  }

  #tourlist .discover svg {
    stroke: white;
  }
}


  #tourlist .filter__overlay {
    content: '';
    display: block;
    position: fixed;
    z-index: -10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-out;
    display: none;
  }
  
/* no-results-found */
.no-results-found {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6rem 0;
  grid-column-start: 1;
  grid-column-end: 5;
}
.no-results-found__img {
  width: 5rem;
  height: 5rem;
  object-fit: contain;
  margin-bottom: 1.5rem;
}
.no-results-found__title {
  margin-bottom: 0.875rem;
  color: var(--Palette-Color-Text---Title-text---title, #242421);
  text-align: center;
  font-family: 'ABC Ginto Nord Condensed Unlicensed Trial';
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 3.6rem */
  letter-spacing: -0.09375rem;
  text-transform: uppercase;
}
.no-results-found__des {
  color: var(--Palette-Color-Buttons-no-atv-butt-no-atv---sub, #6c6c6a);
  text-align: center;
  width: 20.5625rem;
  font-family: 'Be Vietnam';
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
}

@media screen and (max-width: 639.98px) {
  .no-results-found__title {
    font-size: 2rem;
  }
  .no-results-found__des {
    width: 100%;
    padding: 0 1rem;
  }
}

#skeleton-wrapper {
  display: none;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

#tourlist .item-tour-wrap.loading ~ #skeleton-wrapper {
    display: grid;
}

#tourlist .item-tour-wrap.loading .no-results-found {
    display: none;
}


.skeleton-card {
      width: 100%;
  height: 22.0625rem;
}

.skeleton-card .skeleton-image {
  width: 100%;
  height: 60%;
  background: #e0e0e0;
  border-radius: 0.5rem;
  animation: shimmer 1.5s infinite linear;
}

.skeleton-card .skeleton-text {
  width: 100%;
  height: 8%;
  background: #e0e0e0;
  border-radius: 0.25rem;
  animation: shimmer 1.5s infinite linear;
  margin-top: 0.5rem;
}

.skeleton-card .skeleton-text.short {
  width: 60%;
}
.skeleton-card .row {
  margin-top: 0.5rem;
  height: 8%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.skeleton-card .row .skeleton-text {
  height: 100%;
  margin-top: 0;
}
.skeleton-card .skeleton-btn {
  width: 20%;
  height: 100%;
  background: #e0e0e0;
  border-radius: 0.25rem;
  animation: shimmer 1.5s infinite linear;
  margin-top: 0;
}

@keyframes shimmer {
  0% {
    background-position: 100%;
  }
  100% {
    background-position: -100%;
  }
}

.skeleton-card .skeleton-image,
.skeleton-card .skeleton-text,
.skeleton-card .skeleton-btn {
  background: linear-gradient(90deg, #e0e0e0 25%, #f5f5f5 50%, #e0e0e0 75%);
  background-size: 200% 100%;
}

@media screen and (max-width: 639.98px) {
  #skeleton-wrapper {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 0;
  }
  .skeleton-card {
    height: 9.5rem;
  }

  .skeleton-card .skeleton-image {
    width: 100%;
    height: 100%;
  }
  .skeleton-card .skeleton-text,
  .skeleton-card .skeleton-btn,
  .skeleton-card .row {
    display: none;
  }
}