.main {
  padding: 40px 0;
}

.thong-tin {
  padding: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-radius: 16px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  background-color: #f7f7f7;
}
.thong-tin p {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
.thong-tin p span {
  font-weight: 600;
}

.fb {
  padding-top: 40px;
  border-radius: 4px;
}
.fb .fb-page span {
  width: 100% !important;
}
.fb .fb-page span iframe {
  width: 100%;
}

.title {
  font-size: 32px;
  font-weight: 700;
  color: #333;
}

.nd .summary p {
  font-size: 16px;
  font-weight: 400;
  color: #525252;
}
.nd .summary p strong {
  font-weight: 700;
  color: #525252;
  font-size: 16px;
}
.nd .mota-cv h2,
.nd .yeucau-cv h2,
.nd .quyenloi h2,
.nd .ungtuyen h2 {
  padding: 15px 0;
  font-size: 24px;
  font-weight: 700;
  color: #525252;
}
.nd .mota-cv p,
.nd .yeucau-cv p,
.nd .quyenloi p,
.nd .ungtuyen p {
  font-size: 16px;
  font-weight: 400;
  color: #525252;
}

.btn-nophs {
  padding: 10px 16px;
  background-color: #154194;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}
.btn-nophs:hover {
  color: #fff;
  background-color: #f07c00;
}

.back {
  font-size: 16px;
  font-weight: 400;
  color: #7a7a7a;
}

.modal-content {
  padding: 40px;
}
.modal-content .modal-header {
  padding: 0;
  display: unset;
  border-bottom: unset;
}
.modal-content .modal-header .modal-title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
}
.modal-content .modal-header .btn-modal {
  top: -20px;
  right: -20px;
}
.modal-content .modal-body {
  padding: 0;
}
.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;
}
.modal-content .modal-body .font-weight-bold .red--text {
  margin-left: 5px;
  color: #db0000;
  font-size: 16px;
  font-weight: 400;
}
.modal-content .modal-body .box-upcv {
  border: 1px solid #e0e0e0;
  padding: 16px;
  border-radius: 8px;
  background-color: #fff;
}
.modal-content .modal-body .apply-job-btn {
  background-color: #154194;
  color: #fff;
  font-size: 16px;
  border: unset;
  padding: 10px 20px;
  font-weight: 700;
}
.modal-content .modal-body .apply-job-btn:hover {
  background-color: #f07c00;
  border: unset;
}
.modal-content .modal-body .custom-file-input {
  color: transparent;
}
.modal-content .modal-body .custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.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);
}
.modal-content .modal-body .custom-file-input:focus {
  outline: none !important;
}
.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=detail.css.map */