.page-career{padding:40px 0;}

.search-career{
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
}
.search-career .search-career-col{
	max-width: 400px;
	width: 100%;
	margin-right: 15px;
}
.search-career .search-career-col .search-career-form{
	position:relative;
}
.search-career .input-career{
	height: 45px;
	width: 100%;
	padding-right:60px;
	outline:none;
	color:#000;
	border:1px solid #3f3f3f;
	font-size:16px;
}
.search-career .input-career:focus{border-color:#3f3f3f;}
.search-career .search-career-col .search-career-button{
	position: absolute;
	background: transparent;
	border: 0;
	padding: 11px;
	top: 0;
	right: 0;
	color:#000;
}
.search-career-form .result-content{
	top: 100%;
	position: absolute;
	left: 0;
	right: 0;
	background: #fff;
	border: 1px solid #f0f0f0;
	box-shadow: 0 6px 7px rgb(192 192 192 / 50%);
	z-index: 10;
	width: 520px;
	display:none;
}
.search-career-form .result-content .item-ult{
	padding:10px;
}
.search-career-form .result-content .item-ult:not(:last-child){
	border-bottom:1px solid #dedede;
}
.result-content .item-ult .item-title{
	padding-bottom:5px;
}
.result-content .item-ult .item-title a{
	display: block;
	overflow: hidden;
	font-size: 16px;
	color: #333;
	text-transform: capitalize;
}
.result-content .item-ult .item-meta{
	padding: 0;
	list-style: none;
	margin: 0;
}
.result-content .item-ult .item-meta li{
	display: inline-block;
	font-size: 13px;
	color: #666;
	position: relative;
	padding-right: 8px;
	margin-right: 5px;
}
.result-content .item-ult .item-meta li:not(:last-child):before{
	position: absolute;
	content: '';
	width: 1px;
	height: 10px;
	top: 5px;
	right: 0;
	background: #666;
}
.list-address-career{
	position: absolute;
	left: 0;
	width: 100%;
	display:none;
}
.list-address-career.active{
	display:block;
}
.list-address-career:before{
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	border-top: 1px solid #3d3d3d;
	border-left: 1px solid #3d3d3d;
	transform: rotate(45deg);
	top: 2px;
	right: 80px;
	z-index: 999999;
	background: #fff;
}
.list-address-career ul{
	padding: 0;
	list-style-type: none;
	margin: 0;
	margin-top: 6px;
	border: 1px solid #3f3f3f;
	background: #fff;
	z-index: 2;
	position: relative;
	min-height:90px;
	max-height: 300px;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
}
.list-address-career ul li{
	padding: 5px 8px;
	cursor:pointer;
}
.career-sidebar{
	width: 33%;
	border-right: 1px solid #d6d6d6;
}
.career-sidebar ul{
	padding: 0;
	list-style-type: none;
}
.career-sidebar .career-nav-item:not(:last-child){
	display: block;
	overflow: hidden;

	padding: 10px 0;
	cursor: pointer;
}
.career-sidebar .career-nav-item:not(:last-child){
	border-bottom: 1px solid #d6d6d6;
}
.career-sidebar>.career-nav>.career-nav-item>a{
	font-weight: 600;
	padding:10px 10px 10px;
	color:#666;
	display:block;
	font-size:16px;
	position:relative;
}
.career-sidebar .career-nav-item .icon-career-item{
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.career-sidebar .career-nav-sub{display:none;}
.career-sidebar .career-nav-sub li a{
	color: #000;
	font-size: 16px;
	display:block;
	padding:10px 0 10px 25px;
}
.career-sidebar .career-nav-sub li a.current{
	font-weight:600;
}
/*.career-list-box{
width: 67%;
}*/
.career-list-box .career-head{
	padding: 20px 15px;
	border-bottom: 1px solid #d6d6d6;
}
.career-head .career-total-txt{
	font-size: 16px;
	color: #000;
}
.career-head .career-total-txt #tota-num{
	font-size: 16px;
	color: #000;
	font-weight:600;
}
.career-list-content{margin-top:20px;}
.career-list-content .career-list{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.career-list .career-item{margin-bottom:15px;}
.career-list .career-item .career-item__box{
	padding: 20px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	border-radius:8px;
	background: #fff;
	box-shadow: 0 0 16px rgba(0,0,0,6%);
}
.career-list .career-item .career-item-img{
	flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	text-align:center;
}
.career-list .career-item .career-item-img img{max-height:94px;}
.career-list .career-item .career-item-right{
	flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	padding-left:8px;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.career-list .career-item .career-detail{
	width: 100%;
}
.career-item .career-detail .career-title{
	font-size: 16px;
	margin-bottom: 4px;
	position: relative;
	padding-left: 20px;
}
.career-item .career-title a{
	color:#000;
}
.career-item .career-title .bagde-career{
	font-weight: 400;
	position:absolute;
	left:0;
}
.career-item .career-meta{
	padding: 0;
	margin: 0;
	list-style: none;
	padding-left: 20px;
}
.career-item .career-meta li{
	display: inline-block;
	font-size: 13px;
	color: #666;
	position: relative;
	padding-right: 8px;
	margin-right: 5px;
}
.career-item .career-meta li:not(:last-child):before{
	position: absolute;
	content: '';
	width: 1px;
	height: 10px;
	background: #666;
	top: 4px;
	right: 0;
}
.career-item .career-link{
width:100%;
	text-align:right;
}
.career-item .career-link .career-hannop{
	font-size:13px;
	color:#666;
}
.career-item .career-link .link-apply{
	display: block;
	overflow: hidden;
	font-size: 13px;
	color: #0091ff;
	font-weight: 600;
	padding: 5px 0;
}
#pagination-career{text-align:center;}
#pagination-career .pagi-line{
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	align-items:center;
	-webkit-align-items:center;
	justify-content:center;
	-webkit-justify-content:center;
}
#pagination-career .pagi-line span,#pagination-career .pagi-line a{
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #e8ecef;
	text-align: center;
	margin: 0 2px;
	color: #778ca2;
	border-radius: 4px;
	position:relative;
}
#pagination-career .pagi-line a.next:before,#pagination-career .pagi-line a.prev:before{
	position:absolute;
	content: "";
	top:50%;
	left:50%;
	width: 6px;
	height: 6px;
	border-left: 1px solid #778ca2;
	border-bottom: 1px solid #778ca2;
	text-align: center;
}
#pagination-career .pagi-line a.prev:before{
	transform: translate(-50%,-50%) rotate(45deg);
}
#pagination-career .pagi-line a.next:before{
	transform: translate(-50%,-50%) rotate(-135deg);
}
#pagination-career .pagi-line span.current{
	background:blue;
	color:#fff;
	border-color:blue;
}
.career-empty{padding:10px 15px;}

.article-career{
	padding:20px 0 40px;
}
.career-heading{margin-bottom:20px;}
.career-heading h1{
	font-size: 36px;
	line-height: calc(42 / 36);
	color: #333;
}
.career-image{margin-bottom:20px;}
.career-recruitment{
	padding: 0 10px 10px;
	background: #f8fafb;
	box-shadow: 0 7px 9px rgb(232 232 232 / 50%);
}
.career-recruitment .info-recruit{
	padding: 10px 0;
	margin: 0;
}
.career-recruitment .info-recruit li{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding-bottom: 5px;
}
.career-recruitment .info-recruit li .name-recruit{
	font-size: 14px;
	color: #000;
	font-weight: 400;
	width: 35%;
}
.career-recruitment .info-recruit li .value-recruit{
	width: 65%;
	font-size: 14px;
	font-weight: 500;
}
.button-recruit .applylink{
	display: block;
	height: 40px;
	text-align: center;
	width: 100%;
	background: linear-gradient(180deg,blue 0%,#5454dd 100%);
	border: 1px solid blue;
	line-height: 40px;
	color: #fff;
	font-size: 18px;
}

.career-content .career-description{
	padding:20px;
	background: #fff;
	box-shadow: 0 7px 9px rgb(232 232 232 / 50%);
	margin-bottom:30px;
}

.apply-recruit-box{
	box-shadow: 0 7px 9px rgb(232 232 232 / 50%);
	background: #f8fafb;
	padding: 10px;
	text-align: center;
}
.apply-recruit-box span{
	display: block;
	overflow: hidden;
	color: #333;
	font-size: 22px;
	padding: 5px 0 5px 0;
}
.apply-recruit-box .job-name{
	display: block;
	overflow: hidden;
	font-size: 26px;
	color: #0091ff;
}
.apply-recruit-info{
	display: block;
	padding-left: 20px;
	margin: 30px auto 90px auto;
	max-width: 550px;
}
.apply-recruit-info .check-info{
	display: block;
	border-left: 2px solid #c0c1c3;
	padding: 0 10px 30px 20px;
	position: relative;
}
.apply-recruit-info .check-info:last-child{
	padding-bottom:0;
}
.check-info .step-num{
	position: absolute;
	background: #fff;
	border: 2px solid #c0c1c3;
	z-index: 2;
	top: -5px;
	left: -15px;
	width: 28px;
	height: 28px;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	color: #c0c1c3;
}
.apply-recruit-info .check-info.active{
	border-color:#00f;
}
.check-info:not(.active) .carrer-display{display:none;}
.check-info.active .step-num{
	border-color:#00f;
	color:#00f;
}
.check-info .step-title{
	color: #333;
	font-weight: 600;
	font-size: 15px;
	padding: 0 0 10px;
}
.info-shop .address-box{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.address-box .address-col{
	width: 48%;
	position:relative;
}
.address-col .btn-address{
	border: 1px solid #d7d7d7;
	display: block;
	background: #fff;
	box-shadow: inset 0 1px 3px rgb(185 185 185 / 50%);
	padding: 8px 20px 8px 10px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	position:relative;
}
.address-col .btn-address:before{
	content: "";
	width: 6px;
	height: 6px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	transform: rotate(45deg);
	position: absolute;
	top: 15px;
	right: 10px;
}
.address-col.active .btn-address{
	border-color:#288ad6;
}
.address-col .dropbox-address{
	border: 1px solid #288ad6;
	position: absolute;
	width: calc(100% - 30px);
	top: 100%;
	left: 15px;
	background: #fff;
	z-index: 3;
	margin-top: 4px;
	display:none;
}

.address-col .dropbox-address:before{
	position:absolute;
	content:'';
	width: 6px;
	height: 6px;
	border-left: 1px solid #288ad6;
	border-top: 1px solid #288ad6;
	background: #fff;
	transform: rotate(45deg);
	top:-4px;
	left:50px;
	z-index:20;
}
.address-col.active .dropbox-address{display:block;}
.address-col .dropbox-address ul{
	padding: 10px 0 0 0;
	list-style-type: none;
	max-height: 134px;
	overflow-x: hidden;
	overflow-y: scroll;
	min-height: 100px;
	margin: 0;
}
.address-col .dropbox-address ul li{
	padding: 5px 10px;
	cursor:pointer;
	font-size:14px;
}
.addresslist{
	margin-top:10px;
}
.addresslist h4{
	color: #333;
	font-weight: 600;
	font-size: 15px;
	padding: 0 0 10px;
}
.addresslist .addlist{
	list-style-type:none;
	padding:0;
	margin:0;
}
.addresslist .addlist li{
	margin-bottom:10px;
}
.addresslist .addlist li input{
	position:absolute;
	opacity:0;
}
.addresslist .addlist li label{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	cursor: pointer;
}
.addresslist .addlist li .rad-box{
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	border: 2px solid #ddd;
	margin-top: 4px;
	margin-right: 10px;
	position:relative;
}
.addresslist .addlist li input:checked + label .rad-box:before{
	position:absolute;
	content: '';
	background-color: #4a90e2;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	display: block;
	top: 2px;
	left: 2px;

}
.addresslist .addlist li input:checked + label .rad-box{
	border-color:#4a90e2
}
.addresslist .addlist li .store-text{
	font-size: 14px;
	font-weight: 400;
}
.address-recruit-head{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.address-recruit-head .address-recruit-near{
	flex:1;
	-ms-flex:1;
	padding-left:25px;
	position:relative;
}
.address-recruit-head .address-box{
	flex:1;
	-ms-flex:1;
}
.recruit-list{
	margin-top:30px;
}
.recruit-list .recruit-item{
	position: relative;
	padding-left: 28px;
	margin-bottom: 8px;
}
.recruit-item label{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	font-weight: 400;
	margin:0;
	font-size: 14px;
	cursor:pointer;
}
.recruit-item .address-text{

	flex: 1;
	-ms-flex: 1;
}

input.career-chk{
	position:absolute;
	opacity:0;
	visibility:hidden;
}
.career-chk-fk{
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 1px solid #ddd;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
input.career-chk:checked + label .career-chk-fk{
	border-color:blue;
}
input.career-chk:checked + label .career-chk-fk:before{
	position: absolute;
	content: '';
	width: 13px;
	height: 7px;
	border-left: 1px solid blue;
	border-bottom: 1px solid blue;
	transform: rotate(-45deg);
	left: 2px;
	top: 2px
}
.address-recruit-near label{
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #de242a;
	cursor:pointer;
}
.exp-row{margin-bottom:25px;}
.exp-row h3{
	font-size: 15px;
	color: #333;
}
.exp-row .attach{
	margin-top: 15px;
}
.exp-row .attach h4{
	margin-bottom: 10px;
	font-size: 14px;
	color: blue;
}
.exp-row .ethei{
	margin-top: 10px;
	position: relative;
}
.exp-row .ethei:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background: #ccc;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.exp-row .ethei span{
	display: inline-block;
	margin-left: 30px;
	background: blue;
	position: relative;
	font-size: 13px;
	padding: 2px 5px;
	border-radius: 20px;
	border: 5px solid #fff;
	color: #fff;
}
.attach-linkcv input{
	width: 100%;
	border: 1px solid #0081ff;
	border-radius: 22px;
	outline: none;
	height: 46px;
}
input.apply-input,textarea.apply-input{
	display: block;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	box-shadow: inset 0 1px 3px rgb(185 185 185 / 50%);
	text-indent: 10px;
	height: 45px;
	padding-right: 30px;
	margin-bottom: 15px;
	padding-left:0;
	font-size:14px;
	font-weight:400;
	color:#000;
}
textarea.apply-input{
	height: 120px;
	padding: 10px;
	text-indent: 0;
}
.box-company{
	display: block;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e0e0e0;
	box-shadow: 0 2px 16px rgb(0 0 0 / 12%);
	margin: 15px auto 30px;
	padding: 10px;
}
.box-company h4{
	font-size: 15px;
	color: #666;
	font-weight: 600;
	margin-bottom: 15px;
}
.box-company .per-field{margin-bottom:8px;}
a.addcompany{
	color:blue;
	font-size:14px; 
}
.check-input-actions{margin-top:20px;}
.check-input-actions .btn-step-next{
	background: blue;
	border-radius: 4px;
	border: 0;
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	max-width: 170px;
	width: 100%;
	font-weight: 400;
	display: inline-block;
}
.personal-import{margin-bottom:15px;}
.personal-import .per-title{
	display: block;
	overflow: hidden;
	font-size: 15px;
	color: #333;
	padding: 10px 0;
}
.per-straight{
	display:flex;
	display:-webkit-flex;
	display:-ms-flexbox;
	justify-content: space-between;
}
.per-straight input{
	position:absolute;
	opacity:0;
	visibility:hidden;
}
.per-straight label{
	width: 48%;
	font-size: 15px;
	color: #333;
	cursor: pointer;
	font-weight: 400;
	position: relative;
	padding-left: 25px;
}
.per-straight .fk-radio{
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	border: 2px solid #ddd;
	border-radius: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.per-straight input:checked + label .fk-radio:before{
	position: absolute;
	content: '';
	background: blue;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	top: 3px;
	left: 3px;
}
.per-field input.apply-input,.per-field textarea.apply-input{margin-bottom:0;}
.per-field .lb-error{
	text-align: left;
	font-weight: 400;
	font-size: 11px;
	color: #f01;
	padding-top: 5px;
	line-height: 1.2;
	display:none;
}
.per-field.f-error .lb-error{
	display:block;
}
.per-field .provin:nth-child(3){
	margin-top:15px;
}
select.apply-select{
	width: 100%;
	height: 45px;
	box-shadow: inset 0 1px 3px rgb(185 185 185 / 50%);
	border: 1px solid #b5b5b5;
	outline:0;
	font-size:14px;
}
.per-field .apply-img-cd{
	width: 100%;
	margin-top: 10px;
	margin-left: 0;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
}
.per-field .apply-img-cd:not(.active){display:none;}
.per-field .display-img-upload .img-item img{
	max-height:73px;
}
.apply-img-cd .display-img-upload{margin:0;}
.apply-img-cd .btn-remove-img{
	margin-left: 10px;
	font-size: 14px;
	color: #e02020;
}
.apply-actions{
	padding: 0 10px;
}
.apply-actions .btn-apply-career{
	width: 100%;
	display: block;
	overflow: hidden;
	color: #fff;
	font-size: 18px;
	line-height: 21px;
	background: blue;
	text-transform: uppercase;
	text-align: center;
	padding: 10px;
}
.wrapper-make{
	margin: 15px 0;
}
.wrapper-make p{
	font-size: 14px;
	color: #f03;
}
.wrapper-make .make-tabs{
	padding: 0;
	list-style: none;
	margin: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.make-tabs li{
	width: 50%;
	text-align: center;
	padding: 10px 0;
	border-bottom: 1px solid #343499;
	cursor: pointer;
	color: #343499;
	font-weight: 600;
}
.make-tabs li.active{
	background: #343499;
	color: #fff;
}
.apply-recruit-info[data-tab="make1"] #make2{
	display:none;
}
.apply-recruit-info[data-tab="make1"] .carrer-display .btn-step-next{
	display:none;
}
.apply-recruit-info[data-tab="make1"] .info-personal{display:none;}
.apply-recruit-info[data-tab="make1"] .info-education{
	display:none;
}
.apply-recruit-info[data-tab="make2"] #make1{
	display:none;
}
@media (min-width:992px){
	.career-sticky{
		position: sticky;
		position: -webkit-sticky;
		top: 65px;
	}
}
@media (max-width:767px){
	.career-heading h1{font-size:24px;}
	.address-box .address-col{width:100%;}
}




