.breadcrumb2 {
	white-space: nowrap;
	padding-bottom: 8px;
	overflow: hidden;
}

.breadcrumb2 .breadcrumb2-item {
	display: inline-block;
	color: #444;
	font-weight: 500;
	margin-left: 6px;
	margin-right: 6px;
}

.breadcrumb2 .icon-home {
	color: #444;
}

.breadcrumb2 .active {
	color: #111827;
	font-weight: 700;
}

.job-card {
	background: #fff;
	border-radius: 20px;
	padding: 15px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, .05);
	margin-bottom: 14px;
}

.job-card-category {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, .05);
	margin-top: 14px;
}

/* =========================
   HEADER
========================= */

.job-header {
	display: flex;
	gap: 24px;
	align-items: center;
	flex-wrap: wrap;
}

.company-logo {
	width: 140px;
	height: 140px;
	flex-shrink: 0;
}

.company-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.job-info {
	flex: 1;
}

.company-name {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 0px;
	color: #374151;
}

.company-name a {
	color: #374151;
}

.job-title {
	font-size: 36px;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 20px;
	margin-top: 0px;
}

.job-actions {
	width: 168px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.apply-btn {
	border: none;
	background: #ffd500;
	border-radius: 14px;
	padding: 14px;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	flex: 1;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-weight: 700;
	color: #111;
	transition: all .2s ease;
}

.save-btn {
	border: 1px solid #d1d5db;
	background: #fff;
	border-radius: 14px;
	border-radius: 14px;
	padding: 14px;
	font-weight: 600;
	cursor: pointer;
}

.job-summary {
	margin-top: 10px;
	border: 1px solid #eee;
	border-radius: 16px;
	display: flex;
	flex-wrap: wrap;
}

.summary-item {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 18px;
	border-right: 1px solid #eee;
}

.summary-item:last-child {
	border-right: none;
}

.icon-job {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #f3f6ff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	color: #475569;
	flex-shrink: 0;
}

.label-job {
	color: #666;
	font-size: 14px;
	margin-bottom: 6px;
}

.value-job {
	font-size: 16px;
	font-weight: 700;
	color: #111827;
}


.job-bottom {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 30px;
	padding: 12px;
}

.section-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 8px;
}

.job-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.job-tag {
	display: inline-flex;
	align-items: center;
	height: 32px;
	padding: 0 12px;
	background: #fafbff;
	border: 1px solid #dfe5f2;
	border-radius: 22px;
	color: #3f4b5b;
	font-weight: 500;
	white-space: nowrap;
	transition: .2s;
	background: #eff6ff;
	border: 1px solid #bfdbfe;
	color: #1d4ed8;
}

.job-tag i {
	color: #5c7fc4;
	font-size: 18px;
}

.job-tag:hover {
	border-color: #9bb5ea;
	background: #f6f9ff;
}

.job-location {
	border-left: 1px solid #eee;
	padding-left: 30px;
}

.location-text {
	font-size: 15px;
}

.job-detail-card {
	background: #fff;
	border-radius: 20px;
	padding: 32px;
	border: 1px solid #ececec;
}

.job-section {
	padding: 18px 0;
	border-bottom: 1px solid #ececec;
}

.job-section:first-child {
	padding-top: 0;
}

.job-section .html-content {
	padding-left: 4px;
	font-size: 16px;
	line-height: 1.7;
	padding: 0px 10px 0px 12px;
}

.job-section:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.section-header {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 12px;
}

.section-icon {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #475569;
	display: flex;
	align-items: center;
	justify-content: center;

	color: white;
	font-size: 18px;
	flex-shrink: 0;
}

.section-header h3 {
	font-size: 22px;
	font-weight: 700;
	color: #222;
	margin: 0px;
}

.job-bottom-bar {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	justify-content: center;
}

.action-btn {
	height: 46px;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 0 16px;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 10px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	justify-content: center;
	transition: all .2s ease;
}

.action-btn:hover {
	background: #f8fafc;
}

.btn-favorite i {
	color: #dc2626;
}

.btn-favorite.active i::before {
	content: "\f004";
}

.btn-favorite.active {
	background: #fef2f2;
	border-color: #fecaca;
	color: #dc2626;
}

.apply-btn-tool {
	font-size: 18px;
}

.apply-btn:hover {
	transform: translateY(-1px);
}

.view-count {
	height: 37px;
	display: flex;
	align-items: center;
	padding: 0 16px;
	border-radius: 4px;
	background: #eff6ff;
	color: #2563eb;
	font-weight: 600;
}

.job-report {
	background: #f4f5f5;
	border-radius: 5px;
	color: #212f3f;
	font-weight: 400;
	gap: 8px;
	padding: 8px;
	text-align: right;
	margin-bottom: 14px;
}

.company-tab-card {
	background: #fff;
	border: 1px solid #edf0f5;
	border-radius: 20px;
	border-radius: 12px;
	padding: 20px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, .04);
	margin-bottom: 20px;
}

#infoconpanydetail .company-tab-card {
	margin-top: 28px;
}

.company-tab-title {
	font-weight: 700;
	color: #1f2937;
	margin-bottom: 14px;
}

.company-tab-header {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-bottom: 4px;
}

.company-tab-logo {
	width: 100px;
	height: auto;
	object-fit: contain;
}

.company-tab-name {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	color: #222;
}

.company-tab-description {
	font-size: 16px;
	color: #4b5563;
	margin-bottom: 20px;
}

.company-divider {
	height: 1px;
	background: #eceff4;
	margin-bottom: 20px;
}

.company-info {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.info-row {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	overflow: hidden;
	font-size: 15px;
	line-height: 1.7;
}

.info-icon {
	width: 8px;
	flex-shrink: 0;

}

.info-label {
	min-width: 60px;
	font-weight: 600;
	color: #374151;
}

.info-value {
	flex: 1;
	color: #4b5563;
}

.company-btn {
	width: 100%;
	height: 48px;
	border-radius: 8px;
	margin-top: 28px;
	border: 2px solid #eee;
	border-radius: 12px;
	background: #fff;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	transition: .2s;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 1366px) {
	.summary-item {
		max-width: 25%;
	}
}

@media screen and (max-width: 1100px) {
	.summary-item {
		max-width: unset;
		width: 50%;
		border-bottom: 1px solid #eee;
	}

	.job-actions {
		width: 100%;
		flex-direction: row;
		align-items: center;
	}

	.breadcrumb2 {
		overflow-x: scroll;
	}

	.job-actions .btn {
		flex: 1;
		padding: 0 18px;
		height: 48px;
	}

	.company-logo {
		width: 100px;
		height: 100px;
	}

	.company-name {
		font-size: 15px;
	}

	.job-title {
		font-size: 30px;
		margin-bottom: 10px;
	}

	.job-header {
		gap: 8px;

	}

	.job-card {
		padding: 14px;
	}

}

@media screen and (max-width: 767px) {

	.job-bottom-bar .apply-btn-tool {
		flex: 0 0 100%;
		order: -1;
	}

	.job-bottom-bar .action-btn {
		flex: 1 0 100%;
	}

	.job-bottom-bar .action-btn.sharejob {
		flex-basis: 102px;
		flex-grow: 0;
	}

	.company-tab-card {
		margin-top: 20px;
	}

	.company-tab-logo {
		width: 150px;
	}

	.company-tab-title {
		display: none;
	}
}