/* CSS Document */

.sectiontop {}

.hero {
	position:relative;
	overflow:hidden;
	width: 100%;
	height: 100vh;
	top: 0px;
	margin-bottom:5%;
}
.pattern {
	width: 100%;
	height: 100%;
	background: url(../common/images/bgdot.png);
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	background-color: rgba(0,0,0,0.5);  
}

video {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	background-size: cover;
	top: 0;
	z-index: 1;
}

.hero .inner {
	position: absolute;
	top: 0;
	display: block;
	max-width: 1200px;
	z-index: 2;
	right: 0;
	left: 0;
	margin: 8% auto 0;
}
.hero .inner h1 {
	font-size: 48px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-bottom: 5%;
	padding-right: 1em;
	padding-left: 1em;
}
.hero .inner .rerow{
	display:flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.first-title {
	padding: 3% 5% 1%;
	margin-bottom: 10%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.first-title .msg1 {
	font-size: 30px;
	line-height: 1.2em;
	font-weight: normal;
	padding-right: 2em;
}
.first-title .msg2 {
	font-size: 30px;
	line-height: 1.2em;
	font-weight: normal;
	padding-left: 2em;
}

.both {
	font-size: 28px;
	align-items: center;
	display: flex;
	justify-content: center;
	margin-bottom:5%;
}

.both::before,
.both::after {
	background-color: #003366;
	border-radius: 5px;
	content: "";
	height: 2px;
	width: 120px;
}
.both::before {
	margin-right: 10px;
	transform: rotate(60deg);
}
.both::after {
	margin-left: 10px;
	transform: rotate(-60deg);
}


@media screen and (max-width: 1180px) {



}

@media screen and (max-width: 1024px) {
/*
.hero {
	height: 80vh;
}
*/
.hero {
	max-height: 80vh;
}
.hero .inner {margin: 15% auto 0;}
.hero .inner h1 {
	font-size: 36px;
}
.hero .inner .rerow{
	display: block;
	text-align:center
}

}

@media screen and (max-width: 820px) {
.hero .inner h1 {font-size: 30px;}
.first-title .msg1 {font-size: 24px;}
.first-title .msg2 {font-size: 24px;}
.both {font-size: 18px;}

}

@media screen and (max-width: 768px) {
.hero .inner {margin: 20% auto 0;}
.hero .inner .logoimg { width:140px; text-align:center; margin-left:auto; margin-right:auto;}
}

@media screen and (max-width: 540px) {
.hero .inner h1 {font-size: 20px;}
.first-title .msg1 {font-size: 20px;}
.first-title .msg2 {font-size: 22px;}
.both {font-size: 16px;}

}

@media screen and (max-width: 344px) {

}

