.item-themes {
  display: block;
  border-radius: 12px;
  position: relative;
  background: var(--white-1);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3019607843);
}
.item-themes .p-category {
  position: absolute;
  top: 0.88rem;
  left: 0.88rem;
  z-index: 1;
  padding: 0.375rem 0.5625rem;
  border-radius: 1.4375rem;
  background: var(--main-2, #004c73);
  color: var(--white-1, #fff);
  text-align: center;
  font-weight: 500;
  font-size: 0.875rem;
  font-style: normal;
  line-height: normal;
}
.item-themes .img {
  overflow: hidden;
  display: flex;
  align-items: start;
  justify-content: center;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  position: relative;
  height: 430px;
}
.item-themes .img img {
  transition: transform 1s ease;
  width: 100%;
  height: auto;
  max-width: 100%;
}
.item-themes .img .hover-view {
  z-index: 2;
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  margin-bottom: 0px;
  width: 5.5625rem;
  height: 5.5625rem;
  border-radius: 3.125rem;
  background: var(--second-2, #f97414);
  color: var(--white-1, #fff);
  text-align: center;
  font-weight: 500;
  font-size: 1.5rem;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.03rem;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
}
.item-themes .item-view .hover-view {
  display: grid;
}
.item-themes .title-more {
  padding: 12px 12px 20px;
  gap: 8px;
  display: grid !important;
}
.item-themes .title-more .title-theme {
  font-size: 16px;
  font-weight: 600;
  line-height: 21.78px;
  text-align: left;
  margin-bottom: 0px;
  color: #061020;
}
.item-themes .title-more .price-theme {
  font-size: 18px;
  font-weight: 500;
  line-height: 24.2px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #F97414;
}
.item-themes .title-more .price-theme del {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  letter-spacing: -0.2800000012px;
  text-align: left;
  color: #6D727C;
  margin-right: 8px;
}
.item-themes .title-more .more {
  margin-top: 8px;
  width: 100% !important;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 8px;
}
.item-themes .title-more .more .button-hover-all-2 {
  margin-bottom: 0px;
  padding: 12px 0px;
  border-radius: 100px;
}
.item-themes .title-more .more .button-hover-all-2 .span_1 {
  display: grid;
  justify-content: center;
}
.item-themes .title-more .more .button-hover-all-2 .span_1 .span_2 {
  color: var(--white-1, #fff);
  font-weight: 400;
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.00188rem;
  text-align: center;
  display: grid;
  justify-content: center;
  display: grid;
  justify-content: center;
  background: unset !important;
  padding-right: 0px !important;
}
.item-themes .title-more .more .button-hover-all-2 .span_1:after {
  color: var(--white-1, #fff);
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.00188rem;
  display: grid;
  justify-content: center;
  width: 100%;
  background: unset !important;
  padding-right: 0px !important;
}
.item-themes .title-more .more .flex-button-free-1 {
  background: #6D727C;
}

@media screen and (max-width: 768px) {
  .item-themes .title-more .more .button-hover-all-2 .span_1 .span_2 {
    font-size: 14px;
  }
  .item-themes .title-more .more .button-hover-all-2 .span_1:after {
    font-size: 14px;
  }
  .item-themes .title-more .more .button-hover-all-2 {
    padding: 16px 0px 16px 0px;
  }
  .item-themes .title-more .price-theme {
    font-size: 16px;
  }
  .item-themes .title-more .price-theme del {
    font-size: 12px;
  }
}
@media screen and (max-width: 550px) {
  main .banner .contentBanner form .innput-form input {
    font-size: 13px;
  }
  main .listThemes {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*# sourceMappingURL=theme.css.map */
