.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;
}

.h2_title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 24px;
  color: rgba(0, 0, 0, 0.87);
  position: relative;
  padding-left: 16px;
}
.h2_title::before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 4px;
  background: #C60024;
  border-radius: 0px 100px 100px 0px;
}

.h3_title {
  font-weight: 700;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 16px;
}

.btn-register {
  padding: 0 20px;
  height: 50px;
  background: #C60024;
  border-radius: 4px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFFFFF;
  border: none;
  outline: none;
}
.btn-register svg {
  margin-right: 8px;
}

.container-product .img-banner {
  border-radius: 4px;
  width: 100%;
  margin-bottom: 24px;
}
.container-product .block-name {
  padding: 24px;
  background: #FFFFFF;
  box-shadow: 10px 12px 20px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.container-product .image-name {
  grid-gap: 24px;
}
.container-product .image-name h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 20px;
}
.container-product .image-name .image-employer {
  width: 96px;
  height: 96px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 12px;
}
.container-product .image-name .salary-date {
  grid-gap: 16px;
}
.container-product .image-name .salary-date .item {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  padding: 8px;
  color: rgba(0, 0, 0, 0.6);
}
.container-product .block-detail {
  background: #FFFFFF;
  margin-bottom: 24px;
  padding: 24px;
  box-shadow: 10px 12px 20px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  position: relative;
}
.container-product .block-detail:last-child {
  margin-bottom: 48px;
}
.container-product .block-detail .a_employer {
  position: absolute;
  right: 24px;
  top: 28px;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #C60024;
}
.container-product .block-detail .a_employer svg {
  margin-left: 8px;
}
.container-product .block-detail .editor {
  margin-bottom: 24px;
}
.container-product .block-detail .editor:last-child {
  margin-bottom: 0;
}
.container-product .block-detail .editor p:last-child {
  margin-bottom: 0;
}
.container-product .block-detail .detail {
  padding: 24px;
  background: #F9E5E9;
  border-radius: 4px;
  margin-bottom: 24px;
}
.container-product .block-detail .detail .h3_title {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.container-product .block-detail .detail .item-detail {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.09);
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.container-product .block-detail .detail .item-detail:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.container-product .block-detail .detail .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 24px;
}
.container-product .block-detail .detail .list .item {
  display: flex;
  align-items: center;
  grid-gap: 16px;
  color: rgba(0, 0, 0, 0.87);
  line-height: normal;
}
.container-product .block-detail .detail .list .item span:nth-child(1) {
  margin-bottom: 8px;
  font-weight: 700;
  display: block;
}

.list-job-for {
  background: #FFFFFF;
  box-shadow: 10px 12px 20px rgba(0, 0, 0, 0.04);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 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);
}

#registerModal .modal-dialog {
  max-width: 550px;
}
#registerModal .modal-content {
  box-shadow: 10px 12px 20px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  border: none;
}
#registerModal .modal-body {
  padding: 28px 32px;
}
#registerModal .btn-close {
  position: absolute;
  right: -18px;
  top: -18px;
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 100%;
  z-index: 1;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
#registerModal .btn-close path {
  transition: 0.3s ease-in-out;
}
#registerModal .btn-close:hover {
  background: #C60024;
}
#registerModal .btn-close:hover path {
  stroke: #fff;
}
#registerModal .form-box {
  margin-bottom: 16px;
}
#registerModal .form-box:last-child {
  margin-bottom: 0;
}
#registerModal label {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
}
#registerModal input {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 15px;
  font-size: 14px;
  height: 48px;
}
#registerModal input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
  opacity: 0.5;
}
#registerModal input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  opacity: 0.5;
}
#registerModal input::placeholder {
  color: rgba(0, 0, 0, 0.6);
  opacity: 0.5;
}
#registerModal 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;
}
#registerModal .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;
}
#registerModal .select2 .select2-selection {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  height: 48px;
}
#registerModal .select2 .select2-selection[aria-expanded=true] {
  border-color: #C60024;
}
#registerModal .btn-submit:hover {
  color: #fff;
}

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

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

.editor p {
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
}

@media (max-width: 960px) {
  .block-search-products .close-btn {
    display: none;
  }
  .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;
  }
  .btn-register {
    margin: auto;
  }
  .container-product .block-name {
    padding: 10px;
    flex-wrap: wrap;
    grid-gap: 10px;
  }
  .container-product .image-name {
    flex-wrap: wrap;
    grid-gap: 10px;
  }
  .container-product .image-name .name {
    width: calc(100% - 106px);
  }
  .container-product .image-name .name .salary-date {
    display: none !important;
  }
  .container-product .image-name .salary-date-mb {
    width: 100%;
    display: flex !important;
    flex-wrap: wrap;
    grid-gap: 10px;
  }
  .container-product .image-name h1 {
    font-size: 18px;
    margin: 0;
  }
  .h2_title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .container-product .block-detail {
    padding: 10px;
  }
  .container-product .block-detail .detail {
    padding: 10px;
  }
  .container-product .block-detail .detail .list {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
  .container-product .block-detail .detail .item-detail {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .container-product .block-detail .a_employer {
    position: unset;
    margin-bottom: 10px;
  }
  .list-job-for {
    grid-template-columns: 1fr;
  }
  #registerModal .modal-dialog {
    max-width: 100%;
    margin: 0;
  }
  #registerModal .modal-content {
    border-radius: 0;
    height: 100vh;
  }
  #registerModal .modal-body {
    padding: 10px;
    height: 100%;
  }
  #registerModal .btn-close {
    padding: 0;
    right: 0;
    top: 0;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.6);
  }
  .container-product .block-detail .detail .list .item {
    grid-gap: 5px;
  }
  .container-product .block-name .btn-register {
    display: none;
  }
}/*# sourceMappingURL=detail.css.map */