.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.title-bg {
  position: absolute;
  top: -50px;
}

.title-bg h2 {
  font-size: 59px;
  font-weight: 900;
  line-height: 1.5;
  background: linear-gradient(
    180deg,
    rgba(186, 186, 186, 0.35) 0%,
    rgba(228, 228, 228, 0.21) 60.1%,
    rgba(255, 255, 255, 0) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
}
.title-about .ux-logo-link {
  padding: 0px !important;
  width: 24px;
  height: 26px;
}
.title-about .ux-logo-link img {
  height: 100% !important;
}

.title-about h3 {
  margin-bottom: 0px !important;
}

.title-about .col-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0px 12px;
}

.zoom-img img {
  transition: all 0.5s ease;
  transform: scale(1);
}
.zoom-img:hover img {
  transform: scale(1.1);
}

.img-full {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.line-6 {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.grid {
  display: grid;
}

.rem\:gap-\[30px\] {
  gap: 30px;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.col-span-full {
  grid-column: 1 / -1;
}

.hide {
  display: none;
}

.block {
  display: block;
}
.facetwp-facet,
form {
  margin-bottom: 0px !important;
}

.fs-label-wrap .fs-label {
  padding: 0px !important;
}
.fs-label-wrap {
  border: none !important;
}
.fs-search,
.fs-arrow {
  display: none;
}
.fs-wrap {
  width: 100% !important;
}
.fs-wrap.single {
  display: block !important;
  cursor: pointer !important;
  width: 100% !important;
}

.filter-item .fs-label-wrap {
  flex: 1 1 0%;
  appearance: none;
  outline-width: 0;
  border-width: 0;
  background-image: url("../img/select.svg");
  background-position: right 1rem center;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 145px;
  color: rgb(192 197 201);
}

.from-group select {
  background-image: url("../img/select.svg") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
}
.list-pagination {
  margin-top: 40px;
}
.list-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.list-pagination ul li {
  list-style: none;
  margin: 0px;
}
.list-pagination ul li:hover span,
.list-pagination ul li:hover a,
.list-pagination ul li.active span,
.list-pagination ul li.active a {
  background: var(--surface-primary);
  color: var(--white);
}
.list-pagination ul li span,
.list-pagination ul li a {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background: #e2e6ea;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #48494d;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s ease;
}

.no-result {
  grid-column: span 2 / span 2;
  padding-top: 55px;
  padding-bottom: 55px;
}
.section-404 {
  padding: 128px 0px;
}
.section-404 .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 32px;
}
.button-back .btn-back {
  background: var(--surface);
  color: var(--white);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 8px;
  padding: 4px 64px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .title-bg h2 {
    font-size: 74px;
  }
}

@media (min-width: 768px) {
  .section-404 .image {
    width: 550px;
    overflow: hidden;
  }
}
