* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #171717;
}

.wrapper {
  max-width: 1440px;
  margin: 0 auto;
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

body {
  font-family: "Inter";
  background: #E5E5E5;
  font-weight: 400;
}

.button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 149px;
  height: 44px;
  padding: 8px 16px;
  cursor: pointer;
  border-radius: 8px;
}
.button--primary {
  background: #021A84;
  color: white;
}
.button--rounded {
  border: 1px solid #021A84;
  color: rgb(2, 26, 132);
  background: transparent;
}

.header {
  z-index: 10000;
  position: fixed;
  top: 0;
  background: white;
  padding: 20px 0;
  width: 100%;
  right: 0;
}
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-job {
  font-weight: 500;
  font-size: 18px;
}
.header-auth {
  cursor: pointer;
  align-items: center;
  display: flex;
  gap: 0 14px;
  color: black;
}
.header .button--rounded {
  margin-right: 14px;
  position: relative;
}
.header .button--rounded::after {
  content: "";
  border: 1px solid #999999;
  height: 15px;
  right: -14px;
  position: absolute;
}

@media screen and (max-width: 693px) {
  .header {
    padding: 5px 0px;
  }
  .header .button {
    width: 100px;
    padding: 0;
  }
  .header-container {
    flex-direction: column;
    align-items: flex-end;
  }
  .header-job {
    font-size: 13px;
  }
  .header-logo {
    order: 2;
    width: 100%;
    text-align: center;
  }
  .header-auth {
    gap: 0 4px;
  }
  .header-auth .button {
    border: none;
    font-size: 13px;
    width: 80px;
    margin-right: 0;
  }
  .header-auth .button--rounded::after {
    right: 4px;
  }
  .header-auth .button--primary {
    height: 20px;
  }
}
@media screen and (max-width: 540px) {
  .header {
    position: sticky;
  }
}
.banner {
  margin-top: 80px;
  margin-bottom: 52px;
}
.banner img {
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 540px) {
  .banner {
    margin-top: 0;
  }
}
.search {
  margin-bottom: 90px;
}
.search-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px;
}
.search-key {
  position: relative;
}
.search-key img {
  position: absolute;
  top: 15.5px;
  left: 18px;
}
.search-key .search-input {
  width: 672px;
  height: 51px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 16px;
  border: none;
  background: white;
  border-radius: 8px;
  backdrop-filter: blur(4px);
  padding-left: 46px;
}
.search-key .search-input:focus-visible {
  outline: none;
}
.search-location {
  position: relative;
  /*for IE10+*/
}
.search-location img {
  position: absolute;
  top: 13px;
  left: 0;
}
.search-location #location {
  border-radius: 8px;
  height: 50px;
  width: 271px;
  background: #FFFFFF;
  backdrop-filter: blur(4px);
  border: none;
  padding: 0 32px 0 44px;
}
.search-location #location:focus-visible {
  outline: 0;
}
.search-location select {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: white url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") no-repeat 90% 50% !important;
}
.search-location select::-ms-expand {
  padding: 80px;
}
.search-location option li {
  background-color: yellow;
}
.search-location select {
  outline: none;
}

.category-container {
  display: flex;
  align-items: center;
}
.category-title {
  margin-right: 20px;
}
.category-list {
  display: flex;
  gap: 0 16px;
}
.category-tag {
  padding: 4px 8px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.category-tag a {
  color: #021A84;
}

.location-list {
  display: none;
  background: white;
  padding: 10px;
}
.location .select-hide {
  display: none;
}

.job {
  margin-bottom: 108px;
}
.job-container {
  display: flex;
  flex-direction: column;
}
.job-header {
  display: flex;
  align-items: center;
  gap: 0 9px;
}
.job-image > img {
  max-width: 67px;
  align-items: center;
}
.job-title {
  font-weight: 700;
  font-size: 34px;
  background: -webkit-linear-gradient(0deg, #021A84, #021A84), linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.job .job-main .job-item {
  margin: 0 auto;
}
.job .job-main .job-item-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 365.33px;
  height: 180px;
  background: #FFFFFF;
  border: 1px solid white;
  box-shadow: 0px 16px 50px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 16px;
}
.job .job-main .job-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.job .job-main .job-item-brand {
  display: flex;
  gap: 0 8px;
}
.job .job-main .job-item-image img {
  width: 32px;
  height: 32px;
}
.job .job-main .job-item-name {
  line-height: 1;
  font-weight: 500;
  font-size: 16px;
  color: #171717;
  width: 186px;
  height: 32px;
}
.job .job-main .job-item-time {
  font-weight: 400;
  font-size: 12px;
  padding: 4px 8px;
  color: #021A84;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), #021A84;
  border-radius: 8px;
}
.job .job-main .job-item-main {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.job .job-main .job-item-profit-lists, .job .job-main .job-item-bonus-lists {
  gap: 0 16px;
  display: flex;
}
.job .job-main .job-item-profit-title, .job .job-main .job-item-bonus-title {
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 8px;
  background: -webkit-linear-gradient(0deg, #021A84, #021A84), linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.job .job-main .job-item-profit-price, .job .job-main .job-item-bonus-price {
  font-weight: 700;
  font-size: 14px;
  color: #171717;
  margin-bottom: 8px;
}
.job .job-main .job-item-profit .unit, .job .job-main .job-item-bonus .unit {
  color: #E5E5E5;
  font-weight: 400;
  font-size: 12px;
}
.job .job-main .job-item-profit-tag, .job .job-main .job-item-bonus-tag {
  font-weight: 400;
  font-size: 12px;
  padding: 4px 16px;
  color: #021A84;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), #021A84;
  border-radius: 8px;
}
.job .job-main .job-item-profit .button--primary, .job .job-main .job-item-bonus .button--primary {
  font-weight: 500;
  font-size: 12px;
  color: #FFFFFF;
  background: #FE4C4C;
  border-radius: 8px;
  width: 89px;
  height: 24px;
  transform: translateX(25%);
}
.job .job-main .job-item-profit {
  position: relative;
}
.job .job-main .job-item-profit::after {
  content: "";
  border: 1px solid #E5E5E5;
  height: 16px;
  right: 0px;
  top: 20%;
  position: absolute;
}
.job-lists {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 32px;
}
.job .ui-selected {
  border: 1px solid #021A84 !important;
  border-radius: 16px;
}
.job .ui-selectee:focus-visible {
  outline: none;
}
.job .ui-selectee:disabled {
  border: none;
}

@media screen and (max-width: 790px) {
  .job-header {
    margin-bottom: 20px;
  }
  .job-lists {
    width: 328px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 374.98px) {
  .job-container {
    align-items: center;
  }
  .job-item-container {
    width: 300px;
  }
}
.ui-selectable {
  touch-action: auto !important;
}

.infor {
  margin-bottom: 80px;
}
.infor-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.infor-title {
  background: -webkit-linear-gradient(0deg, #021A84, #021A84), linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 40px;
  text-align: center;
}
.infor-lists {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  text-align: center;
  gap: 15px 32px;
}
.infor-item {
  max-width: 365.33px;
  padding: 32px;
  border-radius: 16px;
}
.infor-item img {
  margin-bottom: 16px;
}
.infor-item:nth-child(1) {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), #2ADA66;
}
.infor-item:nth-child(1) .infor-item-title,
.infor-item:nth-child(1) .infor-item-text {
  background: linear-gradient(0deg, #2ADA66, #2ADA66), linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.infor-item:nth-child(2) {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), #021A84;
}
.infor-item:nth-child(2) .infor-item-title,
.infor-item:nth-child(2) .infor-item-text {
  background: linear-gradient(0deg, #021A84, #021A84), linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.infor-item:last-child {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), #E5532A;
}
.infor-item:last-child .infor-item-title,
.infor-item:last-child .infor-item-text {
  background: rgb(229, 83, 42);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.infor-item-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 8px;
}
.infor-item-text {
  font-weight: 400;
  font-size: 14px;
  height: 1.4285714286;
}

@media screen and (max-width: 910px) {
  .infor-lists {
    flex-wrap: wrap;
  }
}
.partner {
  margin-bottom: 80px;
}
.partner-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.partner-title {
  font-weight: 700;
  font-size: 34px;
  background: -webkit-linear-gradient(0deg, #021A84, #021A84), linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 auto;
  margin-bottom: 40px;
}
.partner-list {
  display: flex;
  align-items: center;
  gap: 76px;
  display: grid;
  grid-template-columns: repeat(5, minmax(70px, 1fr));
}
.partner-item {
  width: 156px !important;
  justify-content: flex-start;
  transform: translate3d(0, 0px, 0px);
}
.partner-item:not(:last-child) {
  margin-right: 60px;
}
.partner-item img {
  padding: 8px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  justify-content: flex-start;
}
.partner .slick-prev,
.partner .slick-next {
  display: none !important;
}
.partner .slick-list {
  transform: translate3d(60px, 0px, 0px) !important;
}
.partner .slick-slide {
  display: none !important;
}
.partner .slick-active {
  display: block !important;
}
.partner .slick-active > button {
  background: #021A84;
}
.partner .slick-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
}
.partner .slick-dots > li > button {
  color: transparent;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  border: 2px solid rgb(196, 196, 196);
}

@media screen and (max-width: 1279.98px) {
  .slick-slider {
    left: -55px;
  }
  .partner-list {
    gap: 10px;
  }
  .slick-dots {
    left: 55px;
    position: relative;
  }
}
@media screen and (max-width: 374.98px) {
  .slick-slider {
    left: -55px;
  }
}
.progress {
  margin-bottom: 80px;
}
.progress-container {
  display: flex;
  align-items: center;
  justify-items: center;
  flex-direction: column;
}
.progress-title {
  color: rgb(2, 26, 132);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5555555556;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  margin-bottom: 42px;
}
.progress-title > span {
  font-weight: 700;
  font-size: 34px;
  background: linear-gradient(0deg, #021A84, #021A84), linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.progress .guide {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px 100px;
  flex-wrap: wrap;
}
.progress .guide-item {
  text-align: center;
}
.progress .guide-title {
  font-weight: 700;
  font-size: 18px;
  color: rgb(23, 23, 23);
  margin-bottom: 8px;
}
.progress .guide-text {
  max-width: 297px;
  font-weight: 400;
  font-size: 14px;
}
.progress .guide-counter {
  margin-bottom: 20px;
}
.progress .guide-icon {
  margin-bottom: 16px;
}

.intro {
  margin-bottom: 40px;
}
.intro-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1160px;
  height: 119px;
  background: linear-gradient(220.53deg, #0CC64B 0%, #26AB5B 76.95%);
  border-radius: 20px;
  padding: 26px 0 26px 40px;
}
.intro-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.5384615385;
}
.intro-text {
  font-weight: 300;
  font-size: 13px;
}
.intro-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFFFFF;
}
.intro-image {
  width: 80px;
  height: 80px;
}
.intro-image img {
  width: 100%;
  transform: translate(0px, 10px);
}
.intro-right-container {
  border-radius: 0 20px 20px 0;
  background: rgba(255, 255, 255, 0.3);
  width: 233px;
  height: 119px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.intro-right .button--primary {
  width: 153px;
  height: 44px;
  font-weight: 500;
  font-size: 18px;
}

@media screen and (max-width: 715px) {
  .intro-container {
    height: 200px;
    display: flex;
    flex-direction: column;
    padding: 20px 0;
  }
  .intro-right-container {
    background: none;
  }
}
@media screen and (max-width: 441px) {
  .intro-container {
    height: 265px;
  }
  .intro-container {
    text-align: center;
  }
  .intro-left {
    display: flex;
    flex-direction: column;
  }
  .intro-title {
    font-size: 20px;
  }
}
.other {
  margin-bottom: 40px;
}
.other-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.other-email {
  align-items: center;
  display: flex;
  gap: 0 16px;
}
.other .form-email {
  width: 252px;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  padding: 8px 8px 8px 16px;
}
.other .form-email:focus-visible {
  outline: none;
}
.other-statis-list {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 0 32px;
}
.other-statis-item {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.other-statis-number {
  background: #FFFFFF;
  border-radius: 50px;
  padding: 11px 8px;
  font-weight: 700;
  font-size: 14px;
}

@media screen and (max-width: 630px) {
  .other-container {
    flex-direction: column;
    gap: 15px;
  }
  .other-email {
    order: 1;
  }
}
.footer {
  margin-bottom: 40px;
}
.footer-coppyright {
  padding: 40px 157px;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: rgb(153, 153, 153);
}
.footer-container {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding-bottom: 40px;
  border-bottom: 1px solid rgb(221, 219, 219);
}
.footer-address-title, .footer-contact-title, .footer-menu-title, .footer-acounts-title {
  font-weight: 700;
  font-size: 18px;
  background: linear-gradient(0deg, #021A84, #021A84), linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 4px;
}
.footer-address-text, .footer-contact-text, .footer-menu-text, .footer-acounts-text {
  max-width: 242px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5555555556;
  color: #999999;
}
.footer-address-list, .footer-contact-list, .footer-menu-list, .footer-acounts-list {
  display: flex;
  flex-direction: column;
  gap: 4px 0px;
}
.footer-address-item a, .footer-contact-item a, .footer-menu-item a, .footer-acounts-item a {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5555555556;
  color: #999999;
}
.footer-logo-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-logo-recland {
  position: relative;
  z-index: 0;
  margin-bottom: 18px;
}
.footer-logo-recland::before {
  width: 190.43px;
  content: "";
  position: absolute;
  border: 1px solid rgb(229, 229, 229);
  z-index: 1;
  top: 45px;
}

@media screen and (max-width: 985px) {
  .footer-container {
    padding-bottom: 20px;
  }
  .footer-logo {
    order: 1;
    margin-top: 25px;
    width: 100%;
    text-align: center;
  }
  .footer-logo-list {
    justify-content: center;
    gap: 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .footer-container {
    gap: 20px;
    justify-content: center;
  }
  .footer-address, .footer-contact, .footer-menu, .footer-acounts {
    width: 264px;
  }
  .footer-coppyright {
    font-size: 12px;
    padding: 40px 0;
  }
}

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