/**
 * Theme Name: HiSEO
 * Theme URI: https://quan.vn
 * Author: hiseo team
 * Author URI: https://quan.vn
 * Description: quan Wordpress Theme.
 * Requires PHP: 7.4
 * Version: 0.23.05
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: hd
 */

.term-tuyen-dung .site-outer.site-page .section.section-title,
.single.single-job .site-outer.site-page .section.section-title {
    height: auto;
    padding: 30px 0;
}

.term-tuyen-dung .site-outer.site-page .section.section-title .breadcrumbs-container,
.single.single-job .site-outer.site-page .section.section-title .breadcrumbs-container{
    position: relative;
    left: unset;
    bottom: unset;
    transform: translate(0, 0);
}

.archives.archive-job {
}

.archives.archive-job .term-title {
    display: none;
}

.archives.archive-job .grid-job {
}

.archives.archive-job .grid-job .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    background-color: #fff;
    gap: 20px;
}

.archives.archive-job .grid-job .item .title {
    display: flex;
    align-items: center;
    gap: 20px;
}

.archives.archive-job .grid-job .item .title .num {
    height: 50px;
    min-width: 50px;
    background-color: #174F99;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 500;
    font-size: 22px;
}

.archives.archive-job .grid-job .item .title .name {
    color: #174F99;
    font-weight: 400;
}

.archives.archive-job .grid-job .item .info {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    margin-right: 10px;
}

.archives.archive-job .grid-job .item .info .expires {line-height: normal;}

.archives.archive-job .grid-job .item .info .expires > span {
    font-weight: 500;
    font-size: 15px;
}

.archives.archive-job .grid-job .item .info .link {
    border: 2px solid #ce922a;
    color: #ce922a;
    line-height: normal;
}

.archives.archive-job .grid-job .item .info .link a {
    color: currentColor;
    font-size: 14px;
    font-weight: 500;
    padding: 0 10px;
    height: 30px;
    display: flex;
    line-height: 1;
    align-items: center;
    gap: 4px;
}

.archives.archive-job .grid-job .item .info .link a::after {
    font-size: 12px;
    content: '\f054';
    font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
}

.archives.archive-job .grid-job .item .info .link a:hover {
}

body.tax-job-category {
    background-color: #f4f4f4;
}

@media only screen and (max-width: 767px) {
    .archives.archive-job .grid-job .item {
        display: block;
        border: 1px solid rgb(0 0 0 / 10%);
    }

    .archives.archive-job .grid-job .item .title {
        gap: 0;
    }

    .archives.archive-job .grid-job .item .title .num {
        height: 35px;
        min-width: 35px;
        font-size: 18px;
    }

    .archives.archive-job .grid-job .item .info {
        padding: 10px;
        font-size: 13px;
    }

    .archives.archive-job .grid-job .item .info .expires > span {
        font-size: inherit;
    }

    .archives.archive-job .grid-job .item .info .link {
        border: none;
    }

    .archives.archive-job .grid-job .item .info .link a {
        height: auto;
        padding: 0;
    }

    .archives.archive-job .grid-job .item .title .name {
        padding: 10px;
    }
}

@media only screen and (max-width: 39.9688rem) {
    .site-outer.site-page .section.section-title.section-title-job {
        padding: 30px 0 !important;
    }
}
