.main {
	cursor: pointer;
	color: #222831;
}

header {
	color: var(--colorvariable);
	--colorvariable: white;
}

.topic {
	color: var(--colorvariable);
}

.jumpli a {
	color: var(--colorvariable);
}

.arrowli>div img {
	transform: translateY(12vw);
	filter: drop-shadow(var(--colorvariable) 0 -12vw);
}

h1 {
	text-align: center;
	font-size: 2.5vw;
	font-weight: 600;
	cursor: default;
}

.banner {
	background: url(../img/other_bj.71b41539.png) no-repeat;
	background-size: cover;
	height: 4vw;
	width: 100%;
	color: white;
	padding-top: 12vw;
	position: relative;
}

.banner>div {
	width: 100%;
	position: absolute;
	bottom: 3vw;
	text-align: center;
	font-size: 2.2vw;
}

.aboutusvideo {
	width: 100%;
	height: 50vw;
}

#videoAr {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.plyr__poster {
	background-size: 100% 100% !important;
}

.plyr {
	width: 100%;
	height: 100%;
	z-index: 0 !important;
}

.companydesc {
	margin-top: 4vw;
}

.companydesc>h1 {
	margin-bottom: 4vw;
}

.companydesc>ul {
	width: 85%;
	margin: 0 auto;
}

.companydesc>ul li {
	display: flex;
	align-items: center;
	font-size: 1.25vw;
	margin-bottom: 2vw;
	padding-bottom: 2vw;
	border-bottom: solid #c6e2ff 0.1vw;
}

.companydesc>ul img {
	width: 5vw;
	height: 5vw;
	margin-right: 2vw;
}

.contactcompany {
	margin-top: 6vw;
}

.contactcompany a {
	color: #2e3122;
	text-decoration: underline;
	opacity: 0.95;
}

.contactcompany>ul {
	margin-top: 6vw;
	text-align: center;
	/* padding-left: 4vw; */
}

.contactcompany>ul>li {
	margin-bottom: 4vw;
}

.contactcompany>ul>li div {
	font-size: 1.25vw;
	font-weight: 600;
	margin-bottom: 2vw;
}

.contactcompany>ul>li li {
	margin-top: 1vw;
	font-size: 1.1vw;
	color: #2e3122;
}

.contactform {
	margin-top: 4vw;
	background-color: #f3f7fd;
	padding-top: 4vw;
	padding-bottom: 4vw;
}

.contactform p {
	text-align: center;
	color: #555555;
	margin-top: 4vw;
}

.contactform form {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 4vw;
}

.contactform form input {
	width: 80%;
	text-indent: 1em;
	height: 3.4vw;
	font-size: 1vw;
	margin-bottom: 4vw;
	border: solid lightgray 0.1vw;
	outline: none;
	border-radius: 0.2vw;
}

.contactform form input:focus,
.msg:focus {
	border: solid #3186ff 0.1vw;
}

.msg {
	width: 80%;
	resize: none;
	border: solid lightgray 0.1vw;
	height: 8vw !important;
	text-indent: 1em;
	outline: none;
	font-size: 1vw;
}

.contactform form button {
	width: 80%;
	background-color: transparent;
	background-color: #3186ff;
	text-indent: 1em;
	cursor: pointer;
	border: none;
	font-size: 1.25vw;
	color: white;
	padding: 1vw 2vw 1vw 2vw;
	border-radius: 0.4vw;
	margin-top: 4vw;
}

@media (max-width:768px) {
	.aboutusvideo {
		height: 60vw;
	}

	.banner>div {
		font-size: 4.2vw;
		margin-bottom: 2vw;
	}

	.banner {
		padding-top: 24vw !important;
		padding-bottom: 6vw;
	}

	h1 {
		font-size: 4.5vw;
	}

	.companydesc>ul li {
		font-size: 3.25vw;
		padding-bottom: 4vw;
	}

	.companydesc>ul img {
		width: 9vw;
		height: 9vw;
		margin-right: 4vw;
	}

	.companydesc {
		margin-top: 10vw;
	}

	.contactcompany>ul>li div {
		font-size: 3.25vw;
	}

	.contactcompany>ul>li li {
		font-size: 3.1vw;
	}

	.contactform p {
		font-size: 3vw;
	}

	.contactform form input {
		height: 6.4vw;
		font-size: 2vw;
	}

	.msg {
		width: 80%;
		resize: none;
		border: solid lightgray 0.1vw;
		height: 16vw !important;
		text-indent: 1em;
		outline: none;
		font-size: 2vw;
	}

	.contactform form button {
		font-size: 4.25vw;
		padding: 2vw;
		margin-top: 6vw;
	}
}
