@font-face {
  font-family: "Raleway";
  src: url("fonts/Raleway-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("fonts/Raleway-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("fonts/Raleway-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("fonts/Raleway-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("fonts/Raleway-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.search-hero {
  padding: 5.625rem 0 8.125rem;
  background-color: #F5F5F5;
}
.search-hero .flex-column-gap-64 .heading-54 {
  color: #02539E;
  font-size: clamp(54px, 54px + 4 * (100vw - 1440px) / 480, 58px);
  font-weight: 600;
  line-height: 120%;
  text-transform: capitalize;
  text-align: center;
}
.search-hero .flex-column-gap-64 .box-search {
  display: flex;
  align-items: stretch;
  justify-content: center;
  border-radius: 24px;
  overflow: hidden;
  margin: 0 auto;
  max-width: 670px;
  width: 100%;
}
.search-hero .flex-column-gap-64 .box-search .group-input {
  display: flex;
  background-color: #ffffff;
  align-items: center;
  gap: 10px;
  padding: 12.5px 24px;
  flex-grow: 1;
}
.search-hero .flex-column-gap-64 .box-search .group-input input {
  width: 100%;
  color: #1F1F1F;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}
.search-hero .flex-column-gap-64 .box-search .group-input input::placeholder {
  opacity: 0.5;
}
.search-hero .flex-column-gap-64 .box-search .group-input .reset-input {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  cursor: pointer;
  opacity: 0;
}
.search-hero .flex-column-gap-64 .box-search .search-button {
  width: 115px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D8DE3F;
}
.search-hero .flex-column-gap-64 .box-search .search-button svg {
  width: 32px;
  height: 32px;
  padding: 3px;
}

.result-section {
  padding: 60px 0;
}
.result-section .result-wrapper {
  margin: 0 auto;
  max-width: 900px;
}
.result-section .result-wrapper .group-search-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: 1.5rem;
}
.result-section .result-wrapper .group-search-top .normal-text-18 .key-work {
  font-weight: 600;
}
.result-section .result-wrapper .group-search-top .group-ft {
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
  position: relative;
  min-width: 12.6rem;
  border-radius: 30px;
  position: relative;
  z-index: 7;
}
.result-section .result-wrapper .group-search-top .group-ft .filter-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  cursor: pointer;
}
.result-section .result-wrapper .group-search-top .group-ft .list-option-item {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border-radius: 0 0 30px 30px;
  display: none;
  overflow: hidden;
}
.result-section .result-wrapper .group-search-top .group-ft .list-option-item .option {
  cursor: pointer;
  padding: 10px 20px;
  text-align: center;
  transition: all 0.3s;
}
.result-section .result-wrapper .group-search-top .group-ft .list-option-item .option:hover {
  background-color: #D8DE3F;
}
.result-section .result-wrapper .group-search-top .group-ft.open {
  border-radius: 30px 30px 0 0;
  background-color: #F5F5F5;
}
.result-section .result-wrapper .group-search-top .group-ft.open .list-option-item {
  display: flex;
  background-color: #F5F5F5;
}
.result-section .result-wrapper .group-search-top .group-ft.open .arrow {
  transform: rotate(180deg);
}
.result-section .result-wrapper .tab-result .nav-tabs {
  margin: 20px 0 20px;
}
.result-section .result-wrapper .tab-result .nav-tabs .nav-link {
  border-color: #D8DE3F;
}
.result-section .result-wrapper .tab-result .nav-tabs .nav-link:hover {
  border-color: #1F1F1F;
  color: #1F1F1F;
}
.result-section .result-wrapper .tab-result .nav-tabs .nav-link.active:hover {
  border-color: #D8DE3F;
}
.result-section .result-wrapper .tab-result .tab-content .tab-pane.is-active {
  display: block;
}
.result-section .result-wrapper .tab-result .tab-content .list .rs-item {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #E8E8E8;
  gap: 10px;
}
.result-section .result-wrapper .tab-result .tab-content .list .rs-item .thumb {
  width: 30.5%;
  aspect-ratio: 1;
  border-radius: 30px;
  overflow: hidden;
  display: block;
  flex-shrink: 0;
}
.result-section .result-wrapper .tab-result .tab-content .list .rs-item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.result-section .result-wrapper .tab-result .tab-content .list .rs-item .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  padding: 20px;
  flex-grow: 1;
}
.result-section .result-wrapper .tab-result .tab-content .list .rs-item .content .top {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.result-section .result-wrapper .tab-result .tab-content .list .rs-item .content .meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.result-section .result-wrapper .tab-result .tab-content .list .rs-item .content .rs-btn {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.result-section .result-wrapper .tab-result .tab-content .list .rs-item .content .rs-btn .rs-icon {
  width: 24px;
  height: 24px;
  transition: all 0.5s;
  opacity: 0;
}
.result-section .result-wrapper .tab-result .tab-content .list .rs-item .content .rs-btn:hover .rs-icon {
  opacity: 1;
}
.result-section .result-wrapper .tab-result .tab-content .list .rs-item.brand .thumb {
  padding: 3rem;
  border: 1px solid #E8E8E8;
}
.result-section .result-wrapper .tab-result .tab-content .list .rs-item.brand .normal-text-18 {
  font-variant-numeric: lining-nums proportional-nums;
}
.result-section .result-wrapper .tab-result .tab-content .list .list-pagination {
  margin-top: 2rem;
}

@media screen and (max-width: 1023px) {
  .search-hero {
    padding: 3rem 0;
  }
  .search-hero .flex-column-gap-64 .heading-54 {
    font-size: 2.5rem;
  }
  .result-section {
    padding: 48px 0;
  }
  .result-section .result-wrapper .tab-result .tab-content .tab-pane.is-active {
    display: block;
  }
  .result-section .result-wrapper .tab-result .tab-content .list .rs-item {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #E8E8E8;
    gap: 10px;
  }
  .result-section .result-wrapper .tab-result .tab-content .list .rs-item .thumb {
    width: 30.5%;
    aspect-ratio: 1;
    border-radius: 30px;
    overflow: hidden;
    display: block;
    flex-shrink: 0;
  }
  .result-section .result-wrapper .tab-result .tab-content .list .rs-item .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .result-section .result-wrapper .tab-result .tab-content .list .rs-item .content {
    gap: 10px;
  }
  .result-section .result-wrapper .tab-result .tab-content .list .rs-item .content .rs-btn {
    margin-top: 10px;
  }
  .result-section .result-wrapper .tab-result .tab-content .list .rs-item.brand .thumb {
    padding: 35%;
    border-radius: 1px solid #F5F5F5;
  }
}
@media screen and (max-width: 767px) {
  .search-hero .flex-column-gap-64 {
    gap: 2.5rem;
  }
  .search-hero .flex-column-gap-64 .box-search .group-input {
    padding: 12px 16px;
  }
  .search-hero .flex-column-gap-64 .box-search .search-button {
    width: fit-content;
    padding: 10px 20px;
  }
  .search-hero .flex-column-gap-64 .box-search .search-button svg {
    width: 28px;
    height: 28px;
  }
  .result-section .result-wrapper .group-search-top .group-ft {
    display: none;
  }
  .result-section .result-wrapper .tab-result .nav-tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
    margin-bottom: 0;
  }
  .result-section .result-wrapper .tab-result .nav-tabs .nav-item {
    flex-shrink: 0;
  }
  .result-section .result-wrapper .tab-result .tab-content .list .rs-item {
    flex-direction: column;
    padding: 20px 0;
    gap: 20px;
  }
  .result-section .result-wrapper .tab-result .tab-content .list .rs-item .thumb {
    width: 100%;
  }
  .result-section .result-wrapper .tab-result .tab-content .list .rs-item .content {
    padding: 0;
  }
  .result-section .result-wrapper .tab-result .tab-content .list .rs-item.brand .thumb {
    padding: 35%;
    border-radius: 1px solid #F5F5F5;
  }
}
/*# sourceMappingURL=tpl-search.css.map */
