@font-face {
	font-family: Roboto-Regular;
	src: url(embed/fonts/Roboto-Regular.ttf);
}
@font-face {
	font-family: myriad-pro;
	src: url(embed/fonts/MYRIADPRO-REGULAR.ttf);
}

@media only screen and (min-device-width:800px) {
	html { 
		overflow:hidden; 
	} 
}
html {
	height:100%;
}
body { 
	height:100%; 
	overflow:hidden;
	margin:0; 
	padding:0;
	font-family:myriad-pro,Arial, Helvetica, sans-serif; 
	background: inherit;
	position: relative;
}
a:not([href]):not([tabindex]) {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.language {
	position: absolute;
	top: 0;
	right: 5px;
	z-index: 999;
	display: none;
}
.dropbtn {
	background-color: #019680;
	color: #fff;
	font-size: 10px;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	padding: 5px 5px;
	margin: 30px 0 0;
	min-width: 90px;
	border-radius: 2px;
}

.dropdown {
	position: relative;
	display: inline-block;
}
.dropdown:before {
	content: "\f10a";
	font-family: "Ionicons";
	padding: 0;
	position: absolute;
	right: 8px;
	top: 32px;
	font-size: 13px;
	color: #fff;
	transform: rotate(0);
	transition: all .2s ease-in-out;
}
.dropdown:hover:before {
	transform: rotate(90deg);
}
.dropdown-content {
	display: none;
	position: absolute;
	right: 0;
	background: rgba(33, 37, 41, 0.48);
	width: 100%;
	font-size: 12px;
	z-index: 1;
}

.dropdown-content a {
	color: #fff;
	padding: 6px 10px;
	text-decoration: none;
	display: block;
}
.dropdown-content a.active {
	background-color: #ffc107;
	color: #fff;
}
#menu-thumb {
	position: absolute;
	right: 5px;
	z-index: 99;
	top: 10%;
	transform:translateX(205px);
	perspective: 1000px;
	perspective-origin: 50% 50%;
	pointer-events: all;
	transition: all .4s ease-in-out;
}
#menu-thumb ul li {
	padding-right: 5px;
}
#menu-thumb ul li.active img {
	border: 1px solid #ffc107;
}
#menu-thumb ul li.active a span {
	background: rgba(254, 198, 0, 0.68);
}
.content {
	overflow: auto;
	height: auto;
	max-width: 200px;
	font-size: 12px;
	border-radius: 2px;
	padding: 10px 0 10px 10px;
	transform-origin: 100% 50%;
	transform: rotateY(-72deg);
	-webkit-transition: transform 0.8s ease 0s;
	-moz-transition: transform 0.8s ease 0s;
	-ms-transition: transform 0.8s ease 0s;
	-o-transition: transform 0.8s ease 0s;
	transition: transform 0.8s ease 0s;
	background: rgba(1, 150, 128, 0.46);
}
.content:hover {
	transform: rotateY(0);
}
.content a {
	display: inline-grid;
	color: #fff;
	text-decoration: none;
	position: relative;
}
.content a span {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(13, 63, 56, 0.8);
	padding: 3px 5px;
	text-align: center;
}
.dropdown-content a:hover {background-color: #ffc107;}
.dropdown:hover .dropdown-content {display: block;}

footer {
	position: absolute;
	top: 50%;
	padding: 5px 0;
	transition: all .4s ease-in-out;
	left: 0;
	transform: translateX(-250px);
}
footer ul li {
	display: block;
}
footer ul li:nth-child(2) {
	margin-bottom: 50px;
}
footer ul li:nth-last-child(2) {
	margin-top: 50px;
}
footer ul li + li {
	margin: 5px 0;
}
footer a, .show-menu a {
	display: inline-block;
	color: #fff;
	padding: 5px;
	background: rgba(1, 150, 128, 0.89);
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	border-radius: 25%;
	transition: all .2s ease-in-out;
}
footer a:hover {
	color: #fff;
	background: rgba(255, 193, 7, 0.62);
}
.ion-ios-rewind:before, .ion-ios-fastforward:before {
	transform: rotate(90deg);
}
.tooltip-inner {
	background-color: rgba(1, 150, 128, 0.89);
}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
	border-top-color: rgba(1, 150, 128, 0.89);
}
.bs-tooltip-right .arrow::before {
	border-right-color: #009688;
}
.scene-name {
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 0 1px rgba(30,41,96,0.38);
	font-size: 14px;
}
.scene-name i {
	margin: 0 10px;
}
.header-info {
	padding: 10px 15px;
	background: #17a2b8;
	color: #fff;
}
.header-info img {
	max-width: 100px;
	margin-right: 30px;
}
h4.sub-title {
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 5px;
}
h5.main-title {
	text-transform: uppercase;
	font-size: 16px;
}
#info {
	max-width: 100%;
	/*width: 700px;*/
}
a.fancybox-close:before {
	content: "\f2d7";
	font-family: "Ionicons";
	cursor: pointer;
	color: #241f2c;
	position: absolute;
	right: 0;
	top: 0;
	background: #f9b106;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	text-align: center;
	font-size: 20px;
}
}
.body-info iframe {
	width: 100%;
	padding: 15px 0 0 25px;
	height: 100%;
}
.fancybox-inner::-webkit-scrollbar { 
	width: 0 !important;
	display: none;
}
.fancybox-inner { 
	overflow: -moz-scrollbars-none;
	-ms-overflow-style: none;
}
.text-format {
	text-align: right;
}
a.menu-mobile {
	color: #251e29;
}
.data-en {
	display: none;
}
#map {
	width: 50%;
	height: 80%;
	position: absolute;
	padding: 5px;
	top: 10%;
	left: -1000px;
	transition: all .25s ease-in-out;
	background:rgba(1, 150, 128, 0.62);
}
#map:after {
	content: "\f129";
	font-family: "Ionicons";
	cursor: pointer;
	float: right;
	color: #fff;
	position: absolute;
	background: #019680;
	width: 40px;
	height: 40px;
	margin-left: -35px;
	margin-top: -5px;
	line-height: 40px;
	font-size: 22px;
	text-align: center;
	display: inline-block;
}
#map iframe {
	width: 100%;
	height: 100%;
}
.body-info {
	height: 420px;
	padding: 15px 0;
	background: rgba(255,255,255,0.9);
	overflow: auto;
	transition: all .25s ease-in-out;
}
.content-inner-info {
	text-align: justify;
	padding: 0 15px;
}
.fancybox-wrap {
	width: 50% !important;
}
.fancybox-inner {
	margin: 0 auto;
	max-width: 100%;
	height: auto !important;
}
.ion-ios-game-controller-a-outline:before {
	content: url("../../data/media/images/toolbar/btn_vr.png");
}
.ion-planet:before {
	content: url("../../data/media/images/toolbar/360-icon.png");
}
.show-media {
	position: absolute;
	left: 1%;
	bottom: 5%;
}
.basicBox {
	width: 130px;
	height: 40px;
	margin: 15px auto;
	color: #fff;
	background: rgba(255, 193, 7, 0.38);
	font-size: 13px;
	line-height: 40px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	cursor: pointer;
}
svg {
	position: absolute;
	top: 0;
	left: 0;
}
svg rect {
	fill: none;
	stroke: #ffc107;
	stroke-width: 5;
}
.basicBox:hover svg rect {
	stroke: #ffc107;
}
svg rect {
	stroke-dasharray: 400, 0;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
}
.basicBox:hover svg rect {
	stroke-width: 3;
	stroke-dasharray: 35, 245;
	stroke-dashoffset: 38;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
}
#media {
	padding: 20px;
}
#media iframe {
	width: 100%;
	height: 420px;
}
.name-video {
	margin-top: 5px;
	font-style: italic;
}
.mobile-menu {
	background: rgba(1, 150, 128, 0.46);
	width: 30px;
	height: 30px;
	text-align: center;
	left: -30px;
	font-size: 20px;
	color: #fff;
	float: left;
	display: none;
	cursor: pointer;
}
.list-function {
	background: rgba(13, 63, 56, 0.81);
	padding: 5px;
	border-radius: 10px;
}
.show-menu {
	display: none;
	position: absolute;
	transition: all .4s ease-in-out;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%) translateY(0);
	-webkit-transform: translateX(-50%) translateY(0);
}
.show-media a.images, .show-media a.media {
	display: none;
	margin-right: 10px;
}
.gallery-btn {
	height: 40px;
	margin: 15px auto;
	color: #fff;
	font-size: 0.6rem;
	line-height: 40px;
	text-transform: uppercase;
	text-align: center;
}
.gallery-btn img {
	max-width: 30px;
}
.gallery-btn span {
	display: inline;
	padding: 5px 5px 5px 9px;
	margin-left: -9px;
	border: 1px solid #FFC107;
	border-radius: 5px;
	border-left: 0;
}
#schedule {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%) translateY(50%);
	visibility: hidden;
	z-index: 99;
	transition: all 0.3s ease-in-out;
}
.list-thumb {
	width: 100%;
	overflow: hidden;
	padding: 50px 0 10px;
}
.list-thumb>.thumb-item {
	display: inline-flex;
	margin: 0 20px;
	padding: 5px;
	background: rgba(1, 150, 128, 0.89);
	border-radius: 50%;
	position: relative;
	transition: all 0.1s ease-in-out;
}
.list-thumb>.thumb-item:after {
	content: "\f10a";
    display: block;
    font-family: Ionicons;
    position: absolute;
    right: -25px;
    top: 50%;
    color: rgba(1, 150, 128, 0.89);
    font-size: 30px;
    transform: translateY(-50%);
    transition: all 0.1s ease-in-out;
}
.list-thumb>.thumb-item.last-thumb:after {
	content: "";
}
.thumb-item.active, .thumb-item:hover {
	background: rgba(255, 193, 7, 0.62);	
}
.thumb-item.active:after, .thumb-item:hover:after {
	color: rgba(255, 193, 7, 0.62);
}
.thumb-item img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
.demo-x {
	width: 98vw;
	text-align: center;
}
#schedule .mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
	display: none;
}
.order {
	position: absolute;
	top: -40px;
	right: -30px;
	z-index: 9999;
	font-size: 30px;
}
.order svg {
	width: 40px;
	height: 40px;
	position: relative;
}
.order svg path {
	/*fill:none;*/
	stroke:rgba(1, 150, 128, 0.89);
	fill: rgba(1, 150, 128, 0.89);
	stroke-linecap:round;
	stroke-linejoin:round;
	stroke-width:32px;
	transition: all 0.1s ease-in-out;
}
.list-thumb .active .order svg path, .thumb-item:hover .order svg path {
	stroke:rgba(255, 193, 7, 0.62);
	fill: rgba(255, 193, 7, 0.62);
}
.order span {
	position: absolute;
	font-size: 16px;
	font-weight: 600;
	left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 435px) {
	/*footer {
		width: 100%;
	}*/	
	.hidden-mobile {
		display: none;
	}
	/*footer ul li:nth-child(2) {
		margin-right: 30px;
	}
	footer ul li:nth-last-child(2) {
		margin-left: 30px;
	}*/
	.language {
		transform: scale(0.7);
		right: -5px;
	}
	#menu-thumb {
		top: 0;
	}
	.show-media {
		left: -10%;
		bottom: 5%;
	}
}
@media screen and (min-width: 436px) and (max-width: 767px) {
	.dropbtn {
		margin: 5px 0 0;
	}
	.dropdown:before {
		top: 7px;
	}
	.hidden-mobile {
		display: none;
	}
	footer ul li:nth-child(2) {
		margin-right: 40px;
	}
	footer ul li:nth-last-child(2) {
		margin-left: 40px;
	}
	.language {
		transform: scale(0.7);
		right: -5px;
	}
	#menu-thumb {
		top: 0;
	}
	.show-media {
		left: -5%;
		bottom: 2%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {	
	.dropbtn {
		margin: 25px 0 0;
	}
	.dropdown:before {
		top: 27px;
	}	
	
}
@media screen and (max-width: 992px) {
	#map {
		width: 100%;
		height: 90%;
		top: 5%;
	}
	.content {
		transform: rotateY(0);
	}
	.mobile-menu {
		display: block;
		width: 25px;
		height: 25px;
		font-size: 20px;
	}
	.fancybox-wrap {
		width: 100% !important;
		height: 100%;
	}
	.body-info, #media iframe {
		/*height: 450px;*/
		padding-right: 0;
	}
	#media {
		padding: 10px;
	}	
	.text-format {
		text-align: center;
	}
	.dropdown-content a {
		padding: 8px 10px;
	}
	.scene-name {
		font-size: 12px;
		position: absolute;
		bottom: 45px;
		left: -10px;
	}
}