.tuyen-dung {
  padding: 60px 0;
}
.tuyen-dung .title {
  color: var(--grey-grey-13, #333);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.tuyen-dung .list-danh-sach .item {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
  padding: 20px;
}
.tuyen-dung .list-danh-sach .item .name {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  align-self: stretch;
  margin-bottom: 10px;
}
.tuyen-dung .list-danh-sach .item .bot .soluong,
.tuyen-dung .list-danh-sach .item .bot .thoigian,
.tuyen-dung .list-danh-sach .item .bot .luong {
  color: #7a7a7a;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.tuyen-dung .list-danh-sach .item .btn-nophs {
  padding: 10px 16px;
  background-color: #f3f3f3;
  border-radius: 4px;
  color: #154194;
  font-weight: 700;
  font-size: 14px;
}
.tuyen-dung .list-danh-sach .item:hover {
  border: 1px solid #154194;
}
.tuyen-dung .list-danh-sach .item:hover .btn-nophs {
  color: #fff;
  background-color: #154194;
}
.tuyen-dung .list-danh-sach .modal-content {
  padding: 40px;
}
.tuyen-dung .list-danh-sach .modal-content .modal-header {
  padding: 0;
  display: unset;
  border-bottom: unset;
}
.tuyen-dung .list-danh-sach .modal-content .modal-header .modal-title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
}
.tuyen-dung .list-danh-sach .modal-content .modal-header .btn-modal {
  top: -20px;
  right: -20px;
}
.tuyen-dung .list-danh-sach .modal-content .modal-body {
  padding: 0;
}
.tuyen-dung .list-danh-sach .modal-content .modal-body .font-weight-bold {
  color: var(--grey-grey-10, #525252);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.tuyen-dung .list-danh-sach .modal-content .modal-body .font-weight-bold .red--text {
  margin-left: 5px;
  color: #db0000;
  font-size: 16px;
  font-weight: 400;
}
.tuyen-dung .list-danh-sach .modal-content .modal-body .box-upcv {
  border: 1px solid #e0e0e0;
  padding: 16px;
  border-radius: 8px;
  background-color: #fff;
}
.tuyen-dung .list-danh-sach .modal-content .modal-body .apply-job-btn {
  background-color: #154194;
  color: #fff;
  font-size: 16px;
  border: unset;
  padding: 10px 20px;
  font-weight: 700;
}
.tuyen-dung .list-danh-sach .modal-content .modal-body .apply-job-btn:hover {
  background-color: #f07c00;
  border: unset;
}
.tuyen-dung .list-danh-sach .modal-content .modal-body .custom-file-input {
  color: transparent;
}
.tuyen-dung .list-danh-sach .modal-content .modal-body .custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.tuyen-dung .list-danh-sach .modal-content .modal-body .custom-file-input::before {
  content: "Upload File";
  color: #154194;
  display: inline-block;
  background: #f3f3f3;
  padding: 10px 22px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 400;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.tuyen-dung .list-danh-sach .modal-content .modal-body .custom-file-input:focus {
  outline: none !important;
}
.tuyen-dung .list-danh-sach .modal-content .modal-body .custom-file-input:active::before {
  transform: scale(0.9) translate(0px, 2px);
  box-shadow: inset 4px 4px 5px 0px rgba(0, 0, 0, 0.2);
}

.dang-ky-nhan-tin {
  padding: 36px 0;
  background: url(/images/tuyendung_dangky\ 1.png) no-repeat center;
  background-size: cover;
}
.dang-ky-nhan-tin .dang-ky-bot {
  grid-template-columns: 22% 78%;
  gap: 30px;
}
.dang-ky-nhan-tin .dang-ky-bot .text-left {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.dang-ky-nhan-tin .dang-ky-bot .btn-dang-ky {
  background-color: #154194;
  color: #fff;
}
.dang-ky-nhan-tin .dang-ky-bot .btn-dang-ky:hover {
  background-color: #f07c00;
}/*# sourceMappingURL=home.css.map */