body {
   top: 0 !important;
   background: #eef3ff !important;
}

/* css trang tin tuyển dụng */
.bg-yellow {
   background-color: #ffc31b;
   border-radius: 12px;
   padding: 20px 40px;
   margin-top: -20px;
   margin-bottom: 30px;
   position: relative;
}

.input-search {
   background: #fff;
   border: none;
   border-radius: 30px;
   color: #004b8e;
   font-size: 14px;
   font-weight: 400;
   height: 40px;
   line-height: 16px;
   margin-top: 10px;
   padding-left: 15px;
   width: 100%;
   outline: none;
}

.btn-search {
   background-color: #004b8e;
   color: white;
   padding: 5px 10px;
   border: none;
   border-radius: 30px;
   width: 140px;
   font-size: 15px;
}

.title-job-type {
   font-size: 18px;
   font-weight: bold;
   text-transform: capitalize !important;
   border-bottom: 1px solid lightgrey;
}

.single-job .recruitment-item {
   position: relative;
   cursor: pointer;
   width: 100%;
   height: auto;
   margin-bottom: 25px;
   border-radius: 5px;
   background: #ffffff;
   /* box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.1), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12); */
}

.recruitment-item .image-job {
   width: 100%;
   height: 160px;
   overflow: hidden;
   border-top-left-radius: 4px;
   border-top-right-radius: 4px;
   /* box-shadow: 0 2px 6px rgba(0, 0, 0, .25); */
}

.image-job img {
   width: 100%;
   height: 100%;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   object-fit: cover;
}

.recruitment-item .image-job img {
   transition: all .2s ease;
}

.recruitment-item:hover .image-job img {
   transform: scale(1.06);
}

.job-info .title-job {
   font-weight: bold;
   font-size: 16px;
   cursor: pointer;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   display: block;
   max-width: 650px;
   text-transform: capitalize !important;
}

.job-info .title-job:hover {
   text-decoration: underline;
   color: #004b8e;
}

.recruitment-item .job-info {
   width: 100%;
   padding: 10px;
   border-radius: 4px;
}

.job-extra-info h5 {
   display: inline;
}

.btn-detail-job {
   right: 10px;
   bottom: 10px;
   width: 120px;
   border: none;
   color: white;
   font-weight: bold;
   padding: 5px 10px;
   border-radius: 30px;
   transition: transform 0.2s ease;
   background-color: #fcb913;
   box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.1), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}

.btn-detail-job:hover {
   transform: translateY(-2px);
   background-color: #fcb913;
}

.hot-job-title {
   color: red;
}

.hot-job-section {
   border-top: 1px solid lightgrey;
   border-bottom: 1px solid lightgrey;
   border-radius: 5px;
}

.hot-job-child {
   margin-top: 5px;
   border: 1px solid grey;
   border-radius: 5px;
}

.hot-job-child:first-child {
   margin-top: 0px;
}

.single-hot-job img {
   width: 100%;
}

.img-hot-text {
   width: 40px;
   height: 40px;
}

.btn-suggest {
   background-color: #eff2f7;
   color: #495057;
   padding: 3px 15px;
   border: none;
   border-radius: 30px;
   font-size: 15px;
   margin-top: 3px;
}

.btn-suggest:hover {
   background-color: #004b8e;
   color: white;
}

.btn-suggest-active {
   background-color: #004b8e;
   color: white;
}

.btn-extra-info {
   padding: 2px 7px;
   background-color: white;
   border-radius: 10px;
}

.summary-section {
   height: 60px;
   overflow: hidden;
   margin-bottom: 15px;
}

.recruitment-page {
   display: flex;
   justify-content: center;
}

.recruitment-page li {
   cursor: pointer;
   width: 42px;
   height: 42px;
   margin: 0 5px;
   display: flex;
   color: #004b8e;
   border-radius: 50%;
   background: #fff;
   align-items: center;
   justify-content: center;
   box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.1), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}

.recruitment-page li:hover {
   color: white;
   background-color: #fcb913;
}

.recruitment-page .recruitment-page-active {
   color: white;
   background-color: #fcb913;
}

.text-potential {
   position: absolute;
   top: -25px;
   right: -50%;
   font-size: 15px;
   white-space: nowrap;
   text-transform: uppercase;
   font-weight: bold;
   color: crimson;
   visibility: hidden;
   transition: all .2s ease;
}

.button-potential {
   position: fixed;
   width: 70px;
   height: 70px;
   border-radius: 50%;
   border: 1px solid #ffc600;
   bottom: 150px;
   right: 50px;
   cursor: pointer;
   background-image: url('../../cores/images/potential_candidate.png');
   background-size: cover;
   background-repeat: no-repeat;
   box-shadow: 0px 0px 10px #ffc600;
}

.button-potential:hover .text-potential {
   visibility: visible;
}

.choose-row {
   display: block;
   margin-left: 20px;
   font-weight: bold;
}

.text-require {
   color: crimson;
   font-size: 12px;
   font-style: italic;
}

.btn-potential-send {
   background: #004588;
   border-radius: 2px;
   color: #fff;
   border: 1px solid rgba(33, 33, 33, .2);
   border-radius: 2px;
   margin-top: 18px;
   padding: 10px 30px;
}

.btn-potential-cancel {
   background: #eef3ff;
   border-radius: 2px;
   color: #000;
   border: 1px solid rgba(33, 33, 33, .2);
   border-radius: 2px;
   margin-top: 18px;
   padding: 10px 30px;
}

.slick-dots {
   width: 12px !important;
   height: 12px !important;
   background-color: #fdb813 !important;
   border-radius: 50% !important;
   margin: 0 8px !important;
}

.contact-section {
   background: #fcb913;
   border-radius: 5px;
   padding: 15px 12px;
}

.contact-title {
   text-align: center;
   margin-top: 15px;
   margin-bottom: 10px;
}

.contact-title h4 {
   text-transform: capitalize !important;
   font-weight: bold;
}

.single-contact {
   font-size: 18px;
   padding-left: 5px;
   margin-bottom: 3px;
}

.single-contact span {
   font-size: 18px;
   font-weight: bold;
}

.contact-section .single-contact .nav-item {
   width: 18%;
}

.job-extra-info {
   margin-bottom: 15px;
}

.text-3-line {
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
   display: inline-block;
   display: -webkit-box;
   overflow: hidden;
   text-overflow: ellipsis;
   word-break: break-word;
   text-align: justify;
}

.recruitment-page .previous-page,
.recruitment-page .next-page {
   width: 42px;
}

.single-contact .nav img {
   width: 22px;
}

.single-contact .nav-link {
   padding: 5px;
   display: flex;
   justify-content: center;
}

.nav-link.nav-link-social img {
   transition: transform 0.4s ease;
}

.nav-link.nav-link-social img:hover {
   transform: scale(1.4);
}

.previous-page:hover.disabled,
.next-page:hover.disabled {
   cursor: auto;
   background-color: white;
   color: #004b8e;
}
.single-job .recruitment-item:hover {
   box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.1), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}

@media only screen and (min-width: 375px) and (max-width: 932px) {
   .job-info {
      width: 65%;
   }

   .contact-section {
      width: fit-content;
   }

   .pad-0-12-mb {
      padding: 0 12px !important;
   }

   .bg-yellow {
      margin-bottom: 0;
   }

   .recruitment-item .image-job {
      height: 250px;
   }

   .btn-extra-info {
      padding: 5px 10px;
      font-size: 16px;
   }

   .btn-detail-job {
      width: 140px;
      padding: 6px;
      font-size: 15px;
      font-weight: 100;
      margin-top: 15px;
   }

   .bg-yellow {
      background: none;
      padding: 20px;
   }

   #form_job_search {
      background-color: #ffc31b;
      border-radius: 4px;
   }

   .business-story-content {
      margin-top: 10px !important;
   }

   .btn-search {
      margin-bottom: 15px;
   }

   .contact-section .single-contact .nav-item {
      width: 16%;
   }

   .single-contact .nav img {
      width: 30px;
   }

   .business-content-slider {
      padding: 10px;
   }
}

@media only screen and (max-width: 430px) {
   .contact-section {
      width: 100%;
   }
}

/* Nút vô hiệu hóa trong phân trang */