.layer-tuyen-dung .section-1 {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: calc(100vh - 94px);
}
.layer-tuyen-dung .section-1 .wrap-notifi-scroll {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: scrolldown 2s infinite;
}
.layer-tuyen-dung .section-1 .wrap-notifi-scroll .text-scroll {
    transform: rotate(-90deg);
    margin-top: 40px;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
}
.layer-tuyen-dung .section-1 .wrap-content-video {
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 70%;
}
.layer-tuyen-dung .section-1 .wrap-content-video .content_in_slider {
    width: 50%;
    color: #fff;
    padding-right: 50px;
}
.layer-tuyen-dung .section-1 .wrap-content-video .content_in_slider a {
    padding: 12px 64px;
    font-size: 20px;
    font-weight: 600;
    background: #D18F26;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}
.layer-tuyen-dung .section-1 .wrap-content-video .content_in_slider a:hover {
    color: #000;
}
.layer-tuyen-dung .section-1 .wrap-content-video .video {
    width: 50%;
}
.layer-tuyen-dung .section-2 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #fff;
}
.layer-tuyen-dung .section-2 .wrap-content {
    max-width: 600px;
    margin: 0 auto;
}
.layer-tuyen-dung .section-2 table tr {
    display: flex;
    margin-bottom: 50px;
}
.layer-tuyen-dung .section-3 {
    background: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}
.layer-tuyen-dung .section-3 .title_1 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.layer-tuyen-dung .section-3 .title_2 {
    text-align: center;
    margin-bottom: 30px;
}
.layer-tuyen-dung .section-3 .title_3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}
.layer-tuyen-dung .section-3 .content-of-item {
    border-bottom: 1px solid #ccc;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.layer-tuyen-dung .section-3 .title_tin_tuyen_dung {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
}
.layer-tuyen-dung .section-3 .wrap-end-date-khu-vuc {
    display: flex;
    justify-content: space-between;
    color: #ccc;
}
.layer-tuyen-dung .section-4 {
    background: #fff;
    padding-bottom: 60px;
}
.layer-tuyen-dung .section-4 .title {
    text-align: left;
    margin-bottom: 60px;
}
.layer-tuyen-dung .section-4 .title span:first-child {
    display: block;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    opacity: .3;
    margin-bottom: 10px;
}
.layer-tuyen-dung .section-4 .title span:last-child {
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: block;
}
.layer-tuyen-dung .section-4 .list_img_employee {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.layer-tuyen-dung .section-4 .list_img_employee li {
    width: 25%;
    position: relative;
}
.layer-tuyen-dung .section-4 .title_thumbnail {
    position: absolute;
    bottom: 0;
    background: rgb(181 87 59 / 68%);
    color: #FFF;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    padding: 6px;
    opacity: 0;
    -ms-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.layer-tuyen-dung .section-4 .list_img_employee li:hover .title_thumbnail {
     opacity: 1; 
}