.block-banners {
  background: #F9E5E9 !important;
  padding-top: 60px !important;
}

.from-search-employer {
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translateX(-50%) translateY(50%);
  z-index: 2;
  display: flex;
  align-items: center;
  height: 0;
}

.form-area {
  width: 560px;
}
.form-area form {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 16px;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 10px 12px 20px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  padding: 28px 32px;
}
.form-area .form-box {
  width: 100%;
}
.form-area label {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
}
.form-area input {
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #fff;
  padding: 15px;
  font-size: 14px;
  height: 48px;
}
.form-area input:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(198, 0, 36, 0.6);
  border-color: #C60024;
}
.form-area .form-btn {
  height: 48px;
  background: #C60024;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  grid-gap: 12px;
  text-transform: uppercase;
}
.form-area .title1 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 16px;
  color: #C60024;
}
.form-area .title2 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 24px;
}

.slide-banner .item {
  display: flex;
  justify-content: flex-end;
}

.main-list {
  padding: 48px 0;
}
.main-list .h1_title {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 48px;
  text-align: center;
  text-transform: uppercase;
  color: #C60024;
}

.list-employer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px;
}
.list-employer .item-employer {
  background: #FFFFFF;
  box-shadow: 10px 12px 20px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  overflow: hidden;
}
.list-employer .item-employer .img-banner {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-employer .item-employer .item-content {
  padding: 52px 24px 24px;
  position: relative;
}
.list-employer .item-employer .item-content .image {
  background: #FFFFFF;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  position: absolute;
  left: 24px;
  top: -32px;
}
.list-employer .item-employer .item-content .name {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 16px;
  color: rgba(0, 0, 0, 0.87);
}
.list-employer .item-employer .item-content .des {
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 84px;
  line-height: 21px;
}
.list-employer .item-employer .item-content .des h2 {
  margin: 0 0 0.5rem !important;
}
.list-employer .item-employer .item-content .des p:last-child {
  margin-bottom: 0;
}

@media (max-width: 960px) {
  .block-banners {
    display: flex;
    flex-wrap: wrap;
  }
  .block-banners .blocks-banner {
    order: 1;
    width: 100%;
  }
  .block-banners .from-search-employer {
    position: unset;
    transform: unset;
    order: 2;
    width: 100%;
    height: auto;
  }
  .form-area {
    width: 100%;
    margin-top: 20px;
  }
  .form-area .title1 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .slide-banner .item {
    display: block;
  }
  .block-banners img {
    margin: auto;
  }
  .form-area form {
    padding: 0;
    margin-bottom: 20px;
    background: none;
    box-shadow: none;
  }
  .main-list {
    padding-top: 20px;
  }
  .main-list h1 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .list-employer {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .list-employer .item-employer {
    border-radius: 4px;
    position: relative;
  }
  .list-employer .item-employer .img-banner {
    height: 100px;
  }
  .list-employer .item-employer .item-content {
    position: unset;
    padding: 10px;
  }
  .list-employer .item-employer .item-content .image {
    left: 10px;
    top: 10px;
  }
  .list-employer .item-employer .item-content .name {
    font-size: 14px;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 42px;
  }
  .main-list .h1_title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=home.css.map */