.title-block {
  margin-bottom: 25px;
}
.title-block h2 {
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  color: #C60024;
  margin: 0;
}
.title-block a {
  font-weight: 700;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  grid-gap: 5px;
}
.title-block a svg {
  transition: 0.1s ease-in-out;
}
.title-block a:hover {
  color: #C60024;
}
.title-block a:hover svg {
  fill: #C60024;
}
.title-block .btn-sort {
  font-size: 16px;
  padding: 5px 20px;
  background: #fff;
  color: #C60024;
  border: 2px solid #C60024;
}
.title-block .sort ul {
  border: 2px solid #C60024;
  border-radius: 0;
}
.title-block .sort ul a {
  display: block;
  padding: 5px 10px;
}
.title-block .sort ul li.active a {
  color: #C60024;
}

.list-job {
  margin-bottom: 40px;
}
.list-job .item-job {
  box-shadow: 10px 12px 20px rgba(0, 0, 0, 0.04);
  transition: 0.3s ease-in-out;
}
.list-job .item-job .img {
  overflow: hidden;
}
.list-job .item-job img {
  border-radius: 4px 4px 0 0;
  transition: 0.2s ease-in-out;
}
.list-job .item-job .content-job {
  border-radius: 0 0 4px 4px;
  background: #fff;
  padding: 25px;
  transition: 0.3s ease-in-out;
}
.list-job .item-job .name-job {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  transition: 0.3s ease-in-out;
}
.list-job .item-job .info-job {
  margin-bottom: 15px;
  display: grid;
  grid-template-columns: 15px auto;
  grid-gap: 10px;
  align-items: center;
  line-height: normal;
  color: rgba(0, 0, 0, 0.6);
  transition: 0.3s ease-in-out;
}
.list-job .item-job .info-job svg path {
  transition: 0.3s ease-in-out;
}
.list-job .item-job .detail-job {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #C60024;
  grid-gap: 8px;
  margin-bottom: 0;
  position: relative;
  transition: 0.3s ease-in-out;
}
.list-job .item-job .detail-job svg {
  transition: 0.3s ease-in-out;
}
.list-job .item-job .detail-job svg path {
  transition: 0.3s ease-in-out;
}
.list-job .item-job:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.list-job .item-job:hover img {
  transform: scale(1.05);
}
.list-job .item-job:hover .content-job {
  background: #C60024;
}
.list-job .item-job:hover .name-job {
  color: #fff;
}
.list-job .item-job:hover .info-job {
  color: #fff;
}
.list-job .item-job:hover .info-job svg path {
  stroke: #fff;
}
.list-job .item-job:hover .detail-job {
  color: #fff;
}
.list-job .item-job:hover .detail-job svg {
  transform: translateX(150px);
}
.list-job .item-job:hover .detail-job svg path {
  fill: #fff;
}

.list-slide-home .owl-stage {
  padding: 20px 0;
}
.list-slide-home .owl-nav {
  position: absolute;
  top: 50%;
  margin: 0 !important;
  transform: translateY(-50%);
  width: 100%;
  height: 0;
}
.list-slide-home .owl-nav button {
  position: absolute;
  width: 48px;
  height: 48px;
  background: #FFFFFF !important;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.08);
  border-radius: 100% !important;
  color: #C60024 !important;
  margin: 0 !important;
  border: none;
  transition: 0.3s ease-in-out;
}
.list-slide-home .owl-nav button.owl-next {
  right: -24px;
}
.list-slide-home .owl-nav button.owl-prev {
  left: -24px;
}
.list-slide-home .owl-nav button:hover {
  box-shadow: none;
  color: #fff !important;
  background: #C60024 !important;
}

.block-job .title-block a {
  display: none !important;
}

.block-search {
  background: #F9E5E9;
  box-shadow: 10px 12px 20px rgba(0, 0, 0, 0.04);
  margin-bottom: 48px;
  padding: 24px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
}

.formJob {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr 0.7fr;
  grid-gap: 16px;
  align-items: flex-end;
}
.formJob label {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
}
.formJob input {
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #fff;
  padding: 15px;
  font-size: 14px;
  height: 46px;
}
.formJob input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
  opacity: 0.5;
}
.formJob input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  opacity: 0.5;
}
.formJob input::placeholder {
  color: rgba(0, 0, 0, 0.6);
  opacity: 0.5;
}
.formJob 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;
}
.formJob .form-btn {
  width: 100%;
  border: none;
  outline: none;
  height: 48px;
  background: #C60024;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  grid-gap: 12px;
  text-transform: uppercase;
}

.list-job-for {
  background: #FFFFFF;
  box-shadow: 10px 12px 20px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  margin-bottom: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px;
  padding: 24px;
}
.list-job-for .item-job {
  padding: 12px;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  transition: 0.2s ease-in-out;
}
.list-job-for .item-job img {
  border-radius: 4px;
  width: 72px;
  height: 72px;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-job-for .item-job .name-job {
  font-weight: 700;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 8px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  transition: 0.2s ease-in-out;
}
.list-job-for .item-job .employer-job {
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.38);
  margin-bottom: 8px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: normal;
  transition: 0.2s ease-in-out;
}
.list-job-for .item-job .info-job {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: normal;
}
.list-job-for .item-job .info-job .item-info {
  display: flex;
  align-items: center;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.6);
  padding: 4px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  grid-gap: 4px;
  transition: 0.2s ease-in-out;
}
.list-job-for .item-job .info-job .item-info svg, .list-job-for .item-job .info-job .item-info path {
  transition: 0.2s ease-in-out;
}
.list-job-for .item-job a {
  display: grid;
  grid-template-columns: 72px auto;
  grid-gap: 12px;
}
.list-job-for .item-job:hover {
  background: #C60024;
}
.list-job-for .item-job:hover .name-job {
  color: #fff;
}
.list-job-for .item-job:hover .employer-job {
  color: rgba(255, 255, 255, 0.6);
}
.list-job-for .item-job:hover .info-job .item-info {
  background: rgba(0, 0, 0, 0.16);
  color: rgba(255, 255, 255, 0.87);
}
.list-job-for .item-job:hover .info-job .item-info svg, .list-job-for .item-job:hover .info-job .item-info path {
  stroke: rgba(255, 255, 255, 0.87);
}

.block-job-categories {
  padding: 24px;
  background: #FFFFFF;
  box-shadow: 10px 12px 20px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  margin-bottom: 48px;
}
.block-job-categories h2 {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 16px;
  color: rgba(0, 0, 0, 0.87);
  text-transform: uppercase;
}
.block-job-categories .list-cate {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 16px;
}
.block-job-categories .list-cate .item-cat {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 12px 16px;
  color: rgba(0, 0, 0, 0.87);
}
.block-job-categories .list-cate .item-cat a {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.list-job-all {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 24px;
}

.block-search-products .close-btn {
  display: none;
}

.block-search-mb {
  display: none;
}

@media (max-width: 960px) {
  .block-search-products {
    position: relative;
  }
  .block-search-products .close-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 10px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.6);
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 100%;
    z-index: 1;
    opacity: 1;
  }
  .block-search-products {
    display: none;
  }
  .block-search-products.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    display: block;
    z-index: 99;
    margin: 0;
    padding: 30px 0;
  }
  .block-search-mb {
    background: #F9E5E9;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
  }
  .block-search-mb p {
    margin-bottom: 0;
    font-weight: 700;
  }
  .block-search-mb a {
    background: #C60024;
    color: #fff;
    padding: 10px 20px;
  }
  .formJob {
    grid-template-columns: 1fr;
    grid-gap: 24px;
  }
  .title-block {
    margin-bottom: 20px;
    flex-wrap: wrap;
    grid-gap: 10px;
  }
  .title-block h2 {
    font-size: 16px;
  }
  .list-job {
    margin-bottom: 20px;
  }
  .list-job .item-job .content-job {
    padding: 10px;
  }
  .list-job .item-job .name-job {
    font-size: 14px;
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
    font-size: 14px;
    height: 32px;
    line-height: 16px;
  }
  .list-job .item-job .info-job {
    margin-bottom: 10px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .list-slide-home .owl-nav button.owl-prev {
    left: 0;
  }
  .list-slide-home .owl-nav button.owl-next {
    right: 0;
  }
  .list-job-for {
    grid-template-columns: 1fr;
    padding: 10px;
  }
  .block-job-categories .list-cate {
    grid-template-columns: 1fr;
  }
  .block-job-categories {
    padding: 10px;
  }
  .list-job-all {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
}/*# sourceMappingURL=home.css.map */