.banner-tdbox2 img {
	border-radius: 28px;
}
.tuyendung_box3_title.title b {
	color: #F05D22;
	font-weight: 700;
}

.item-td-donghanh {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
  padding: 28px;
  color: rgba(38, 38, 38, 0.80);
  font-size: 14px;
  height: 100%;
}
.item-td-donghanh .num {
  color: #F05D22;
  font-size: 28px;
  font-weight: 600;
}
.item-td-donghanh h3 {
  font-size: 20px;
}
/**/
.form-search-tuyendung .form-control, .form-search-tuyendung .form-select {
	border-radius: 42px;
	border: 1px solid rgba(51, 51, 51, 0.12);
	background-color: #FFF;
	height: 60px;
	padding: 5px 20px;
	font-weight: 600;
	font-size: 18px;
}
.form-search-tuyendung .form-control {
	min-width: 420px;
}
.form-search-tuyendung .form-control {
	background-image: url(images/icon-search.png);
	background-repeat: no-repeat;
	background-position: 14px center;
	padding-left: 45px;
}
.search-td-submit.btn.btn-primary {
	height: 60px;
	font-size: 18px;
}
/**/
.tuyendung-result-bophan {
	margin-bottom: 40px;
}
.tuyendung-result-bophan .head-title {
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0 4px 12px -1px rgba(0, 0, 0, 0.12);
  padding: 30px 40px ;
  margin-bottom: 0;
  cursor: pointer;
  border-radius: 20px;
  transition: all 0.3s;
	font-size: 24px;
	color: #C1411F;
	position: relative;
}

.tuyendung-result-bophan .head-title:hover {
  background: #ececec;
}
/**/
.tuyendung-result-bophan .head-title::after {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	width: 20px;
	height: 20px;
	font-size: 16px;
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
}
.tuyendung-result-bophan.active .head-title::after{
	transform: translateY(-50%) rotate(180deg);
}
/**/
.tuyendung-result-bophan .list-cv {
	display: none;
	padding: 40px;
	margin-top: 10px;
	border-radius: 28px;
	background: #FAFAFA;
}

.tuyendung-result-bophan.active .head-title {
	background: #FFF;
	box-shadow: 0 4px 12px -1px rgba(0, 0, 0, 0.12);
	color: #C1411F;
}
.item-cv {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(51, 51, 51, 0.06);
}
.list-cv .item-cv:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}
.info-cv h4 {
	font-size: 24px;
}
/**/
.single-td-left{
	width: 30%;
	padding-right: 60px;
}
.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 {
	border-radius: 48px;
	background: linear-gradient(45deg, #e13e10 2.16%, #e13e10 169.53%);
	box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.12);
	padding: 10px 20px;
	white-space: nowrap;
	display: inline-block;
	color: #fff;
	cursor: pointer;
	font-weight: 600;
}
.btn-td:hover{
	background-color: #fff;
	background: linear-gradient(45deg, #e13e10 2.16%,#e13e10  169.53%);
	color:  #fff;
}
/**/
.main-list-td .title{
	color: #0763B6;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	text-transform: uppercase;
}
.itemm-cv {
	border-radius: 16px;
	background: #FAFAFA;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
	padding: 20px;
	height: 100%;
}
.more-td {
	color: #0F75DC;
	text-decoration: underline;
	font-weight: 450;
}
.itemm-cv ul {
  color: #262626;
}
.itemm-cv h3 {
  font-size: 20px;
}
.itemm-cv ul {
  list-style: none;
  padding: 0;
}
.itemm-cv ul li{
	display: inline-block;
	margin-right: 40px;
}
.itemm-cv-last {
	color: rgba(19, 36, 86, 0.60);
}
.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;
}
/*single tuyen dung*/
.tuyendung-meta {
	list-style: none;
	padding: 0;
}
.tuyendung-meta li {
	margin: 0 20px;
}
.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 {
	border-radius: 4px 4px 0px 0px;
	background: #0763B6;
	font-size: 28px;
	color: #fff;
	text-align: center;
	padding: 12px 5px;
	margin-bottom: 0;
	font-weight: 400;
}
.tt-cv ul {
	background-color: #F4F6F9;
	margin: 0;
	padding: 0 20px;
	list-style: none;
}
.tt-cv ul li{
	padding: 20px 0;
	margin: 0;
}
.tt-cv ul li+li{
	border-top: 1px solid rgba(217, 217, 217, 0.60);
}
.tt-cv {
	margin-bottom: 40px;
}
.related-cv .title {
	font-weight: bold;
	margin-bottom: 20px;
}
.related-cv ul{
	padding: 0;
	list-style: none;
}
.related-cv ul li {
	border-bottom: 1px solid rgba(217, 217, 217, 0.60);
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 14px;
}
.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 40px;
	border-bottom: 2px dashed rgba(0, 0, 0, 0.1);
	margin-bottom: 40px;
}
.moto-cv .btn-td {
	margin-top: 20px;
}
.single-td-form em{
	color: Red;
}
.dinhkem-cv {
	border: 1px dashed #DFD8CB;
	text-align: center;
	padding: 50px 0;
	margin-bottom: 25px;
	cursor: pointer;
}
.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;
}
.single-td-form .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);
}
/*bs 21/8*/
.item-td-ts {
	text-align: center;
}
.item-td-ts img {
	max-width: 150px;
	max-height: 150px;
	margin: 0 auto 10px;
	object-fit: contain;
}
.item-td-ts h3,
.box-icon h3 {
	text-transform: uppercase;
	color: #333;
	font-size: 15px;
	margin-bottom: 5px;
}
.item-td-ts h3{
	font-size: 16px;
}
.item-td-ts p {
	text-align: justify;
}
@media only screen and (max-width: 1200px) {
	.tuyendung-left {
		padding-right: 20px;
	}
}
@media only screen and (max-width: 990px) {
	.form-search-tuyendung form {
		flex-wrap: wrap;
	}
	.form-search-tuyendung .form-control {
		min-width: auto;
	}
	.tuyendung-result-bophan .head-title {
		border-radius: 10px;
		padding: 10px 20px;
		font-size: 18px;
	}
	.tuyendung-result-bophan .head-title::after {
		right: 20px;
	}
	.tuyendung-result-bophan .list-cv {
		padding: 20px;
		margin-top: 10px;
		border-radius: 10px;
	}
	.info-cv h4 {
		font-size: 16px;
	}
	.han-hop {
		font-size: 14px;
	}
	.tuyendung-result-bophan {
		margin-bottom: 20px;
	}
	/**/
	.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_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;
	}
/*	*/
	.td-head-right-title h2 {
		margin-bottom: 0;
		font-size: 21px;
		font-weight: 700;
		margin-top: 20px;
		line-height: 1.3;
	}
/*	*/
	.itemm-cv ul li {
		margin-right: 20px;
		font-size: 12px;
	}
	.more-td {
		font-size: 12px;
	}
	.itemm-cv{
		padding: 10px;
	}
}
@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: 200px;
		object-fit: cover;
	}
	.tuyendung-meta {
		font-size: 12px;
	}
}
@media only screen and (max-width: 900px) {
	/**/
	.single-td-right,
	.tuyendung-right {
		width: 100%;
	}
	.single-td-form > h2 {
		font-size: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.form-search-tuyendung .form-control, .form-search-tuyendung .form-select {
		border-radius: 20px;
		height: 40px;
		padding: 5px 20px;
		font-size: 15px;
	}
	.form-search-tuyendung .form-control{
		padding-left: 40px;
	}
	.search-td-submit.btn.btn-primary {
		height: 40px;
		width: 100%;
	}
	/**/
	.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;
	}
	/**/
	.itemm-cv-title h3 {
		font-size: 18px;
	}
	/**/
	.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 {

	}
	.itemm-cv-info{
		width: 100%;
	}
	.main-form-ungtuyen-nhanh {
		padding: 30px;
	}
	/*	*/
	.tuyendung_box1_title {
		font-size: 18px;
	}
}
@media only screen and (max-width: 640px) {
	.single-td-right > label {
		font-size: 22px;
	}
	.moto-cv{
		padding-top: 10px;
	}
}
@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;
	}
}