
.td-head-left::before {
	content: "";
	background-color: #0763B6;
	width: 400px;
	height: 300px;
	display: block;
	border-radius: 20px;
	position: absolute;
	bottom: 0;
	left: -11px;
	bottom: -11px;
	z-index: -1;
}
.td-head-left img {
	border-radius: 20px;
}
.td-head-right-title {
	padding: 28px;
}
.td-head-right-title::before {
	content: "";
	background-color: #04345F;
	width: 5000px;
	left: 0;
	top: 0;
	display: block;
	position: absolute;
	height: 100%;
	z-index: -1;
	border-radius: 20px 0 0 20px;
}
.td-head-right-title h4::before {
	content: "";
	width: 120px;
	height: 1px;
	display: block;
	background-color: #178EF6;
	margin-bottom: 12px;
}
.td-head-right-title h4 {
	position: relative;
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 20px;
}
.td-head-right-title h3 {
	color: #fff;
	margin-bottom: 0;
	font-size: 24px;
}
/**/
.single-td-left{
	width: 30%;
	padding-left: 30px;
}
.single-td-right{
	width: 70%;
}
.tuyendung-box {
	padding: 80px 0;
}
.tuyendung-list-post .hvg-title{
	font-size: 28px;
}
/**/
.sidebar-content {
	position: sticky;
	top: 80px;
}
.heading-box-td{
	border-radius: 4px;
	background: #FFF3EB;
	padding: 13px 36px;
	color: #E07B37;
	font-size: 28px;
	margin-bottom: 40px;
}
.list-lv-cv{
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 40px;
}
.list-lv-cv li{
	display: flex;
	align-items: center;
	cursor: pointer;
}
.list-lv-cv li a {
    display: flex;
    align-items: center;
}
.list-lv-cv li a::before{
	content: "";
	background-image: url(../data/tuyenDung/check-white.png);
	width: 20px;
	height: 20px;
	margin-right: 12px;
	background-size: contain;
	background-repeat: no-repeat;
}
.list-lv-cv li.active a::before{
	background-image: url(../data/tuyenDung/check-red.png);
}
.list-lv-cv li.active{
	color: #DB3A33;
}
.tuyendung-btn {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	transition: .3s all;
}
.tuyendung-btn img{
	margin-right: 5px;
}
.tuyendung-btn:hover img{
	display: none;
}
/**/
.tuyendung-right h2{
	color: #939598;
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.itemm-cv {

}
.info-cv {
	flex: 1;
	padding-right: 100px;
}
.info-cv h3{
	color: #262626;
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;
	margin-bottom: 16px;
}
.info-cv ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.info-cv ul li{
	display: flex;
	align-items: center;
}
.info-cv ul li img{
	margin-right: 10px;
}
.info-cv ul li.location{
	color: #707276;
}
.btn-td {
	background: #0763B6;
	padding: 10px 20px;
	white-space: nowrap;
	display: inline-block;
	color: #fff;
	cursor: pointer;
	font-weight: 600;
	border-radius: 8px;
	background: #18A84E;
	width: 100%;
	text-align: center;
}
.btn-td:hover{
	background:#EBFFF3;
	color: #FF0509;
}
.tt-cv .btn-td {
	margin: 10px auto;
	width: calc(100% - 50px);
	display: block;
}
/**/
.main-list-td .title {
	color: #1E1E1E;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.list-td-head label{
	color: #FF0509;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.itemm-cv {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #DDD;
	padding: 20px 30px;
}
.itemm-cv:hover {
	background-color: #eeeeee4f;
}
.more-td {
	border-radius: 12px;
	padding: 8px 30px;
	font-weight: 600;
	border-radius: 5px;
	border: 0.5px solid #9E9E9E;
	display: inline-block;
}
.more-td:hover{
	color: #18A84E;
  background-color: #EBFFF3;
  border-color: #EBFFF3;
}
.itemm-cv a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.itemm-cv a:hover {
	color: #000;
}
.itemm-cv h3 {
  font-size: 20px;
}
.itemm-cv ul {
  list-style: none;
  padding: 0;
  color: #707276;
}
.list-td-right {
	background-color: #fff;
	border-radius: 10px;
}
.list-td-head {
	padding: 20px 32px 0;
}

.main-form-ungtuyen-nhanh {
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.16);
	padding: 40px;
}
.main-form-ungtuyen-nhanh input.wpcf7-form-control.wpcf7-text,
.main-form-ungtuyen-nhanh .wpcf7-form-control.wpcf7-textarea{
	border-radius: 8px;
	background: #F3F3F3;
	box-shadow: none;
}
.main-form-ungtuyen-nhanh .wpcf7-spinner{
	position: absolute;
	bottom: 0;
}
/**/
.list-vitri {
	padding: 36px 8px 79px 16px;
	gap: 27px;
	background-color: #fff;
	width: 100%;
	border-radius: 10px;
	position: sticky;
	top: 0;
	transition: .3s all;
}
.list-vitri ul {
	padding: 0;
}
.list-vitri li {
  list-style: none;
  padding: ;
  color: ;
  color: #1F1F1F;
  font-size: 20px;
}
.list-vitri li a {
  padding: 10px 8px;
}
.list-vitri li.current-menu-item a,
.list-vitri li a:hover {
  color: #18A84E;
  background-color: #EBFFF3;
}
.list-vitri li a {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.itemm-cv-info label {
	border-radius: 7px;
	background: #FFF1F1;
	color: #FF0509;
	padding: 5px 10px;
	font-size: 15px;
	margin-bottom: 10px;
	display: inline-block;
}
/*single tuyen dung*/
.tuyendung_box1_title img {
	position: absolute;
	right: calc(100% + 10px);
	top: 50%;
	transform: translateY(-50%);
}
.single-tuyen_dung .full-head-page.head-page-df {
	height: auto;
}
.single-td-box {
	padding: 240px 0 80px;
}
.tt-cv h3 {
	padding: 24px 24px 0;
	margin-bottom: 0;
}
.tt-cv ul {
	margin: 0 0 20px;
	padding: 0 20px;
	list-style: none;
}
.tt-cv ul li{
	padding: 10px 0;
	margin: 0;
}
.tt-cv ul li+li{
}
.tt-cv {
	margin-bottom: 40px;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 0px 12px 0px rgba(12, 27, 44, 0.12);
	padding-bottom: 1px;
}
.related-cv .title {
	font-weight: 500;
	margin-bottom: 20px;
}
.more-cv a {
	display: block;
	padding: 18px 20px;
	text-align: center;
	color: #DB3A33;
	border: 1px solid #DB3A33;
	border-radius: 8px;
	line-height: normal;
}
.more-cv a:hover {
	background-color: #DB3A33;
	color: #fff;
}
.single-td-right > label {
	font-size: 48px;
	color: #262626;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px;
}
.moto-cv {
	padding: 20px 0;
	margin-bottom: 40px;
}
.moto-cv .btn-td {
	margin-top: 20px;
}
.single-td-form em{
	color: Red;
}
.dinhkem-cv {
	border: 1px dashed #FF0509;
	text-align: center;
	padding: 20px 0;
	margin-bottom: 25px;
	cursor: pointer;
	border-radius: 10px;
}
.single-td-form .dinhkem-cv label{
	margin-bottom: 0;
	font-size: 14px;
}
.single-td-form .dinhkem-cv p{
	margin-bottom: 0;
	/*color: rgba(0, 0, 0, 0.20);*/
}
button.btn-td {
	width: 100%;
	border: 0;
}
.input-file {
	display: none;
	padding: 5px 10px;
}

.single-td-form .wpcf7-form-control {
	border-radius: 8px;
	background: #F8F3F3;
	font-style: italic;
	border-radius: 8px;
	border: 1px solid rgba(5, 5, 5, 0.02);
	background: #EBF2F6;
	box-shadow: none;
}
.single-td-form .wpcf7-form-control::placeholder {
	color: rgba(0, 0, 0, 0.20);
}
/**/
.single-tuyendung-title,
.related-cv .title {
	font-size: 20px;
	color: #1B1B1B;
	font-family: Inter;
	font-size: 30px;
	padding: 24px;
}
.single-tuyendung-title span{
	color: #FD0300;
}
.single-tuyendung-title span,
.related-cv .title span{
	display: block;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}
.single-td-right-content,
.related-cv {
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 0px 12px 0px rgba(12, 27, 44, 0.12);
}
/**/
/**/
.modal-hvg .modal-content {
	padding: 20px 25px;
	border-radius: 20px;
	background-color: #F3F3F3;
}
.modal-hvg h3 {
	color: #FF0509;
	font-size: 25px;
}
.modal-hvg input.wpcf7-form-control, .modal-hvg .wpcf7-form-control.wpcf7-text {
	border-radius: 12px;
	border: 1px solid #C0C0C0;
}
.modal-hvg .wpcf7-form-control.wpcf7-textarea{
	border: 1px solid #C0C0C0;
	border-radius: 10px;
}
.modal-hvg input.wpcf7-form-control.wpcf7-submit{
	border-radius: 40px;
	color: #fff;
}
.wpcf7-spinner {
	position: absolute;
}
@media only screen and (max-width: 1200px) {
	.tuyendung-left {
		padding-right: 20px;
	}
}
@media only screen and (max-width: 990px) {
	.tuyendung-wrap .page-head-banner::after {
		height: 10px;
	}
	.tuyendung-box {
		padding: 20px 0;
	}
	/**/
	.heading-box {
		padding: 10px 20px;
		font-size: 20px;
		margin-bottom: 20px;
	}
	/**/
	.tuyendung-right h2 {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.info-cv h3 {
		font-size: 18px;
		line-height: 25px;
		margin-bottom: 10px;
	}
	.btn-td {
		padding: 10px 20px;
	}
	/**/
	.td-box1-content h2 {
		font-size: 18px;
		line-height: unset;
	}
	/**/
	.td-head-wrap {
		 position: unset; 
		margin-top: -150px;
	}
	.tuyendung-list-post {
		margin-top: 20px;
	}
	.tuyendung_box3_title {
		font-size: 22px;
	}
	/**/
	.tt-cv h3 {
		font-size: 22px;
	}
	.tuyendung-list-post {
/*		padding-top: 50px;*/
	}
	.single-tuyen_dung .single-td-left{
		padding: 0;
	}
}
@media only screen and (max-width: 900px) {
	.single-td-box {
		padding: 40px 0;
	}
	.single-td-head h1 {
		font-size: 25px;
	}
	.moto-cv {
		padding: 20px 0;
		margin-bottom: 20px;
	}
	.single-td-right > label {
		font-size: 28px;
	}
	/**/
	.item-td-ts img {
		max-width: 100px;
		max-height: 100px;
	}
	.full-head-page > img {
		min-height: 150px;
		object-fit: cover;
	}
}
@media only screen and (max-width: 900px) {
	/**/
	.single-td-right,
	.tuyendung-right {
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.info-cv {
		padding-right: 20px;
	}
	.itemm-cv {
		padding-bottom: 5px;
		margin-bottom: 10px;
	}
	/**/
	.dinhkem-cv {
		padding: 20px 0;
		margin-bottom: 20px;
	}
	/**/
	.single-td-head h1 {
		font-size: 20px;
	}
	.single-td-box, .single-td-head {
/*		padding: 20px 0;*/
	}
	/**/
	.itemm-cv-title h3 {
		font-size: 18px;
	}
	.tuyendung-list-post .hvg-title{
		font-size: 22px;
	}
	/**/
	.itemm-cv-title h3 {
		font-size: 20px;
		margin: 0 0 15px;
	}
	.more-timhieuthem {
		border: 1px solid #fff;
		padding: 7px 22px;
	}
/*	*/
	.td-head-left::before {
		width: 100%;
		height: 100%;
		bottom: auto;
		top: 10px;
	}
	.td-head-right-title h4 {
		font-size: 16px;
	}
	.td-head-right-title h3 {
		font-size: 20px;
	}
	.main-list-td .title {
		font-size: 18px;
		line-height: 29px;
	}
	.itemm-cv h3 {
		font-size: 16px;
	}
	.itemm-cv a {
		flex-wrap: wrap;
	}
	.itemm-cv-info{
		width: 100%;
	}
	.main-form-ungtuyen-nhanh {
		padding: 30px;
	}
}
@media only screen and (max-width: 640px) {
	.single-td-right > label {
		font-size: 22px;
	}
	.moto-cv{
		padding-top: 10px;
	}
	.list-vitri li {
		font-size: 16px;
	}
	.single-tuyendung-title, .related-cv .title {
		font-size: 20px;
	}
	.related-cv .title {
		margin-bottom: 0;
		padding-bottom: 0;
	}
}
@media only screen and (max-width: 550px) {
	.itemm-cv{
		flex-wrap: wrap;
	}
	.info-cv {
		padding-right: 0;
		flex: unset;
		width: 100%;
	}
	.itemm-cv {
		padding-bottom: 0;
	}
	.info-cv h3 {
		font-size: 16px;
	}
	.tuyendung-right h2 {
		font-size: 18px;
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 420px) {
	.btn-td {
		padding: 8px 10px;
	}
}