@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: 15px;
	right: 5px;
	z-index: 999;
	/*display: none;*/
}
.logo {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 9;
	transform: translateX(-260px);
	transition: all .4s ease-in-out
}
.logo img {
	max-width: 100px;
}
.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: 5px;
	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;
	width: 100%;
	font-size: 12px;
	z-index: 1;
}

.dropdown-content a {
	color: #fff;
	padding: 6px 10px;
	text-decoration: none;
	display: block;
	background: rgba(33, 37, 41, 0.48);
}
.dropdown-content a.active {
	background-color: #ffc107;
	color: #fff;
}
#menu-thumb {
	position: absolute;
	right: 5px;
	z-index: 99;
	top: 10%;
	transform:translateX(200px);
	perspective: 1000px;
	perspective-origin: 50% 50%;
	pointer-events: all;
	transition: all .4s ease-in-out;
}
#menu-thumb ul li {
	padding-right: 5px;
	position: relative;
}
#menu-thumb ul li.active img, #menu-thumb ul li:hover img {
	border: 3px solid rgb(230 26 33);
}
#menu-thumb ul li a span, #menu-thumb ul li img {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#menu-thumb ul li.active a span, #menu-thumb ul li:hover a span{
	background: rgb(241 231 3 / 63%);
}
#menu-thumb ul li img {
	border-radius: 10px;
	border: 3px solid rgb(234 24 35 / 45%);
}
#menu-thumb ul li a span {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	margin-left: 3px;
	margin-bottom: 3px;
	width: calc(100% - 6px);
}
.content {
	overflow: auto;
	height: auto;
	max-width: 160px;
	font-size: 12px;
	border-radius: 2px;
	padding: 0;
	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;
	transition-delay: 3s;
	/*background: rgba(1, 150, 128, 0.46);*/
}
.content:hover {
	transform: rotateY(0);
	transition-delay: 0s;
}
.content a {
	display: inline-grid;
	color: #fff;
	text-decoration: none;
	position: relative;
}
.content a span {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgb(234 24 35 / 45%);
	padding: 3px 5px;
	text-align: center;
}
.dropdown-content a:hover {background-color: #ffc107;}
.dropdown:hover .dropdown-content {display: block;}

footer {
	position: absolute;
	bottom: 0;
	padding: 5px 0;
	width:fit-content;
	transition: all .4s ease-in-out;
	left: 50%;
	transform: translateX(-50%) translateY(200px);
}
footer ul li {
	display: inline-block;
}
footer ul li:nth-child(4) {
	margin-right: 50px;
}
footer ul li:nth-last-child(4) {
	margin-left: 50px;
}
footer ul li + li {
	margin-left: 5px;
}
footer a, .show-menu a {
	display: inline-block;
	color: #fff;
	padding: 5px;
	background: rgb(239 68 68);
	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: rgb(231 26 34 / 57%);
}

.tooltip-inner {
	background-color: rgb(239 68 68);
}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
	border-top-color: rgb(239 68 68);
}
.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: rgb(0 0 255);
	color: #fff;
	position: relative;
}
.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 {
	position: absolute;
	left: -1000px;
	top: 150px;
	max-width: 460px;
	background: white;
	color: #000;
	transition: all .25s ease-in-out;
}
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, .data-cn {
	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: calc(90vh - 200px) !important;
	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: 60% !important;
}
.fancybox-inner {
	margin: 0 auto;
	/*max-width: 100%;*/
	width: 100% !important;
	height: auto !important;
}
.ion-ios-game-controller-a-outline:before {
	content: url("../../media/images/toolbar/btn_vr.png");
}
.ion-planet:before {
	content: url("../../media/images/toolbar/360-icon.png");
}
.show-media {
	position: absolute;
	left: 1%;
	bottom: 5%;
	transform: translateX(-260px);
	transition: all .4s ease-in-out
}
.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: rgb(239 68 68 / 36%);
	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;
}
.seen:after {
	content: "";
	width: 10px;
	height: 10px;
	background: #e51b22;
	border-radius: 50%;
	position: absolute;
	right: 14px;
	top: 7px;
}
#trad-room a {
	background: red;
	display: inline-block;
	margin: 0 15px;
	padding: 15px 30px;
	font-size: 14pt;
	color: #fff;
	border-radius: 5px;
	border: 1px solid red;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .4s ease-in-out
}
#trad-room a:hover, ul.class-lists li a:hover {
	background: #fff;
	color: red;
}
.close-info a {
	position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    background: #f31324;
    color: #fff;
    padding: 5px;
    width: 30px;
    height: 30px;
    border-bottom-left-radius: 5px;
}
.info-details {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}
@media screen and (max-width: 435px) {
	footer {
		width: 100%;
	}	
	.hidden-mobile {
		display: none;
	}
	footer ul li:nth-child(4) {
		margin-right: 30px;
	}
	footer ul li:nth-last-child(4) {
		margin-left: 30px;
	}
	.language {
		transform: scale(0.7);
		right: -5px;
	}
	#menu-thumb {
		top: 65px;
	}
	.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(4) {
		margin-right: 40px;
	}
	footer ul li:nth-last-child(4) {
		margin-left: 40px;
	}
	.language {
		transform: scale(0.7);
		right: -5px;
	}
	#menu-thumb {
		top: 65px;
	}
	.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;
	}	
	footer ul li:nth-child(4) {
		margin-right: 40px;
	}
	footer ul li:nth-last-child(4) {
		margin-left: 40px;
	}
	
}
@media screen and (max-width: 992px) {
	#map {
		width: 100%;
		height: 90%;
		top: 5%;
	}
	.content {
		transform: rotateY(0);
	}
	.mobile-menu {
		display: block;
		width: 35px;
		height: 50px;
		font-size: 40px;
		line-height: 50px;
		margin-top: 10px;
		margin-right: 0;
	}
	.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;
	}
	.content {
		max-width: 150px;
	}
	.content a span {
		padding: 1px 5px;
	}
	#menu-thumb ul li {
		margin-bottom: -2px;
	}
	#menu-thumb ul li a span {
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
}

#news-slider{
	/*margin-top: 80px;*/
}
.post-slide{
	background: #fff;
	margin: 20px 15px 20px;
}
.post-slide .post-img{
	max-height: 400px;
	position: relative;
	overflow: hidden;
}
.post-slide .post-img img{ 
	width: 100%;
	height: auto;
	object-fit: contain;
	transition:transform 0.2s linear;
}

/*.post-slide .over-layer{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%);
    transition:all 0.50s linear;
}
.post-slide .over-layer i{
    position: relative;
    top:45%;
    text-align:center;
    display: block;
    color:#fff;
    font-size:25px;
}*/
.post-slide .post-content{
	background:#fff;
	padding: 2px 20px 0px;
	border-radius: 15px;
}
.short-desc {
	padding: 20px 0 10px;
	border-bottom: 1px solid #ddd;
}
.school-name {
	font-size: 1.3rem;
}
.short-desc h3 {
	font-size: 1.3rem;
	font-weight: 900;
}
#videos iframe {
	width: 100%;
	height: 500px;
	text-align: center;
}
#trad-virtual {
	position: absolute;
	bottom: 0;
	padding: 5px 0;
	width: fit-content;
	transition: all .4s ease-in-out;
	right: 18px;
}
#trad-virtual img {
	width: 32px;
}
@media only screen and (max-width:1280px) {
	.post-slide .post-content{
		padding: 0px 15px 25px 15px;
	}
}