.form-popup-tuyendung.active.step2 .content-form-tuyendung {
	display: none;
}

.content-form-tuyendung {
	display: flex;
}

svg.chevron-icon {
	display: none;
}

.box-filter-products-bycate .filter-label {
	border-bottom: 1px solid #cdcdcd;
	padding-bottom: 10px;
}

.box-filter-products-bycate .filter-header {
	margin-bottom: 10px;
}

.btn-ungtuyen {
	width: 20%;
	text-align: right;
}

.content-form-tuyendung .py-4 {
	flex: 1;
}

.form-popup-tuyendung.active .number-svg-2 {
	display: none;
}

.content-form-tuyendung ul li {
	list-style: disc;
	margin-left: 17px;
}

.box-filter-products-bycate .filter-checkbox-group {
	min-height: 297px;
	overflow-y: scroll;
	height: 297px;
}

.form-popup-tuyendung.active.step2 .step2-form-contacts {
	display: block;
}


.form-popup-tuyendung.active.step2 .number-svg-2 {
	display: block !important;
}

.box-main-about-member .section-title span {
	display: block;
}

.form-popup-tuyendung.active.step2 .number-svg {
	display: none;
}

.step2-form-contacts {
	display: none;
}

.box-form-dangky .form-grid {
	display: flex;
	gap: 15px 20px;
	flex-wrap: wrap;
}

.box-form-dangky .form-group {
	width: 48%;
	margin-bottom: 0px;
}

.box-form-dangky .form-label {
	display: block;
	margin-bottom: 8px;
	font-weight: 500;
	color: #333;
	font-size: 14px;
}

.box-form-dangky .form-input {
	width: 100%;
	padding: 12px 16px;
	border: 2px solid #e5e7eb;
	border-radius: 8px;
	font-size: 14px;
	transition: border-color 0.2s ease;
	background-color: #fff;
}

.box-form-dangky .form-input:focus {
	outline: none;
	border-color: #ef4444;
}

.box-form-dangky .form-select {
	width: 100%;
	padding: 12px 16px;
	border: 2px solid #e5e7eb;
	border-radius: 8px;
	font-size: 14px;
	background-color: #fff;
	color: #ef4444;
	cursor: pointer;
	appearance: none;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23ef4444' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
	background-position: right 12px center;
	background-repeat: no-repeat;
	background-size: 16px;
	padding-right: 40px;
}

.box-form-dangky .upload-area {
	border: 2px dashed #d1d5db;
	border-radius: 8px;
	padding: 5px 20px;
	text-align: center;
	background-color: #fafafa;
	cursor: pointer;
	transition: all 0.2s ease;
	height: 125px;
}

blockquote {
	font-style: italic;
	padding: 5px 0 5px 20px;
	border-left: 5px solid #ccc;
	margin-bottom: 20px;
}

blockquote:not(:last-child) {
	margin-bottom: 10px;
}

.wrap_background_aside table tr td p {
	padding-bottom: 10px;
}



.box-form-dangky .upload-area:hover {
	border-color: #ef4444;
	background-color: #fef2f2;
}

.box-form-dangky .upload-icon {
	width: 48px;
	height: 48px;
	margin: 0 auto 2px;
	opacity: 0.5;
}

.box-form-dangky .upload-text {
	color: #6b7280;
	font-size: 14px;
	margin-bottom: 8px;
}

.box-form-dangky .upload-subtitle {
	color: #9ca3af;
	font-size: 12px;
}

.box-form-dangky .textarea-large {
	width: 100%;
	min-height: 125px;
	padding: 12px 16px;
	border: 2px solid #e5e7eb;
	border-radius: 8px;
	font-size: 14px;
	resize: vertical;
	font-family: inherit;
	transition: border-color 0.2s ease;
}

.box-form-dangky .textarea-large:focus {
	outline: none;
	border-color: #ef4444;
}

.box-form-dangky .full-width {
	grid-column: -1;
}

.box-form-dangky .form-actions {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 20px;
	border-top: 1px solid #e5e7eb;
}

.box-form-dangky .btn-back {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #6b7280;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	transition: color 0.2s ease;
}

.box-form-dangky .btn-back:hover {
	color: #374151;
}

.box-form-dangky .btn-submit {
	display: flex;
	align-items: center;
	gap: 8px;
	background-color: #ef4444;
	color: white;
	padding: 12px 24px;
	border: none;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.box-form-dangky .btn-submit:hover {
	background-color: #dc2626;
}



.about-section .top-section {
	background: white;
	padding: 60px 80px;
}

.about-section .header {
	display: flex;
	align-items: flex-start;
	gap: 30px;
	margin-bottom: 30px;
}

.about-section .logo {
	font-size: 32px;
	font-weight: bold;
	color: #8bc34a;
	white-space: nowrap;
}

.about-section .title-bar {
	flex: 1;
	border-left: 4px solid #7cb342;
	padding-left: 20px;
}

.about-section .title {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}

.about-section .description {
	font-size: 15px;
	color: #555;
	margin-bottom: 15px;
}

.about-section .standards {
	margin: 20px 0;
}

.about-section .standards p {
	font-size: 15px;
	color: #555;
	margin-bottom: 15px;
}

.about-section .standards ul {
	list-style: none;
	padding-left: 0;
}

.about-section .standards li {
	font-size: 14px;
	color: #555;
	padding: 5px 0;
	padding-left: 20px;
	position: relative;
}

.about-section .standards li:before {
	content: "•";
	position: absolute;
	left: 0;
	color: #333;
	font-weight: bold;
}

.about-section .flyer-btn {
	background: #8bc34a;
	color: white;
	border: none;
	padding: 12px 35px;
	font-size: 15px;
	cursor: pointer;
	margin-top: 20px;
}

.about-section .flyer-btn:hover {
	background: #0052a3;
}

.about-section .bottom-section {
	background: #f5f5f5;
	padding: 80px 80px;
}

.about-section .section-title {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #8bc34a;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

.title-underline {
	width: 80px;
	height: 3px;
	background: var(--color-main2);
	margin: 0 auto 60px;
}

.title-underline.left {
	margin: 0 0 10px;
}

.about-section .features {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	max-width: 1400px;
	margin: 0 auto;
}

.about-section .feature {
	text-align: center;
	padding: 40px 30px;
	background: #f5f5f5;
	border-right: 1px solid #ddd;
}

.about-section .feature:last-child {
	border-right: none;
}

.about-section .feature-icon {
	width: 80px;
	height: 80px;
	margin: 0 auto 25px;
}

.about-section .feature-icon svg {
	width: 100%;
	height: 100%;
}

.about-section .feature-title {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 1.4;
}

@media (max-width: 1024px) {
	.about-section .features {
		grid-template-columns: repeat(2, 1fr);
	}

	.about-section .feature {
		border-right: none;
		border-bottom: 1px solid #ddd;
	}
}

@media (max-width: 768px) {

	.about-section .top-section,
	.about-section .bottom-section {
		padding: 40px 20px;
	}

	.about-section .header {
		flex-direction: column;
	}

	.about-section .features {
		grid-template-columns: 1fr;
	}
}


@media (max-width: 768px) {
	.box-filter-products-bycate .filter-grid {
		gap: 5px;
	}

	.box-form-dangky .form-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.box-form-dangky .form-actions {
		flex-direction: column;
		gap: 16px;
	}
}

.about-bottom-section2 .left-section,
.about-bottom-section2 .right-section {
	flex: 1;
}

.about-bottom-section2 .left-section {}

.about-bottom-section2 .right-section {}

.about-bottom-section2 h2 {
	color: #8bc34a;
	font-size: 28px;
	margin-bottom: 30px;
	font-weight: 600;
	position: relative;
	padding-bottom: 15px;
}

.about-bottom-section2 h2::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 4px;
	background-color: #7ac142;
}

.about-bottom-section2 ul {
	list-style: none;
}

.about-bottom-section2 ul li {
	padding: 8px 0;
	padding-left: 20px;
	position: relative;
	color: #333;
	font-size: 15px;
}

.about-bottom-section2 ul li::before {
	content: '•';
	position: absolute;
	left: 0;
	color: #333;
	font-weight: bold;
	font-size: 20px;
}

.bottom-section {
	display: flex;
	width: 100%;
}

.bottom-section .blue-cta,
.bottom-section .green-cta {
	flex: 1;
	padding: 106px 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
	overflow: hidden;
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.bottom-section .blue-cta {
	background: linear-gradient(135deg, #8bc34a 0%, #004c99 100%);
	color: white;
}

.bottom-section .green-cta {
	background: linear-gradient(135deg, #7ac142 0%, #5ea030 100%);
	color: white;
}

.bottom-section .blue-cta::before {
	content: '';
	position: absolute;
	width: 200%;
	height: 200%;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/><line x1="20" y1="20" x2="80" y2="80" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></svg>');
	opacity: 0.3;
	top: -50%;
	left: -50%;
}

.bottom-section .green-cta::before {
	content: '';
	position: absolute;
	width: 200%;
	height: 200%;
	/* background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="30" cy="30" r="20" fill="rgba(255,255,255,0.1)"/><circle cx="70" cy="70" r="15" fill="rgba(255,255,255,0.08)"/></svg>'); */
	opacity: 0.4;
	top: -50%;
	left: -50%;
}

.bottom-section .cta-title {
	font-size: 28px;
	margin-bottom: 20px;
	font-weight: 600;
	position: relative;
	z-index: 1;
}

.bottom-section .cta-button {
	padding: 10px 36px;
	min-width: 150px;
	font-size: 16px;
	font-weight: 600;
	border: none;
	cursor: pointer;
	border-radius: 4px;
	transition: all 0.3s ease;
	position: relative;
	z-index: 1;
	text-transform: uppercase;
}

.bottom-section .blue-cta .cta-button {
	background-color: #7ac142;
	color: white;
}

.bottom-section .blue-cta .cta-button:hover {
	background-color: #6ab032;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.bottom-section .green-cta .cta-button {
	background-color: #8bc34a;
	color: white;
}

.bottom-section .green-cta .cta-button:hover {
	background-color: #0052a3;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1024px) {
	.about-bottom-section2 .container {
		flex-direction: column;
	}

	.about-bottom-section2 .bottom-section {
		flex-direction: column;
	}

	.about-bottom-section2 .left-section,
	.about-bottom-section2 .right-section,
	.about-bottom-section2 .blue-cta,
	.about-bottom-section2 .green-cta {
		padding: 40px;
	}
}



.form-popup-tuyendung {
	position: fixed;
	z-index: 999999;
	width: 100%;
	top: 50%;
}


.form-popup-tuyendung .box-form {
	width: 70%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	height: 80vh;
	overflow-y: scroll;
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	font-size: 16px;
}

.form-popup-tuyendung .box-form .center-svg-line {
	width: 139px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
	background: #fff;
	padding: 0px 20px;
}


.form-popup-tuyendung .overlay {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #00000054;
	top: 0;
}

.form-popup-tuyendung {
	display: none;
}

.form-popup-tuyendung.active {
	display: block;
}

.hedding-form-tuyendung {
	display: flex;
	align-items: center;
	position: relative;
	height: 100px;
	margin-bottom: 60px;
}

.hedding-form-tuyendung .line-1 {
	width: 100%;
	border: 2px dashed var(--color-main2);
}

.center-svg-line span {
	color: var(--color-main2);
	width: max-content;
	position: absolute;
	bottom: -26px;
	left: 50%;
	transform: translateX(-50%);
	font-weight: 700;
	font-size: 20px;
}

.number-svg {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: var(--color-main2);
	font-size: 37px;
	font-weight: 800;
}

.close-form-tuyendung {
	text-align: right;
	font-size: 20px;
	position: absolute;
	right: 25px;
	top: 10px;
	z-index: 9999999;
}

.btn-ungtuyen a {
	height: fit-content;
	border-radius: .75rem;
	padding: 17px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.25rem;
	background: var(--color-main2);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.btn-ungtuyen {
	padding-top: 20px;
}

.tuyendung .hero-section {
	background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 50%, #60a5fa 100%);
	height: 300px;
	position: relative;
	/* overflow: hidden;
	 */
}

.input-tuyendung {
	width: 25%;
	position: relative;
}

.input-tuyendung svg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	left: 14px;
	color: #d1d5db;
}


.tuyendung .job-card:nth-child(1) {
	border-top: 1px dashed var(--color-main2);
}


.tuyendung .search-container {
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
	background: white;
	padding: 17px 30px 30px;
	border-radius: 15px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
	width: 90%;
	max-width: 1000px;
	z-index: 10;
	border: 2px solid var(--color-main2);
}

.tuyendung .search-title {
	text-align: center;
	font-size: 27px;
	font-weight: 600;
	color: #333;
	margin-bottom: 25px;
}

.tuyendung .search-title .brand {
	color: var(--color-main2);
	font-weight: 700;
}

.tuyendung .search-form {
	display: flex;
	gap: 15px;
	align-items: center;
}

.tuyendung .search-input {
	flex: 1;
	padding: 10px 20px;
	border: 2px solid #d1d5db;
	border-radius: 10px;
	font-size: 14px;
	outline: none;
	transition: all 0.3s ease;
	padding-left: 40px;
}

.tuyendung .search-input:focus {
	border-color: var(--color-main2);
	box-shadow: 0 0 0 3px rgba(229, 62, 62, 0.1);
}

.tuyendung .search-select {
	padding: 9px 20px;
	border: 2px solid #e2e8f0;
	border-radius: 10px;
	font-size: 14px;
	background: white;
	outline: none;
	cursor: pointer;
	min-width: 150px;
	transition: all 0.3s ease;
	width: 25%;
}

.tuyendung .search-select:focus {
	border-color: var(--color-main2);
	box-shadow: 0 0 0 3px rgba(229, 62, 62, 0.1);
}

.tuyendung .search-btn {
	background: var(--color-main2);
	color: white;
	border: none;
	padding: 11px 30px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	width: 25%;
}

.tuyendung .search-btn:hover {
	background: #c53030;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(229, 62, 62, 0.3);
}

.tuyendung .main-content {
	margin-top: 80px;
	padding: 40px 20px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.tuyendung .job-card {
	background: white;
	padding: 10px;
	transition: all 0.3s ease;
	border-bottom: 1px dashed var(--color-main2);
}

.tuyendung .job-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
	background: var(--color-main2)17;
	border-top: 1px dashed var(--color-main2);
}

.tuyendung .job-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 20px;
}

.tuyendung .job-title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
	color: #333;
}

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

.tuyendung .job-tag {
	background: var(--color-main2);
	color: #ffffff;
	padding: 6px 12px;
	border-radius: 5px;
	font-size: 12px;
	font-weight: 500;
}

.tuyendung .job-info {
	display: flex;
	align-items: center;
	gap: 20px;
	color: #718096;
	font-size: 14px;
	margin-bottom: 15px;
}

.tuyendung .job-location {
	display: flex;
	align-items: center;
	gap: 5px;
	color: var(--color-main2);
}

.tuyendung .job-type {
	display: flex;
	align-items: center;
	gap: 5px;
	color: var(--color-main2);
}

.tuyendung .salary {
	font-size: 16px;
	font-weight: 700;
	color: #f00;
	text-align: right;
}

.tuyendung .salary-negotiable {
	color: #38a169;
}

.tuyendung .divider {
	height: 1px;
	background: linear-gradient(to right, transparent, #e2e8f0, transparent);
	margin: 13px 0;
}

.tuyendung .icon {
	width: 16px;
	height: 16px;
	fill: currentColor;
}

.box-filter-products-bycate .filter-container {
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(20px);
	border-radius: 16px;
	padding: 10px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 20px;
	position: sticky;
	top: 20px;
	margin-bottom: 20px;
}

.box-filter-products-bycate .filter-header {
	text-align: center;
}

.box-filter-products-bycate .filter-title {
	font-size: 2.5rem;
	font-weight: 700;
	background: linear-gradient(135deg, #667eea, #764ba2);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin-bottom: 12px;
}

.box-filter-products-bycate .filter-subtitle {
	color: #6b7280;
	font-size: 1.1rem;
	font-weight: 400;
}

.box-filter-products-bycate .filter-grid {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-bottom: 18px;
}

.box-filter-products-bycate .filter-group {
	background: white;
	border-radius: 10px;
	padding: 15px;
	border: 1px solid #e5e7eb;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}

.box-filter-products-bycate .filter-group::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg, #667eea, #764ba2);
	transform: scaleX(0);
	transition: transform 0.3s ease;
}

.box-filter-products-bycate .filter-group:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.box-filter-products-bycate .filter-group:hover::before {
	transform: scaleX(1);
}

.box-filter-products-bycate .filter-label {
	font-weight: 600;
	color: #374151;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 15px;
}

.box-filter-products-bycate .filter-icon {
	width: 18px;
	height: 18px;
	opacity: 0.7;
}

.box-filter-products-bycate .filter-select,
.box-filter-products-bycate .filter-input {
	width: 100%;
	padding: 12px 16px;
	border: 2px solid #e5e7eb;
	border-radius: 12px;
	font-size: 14px;
	transition: all 0.3s ease;
	background: #fafafa;
	color: #374151;
}

.box-filter-products-bycate .filter-select:focus,
.box-filter-products-bycate .filter-input:focus {
	outline: none;
	border-color: #667eea;
	background: white;
	box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
	transform: translateY(-1px);
}

.box-filter-products-bycate .filter-checkbox-group {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	gap: 12px;
}

.box-filter-products-bycate .checkbox-item {
	display: flex;
	align-items: center;
	gap: 8px;
	border-radius: 8px;
	transition: all 0.2s ease;
	cursor: pointer;
}

.box-filter-products-bycate .checkbox-item:hover {
	background: #f3f4f6;
}

.box-filter-products-bycate .checkbox-item input {
	width: 18px;
	height: 18px;
	accent-color: #667eea;
}

.box-filter-products-bycate .checkbox-item label {
	font-size: 13px;
	color: #4b5563;
	cursor: pointer;
	flex: 1;
}

.box-filter-products-bycate .price-range {
	display: flex;
	gap: 12px;
	align-items: center;
}

.box-filter-products-bycate .price-input {
	flex: 1;
}

.box-filter-products-bycate .price-separator {
	color: #9ca3af;
	font-weight: 500;
}

.box-filter-products-bycate .filter-actions {
	display: flex;
	gap: 16px;
	justify-content: center;
	margin-top: 16px;
}

.box-filter-products-bycate .btn {
	padding: 14px 32px;
	border-radius: 7px;
	font-weight: 600;
	font-size: 14px;
	cursor: pointer;
	transition: all 0.3s ease;
	border: none;
	position: relative;
	overflow: hidden;
}

.box-filter-products-bycate .btn-primary {
	background: var(--color-main2);
	color: white;
	box-shadow: 0 4px 16px rgba(102, 126, 234, 0.3);
}

.box-filter-products-bycate .btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(102, 126, 234, 0.4);
}

.box-filter-products-bycate .btn-secondary {
	background: white;
	color: #6b7280;
	border: 2px solid #e5e7eb;
}

.box-filter-products-bycate .btn-secondary:hover {
	background: #f9fafb;
	border-color: #d1d5db;
	transform: translateY(-1px);
}

.box-filter-products-bycate .results-info {
	text-align: center;
	margin-top: 24px;
	padding: 16px;
	background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
	border-radius: 12px;
	border-left: 4px solid #0ea5e9;
}

.box-filter-products-bycate .results-count {
	font-weight: 600;
	color: #0369a1;
	font-size: 1.1rem;
}

@media (max-width: 768px) {
	.box-filter-products-bycate .filter-container {
		padding: 15px;
		margin: 0px;
	}

	.box-filter-products-bycate .filter-title {
		font-size: 2rem;
	}

	.box-filter-products-bycate .filter-actions {
		flex-direction: column;
	}

	.box-filter-products-bycate .btn {
		width: 100%;
	}
}

.box-filter-products-bycate .fade-in {
	animation: fadeIn 0.8s ease-out;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 768px) {
	.input-tuyendung {
		width: 100%;
	}

	.tuyendung .search-form {
		flex-direction: column;
	}

	.tuyendung .search-input,
	.tuyendung .search-select {
		width: 100%;
	}

	.tuyendung .job-header {
		flex-direction: column;
		gap: 15px;
	}

	.tuyendung .salary {
		text-align: left;
	}

	.tuyendung .job-info {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
}


.title_h1_detail {
	text-align: center;
	padding: 0 0 20px 0;
}

.title_h1_detail h1 {
	color: #fff;
	font-size: 35px;
	text-transform: uppercase;

}

.content-page {
	padding: 20px 0;
	border-radius: 20px;
}

.wrap_background_aside {
	border-radius: 20px;
	/* font-size: 16px; */
	line-height: 1.5;
	/* color: #fff; */
}

/* .wrap_background_aside p {
	padding-bottom: 10px;
} */



.register-heading__brief h1 {
	font-size: 35px;
	text-transform: uppercase;
	color: var(--color-main2);
}

.register-heading__brief p {
	font-size: 25px;
	color: #333;
}

.about-top {
	padding: 50px 0;
}

.about-top__ttl {
	text-align: center;
	font-size: 33px;
	color: var(--color-main2);
	margin-bottom: 10px;
}

.about-top__block--ttl {
	text-align: right;
	border-right: 4px solid var(--color-main2);
	padding-right: 18px;
	font-size: 30px;
	color: var(--color-main2);
	padding-bottom: 20px;
}

.about-features {
	background: #f5f5f5;
	padding: 80px 0;
}

.about-features.s2 {
	color: white;
}

.about-features.s2 .about-top__ttl,
.about-features.s2 .c-ttl__01 {
	color: inherit;
}

.features-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	position: relative;
	z-index: 10;
}

.features-grid.grid-4 {
	grid-template-columns: repeat(4, 1fr);
}

.about-features.s2 .features-grid__item {
	border-right: 0;
	padding: 0;
}

.features-grid__item {
	text-align: center;
	padding: 10px 30px;
	border-right: 1px solid #ddd;
}

.features-grid__item:last-child {
	border-right: 0;
}

.features-grid__icon {
	text-align: center;
	margin-bottom: 10px;
}

.features-grid__icon img,
.features-grid__icon svg {
	width: 60px;
	height: 60px;
}

.features-grid__title {
	font-size: 18px;
	font-weight: 500;
	/* color: #333; */
	line-height: 1.4;
	text-align: center;
}

.features-grid__title:not(:last-child) {
	margin-bottom: 10px;
}

.features-grid__text {}

.about-ck {
	padding: 50px 0;
}

.about-info {
	background: #f5f5f5;
	padding: 80px 0;
}

.about-infos {
	background: #f5f5f5;

}

.about-info__content {
	padding-top: 40px;
	padding-bottom: 40px;
}


/* Enhanced file upload styles */
.upload-container {
	position: relative;
}

.upload-area {
	cursor: pointer;
	transition: all 0.3s ease;
}

.uploaded-file {
	border: 2px solid #4CAF50;
	border-radius: 8px;
	padding: 12px;
	background-color: #f8f9fa;
	margin-top: 8px;
	position: relative;
}

.file-info {
	display: flex;
	align-items: center;
	gap: 12px;
}

.file-icon {
	width: 32px;
	height: 32px;
	color: #4CAF50;
	flex-shrink: 0;
}

.file-details {
	flex: 1;
}

.file-name {
	font-weight: 600;
	color: #333;
	margin-bottom: 2px;
	word-break: break-all;
}

.file-size {
	font-size: 12px;
	color: #666;
}

.remove-file {
	position: absolute;
	top: 8px;
	right: 8px;
	background: #ff4757;
	border: none;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.2s ease;
}

.remove-file:hover {
	background: #ff3838;
	transform: scale(1.1);
}

.remove-file svg {
	width: 12px;
	height: 12px;
	color: white;
}

.upload-area.has-file {
	opacity: 0.5;
	pointer-events: none;
}

/* Success animation */
.uploaded-file {
	animation: slideIn 0.3s ease-out;
}

@keyframes slideIn {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}



/* Banner Section */
.box-main-about-member {
	/* Container */
	/* Tab Navigation */
	/* Tab Content */
	/* FAQ Section */
	/* Responsive */
}

.box-main-about-member .banner {
	width: 100%;
	height: 400px;
	background: var(--color-main2);
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.box-main-about-member .banner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 400"><path d="M0,300 Q300,200 600,250 T1200,200 L1200,400 L0,400 Z" fill="rgba(255,255,255,0.1)"/></svg>') no-repeat center;
	background-size: cover;
}

.box-main-about-member .banner-content {
	position: relative;
	z-index: 2;
}

.box-main-about-member .banner h1 {
	font-size: 45px;
	margin-bottom: 1rem;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.box-main-about-member .banner p {
	font-size: 2.2rem;
	opacity: 0.9;
}

.box-main-about-member .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.box-main-about-member .tab-container {
	background: white;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	margin-top: -53px;
	position: relative;
	z-index: 10;
	border-radius: 12px;
	overflow: hidden;
}

.box-main-about-member .tab-nav {
	display: flex;
	/* background: #f8f9fa; */
	border-bottom: 2px solid #dee2e6;
	overflow-x: auto;
}

.box-main-about-member .tab-nav button {
	flex: 1;
	padding: 15px 20px;
	border: none;
	background: transparent;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	color: #666;
	transition: all 0.3s ease;
	white-space: nowrap;
	min-width: 200px;
}

.box-main-about-member .tab-nav button:hover {
	background: #e9ecef;
	color: #495057;
}

.box-main-about-member .tab-nav button.active {
	background: #1188b4;
	color: white;
	border-bottom: 3px solid #1188b4;
}

.box-main-about-member .tab-content {
	display: none;
	padding: 40px;
	animation: fadeIn 0.5s ease-in;
}

.box-main-about-member .tab-content.active {
	display: block;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.box-main-about-member .section-title {
	font-size: 28px;
	color: var(--color-main2);
	margin-bottom: 20px;
	text-align: center;
	position: relative;
}

.box-main-about-member .section-title::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 3px;
	background: var(--color-main2);
}

.box-main-about-member .highlight-box {
	background: var(--color-main2);
	color: white;
	padding: 30px;
	border-radius: 15px;
	margin: 30px 0;
	text-align: center;
	box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.box-main-about-member .highlight-box h3 {
	font-size: 2.8rem;
	margin-bottom: 15px;
}

.box-main-about-member .feature-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
	margin: 40px 0;
}

.box-main-about-member .feature-card {
	background: white;
	padding: 30px;
	border-radius: 15px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border-left: 5px solid var(--color-main2);
}

.box-main-about-member .feature-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.box-main-about-member .feature-card h4 {
	color: var(--color-main2);
	font-size: 2.3rem;
	margin-bottom: 15px;
}

.box-main-about-member .feature-card ul {
	list-style: none;
	padding-left: 0;
}

.box-main-about-member .feature-card li {
	padding: 8px 0;
	padding-left: 25px;
	position: relative;
}

.box-main-about-member .feature-card li::before {
	content: '-';
	position: absolute;
	left: 0;
	color: #28a745;
	font-weight: bold;
}

.box-main-about-member .criteria-list {
	background: #f8f9fa;
	padding: 30px;
	border-radius: 15px;
	margin: 30px 0;
}

.box-main-about-member .criteria-list ul {
	list-style: none;
	padding: 0;
}

.box-main-about-member .criteria-list li {
	padding: 15px 0;
	padding-left: 30px;
	position: relative;
	border-bottom: 1px solid #dee2e6;
}

.box-main-about-member .criteria-list li:last-child {
	border-bottom: none;
}

.box-main-about-member .criteria-list li::before {
	content: '+';
	position: absolute;
	left: 0;
	color: #667eea;
	font-weight: bold;
}

.box-main-about-member .faq-section {
	background: white;
	padding: 60px 0;
	margin-top: 50px;
}

.box-main-about-member .faq-title {
	text-align: center;
	font-size: 3.5rem;
	color: var(--color-main2);
	margin-bottom: 50px;
}

.box-main-about-member .faq-item {
	background: #f8f9fa;
	margin-bottom: 15px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.box-main-about-member .faq-question {
	width: 100%;
	padding: 20px;
	background: transparent;
	border: none;
	text-align: left;
	font-size: 1.6rem;
	font-weight: 500;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #333;
	transition: all 0.3s ease;
}

.box-main-about-member .faq-question:hover {
	background: #e9ecef;
}

.box-main-about-member .faq-question.active {
	background: #667eea;
	color: white;
}

.box-main-about-member .faq-icon {
	font-size: 1.5rem;
	transition: transform 0.3s ease;
}

.box-main-about-member .faq-question.active .faq-icon {
	transform: rotate(45deg);
}

.box-main-about-member .faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
	background: white;
}

.box-main-about-member .faq-answer.active {
	max-height: none;
}

.box-main-about-member .faq-answer-content {
	padding: 20px;
	color: #666;
	line-height: 1.8;
}

.images-loc {
	margin-top: 30px;
}


.section-about2-top {
	display: flex;
}

.box-grid-about {
	background: #f5f5f5;
}

.about-section {
	background: #f5f5f5;
	padding: 60px 0;
}

.about-section__row {
	gap: 20px 0;
	--gutter: 40px;
}

.about-section__card .title-underline {
	margin: 10px 0 20px;
}

hr {
	margin: 10px 0px;
	border: 1px solid #cdcdcd52;
}

.about-history {
	padding: 30px 0;
}

.history-timeline {
	position: relative;
	margin-top: 30px;
	z-index: 1;
}

.history-timeline .c-ttl__01 {
	margin-bottom: 30px;
}

.history-timeline__item:not(:last-child) {
	margin-bottom: 60px;
}

.history-timeline__item:not(:last-child) .history-timeline__ct:after {
	content: "";
	width: 4px;
	height: calc(100% + 150px);
	background: var(--color-main2);
	position: absolute;
	left: -80px;
	top: 0;
}

.history-timeline__ct {
	padding: 32px 30px 35px 30px;
	background-color: #f5f5f5;
	border-radius: 7px;
	position: relative;
	transition: all 0.3s ease-in-out;
	z-index: 1;
}

.history-timeline__ct:before {
	content: "";
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
	position: absolute;
	top: 30px;
	right: 100%;
	width: 20px;
	height: 40px;
	background-color: #f5f5f5;

}

.history-timeline__year {
	font-size: 35px;
	font-weight: 700;
	color: var(--color-main2);
	position: relative;
	z-index: 4;
}

.history-timeline__year:after {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	background: white;
	border: 2px solid var(--color-main);
	border-radius: 50%;
	top: 41px;
	left: -90px;
}

.about-customer {
	padding-top: 50px;
}

.customer-column {
	background: #f5f5f5;
	margin-top: 30px;
}

.customer-column__img {
	line-height: 0;
	margin-bottom: 0;
}

.customer-column__img img {
	width: 100%;
}

.customer-column__number {
	font-size: 30px;
	font-weight: 700;
	color: var(--color-main2);
}

.customer-column__ct {
	padding: 30px;
}

.customer-column__ttl {
	color: #4a4a4a;
	font-size: 20px;
	margin-bottom: 15px;
}

#body-service .about-features {
	background: white;
	padding: 50px 0;
}

.about-features__des {
	font-size: 20px;
	max-width: 750px;
	margin: 0 auto 35px;
	font-weight: 500;
}

.service-section {
	padding: 25px 0 60px;
}

.service-list__ct {
	padding: 30px 0;
}

.service-list__ct .c-ttl__01 {
	text-transform: none;

}

.service-list {
	display: flex;
	flex-direction: column;
	gap: 40px 0;
}

.service-list__item:nth-child(2n) {
	flex-direction: row-reverse;
}

.project-video {
	padding: 50px 0;
}

.project-video .c-ttl__01 {
	margin-bottom: 10px;
	font-size: 23px;
}

.project-video__row {
	gap: 20px 0;
	margin-bottom: 60px;
}

.project-box__panel {
	display: none;
}

.project-box__wtab {
	margin-bottom: 30px;
}

.project-box__tab {
	text-align: center;
	/* margin-bottom: 20px; */
	overflow-x: auto;
	margin: 0 auto;
	width: max-content;
	max-width: 100%;
}

.project-box__button {
	border-top: 5px #d8d8d8 solid;
	white-space: nowrap;
	padding: 12px 20px;
	font-weight: 500;
	font-size: 16px;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
}

.project-box__button.is-active {
	border-top-color: var(--color-main2);
	color: #333;
	font-weight: 700;
}

.project-news {
	gap: 20px 0;
}

.project-news__img {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 10px;
}

.project-news__img::before {
	content: "";
	padding-top: calc((240 / 380) * 100%);
	display: block;
}

.project-news__img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all .6s;
}

.project-news__img:hover .project-news__figcaption {
	opacity: 1;
}

.project-news__figcaption {
	background: rgba(255, 255, 255, 0.8);
	padding: 10px;
	display: flex;
	align-items: center;
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .3s ease;

}

.project-news__figcaption-ct {}

.project-news__ttl>* {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

@media (min-width: 768px) {
	.customer-column__item:not(:nth-child(3), :nth-child(4)) {
		flex-direction: row-reverse;
	}
}

@media (min-width: 992px) {
	.service-list__ct .c-ttl__01 {

		font-size: 2.9rem;
	}

	.customer-column__img img {

		height: 100%;
	}

	.about-info__content:nth-last-child(1) .about-info__content {
		padding-right: 30px;
	}

	.about-info__content:nth-last-child(2) {
		padding-right: 30px;
	}

	.about-info__content:nth-child(1)+.about-info__content {
		border-left: 1px solid #d2d2d2;
		padding-left: 30px;
	}

	.history-timeline {}

	.history-timeline__year {
		padding-top: 30px;
	}

	.history-timeline__ct {}

	.history-timeline__item>* {
		width: calc((100% - 160px) / 2);
	}

	.history-timeline__item:nth-child(odd) {
		flex-direction: row-reverse;
	}

	.history-timeline__item:nth-child(2n) .history-timeline__year {
		text-align: right;
	}

	.history-timeline__item:nth-child(odd) .history-timeline__ct:after {
		left: auto;
		right: -84px;
	}

	.history-timeline__item:nth-child(odd) .history-timeline__ct:before {
		right: auto;
		left: 100%;
		clip-path: polygon(0 0, 0 100%, 100% 50%);
	}

	.history-timeline__item:nth-child(2n) .history-timeline__year:after {
		left: auto;
		right: -93px;
	}

}

@media (max-width: 1200px) {
	.box-form-dangky .form-group {
		width: 100%;
		margin-bottom: 0px;
	}

	.form-popup-tuyendung .box-form {
		width: 90%;
	}

	.section__abouts {
		padding: 100px 0 30px;
	}

	.title_h1_detail h1 {
		font-size: 30px;
	}

	.register-heading__brief h1 {
		font-size: 26px;
	}

	.register-heading__brief p {
		font-size: 14px;
	}
}

@media (max-width: 990px) {
	.form-popup-tuyendung .box-form {
		padding: 10px;
	}

	.tuyendung .search-btn {
		width: max-content;

	}

	.section__abouts {
		padding: 5px 0 10px;
	}

	.content-page {
		padding: 10px 0;
	}

	.wrap_background_aside {
		padding: 0;
	}

	.about-top__block--ttl {
		text-align: left;
		padding-bottom: 10px;
		font-size: 23px;
	}

	.about-top {
		padding: 30px 0;
	}

	.title-underline {
		margin-bottom: 20px;
	}

	.about-features {
		padding: 30px 0;
	}

	.features-grid.grid-4 {
		grid-template-columns: repeat(2, 1fr)
	}

	.history-timeline {}

	.history-timeline:after {
		width: 4px;
		height: calc(100% - 35px);
		content: "";
		position: absolute;
		left: 50%;
		top: 33px;
		transform: translateX(-50%);
		background: var(--color-main2);
	}

	.history-timeline__ct {
		width: 100%;
		margin-left: 30px;
		padding: 20px;
	}

	.history-timeline__item:not(:last-child) .history-timeline__ct:after {
		display: none;
	}

	.history-timeline__year {
		width: 50%;
		margin-bottom: 47px;
		font-size: 24px;
	}

	.history-timeline__item:nth-child(odd) .history-timeline__ct {
		margin-left: 0;
		margin-right: 30px;
	}

	.history-timeline__item:nth-child(odd) .history-timeline__ct:before {
		right: auto;
		left: 100%;
		clip-path: polygon(0 0, 0 100%, 100% 50%);
	}

	.history-timeline__item:nth-child(2n) .history-timeline__year {
		margin-left: auto;
		padding-left: 30px;
	}

	.history-timeline__year:after {
		left: calc(100% - 11px);
		top: 6px;
	}

	.history-timeline__item:nth-child(2n) .history-timeline__year:after {
		left: auto;
		right: calc(100% - 11px);
	}

	.history-timeline__item:nth-child(odd) .history-timeline__year {
		text-align: right;
		padding-right: 30px;
	}

	.content-form-tuyendung {
		flex-direction: column;
	}

	.btn-ungtuyen {
		width: 100%;
		text-align: center;
	}

	svg.chevron-icon {
		display: block;
	}

	.box-filter-products-bycate .filter-label {
		border-bottom: none;
		padding-bottom: 0px;
	}

	.filter-group.search-group .filter-content.active {
		padding: 10px 10px;
	}

	.filter-group.search-group .filter-content.active input {
		border-radius: 6px;
		border: 1px solid #e5e7eb;
	}

	.filter-content.active {
		max-height: 400px;
	}

	.filter-header.active {
		background-color: #e8f4fd;
	}

	.filter-header.active .chevron-icon {
		transform: rotate(180deg);
	}

	.filter-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 10px 16px;
	}

	svg.chevron-icon {
		width: 16px;
		height: 16px;
		transition: transform 0.3s ease;
		color: #666;
		margin-bottom: 0px;
	}

	.box-filter-products-bycate .filter-header {
		margin-bottom: 0px;
	}

	.box-filter-products-bycate .filter-group {
		padding: unset;
	}

	.box-filter-products-bycate .filter-checkbox-group {
		padding: 10px 15px 15px;
	}

	.filter-content {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.3s ease;
		transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	}

	.box-filter-products-bycate .filter-label {
		margin-bottom: 0px;
	}

	.about-section {
		padding: 30px 0
	}

	.about-ck {
		padding: 30px 0;
	}
}

@media (max-width: 767px) {
	.bottom-section {
		flex-direction: column;
	}

	.features-grid {
		grid-template-columns: 1fr;
		gap: 30px 0;
	}

	.features-grid__item {
		border-right: 0;
		padding: 0;
	}

	.box-main-about-member .banner h1 {
		font-size: 2rem;
	}

	.box-main-about-member .tab-nav {
		flex-direction: column;
	}

	.box-main-about-member .tab-nav button {
		min-width: auto;
	}

	.box-main-about-member .tab-content {
		padding: 20px;
	}

	.box-main-about-member .feature-grid {
		grid-template-columns: 1fr;
	}

	.box-main-about-member .section-title {
		font-size: 1.5rem;
	}

	.bottom-section .blue-cta,
	.bottom-section .green-cta {
		padding: 60px 20px;
	}

	.about-section__card .title-underline {
		margin: 10px 0 10px;
	}

	.service-section {
		padding: 25px 0;
	}

	.about-infos {
		padding: 20px 0;
	}

	.about-info__content {
		padding: 15px 0;
	}

	.about-features .ctnr {
		padding: 0 10px;
	}

	#body-service .about-features {
		padding: 30px 0;
	}

	.service-list__ct {
		padding: 20px 0;
	}

	.service-list {
		gap: 20px 0;
	}

	.project-video {
		padding: 30px 0;
	}
	.project-video__row{
		margin-bottom: 40px;
	}
}

@media (max-width: 640px) {
	.features-grid.grid-4 {
		grid-template-columns: 1fr;
	}

	.bottom-section .cta-title {
		margin-bottom: 15px;
		font-size: 24px;
	}
}