.tuyen-dung-template-default .footer-wrapper .gap-element{
		display: none;
}
.tuyen-dung-wrapper .rank-math-breadcrumb{
	padding: 10px 0;
}
.tuyen-dung-wrapper .rank-math-breadcrumb p{
	margin-bottom: 0;
}
.bouncing-blobs-container {
	position: fixed;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
}
.bouncing-blobs-glass {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(100px);
	-webkit-backdrop-filter: blur(100px);
}
.bouncing-blobs {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.bouncing-blob {
	width: 32vw;
	aspect-ratio: 1;
	border-radius: 50%;
	will-change: transform;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	transform-origin: left top;
	opacity: 0.6;
}
.bouncing-blob--home-blue { background: #005494; }
.bouncing-blob--white { background: #ffffff; z-index: 2; width: 25vw; }
.bouncing-blob--soft-grey { background: #E8E8E8; }
@media (max-width: 768px) {
	.bouncing-blob { width: 60vw; }
	.bouncing-blobs-glass { backdrop-filter: blur(60px); -webkit-backdrop-filter: blur(60px); }
}
.tuyen-dung-wrapper .row1 .mo-ta-tuyen-dung,.tuyen-dung-wrapper .row1 .mo-ta-cpt{
	padding: 15px;
    background: #fff;
    margin-bottom: 15px;
	border-radius: 10px;
}
.form-tuyen-dung {
    padding: 50px;
    border: 1px dashed #2377bb;
	margin-bottom: 15px;
	background: #e4f3ff;
}
a.btn-tuyen-dung {
    display: block;
    width: 100%;
    padding: 10px 20px;
    text-align: center;
    background: var(--primary-color);
    color: #fff !important;
    border-radius: 5px;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 20px;
}
a.btn-tuyen-dung:hover{
	color: #dbae3e !important;
}
.form-tuyen-dung .form-title {
  color: #e31e24;
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.form-tuyen-dung .form-desc {
	margin-bottom: 25px;
	color: #555;
	text-align: center;
    font-style: italic;
}
.form-tuyen-dung .div-gioi-tinh{
	gap: 10px;
    display: flex;
    align-items: center;
}
.form-tuyen-dung .div-gioi-tinh input[type=radio]{
	margin-right: 0;
}
.form-tuyen-dung input[type=date]{
	border-radius: 10px;
}
.form-tuyen-dung .row-input {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.form-tuyen-dung .upload-area .fa-solid.fa-file-pdf{
	color: red;
}
.form-tuyen-dung .row-input .row-input-item-wrapper {
  flex: 1;
  min-width: 240px;
}
.form-tuyen-dung .row-input .row-input-item.field-wrapper{
	flex: 1;
  min-width: 240px;
}
.form-label-custom {
	text-align: left;
  font-weight: 600;
  color: #222;
  margin-bottom: 6px;
  display: block;
  font-size: 0.95rem;
}
.form-control-custom {
  border-radius: 8px;
  height: 48px;
  border: 1px solid #e0e0e0;
  padding: 0 15px;
  font-size: 1rem;
  transition: 0.3s;
}
.form-control-custom:focus {
  border-color: #e31e24;
  box-shadow: 0 0 0 3px rgba(227, 30, 36, 0.1);
}
.form-control-custom.error {
  border-color: #dc3545;
  background: #fff5f5;
}
textarea.form-control-custom {
  height: auto;
  resize: vertical;
}
.upload-area {
  border: 2px dashed #dc3545;
  border-radius: 12px;
  padding: 40px 20px;
  cursor: pointer;
  transition: 0.3s;
  background: #fef5f5;
}
.upload-area:hover,
.upload-area.dragover {
  border-color: #e31e24;
  background: #ffeaea;
}
.btn-submit-custom {
    background: #e31e24;
    color: #fff;
    border: none;
    padding: 0px 20px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 1.1rem;
    height: 50px;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s;
    margin: 10px 0 0;
}
.btn-submit-custom:hover {
  background: #c8191f;
  transform: translateY(-2px);
}
.btn-submit-custom:disabled {
  background: #ccc;
  cursor: not-allowed;
}
.error-msg {
	display: none;
	font-size: 0.9rem;
	min-height: 21px;
	text-align: left;
	color: red;
	font-style: italic;
}
.title-tuyen-dung p.sub-title{
	font-size: 20px;
	font-weight: bold;
    margin-bottom: 15px;
	line-height: 20px;
	padding-left: 10px;
	border-left: 5px solid #dbae3e;
}
.tuyen-dung-wrapper .tin-tuyen-dung-lien-quan .post-item .tuyen-dung-item{
	padding: 10px;
    background: #fff;
    border-radius: 10px;
}
.tuyen-dung-wrapper .tin-tuyen-dung-lien-quan .post-item .tuyen-dung-item .box-image img{
	border-radius: 10px;
}
@media only screen and (max-width: 48em) {
	.form-tuyen-dung {
		padding: 30px 15px;
	}
	.upload-area {
		padding: 20px 10px;
		font-size: 15px;
	}
}