.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.contact{
		padding: 60px 0;
		min-height: 325px;
		color: #212529;
	}
		section.contact.contact-info{
			padding: 85px 0;
			background-image: url('../../layout/images/contact-bg2.png');
			background-position: right center;
			background-repeat: no-repeat;
			background-size: cover;
		}
		section.contact h2{
			/*font-weight: 300;*/
			color: #1f1f23;
		}
		section.contact address{
			margin-bottom:  0;
		}
		section.contact .work-time{
			padding-top: 30px;
			line-height: 2;
		}
		section.contact .contact-channel{
			padding-top: 30px;
			line-height: 2;
		}
		section.contact .contact-channel-social{
			padding-top: 70px;
			text-align: center;
		}
			section.contact .contact-channel-social span{
				display: block;
				padding-top: 10px;
			}
			section.contact .contact-channel-social a{
				margin: 0 5px;
				color: #e05714;
				text-decoration: underline;
			}
				section.contact .contact-channel-social a i{
					font-size: 1.8rem;
				}
			section.contact .contact-channel-social a.link{
				margin: 0 10px;
			}
			section.contact .contact-channel-social span{
				padding: 0 10px;
			}

		section.contact.contact-form{}
			section.contact.contact-form h3{
				text-align: center;
				/*font-weight: 300;*/
			}
			section.contact.contact-form form{
				padding: 30px 60px 0;
			}
				section.contact.contact-form label{
					padding: .375rem 0;
					margin-bottom: 0;
					color: #e05714;
				}
				section.contact.contact-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.contact.contact-form .form-control:focus{
					box-shadow: none;
					border-bottom: 1px solid #e05714;
				}
			section.contact.contact-form .btn-wrapper{
				padding-top: 15px;
				width: 100%;
				text-align: center;
			}
				section.contact.contact-form .btn-wrapper .btn{
					min-width: 200px;
				}
		section.contact.contact-map{
			padding: 0;
		}
				section.contact.contact-map iframe{
					display: block;
					width: 100%;
					height: 400px;
				}
				section.contact.contact-map .contact-map-panel{
					padding: 15px 0;
					background-color: #e05714;
					text-align: center;
					color: #fff;
				}
						section.contact.contact-map .contact-map-panel a{
							padding: 0 10px;
							margin: 0 10px;
							color: #fff;
							text-decoration: none;
						}
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%;
}