/* _content/section6_jobboard/Pages/Index.cshtml.rz.scp.css */
/*--------------------------------------------------------------
# top-section Section
--------------------------------------------------------------*/
#top-section[b-zi1dpyfj15] {
    width: 100%;
    position: relative;
    background-size: cover;
    position: relative;
  }
  
  #top-section[b-zi1dpyfj15]:before {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }   
  
  #top-section .btn[b-zi1dpyfj15]{
    padding: 14px 50px;
    border-radius: 5px;
    transition: 0.5s;
    margin-top: 30px;
  }
  
  #top-section .icon-boxes[b-zi1dpyfj15] {
    margin-top: 100px;
  }
  
  #top-section .icon-box[b-zi1dpyfj15] {
    padding: 50px 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
  }
  
  #top-section .icon-box .title[b-zi1dpyfj15] {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
  }
  
  #top-section .icon-box .title a[b-zi1dpyfj15] {
    transition: 0.3s;
  }
  
  #top-section .icon-box .description[b-zi1dpyfj15] {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
  }
  
  #top-section .icon-box .icon[b-zi1dpyfj15] {
    margin-bottom: 20px;
    padding-top: 10px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    font-size: 36px;
    line-height: 1;
  }
  
  #top-section .icon-box:hover[b-zi1dpyfj15] {
    transform: scale(1.08);
  }
    
  @media (min-width: 1024px) {
    #top-section[b-zi1dpyfj15] {
      background-attachment: fixed;
    }
  }
  
  @media (max-height: 800px) {
    #top-section[b-zi1dpyfj15] {
      height: auto;
    }
  }
  
  @media (max-width: 992px) {
    #top-section[b-zi1dpyfj15] {
      height: auto;
    }
  
  }
  
  /*--------------------------------------------------------------
  # Sections General
  --------------------------------------------------------------*/
  section[b-zi1dpyfj15] {
    padding: 40px 0;
    overflow: hidden;
  }
  
/*  .section-bg {
    background-color: #f8fbfe;
  }*/
  
  .section-title[b-zi1dpyfj15] {
    text-align: center;
    padding-bottom: 30px;
  }
  
  .section-title h2[b-zi1dpyfj15] {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  
  .section-title p[b-zi1dpyfj15] {
    margin-bottom: 0;
    font-size: 14px;
  }
  
  /*--------------------------------------------------------------
  # About
  --------------------------------------------------------------*/
  .about .content h3[b-zi1dpyfj15] {
    font-weight: 600;
    font-size: 26px;
  }
  
  .about .content ul[b-zi1dpyfj15] {
    list-style: none;
    padding: 0;
  }
  
  .about .content ul li[b-zi1dpyfj15] {
    padding-left: 28px;
    position: relative;
  }
  
  .about .content ul li+li[b-zi1dpyfj15] {
    margin-top: 10px;
  }
  
  .about .content ul i[b-zi1dpyfj15] {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    line-height: 1;
  }
  
  .about .content p:last-child[b-zi1dpyfj15] {
    margin-bottom: 0;
  }
  
  .about .content .btn-learn-more[b-zi1dpyfj15] {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 5px;
    transition: 0.3s;
    line-height: 1;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #2487ce;
  }
  
  .about .content .btn-learn-more:hover[b-zi1dpyfj15] {
    text-decoration: none;
  }
/* _content/section6_jobboard/Pages/JobOffer/Details.cshtml.rz.scp.css */
.job-description[b-s5ecqphys2]{
    text-align : justify;
}
/* _content/section6_jobboard/Pages/JobOffer/Index.cshtml.rz.scp.css */
.job-box[b-h4pmmcjh9z] {
  border-radius: 10px;
  padding: 10px 35px;
}

.job-content ul li[b-h4pmmcjh9z] {
  font-weight: 600;
  opacity: 0.75;
  border-bottom: 1px solid #ccc;
  padding: 10px 5px;
}

@media (min-width: 768px) {
  .job-content ul li[b-h4pmmcjh9z] {
    border-bottom: 0;
    padding: 0;
  }
}

.job-content ul li i[b-h4pmmcjh9z] {
  font-size: 20px;
  position: relative;
  top: 1px;
}
.mb-30[b-h4pmmcjh9z] {
    margin-bottom: 30px;
}

.btn-add-joboffer[b-h4pmmcjh9z]{
  text-align: right !important;
  margin-bottom: 20px;
}
/* _content/section6_jobboard/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-duyacany6g] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

button.accept-policy[b-duyacany6g] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-duyacany6g] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* _content/section6_jobboard/Pages/Voucher/Create.cshtml.rz.scp.css */
.button-right[b-ap2h6zr5qd]{
    text-align: right !important;
    margin-top: 15px;
}
/* _content/section6_jobboard/Pages/Voucher/Index.cshtml.rz.scp.css */
.filter-result .voucher-box[b-k0cajq6rqc] {
  -webkit-box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
          box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
  border-radius: 10px;
  padding: 10px 35px;
}

.voucher-content ul li[b-k0cajq6rqc] {
  font-weight: 600;
  opacity: 0.75;
  border-bottom: 1px solid #ccc;
  padding: 10px 5px;
}

@media (min-width: 768px) {
  .voucher-content ul li[b-k0cajq6rqc] {
    border-bottom: 0;
    padding: 0;
  }
}

.voucher-content ul li i[b-k0cajq6rqc] {
  font-size: 20px;
  position: relative;
  top: 1px;
}
.mb-30[b-k0cajq6rqc] {
    margin-bottom: 30px;
}

.btn-add-voucher[b-k0cajq6rqc]{
  text-align: right !important;
  margin-bottom: 20px;
}

.voucher-value[b-k0cajq6rqc] {
  max-width: 450px;
}
/* _content/section6_jobboard/Pages/Voucher/Use.cshtml.rz.scp.css */
.button-right[b-1xcu66fao9]{
    text-align: right !important;
    margin-top: 15px;
}
