@charset 'UTF-8';

.breadcrumb-top {
    margin-top: 60px;
    padding: 10px 24px 20px;
}
.breadcrumb-top-job {
    margin-top: 160px;
    padding: 10px 24px 20px;
}
.breadcrumb-top ul {
    max-width: 1164px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.41667em;
    letter-spacing: .05em;
    padding: 0;
}
.inner {
    max-width: 1218px;
    padding: 0 24px;
    margin: 0 auto;
}
.breadcrumb-top ul li:not(:last-child) {
    padding-right: 5.5px;
    position: relative;
}
.breadcrumb-top ul li {
    display: inline;
    vertical-align: bottom;
}

.breadcrumb-top ul li>a, .breadcrumb-top ul li>span {
    color: #222;
    vertical-align: bottom;
}

.breadcrumb-top ul li:nth-child(1) a span {
    font-style: normal;
    color: #EE2A25;
}

.breadcrumb-top ul li:nth-child(1) a {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 500;
    padding-left: 22px;
    position: relative;
    top: 1px;
    background: url(../img/common/icon/ico_home.svg) left center / 14px auto no-repeat;
}
.breadcrumb-top ul li>a, .breadcrumb-top ul li>span {
    color: #222;
    vertical-align: bottom;
}

.breadcrumb-top ul li:not(:last-child):after {
    content: "/";
    position: relative;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    margin-left: 11px;
    top: 0;
}

a:link, a:visited, a:active {
    color: #222;
    text-decoration: none;
}
a {
    outline: none;
    transition: opacity 0.3s;
    cursor: pointer;
}

@media (max-width: 767px) {
    .hdPage {
        min-height: 255px;
        display: block;
        justify-content: flex-start;
        align-items: flex-end;
        padding: 50px 0 20px;
        background-image: url(../img/common/other/bg_hd_page_sp.jpg);
    }
	
	.hdPage .inner {
        min-height: 20px;
    }
	
	.breadcrumb-top {
        margin-top: 30px;
        padding: 6px 15px 10px 24px;
    }
	.breadcrumb-top-job-detail {
		margin-top: 90px;
	}
}

@media (max-width: 767px) {
    .staff-blogs.page-single .blog-info {
        margin-top: 50px;
    }
}

@media (min-width: 1024px) {
    .breadcrumb-top-job-detail {
		margin-top: 160px;
		margin-left: 160px;
	}
}

.hdPage {
    width: 100%;
    position: relative;
    padding: 100px 0px 5px;
    background: url(../img/common/other/bg_hd_page.jpg) center top / cover no-repeat;
	overflow:visible !important;
}

.page404-main__jobs {
    font-size: 40px;
    line-height: 1em;
    letter-spacing: 0em;
    font-weight: 500;
    font-family: "Plus Jakarta Sans", sans-serif;
    background: linear-gradient(45deg, #EE172E 0%, #F37130 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

/* Ẩn dòng kẻ đỏ (pseudo-element) của hdPage trên trang chi tiết Job */
.job-single .hdPage::after,
.job-single .hdPage::before {
    display: none !important;
}

.staff-blogs-single .hdPage::after,
.staff-blogs-single .hdPage::before {
    display: none !important;
}

.job-single__content {
    margin-top: 88px !important;
}