.notice-container {
    padding: 20px 0;
}
.career-container {
    margin-top: 80px;
    padding: 20px 0px;
}
.career-header {
    padding: 0 10px;
}
.notice-header {
    margin-bottom: 20px;
}
.link-page {
    margin: 0;
    text-decoration: none;
    color: #133957;
    font-size: 13px;
    font-family: Karla, Arial, Helvetica, sans-serif;
}
.link-page .bullet {
    font-size: 20px;
    margin: 0 10px;
}
.career-heading {
    font-size: 40px;
    color: #030F20;
    margin-bottom: 20px;
}
.kwi-select {
    width: 250px;
    height: 35px;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    border-radius: 5px;
    padding: 5px 15px;
    border-color: #808F9A;
    color: #808F9A;
    font-family: Karla, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    background: url('../img/career/select-arr.png') no-repeat 95% center/15px;
}
.kwi-select-2 {
    background-image: url('../img/kwi-ir/arrow-down-red.png');
}
/* career table */
.career-table-wrapper {
    margin: 30px 0;
    overflow-x: scroll;
    padding: 0 10px;
}
.career-table .career-tr {
    background-color: #133957;
}
.career-table .career-tr th {
    font-size: 18px;
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
    color: white;
    height: 55px;
    padding: 5px 30px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-weight: 400;
    min-width: 200px;
}
.career-table .career-tr th:first-child {
    min-width: 400px;
}
.career-table .career-tr th:nth-child(2) {
    text-align: center;
    min-width: 350px;
}
.career-table .career-tr th:nth-child(3) {
    min-width: 120px;
}
.career-table .tr-even,
.career-table .tr-odd {
    height: 70px;
    background-color: white;
}
.career-table .tr-odd {
    background-color: #F2F6FA;
}
tr.odd {
    height: 70px !important;
    background-color: white !important;
}
tr.even {
    height: 70px !important;
    background-color: #F2F6FA !important;
}
.career-table .tr-even td,
.career-table .tr-odd td {
    padding: 20px 30px;
}
.career-table .td-position,
.career-table .td-qty,
.career-table .td-location,
.career-table .td-date {
    font-size: 18px;
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
    color: #133957;
    font-weight: 400;
    padding: 5px 30px;
}
.career-table .td-qty {
    color: #B32225;
    text-align: center;
}
.career-table .td-location {
    padding-left: 30px;
    color: #808F9A;
}
.career-table .td-date{
    color: #9DACB7;
}
.career-table .detail-btn {
    font-family: Karla, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #A5312D;
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 40px;
    border: 1px solid #A5312D;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    padding-left: 5px;
    margin: 0 auto;
    font-weight: bold;
}
.career-table .detail-btn::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url('../img/career/arr-right-red.png') no-repeat center center/100%;
    margin-left: 10px;
}
.career-table .detail-btn:hover {
    border-color: #A5312D;
    color: #A5312D;
}
.career-table .detail-btn:hover::after {
    background-image: url('../img/career/arr-right-red.png');
}
#table_filter {
    display: none;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border: none;
}
.dataTables_scrollBody::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
/* Track */
.dataTables_scrollBody::-webkit-scrollbar-track {
    background: #D8DEE3;
    border-radius: 15pt;
}
/* Handle */
.dataTables_scrollBody::-webkit-scrollbar-thumb {
    background: #B32225;
    border-radius: 15pt;
}
/* Handle on hover */
.dataTables_scrollBody::-webkit-scrollbar-thumb:hover {
    background: #555;
    border-radius: 15pt;
}
.dataTables_scrollBody {
    overflow: hidden;
}
.company-name {
    font-size: 12px;
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
    color: #133957;
    margin-bottom: 5px;
}
.company-name::before {
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-right: 10px;
    background: url('../img/career/red-circle.png') no-repeat center center / 100%;
}
.location {
    font-size: 14px;
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
    margin-bottom: 0;
    padding-left: 18px;
    color: #333;
}
.loadmore-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 40px;
    background-color: #ddd;
    text-transform: uppercase;
    font-family: Karla;
    font-size: 13px;
    text-decoration: none;
    color: #133957;
    font-weight: bold;
    margin: 0 auto;
    letter-spacing: 0.1rem;
}
.loadmore-btn:hover {
    color: #133957;
}
.loadmore-btn::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url('../img/pressroom/loadmore.png') no-repeat center center/100%;
    margin: 0 8px 0 12px;
}
.career-footer {
    height: 150px;
    padding: 40px 0;
    background: linear-gradient(to top, #f7f7f7, #fff);
}
.ir-table .ir-tr th:first-child,
.td-date.custom-width {
    min-width: 140px !important;
    max-width: 140px !important;
}
.career-table .td-vacancy {
    font-size: 18px;
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
}
.career-table .td-date {
    font-size: 14px;
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
    color: #426179;
}
.ir-table .th-subject {
    text-align: start !important;
    min-width: 600px !important;
}
.ir-table .th-download {
    text-align: center !important;
    min-width: 200px !important;
}
.ir-table .td-date,
.ir-table .td-location,
.ir-table .td-position {
    padding: 5px 30px;
}
.dataTables_scrollHead,
.dataTables_scrollBody {
    overflow: unset !important;
}
/* =========================
    Why King Wai Group
   ========================= */
.why-container {
    padding-top: 80px;
    padding-bottom: 80px;
}
.why-type {
    font-size: 15px;
    font-family: Karla, Arial, Helvetica, sans-serif;
    color: #133957;
    text-transform: uppercase;
    text-align: center;
}
.why-title {
    font-size: 30px;
    color: #030F20;
    text-align: center;
    margin-bottom: 40px;
}
.img-preview {
    width: 100%;
}
.wrapper-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
}
.why-text {
    font-size: 23px;
    color: #030F20;
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
    margin-bottom: 20px;
}
.why-para {
    font-size: 14px;
    font-family: Karla, Arial, Helvetica, sans-serif;
    color: #808F9A;
    font-weight: 400;
}
.content-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.application-form {
    font-size: 17px;
    font-family: Karla, Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin: 0;
}
.download-btn {
    width: 150px;
    height: 42px;
    color: white;
    background-color: #133957;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
}
.download-btn::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 17px;
    margin: 0 5px 0 10px;
    background: url('../img/career/download-icon.png') no-repeat center center/100%;
}
.download-btn:hover {
    color: white;
}
.content-footer {
    padding: 30px 0 0;
}
.ir-calendar-title {
    font-size: 22px;
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
    letter-spacing: 0.05rem;
    color: #133957;
    font-weight: bold;
    text-transform: uppercase;
}
.ir-table-wrapper {
    padding: 0;
}
.upcoming-event {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    align-items: center;
    grid-gap: 10px;
    padding: 20px 0 40px;
    border-bottom: 1px solid #D8DEE3;
}
.upcoming-event.border-none {
    border: none;
    padding: 20px 0;
}
.upcoming-event .calendar-icon {
    width: 100px;
}
.upcoming-event .calendar-title {
    font-size: 18px;
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
    color: #030F20;
    margin-bottom: 5px;
}
.upcoming-event .calendar-locate {
    font-size: 14px;
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
    color: #333;
    margin: 0;
}
.upcoming-event .calendar-locate::before {
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url('../img/kwi-ir/location-icon.png') no-repeat center center/contain;
    margin: 0 5px -3px 0;
}
.style-container {
    padding-top: 60px;
    padding-bottom: 80px;
}
.kwi-title {
    font-size: 30px;
    text-align: center;
    color: #030F20;
    margin-bottom: 40px;
}
.core-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
}
.core-card {
    cursor: pointer;
    transition: all 0.5s ease;
    position: relative;
}
.core-img {
    width: 100%;
    height: 480px;
}
.core-card::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(66, 97, 121, 0.95);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 3;
    transition: all 0.5s ease;
}
.core-card:hover::after {
    opacity: 1;
}
.core-card:hover .core-content {
    z-index: 100;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.core-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 20px 0;
}
.core-m {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.core-com {
    margin-bottom: 0;
    font-size: 15px;
    color: white;
    text-transform: uppercase;
    pointer-events: none;
    z-index: 55;
}
.core-title {
    font-size: 30px;
    margin-bottom: 20px;
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
    color: white;
    pointer-events: none;
    z-index: 55;
}
.core-detail {
    font-size: 14px;
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
    color: white;
    padding: 10px 15px;
    position: absolute;
    bottom: 0;
    pointer-events: none;
    z-index: 5;
    transition: opacity 0.5s ease;
    visibility: hidden;
}
.core-detail.show {
    position: static;
    visibility: visible;
}
.field {
    width: 250px;
}
/* =============== Select2 =================== */
.select2 {
    width:100%!important;
}
.select2-container {
    display: block;
}
.select2-selection--single {
    height: 35px !important;
    border: none !important;
    border-radius: 5px !important;
    background-color: transparent !important;
    border: 1px solid #DDD !important;
    padding: 0 10px !important;
}
.select2-selection__rendered {
    height: 100%;
    display: flex !important;
    align-items: center;
    padding-left: 0 !important;
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
    font-size: 16px !important;
}
.select2-selection__arrow {
    height: 100% !important;
    right: 10px !important;
}
.select2-selection__placeholder {
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
    text-transform: capitalize;
    color: #bbb !important;
}
.select2-dropdown {
    border-radius: 5px !important;
    margin: 5px auto !important;
    border: none !important;
}
.select2-results__options {
    padding: 15px;
    box-shadow: 0 0 10px 1px rgba(0, 0 ,0, 0.3);
    border-radius: 5px !important;
}
.select2-results__option--highlighted {
    color: #133957 !important;
    font-weight: bold;
    background-color: white !important;
}
.select2-results__option {
    font-family: 'Kaisei Opti', 'Times New Roman', Times, serif;
    color: #133957 !important;
    text-transform: uppercase !important;
}
.select2-selection__arrow b {
    width: 15px !important;
    height: 15px !important;
    border: none !important;
    margin-left: -10px !important;
    margin-top: -8px !important;
    background: url('../img/pressroom/loadmore.png') no-repeat center center / 100%;
    transition: transform 0.3s ease;
}
.select2-container--open .select2-selection__arrow b {
    transform: rotate(180deg);
    margin-top: -8px !important;
}
.select2-selection__clear {
    display: none !important;
}
.notice-header {
    border-bottom: 0;
}
@media screen and (min-width: 768px) {
    .notice-container {
        padding: 60px 0 80px;
    }
    .career-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 20px;
    }
    .career-heading {
        margin-bottom: 0;
    }
    .why-title {
        font-size: 50px;
    }
    .wrapper-grid {
        grid-gap: 30px;
    }
    .ir-calendar-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 15px;
    }
    .ir-calendar-header.more-padding {
        padding-top: 100px;
    }
    .ir-upcoming {
        padding: 0 15px;
    }
    .upcoming-event {
        grid-template-columns: 0.2fr 1fr;
    }
    .kwi-title {
        font-size: 34px;
    }
    .core-grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (min-width: 1024px) {
    .career-container {
        margin-top: 100px;
    }
    .career-header {
        padding-left: 0;
        padding-right: 0;
    }
    .notice-header {
        margin-top: 0;
    }
    .why-container {
        padding-bottom: 100px;
    }
    .img-preview {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .wrapper-grid {
        grid-template-columns:  1fr 0.8fr;
        grid-gap: 50px;
        max-width: 950px;
        margin: 60px auto 30px;
    }
    .ir-calendar-header {
        padding-top: 40px;
    }
    .core-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .core-img {
        height: 390px;
    }
    .kwi-title {
        font-size: 40px;
    }
}
@media screen and (min-width: 1200px) {
    .wrapper-grid {
        grid-template-columns: 1fr 0.7fr;
    }
    .core-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
@media screen and (min-width: 1400px) {
    .core-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
    .core-img {
        height: 320px;
    }
    .td-position {
        min-width: 350px !important;
        max-width: 350px;
    }
    .td-location {
        min-width: 250px !important;
        max-width: 250px;
    }
    .td-date {
        min-width: 160px !important;
        max-width: 160px;
    }
    .career-table thead th:nth-child(5) {
        min-width: 120px !important;
        max-width: 120px;
    }
    .td-date.custom-width {
        min-width: 140px !important;
        max-width: 140px !important;
    }
}
