/*section.slides*/
@media screen and (max-width: 500px) {
	section.slides {
		position: relative;
		height: auto;
		background-image: url(../images/job_category_slides_bg.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		position: relative;
		overflow: auto;
	}
	section.slides .overlay {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		position: absolute;
		z-index: 2;
		background-color: rgba(0, 65, 80, 0.91);
		/*		background-color: var(--color-lightblue);*/
	}
	section.slides .video_box {
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	section.slides .video_box video {
		position: absolute;
		top: 0;
		right: 0;
		margin: auto;
		width: 100%;
		z-index: 1;
		display: block;
	}
	section.slides>.wrap {
		position: relative;
		overflow: auto;
		width: 100%;
		height: auto;
		padding: 30px 10px 100px 10px;
		z-index: 2;
	}
	section.slides .text {
		width: 100%;
		overflow: auto;
		margin: 0 auto;
	}
	section.slides .text h1 {
		font-size: var(--extra-font-size);
		width: 100%;
		margin-bottom: 10px;
		color: white;
		margin: 0;
		border-bottom: 10px solid var(--color-green);
		text-align: center;
		padding-bottom: 20px;
	}
	section.slides .text h2 {
		font-size: var(--reg-font-size);
		width: 100%;
		color: white;
		padding-top: 0px;
		text-align: center;
		font-weight: normal;
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	section.slides {
		position: relative;
		height: auto;
		background-image: url(../images/job_category_slides_bg.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		position: relative;
		overflow: auto;
	}
	section.slides .overlay {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		position: absolute;
		z-index: 2;
		background-color: rgba(0, 65, 80, 0.91);
		/*		background-color: var(--color-lightblue);*/
	}
	section.slides .video_box {
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	section.slides .video_box video {
		position: absolute;
		top: 0;
		right: 0;
		margin: auto;
		width: 100%;
		z-index: 1;
		display: block;
	}
	section.slides>.wrap {
		position: relative;
		overflow: auto;
		width: 100%;
		height: auto;
		padding: 30px 10px 100px 10px;
		z-index: 2;
	}
	section.slides .text {
		width: 100%;
		overflow: auto;
		margin: 0 auto;
	}
	section.slides .text h1 {
		font-size: var(--extra-font-size);
		width: 100%;
		margin-bottom: 10px;
		color: white;
		margin: 0;
		border-bottom: 10px solid var(--color-green);
		text-align: center;
		padding-bottom: 20px;
	}
	section.slides .text h2 {
		font-size: var(--reg-font-size);
		width: 100%;
		color: white;
		padding-top: 0px;
		text-align: center;
		font-weight: normal;
	}
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
	section.slides {
		position: relative;
		height: auto;
		background-image: url(../images/job_category_slides_bg.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		position: relative;
		overflow: auto;
	}
	section.slides .overlay {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		position: absolute;
		z-index: 2;
		background-color: rgba(0, 65, 80, 0.91);
		/*		background-color: var(--color-lightblue);*/
	}
	section.slides .video_box {
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	section.slides .video_box video {
		position: absolute;
		top: 0;
		right: 0;
		margin: auto;
		width: 100%;
		z-index: 1;
		display: block;
	}
	section.slides>.wrap {
		position: relative;
		overflow: auto;
		width: 100%;
		height: auto;
		padding: 0px 30px 0px 30px;
		z-index: 2;
	}
	section.slides .text {
		width: 100%;
		overflow: auto;
		margin: 0 auto;
	}
	section.slides .text h1 {
		font-size: var(--extra-font-size);
		width: 100%;
		margin-bottom: 10px;
		color: white;
		margin: 0;
		border-bottom: 10px solid var(--color-green);
		text-align: center;
		padding-bottom: 20px;
	}
	section.slides .text h2 {
		font-size: var(--subtitle-font-size);
		width: 100%;
		color: white;
		padding-top: 0px;
		text-align: center;
		font-weight: normal;
	}
}
@media screen and (min-width: 1201px) {
	section.slides {
		position: relative;
		height: auto;
		background-image: url(../images/job_category_slides_bg.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		position: relative;
		overflow: auto;
	}
	section.slides .overlay {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		position: absolute;
		z-index: 2;
		background-color: rgba(0, 65, 80, 0.91);
		/*		background-color: var(--color-lightblue);*/
	}
	section.slides .video_box {
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	section.slides .video_box video {
		position: absolute;
		top: 0;
		right: 0;
		margin: auto;
		width: 100%;
		z-index: 1;
		display: block;
	}
	section.slides>.wrap {
		position: relative;
		overflow: auto;
		width: 100%;
		height: auto;
		padding: 0px 30px 0px 30px;
		z-index: 2;
	}
	section.slides .text {
		width: 70%;
		overflow: auto;
		margin: 0 auto;
	}
	section.slides .text h1 {
		font-size: var(--extra-font-size);
		width: 100%;
		margin-bottom: 10px;
		color: white;
		margin: 0;
		border-bottom: 10px solid var(--color-green);
		text-align: center;
		padding-bottom: 20px;
	}
	section.slides .text h2 {
		font-size: var(--subtitle-font-size);
		width: 100%;
		color: white;
		padding-top: 0px;
		text-align: center;
		font-weight: normal;
	}
}
/*form.apply*/
@media screen and (max-width: 500px) {
	form.apply {
		font-family: var(--1st-font-family);
		max-width: 800px;
		width: 90%;
		margin: 40px auto 40px auto;
		background-color: #f2f2f2;
		padding: 30px 10px;
		box-sizing: border-box;
		border-radius: 10px;
	}
	form.apply h1 {
		text-align: center;
		font-size: 20px;
		color: var(--color-darkblue);
	}
	form.apply fieldset {
		border: 0px solid white;
		width: 100%;
		box-sizing: border-box;
		padding: 10px 0;
	}
	form.apply fieldset legend {
		font-size: 15px;
		font-weight: bold;
		text-align: center;
		color: var(--color-darkblue);
	}
	form.apply fieldset .half {
		width: 100%;
	}
	form.apply fieldset .full {
		width: 100%;
	}
	form.apply fieldset .quarter {
		width: 50%;
	}
	form.apply fieldset .item {
		padding: 5px 5px;
		box-sizing: border-box;
		float: left;
	}
	form.apply fieldset .item label {
		width: 100%;
		display: block;
		padding: 5px 0;
		font-size: 12px;
	}
	form.apply fieldset .item input {
		width: 100%;
		display: block;
		padding: 5px;
		box-sizing: border-box;
	}
	form.apply fieldset .item input[type="checkbox"] {
		position: absolute;
		opacity: 0;
		width: 0;
		height: 0;
	}
	form.apply fieldset .item input[type="checkbox"]+label {
		background-color: #dbdbdb;
		text-align: center;
		color: white;
		font-weight: bold;
		color: #000000;
		padding: 10px 0;
	}
	form.apply fieldset .item input[type="checkbox"]:checked+label {
		background-color: #000a53;
		color: #ffffff;
	}
	form.apply fieldset .item select {
		width: 100%;
		padding: 10px;
	}
	form.apply .btn_box {
		width: 100%;
		padding: 0 25px;
		box-sizing: border-box;
	}
	form.apply .btn_box button {
		width: 100%;
		background-color: darkblue;
		color: white;
		padding: 10px;
		outline: none;
		border-width: 0px;
		font-size: 14px;
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	form.apply {
		font-family: var(--1st-font-family);
		max-width: 800px;
		width: 90%;
		max-width: 600px;
		margin:40px auto 40px auto;
		background-color: #f2f2f2;
		padding: 30px 10px;
		box-sizing: border-box;
		border-radius: 10px;
	}
	form.apply h1 {
		text-align: center;
		font-size: 20px;
		color: var(--color-darkblue);
	}
	form.apply fieldset {
		border: 0px solid white;
		width: 100%;
		box-sizing: border-box;
		padding: 10px 0;
	}
	form.apply fieldset legend {
		font-size: 15px;
		font-weight: bold;
		text-align: center;
		color: var(--color-darkblue);
	}
	form.apply fieldset .half {
		width: 100%;
	}
	form.apply fieldset .full {
		width: 100%;
	}
	form.apply fieldset .quarter {
		width: 50%;
	}
	form.apply fieldset .item {
		padding: 5px 5px;
		box-sizing: border-box;
		float: left;
	}
	form.apply fieldset .item label {
		width: 100%;
		display: block;
		padding: 5px 0;
		font-size: 12px;
	}
	form.apply fieldset .item input {
		width: 100%;
		display: block;
		padding: 5px;
		box-sizing: border-box;
	}
	form.apply fieldset .item input[type="checkbox"] {
		position: absolute;
		opacity: 0;
		width: 0;
		height: 0;
	}
	form.apply fieldset .item input[type="checkbox"]+label {
		background-color: #dbdbdb;
		text-align: center;
		color: white;
		font-weight: bold;
		color: #000000;
		padding: 10px 0;
	}
	form.apply fieldset .item input[type="checkbox"]:checked+label {
		background-color: #000a53;
		color: #ffffff;
	}
	form.apply fieldset .item select {
		width: 100%;
		padding: 10px;
	}
	form.apply .btn_box {
		width: 100%;
		padding: 0 25px;
		box-sizing: border-box;
	}
	form.apply .btn_box button {
		width: 100%;
		background-color: darkblue;
		color: white;
		padding: 10px;
		outline: none;
		border-width: 0px;
		font-size: 14px;
	}
}
@media screen and (min-width: 801px) and (max-width: 1280px) {
	form.apply {
		font-family: var(--1st-font-family);
		max-width: 800px;
		margin: 50px auto 50px auto;
		background-color: #f2f2f2;
		padding: 40px;
		box-sizing: border-box;
		border-radius: 10px;
	}
	form.apply h1 {
		text-align: center;
	}
	form.apply fieldset {
		border: 0px solid white;
	}
	form.apply fieldset .half {
		width: 50%;
	}
	form.apply fieldset .full {
		width: 100%;
	}
	form.apply fieldset .quarter {
		width: 25%;
	}
	form.apply fieldset .item {
		padding: 5px 10px;
		box-sizing: border-box;
		float: left;
	}
	form.apply fieldset .item label {
		width: 100%;
		display: block;
		padding: 5px 0;
	}
	form.apply fieldset .item input {
		width: 100%;
		display: block;
		padding: 5px;
		box-sizing: border-box;
	}
	form.apply fieldset .item input[type="checkbox"] {
		position: absolute;
		opacity: 0;
		width: 0;
		height: 0;
	}
	form.apply fieldset .item input[type="checkbox"]+label {
		background-color: #dbdbdb;
		text-align: center;
		color: white;
		font-weight: bold;
		color: #000000;
		padding: 10px 0;
	}
	form.apply fieldset .item input[type="checkbox"]:checked+label {
		background-color: #000a53;
		color: #ffffff;
	}
	form.apply fieldset .item select {
		width: 100%;
		padding: 10px;
	}
	form.apply .btn_box {
		width: 100%;
		padding: 0 25px;
		box-sizing: border-box;
	}
	form.apply .btn_box button {
		width: 100%;
		background-color: darkblue;
		color: white;
		padding: 10px;
		outline: none;
		border-width: 0px;
		font-size: 14px;
	}
}
@media screen and (min-width: 1281px) {
	form.apply {
		font-family: var(--1st-font-family);
		max-width: 800px;
		margin: 50px auto 50px auto;
		background-color: #f2f2f2;
		padding: 40px;
		box-sizing: border-box;
		border-radius: 10px;
	}
	form.apply h1 {
		text-align: center;
	}
	form.apply fieldset {
		border: 0px solid white;
	}
	form.apply fieldset .half {
		width: 50%;
	}
	form.apply fieldset .full {
		width: 100%;
	}
	form.apply fieldset .quarter {
		width: 25%;
	}
	form.apply fieldset .item {
		padding: 5px 10px;
		box-sizing: border-box;
		float: left;
	}
	form.apply fieldset .item label {
		width: 100%;
		display: block;
		padding: 5px 0;
	}
	form.apply fieldset .item input {
		width: 100%;
		display: block;
		padding: 5px;
		box-sizing: border-box;
	}
	form.apply fieldset .item input[type="checkbox"] {
		position: absolute;
		opacity: 0;
		width: 0;
		height: 0;
	}
	form.apply fieldset .item input[type="checkbox"]+label {
		background-color: #dbdbdb;
		text-align: center;
		color: white;
		font-weight: bold;
		color: #000000;
		padding: 10px 0;
	}
	form.apply fieldset .item input[type="checkbox"]:checked+label {
		background-color: #000a53;
		color: #ffffff;
	}
	form.apply fieldset .item select {
		width: 100%;
		padding: 10px;
	}
	form.apply .btn_box {
		width: 100%;
		padding: 0 25px;
		box-sizing: border-box;
	}
	form.apply .btn_box button {
		width: 100%;
		background-color: darkblue;
		color: white;
		padding: 10px;
		outline: none;
		border-width: 0px;
		font-size: 14px;
	}
}