.header {
	background-color: #000;
	position: relative;
}

.jobinfo-title h2 {
	color: #333;
}

.jobinfo-title p {
	color: #A8A8A8;
}

.jobinfo {
	padding: 0;
	margin: 0;
	position: relative;
	height: 100%;
}

.swiper-container {
	width: 100%;
	height: 10rem;
	margin: 0 auto 50px;
	padding-top: 1.5rem;
}

.swiper-slide {
	background: #fff;
	color: #000;
	text-align: center;
	/* line-height: 300px; */
	position: relative;
	margin-right: 0 !important;
}

.jobimg {
	width: 100%;
	height: 5.66rem;
	position: relative;
}

.jobimg-small {
	width: 50%;
	height: 100%;
	background-color: #fff;
	margin: 0 auto;
	box-shadow: 0px 10px 35px 0px rgba(83, 83, 83, 0.17);
	border-radius: 10px;
}

.jobimg-small p {
	display: block;
	color: #333;
}

.jobimg img {
	width: 100%;
	height: 100%;
}

.jobimg p {
	text-align: left;
	padding-left: 20px;
}

.jobdetail {
	position: absolute;
	top: 0;
	left: 0;
}

.swiper-slide-active .jobimg-small {
	width: 100%;
	box-shadow:none
}
.jobimg-small-top{
	width: 100%;
	height: 60%;
}
.jobimg-small-bottom{
	width: 100%;
	height: 40%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.swiper-slide-active .jobimg-small-top {
	width: 100%;
	height: 100%;
}

.swiper-slide-active .jobimg img {
	width: 100%;
	height: 100%;
}

.swiper-slide-active .jobmask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
}

.swiper-slide-active .jobimg-small .jobimg-small-bottom {
	display: none;
}

.swiper-slide-active .jobdetail {
	display: block;
}

.jobdetail {
	width: 80%;
	/* height: 7.85rem; */
	height: 8.5rem;
	background-color: #fff;
	box-shadow: 0px 10px 15px 0px rgba(83, 83, 83, 0.17);
	border-radius: 10px;
	position: absolute;
	top: -1.42rem;
	left: 10%;
	display: none;
	padding: 0 0.4rem 0.4rem;
	overflow-y: scroll;
}

.jobdetail h3,
.jobdetail p {
	text-align: left;
}

.jobdetail h3 {
	margin: 0.3rem 0 0.2rem;
}

.jobdetail p {
	margin: 5px;
}

.jobred {
	color: #E60012;
}

.swiper-button-prev {
	background: url(../images/tableft.png) no-repeat;
	background-size: cover;
	width: 0.5rem;
	height: 0.5rem;
	left: 17%;
	top: 45%;
}

.swiper-button-next {
	background: url(../images/tabright.png) no-repeat;
	background-size: cover;
	width: 0.5rem;
	height: 0.5rem;
	right: 17%;
	top: 45%;
}

.addressmap {
	background-color: #011127;
}

.addressmap,
.video-player {
	width: 100%;
}

.row {
	margin-right: 0px;
	margin-left: 0px;
}
.contactus{
	background-color: #000;
}

.contactus .jobinfo-title {
	padding-left: 1.5rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	width: 100%;
	/* height: 20%; */
}
.contactus .contact-form{
	width: 100%;
	/* height: 80%;
	display: flex;
	flex-direction: column;
	justify-content: center; */
}
.contactus .contact-form form{
	width: 50%;
	margin: 0 auto;
}
.contactus .contact-form #subbtn{
	width: 50%;
	height: 0.8rem;
	border-radius: 10px;
	outline: none;
	background: #E60012;
	color: #FFFEFE;
	border:0;
	-webkit-appearance: none;
	margin: 0 25%;
}

.col-md-6 {
	padding: 0;
}

.contactus-right {
	position: relative;
}

.contactus-right img {
	width: 100%;
	height: auto;
}

.contactus-right .contact-info {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	padding: 0.81rem 1rem;
}

.contactus-right .ewm {
	width: 1.33rem;
	height: 1.33rem;
}

.contactus-left {
	background-color: #171A1E;
}

.contactus-left .jobinfo-title h2 {
	color: #fff;
}

/* .contact-form table {
	width: 50%;
	margin: 0 auto;
} */

.intxt {
	width: 100%;
	height: 0.8rem;
	border: 1px solid #E60012;
	border-radius: 10px;
	outline: none;
	background-color: #171A1E;
	color: #FFFEFE;
	padding-left: 0.4rem;
	margin-bottom: 0.3rem;
}

/* .coolbg {
	width: 100%;
	height: 0.8rem;
	border-radius: 10px;
	outline: none;
	background: #E60012;
	color: #FFFEFE;
	border:0;
	-webkit-appearance: none; 
} */
