.banner {
	background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .2)), url("../../images/bg/1.png");
	background-size: cover;
}

section {
	padding: 10px 0
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0;
}

ul {
	list-style: none
}

:focus, button:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=text]:focus {
	outline: 0 !important;
	box-shadow: none !important
}

input:focus::-moz-placeholder {
	opacity: 0;
	-moz-transition: .4s;
	transition: .4s
}

.section {
	float: left;
	width: 100%
}

:focus, button:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=text]:focus {
	outline: 0 !important;
	box-shadow: none
}

.hover-up {
	transition: all .25s cubic-bezier(.02, .01, .47, 1)
}

.hover-up:hover {
	transform: translateY(-3px);
	transition: all .25s cubic-bezier(.02, .01, .47, 1)
}

.none-shadow {
	box-shadow: none !important
}

.form-group {
	position: relative
}

@media (min-width:1400px) {
	.container {
		max-width: 1350px !important
	}
}

strong {
	font-weight: 700
}

:hover {
	transition-duration: .2s
}

.section-box {
	display: inline-block;
	width: 100%;
	overflow: visible
}

.text-shadow {
	text-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

.font-lg, .font-md, .font-sm {
	font-style: normal;
	font-weight: 400;
	font-size: 1.125rem;
}

.font-lg {
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 26px
}

.font-md {
	font-size: 1.125rem !important;
	line-height: 24px !important
}

.font-sm {
	font-size: 1rem !important;
	line-height: 22px !important
}

.color-text-paragraph {
	color: #4f5e64
}

.text-14 {
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	display: inline-block;
	vertical-align: middle
}

.text-32 {
	font-size: 32px;
	line-height: 40px;
	font-weight: 800
}

.text-52 {
	font-size: 52px;
	line-height: 66px;
	font-weight: 800;
	color: #05264e
}

.text-42 {
	font-size: 42px;
	line-height: 53px;
	font-weight: 700;
	color: #05264e
}

.color-brand-1 {
	color: #05264e !important
}

.color-brand-2 {
	color: #329e41
}

.bg-9 {
	background-color: #eff7ff !important
}

.bg-14 {
	background-color: #d8f1ff !important
}

.bg-15 {
	background-color: #f4f7ff !important
}

a, button, h4, input, span {
	transition: all .3s ease 0s
}

@keyframes slideleft {
	10% {
		opacity: 0;
		transform: scale(0);
		right: 0
	}

	50% {
		opacity: 1;
		transform: scale(1)
	}

	90% {
		opacity: 0;
		transform: scale(0);
		right: 100%
	}
}

@keyframes spinner {
	0% {
		transform: perspective(120px) rotateX(0) rotateY(0)
	}

	50% {
		transform: perspective(120px) rotateX(-180deg) rotateY(0)
	}

	100% {
		transform: perspective(120px) rotateX(-180deg) rotateY(-180deg)
	}
}

@keyframes shadow-pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(151, 119, 250, .8)
	}

	100% {
		box-shadow: 0 0 0 5px transparent
	}
}

@keyframes shadow-pulse-big {
	0% {
		box-shadow: 0 0 0 0 rgba(239, 63, 72, .1)
	}

	100% {
		box-shadow: 0 0 0 20px transparent
	}
}

@keyframes jump {
	0% {
		transform: translate3d(0, 20%, 0)
	}

	100% {
		transform: translate3d(0, 0, 0)
	}
}

.btn {
	border-radius: 8px;
	padding: 13px 25px;
	font-size: 14px;
	line-height: 1;
	transition: .2s
}

.btn.btn-default {
	color: #fff;
	background-color: #329e41;
	line-height: 26px;
	padding: 10px 25px
}

.btn.btn-default:hover {
	background-color: #054e18;
	transform: translateY(-2px);
	transition: .2s
}

.btn-grey-small {
	background-color: #e5f8eb;
	font-size: 12px;
	padding: 7px 10px;
	border-radius: 5px;
	color: #4f5e64 !important
}

.btn-grey-small:hover {
	color: #329e41 !important
}

.btn-apply-now {
	background-color: #ddf1e3;
	color: #4f5e64;
	padding: 12px 10px;
	min-width: 95px;
	border-radius: 4px;
	font-size: 14px;
	text-transform: capitalize
}

.btn-apply {
	background-color: #329e41;
	color: #fff;
	padding: 12px 20px;
	border-radius: 4px
}

.btn-apply:hover {
	background-color: #268933;
	color: #fff
}

.btn-border-3 {
	padding: 12px 20px;
	background: #eff2fb;
	border-radius: 8px;
	color: #05264e;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 10px
}

.btn-border-brand-2 {
	padding: 12px 20px;
	border: 1px solid #329e41;
	background-color: #fff;
	border-radius: 8px;
	color: #329e41;
	font-size: 14px;
	line-height: 22px
}

.btn-brand-1 {
	padding: 18px 25px;
	background: #05264e;
	color: #fff;
	border-radius: 4px
}

.btn-brand-1:hover {
	background-color: #329e41;
	color: #fff
}

.btn-paragraph-2 {
	padding: 8px 16px;
	background: #66789c;
	border-radius: 5px;
	color: #329e41;
	min-width: 42px;
	font-size: 11px;
	color: #fff;
	line-height: 14px
}

.btn-border {
	border: 1px solid #b4e0ca;
	padding: 10px 23px 10px 23px;
	border-radius: 10px;
	background: #fff;
	color: #4f5e64;
	font-size: 16px;
	line-height: 26px;
	transition-duration: .2s;
	font-weight: 700
}

.btn-border:hover {
	color: #fff;
	background-color: #05264e;
	transition-duration: .2s;
	transform: translateY(-3px)
}

.btn-sm {
	padding: 12px 20px;
	vertical-align: middle
}

.btn-brand-hover {
	padding: 14px 25px 14px 25px
}

.btn-brand-hover:hover {
	background-color: #9777fa;
	color: #fff
}

.box-button-shadow {
	position: relative;
	display: inline-block
}

.box-button-shadow::before {
	background: #9777fa;
	filter: blur(20px);
	border-radius: 10px;
	content: "";
	position: absolute;
	width: 144px;
	height: 39px;
	z-index: 1;
	left: 0;
	right: 0;
	top: 10px;
	margin: auto
}

.box-button-shadow a {
	position: relative;
	z-index: 12
}

.btn-link {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #05264e;
	text-decoration: underline
}

.btn-link:hover {
	color: #329e41
}

input:checked+.slider {
	background-color: rgba(81, 146, 255, .3)
}

input:focus+.slider {
	box-shadow: 0 0 1px #05264e
}

input:checked+.slider:before {
	transform: translateX(34px)
}

span.btn {
	cursor: unset
}

.cb-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	line-height: 21px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.cb-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0
}

input:-moz-placeholder {
	opacity: 1
}

input::-webkit-input-placeholder {
	opacity: 1
}

input::-moz-placeholder {
	opacity: 1
}

input:-ms-input-placeholder {
	opacity: 1
}

input[type=date], input[type=email], input[type=tel], input[type=text], input[type=time] {
	border: 1px solid #e0e6f7;
	border-radius: 4px;
	height: 50px;
	box-shadow: none;
	padding-left: 20px;
	font-size: 14px;
	width: 100%
}

input[type=date]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus {
	border: 1px solid #eff2fb
}

.form-group {
	margin-bottom: 1rem
}

.form-group input {
	background: #fff;
	border: 1px solid #e0e6f6;
	height: 53px;
	box-shadow: none;
	padding-left: 20px;
	font-size: 16px;
	width: 100%
}

.form-group input:focus {
	border-color: #b4e0ca
}

label {
	margin-bottom: 5px
}

.mt-6 {
	margin-top: 6px !important
}

.modal-lg, .modal-xl {
	max-width: 600px
}

.apply-job-form {
	background-image: url(../imgs/template/bg-1.svg);
	background-repeat: no-repeat
}

.apply-job-form .text-brand-2 {
	background: #d5deff;
	display: inline-block;
	border-radius: 8px;
	padding: 5px 15px
}

.card-grid-1 {
	position: relative;
	border-radius: 10px;
	border: .88px solid #e0e6f7;
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
	background: #f8faff;
	text-align: center;
	padding: 30px
}

.card-shadow {
	box-shadow: 0 10px 20px -5px rgba(10, 42, 105, .06)
}

.card-location {
	font-size: 12px;
	color: #a0abb8;
	display: inline-block;
	padding: 0 0 0 20px;
	background: url(../imgs/template/icons/location.svg) no-repeat 0 6px;
	line-height: 24px
}

.card-grid-2 {
	border-radius: 8px;
	border: 1px solid #e0f7e7;
	overflow: hidden;
	margin-bottom: 24px;
	position: relative;
	background: #f4fdf2
}

.card-grid-2:hover {
	border-color: #b4e0ca;
	background-color: #fff
}

.card-grid-2:hover .btn-apply-now {
	color: #fff;
	background-color: #329e41
}

.card-grid-2 a {
	text-decoration: none;
	color: #111;
	font-weight: 600;
}

.card-grid-2 a:hover {
	color: #329e41
}

.card-grid-2 .card-grid-2-image {
	position: relative;
	padding: 10px
}

.card-grid-2 .card-block-info {
	display: inline-block;
	width: 100%;
	padding: 5px 10px 20px 10px;
	margin-top: 25px;
}

.card-grid-2 .card-block-info .card-2-bottom {
	position: relative
}

.card-grid-2 .card-block-info .card-2-bottom .btn-grey-small {
	margin-right: 5px
}

.card-grid-2 .flash {
	position: absolute;
	top: 15px;
	right: 15px;
	height: 25px;
	width: 25px;
	background: url(../imgs/template/icons/flash.svg) no-repeat 0 0
}

.card-grid-2 .card-grid-2-image-left {
	padding: 30px 20px 15px 20px;
	display: flex;
	position: relative
}

.card-grid-2 .card-grid-2-image-left .image-box {
	min-width: 52px;
	padding-right: 15px
}

.card-grid-2 .card-grid-2-image-left .right-info .name-job {
	font-size: 18px;
	line-height: 26px;
	color: #111;
	font-weight: 400;
	display: block
}

.card-grid-2 .card-grid-2-image-left .right-info .name-job:hover {
	color: #329e41
}

.card-grid-2 .card-grid-2-image-left .right-info .location-small {
	display: inline-block;
	font-size: 12px;
	color: #a0abb8
}

.card-grid-3 {
	border-radius: 16px;
	border: 1px solid #e0e6f7;
	overflow: hidden;
	margin-bottom: 0;
	background: #fff
}

.card-grid-3:hover {
	box-shadow: 0 10px 20px -5px rgba(10, 42, 105, .06);
	border-color: #b4e0ca
}

.card-grid-3 a {
	text-decoration: none
}

.card-grid-3 .card-grid-3-image {
	position: relative;
	padding: 10px
}

.card-grid-3 h5 a {
	color: #05264e
}

.card-grid-3 h5 a:hover {
	color: #329e41
}

.card-grid-3 .card-block-info {
	display: inline-block;
	width: 100%;
	padding: 0 18px 18px 18px
}

.card-grid-3 .card-block-info .card-2-bottom {
	position: relative
}

.card-grid-4 {
	background-color: #fff;
	padding: 40px 30px 35px 30px;
	border-radius: 10px;
	border: thin solid #e0e6f7;
	margin-bottom: 30px
}

.card-grid-4:hover {
	border-color: #b4e0ca;
	box-shadow: 0 37px 60px -15px rgba(50, 59, 79, .1)
}

.card-grid-4 a {
	text-decoration: none
}

.card-grid-4 .card-grid-4-info {
	display: inline-block;
	width: 100%;
	padding: 10px 0 0 0
}

.card-grid-5 {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 575px;
	background: url(../imgs/page/blog/img-big1.png) top left;
	background-size: cover;
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 30px
}

.card-grid-6 {
	position: relative
}

.card-grid-6 .card-image {
	display: flex;
	padding-left: 5px
}

.card-grid-6 .card-image .image {
	min-width: 75px
}

.card-grid-border {
	border: 1px solid #e0e6f7;
	padding: 30px;
	border-radius: 8px;
	margin-bottom: 30px
}

.card-grid-border:hover {
	box-shadow: 0 10px 20px -5px rgba(10, 42, 105, .06)
}

.card-list-4 {
	position: relative;
	display: flex;
	width: 100%;
	padding: 0 0 15px 0;
	margin-bottom: 0;
	border-bottom: 1px solid #e0e6f7
}

.card-list-4 .image {
	min-width: 60px;
	padding-right: 10px
}

.card-list-4 .info-text {
	width: 100%;
	margin-top: -4px
}

ul li:last-child .card-list-4 {
	border-bottom: 0;
	padding-bottom: 0
}

.mt--30 {
	margin-top: -30px
}

.box-image-job {
	position: relative;
	text-align: center
}

.text-brand-2 {
	color: #329e41
}

.wish-board-box {
	margin-top: 20px
}

.banner-hero {
	padding: 0 65px 0 15px;
	position: relative;
	max-width: 1770px;
	margin: 0 auto
}

.banner-hero .block-banner {
	position: relative;
	z-index: 12;
	padding: 50px 180px 80px 192px
}

.banner-hero .block-banner .form-find {
	background: rgba(255, 255, 255, .5);
	backdrop-filter: blur(5px);
	box-shadow: 0 18px 40px rgba(25, 15, 9, .1);
	border-radius: 8px;
	display: inline-block;
	width: 100%;
	padding: 10px 10px
}

.banner-hero .block-banner .form-find form {
	display: flex;
	width: 100%
}

.banner-hero .block-banner .form-find .btn-find {
	min-width: 122px;
	padding-left: 34px;
	padding-right: 15px;
	background-image: url(../../../img/icon/search-icon.svg);
	background-repeat: no-repeat;
	background-position: left 19px top 18px
}

.banner-hero .block-banner .form-find .form-input {
	border: 0 solid rgba(26, 15, 9, .1);
	border-radius: 0;
	padding: 10px 20px 10px 34px;
	display: inline-block;
	width: 100%;
	margin-bottom: 0
}

.banner-hero .block-banner .form-find .input-keysearch {
	background: url(../../../img/icon/key-numbers.svg) no-repeat left 15px center
}

.banner-hero .color-brand-2 {
	color: #329e41;
	position: relative;
	letter-spacing: 1.2px;
}

.banner-hero .color-brand-2::after {
	content: "";
	background-color: #329e41;
	height: 25px;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 5px;
	z-index: -1;
	opacity: .1
}

.banner-hero.banner-image-single {
	padding: 20px 0 20px 0
}

.banner-hero.banner-single {
	padding: 100px 20px 120px 20px;
	background: #f4fdf2;
	border-radius: 16px;
	position: relative;
	box-shadow: #e7e7e7 0 8px 24px
}

@keyframes hero-thumb-animation {
	0% {
		transform: translateY(-20px)
	}

	100% {
		transform: translateY(0)
	}
}

@keyframes hero-thumb-sm-animation {
	0% {
		transform: translateY(-20px) translateX(50px)
	}

	100% {
		transform: translateY(-20px) translateX(0)
	}
}

@keyframes hero-thumb-sm-2-animation {
	0% {
		transform: translateY(-50px)
	}

	100% {
		transform: translateY(0)
	}
}

.p-10 {
	padding: 10px !important
}

.p-15 {
	padding: 15px !important
}

.p-20 {
	padding: 20px !important
}

.p-25 {
	padding: 25px !important
}

.p-30 {
	padding: 30px !important
}

.p-40 {
	padding: 40px !important
}

.p-65 {
	padding: 65px !important
}

.mb-24 {
	margin-bottom: 24px
}

.mt-5 {
	margin-top: 5px !important
}

.mt-8 {
	margin-top: 8px !important
}

.mt-10 {
	margin-top: 10px !important
}

.mt-15 {
	margin-top: 15px !important
}

.mt-20 {
	margin-top: 20px !important
}

.mt-25 {
	margin-top: 25px !important
}

.mt-30 {
	margin-top: 30px !important
}

.mt-35 {
	margin-top: 35px !important
}

.mt-40 {
	margin-top: 40px !important
}

.mt-45 {
	margin-top: 45px !important
}

.mt-50 {
	margin-top: 50px !important
}

.mt-55 {
	margin-top: 55px !important
}

.mt-60 {
	margin-top: 60px !important
}

.mt-65 {
	margin-top: 65px !important
}

.mt-70 {
	margin-top: 70px !important
}

.mt-75 {
	margin-top: 75px !important
}

.mt-80 {
	margin-top: 80px !important
}

.mt-85 {
	margin-top: 85px !important
}

.mt-90 {
	margin-top: 90px !important
}

.mt-95 {
	margin-top: 95px !important
}

.mt-100 {
	margin-top: 100px !important
}

.mt-105 {
	margin-top: 105px !important
}

.mt-110 {
	margin-top: 110px !important
}

.mt-115 {
	margin-top: 115px !important
}

.mt-120 {
	margin-top: 120px !important
}

.mt-125 {
	margin-top: 125px !important
}

.mt-130 {
	margin-top: 130px !important
}

.mt-135 {
	margin-top: 135px !important
}

.mt-140 {
	margin-top: 140px !important
}

.mt-145 {
	margin-top: 145px !important
}

.mt-150 {
	margin-top: 150px !important
}

.mt-155 {
	margin-top: 155px !important
}

.mt-160 {
	margin-top: 160px !important
}

.mt-165 {
	margin-top: 165px !important
}

.mt-170 {
	margin-top: 170px !important
}

.mt-175 {
	margin-top: 175px !important
}

.mt-180 {
	margin-top: 180px !important
}

.mt-185 {
	margin-top: 185px !important
}

.mt-190 {
	margin-top: 190px !important
}

.mt-195 {
	margin-top: 195px !important
}

.mt-200 {
	margin-top: 200px !important
}

.mb-5 {
	margin-bottom: 5px !important
}

.mb-10 {
	margin-bottom: 10px !important
}

.mb-15 {
	margin-bottom: 15px !important
}

.mb-20 {
	margin-bottom: 20px !important
}

.mb-25 {
	margin-bottom: 25px !important
}

.mb-30 {
	margin-bottom: 30px !important
}

.mb-35 {
	margin-bottom: 35px !important
}

.mb-40 {
	margin-bottom: 40px !important
}

.mb-45 {
	margin-bottom: 45px !important
}

.mb-50 {
	margin-bottom: 50px !important
}

.mb-55 {
	margin-bottom: 55px !important
}

.mb-60 {
	margin-bottom: 60px !important
}

.mb-65 {
	margin-bottom: 65px !important
}

.mb-70 {
	margin-bottom: 70px !important
}

.mb-75 {
	margin-bottom: 75px !important
}

.mb-80 {
	margin-bottom: 80px !important
}

.mb-85 {
	margin-bottom: 85px !important
}

.mb-90 {
	margin-bottom: 90px !important
}

.mb-95 {
	margin-bottom: 95px !important
}

.mb-100 {
	margin-bottom: 100px !important
}

.mb-105 {
	margin-bottom: 105px !important
}

.mb-110 {
	margin-bottom: 110px !important
}

.mb-115 {
	margin-bottom: 115px !important
}

.mb-120 {
	margin-bottom: 120px !important
}

.mb-125 {
	margin-bottom: 125px !important
}

.mb-130 {
	margin-bottom: 130px !important
}

.mb-135 {
	margin-bottom: 135px !important
}

.mb-140 {
	margin-bottom: 140px !important
}

.mb-145 {
	margin-bottom: 145px !important
}

.mb-150 {
	margin-bottom: 150px !important
}

.mb-155 {
	margin-bottom: 155px !important
}

.mb-160 {
	margin-bottom: 160px !important
}

.mb-165 {
	margin-bottom: 165px !important
}

.mb-170 {
	margin-bottom: 170px !important
}

.mb-175 {
	margin-bottom: 175px !important
}

.mb-180 {
	margin-bottom: 180px !important
}

.mb-185 {
	margin-bottom: 185px !important
}

.mb-190 {
	margin-bottom: 190px !important
}

.mb-195 {
	margin-bottom: 195px !important
}

.mb-200 {
	margin-bottom: 200px !important
}

.mr-5 {
	margin-right: 5px !important
}

.mr-10 {
	margin-right: 10px !important
}

.mr-15 {
	margin-right: 15px !important
}

.mr-20 {
	margin-right: 20px !important
}

.mr-25 {
	margin-right: 25px !important
}

.mr-30 {
	margin-right: 30px !important
}

.mr-35 {
	margin-right: 35px !important
}

.mr-40 {
	margin-right: 40px !important
}

.mr-45 {
	margin-right: 45px !important
}

.mr-50 {
	margin-right: 50px !important
}

.mr-55 {
	margin-right: 55px !important
}

.mr-60 {
	margin-right: 60px !important
}

.mr-65 {
	margin-right: 65px !important
}

.mr-70 {
	margin-right: 70px !important
}

.mr-75 {
	margin-right: 75px !important
}

.mr-80 {
	margin-right: 80px !important
}

.mr-85 {
	margin-right: 85px !important
}

.mr-90 {
	margin-right: 90px !important
}

.mr-95 {
	margin-right: 95px !important
}

.mr-100 {
	margin-right: 100px !important
}

.mr-105 {
	margin-right: 105px !important
}

.mr-110 {
	margin-right: 110px !important
}

.mr-115 {
	margin-right: 115px !important
}

.mr-120 {
	margin-right: 120px !important
}

.mr-125 {
	margin-right: 125px !important
}

.mr-130 {
	margin-right: 130px !important
}

.mr-135 {
	margin-right: 135px !important
}

.mr-140 {
	margin-right: 140px !important
}

.mr-145 {
	margin-right: 145px !important
}

.mr-150 {
	margin-right: 150px !important
}

.mr-155 {
	margin-right: 155px !important
}

.mr-160 {
	margin-right: 160px !important
}

.mr-165 {
	margin-right: 165px !important
}

.mr-170 {
	margin-right: 170px !important
}

.mr-175 {
	margin-right: 175px !important
}

.mr-180 {
	margin-right: 180px !important
}

.mr-185 {
	margin-right: 185px !important
}

.mr-190 {
	margin-right: 190px !important
}

.mr-195 {
	margin-right: 195px !important
}

.mr-200 {
	margin-right: 200px !important
}

.text-lg {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: .5px
}

.box-info-job {
	display: inline-block;
	width: 100%;
	padding: 70px 30px 0 30px
}

.block-job-bg {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 65px 0 0 20px
}

.block-job-bg .row {
	z-index: 2;
	position: relative
}

.block-job-bg::after {
	content: "";
	position: absolute;
	top: 10px;
	right: 85%;
	height: 39px;
	width: 39px;
	background: #bee2ae;
	border-radius: 50%;
	z-index: 0
}

.box-info-job .text-md {
	line-height: 28px
}

.single-body p {
	font-size: 18px;
	margin-bottom: 15px;
	color: #4f5e64;
	line-height: 1.5
}

.single-body h1, .single-body h2, .single-body h3, .single-body h4, .single-body h5, .single-body h6 {
	margin: 30px 0 25px 0
}

.card-info {
	display: inline-block;
	padding: 0 0 0 20px;
	background-image: url(../imgs/page/candidates/info.svg);
	background-position: left center;
	background-repeat: no-repeat
}

.box-button .btn {
	width: 100%
}

.box-head-single {
	background-color: #fff9f3;
	display: inline-block;
	width: 100%;
	padding: 55px 0;
	position: relative
}

.box-head-single.bg-2 {
	background-color: #e9f7ff
}

.box-head-single .container {
	position: relative;
	z-index: 2
}

.box-head-single h3 {
	margin-bottom: 15px
}

.content-single p {
	font-size: 16px;
	line-height: 200%;
	color: #4f5e64;
	line-height: 32px;
	margin-bottom: 20px
}

.content-single h3, .content-single h4, .content-single h5 {
	margin-top: 20px;
	color: #4f5e64;
	font-weight: 700;
	margin-bottom: 20px
}

.content-single ul {
	padding-left: 30px;
	line-height: 32px;
	font-size: 16px;
	color: #4f5e64;
	list-style: disc
}

.single-apply-jobs {
	display: inline-block;
	width: 100%;
	padding: 30px 0 30px 0;
	border-top: 1px solid rgba(6, 18, 36, .1);
	margin-top: 50px
}

.sidebar-border, .sidebar-shadow {
	border: 1px solid #e0e6f7;
	padding: 25px;
	border-radius: 8px;
	background-color: #fff;
	margin-bottom: 40px
}

.sidebar-shadow {
	box-shadow: 0 10px 20px -5px rgba(10, 42, 105, .06)
}

.sidebar-list-job {
	border-top: 1px solid rgba(6, 18, 36, .1);
	display: inline-block;
	width: 100%;
	padding: 25px 0 0 0;
	margin: 20px 0 0 0
}

.sidebar-list-job ul {
	padding: 0
}

.sidebar-list-job ul li {
	display: inline-block;
	width: 100%;
	padding-bottom: 20px
}

.sidebar-list-job ul li .sidebar-text-info {
	display: block;
	padding-left: 35px
}

.sidebar-list-job ul li .sidebar-text-info span {
	color: #66789c
}

.sidebar-list-job ul li .sidebar-text-info strong {
	display: block;
	padding-top: 0;
	color: #05264e
}

.box-border-single {
	padding: 20px;
	display: inline-block;
	width: 100%;
	border: 1px solid #e0e6f7;
	border-radius: 8px
}

.none-bg::before {
	display: none
}

.none-bg::after {
	display: none
}

.box-filters .box-search-job {
	display: inline-block;
	vertical-align: middle
}

.box-filters .box-search-job .form-search-job {
	float: left;
	padding-right: 20px
}

.link-reset {
	float: right;
	font-size: 14px;
	line-height: 50px;
	color: #669c73;
	font-weight: 400;
	letter-spacing: 1px;
}

.sidebar-filters {
	padding-top: 5px
}

.sidebar-filters .filter-block:last-child .list-checkbox {
	border-bottom: 0
}

.banner-single .block-banner {
	padding: 0;
	max-width: 850px;
	margin: auto
}

.head-border {
	border-bottom: 1px solid #b4e0bb;
	padding-bottom: 5px
}

.box-border {
	border: 1px solid #e0e6f7;
	border-radius: 4px;
	display: inline-block;
	padding: 1px 0 3px 15px;
	vertical-align: sub
}

.box-filters-job {
	border-bottom: 1px solid #e0e6f7;
	margin-bottom: 30px;
	padding: 0 0 5px 0
}

.text-showing {
	display: inline-block;
	min-height: 30px;
	line-height: 37px
}

.text-body-999 {
	font-size: 16px;
	line-height: 22px;
	color: #66789c
}

.text-small {
	font-size: 14px;
	line-height: 22px;
	color: #4f5e64;
	font-weight: 500
}

.float-right {
	float: right
}

.list-checkbox {
	display: inline-block;
	width: 100%;
	padding: 15px 0 10px 0;
	border-bottom: 1px solid #e0e6f7
}

.list-checkbox li {
	position: relative;
	padding: 0 30px 6px 0;
	display: inline-block;
	width: 100%
}

.list-checkbox li .number-item {
	position: absolute;
	top: 35%;
	right: 0;
	transform: translateY(-50%);
	padding: 4px 5px;
	font-size: 12px;
	line-height: 18px;
	border-radius: 7px;
	background: #e0f7e5;
	color: #329e41
}

.content-page .card-grid-2 .card-block-info {
	padding: 0 20px 30px 20px;
	position: relative
}

.content-page .card-grid-2:hover {
	border-color: #b4e0ca
}

.sidebar-shadow.none-shadow {
	padding: 0 20px 0 0;
	border: 0;
	border-radius: 0
}

.sidebar-border-bg {
	border: 1px solid #e0e6f7;
	background: #f4fdf2 url(../imgs/page/company/bg-hiring.svg) no-repeat bottom left;
	padding: 30px 40px 260px 40px;
	border-radius: 4px;
	margin-bottom: 40px
}

.sidebar-border-bg .text-grey {
	color: #b4e0ca;
	font-size: 24px;
	line-height: 37px;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: block
}

.bg-right {
	background: #f4fdf2 url(../imgs/page/company/bg-hiring-right.svg) no-repeat bottom right
}

.box-image-job {
	position: relative
}

.box-checkbox {
	padding: 0 0 0 30px;
	background: url(../imgs/page/homepage3/check-box.svg) no-repeat 0 4px
}

.box-search-2 {
	max-width: 1140px;
	width: 100%;
	margin: auto
}

.box-search-2 .block-banner {
	padding: 0
}

.bg-brand-1 {
	background-color: #05264e
}

.bg-brand-2 {
	background-color: #329e41
}

.bg-border-3 {
	background-color: #eff2fb
}

.banner-hero .block-banner.form-none-shadow .form-find {
	box-shadow: none;
	border: 1px solid #e0e6f7
}

.block-banner-1, .block-banner-2, .block-banner-3 {
	padding: 0 10px
}

@media (max-width:991.98px) {
	.mt-md-0 {
		margin-top: 0 !important
	}

	.banner-hero {
		max-width: 100%;
		padding: 0
	}

	.banner-hero.hero-1 {
		background: #f4fdf2
	}

	.banner-hero.hero-1 .block-banner {
		padding-top: 50px;
		padding-bottom: 50px;
		padding-right: 0;
		padding-left: 0;
		margin-right: auto;
		margin-left: auto;
		max-width: 720px;
		overflow: hidden
	}

	.banner-hero.hero-1::before {
		width: 100%;
		border-radius: 0;
		left: 0
	}

	.banner-hero.hero-1 h1 {
		font-size: 52px
	}

	.card-grid-2 h5 {
		font-size: 18px
	}

	.mt-lg-30 {
		margin-top: 30px !important
	}

	.box-info-job {
		padding-left: 30px !important
	}

	.box-info-job .mt-50 {
		margin-top: 0 !important
	}

	.mb-md-30 {
		margin-bottom: 30px !important
	}

	.mt-md-50 {
		margin-top: 50px !important
	}

	.mt-md-30 {
		margin-top: 30px !important
	}

	.mt-md-0 {
		margin-top: 0 !important
	}

	.mb-md-0 {
		margin-bottom: 0 !important
	}

	.banner-hero .box-search-2 .block-banner {
		padding-top: 0;
		padding-bottom: 0;
		overflow: visible
	}

	.block-banner-1 {
		width: 100%
	}

	.block-banner-2 {
		width: 58%
	}

	.block-banner-3 {
		width: 42%
	}
}

@media (max-width:767.98px) {
	.banner-hero .block-banner .form-find {
		padding: 15px;
		margin-top: 40px !important
	}

	.banner-hero .block-banner .form-find form {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.banner-hero .block-banner .form-find form input {
		margin-bottom: 15px
	}

	.banner-hero .block-banner .form-find form button {
		margin-top: 15px
	}

	h2 {
		font-size: 25px;
		line-height: 34px
	}

	.banner-hero .block-banner {
		padding: 0
	}

	.box-head-single h3 {
		font-size: 36px;
		line-height: 1.2
	}

	.banner-hero .block-banner.form-none-shadow .form-find {
		margin-top: 0 !important
	}

	.banner-hero .block-banner .form-find .btn-find {
		background-position: left 19px top 14px;
	}
}

@media (max-width:575.98px) {
	.section-box.mt-100, .section-box.mt-40, .section-box.mt-70, .section-box.mt-80 {
		margin-top: 30px !important
	}

	.banner-hero.hero-1 h1 {
		font-size: 38px
	}

	.mt-sm-15 {
		margin-top: 15px !important
	}

	.mt-sm-30 {
		margin-top: 30px !important
	}

	.box-info-job {
		padding: 0 !important
	}

	.block-job-bg::before {
		display: none
	}
}

@media (max-width:484.98px) {
	h2 {
		font-size: 20px;
		line-height: 28px
	}
}

.wish-button {
	margin-top: 50px;
}

.btn-wish {
	background-color: #000;
	color: #fff;
	padding: 15px 45px;
	border-radius: 50px
}

.btn-wish:hover {
	background-color: #444;
	color: #fff;
}

.banner-hero.banner-single {
	background-image: url(../../../img/ans1.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

.wish-board-box .container {
	padding-bottom: 25px;
}