html, body {
	font-size: 100%;
	overflow: hidden;
	height:100%;
}

html, body, img, ul, nav {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: arial;
}

#background{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
}

canvas{
	cursor: move;
}

#Main3D {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@font-face {
	font-family: 'icomoon';
	src:url('../v1.2/M/icomoon.eot?sl7t26');
	src:url('../v1.2/M/icomoon.eot?#iefixsl7t26') format('embedded-opentype'),
		url('../v1.2/M/icomoon.ttf?sl7t26') format('truetype'),
		url('../v1.2/M/icomoon.woff?sl7t26') format('woff'),
		url('../v1.2/M/icomoon.svg?sl7t26#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-setting:before {
	content: "\e613";
}
.icon-base-joystick:before {
	content: "\e611";
}
.icon-stick-joystick:before {
	content: "\e612";
}
.icon-circle:before {
	content: "\e600";
}
.icon-close:before {
	content: "\e601";
}
.icon-close-circle:before {
	content: "\e602";
}
.icon-cm:before {
	content: "\e603";
}
.icon-down:before {
	content: "\e604";
}
.icon-help:before {
	content: "\e605";
}
.icon-left:before {
	content: "\e606";
}
.icon-maximize:before {
	content: "\e607";
}
.icon-minimize:before {
	content: "\e608";
}
.icon-origin:before {
	content: "\e609";
}
.icon-play:before {
	content: "\e60a";
}
.icon-reset:before {
	content: "\e60b";
}
.icon-right:before {
	content: "\e60c";
}
.icon-share:before {
	content: "\e60d";
}
.icon-up:before {
	content: "\e60e";
}
.icon-volume-mute:before {
	content: "\e60f";
}
.icon-volume-on:before {
	content: "\e610";
}





#logo {
	width: 38px;
	height: 38px;
	right: 0;
	float: right;
	margin: 2px;
}

#logo-img {
	cursor: pointer;
	background-image: url("M/logo.png");
	background-size: 38px;
	background-repeat: no-repeat;
	width: 38px;
	height: 38px;
	display: block;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

#logo-img:hover {
	background-image: url("M/logo-hover.png");
}

#logo-background{
	position: fixed;
	display: none;
}

#background {
	background-position: center center;
	background-size: cover;
}

.menu-button {
	width: 33px;
	height: 33px;
	margin: 5px;
}

.menu-icon {
	font-size: 33px;
	color: rgba(0, 255, 162, 0.6);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	text-shadow: 0px 1px 0px #000,
                 0px 2px 2px #000;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	border-radius: 50%;
	cursor: pointer;
}

.menu-icon:hover {
	color: rgba(0, 255, 162, 0.9);
	text-shadow: 0px 1px 0px #000, 
				0px 2px 0px #000,
				0px 3px 0px #000,
				0px 4px 2px #000;
}

.menu {
	position: absolute;
	display: block;
	padding: 0;
	margin: 3px;
	background-color: rgba(30, 30, 30, 0.7);
	border-radius: 50px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.menu > li {
	display: inline-block;
}

.menu-left, #menu-right {
	bottom: 0;
	z-index: 2;
}

#menu-right {
	right: 0;
	float: right;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.7);
}

.menu-left {
	left: 0;
	float: left;
}

#menu-right > .menu-button {
	float: right;
}

.menu-left > .menu-button {
	float: left;
}

#menu-right-vertical {
	z-index: 1;
	right: 0;
	bottom: 43px;
	border-radius: 50px 50px 0 0;
}

#menu-right-vertical > .menu-button {
	/*margin: 0;
  	padding: 5px;*/
}

#thong-tin {
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 30px;
	width: auto;
	max-height: 100%;
	background: rgba(30, 30, 30, 0.5);
	margin: 0;
	padding: 0;
	border-radius: 0px 0px 10px;
	overflow: auto;
	z-index: 10;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

#thong-tin:hover {
	background: rgba(30, 30, 30, 0.8);
	max-width: 40%;
	height: auto;
}

.thong-tin-stay-hover{
	background: rgba(30, 30, 30, 0.8) !important;
	height: auto !important;
	max-width: 40% !important;
}

#thong-tin:hover #ten-san-pham, #thong-tin:hover #icon-info{
	color: rgba(0, 255, 162, 0.9);
}

.thong-tin-stay-hover-color{
	color: rgba(0, 255, 162, 0.9) !important;
}

#thong-tin:hover #chi-tiet{
	display: inline-block;
	opacity: 1;
} 

.thong-tin-stay-hover-chi-tiet{
	display: inline-block !important;
	opacity: 1 !important;
}

#chi-tiet{
	display: none;
	left: 0;
	top: 0;
	cursor: auto;
	font-size: 14px;
	color: rgba(256,256,256,0.8);
	position: relative;
	opacity: 0;
	margin: 0;
	padding: 15px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

#ten-san-pham{
	float: left;
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
	color: rgba(0, 255, 162, 0.6);
	margin: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	text-shadow: 0px 2px 2px #000;
	padding: 3px 36px 0 10px;
}

#icon-info {
	position: absolute;
	top: 0px;
	right: 0px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
	line-height: 30px;
	margin: 0;
	padding: 0 10px 0 0;
	text-shadow: 0px 2px 3px #000;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

#icon-close-circle{
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 22px;
	color: rgba(0, 255, 162, 0.9);
	margin: 3px;
	padding: 0px;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}

.overlay {
	visibility: visible;
	cursor: pointer;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(44, 44, 44, 0.31);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.Center-Container {
	z-index: 1;
	visibility: hidden;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.Center-Block {
	z-index: 2;
	visibility: visible;
	cursor: auto;
	width: auto;
	min-width: 250px;
	max-width: 70%;
	max-height: 90%;
	overflow: auto;
	padding: 0;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	box-shadow: 0px 5px 7px #000;
	-moz-box-shadow: 0px 5px 7px #000;
	-webkit-box-shadow: 0px 5px 7px #000;
	border-radius: 10px;
}

.Title {
	margin: 0;
	padding: 15px;
	background-color: rgba(85, 85, 85, 0.75);
	color: #00ffa2;
	font-size: 20px;
	text-shadow: 0 1px 0 #000, 0 2px 3px #000;
}

.Content {
	margin: 0;
	padding: 10px 20px;
	background-color: rgba(255, 255, 255, 0.95);
}

#Chia-se .Content {
	padding: 1px 20px 10px 20px;
}

.Content p {
	margin: 25px 0 10px 0;
}

#thumb-image {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.hidden {
	display: none;
	opacity: 0;
	visibility: hidden;
}

#kich-hoat-overlay {
	z-index: 0;
	background-color: rgba(0, 0, 0, 0);
}

[data-hint] {
	position: relative;
	display: inline-block;
}

[data-hint]:before, [data-hint]:after {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	background: rgba(30, 30, 30, 0.8);
	z-index: 1000;
	color: #00ffa2;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}

[data-hint]:hover:before, [data-hint]:hover:after, [data-hint]:focus:before, [data-hint]:focus:after {
	visibility: visible;
	opacity: 1;
}

[data-hint]:before {
	content: '';
	position: absolute;
	top: 0;
	background: rgba(255, 0, 0, 0);
	border: rgba(255, 0, 0, 0) solid 7px;
	border-top-color: rgba(30, 30, 30, 0.8);
	z-index: 1001;
}

[data-hint]:after {
	content: attr(data-hint);
	white-space: nowrap;
	padding: 5px;
	font-size: 16px;
	line-height: 16px;
	border-radius: 5px;
	box-shadow: 0 3px 3px #000;
	-moz-box-shadow: 0 3px 3px #000;
	-webkit-box-shadow: 0 3px 3px #000;
	text-shadow: 0 2px 2px #000;
}

.hint-top-right[data-hint]:hover:after, .hint-top-right[data-hint]:hover:before, .hint-top-right[data-hint]:focus:after, .hint-top-right[data-hint]:focus:before, .hint-top-left[data-hint]:hover:after, .hint-top-left[data-hint]:hover:before, .hint-top-left[data-hint]:focus:after, .hint-top-left[data-hint]:focus:before {
	transform: translateY(-15px);
}

.hint-bottom-right[data-hint]:hover:after, .hint-bottom-right[data-hint]:hover:before, .hint-bottom-right[data-hint]:focus:after, .hint-bottom-right[data-hint]:focus:before, .hint-bottom-left[data-hint]:hover:after, .hint-bottom-left[data-hint]:hover:before, .hint-bottom-left[data-hint]:focus:after, .hint-bottom-left[data-hint]:focus:before {
	transform: translateY(15px);
}

.hint-top-right[data-hint]:before, .hint-bottom-right[data-hint]:before {
	left: 28% !important;
}

.hint-top-left[data-hint]:before, .hint-bottom-left[data-hint]:before {
	right: 28% !important;
}

.hint-top-right[data-hint]:before, .hint-top-right[data-hint]:after {
	bottom: 100%;
	left: 0;
}

.hint-top-left[data-hint]:before, .hint-top-left[data-hint]:after {
	bottom: 100%;
	right: 0;
}

.hint-bottom-right[data-hint]:before, .hint-bottom-right[data-hint]:after {
	top: 100%;
	left: 0;
}

.hint-bottom-left[data-hint]:before, .hint-bottom-left[data-hint]:after {
	top: 100%;
	right: 0;
}

.hint-bottom-left[data-hint]:before {
	margin-top: -14px;
	border-bottom-color: rgba(30, 30, 30, 0.8);
	border-top-color: rgba(0, 0, 0, 0);
}


.hint-right[data-hint]:hover:after, .hint-right[data-hint]:hover:before, .hint-right[data-hint]:focus:after, .hint-right[data-hint]:focus:before{
	transform: translateX(15px);
}

.hint-left[data-hint]:hover:after, .hint-left[data-hint]:hover:before, .hint-left[data-hint]:focus:after, .hint-left[data-hint]:focus:before {
	transform: translateX(-15px);
}

.hint-right[data-hint]:before {
	right: 0 !important;
	border-color: rgba(255, 0, 0, 0) rgba(30, 30, 30, 0.8) rgba(255, 0, 0, 0) rgba(255, 0, 0, 0); 
	top: 9px;
	left: 0;
}

.hint-left[data-hint]:before {
	left: 0 !important;
	border-color: rgba(255, 0, 0, 0) rgba(255, 0, 0, 0) rgba(255, 0, 0, 0) rgba(30, 30, 30, 0.8);
	top: 9px;
}

.hint-left[data-hint]:after, .hint-right[data-hint]:after {
	top: 0;
}

.hint-right[data-hint]:before, .hint-right[data-hint]:after {
	left: 100%;
}

.hint-left[data-hint]:before, .hint-left[data-hint]:after {
	right: 100%;
}


textarea {
	resize: none;
	padding: 10px;
	margin: 0;
	border-radius: 5px;
	width: 100%;
	outline: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

textarea:focus {
	box-shadow: 0px 3px 6px -2px #000000;
	-moz-box-shadow: 0px 3px 6px -2px #000000;
	-webkit-box-shadow: 0px 3px 6px -2px #000000;
}

.input-size {
	border-radius: 5px;
	width: 50px;
	padding: 5px;
	text-align: center;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}

#Huong-dan > .Center-Block {
	width: 250px;
}

#Huong-dan > .Center-Block > .Content > .row > img {
	width: 50px;
	height: 50px;
	display: inline-block;
	vertical-align: middle;
}

#Huong-dan > .Center-Block > .Content > .row > span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#Huong-dan > .Center-Block > .Content {
	text-align: center;
}

#pause {
	position: absolute;
	top: 0;
	right: 0;
	margin: 5px;
	width: 18px;
	height: 18px;
	z-index: 100;
}

.icon-close {
	text-shadow: 0 1px 0 #000, 0 2px 2px #000;
	color: rgba(0, 255, 162, 0.6);
	font-size: 18px;
	cursor: pointer;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.Center-Block .icon-close {
	position: absolute;
	top: 0;
	right: 0;
	margin: 5px;
	width: 18px;
	height: 18px;
}

.icon-close:hover {
	color: rgba(0, 255, 162, 0.9);
	text-shadow: 0 1px 0 #000, 0 2px 0 #000, 0 3px 0 #000, 0 4px 2px #000;
}

.mouse-icon {
	float: left;
}

.touch-icon {
	float: right;
}

.row {
	display: table;
	width: 100%;
	margin: 12px 0;
}

#pause-screen {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 1;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.bg {
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}

#rotate-block {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 90px;
	height: 90px;
	cursor: pointer;
	border-radius: 50%;
	background-color: rgba(0, 209, 133, 0.49);
	transition: background-color 0.3s, box-shadow 0.3s;
	-webkit-transition: background-color 0.3s, -webkit-box-shadow 0.3s;
	-moz-transition: background-color 0.3s, -moz-box-shadow 0.3s;
	-o-transition: background-color 0.3s, box-shadow 0.3s;
	-webkit-animation:spin 4s linear infinite;
	-moz-animation:spin 4s linear infinite;
	animation:spin 4s linear infinite;
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	animation-play-state: running;
	box-shadow: inset 0px 0px 40px 0px #000;
	-moz-box-shadow: inset 0px 0px 40px 0px #000;
	-webkit-box-shadow: inset 0px 0px 40px 0px #000;
}

#rotate-block:hover .icon-play {
	text-shadow: 0 1px 0 #000, 0 2px 2px #000;
}

.icon-play {
	font-size: 52px;
	width: 52px;
	height: 52px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: auto;
	position: absolute;
	top: 0;
	left: 13px;
	bottom: 0;
	right: 0;
	color: #fff;
	z-index: 1;
	text-shadow: 0 1px 0 #000, 0 1px 1px #000;
}

.icon-circle {
	font-size: 90px;
	color: #fff;
	box-shadow: 0px 0px 25px 5px #000;
	-moz-box-shadow: 0px 0px 25px 5px #000;
	-webkit-box-shadow: 0px 0px 25px 5px #000;	
	border-radius: 50%;
}

#pause-screen:hover .center-icon {
	background-color: #00ffa2;
	box-shadow: inset 0px 0px 40px 0px #000;
	-moz-box-shadow: inset 0px 0px 40px 0px #000;
	-webkit-box-shadow: inset 0px 0px 40px 0px #000;
}

#pause-screen:hover .icon-play {
	text-shadow: 0 1px 0 #000, 0 2px 2px #000;
}

#pause-screen:hover .icon-circle {
	text-shadow: 0 0 10px #000, 0 0 10px #000;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { to { -webkit-transform: rotate(360deg); transform:rotate(1turn); } }

.pause {
	-webkit-animation-play-state: paused !important;
	-moz-animation-play-state: paused !important;
	animation-play-state: paused !important;
}

.play {
	-webkit-animation-play-state: running !important;
	-moz-animation-play-state: running !important;
	animation-play-state: running !important;
}

#TourUI {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 25%;
	min-height: 50px;
	border-radius: 10px;
	color: #fff;
	text-align: center;
	margin: 5px;
	z-index: 3;
	transition: box-shadow 0.5s;
	-webkit-transition: box-shadow 0.5s;
	-moz-transition: box-shadow 0.5s;
	-o-transition: box-shadow 0.5s;
}

#TourControls {
	background: rgba(60, 60, 60, 0.8) none repeat scroll 0% 0%;
	border-radius: 10px 10px 0 0;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}

.TourButton {
	margin: 2px;
	cursor: pointer;
	position: absolute;
	font-size: 25px;
	color: rgba(0, 255, 162, 0.6);
	text-shadow: 0px 1px 0px #000, 0px 2px 2px #000;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
}

.TourButton:hover {
	color: rgba(0, 255, 162, 0.9);
	text-shadow: 0px 1px 0px #000, 0px 2px 0px #000, 0px 3px 0px #000, 0px 4px 2px #000;
}

#TourBackButton {
	left: 5px;
}

#TourNextButton {
	right: 5px;
}

#TourTitle {
	text-transform: uppercase;
	cursor: pointer;
	text-shadow: 0px 2px 2px #000;
	color: rgba(0, 255, 162, 0.9);
	font-size: 18px;
	text-align: center;
	display: inline-block;
	margin: 5px 50px;
}

#TourContents {
	margin: 0;
	padding: 15px;
	text-align: left;
	background: rgba(30, 30, 30, 0.8);
	font-size: 17px;
	color: rgba(255, 255, 255, 0.8);
	overflow-y: auto;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	max-height: 1000;
}

#ToggleTourContents {
	cursor: pointer;
	background: rgba(60, 60, 60, 0.8) none repeat scroll 0% 0%;
	border-radius: 0px 0px 5px 5px;
}

#ToggleTourContentsButton {
	padding: 0px 15px;
	font-size: 12px;
	line-height: 18px;
	color: rgba(0, 255, 162, 0.6);
	text-shadow: 0px 1px 0px #000, 0px 2px 2px #000;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
}

#ToggleTourContents:hover #ToggleTourContentsButton {
	color: rgba(0, 255, 162, 0.9);
	text-shadow: 0px 1px 0px #000, 0px 2px 0px #000, 0px 3px 0px #000, 0px 4px 2px #000;
}

#StepCount {
	position: absolute;
	right: 5px;
	font-size: 16px;
	color: #00FFA2;
	padding: 0px;
	margin: 0px;
	line-height: 20px;
}

.iconDisable {
	cursor: default !important;
	color: rgba(105, 105, 105, 0.5) !important;
	text-shadow: none !important;
}

.iconDisable:hover {
	cursor: default  !important;
	color: #A5A5A5 !important;
	text-shadow: none !important;
}

#joystick {
	display: none;
}

#base-joystick {
	color: rgba(0, 255, 162, 0.6);
	font-size: 80px;
	text-shadow: 0px 2px 1px rgba(17, 17, 17, 0.5);
}

#stick-joystick {
	color: #00ffa2;
	font-size: 40px;
}

.pin {
    position: absolute;
}

.pin > span {
	opacity: 1;
	color: rgba(0, 255, 162, 0.75);
	font-size: 18px;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
    transition: all .2s;
}

.pin:hover span {
    transform: scale(1.5);
    cursor: pointer;
    background: rgba(0,0,0,0);
}

.pinImg {
	text-align: center;
	transition: all .2s;
}

.pinImg > img {
	/*width: 50px;
	height: 50px;*/
	display: inline-block;
	float: left;
}

.pinImg > img{
	transition: all .2s;
}

.pinImg > img:hover {
	transform: scale(1.2);
    cursor: pointer;
}

@media only screen and (max-width: 1200px) {

	#TourUI {
		max-width: 35%;
	}

	#TourTitle {
		font-size: 16px;
	}

}

@media only screen and (max-width: 800px) {

	#TourUI {
		max-width: 100%;
	}

	#TourUI {
		margin: 0 30px;
	}

	#TourTitle {
	    font-size: 15px;
	}

	#ToggleTourContentsButton {
	    font-size: 10px;
	}

}

@media only screen and (max-width:650px) {

	
	.TourButton {
		margin: 1px;
	}

	#TourBackButton {
	    left: 2px;
	}

	#TourNextButton {
	    right: 2px;
	}

	#TourTitle {
		margin: 5px 40px;
	}

	#thong-tin{
		max-width: 60%;
	}

	#ten-san-pham{
		font-size: 14px;
		padding: 5px 36px 6px 5px;
	}

	#chi-tiet{
		font-size: 14px;
	}
	
	#thong-tin:hover {
		max-width: 100% !important;
	}
	
	.thong-tin-stay-hover{
		max-width: 100% !important;
	}

	#menu-right-vertical {
		bottom: 37px;
	}
	
	#logo, #logo-img {
		width: 35px;
		height: 35px;
	}

	#logo {
		margin: 1px 2px;
	}

	#logo-img {
		background-image: url("../v1.2/M/small-logo.png");
		background-size: 35px;
	}

	#logo-img:hover {
		background-image: url("../v1.2/M/small-logo-hover.png");
	}

	.menu-button {
		width: 30px;
		height: 30px;
		margin: 4px 4px 3px 4px;
	}

	.menu-icon {
		font-size: 30px;
	}

	.Center-Block {
		max-width: 80%;
		font-size: 90%;
	}

	#Huong-dan > .Center-Block {
		max-width: 200px;
		min-width: 0;
	}

	.icon-play {
		font-size: 40px;
		width: 40px;
		height: 40px;
		left: 9px;
	}

	.Title {
		padding: 10px;
		font-size: 18px;
	}

	.Content {
		padding: 5px;
	}

	.row {
		margin: 10px 0;
	}

	#Huong-dan > .Center-Block > .Content > .row > img {
		width: 40px;
		height: 40px;
	}

	.input-size {
		width: 40px;
	}

	.icon-circle {
		font-size: 70px;
	}

	#rotate-block {
		width: 70px;
		height: 70px;
	}

}

@media only screen and (max-width:320px) {
	
	#thong-tin{
		max-width: 50%;
		height: 25px;
	}

	#ten-san-pham{
		padding: 4px 20px 5px 2px;
	}
	
	.icon-info{
		line-height: 25px;
		padding: 0px 5px 0px 0px;
	}
	
	#logo, #logo-img {
		width: 25px;
		height: 25px;
	}
	
	#logo-img {
		background-size: 25px auto;
	}
	
	.menu-button{
		width: 25px;
		height: 25px;
		margin: 0px 3px;
	}
	
	#menu-right .menu-button {
		margin: 0 3px;
	}

	#menu-right-vertical .menu-button {
		margin: 3px 1px;
	}

	#menu-right-vertical {
		bottom: 27px;
	}

	.menu-icon{
		font-size: 25px;
	}
	
	#rotate-block{
		width: 60px;
		height: 60px;
	}
	
	.icon-play{
		font-size: 33px;
		width: 33px;
		height: 33px;
		left: 9px;
	}
	
	.icon-circle{
		font-size: 60px;
	}
	
}