@font-face {
    font-family: 'ChineseRocksRg';
    src: url('fonts/ChineseRocksRg.woff2') format('woff2'),
         url('fonts/ChineseRocksRg.woff') format('woff'),
		 url('fonts/ChineseRocksRg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
	--open-sans-font: "Open Sans",Roboto,Arial,sans-serif;
	--roboto-font: "Roboto",Arial,sans-serif;
	--chinese-rocks-rg: "ChineseRocksRg",Roboto,Arial,sans-serif;
}

body {
	background-color: #116AA3;
	background-image: url(images/bg/bg-main.webp);
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
	font-family: var(--chinese-rocks-rg);
	font-size: 16px;	
	color: #fff;
	min-width: 320px;
	overflow-x: hidden;
}

a, a:hover, a:link, a:visited {
	outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

/* root */
.main-navbar, 
.main-content {
	float: left;
	position: relative;
	width: 100%;
}

/* navbar */
.main-header {
	position: fixed;
	top: 50px;
	left: 0;
	right: 0;
	z-index: 9;
	min-width: 320px;
	transition: all .3s ease-in-out;
}

.top20 {
	top: 20px;
}

#main-nav-m, 
#sidebar {
	display: none;
}

.main-nav, 
.main-nav > li {
	float: left;
}

.main-navbar {
	display: block;
	height: 50px;
	min-height: 50px;
	background-color: transparent;
	background-image: url(images/bg/bg-nav-main.webp);
	background-size: contain;
	background-position: center;
	background-repeat: repeat-x;
	transition: all .3s ease-in-out;
}

.main-navbar::before, 
.main-navbar::after {
	content: '';
	position: absolute;
	width: 50px;
	top: -5px;
	bottom: -2px;
	background-size: cover;
	background-position: center;
}

.main-navbar::before {
	background-image: url(images/bg/bg-nav-left.webp);	
	left: -47px;
}

.main-navbar::after {
	background-image: url(images/bg/bg-nav-right.webp);	
	right: -47px;
}

.main-nav {
	height: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

.main-nav > li {
	position: relative;
	display: flex;
	height: 50px;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.main-nav > li > a {
	position: relative;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1px;
	text-shadow: -2px -2px 0 #511f1a, 2px -2px 0 #511f1a, -2px 2px 0 #511f1a, 2px 2px 0 #511f1a;
	line-height: normal;
	padding-left: 15px;
	padding-right: 15px;
}

.main-nav > li > a:hover, 
.main-nav > li > a:visited {
	transform: scale(1.1);
	text-decoration: none;
}

.main-search {
	float: right;
	width: 180px;
	height: 45px;
	background-image: url(images/bg/bg-search.webp);
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
	margin-right: 10px;
	margin-top: 5px;
}

.main-search input {
	float: left;
	width: 115px;
	background: transparent;
	border: none !important;
	outline: none !important;
	margin-top: 10px;
	margin-left: 20px;
	font-size: 14px;
	font-family: var(--open-sans-font);
}

/* main slider */
.main-slider {
	float: left;
	position: relative;
	width: 100%;
}

.main-slider img {
	width: 100%;
}

.main-slider .play-main-slider {
	position: absolute;
	bottom: 7vw;
	left: 0;
	right: 0;
	display: table;
	margin: auto;
	width: 200px;
}

.main-slider .play-main-slider a.button-play {
	display: table;
	margin: auto;
	filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.56));
}

.main-slider .play-main-slider a.button-play:hover img {
	transform: scale(1.1);
}

/* animate */

.__shake-animate {
	animation: shake-random 0.8s infinite;
}

@keyframes shake-random {
	0% { transform: translateX(-10px) rotate(-3deg); }
	25% { transform: translateX(10px) rotate(3deg); }
	50% { transform: translateX(-8px) rotate(-2deg); }
	75% { transform: translateX(8px) rotate(2deg); }
	100% { transform: translateX(-10px) rotate(-3deg); }
}

.__jump-animate {
  animation: jump 1.5s infinite ease-in-out;
}

@keyframes jump {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-10px); }
}

.__blink-animate {
	animation: blink 0.6s infinite alternate ease-in-out;
}

.__blink-animate:hover {
	animation: none;
	transform: scale(1.1);
}

@keyframes blink {
	0% { transform: scale(1); }
	100% { transform: scale(1.1); }
}

/* main introduction */
.main-introduction, 
.main-introduction .title-introduction, 
.main-introduction .people-introduction, 
.main-introduction .content-introduction {
	float: left;
	position: relative;
	width: 100%;
}

.main-introduction {
	height: 400px;
	background-image: url(images/bg/bg-introduction-d.webp);
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 90px 100px 20px 90px;
	text-shadow: -1px -1px 0 #511f1a, 1px -1px 0 #511f1a, -1px 1px 0 #511f1a, 1px 1px 0 #511f1a;
	margin-top: -40px;
}

.main-introduction .title-introduction {
	margin-top: -40px;
	margin-left: -40px;	
}

.main-introduction .title-introduction .room-title-introduction {
	height: 70px;
	width: 220px;
	display: flex;
	justify-content: end;
	align-content: center;
	align-items: center;
	padding-right: 18px;
	background-image: url(images/bg/bg-title.webp);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.main-introduction .title-introduction h2 {

}

.main-introduction .people-introduction {
	margin-top: -130px;
}

.main-introduction .people-introduction img {
	margin: auto;
}

.main-introduction .content-introduction {
	z-index: 4;
}

.main-introduction .content-introduction p {
	font-size: 17px;
	line-height: normal;
	text-align: center;
}

.main-introduction .character-introduction {
	position: absolute;
	left: -40px;
	bottom: 0;
	height: 75%;
}

.main-introduction .maps-introduction {
	position: absolute;
	right: 45px;
	bottom: -100px;
	width: 270px;
	z-index: 3;
}

.main-introduction .character-introduction img {
	width: 145px;
	height: 300px;
} 

.main-introduction .maps-introduction img {
	width: 100%;
	height: 100%;
}

/*
.main-introduction .content-introduction {
	margin-top: 30px;
}

.main-introduction .content-introduction ul {
	margin-bottom: 0;
}

.main-introduction .content-introduction ul > li {
	font-size: 26px;
}
*/

/* main video */
.main-video {
	float: left;
	position: relative;
	width: 100%;
}

.main-video {
	height: 500px;
	padding: 95px 155px;
}

.main-video iframe, 
.main-video video {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 1;
}

.main-video::before {
	content: '';
	position: absolute;
	background-image: url(images/icon/video-frame.webp);
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	pointer-events: none;
	z-index: 2;
}

.main-video .playon-video {
	position: absolute;
	height: 135px;
	z-index: 2;
	left: 50px;
	bottom: 10px;
}

.main-video .playon-video img {
	width: 231px;
	height: 135px;
}

/* main download */
.main-download {
	float: left;
	position: relative;
	width: 100%;
}

.main-download {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin-top: 80px;
}

.main-download a:hover img {
	transform: scale(1.1);
}

.main-download img {
	width: 400px;
	filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.56));
}

/* main social media */
.main-social-media {
	float: left;
	position: relative;
	width: 100%;
}

.main-social-media {
	display: flex;
	justify-content: center;
	align-content: center;
	margin-top: 40px;
	clear: both;
	float: none;
}

.main-social-media ul {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}

.main-social-media ul > li {
	float: left;
	position: relative;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.main-social-media ul > li + li {
	margin-left: 15px;
}

.main-social-media ul > li > a {
	
}

.main-social-media ul > li > a > img {
	height: 60px;
}

.main-social-media ul > li > a:hover > img {
	transform: scale(1.1);
}

.content-page {
	clear: both;
	margin-top: 1em;
}

/* footer */
footer {
	float: left;
	position: relative;
	width: 100%;
}

footer {
	margin-top: 100px;
	padding: 10px 0;
	text-align: center;
	line-height: normal;
}

/*
=========================================================
	RESPONSIVE
=========================================================
*/
@media (min-width: 992px){
	.small-container .container {
		width: 970px;
	}
}

@media (max-width: 767px) and (min-width: 576px) { 
	.small-container .container {
		width: 546px;
	}
}

@media (max-width: 575px) and (min-width: 481px) { 
	.small-container .container {
		width: 450px;
	}
}

@media (max-width: 480px) and (min-width: 360px) { 
	.small-container .container {
		width: 330px;
	}
}

@media screen and (max-width: 1199px) {
	.main-navbar {
		padding: 0 20px;
	}

	.main-navbar::before {
		left: -20px;
	}

	.main-navbar::after {
		right: -20px;
	}	
}

@media screen and (max-width: 991px) {
	.main-nav > li > a {
		font-size: 20px;
		font-weight: 100;
		text-shadow: -1px -1px 0 #511f1a, 1px -1px 0 #511f1a, -1px 1px 0 #511f1a, 1px 1px 0 #511f1a;
		padding-left: 10px;
		padding-right: 10px;
	}

	.main-slider .play-main-slider {
		width: 160px;
	}

	.main-introduction {
		height: 330px;
		margin-top: -30px;
		padding: 70px 80px 20px 70px;
	}
	
	.main-introduction .people-introduction {
		margin-top: -100px;
	}
	
	.main-introduction .people-introduction img {
		width: 450px;
	}
	
	.main-introduction .content-introduction p {
		font-size: 14px;
	}
	
	.main-introduction .maps-introduction {
		right: 0;
		bottom: -70px;
		width: 220px;
	}
	
	.main-introduction .character-introduction img {
		width: 119px;
		height: 247px;
	} 
	
	.main-video {
		height: 400px;
		padding: 80px 108px;
	}
	
	.main-video .playon-video {
		height: 110px;
		left: 20px;
	}
	
	.main-video .playon-video img {
		width: 188px;
		height: 110px;
	}
	
	.main-download {
		margin-top: 60px;
	}
	
	.main-download img {
		width: 300px;
	}
	
	footer {
		margin-top: 80px;
	}
}

@media screen and (max-width: 767px) {
	.main-header {
		top: 30px;
	}
	
	.main-navbar {
		height: 40px;
		min-height: 40px;
	}
	
	.main-nav > li {
		height: 40px;
	}
	
	.main-nav > li > a {
		font-size: 16px;
		padding-left: 6px;
		padding-right: 6px;
	}
		
	.main-navbar::before, 
	.main-navbar::after {
		width: 40px;
		top: -3px;
		bottom: -1px;
	}
	
	.main-search {
		width: 138px;
		height: 35px;
		margin-right: 0;
	}
	
	.main-search input {
		width: 93px;
		margin-top: 5px;
		margin-left: 12px;
		font-size: 12px;
	}
	
	.main-slider .play-main-slider {
		width: 140px;
	}
	
	.main-introduction {
		height: 250px;
		margin-top: -20px;
		padding: 50px 30px 20px 50px;
	}
	
	.main-introduction .people-introduction {
		margin-top: -80px;
	}
	
	.main-introduction .people-introduction img {
		width: 320px;
	}

	.main-introduction .content-introduction p {
		font-size: 12px;
		margin-bottom: 5px;
	}
	
	.main-introduction .character-introduction {
		left: -25px;
		height: 62%;
	}
	
	.main-introduction .character-introduction img {
		width: 75px;
		height: 155px;
	} 
	
	.main-introduction .maps-introduction {
		bottom: -55px;
		width: 170px;
	}
	
	.main-video {
		height: 320px;
		padding: 63px 56px;
	}
		
	.main-video .playon-video {
		height: 90px;
		left: 0;
	}
	
	.main-video .playon-video img {
		width: 154px;
		height: 90px;
	}
	
	.main-download img {
		width: 250px;
	}
}

@media screen and (max-width: 575px) {
	#main-nav-m, 
	#sidebar {
		display: block;
	}
	
	#main-nav-d {
		display: none;
	}
	
	#main-nav-m .ico-menu img {
		width: 55px;
	}
	
	.main-navbar {
		background-size: cover;
	}
	
	.main-slider .play-main-slider {
		width: 115px;
	}

	.main-slider .play-main-slider {
		bottom: 5vw;
	}
	
	.main-introduction {
		height: 195px;
		margin-top: -10px;
		padding: 20px;
	}
	
	.main-introduction .people-introduction {
		margin-top: -45px;
	}
	
	.main-introduction .people-introduction img {
		width: 235px;
	}
	
	.main-introduction .maps-introduction {
		bottom: -41px;
		width: 130px;
	}
	
	.main-video {
		height: 235px;
		padding: 43px 60px;
	}
	
	.main-video .playon-video {
		height: 65px;
	}
	
	.main-video .playon-video img {
		width: 112px;
		height: 65px;
	}
	
	.main-download {
		margin-top: 40px;
	}
	
	.main-download img {
		width: 215px;
	}
	
	.main-social-media {
		margin-top: 30px;
	}
	
	.main-social-media ul > li > a > img {
		height: 50px;
	}
	
	footer {
		margin-top: 60px;
	}
	
	/** --- NAVBAR SLIDE START --- **/

	.overlay {
		display: none;
		position: fixed;
		top: 0;
		width: 100vw;
		height: 100vh;
		background: rgba(0, 0, 0, .5);
		z-index: 9999;
		opacity: 0;
		
		-webkit-transition: all 0.5s ease-in-out;
		   -moz-transition: all 0.5s ease-in-out;
			-ms-transition: all 0.5s ease-in-out;
			 -o-transition: all 0.5s ease-in-out;
				transition: all 0.5s ease-in-out;
	}

	.overlay.active {
		display: block;
		opacity: 1;
		
		-webkit-transition: all 0.5s ease-in-out;
		   -moz-transition: all 0.5s ease-in-out;
			-ms-transition: all 0.5s ease-in-out;
			 -o-transition: all 0.5s ease-in-out;
				transition: all 0.5s ease-in-out;	
	}
		
	.dis-scroll {
		overflow: hidden;
	}

	#sidebar .navbar-nav > li {
		float: left;
		width: 100%;
		border-bottom: none;
		margin: 1px 0;
	}	

	#sidebar {
		width: 230px;
		position: fixed !important;
		top: 0;
		left: -350px;
		height: 100vh;
		z-index: 99999;
		background-color: #997F4F;
		background-image: url(images/bg/bg-sidebar.webp);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;

		color: #fff;
				
		-webkit-transition: all 0.5s;
		   -moz-transition: all 0.5s;
			-ms-transition: all 0.5s;
			 -o-transition: all 0.5s;				
				transition: all 0.5s;	
	}

	#sidebar.active {
		left: 0;
	}

	#dismiss {
		display: none !important;
		width: 35px;
		height: 35px;
		line-height: 35px;
		text-align: center;
		background: #7386D5;
		position: absolute;
		top: 10px;
		right: 10px;
		cursor: pointer;
		
		-webkit-transition: all 0.5s;
		   -moz-transition: all 0.5s;
			-ms-transition: all 0.5s;
			 -o-transition: all 0.5s;
				transition: all 0.5s;
	}

	#dismiss:hover {
		background: var(--bg-main-page);
		color: #7386D5;
	}

	#sidebar .sidebar-header {
		float: left;
		width: 100%;
		height: 50px;
		display: flex;
		align-content: center;
		align-items: center;
		justify-content: center;
		background-color: rgba(0, 0, 0, .35);
		border-bottom: 1px solid #fff;
	}

	#sidebar .sidebar-header a {
		display: table;
		margin: auto;
	}

	#sidebar .sidebar-header img {
		width: auto;
		height: 40px;
	}
	
	#sidebar .sidebar-header .main-search {
		width: 150px;
		height: 40px;
		margin-right: 0;
		margin-top: 0;
	}
	
	#sidebar .sidebar-header .main-search input {
		width: 100px;
		margin-top: 8px;
		margin-left: 15px;
		font-size: 12px;
	}

	#sidebar .sidebar-menu {
		float: left;
		width: 100%;
		height: calc(100vh - 60px);
		overflow-y: scroll;
	}
	
	#sidebar .sidebar-menu .main-nav > li {
		float: left;
		width: 100%;
		height: auto;
	}
	
	#sidebar .sidebar-menu .main-nav > li > a {
		font-size: 18px;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 10px;
	}
}

@media screen and (max-width: 480px) {
	.main-header {
		top: 15px;
	}

	.main-introduction {
		background-image: url(images/bg/bg-introduction-m.webp);
		height: 275px;
		margin-top: -6px;
		padding: 20px 50px;
	}

	.main-introduction .people-introduction {
		margin-top: -30px;
	}

	.main-introduction .character-introduction, 
	.main-introduction .character-introduction img {
		height: 150px;
		width: 72px;
	}

	.main-video {
		height: 190px;
		padding: 34px 30px;
	}	
	
	.main-video .playon-video {
		height: 45px;
	}
	
	.main-video .playon-video img {
		width: 78px;
		height: 45px;
	}
	
	.main-download img {
		width: 200px;
	}
	
	.main-social-media ul > li > a > img {
		height: 40px;
	}
}

@media screen and (max-width: 360px) {
	.main-video {
		height: 190px;
		padding: 36px 25px;
		width: 290px;
	}	
}

@media screen and (max-width: 320px) {
	
}