﻿.banner {
    padding: 32px 0px 0 0px;
    background-color: #f8f7f7;
}
.banner-image {
    /* background-image: url(../images//tuyen-dung/chi-tiet/banner-chi-tiet-tuyen-dung.png); */
    height: 600px;
    background-repeat: no-repeat;
    background-position: top right;
}
.banner-left {
    padding-right: 80px;
}
.search {
    width: 100%;
    border: 1px solid #C3C0C0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    margin-top: 32px;
}
.search input {
    border: none;
    outline: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #C3C0C0;
    background-color: #f8f7f7;
    padding-left: 16px;
    flex: 1 1 auto;
}
.icon-search {
    width: 48px;
    height: 48px;
    background-color: #ED243A;
    border-radius: 12px;
    margin: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /* transition: all .3s linear; */
}
.icon-search:hover {
    background: linear-gradient(to right, #F7B500, #E02020 );
}
.dropdown-search {
    border: none;
    outline: none;
    width: 100%;
    padding: 0.25rem 1rem;
}
.result {
    padding: 32px 0px 150px 0px;
    background-color: #F8F7F7;
}
.result .dropdown {
	display:block !important;
}
.result-dropdown {
    margin-top: 24px;
}
.result-dropdown .dropdown-menu {
    max-height: 215px;
    overflow-y: auto;
}
.result-dropdown .dropdown-menu .dropdown-item:hover {
    color: #fdfcfc !important;
    background-color: #f0495b !important;
    cursor: pointer;
}
.table {
    width: 100%;
    border-collapse: collapse;
}
.job-container {
    position: relative;
}
.no-result {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.table>:not(:last-child)>:last-child>* {
    border-bottom: 1px solid #C3C0C0;
}
.table td {
    padding: 36px 24px;
    font-size: 16px;
    text-align: left;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: calc(20 / 16);
    color: #000000;
}

.table th {
    padding: 26px 24px;
    
    background-color: #F3F2F2;
    color: #000000;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
}
.table th:nth-child(1) {
    width: 30%;
}
.table th:nth-child(2) {
    width: 17%;
}
.table th:nth-child(3) {
    width: 19%;
}
.table th:nth-child(4) {
    width: 21%;
}
.table th:nth-child(5) {
    width: 13%;
}

.table tbody tr:nth-child(even) {
    background-color: #F3F2F2;
}
.job-item {
    cursor: pointer;
}
.job-item:hover {
    background-color: #f0495b !important;
}
.job-item:hover td {
    color: #fdfcfc !important;
}
.job-item td .job-icon, 
.job-item td .job-label {
    display: none;
}
.job-item td:nth-child(1) {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: calc(20 / 16);
    color: #000000;
}
.job-item td:not(:first-child) {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: calc(20 / 16);
    color: #000000;
}

/*responsive*/

@media screen and (max-width: 992px) {
    .banner {
        padding: 40px 0px 0 0px;
    }
    .banner-left {
        padding: 0;
    }
    .banner-left .button--back {
        display: none;
    }
    .result {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 60px;
    }
    .search {
        width: 100%;
    }
    .search input {
        font-size: 16px;
        line-height: 20px calc(20 / 16);
        padding-left: 20px;
    }
    .banner-image {
        display: none;
    }
    .result-dropdown {
        border: 1px solid transparent;
    }
    .result-dropdown .button-dropdown {
        border: transparent;
        background-color: #ffffff;
    }
    .table thead {
        display: none;
    }
    .table,
    .table tbody,
    .table tr,
    .table td {
        display: block;
        width: 100%;
    }
    .table tr {
        margin-bottom: 15px;
        border: transparent;
    }
    .job-item {
        background-color: #FFFFFF !important;
        border-radius: 8px;
        padding: 20px;
    }
    .job-item td {
        padding: 0;
    }
    .job-item td:nth-child(1) {
        padding: 0;
        font-weight: 600;
        font-size: 20px;
        line-height: calc(28 / 20);
        color: #1B1718;
        margin-bottom: 12px;
    }
    .job-item td:not(:last-child), .job-item td:not(:first-child) {
        margin-bottom: 8px;
    }
    .job-item td span {
        font-family: 'Roboto';
        font-style: normal;
        font-size: 14px;
        line-height: calc(20 / 14);
        margin-bottom: 8px;
    }
    .job-item td .job-label {
        margin-left: 10px;
        font-weight: 600;
    }
    .job-item td .job-data {
        font-weight: 400;
    }
    .job-item td .job-icon, 
    .job-item td .job-label {
        display: inline-block;
    }
    .job-icon {
		width: 15px;
		height:15px;
	}
}
  