<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	
}

.allbodymain{
	background-image:url(../video/bakmain.jpg);
}

.allbody{
	background-image:url(../video/bak.jpg);
	background-position-y: -120px ;
}

@media screen and (max-width: 1600px)  {
	.allbody{
		background-image:url(../video/bak.jpg);	
		background-position-y: 0 ;
	}
	
	.allbodymain{
		background-image:url(../video/bakmain.jpg);
		background-position-y: 0 ;
	}
}

@media screen and (max-width: 600px)  {
	.allbody{
		background-image:url(../video/baksj.jpg);	
		background-position-x: 0 ;
		background-position-y: 0 ;
	}
	
	.allbodymain{
		background-image:url(../video/bakmainsj.jpg);
		background-position-x: 0 ;
		background-position-y: 0 ;
	}
}

.headnav {
	width: 100%;
	height: 100%;
	display: table;
	text-align: center;
}

.headcover {
	display: table-cell;
	vertical-align: middle;
}

.headnav .headcover .head-title {
	margin-top: -30px;
	font-size: 24px;
	font-weight: bolder;
	margin-bottom: 30px;
	text-shadow: 0 1px 5px rgba(255, 255, 255, 1);
}

.cas {
	border: 1px solid rgba(0, 71, 157, 0.7) !important;
	background-color: rgba(0, 71, 157, 0.5) !important;
}

.cas:hover {
	border: 1px solid rgba(0, 71, 157, 0.75) !important;
	background-color: rgba(0, 71, 157, 0.5) !important;
}


.headnav .headcover .head-nav {
	border: 3px solid rgba(0, 0, 0, 0.8);
	background-color: rgba(0, 0, 0, 0.6);
	margin: 20px 30px;
	box-shadow: 0 0 20px 5px rgba(255, 255, 255, 0.5);
}

@media  screen and (min-width: 600px)  {
	.headnav .headcover .head-nav {
		margin: 20px auto;
		max-width: 600px;
	}
}

.headnav .headcover .head-nav .head-logo {
	text-align: right;
	padding: 5px 10px;
	margin-bottom: 20px;
}

.headnav .headcover .head-nav .head-logo img {
	max-height: 50px;
}

.nav-title {
	color: rgba(255, 255, 255, 1);
	font-size: 20px;
	font-weight: bolder;
}

.nav-book {
	letter-spacing: 1px;
}

.nav-book a {
	margin-top: 5px;
	width: 70%;
	background-color: rgba(255, 0, 0, 1);
	font-weight: bolder;
	font-size: 15px;
}

.nav-video {
	margin: 60px 0 0 0;
	letter-spacing: 1px;
}

.nav-bottom {
	margin-bottom: 120px!important;
}

.nav-video a {
	margin-top: 5px;
	width: 70%;
	background-color: rgba(255, 0, 0, 1);
	font-weight: bolder;
	font-size: 15px;
}

.nav-book a:hover,
.nav-video a:hover,
.nav-book a:focus,
.nav-video a:focus {
	background-color: rgba(255, 0, 0, 0.5);
}

video {
	background-color: #000000;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.7);

}

.card {
	min-height: 180px !important;
	border-radius: 10px;
}

.card-image {
	padding: 5px;
	min-width: 70%;
	position: relative;
}

.card .card-content {
	padding: 20px 5px !important;
	font-weight: bold;
}

.modal {
	background-color: transparent;
	box-shadow: none;
	top: 30% !important;
}

.modal-overlay {
	opacity: 0.9 !important;
}

.video-img {
	width: 100%;
	min-height: 170px;
	max-height: 100%;
}

.video-play {
	position: absolute;
	background-color: transparent;
	box-shadow: none;
	top: calc(50% - 40px);
	left: calc(50% - 40px);
	height: 80px;
	width: 80px;
	padding: 0;
	line-height: 80px;
	border-radius: 50%;
}

.video-play:hover {
	background-color: transparent;
	box-shadow: none;
}

.video-icon {
	font-size: 80px !important;
	color: #ffffff;
	border-radius: 50%;
}

.play {
	position: absolute;
	top: calc(50% - 40px);
	left: calc(50% - 40px);
	line-height: 0px;
	border-radius: 50%;
	padding: 0;
	margin: 0;
}
</pre></body></html>