.banner-slide{
	position: relative;
	/*z-index: 1;*/
	/*top: -90px;*/
	/*height: 983px;*/
	/*margin-top: -90px;*/
	/*margin-top: 54px;*/
	height: 100%;
	overflow: hidden;
}
	.banner-slide .bx-wrapper{
		margin-bottom: 0;
		border: none;
		background-color: #000;
	}
		.banner-slide .bx-wrapper .bx-pager{
			position: absolute;
			bottom: 30px;
		}
			.bx-wrapper .bx-pager.bx-default-pager a{
				background: #b8c3c5;
				width: 15px;
				height: 15px;
				border-radius: 50%;
			}
			.bx-wrapper .bx-pager.bx-default-pager a.active,
			.bx-wrapper .bx-pager.bx-default-pager a:focus,
			.bx-wrapper .bx-pager.bx-default-pager a:hover{
				background: #e05714;
			}
	.banner-slide .paragraph{
		display: none;
		position: absolute;
		top: 43%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 2;
		width: auto;
		height: auto;
		text-align: center;
	}
		.banner-slide ul{
			position: relative;
			z-index: 1;
			margin: 0;
			padding: 0;
			list-style: none;
		}
			.banner-slide ul li{
				position: relative;
				width: 100%;
			}
				.banner-slide ul li .foreground-filter{
					position: absolute;
					top: 0;
					width: 100%;
					height: 100%;
					background-color: rgba(0, 0, 0, 0.1);
				}
				.banner-slide ul li a {
					display: block;
					width: 100%;
				}
				.banner-slide ul li img{
					width: 100%;
				}
				.banner-slide ul li video{
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					/*height: 100%;*/
				}
	.banner-slide .image-desktop{
		/*position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);*/
	}
	.banner-slide .image-mobile{
		display: none;
		width: 100%
	}
	section.career{
		padding: 60px 0 80px;
		min-height: 325px;
		color: #212529;
	}
		section.career.career-form{}
			section.career.career-form h3{
				text-align: center;
				/*font-weight: 300;*/
			}
				section.career.career-form h3 span{
					color: #e05714;
				}
			section.career.career-form form{
				padding: 30px 60px 0;
			}
				section.career.career-form label{
					padding: .375rem 0;
					margin-bottom: 0;
					color: #e05714;
				}
				section.career.career-form .form-control{
					padding: .375rem .375rem .75rem 0;
					background-color: transparent;
					border-radius: 0;
					border-color: transparent;
					border-bottom: 1px solid #777;
					font-size: 1.4rem;
				}
				section.career.career-form .form-control:focus{
					box-shadow: none;
					border-bottom: 1px solid #e05714;
				}
			section.career.career-form .btn-wrapper{
				padding-top: 30px;
				width: 100%;
				text-align: center;
			}
				section.career.career-form .btn-wrapper .btn{
					margin: 0 10px;
					min-width: 180px;
				}
body .swal2-container .swal2-confirm.swal2-styled{
	padding: .375rem 63px;
	border-top-left-radius: 15px 50%;
	border-bottom-left-radius: 15px 50%;
	border-top-right-radius: 15px 50%;
	border-bottom-right-radius: 15px 50%;
}