body {
	font-family: 'Prompt', sans-serif;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.p0 {
	padding: 0;
}

.w100 {
	width: 100%;
}

.mb10 {
	margin-bottom: 10px;
}

#header {
	background-color: #fff;
}

#header .text-header {
	padding: 15px 40px;
}

#header .title1 {
	color: #434343;
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
}

#header .title2 {
	color: #0074bd;
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
}

#footer {
	background-color: #1f1f1f;
}

#footer .title-footer {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 40px;
	color: #ccc;
	margin: 0;
}

#content {
	padding: 70px 0;
}

.boxform {
	border: 1px solid #ccc;
	margin-bottom: 15px;
	font-weight: bold;
	padding: 50px 100px;
}

.boxform input {
	/* width: 60%; */
	padding: 10px;
	border: 1px solid #ccc;
	color: #333;
	height: 46px;
}

.boxform .right p {
	line-height: 1;
	padding: 15px 0;
	margin: 0;
	color: #0074bd;
}

.boxform .right .mb10 {
	line-height: 1;
	padding: 15px 0;
	margin: 0 0 10px 0;
	color: #0074bd;
}

.submit_button {
	width: 100%;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	background-color: #0074bd;
}

.submit_button:hover {
	background-color: #005c97;
}

.next_button {
	width: 100%;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
}

select {
	width: 60%;
	padding: 10px;
	border: 1px solid #ccc;
	color: #333;
	height: 46px;
}

select:focus, input:focus {
	outline: none;
}

.tab {
	margin-bottom: 15px;
}

.tab .tabbutton {
	text-align: center;
	background-color: #777;
	color: #aaa;
	font-weight: 600;
	border: 1px solid #fff;
	cursor: pointer;
	padding: 10px;
}

.tab .tabbutton.active, .tab .tabbutton:hover {
	background-color: #555555;
	color: #fff;
}

#intropage .btn {
	border-radius: 0;
	background-color: #0074bd;
	border: 0;
	font-size: 20px;
	color: #fff;
	line-height: 2.5;
	padding: 0 15px;
}

#intropage .btn:hover {
	background-color: #005c97;
}

#careerModal .btn {
	margin-bottom: 15px;
	border-radius: 0;
	background-color: #0074bd;
	border: 0;
	color: #fff;
	line-height: 2.5;
	padding: 0 15px;
}

#careerModal .btn:hover {
	background-color: #005c97;
}

#career_form .btn-next, #career_form .btn-submit-job {
	border-radius: 0;
	background-color: #0074bd;
	border: 0;
	color: #fff;
	line-height: 2.5;
	padding: 0 15px;
	margin-bottom: 15px;
}

#career_form .btn-next:hover, #career_form .btn-submit-job:hover {
	background-color: #005c97;
}

#career_form .btn-back {
	border-radius: 0;
	background-color: #777;
	border: 0;
	color: #fff;
	line-height: 2.5;
	padding: 0 15px;
	margin-bottom: 15px;
}

.drivecar, .carlicence, .drivemotocyccle, .motocycclelicence, .checkboxaccept {
	width: 15px !important;
}

#career_form .btn-back:hover {
	background-color: #555;
}

@media only screen and (max-width: 991px) {
	#content {
		padding: 15px 0;
	}
	.boxform {
		padding: 50px;
	}
	.boxform input, select {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.boxform {
		padding: 50px;
	}
	.boxform input, select {
		width: 100%;
	}
}

@media only screen and (max-width: 575px) {
	.boxform {
		padding: 15px;
	}
	#header .text-header {
		padding: 20px 20px 20px 0;
	}
	#header .title1 {
		font-size: 20px;
	}
	#header .title2 {
		font-size: 30px;
	}
}

body {
	font-family: 'Prompt', sans-serif;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.p0 {
	padding: 0;
}

.mb0 {
	margin-bottom: 0 !important;
}

.error {
	color: red !important;
}

select {
	width: 100%;
}

.btn-link {
	color: #000;
}

.btn-link:hover {
	color: #000;
	text-decoration: none;
}

.form-control {
	border-radius: 0;
}

input[type=radio], input[type=checkbox] {
	transform: scale(1.5);
}

.swiper-button-next {
	top: auto;
	bottom: 5%;
	right: 5%;
	color: #fff;
}

.swiper-button-prev {
	top: auto;
	bottom: 5%;
	right: 10%;
	left: auto;
	color: #fff;
}

.textnew_position {
	position: absolute;
	top: 50%;
	right: 30px;
	text-align: right;
}

.textnew_position .brand {
	font-size: 30px;
	color: #0074bd;
	font-weight: bold;
	line-height: 1;
	position: relative;
}

.textnew_position .brand img {
	position: relative;
	top: -10px;
}

.textnew_position .title {
	font-size: 40px;
	color: #444;
	font-weight: bold;
	line-height: 1;
}

.textnew_position .des {
	font-size: 30px;
	color: #444;
	font-weight: bold;
	line-height: 1;
}

.textlatest_position {
	padding: 50px;
}

.textlatest_position .title {
	font-size: 30px;
	color: #444;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 30px;
}

#accordion .card {
	border: 0;
}

#accordion .card .card-header {
	padding: 0;
	background-color: transparent;
}

#accordion .card .card-header button {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #444;
	width: 100%;
	text-align: left;
}

#accordion .card .card-header button:focus {
	outline: none;
	box-shadow: none;
}

.boxtitle_contact {
	position: relative;
}

.boxtitle_contact .title_contact {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	text-align: center;
	margin-top: -20px;
}

.boxtitle_contact .title_contact .title {
	font-size: 40px;
	color: #444;
	font-weight: bold;
	line-height: 1;
	position: relative;
}

.boxtitle_contact .title_contact .title img {
	position: relative;
	top: -30px;
	left: -30px;
}

.text_contact {
	line-height: 1.5;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.box_contact {
	position: relative;
	padding: 15px;
}

.desktop .box_contact .contact {
	position: absolute;
	top: 50%;
}

.slider-pro {
	background-color: #444;
}

.sp-slide span {
	position: absolute;
	left: 50%;
	margin-left: 30px;
	bottom: 30px;
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1;
	color: #fff;
	margin-top: -20px;
}

.sp-slide span img {
	position: relative;
	left: 15px;
	top: -5px;
}

.mobile {
	display: none;
}

.desktop {
	display: block;
}

.tab .tabbutton {
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
}

.mailto {
	color: #212529;
}

.mailto:hover {
	text-decoration: none;
	color: #000;
}

@media only screen and (max-width: 1199px) {
	.desktop.box_contact .text_contact {
		line-height: 1.4;
		font-size: 14px;
	}
	.textnew_position .brand {
		font-size: 20px;
		color: #0074bd;
		font-weight: bold;
		line-height: 1;
		position: relative;
	}
	.textnew_position .title {
		font-size: 30px;
		color: #444;
		font-weight: bold;
		line-height: 1;
	}
	.textnew_position .des {
		font-size: 20px;
		color: #444;
		font-weight: bold;
		line-height: 1;
	}
	.textlatest_position {
		padding: 15px;
	}
	.sp-slide span {
		font-size: 18px;
	}
}

#contact {
	margin: 28% 0 32% 0
}

.text_contact {
	font-size: 14px;
}

@media screen and (max-width: 1100px) and (min-width: 1024px) {
	.boxtitle_contact .title_contact .title {
		font-size: 25px;
	}
	.text_contact {
		font-size: 13px;
	}
}

@media screen and (max-width: 1024px) and (min-width: 801px) {
	.boxtitle_contact .title_contact .title {
		font-size: 20px;
	}
	#contact {
		margin: 22% 0 20% 0;
	}
	.text_contact {
		font-size: 9.2px;
	}
}

@media only screen and (max-width: 991px) {
	.sp-slide span {
		font-size: 14px;
		margin-left: 10px;
		bottom: 0;
	}
	.sp-slide span img {
		position: relative;
		left: 5;
		top: -10px;
	}
	.mobile {
		display: block;
	}
	.desktop {
		display: none;
	}
	.mobile.box_contact {
		position: relative;
		padding: 35px;
	}
	.swiper-button-prev {
		right: 13%;
	}
}

@media screen and (max-width: 800px) and (min-width: 768px) {
	.boxtitle_contact .title_contact .title {
		font-size: 20px;
	}
	.boxtitle_contact .title_contact .title img {
		top: -18px;
		left: -15px;
	}
	#contact {
		margin: 20% 0 6% 0;
	}
	.text_contact {
		font-size: 9.2px;
		margin-bottom: 13px;
	}
}

@media screen and (max-width: 767px) {
	.boxtitle_contact .title_contact .title {
		font-size: 20px;
	}
	#contact {
		margin: 20% 0 20% 0;
	}
	.text_contact {
		font-size: 13px;
	}
}

@media only screen and (max-width: 575px) {
	.mobile.box_contact {
		position: relative;
		padding: 15px;
	}
}