/* YUI 3.8.1 (build 5795) Copyright 2013 Yahoo! Inc. http://yuilibrary.com/license/ */
html{color:#000;background:#fff}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}
/*! perfect-scrollbar - v0.5.8
* http://noraesae.github.com/perfect-scrollbar/
* Copyright (c) 2014 Hyunje Alex Jun; Licensed MIT */

.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;bottom:3px;height:8px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;bottom:0;height:8px}.ps-container>.ps-scrollbar-x-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;right:3px;width:8px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;right:0;width:8px}.ps-container>.ps-scrollbar-y-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:.6;-ms-filter:"alpha(Opacity=60)";filter:alpha(opacity=60)}.ps-container:hover>.ps-scrollbar-x-rail.in-scrolling,.ps-container:hover>.ps-scrollbar-y-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}

/* My style*/
@font-face {
    font-family: Arabica;
    src: url('font/Arabica.eot');
    src: url('font/Arabica.eot?') format('embedded-opentype'),
         url('font/Arabica.ttf') format('truetype'),    
         url('font/Arabica.woff') format('woff'),
         url('font/Arabica.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Arabica;
    src: url('font/Arabica-Italic.eot');
    src: url('font/Arabica-Italic.eot?') format('embedded-opentype'),
         url('font/Arabica-Italic.ttf') format('truetype'),    
         url('font/Arabica-Italic.woff') format('woff'),
         url('font/Arabica-Italic.svg') format('svg');
    font-weight: normal;
    font-style: italic;
}
html{
  height: 100%;
  font-size: 62.5%;
}
body {
  min-height: 100%;
  font-family: Arabica,Arial,Tahoma;
  font-size: 16px;  
  font-size: 1.6rem;
  color: #000;
}
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none;}
a:active {text-decoration:none;}
.marginC{
	margin: 0px auto;
}
.dBlock{
	display: block;
}
.dNone{
	display: none;
}
.floatL{
	float: left;
}
.floatR{
	float: right;
}
.clear{
	clear: both;
	width: 0px;
	height: 0px;
}
.p-Relative{
	position: relative;
}
.p-Absolute{
	position: absolute;
}
.p-Fixed{
	position: fixed;
}
/*-----------------------Main Page---------------------------*/
#container{
	width: 100%;
	min-height: 100%;
	margin: 0px;
	min-width: 1000px;
	background-image: url('images/bg.jpg');
	background-position: center center;
	min-height: 600px;
}
#IndexPage > #container , #HomePage > #container , #code_detail{
	background-image: url('images/bg-layer2.jpg');
}
#main-container{
	width: 100%;
	min-height: 600px;
	min-width: 1000px;
	/*
	background-image: url('images/bg-layer1.png');
	background-position: center center;
	background-repeat: no-repeat;
	*/
}
#overLay{
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.5);
	z-index: 9;
	min-height: 600px;
}
.PreviewPhotoBox img{
	border: 3px solid #f0f0f0;
	border-radius: 10px;	
}
.photocontent{	
	padding: 15px;
	bottom: -5px;
	width: 200px;
	background-color: rgba(255,255,255,0.6);
	color: #000;	
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
#entersizeZone{
	width: 315px;
	height: 560px;
	padding-top: 40px;
}
#mainLogo{
	width: 315px;
	height: 175px;	
	background-image: url('images/main-logo.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-top: -360px;
}
.entersizeBox{
	width: 315px;
	background-image: url('images/layer1-icon.png');
	background-repeat: repeat-y;
	opacity: 0;  
	-webkit-transition: opacity 1s ease-in-out 2s;
	-moz-transition: opacity 1s ease-in-out 2s;
	-ms-transition: opacity 1s ease-in-out 2s;
	-o-transition: opacity 1s ease-in-out 2s;
	transition: opacity 1s ease-in-out 2s;
}
#entersizeBox1{
	margin-top: 45px;
	height: 45px;
	background-position: 0px 0px;
}
#entersizeBox2{
	margin-top: 45px;
	height: 45px;
	background-position: 0px 199px;
	margin-bottom: 45px;
}	
#entersizeBox2 > .entersizeBox2inner{
	background-image: url('images/layer1-icon.png');
	height: 45px;	
	margin-left: 14px;	
	-webkit-transform: scale(0);
	-moz-transition: scale(0);
	-ms-transform: scale(0); 
	-o-transition: scale(0);
	transform: scale(0);
}	
#entersizeBox2 > .entersizeBox2inner:nth-child(1){
	width: 55px;
	background-position: 3px -80px;	
	margin-left: 2px;
}
#entersizeBox2 > .entersizeBox2inner:nth-child(2){
	width: 65px;
	background-position: 234px -80px;
}
#entersizeBox2 > .entersizeBox2inner:nth-child(3){
	width: 55px;
	background-position: 159px -80px;
}
#entersizeBox2 > .entersizeBox2inner:nth-child(4){
	width: 55px;
	background-position: 96px -80px;	
}
#entersizeBox2 > .entersizeBox2inner:nth-child(5){
	width: 25px;
	background-position: 322px -80px;	
}
#entersizeBox3 , #entersizeBox5{
	width: 109px;
	height: 10px;
	background-image: url('images/layer1-wave.png');
	background-position: 0px bottom;
	background-repeat: repeat;
	-webkit-animation: slide 5s linear infinite;
	-moz-animation: slide 5s linear infinite;
	-ms-animation: slide 5s linear infinite;
	-o-animation: slide 5s linear infinite;
	animation: slide 5s linear infinite;
}
#entersizeBox4{
	height: 30px;
	background-position: 0px -180px;
	cursor: pointer;
}
#entersizeBox6{
	margin-top: 50px;
	height: 50px;
	background-position: 0px 50px;
	cursor: pointer;
}
.startAnimate > #mainLogo{
	
	-webkit-animation: dropLogo 1s linear 1s forwards;
	-moz-animation: dropLogo 1s linear 1s forwards;
	-ms-animation: dropLogo 1s linear 1s forwards;
	-o-animation: dropLogo 1s linear 1s forwards;
	animation: dropLogo 1s linear 1s forwards;
	
} 	
.startAnimate > .entersizeBox{
	opacity: 1;
}
.startAnimate > #entersizeBox2 > .entersizeBox2inner:nth-child(1){
	-webkit-animation: bubblepop 1.1s linear 2.2s forwards;
	-moz-animation: bubblepop 1.1s linear 2.2s forwards;
	-ms-animation: bubblepop 1.1s linear 2.2s forwards;
	-o-animation: bubblepop 1.1s linear 2.2s forwards;
	animation: bubblepop 1.1s linear 2.2s forwards;
}
.startAnimate > #entersizeBox2 > .entersizeBox2inner:nth-child(2){
	-webkit-animation: bubblepop 1.3s linear 2.3s forwards;
	-moz-animation: bubblepop 1.3s linear 2.3s forwards;
	-ms-animation: bubblepop 1.3s linear 2.3s forwards;
	-o-animation: bubblepop 1.3s linear 2.3s forwards;
	animation: bubblepop 1.3s linear 2.3s forwards;
}
.startAnimate > #entersizeBox2 > .entersizeBox2inner:nth-child(3){
	-webkit-animation: bubblepop 1.0s linear 2.2s forwards;
	-moz-animation: bubblepop 1.0s linear 2.2s forwards;
	-ms-animation: bubblepop 1.0s linear 2.2s forwards;
	-o-animation: bubblepop 1.0s linear 2.2s forwards;
	animation: bubblepop 1.0s linear 2.2s forwards;
}
.startAnimate > #entersizeBox2 > .entersizeBox2inner:nth-child(4){
	-webkit-animation: bubblepop 1.1s linear 2.3s forwards;
	-moz-animation: bubblepop 1.1s linear 2.3s forwards;
	-ms-animation: bubblepop 1.1s linear 2.3s forwards;
	-o-animation: bubblepop 1.1s linear 2.3s forwards;
	animation: bubblepop 1.1s linear 2.3s forwards;
}
.startAnimate > #entersizeBox2 > .entersizeBox2inner:nth-child(5){
	-webkit-animation: bubblepop 1.3s linear 2.2s forwards;
	-moz-animation: bubblepop 1.3s linear 2.2s forwards;
	-ms-animation: bubblepop 1.3s linear 2.2s forwards;
	-o-animation: bubblepop 1.3s linear 2.2s forwards;
	animation: bubblepop 1.3s linear 2.2s forwards;
}
#tabHeader1{
	overflow: hidden;
	width: 0%;
	height: 50px;
	background-color: #351413;
	border-bottom: 3px solid #210908;
	top:0px;
	left: 50%;
	right: 50%;
	opacity: 0;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}	
#tabHeader2{
	left: 0%;
	right: 0%;
	width: 100%;
	opacity: 1;
	min-width: 1000px;
	overflow: inherit;
	background-color: #351413;
	border-bottom: 3px solid #210908;
	top:0px;
	height: 55px;
}
#tabHeader1.startAnimate{
	left: 0%;
	right: 0%;
	width: 100%;
	opacity: 1;
	min-width: 1000px;
	overflow: inherit;
}
.tabHeader .tabMenu{
	width: 1000px;
}
.tabHeader .tabMenu .MenuBoxLogo{
	width: 160px;
	height: 55px;
	margin: 0px 5px;
}
.tabHeader .tabMenu .MenuLogo{
	width: 160px;
	height: 128px;
	margin: -10px 5px 0px 5px;
	background-image: url('images/menu-logo.png');
	background-repeat: no-repeat;
	opacity: 0;
	-webkit-animation: 5s ease 0s normal none infinite swing;
    -webkit-transform-origin: center top;
    -moz-animation: 5s ease 0s normal none infinite swing;
    -moz-transform-origin: center top;
    -ms-animation: 5s ease 0s normal none infinite swing;
    -ms-transform-origin: center top;	
    -o-animation: 5s ease 0s normal none infinite swing;
    -o-transform-origin: center top;	
    animation: 5s ease 0s normal none infinite swing;
    transform-origin: center top;
	-webkit-transition: opacity 0.8s ease-in-out 1s;
	-moz-transition: opacity 0.8s ease-in-out 1s;
	-ms-transition: opacity 0.8s ease-in-out 1s;
	-o-transition: opacity 0.8s ease-in-out 1s;
	transition: opacity 0.8s ease-in-out 1s;	
}
.tabHeader .tabMenu .MenuBoxLogo .MenuLogo{
	margin: 0px;
	top: -10px;
	left: 0px;
	z-index: 10;
}
.MenuLogoResize{
	width: 81px !important;
	height: 65px !important;
	background-size: 100% auto !important;
	left: 40px !important;
	top: -5px !important;
	-webkit-transition: all 1s ease-in-out !important;
	-moz-transition: all 1s ease-in-out !important;
	-ms-transition: all 1s ease-in-out !important;
	-o-transition: all 1s ease-in-out !important;
	transition: all 1s ease-in-out !important;
}
#tabHeader1.startAnimate .tabMenu .MenuLogo , #tabHeader2 .tabMenu .MenuLogo{
	opacity: 1;
}
.tabHeader .tabMenu .MenuText{
	padding-top: 16px;
	padding-right: 22px;
	padding-bottom: 3px;
	text-transform: uppercase;
	margin-top: 7px;
	margin-left: 24px;
	text-align: center;
}
.tabHeader .tabMenu .MenuText:nth-child(1){
	margin-left: 22px;
}
.tabHeader .tabMenu .MenuText:nth-child(4){
	margin-right: 20px;
}
.tabHeader .tabMenu .MenuText:nth-child(6){
	margin-left: 20px;
}
.tabHeader .tabMenu .MenuText:nth-child(7){
	margin-left: 27px;
}
.tabHeader .tabMenu .MenuText:nth-child(8){
	margin-left: 26px;
	padding-top: 8px;
	padding-right: 19px;

}
.tabHeader .tabMenu .MenuText a{
	color: #fff;
}
.tabHeader .tabMenu .MenuText:hover , .MenuText-Active{
	background-image: url('images/header-dash.png');
	background-repeat: no-repeat;
	background-position: right top;
}

#tabFooter1{
	overflow: hidden;
	width: 100%;
	height: 36px;
	background-color: #07b9a7;
	border-top: 3px solid #069a8b;
	bottom:-40px;
	left: 0px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
#tabFooter1.startAnimate{
	bottom:0px;
}
#tabFooter2{
	overflow: hidden;
	width: 100%;
	height: 36px;
	background-color: #07b9a7;
	border-top: 3px solid #069a8b;
	bottom:0px;
	left: 0px;
}
.footerMenu{
	width: 1000px;
	height: 16px;
	padding-top: 10px;
	font-family: Arial,Tahoma;
	font-size: 10.5px;  
	font-size: 1.05rem;
	color: #fff;
}
.footerMenu a{
	color: #fff;
}
.socailFooter{
	background-image: url('images/footer-logo.png');
	background-repeat: repeat-y;
	height: 16px;
	line-height: 16px;
	padding-left: 18px;
	margin-right: 10px;
}
#FooterPhone{
	background-position: 0px 0px;
	margin-left: 5px;
}
#FooterFacebook{
	background-position: 0px -16px;
}
#FooterInstagram{
	background-position: 0px -32px;
}
#FooterHashtag{
	background-position: 0px -48px;
}
.copyRightFooter{
	height: 16px;
	line-height: 16px;
	padding-left: 18px;	
	text-transform: uppercase;
}
.FooterLogo{
	background-image: url('images/footer-logo.png');
	height: 25px;
	margin-top: -3px;
	margin-left: 10px;
}
#FooterLogo1{
	width: 22px;
	background-position: -121px 58px;
	margin-right: 5px;
}
#FooterLogo2{
	width: 48px;
	background-position: -66px 27px;
}
#FooterLogo3{
	width: 42px;
	background-position: -69px 58px;
}
#FooterLogo4{
	width: 60px;
	background-position: 0px 27px;
}
#FooterLogo5{
	width: 33px;
	background-position: -13px 58px;
}
.notePaperZone{
	padding-top: 125px;
}
.notePaper{
	background-image: url('images/notepaper.png');
	background-repeat: no-repeat;
	background-position: center top;
	width: 584px;
	min-height: 415px;
	max-height: 660px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
	line-height: 150%;
}
.notePaper-inner{
	margin: 0px 40px 0px 60px;
	padding-right: 20px;
	overflow: hidden;
	position: relative;
}
.MyMap{
	background-image: url('images/mymap.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	min-width: 1000px;
	height: 542px;
	padding-top: 128px;
}
.MapBox{
	height: 542px;
	width: 1000px;
	overflow: hidden;
}
.MapBox .travel_bubble1{
	background-image: url('images/bubble.png');
	background-position: 134px 60px;;
	width: 48px;
	height: 60px;
	top:-60px; /*300*/
	right: 215px;
    cursor: pointer;
}
.MapBox .travel_bubble2{
	background-image: url('images/bubble.png');
	background-position: 223px 0px;;
	width: 221px;
	height: 70px;
	top:245px; 
	right: 130px;
	cursor: pointer;
}
#travel_around360 , #travel_around360 iframe{
	width: 100%;
	min-height: 508px;
}
/*
#travel_around360{
	z-index: 9;
	position: absolute;
	top: 0px;
	left: 0px;
}*/
#PaperZone{
	background-image: url('images/layer1-paper.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 705px;
	height: 580px;
	padding-top: 40px;
}
#PaperZoneInner{
	height: 510px;
	overflow: hidden;
	position: relative;
	width: 690px;
}
#PaperZoneInner .detail_text{
	font-family: Arial,Tahoma;
	font-size: 14px;  
	font-size: 1.4rem;
}
.closeBtn{
	background-image: url('images/close-text.png');
    cursor: pointer;
    height: 12px;
    margin-left: 632px;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 51px;
}
.closeBtn:hover{
	background-position: 0px 12px;	
}
#TravelAroundContent{
	padding-left: 30px;
}
#TravelAroundContent .topRibbon{
	border-bottom: 2px dashed #706861;
	width: 80%;
	padding: 15px 0px;	
	margin: 0px auto;
}
#TravelAroundContent .topRibbon span{
	font-size: 22px;
	font-size: 2.2rem;	
	display: table;
	margin: 5px auto;
}
#TravelAroundContent .topRibbon span:nth-child(1){
	background-image: url('images/ribbon.png');
	background-size: 100% 100%;
	font-weight: bold;
	padding: 10px 10px;
	font-size: 26px;
	font-size: 2.6rem;	
}
#TravelAroundContent .ContentText{
	padding: 0px 20px;
	font-family: Tahoma;
	font-size: 14px;
	font-size: 1.4rem;
}
#TravelAroundContent .ContentText img{
	display: block;
	max-width: 550px;
	margin: 10px auto;
	/*border: 1px solid #9f9f9f;*/
}
#TravelAroundContent .ContentText iframe{
	display: block;
	margin: 0px auto;
}
#TravelAroundContent .ContentText strong{
	font-weight: bold;
}
.qr_pin{
	background-image: url('images/icon_Pin.svg');
	width: 31px;
	height: 34px;
	cursor: pointer;
	top:-40;	
	background-size: 236px auto;
}
.qr_pin:hover{
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}
#pin1.qr_pin{
	background-position: -5px -10px;
	left: 492px;
	/*top: 43px;*/
}
#pin2.qr_pin{
	background-position: -37px -10px;
	left: 635px;
	/*top: 318px;*/
}
#pin3.qr_pin{
	background-position: -69px -10px;
	left: 543px;
	/*top: 95px;*/
}
#pin4.qr_pin{
	background-position: -101px -10px;
	left: 592px;
	/*top: 307px;*/
}
#pin5.qr_pin{
	background-position: -133px -10px;
	left: 606px;
	/*top: 255px;*/
}
#pin6.qr_pin{
	background-position: -5px -51px;
	left: 579px;
	/*top: 270px;*/
}
#pin7.qr_pin{
	background-position: -37px -51px;
	left: 500px;
	/*top: 200px;*/
}
#pin8.qr_pin{
	background-position: -69px -51px;    
	left: 483px;
    /*top: 79px;*/
}
#pin9.qr_pin{
	background-position: -101px -51px;   
	left: 503px;
    /*top: 102px;*/
}
#pin10.qr_pin{
	background-position: -133px -51px;
	left: 745px;
	/*top: 325px;*/
}
.qr_banner{
	/*
	background-image: url('images/qr_banner.png');
	*/
	border-radius: 12px;
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
/*
	width: 210px;
	height: 50px;
*/
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	overflow: hidden;
	text-align: center;
	font-family: tahoma;
	background-color: #ed1a4d;
	
}
#banner1.qr_banner{
	left: 530px;
	top: 20px;
}
#banner2.qr_banner{
	left: 565px;
	top: 265px;
}
#banner3.qr_banner{
	left: 465px;
	top: 40px;
}
#banner4.qr_banner{
	left: 479px;
	top: 252px;
	min-width: 220px;
}
#banner5.qr_banner{
	left: 503px;
	top: 200px;
}
#banner6.qr_banner{
	left: 510px;
	top: 215px;
	min-width: 140px;
}
#banner7.qr_banner{
	left: 398px;
	top: 144px;
	min-width: 230px;
}
#banner8.qr_banner{
	left: 380px;
    top: 23px;
}
#banner9.qr_banner{ 
	left: 385px;
    top: 46px;
	min-width: 240px;
}
#banner10.qr_banner{
	left: 695px;
	top: 270px;
	min-width: 100px;
}
.ar_pin{
	background-image: url('images/icon_Pin.svg');
	width: 31px;
	height: 34px;
	cursor: pointer;
	top:-40;	
	background-size: 236px auto;
}
.ar_pin:hover{
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}
#pin1.ar_pin{
	background-position: -5px -106px;
	left: 655px;
	/*top: 385px;*/
}
#pin2.ar_pin{
	background-position: -37px -106px;
	left: 596px;
	/*top: 95px;*/
}
#pin3.ar_pin{
	background-position: -69px -106px;
	left: 680px;
	/*top: 85px;*/
}
#pin4.ar_pin{
	background-position: -101px -106px;
	left: 484px;
	/*top: 16px;*/
}
#pin5.ar_pin{
	background-position: -133px -106px;
	left: 375px;
	/*top: 215px;*/
}
.ar_banner{
	/*
	background-image: url('images/ar_banner.png');
	*/
	border-radius: 12px;
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	/*
	width: 210px;
	height: 50px;
	*/
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	overflow: hidden;
	text-align: center;
	font-family: tahoma;
	background-color: #0e6eb0;
}
#banner1.ar_banner{
	left: 603px;
	top: 335px;
	min-width: 100px;
}
#banner2.ar_banner{
	left: 545px;
	top: 45px;
	min-width: 100px;
}
#banner3.ar_banner{
	left: 612px;
	top: 35px;
	min-width: 130px;
}
#banner4.ar_banner{
	left: 335px;
	top: 18px;
	min-width: 115px;
}
#banner5.ar_banner{
	left: 328px;
	top: 165px;
	min-width: 100px;
}
.ar_pop{
	background-image: url('images/ar_pin.png');
	width: 50px;
	height: 50px;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
#pop1.ar_pop{
	left: 620px;
	top: 325px;
	background-position: 0px 50px;
}
#pop2.ar_pop{
	left: 625px;
	top: 75px;
	background-position: 105px 100px;
}
#pop3.ar_pop{
	left: 750px;
	top: 65px;
	background-position: 55px 100px;
}
#pop4.ar_pop{
	left: 520px;
	top: 17px;
	background-position: 0px 100px;
}
#pop5.ar_pop{
	left: 515px;
	top: 115px;
	background-position: 105px 50px;
}
.ar_pop_show{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s ease-in-out 1s;
	-moz-transition: all 0.5s ease-in-out 1s;
	-ms-transition: all 0.5s ease-in-out 1s;
	-o-transition: all 0.5s ease-in-out 1s;
	transition: all 0.5s ease-in-out 1s;
}
.MyGallery{
	background-image: url('images/gallery-bg.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 1000px;
	height: 468px;
	padding-top: 165px;
}
.GalleryZone{
	width: 962px;
	height: 468px;
}
.Gallery{
	background-image: url('images/loading.gif');
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border: 2px solid #f0f0f0;
	border-radius: 3px;
	overflow: hidden;
}
.GalleryZone .photo1{
    height: 158px;
    left: 27px;
    top: 32px;
    width: 245px;
}
.GalleryZone .photo2{
    height: 105px;
    left: 293px;
    top: 77px;
    width: 162px;
}
.GalleryZone .photo3{
    height: 105px;
    left: 38px;
    top: 213px;
    width: 162px;
}
.GalleryZone .photo4{
    height: 105px;
    left: 38px;
    top: 337px;
    width: 162px;
}		
.GalleryZone .photo5{
    height: 158px;
    left: 218px;
    top: 224px;
    width: 245px;
}
.GalleryZone .photo6{
    height: 105px;
    left: 515px;
    top: 33px;
    width: 162px;
}				
.GalleryZone .photo7{
    height: 158px;
    left: 696px;
    top: 17px;
    width: 245px;
}
.GalleryZone .photo8{
    height: 105px;
    left: 490px;
    top: 225px;
    width: 162px;
}	
.GalleryZone .photo9{
    height: 105px;
    left: 490px;
    top: 345px;
    width: 162px;
}
.GalleryZone .photo10{
    height: 221px;
    left: 665px;
    top: 203px;
    width: 265px;
}		
.ForegroundGallery{
	background-image: url('images/gallery-fg.png');
	width: 962px;
	height: 468px;
	top: 0px;
	left: 0px;
}	
.GalleryArrow{
	background-image: url('images/gallery-arrow.png');
	width: 38px;
	height: 38px;
	top:215px;
	opacity: 0;
}
.GalleryPrev{
	background-position: 0px 0px;
	left: -17px;
	cursor: pointer;
	-webkit-transition: all 0.8s ease-in-out 1s;
	-moz-transition: all 0.8s ease-in-out 1s;
	-ms-transition: all 0.8s ease-in-out 1s;
	-o-transition: all 0.8s ease-in-out 1s;
	transition: all 0.8s ease-in-out 1s;
}
.GalleryNext{
	background-position: 38px 0px;
	right: -19px;
	cursor: pointer;
	-webkit-transition: all 0.8s ease-in-out 1s;
	-moz-transition: all 0.8s ease-in-out 1s;
	-ms-transition: all 0.8s ease-in-out 1s;
	-o-transition: all 0.8s ease-in-out 1s;
	transition: all 0.8s ease-in-out 1s;
}
/*
.GalleryPrev:hover{
	background-position: 0px 38px;
}
.GalleryNext:hover{
	background-position: 38px 38px;
}
*/
.GalleryPrev-Action{
	/*
	cursor: default;
	background-position: 0px 0px !important;
	*/
	opacity: 1;
}	 
.GalleryNext-Action{
	/*
	cursor: default;
	background-position: 38px 0px !important;
	*/
	opacity: 1;
}
.GalleryBlank{
	cursor: pointer;
}
.animateMyPhoto{
	-webkit-animation: animatePhoto 1.5s linear 1s forwards;
	-moz-animation: animatePhoto 1.5s linear 1s forwards;
	-ms-animation: animatePhoto 1.5s linear 1s forwards;
	-o-animation: animatePhoto 1.5s linear 1s forwards;
	animation: animatePhoto 1.5s linear 1s forwards;	
}
.MyPhoto{
	width: 1000px;
	height: 460px;
	padding-top: 165px;
	overflow: hidden;
}
.photoBanner{
	background-image:  url('images/photoBanner.png');	
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 421px;
	height: 34px;
	text-indent: -9000px;
}
.PhotoZone{
	height: 460px;
}
.photoslide{
	top: 50px;
	left: 1000px;	
	width: 912px;
	height: 410px;
}
.photoslide:nth-child(2){
	left: 35px;
}
.photoBox{
	background-image:  url('images/photobox.png');	
	background-repeat: no-repeat;
	width: 282px;
	height: 195px;
	margin-left: 22px;
	margin-bottom: 10px;
}
.photoThumb{
	background-position: center center;
	background-size: 100% auto;
	height: 143px;
	margin: 4px 4px 8px 4px;
}
.photoText{
	margin-bottom: 4px;
	color: #000;
	font-size: 14px;  
	font-size: 1.4rem; 
	text-align: center;
	margin-left: 4px;
	margin-right: 4px;
}	
.photoArrow{
	background-image: url('images/gallery-arrow.png');
	width: 38px;
	height: 38px;
	top:215px;
}
.photoPrev{
	background-position: 0px 0px;
	left: 0px;
	cursor: pointer;
}
.photoNext{
	background-position: 38px 0px;
	right: 0px;
	cursor: pointer;
}
.photoPrev:hover{
	background-position: 0px 38px;
}
.photoNext:hover{
	background-position: 38px 38px;
}
.photoPrevEnD{
	cursor: default;
	background-position: 0px 0px !important;
	display: none;
}	 
.photoNextEnD{
	cursor: default;
	background-position: 38px 0px !important;
	display: none;
}
.photoBox2{
	background-image:  url('photo/O_Panorama.jpg');	
	margin-left: 20px;
	width: 882px;
	height: 390px;
	border: 5px solid #E2E2E2;
	border-radius: 10px;	
}
.photoBox2:hover{
	background-image:  url('photo/S_Panorama.jpg');	
}
.MyHowto{
	width: 1000px;
	padding-top: 130px;
}	
.MyHowZone{	
	width: 1000px;
	background-image:  url('images/howtopaper.png');	
	background-repeat: no-repeat;
	background-position: left top;
	max-height: 715px;
	min-height: 520px;
}	
.MyHowImage{	
	width: 413px;
	background-image:  url('images/howto2.png');	
	background-repeat: no-repeat;
	background-position: center center;
	height: 350px;
	right: 20px;
	bottom: 0px;
}
.detail_title1{
	text-align: center;
	font-size: 36px;  
	font-size: 3.6rem; 
	padding-top: 2px;
}
.detail_title2 , .detail_title3{
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 8px;
	font-size: 18px;  
	font-size: 1.8rem; 
}
.detail_title2{
	background-image:  url('images/detail_line1.png');	
}
.detail_title3{
	background-image:  url('images/detail_line3.png');	
}	

.detail_video{
	background-image:  url('images/detail_line2.png');	
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 35px;
	margin-top: 15px;
	padding-left: 15px;
}
.detail_video iframe{
	display: block;
	margin: 0px auto;
}
.detail_text{
	padding: 15px 40px;
	line-height: 130%; 	
	font-family: Arial,Tahoma;
	font-size: 14px;  
	font-size: 1.4rem;
}
.detail_text img{
	max-width: 450px;
}
.detail_text strong{
	font-weight: bold;
}
.HowToBtn{
	background-image:  url('images/howto.svg');
	background-size: auto 100%;
	width: 96px;
	height: 30px;
	margin: 15px 50px 15px 0px;	
}
.code_detail_body{
	background-image:  url('images/paperBG1.png');	
	background-position: center top;
	background-size: 100% auto;
	width: 80%;
	margin: 0px 5%;
	padding: 25px 5% 30px 5%;
}
.code_detail_body .detail_video iframe{
	width: 800px;
	height: 400px;
}

@media only screen and (max-device-width: 1024px){
	#tabFooter2{
		max-width: 1000px;
	}
	.copyRightFooter{
		padding-left: 12px;
		font-size: 9.5px;  
		font-size: 0.95rem;	
	}
	#FooterLogo1{
		margin-right: 30px;
	}
	.MyGallery{
		-webkit-transform: scale(0.95);
		-moz-transform: scale(0.95);
		-ms-transform: scale(0.95);
		-o-transform: scale(0.95);
		transform: scale(0.95);		
		padding-top: 100px !important;	
	}
}
/*--- Animate---*/
@-webkit-keyframes slide {
	    from { background-position: 0px bottom; }
		to { background-position: 109px bottom; }
}
@-moz-keyframes slide {
	    from { background-position: 0px bottom; }
		to { background-position: 109px bottom; }
}
@-ms-keyframes slide {
	    from { background-position: 0px bottom; }
		to { background-position: 109px bottom; }
}
@-o-keyframes slide {
	    from { background-position: 0px bottom; }
		to { background-position: 109px bottom; }
}
@keyframes slide {
	    from { background-position: 0px bottom; }
		to { background-position: 109px bottom; }
}

@-webkit-keyframes dropLogo {
    0%   { margin-top: -360px; }
    70%  { margin-top: 0px;}
    75%  { margin-top: -15px; }
    80%  { margin-top: 0px;}
    85%  { margin-top: -10px;}
    90%  { margin-top: 0px;}
    95%  { margin-top: -5px;}
    100% { margin-top: 0px;}		
}
@-moz-keyframes dropLogo {
    0%   { margin-top: -360px; }
    70%  { margin-top: 0px;}
    75%  { margin-top: -15px; }
    80%  { margin-top: 0px;}
    85%  { margin-top: -10px;}
    90%  { margin-top: 0px;}
    95%  { margin-top: -5px;}
    100% { margin-top: 0px;}	
}
@-ms-keyframes dropLogo {
    0%   { margin-top: -360px; }
    70%  { margin-top: 0px;}
    75%  { margin-top: -15px; }
    80%  { margin-top: 0px;}
    85%  { margin-top: -10px;}
    90%  { margin-top: 0px;}
    95%  { margin-top: -5px;}
    100% { margin-top: 0px;}	
}
@-o-keyframes dropLogo {
    0%   { margin-top: -360px; }
    70%  { margin-top: 0px;}
    75%  { margin-top: -15px; }
    80%  { margin-top: 0px;}
    85%  { margin-top: -10px;}
    90%  { margin-top: 0px;}
    95%  { margin-top: -5px;}
    100% { margin-top: 0px;}	
}
@keyframes dropLogo {
    0%   { margin-top: -360px; }
    70%  { margin-top: 0px;}
    75%  { margin-top: -15px; }
    80%  { margin-top: 0px;}
    85%  { margin-top: -10px;}
    90%  { margin-top: 0px;}
    95%  { margin-top: -5px;}
    100% { margin-top: 0px;}	
}
@-webkit-keyframes bubblepop {
    0%   { -webkit-transform: scale(0); }
    80%   { -webkit-transform: scale(0.6); }
    100%   { -webkit-transform: scale(1); }
}
@-moz-keyframes bubblepop {
    0%   { -moz-transform: scale(0); }
    80%   { -moz-transform: scale(0.6); }
    100%   { -moz-transform: scale(1); }
}
@-ms-keyframes bubblepop {
    0%   { -ms-transform: scale(0); }
    80%   { -ms-transform: scale(0.6); }
    100%   { -ms-transform: scale(1); }
}
@-o-keyframes bubblepop {
    0%   { -o-transform: scale(0); }
    80%   { -o-transform: scale(0.6); }
    100%   { -o-transform: scale(1); }
}
@keyframes bubblepop {
    0%   { transform: scale(0); }
    80%   { transform: scale(0.6); }
    100%   { transform: scale(1); }
}

@-webkit-keyframes swing{
    0%{-webkit-transform:rotate(-5deg)}
    50%{-webkit-transform:rotate(5deg)}
    100%{-webkit-transform:rotate(-5deg)}
}
@-moz-keyframes swing{
    0%{-moz-transform:rotate(-5deg)}
    50%{-moz-transform:rotate(5deg)}
    100%{-moz-transform:rotate(-5deg)}
}
@-ms-keyframes swing{
    0%{-ms-transform:rotate(-5deg)}
    50%{-ms-transform:rotate(5deg)}
    100%{-ms-transform:rotate(-5deg)}
}
@-o-keyframes swing{
    0%{-o-transform:rotate(-5deg)}
    50%{-o-transform:rotate(5deg)}
    100%{-o-transform:rotate(-5deg)}
}
@keyframes swing{
    0%{transform:rotate(-5deg)}
    50%{transform:rotate(5deg)}
    100%{transform:rotate(-5deg)}
}
@-webkit-keyframes animatePhoto {
    0%    { -webkit-transform: translate(0px); }
    25%   { -webkit-transform: translate(-10px); opacity: 1;  }
    50%   { -webkit-transform: translate(-20px); opacity: 0; }
    75%   { -webkit-transform: translate(-20px); opacity: 0; }
    99%   { -webkit-transform: translate(-10px); opacity: 0; }
    100%  { -webkit-transform: translate(0px); opacity: 0; }
}
@-moz-keyframes animatePhoto {
    0%    { -moz-transform: translate(0px); }
    25%   { -moz-transform: translate(-10px); opacity: 1;  }
    50%   { -moz-transform: translate(-20px); opacity: 0; }
    75%   { -moz-transform: translate(-20px); opacity: 0; }
    99%   { -moz-transform: translate(-10px); opacity: 0; }
    100%  { -moz-transform: translate(0px); opacity: 0; }
}
@-ms-keyframes animatePhoto {
    0%    { -ms-transform: translate(0px); }
    25%   { -ms-transform: translate(-10px); opacity: 1;  }
    50%   { -ms-transform: translate(-20px); opacity: 0; }
    75%   { -ms-transform: translate(-20px); opacity: 0; }
    99%   { -ms-transform: translate(-10px); opacity: 0; }
    100%  { -ms-transform: translate(0px); opacity: 0; }
}
@-o-keyframes animatePhoto {
    0%    { -o-transform: translate(0px); }
    25%   { -o-transform: translate(-10px); opacity: 1;  }
    50%   { -o-transform: translate(-20px); opacity: 0; }
    75%   { -o-transform: translate(-20px); opacity: 0; }
    99%   { -o-transform: translate(-10px); opacity: 0; }
    100%  { -o-transform: translate(0px); opacity: 0; }
}
@keyframes animatePhoto {
    0%    { transform: translate(0px); }
    25%   { transform: translate(-10px); opacity: 1;  }
    50%   { transform: translate(-20px); opacity: 0; }
    75%   { transform: translate(-20px); opacity: 0; }
    99%   { transform: translate(-10px); opacity: 0; }
    100%  { transform: translate(0px); opacity: 0; }
}
.ps-scrollbar-x-rail{
	display: none !important;
}
/* old
#header{
	width: 100%;
}
#topBar{
	width: 100%;
	background-image: url('images/museum-head.jpg');
	background-position: center center;
	height: 94px;
}
#midBar{
	background-color:#781817;
	width: 100%;
	height: 1px;
}
#midBar-inner{
	width: 775px;
	height: 1px;
}
#bar-location{
	background-image: url('images/museum-mid-head-inner.png');
	background-position: center bottom;
	top: 1px;
	left: 0px;
	width: 775px;
	height: 76px;
	z-index: 998;
}
#lowBar{
	background-image: url('images/museum-mid-head.jpg');
	background-position: center center;
	height: 38px;
}
#breadcrumb{
	left: 15px;
	top: 10px;
	width: 300px;
	height: 20px;
	z-index: 999;
}
#breadcrumb div{
	padding-right: 5px;
	font-size: 12px;  
	font-size: 1.2rem; 
}
#breadcrumb div:nth-child(1){
	color: #8b8b8b;
}
#navigator{
	width: 265px;
	height: 37px;
}
#navigator-inner-outdoor , #navigator-inner-indoor{
	width: 265px;
	height: 22px;
	top: 8px;
	left: 0px;
	z-index: 999;
}

#day , #night{
	background-image: url('images/daynight-th.png');
	width: 59px;
	height: 22px;
	text-indent: -9000px;
}
.daynightEn{
	background-image: url('images/daynight-en.png') !important;
}
#day{
	background-position: 0px 22px;
	margin-right: 10px;
}
#night{
	background-position: 60px 22px;
}
#day:hover{
	background-position: 0px 44px;
}
#night:hover{
	background-position: 60px 44px;
}
.daynightSelect > #day{
	background-position: 0px 0px !important;
}
.daynightSelect > #night{
	background-position: 60px 0px !important;
}
#navigator-inner-indoor div:nth-child(1){
	width: 80px;
	height: 20px;
	margin-left: 48px;
	text-indent: -9000px;
}
.th_language , .en_language {
	background-image: url('images/language.png');
	width: 40px;
	height: 16px;
	margin-top: 5px;
	margin-right: 15px;
	text-indent: -9000px;
}
.th_language{
	background-position: 0px 16px;
	margin-left: 25px;
}
.en_language{
	background-position: 40px 16px;
}
.th_language:hover{
	background-position: 0px 0px;
}
.en_language:hover{
	background-position: 40px 0px;
}
.thAction{
	background-position: 0px 0px !important;
}
.enAction{
	background-position: 40px 0px !important;
}
.mystoryth , .mystoryen{
	background-repeat: no-repeat;
	cursor: pointer;
}
.mystoryth{
	background-image: url('images/storybtn-th.png');
}
.mystoryen{
	background-image: url('images/storybtn-en.png');
}
#bar-icon{
    left: 269px;
    top: 10px;
	width: 240px;
	height: 50px;
	z-index: 999;
}
#sidebar{
	top: 0px;
	left: -447px;
	width: 446px;
	background-image: url('images/sidebar-bg.png');
	background-color: #000;
	padding-left: 35px;
	z-index: 997;
}
#tabsidemenu{
	width: 34px;
	height: 100%;
	background-image: url('images/tabsidebar-text-th.png');
	background-position: -34px center;
	background-color: #272525;
	background-repeat: no-repeat;
	border-right: 1px solid #000;
	cursor: pointer;
}
.tabsidemenu_en{
	background-image: url('images/tabsidebar-text-en.png')!important;
}
#sidemenuDetail{
	width: 410px;
	height: 100%;
	overflow: hidden;
}
#sidemenuDetail-inner{
    height: 434px;
    padding-top: 30px;
    width: 410px;
    
    -webkit-transition: all 600ms linear;
    -moz-transition: all 600ms linear;
    -ms-transition: all 600ms linear;
    -o-transition: all 600ms linear;
    transition: all 600ms linear;    
}
.sidemenuDetail-inner-hidden{
	filter:Alpha(Opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -moz-transform: scale(3.0);
    -webkit-transform: scale(3.0);
    -o-transform: scale(3.0);
    -ms-transform: scale(3.0);
    transform: scale(3.0);	
}
.sidemenuDetail-inner-hidden div , .sidemenuDetail-inner-hidden img{
	display: none !important;
}
#body-container{
	margin-left: 18px;
}
#virtualtour{
	border: 0px;
}
#footer-line{
	background-color: #781818;
	width: 100%;
	height: 23px;
	border-bottom: 2px solid #a35c43;
}
#copyright{
	padding-top: 5px;
	color: #b28f50;
	font-size: 10px;  
	font-size: 1.0rem; 
	width: 350px;
	text-align: center;
}
.socialBtn{
	background-image: url('images/social.png');
	width: 31px;
	height: 31px;
	bottom: 0px;
	z-index: 998;
}
#fbbtn{
	right: 62px;
	background-position: 0px 0px;
}
#fbbtn:hover{
	background-position: 0px 31px;
}
#twbtn{
	right: 31px;
	background-position: 62px 0px;
}
#twbtn:hover{
	background-position: 62px 31px;
}
#ytbtn{
	right: 0px;
	background-position: 31px 0px;
}
#ytbtn:hover{
	background-position: 31px 31px;
}
#main-container , #sidebar , #body-container , #virtualtour{
	min-height: 464px;
}
#sidemenuDetail-inner .IconDot{
	width: 20px;
	height: 20px;
}
#sidemenuDetail-inner .IconDot img{
	width: 0px;
	height: 20px;
	margin-top: 20px;
}
#sidemenuDetail-inner > div > a > .Icon-hover{
	cursor: default !important;
    -moz-transform: scale(1.5)!important;
    -webkit-transform: scale(1.5)!important;
    -o-transform: scale(1.5)!important;
    -ms-transform: scale(1.5)!important;
    transform: scale(1.5)!important;	
}
#sidemenuDetail-inner .IconDot:nth-child(2){
    left: 91px;
    top: 265px;
}
#sidemenuDetail-inner .IconDot:nth-child(3){
    left: 61px;
    top: 273px;
}
#sidemenuDetail-inner .IconDot:nth-child(4){
    left: 42px;
    top: 295px;
}
#sidemenuDetail-inner .IconDot:nth-child(5){
	left: 39px;
	top: 45px;
}
#sidemenuDetail-inner .IconDot:nth-child(6){
    left: 116px;
    top: 55px;
}
#sidemenuDetail-inner .IconDot:nth-child(7){
    left: 170px;
    top: 60px;
}
#sidemenuDetail-inner .IconDot:nth-child(8){
    left: 210px;
    top: 35px;
}
#sidemenuDetail-inner .IconDot:nth-child(9){
    left: 290px;
    top: 35px;
}
#sidemenuDetail-inner .IconDot:nth-child(10){
    left: 355px;
    top: 52px;
}
#sidemenuDetail-inner .IconDot:nth-child(11){
    left: 350px;
    top: 160px;
}
#sidemenuDetail-inner .IconDot:nth-child(12){
    left: 310px;
    top: 150px;
}
#sidemenuDetail-inner .IconDot:nth-child(13){
    left: 270px;
    top: 145px;
}
#sidemenuDetail-inner .IconDot:nth-child(14){
    left: 225px;
    top: 140px;
}
#sidemenuDetail-inner .IconDot:nth-child(15){
	left: 180px;
	top: 140px;
}
#sidemenuDetail-inner .IconDot:nth-child(16){
    left: 140px;
    top: 150px;
}
#sidemenuDetail-inner .IconDot:nth-child(17){
    left: 90px;
    top: 150px;
}
#sidemenuDetail-inner .IconDot:nth-child(18){
    left: 45px;
    top: 165px;
}
#sidemenuDetail-inner .Reddot{
	width: 16px !important;
	height: 16px !important;
}
#sidemenuDetail-inner .Reddot img{
	width: 16px;
	height: 16px;
	-moz-transition: scale(0); /* firefox
	-ms-transform: scale(0); /* IE 9
	-webkit-transform: scale(0); /* Safari and Chrome
	-o-transition: scale(0);
	transform: scale(0);
}
#sidemenuDetail-inner .Reddot:nth-child(19){
    left: 188px;
    top: 299px;
}
#sidemenuDetail-inner .Reddot:nth-child(20){
    left: 168px;
    top: 279px;
}
#sidemenuDetail-inner .Reddot:nth-child(21){
    left: 145px;
    top: 272px;
}
#sidemenuDetail-inner .Reddot:nth-child(22){
    left: 120px;
    top: 268px;
}
#starbullet{
	bottom: 5px;
	left: 25px;
	width: 40px;
	height: 40px;
}
#starbullet > a > img{
	width: 40px;
	height: 40px;	
	-moz-transition: scale(0); /* firefox
	-ms-transform: scale(0); /* IE 9
	-webkit-transform: scale(0); /* Safari and Chrome
	-o-transition: scale(0);
	transform: scale(0);
}
.bulletAction{
	-moz-transition: scale(2) !important; /* firefox
	-ms-transform: scale(2) !important; /* IE 9
	-webkit-transform: scale(2) !important; /* Safari and Chrome
	-o-transition: scale(2) !important;
	transform: scale(2) !important;
}
#arrow1{
	bottom: 48px;
	left: 85px;
	width: 0px;
	height: 44px;
	overflow: hidden;
}
#arrow2{
    bottom: 47px;
    height: 32px;
    left: 273px;
    width: 0px;
	overflow: hidden;
}
#barTitle{
	height: 25px;
	line-height: 25px;
	color: #fff;
	padding: 0px 12px;
	min-width: 0px;
	top: 0px;
	left: 0px;
}
.floor{
    height: 39px;
    width: 95px;
}
.floor img{
	cursor: pointer;
}
#floor1{
    left: 83px;
    top: 318px;
}
#floor2{
    left: 245px;
    top: 202px;
}
#floor3{
    left: 241px;
    top: 77px;
}
#topbarTitle{
    height: 60px;
    left: 20px;
    top: 10px;
    width: 380px;
}
#topbarTitle > h2{
  font-size: 24px;      /* &#3585;&#3619;&#3603;&#3637;&#3652;&#3617;&#3656;&#3619;&#3629;&#3591;&#3619;&#3633;&#3610; rem
  font-size: 2.4rem;    /* &#3585;&#3619;&#3603;&#3637;&#3619;&#3629;&#3591;&#3619;&#3633;&#3610; rem
}
#topbarTitle > p{
  font-size: 16px;      /* &#3585;&#3619;&#3603;&#3637;&#3652;&#3617;&#3656;&#3619;&#3629;&#3591;&#3619;&#3633;&#3610; rem
  font-size: 1.6rem;    /* &#3585;&#3619;&#3603;&#3637;&#3619;&#3629;&#3591;&#3619;&#3633;&#3610; rem
}
/*-----------------------Map Zoom-----------------------
.Map-Zoom , .Map-Zoom-Inner{
	width: 410px;
	height: 434px;
}
#zoom1{
	background-image: url('images/zoommap1.png');
	left: 0px;
}
#zoom2{
	background-image: url('images/zoommap2.png');
	background-position: 0px 0px;
	left: 0px;
}
#zoom3{
	background-image: url('images/zoommap3.png');
	background-position: 0px 0px;
	left: 0px;
}
#zoom4{
	background-image: url('images/zoommap2.png');
	background-position: -410px 0px;
	left: 410px;	
}
#zoom5{
	background-image: url('images/zoommap3.png');
	background-position: -410px 0px;
	left: 410px;	
}
#mapFooter{
	bottom: 0px;
	left: 0px;
	width: 410px;
	height: 50px;
	background-color: #361104;
}
.mapFooterBtnBox{
	height: 50px;
	background-color: #250a01;
	width: 89px;
	margin-left: 18px;
	background-image: url('images/zoom-text.png');
	background-repeat: repeat-x;
}
.mapFooterBtnBox_en{
	background-image: url('images/zoom-text-en.png')!important;
}
#mapFooterBtnBox1{
	margin-left: 0px;
	background-position: -2px 12px;
}
#mapFooterBtnBox2{
	background-position: 296px 12px;
}
#mapFooterBtnBox3{
	background-position: 197px 12px;
}
#mapFooterBtnBox4{
	background-position: 91px 12px;
}
.mapFooterBtnBox:hover , .mapFooterBtnBoxhover{
	background-color: #421805;
}
#mapFooterArrow{
	width: 30px;
	height: 15px;
	bottom: 50px;
}
.FooterArrow1{
	left: 113px;
}
.FooterArrow2{
	left: 220px;
}
.FooterArrow3{
	left: 327px;
}
.Map-Zoom-Inner .IconDot , .Map-Zoom-Inner .ReddotZoom{
	width: 40px;
	height: 40px;
}
.Map-Zoom-Inner .IconDot img , .Map-Zoom-Inner .ReddotZoom img{
	width: 40px;
	height: 40px;
}
#zoom1 .IconDot:nth-child(1){
    left: 139px;
    top: 191px;
}
#zoom1 .IconDot:nth-child(2){
    left: 98px;
    top: 224px;
}
#zoom1 .IconDot:nth-child(3){
    left: 65px;
    top: 263px;
}
#zoom1 .ReddotZoom:nth-child(4){
    left: 345px;
    top: 196px;
}
#zoom1 .ReddotZoom:nth-child(5){
    left: 296px;
    top: 181px;
}
#zoom1 .ReddotZoom:nth-child(6){
    left: 242px;
    top: 177px;
}
#zoom1 .ReddotZoom:nth-child(7){
    left: 188px;
    top: 178px;
}
#zoom2 .IconDot:nth-child(1){
    left: 325px;
    top: 85px;
}
#zoom2 .IconDot:nth-child(2){
    left: 230px;
    top: 98px;
}
#zoom2 .IconDot:nth-child(3){
    left: 116px;
    top: 90px;
}
#zoom2 .IconDot:nth-child(4){
    left: 30px;
    top: 119px;
}
#zoom3 .IconDot:nth-child(1){
    left: 35px;
    top: 141px;
}
#zoom3 .IconDot:nth-child(2){
    left: 195px;
    top: 169px;
}
#zoom3 .IconDot:nth-child(3){
	left: 330px;
    top: 198px;
}
#zoom4 .IconDot:nth-child(1){
    left: 335px;
    top: 129px;
}
#zoom4 .IconDot:nth-child(2){
    left: 236px;
    top: 102px;
}
#zoom4 .IconDot:nth-child(3){
    left: 146px;
    top: 78px;
}
#zoom4 .IconDot:nth-child(4){
    left: 50px;
    top: 70px;
}
#zoom5 .IconDot:nth-child(1){
    left: 24px;
    top: 121px;
}
#zoom5 .IconDot:nth-child(2){
    left: 198px;
    top: 110px;
}
#zoom5 .IconDot:nth-child(3){
    left: 335px;
    top: 155px;
}
.zoomTitleBar{
	/*
	font-size: 24px;    
	font-size: 2.4rem; 
	text-align: center;
	color: #DE362C;
	*/
	height: 30px;
	width: 300px;
	
	top: 0px;
	left: 20px;
}
/*
#zoom1 .zoomTitleBar{
    left: 45px;
    top: 115px;
}#zoom2 .zoomTitleBar{
    left: 45px;
    top: 25px;
}#zoom3 .zoomTitleBar{
	left: 45px;
	top: 10px;
}#zoom4 .zoomTitleBar{
	left: 45px;
	top: 0px;
}
#zoom5 .zoomTitleBar{
	left: 45px;
	top: 30px;
}

.zoomArrow{
	cursor: pointer;
	width: 36px;
	height: 76px;
	top: 150px;
} 
.zoomArrowright{
	background-image: url('images/zoomright1.png');
	right: 0px;
}
.zoomArrowleft{
	background-image: url('images/zoomleft1.png');
	left: 0px;
}
.zoomArrowright:hover{
	background-image: url('images/zoomright2.png');
	background-position: 0px 0px;
}
.zoomArrowleft:hover{
	background-image: url('images/zoomleft2.png');
	background-position: -10px 0px;
}
#muteBtn{
	background-image: url('images/mute.png');
	width: 60px;
	height: 70px;
	bottom: 30px;
	right: 0px;
	cursor: pointer;
	display: none;
	position: absolute;
}
.mute_on , .mute_off:hover{
	background-position: 0px 0px;
}
.mute_off , .mute_on:hover{
	background-position: 0px 70px;
}
/*-----------------------lightbox-----------------------
#bg-lightbox{
	opacity:0.9;
	filter:Alpha(Opacity=90);
	background-color: #000;
	left: 30px;
	top: -1px;
	z-index: 994;
}
.lightbox-loading{
	width: 140px;
	height: 140px;
	z-index: 995;
}
#lightbox{
	width: 930px;
	height: 400px;
	z-index: 995;
	border: none;
	overflow: hidden;
}
/*-----------------------Notify-----------------------
#notifybar{
	height: 0px;
    left: 90px;
    top: 39px;
    width: 595px;
    z-index: 996;	
    opacity:0.9;
	filter:Alpha(Opacity=90);
	background-color: #000;
	min-height: 464px;
}
#notifybar-inner > h2 , #notifybar-inner > h5 , #notifybar-inner > p{
	text-align: center;
	padding-left: 50px;
	padding-right: 50px;
	color: #f6f0ce;
}
#notifybar-inner > h2{
	font-size: 36px;      
	font-size: 3.6rem;  
}
#notifybar-inner > h5{
	margin-top: 25px;
	font-size: 24px;    
	font-size: 2.4rem; 
}
#notifybar-inner > p{
	margin-top: 15px; 
	line-height:20px;
}
#notifyclose{
	background-image: url('images/notifyclose.png');
	background-position: 0px 0px;
	width: 24px;
	height: 24px;
	cursor: pointer;	   
	right: 80px;
    top: 80px;
    z-index: 997;
}
#notifyclose:hover{
	background-position: 0px 24px;
}
#notifybar-inner{margin-top: 60px;}
*/