/******************************** import font ******************************/
@font-face {
	font-family: 'Font-Card';
	src: url('font/Scotch-Text.eot');
	src: url('font/Scotch-Text.eot?#iefix') format('embedded-opentype'), 
		url('font/Scotch-Text.woff') format('woff'),
		url('font/Scotch-Text.ttf') format('truetype');
}
@font-face {
	font-family: 'Font-Nova';
	src: url('font/Poppins-Regular.eot');
	src: url('font/Poppins-Regular.eot?#iefix') format('embedded-opentype'), 
		url('font/Poppins-Regular.woff') format('woff'),
		url('font/Poppins-Regular.ttf') format('truetype');
}
/*******************font ***************************/
.title {
	font-family: "Font-Card", Sans-serif;
	text-align: center;
	padding-top: 54px;
	padding-bottom: 54px;
	color: #333;
}
.hd1 {
	padding-bottom: 24px;
	color: #333;
}
#win .title {
	color: #ededed;
}
/******************* main layer *********************/
*{
	margin: 0;
	padding: 0;
	outline: none;
	position: relative;
}
body {
	font-family: "Font-Nova", Sans-serif;
	color: #606060;
}
a {
	text-decoration: none;
}
#header {
	-webkit-box-shadow: 1px 1px 11px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 1px 1px 11px 0px rgba(0,0,0,0.4);
	box-shadow: 1px 1px 11px 0px rgba(0,0,0,0.4);
	z-index: 3;
}
#canvas {
	background: #6e6e6e;
	position: fixed;
	top: 0;
	left: 0;
	width: 300px;
	height: 100%;
	transition: transform 0.3s;
	overflow: hidden;
	overflow-y: auto;
	z-index: 2;
}
.board {
	width: 1600px;
	margin-left: auto;
	margin-right: auto;
}
#header .board {
	display: flex;
}
#content .board {
	overflow: auto;
}
#content .board img {
	max-width: 100%;
	height: auto;
	border: 0;
}
#foot {
	background: #323232; 
	color: #fff;
	font-size: 12px;
}
#foot ul {
	list-style: none;
	margin-left: 2%;
	margin-right: 2%;
}
#foot ul:first-child {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	text-transform: uppercase;
}
#foot div {
	padding-top: 12px;
	padding-bottom: 12px;
}
#foot ul:last-child {
	display: flex;
	gap: 20px;
}
#foot a {
	color: #fff;
}
#overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: 1;
	display: none;
	background-color: rgba(0,0,0,0.5); 
}
#baraza {
	display: none;
	width: 50%;
	height: 70px;
	position: fixed;
	bottom: 6px;
	left: 25%;
	margin-left: auto;
	margin-right: auto;
	z-index: 100;
}
.badge {
	display: block;
	width: 24px;
	height: 20px; 
	color: #000;
	margin-top: 12px;
	-moz-border-radius: 14px; 
	-webkit-border-radius: 14px; 
	border-radius: 14px;
	padding-top: 3px;
	border: 1px solid #373737;
	text-align: center;
}
.pad {
	background: #ededed;
	padding-bottom: 24px;
	height: 100%;
}
.box {
	width: 98%;
	margin-left: 6px;
}
.box, #slidebar {
	background: #fff;
	margin-top: 12px;
	margin-right: 6px;
	border: thin solid #d8d8d8;
	border-radius: 18px;
	-moz-border-radius: 18px; 
	-webkit-border-radius: 18px;
}
.alert {
	display: flex;
	align-items: center; 
}
.alert span {
	height: 45px;
	overflow: hidden;
}
.bg-danger {
	background: #f2dede;
}
.bg-success {
	background: #dff0d8;
}
.bg-danger, .bg-success, .bg-info, .bg-warning, #baraza {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
.loading {
	display: none;
	background: url(../images/wait.gif) no-repeat 1px; 
	height: 45px; 
	width: 45px;
	margin-top: 25%;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
}
.bimg, .icon {
	background-repeat: no-repeat;
	background-image: url(../images/main.svg);
}
.img-circle {
	width: 78px;
	height: 78px;
	-moz-border-radius: 42px; 
	-webkit-border-radius: 42px;
	border-radius: 42px;
}
#logo {
	background-position: 0 0;
	width: 312px;
	height: 105px;
	margin-top: 6px;
	margin-bottom: 6px;
}
/***************************************** menu ******************************/
.topbar {
	background: #323232;
	font-size: 12px;
	-webkit-box-shadow: 1px 1px 11px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 1px 1px 11px 0px rgba(0,0,0,0.4);
	box-shadow: 1px 1px 11px 0px rgba(0,0,0,0.4);
	color: #f1f1f1;
}
.active {
	display: block;
}
.unactive {
	display: none;
}
.menubar {
	font-family: "Font-Card", Sans-serif;
}
.menu {
	margin-top: 36px;
}
#navbar {
	margin-top: 12px;
	margin-right: 12px;
	display: none;
	margin-left: auto;
	cursor: pointer;
}
.nav, .navs, .navz, .navx {
	list-style: none;
}
.nav, .navz, .navx {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.navx { 
	margin-left: auto;
	right: 12px;
}
.nav li a {
	display: block;
	text-align: center;
	height: 24px;
	padding: 9px 18px;
	color: #112233;
}
.nav li a:hover {
	color: #993333;
}
.more-menu .dropdown {
	position: absolute;
	width: 150px;
	background: #fff;
	list-style: none;
	display: none;
	height: 240px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	z-index: 1;
}
.more-menu:hover .dropdown {
	display: block;
}
.more-menu .dropdown li {
	float: none;
	width: 150px;
}
.more-menu .dropdown li a {
	padding: 8px;
	white-space: nowrap;
	display: block;
}
.navs {
	top: 54px;
}
.navs li {
	width: 100%;
}
.navs li a {
	color: #f1f1f1;
	height: 24px;
	padding: 6px 12px;
	display: block;
}
.navs li a:hover {
	background: #ffefef;
	color: #262626;
}
.navz li {
	padding: 8px 0;
}
.navz li, .navx li {
	margin-left: 6px;
	margin-right: 3px;
	display: block;
}
.navx li {
	background: #f4efe2;
	-moz-border-radius: 24px; 
	-webkit-border-radius: 24px;
	border-radius: 24px;
	padding: 3px 18px;
}
.navz li a {
	color: #f1f1f1;
}
.navz li a, .navx li a {
	font-size: 12px;
}
.navx li a {
	color: #606060;
}
/*************************************** content **********************************/
#rip {
	height: 36px;
}
.container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
}
.video-container {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
#bg-video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.overlay-text {
	position: absolute;
	width: 500px;
	margin: auto;
	top: 33%;
	left: 24px;
	color: white;
	font-family: "Font-Card", Sans-serif;
	font-size: 3rem;
	text-align: justify;
	text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
}
#about, #win, #feed {
	padding-bottom: 54px;
}
#about::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/topography-dark.png) repeat; 
	opacity: 0.10;
	z-index: -1;
}
.about-box {
	background: #fff;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 1px 2px 11px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 1px 2px 11px 1px rgba(0,0,0,0.4);
	box-shadow: 1px 2px 11px 1px rgba(0,0,0,0.4);
	margin-bottom: 12px;
}
#about img, .about-box, #win img, .win-box li, .dimg, .wins li, .wimg, .wimg img {
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
#about .txt {
	font-size: 12px;
	padding: 12px 24px;
	text-align: justify;
}
#win {
	background: #323232 url(../images/topography-dark.png) repeat; 
	color: #fff;
}
.win-box {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.win-box ul, #wins, .winx {
	list-style: none;
}
.win-box li {
	box-sizing: border-box;
	background: #f4efe2;
	float: left;
	width: 49%;
	padding: 12px 12px 30px 12px;
	margin-left: 2%;
	color: #606060;
}
.win-box li:first-child {
	margin-left: 0;
}
.win-box .tip {
	font-family: "Font-Card", Sans-serif;
	font-size: 24px;
	height: 36px;
	padding-top: 24px;
}
.win-box .txt {
	font-size: 12px;
	height: 72px;
	margin-bottom: 12px;
}
.win-box .txt, .dimg, .wimg {
	overflow: hidden;
}
.dimg {
	height: 270px;
}
#item-slide, #promo-slide {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 50px;
}
.wins {
	display: flex;
	overflow-x: hidden;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	gap: 20px;
	padding: 20px 0;
}
.wins li {
	background: #6e6e6e;
	min-width: 300px;
	border-radius: 8px;
	padding: 12px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	cursor: pointer;
	transition: transform 0.3s, box-shadow 0.3s;
	-webkit-box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.4);
	box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.4);
}
.wins li a {
	color: #fff;
}
.wins li img, .winx img {
	width: 100%;
}
.wins .tip {
	font-family: "Font-Card", Sans-serif;
	font-size: 20px;
	margin-top: 18px;
	height: 36px;
}
.slider-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background-color: white;
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
	z-index: 1;
	border: none;
	font-size: 18px;
	font-weight: bold;
}
.left-arrow {
	left: 0;
}
.right-arrow {
	right: 0;
}
.slider-arrow:hover {
	background-color: #f0f0f0;
}
.slider-arrow:active {
	transform: translateY(-50%) scale(0.95);
}
.wimg {
	width: 300px;
	height: 200px;
}
.wins li:hover {
	background: #d0d0d0;
}
.wins li a:hover {
	color: #262626;
}
.wrapper {
	width: 100%;
	overflow: hidden;
	margin-top: 48px;
	margin-bottom: 90px;
}
.winx li {
	float: left;
	width: 180px;
	height: 135px;
	margin-left: 12px;
}
.w-login {
	margin-left: 26%;
	margin-top: 36px;
	width: 48%;
}
.bull {
	list-style: none;
}
.bull li {
	float: left;
	width: 19%;
	margin: 0.4%;
	border: 1px solid #dcdcdc;
}
.bull .limg {
	height: 300px;
	overflow: hidden;
}
.bull .txt {
	text-align: center;
	height: 74px;
	overflow: hidden;
}
.bull .tip {
	padding-top: 6px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	height: 48px;
}
.bull a {
	color: #606060;
}
.bull a:hover {
	text-decoration: none;
}
.cropped {
	background: url('../images/wait.gif') center center no-repeat;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.hl-text {
	display: flex;
	align-items: center;
	text-align: center;
	font-size: 16px;
	color: #ccc;
	margin-bottom: 24px;
	margin-top: 24px;
}
.hl-text::before,
.hl-text::after {
	content: "";
	flex: 1;
	border-bottom: 2px solid #ccc;
	margin: 0 10px;
}
#kurasa {
	width: 70%;
}
#vista {
	width: 90%;
}
#kurasa, #vista {
	background: #fff;
	/*text-align: center;*/
	margin-left: auto;
	margin-right: auto;
}
#kurasa img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.vrow {
	display: flex;
	background: #fff;
	padding-bottom: 24px;
	border: 1px solid #ddd;
	border-radius: 12px;
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	padding: 24px;
	margin-bottom: 24px;
}
.vrow img {
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
.vimg {
	width: 600px;
	height: 280px;
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px;
	border-radius: 12px;
	overflow: hidden;
}
.vcell {
	padding: 24px 12px;
	width: 90%;
}
.vcell .txt {
	height: 72px;
	overflow: hidden;
	margin-top: 12px;
	margin-bottom: 24px;
}
#googleMap1 {
	width: 100%;
	height: 360px;
	overflow: hidden;
}
/********************* form *************************/
.info {
	background: transparent;
	border: none;
	box-shadow: none ;
	-webkit-box-shadow: none ;
	-moz-box-shadow: none;
	-moz-transition: none;
	-webkit-transition: none;
}
.field {
	padding: 8px 6px;
	width: 98%;
}
.input-group {
	padding: 9px 12px 6px 6px;
	margin-top: 30px;
	margin-bottom: 18px;
	border: thin solid #4a4a4a;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.input-label {
	position: absolute;
	top: 12px;
	left: 8px;
	pointer-events: none;
	padding-left: 3px;
	padding-right: 4px;
	transition: transform 300ms ease-in;
	z-index: 1;
}
.move-down {
	background-color: transparent;
	transform: translateY(0);
}
.move-up {
	background: #fff;
	transform: translateY(-24px);
}
.add-border {
	outline: 1px solid #4a4a4a;
}
/*********************** button ******************************/
.soza {
	background: #6e6e6e;
	display: block;
	margin-left: 12px;
	margin-right: 12px;
	padding: 12px 24px;
	color: #f1f1f1;
	text-align: center;
	-moz-border-radius: 24px; 
	-webkit-border-radius: 24px;
	border-radius: 24px;
}
.soza:hover {
	background: #d0d0d0;
	color: #262626;
}
.btn-group {
	display: flex;
}
.btn {
	display: block;
	background: #323232;
	padding-top: 8px;
	padding-bottom: 12px;
	-moz-border-radius: 24px; 
	-webkit-border-radius: 24px; 
	border-radius: 24px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	cursor: pointer;
}
.btn-login {
	width: 200px;
}
.btn-login:hover {
	background: #d5d1c4;
	color: #4a4a4a;
}
.btn-pword {
	margin-left: auto;
}
/*************************** icon *******************************/
.icon {
	float: left;
}
.icon-lg {
	width: 32px;
	height: 30px;
}
.icon-sm {
	width: 24px;
	height: 24px;
}
.icon-warn {
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 12px;
	background-repeat: no-repeat;
	background-image: url(../images/icon-warn.png);
	background-position: 0px 0px;
}
.icon-ok {
	width: 60px;
	height: 60px;
	margin-right: 12px;
	float: left;
	background-repeat: no-repeat;
	background-image: url(../images/icon-ok.png);
	background-position: 0 0;
}
.icon-down {
	background-repeat: no-repeat;
	background-image: url(../images/icon-down.png);
}
.icon-arrow {
	background-repeat: no-repeat;
	background-image: url(../images/main.jpg);
	background-position: -16px -0px;
	margin-top: 6px;
}
.icon-login {
	background-position: 0 -120px;
	display: block;
	width: 216px;
	height: 72px;
	float: none!important;
	margin-left: auto;
	margin-right: auto;
}
.icon-fb {
	background-position: -432px 0;
}
.icon-tw {
	background-position: -216px -0px;
}
.icon-ig {
	background-position: -408px 0;
}
.icon-user {
	background-position: -96px -120px;
}
.icon-seo {
	background-position: -384px 0px;
}
.icon-seo-btn {
	background-position: -144px -72px;
	width: 28px;
	height: 32px;
}
.icon-nav-btn {
	background-position: -360px 0;
	width: 32px;
	height: 32px;
}
.icon-map {
	background-position: -456px 0;
}
.icon-phone {
	background-position: -408px -48px;
}
.icon-clock {
	width: 26px;
	background-repeat: no-repeat;
	background-image: url(../images/main.png);
	background-position: -48px -0px
}
.icon-close {
	background-repeat: no-repeat;
	background-image: url(../images/closeImg.png);
	width: 18px;
	height: 16px;
	display: block;
	background: #000;
	position: absolute;
	top: 3px;
	right: 0;
	z-index: 100;
}
.icon-player{
	background-position: -168px -72px;
}
/********************** responsive  *****************************/
@media (max-width: 1600px) {
	.board {
		width: 100%;
	}
}
@media (max-width: 1200px) {
	.overlay-text {
		width: 420px;
		font-size: 2.5rem;
	}
	.win-box {
		width: 90%;
	}
	.bull li {
		width: 22%;
		margin: 0.5%;
	}
}
@media (max-width: 993px) {
	h1 {
		font-size: 2rem;
	}
	#logo {
		background-position: 0 -120px;
		width: 210px;
		height: 72px;
	}
	.menu {
		margin-top: 22px;
	}
	.topbar {
		display: none;
	}
	.nav li a {
		padding: 9px 8px;
	}
	.win-box {
		width: 98%;
	}
	.bull li {
		width: 24%;
		margin: 0.4%;
	}
	#vista {
		width: 640px;
	}
	#kurasa {
		width: 96%;
		text-align: justify;
	}
	.vrow {
		flex-direction: column;
		padding: 12px;
	}
	.vimg {
		width: 100%;
		height: 210px;
	}
	.vcell {
		text-align: center;
	}
}
@media (max-width: 768px) {
	#foot {
		padding-top: 4px;
		padding-bottom: 18px;
	}
	#foot ul:first-child {
		grid-template-columns: repeat(2, 1fr);
	}
	#foot ul:last-child {
		margin-top: 24px;
		flex-direction: column;
	}
	#foot div {
		padding-top: 4px;
		padding-bottom: 4px;
	}
	#logo {
		background-position: 0 -192px;
		width: 144px;
		height: 54px;
		margin-top: 0;
		margin-bottom: 0;
	}
	#navbar {
		display: block;
	}	
	.hidden-xs {
		display: none;
	}
	.container {
		grid-template-columns: 1fr;
	}
	.about-box {
		width: 98%;
	}
	.win-box li {
		float: none;
		clear: both;
		float: left;
		width: 98%;
		margin-left: 1%;
	}
	.win-box li:first-child {
		margin-left: 1%;
		margin-bottom: 12px;
	}
	.bull li {
		width: 31.5%;
		margin: 0.5%;
	}
	#vista {
		width: 96%;
	}
}
@media (max-width: 480px) {
	h1, h2 {
		font-size: 1.5rem;
	}
	#foot ul:first-child {
		grid-template-columns:  1fr;
	}
	.overlay-text {
		width: 96%;
		left: 2%;
		font-size: 2rem;
		text-align: left;
	}
	.dimg {
		height: 210px;
	}
	.bull li {
		width: 47%;
		margin: 1%;
	}
}