@charset "UTF-8";

body {
	margin:0;
	font-family:  Microsoft JhengHei, Verdana, sans-serif,微軟正黑體;
	box-sizing: border-box;
}

img {
	width: 100%;
	height: 50.25%;
}

.blueBk {
	height: 300px;
    background-color: #EEEBDF 
}

.panddingTop40Left20{
	padding-left: 20px;
	padding-right: 85px;
	padding-top: 40px;
}

#lock {
	color:#EEEBDF;
	background-color: #EEEBDF;
	position: relative;
}

--------------------------------------------------------


#b00 {
	position:relative;
	width: 100%;
	height: 250px;
	text-align:right;
}

/*-----b01-----*/

#b01 {
	padding: 50px 0;
	width: 100%;
	background-color:#EEEBDF;
}

#b01 .hotel-co {
	width: 90%;
	margin-left: 5%;
	display: flex;
	justify-content: center;
}

#b01 .hotel-co img {
    width: 100%;
    height: auto;
    padding: 0;
}

.b1Title1{
	text-align: center;
	margin: 0 auto 50px;
	font-size:300%;
	color: #666666;
}
.b1Txt{
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
	font-size:180%;
	color: #4D4D4D;
}

/*------hover_START------*/

@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
.snip1513 {
  position: relative;
  overflow: hidden;
  margin: 10px;
  max-width: 293px;
  font-size: 16px;
  line-height: 1.2em;
}

.snip1513 *,
.snip1513 *:before,
.snip1513 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.snip1513:before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  content: '';
  background-color: #BBB;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.snip1513 img {
  max-width: 100%;
  vertical-align: top;
}

.snip1513 .icons {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.snip1513 a {
  margin: 2px;
  opacity: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.snip1513 a i {
  display: block;
  font-size: 23.52941176px;
  line-height: 40px;
  width: 40px;
  background-color: #ffffff;
  text-align: center;
  color: #000000;
  border-radius: 50%;
}

.snip1513 a i:hover {
  background-color: #000000;
  color: #ffffff;
  cursor: pointer;
}

.snip1513:hover:before,
.snip1513.hover:before {
  opacity: 0.5;
}

.snip1513:hover a,
.snip1513.hover a {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.snip1513:hover a:nth-child(2),
.snip1513.hover a:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.snip1513:hover a:nth-child(3),
.snip1513.hover a:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/*------hover_END-------*/

.mobile {
	display: none!important;
}

@media screen and (max-width: 768px) {
	.mobile {
	display: block!important;
	}
	.web {
	display: none!important;
	}
}

#b02 {
	padding: 50px 0;
	width: 100%;
	background-color: #186FB8;

}

#b2Box1 {
	width: 50%;
	text-align: center;
 	margin: 0px auto;
}

#b2Box2 {
	margin:0 auto;
 	width: 100%;
 	max-width: 1920px;
	position:static;
}

.b2Title1{
	text-align: center;
    font-size: 300%;
	color: #FFF;
	width: 400px;
	margin: 0 auto 50px;
	border-bottom-style:solid;
	border-bottom-color: #FFF;
	border-width: 4px;
}

.b2Txt{
	text-align: center;
    font-size: 180%;
	color:#FFF;
}

#m_hotelfeature {
	display: none;
}

#hotelfeature {
	padding: 50px 15% 0px;
	min-height: 300px;
	background-color: #FFF;
	clear: both;
}
#hotelfeature:after{
	display: block;
	height: 0;
	clear: both;
	content: "";
	visibility: hidden;
}
.featurebox {
	float: left;
	width: 20%;
	text-align: center;
	margin-top: 25px;
}

.featurebox .featureimg {
	height: auto;
	width: 120px;
	transform:scale(1,1);
	transition: all 0.25s ease-out;
	border-radius: 50%;
}

.featurebox .featureimg:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
	transform:scale(1.2,1.2);
}

.featurebox h3 {
	color: #87CDD3;
	margin-top: 20px;
}

.featurebox p {
	color: #727171;
	margin: 0 auto;
	width: 90%;
	margin-top: -10px;
	font-size: 0.9em;
}

#b03 {
	padding-top: 50px;
    width: 100%;
    background-color: #EEEBDF;
    height: auto;
}

#b3Box1 {
	width: 50%;
	margin: 0 auto;
}

#b3Box2 {
	background:url(../images/hotelIntro/pic2.jpg) no-repeat;
	background-position: 50% 0;
	height: 540px;
 	margin:0 auto;
 	width: 100%;
 	max-width: 1920px;
}

.b3Title1 {
	text-align: center;
    font-size: 3em;
    font-weight: bolder;
	color: #0E528B;
	width: 300px;
	margin: 0 auto 8px;
	border-bottom-style:solid;
	border-bottom-color: #0E528B;
	border-width: 1px;
}

.b3Txt {
	text-align: center;
    font-size: 1.2em;
	color:#0E528B;
}

#liveTV {
	padding: 50px 0;
	background: rgb(68,221,181); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(68,221,181,1) 3%, rgba(18,95,188,1) 66%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(68,221,181,1) 3%,rgba(18,95,188,1) 66%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(68,221,181,1) 3%,rgba(18,95,188,1) 66%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44ddb5', endColorstr='#125fbc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#liveTV .box1 {
	width: 50%;
	margin: 0 auto;
}

.liveTVTitle1 {
	text-align: center;
    font-size: 3em;
    font-weight: bolder;
	color: #fff;
	width: 300px;
	margin: 0 auto 8px;
	border-bottom-style:solid;
	border-bottom-color: #fff;
	border-width: 1px;
}

.liveTVTxt {
	text-align: center;
    font-size: 1.2em;
	color:#fff;
}

#liveTV .Box2 {
	background:url('../images/hotelIntro/pic2_big.png') no-repeat scroll top center;
	height: 500px;
 	margin: 50px auto 0px;
 	width: 100%;
}

	#liveTV .webimg_marquee2 {
		margin-top: 50px;
		z-index: 100;
		display: flex;
		overflow: hidden;
		width: 100%;
	}

	#liveTV .webimg_marquee2 .all_marquee {
		display: flex;
		list-style: none;
		padding: 0px;
		animation-name:webflag2;
		animation-duration: 60s;
		animation-timing-function: linear;
		animation-delay: 0s;
	    animation-iteration-count: infinite;
	    animation-direction: normal;
	    animation-fill-mode: none;
	    animation-play-state: running;
	}

	.webimg_marquee2 .all_marquee li{
/*		box-shadow: 0px -4px 11px 5px #463e3e;*/
		margin-right: 10px;
	}

	.webimg_marquee2 .all_marquee li img{
		-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent) , to(rgba(250, 250, 250, 0.1)));
		width: 150px;
		height: auto;
	}

	@keyframes webflag2{
	    from{
	        transform: translateX(-50%);
	    }
	    to{
	        transform: translateX(0%);
	    }
	}

	#liveTV .webimg_marquee {
		margin-top: -50px;
		z-index: 100;
		display: flex;
		overflow: hidden;
		width: 100%;
		height: 400px;
	}

	#liveTV .webimg_marquee .all_marquee {
		display: flex;
		list-style: none;
		padding: 0px;
		animation-name:webflag;
		animation-duration: 120s;
		animation-timing-function: linear;
		animation-delay: 0s;
	    animation-iteration-count: infinite;
	    animation-direction: normal;
	    animation-fill-mode: none;
	    animation-play-state: running;
	}

	.webimg_marquee .all_marquee li{
/*		box-shadow: 0px -4px 11px 5px #463e3e;*/
		margin-right: 10px;
	}

	.webimg_marquee .all_marquee li img{
		-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent) , to(rgba(250, 250, 250, 0.1)));
		width: 400px;
		height: auto;
	}

	@keyframes webflag{
	    from{
	        transform: translateX(0%);
	    }
	    to{
	        transform: translateX(-100%);
	    }
	}

#AVmovie {
	height: 800px;
	background: url('../images/hotelIntro/AVmovie/AVbg03.jpg') no-repeat scroll;
	background-size: cover;
	background-position: center center;
}

#AVBox1 {
	width: 50%;
	margin: 0 auto;
}

#AVBox2 {
	background-image:url(../images/hotelIntro/pic3.jpg);
	background-position: 50% 0;
	height: 540px;
 	margin:0 auto;
 	width: 100%;
 	max-width: 1920px;
}

.AVTitle1 {
	text-align: center;
    font-size: 3em;
    font-weight: bolder;
	color: #fff;
	width: 300px;
	margin: 0 auto 8px;
	border-bottom-style:solid;
	border-bottom-color: #fff;
	border-width: 1px;
	padding-top: 50px;
}

.AVTxt p {
	text-align: center;
    font-size: 1.2em;
	color: #fff;
	margin: 0;
}

/*--3D photo START--*/

#AVbox3 {
	position: relative;
	top: 300px;
}

body {
	margin:0;
	padding:0;
	background:#eeebdf;
}
#wrapper {
	position:absolute;
	top:50%;
	left:50%;
	perspective:900px;
}
#left, #right {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	cursor:pointer;
}
#left {
	margin-left:-400px;
	width:0;
	height:0;
	border:0 solid transparent;
	border-top-width:25px;
	border-bottom-width:25px;
	border-right:40px solid black;
}
#right {
	margin-left:400px;
	width:0;
	height:0;
	border:0 solid transparent;
	border-bottom-width:25px;
	border-top-width:25px;
	border-left:40px solid black;
}
#carousel {
	transform-origin:center center -450px;
	transform-style:preserve-3d;
	transition:all 1s;
}
.imgBlock {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-200px;
	margin-left:-150px;
	width:300px;
	height:400px;
	transform-style:preserve-3d;
	transform-origin:center center;
	z-index:2;
}
.imgBlock:hover .fa-heart {
	opacity:1;
	visibility:visible;
}
.img {
	width:inherit;
	height:inherit;
	object-fit:cover;
}
.heartBlock {
	position:absolute;
	bottom:30px;
	right:30px;
	transform-style:preserve-3d;
	backface-visibility:hidden;
}
.fa-heart {
	position:absolute;
	top:0;
	left:0;
	font-size:18px;
	color:white;
	cursor:pointer;
	opacity:0;
	visibility:hidden;
}
.fas {
	opacity:1;
	visibility:visible;
}
.imgBlock:nth-of-type(1) {
	transform:translate3d(0, 0, 0px) rotateY(0deg);
}
.imgBlock:nth-of-type(2) {
	transform:translate3d(320px, 0, -130px) rotateY(45deg);
}
.imgBlock:nth-of-type(3) {
	transform:translate3d(450px, 0, -450px) rotateY(90deg);
}
.imgBlock:nth-of-type(4) {
	transform:translate3d(320px, 0, -770px) rotateY(135deg);
}
.imgBlock:nth-of-type(5) {
	transform:translate3d(0, 0, -900px) rotateY(180deg);
}
.imgBlock:nth-of-type(6) {
	transform:translate3d(-320px, 0, -770px) rotateY(225deg);
}
.imgBlock:nth-of-type(7) {
	transform:translate3d(-450px, 0, -450px) rotateY(270deg);
}
.imgBlock:nth-of-type(8) {
	transform:translate3d(-320px, 0, -130px) rotateY(315deg);
}

/*--3D photo END--*/


#b05 {
	height: auto;
	background: url('../images/hotelIntro/YTBbg.jpg');
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

#b5Box1 {
	width: 50%;
	margin: 0 auto;
}

#b5Box2 {
	background-image:url('../images/hotelIntro/YTBbg01.png');
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	height: 540px;
 	margin:0 auto;
 	width: 100%;
 	max-width: 1920px;

}

.b5Title1{
	text-align: center;
    font-size: 300%;
	color: #0E528B;
	width: 300px;
	margin: 0 auto 8px;
	border-bottom-style:solid;
	border-bottom-color: #0E528B;
	border-width: 1px;
	padding-top: 50px;
}

.b5Txt{
	text-align: center;
    font-size: 1.2em;
	color: #0E528B;
}

.b5Txt2 {
	display: none;
}

#b06 {
	background-color: #186FB8;

}

#b6Box1 {
	text-align: center;
 	margin: 0px auto;
}

#b6Box2 {
	background-image:url(../images/hotelIntro/pic5.jpg);
	background-position: 50% 0;
	height: 350px;
 	margin:0 auto;
 	width: 100%;
 	max-width: 1920px;
	position:static;
}

.b6Title1{
	text-align: center;
    font-size: 300%;
	color:#FFF;
	width: 400px;
	margin: 0 auto 50px;
	border-bottom-style:solid;
	border-bottom-color: #FFF;
	border-width: 4px;
	padding-top: 50px;
}

.b6Txt{
	text-align: center;
    font-size: 180%;
	color:#FFF;
}

.b6Txt2 {
	display: none;
}

#b07 {
	height: 700px;
	background-color: #186FB8;

}

#b7Box1 {
	height: 275px;
	text-align: center;
 	margin: 0px auto;
}

#b7Box2 {
	background-image:url(../images/hotelIntro/pic6.jpg);
	background-position: 50% 0;
	height: 350px;
 	margin:0 auto;
 	width: 100%;
 	max-width: 1920px;
	position:static;
}

.b7Title1{
	text-align: center;
    font-size: 300%;
	color:#FFF;
	width: 440px;
	margin: 0 auto 50px;
	border-bottom-style:solid;
	border-bottom-color: #FFF;
	border-width: 4px;
	padding-top: 50px;
}

.b7Txt{
	text-align: center;
    font-size: 180%;
	color:#FFF;
}

#b08 {
	height: 550px;
	background-color: #EEEBDF;
}

#b8Box1 {
	width: 80%;
	height: 230px;
	margin: 0 auto;
}

#b8Box2 {
	background-image:url(../images/hotelIntro/pic7.jpg);
	background-position: 50% 0;
	height: 300px;
 	margin:0 auto;
 	width: 100%;
 	max-width: 1920px;
}

.b8Title1{
	text-align: center;
    font-size: 300%;
	color: #0E528B;
	width: 300px;
	margin: 0 auto 50px;
	border-bottom-style:solid;
	border-bottom-color: #0E528B;
	border-width: 4px;
	padding-top: 50px;
}

.b8Txt{
	text-align: center;
    font-size: 180%;
	color: #0E528B;
}

#b8Box3 {
	display: none;
}

#b09 {
	background-color: #EEEBDF;
}

#b9Box1 {
	width: 80%;
	height: 300px;
	margin: 0 auto;
}

#b9Box2 {
 	margin:0 auto;
 	width: 100%;
 	max-width: 1920px;
 	display: flex;
 	justify-content: center;
}

#b9Box2 img {
	width: 100%;
	padding: 0px;
}

.b9Title1{
	text-align: center;
    font-size: 300%;
	color: #0E528B;
	width: 440px;
	margin: 0 auto 50px;
	border-bottom-style:solid;
	border-bottom-color: #0E528B;
	border-width: 4px;
	padding-top: 50px;
}
.b9Txt{
	text-align: center;
    font-size: 180%;
	color: #0E528B;
}

.Learnmore_container {
	width: 100%;
	margin: 50px auto;
/*	background-color: rgba(255,255,255,0.3);*/
	background: rgb(68,221,181); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(68,221,181,1) 2%, rgba(18,95,188,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(68,221,181,1) 2%,rgba(18,95,188,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(68,221,181,1) 2%,rgba(18,95,188,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44ddb5', endColorstr='#125fbc',GradientType=1 ); /* IE6-9 */
}

.Learn_more {
	width: 80%;
	text-align: left;
	height: 300px;
	display: flex;
	margin: 0 auto;
	align-items: center;
}

.Learn_more .LM_box,.contant {
	display: inline-block;
}

.Learn_more .LM_box {
	width: 400px;
	margin: 0 50px;
}

.contant h1 {
	font-size: 40px;
	color: #fff;
}

.contant p {
	font-size: 24px;
	color: #fff;
}

.Learnmore_container .contant a {
	margin: 0 auto;
	text-align: center;
}

.LM_btn {
    background-color: #F6921E;
    color: #f5f3ee;
    border: 0;
    padding: 12px 36px;
    font-size: 18px;
    border-radius: 100px;
}



/*-----------------------------Mobile----------------------------*/


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

	body {
		margin: 0;
		padding: 0;
		background: #EFEBE0;
	}

	#b00 {
		position:relative;
		width: 100%;
		height: 250px;
		text-align:right;
	}

	#b01 {
		padding-top: 50px;
		width: 100%;
		background-color:#EEEBDF;
	}

	#b01 .hotel-co {
		width: 90%;
		margin-left: 5%;
		display: flex;
		justify-content: center;
	}

	#b01 .hotel-co img {
	    width: 100%;
	    height: auto;
	    padding: 0;
	}

	.b1Title1{
		text-align: center;
		margin: 0 auto 50px;
		font-size:230%;
		color: #666666;
	}
	.b1Txt{
		margin: 50px auto;
		width: 80%;
		text-align: center;
		font-size:150%;
		color: #4D4D4D;
	}
	#b02 {
		padding-top: 50px;
		width: 100%;
		background-color: #186FB8;

	}

	#b2Box1 {
		width: 80%;
		text-align: center;
	 	margin: 0px auto;
	}

	#b2Box2 {
		margin:0 auto;
	 	width: 100%;
	 	max-width: 1920px;
		position:static;
	}

	.b2Title1{
		text-align: center;
	    font-size:180%;
		color: #FFF;
		width: 80%;
		margin: 0 auto 50px;
		border-bottom-style:solid;
		border-bottom-color: #FFF;
		border-width: 4px;
		padding-top: 50px;
	}

	.b2Txt{
		margin: 50px auto;
		width: 80%;
		text-align: center;
	    font-size: 120%;
		color:#FFF;
	}

	#b03 {
		padding-top: 50px;
		width: 100%;
		background-color: #EEEBDF;
		height: auto;
	}

	#b3Box1 {
		width: 80%;
		margin: 0 auto;
	}

	#b3Box2 {
		background: url('../images/hotelIntro/pic2_m.png') no-repeat scroll center center;
	 	-moz-background-size:150%;
		-webkit-background-size:150%;
		-o-background-size:150%;
		background-size:150%;
	 	margin:0 auto;
	 	width: 90%;
	 	height: 400px;
	}

	.b3Title1{
		text-align: center;
	    font-size: 2.5em;
		color: #0E528B;
		width: 100%;
		margin: 0 auto 8px;
		border-bottom-style:solid;
		border-bottom-color: #0E528B;
		border-width: 1px;
	}
	.b3Txt{
		margin: 0px auto;
		width: 80%;
		text-align: center;
	    font-size: 1.2em;
		color:#0E528B;
	}

	#hotelfeature {
		display: none;
	}

	#m_hotelfeature {
		display: block;
		padding: 50px 5%;
		background-color: #FFF;
	}

	#m_hotelfeature ul {
		padding: 0px;
		list-style: none;
		width: 100%;
	}

	.featurebox {
		float: none;
		width: 80%;
		margin: 0px auto 20px auto;
		text-align: center;
	}

	.featurebox .featureimg {
		height: auto;
		width: 70px;
		transform:scale(1,1);
		transition: all 0.25s ease-out;
		border-radius: 50%;
	}

	.featurebox .featureimg:hover {
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
		transform:scale(1.2,1.2);
	}

	.featurebox h3 {
		color: #87CDD3;
		font-weight: bold;
		margin-top: 20px;
	}

	.featurebox p {
		color: #727171;
		margin: 0 auto;
		width: 90%;
		margin-top: 0px;
		font-size: 0.9em;
	}

	#liveTV {
		padding: 50px 0;
		background: rgb(68,221,181); /* Old browsers */
		background: -moz-linear-gradient(45deg, rgba(68,221,181,1) 3%, rgba(18,95,188,1) 66%); /* FF3.6-15 */
		background: -webkit-linear-gradient(45deg, rgba(68,221,181,1) 3%,rgba(18,95,188,1) 66%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(45deg, rgba(68,221,181,1) 3%,rgba(18,95,188,1) 66%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44ddb5', endColorstr='#125fbc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}

	#liveTV .Box1 {
		width: 80%;
		margin: 0 auto;
	}

	.liveTVTitle1 {
		text-align: center;
	    font-size: 3em;
	    font-weight: bolder;
		color: #fff;
		width: 100%;
		margin: 0 auto 8px;
		border-bottom-style:solid;
		border-bottom-color: #fff;
		border-width: 1px;
	}

	.liveTVTxt {
		margin: 0 auto;
		width: 80%;
		text-align: center;
	    font-size: 1.2em;
		color:#fff;
	}

	.Box2 {
		display: none;
		background:url('../images/hotelIntro/pic2_big.png') no-repeat scroll top center;
		background-size: contain;
		height: 300px;
	 	margin: 50px auto 0px;
	 	width: 90%;
	 	max-width: 1920px;
	}
	

	



	#liveTV .img_marquee2 {
		display: block;
		overflow: hidden;
		width: 100%;
		height: auto;
	}

	#liveTV .img_marquee2 .all_marquee {
		display: flex;
		z-index: 5;
		float: left;
		list-style: none;
		margin: 20px 0 0 0;
		padding: 0px;
		animation-name:flag2;
		animation-duration: 60s;
		animation-timing-function: linear;
		animation-delay: 0s;
	    animation-iteration-count: infinite;
	    animation-direction: normal;
	    animation-fill-mode: none;
	    animation-play-state: running;
	}

	.img_marquee2 .all_marquee li{
		margin-right: 10px;
	}

	.img_marquee2 .all_marquee li img{
		width: 125px;
		height: auto;
	}

	@keyframes flag2{
	    from{
	        transform: translateX(-75%);
	    }
	    to{
	        transform: translateX(0%);
	    }
	}





	#liveTV .img_marquee {
		margin-top: -70px;
		z-index: 100;
		display: flex;
		overflow: hidden;
		width: 100%;
		height: 200px;
	}

	#liveTV .img_marquee .all_marquee {
		display: flex;
		list-style: none;
		margin: 20px 0 0 0;
		padding: 0px;
		animation-name:flag;
		animation-duration: 60s;
		animation-timing-function: linear;
		animation-delay: 0s;
	    animation-iteration-count: infinite;
	    animation-direction: normal;
	    animation-fill-mode: none;
	    animation-play-state: running;
	}

	.img_marquee .all_marquee li{
/*		box-shadow: 0px -4px 11px 5px #463e3e;*/
		margin-right: 10px;
	}

	.img_marquee .all_marquee li img{
		-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent) , to(rgba(250, 250, 250, 0.1)));
		width: 200px;
		height: auto;
	}

	@keyframes flag{
	    from{
	        transform: translateX(0%);
	    }
	    to{
	        transform: translateX(-550%);
	    }
	}
	#AVmovie {
		
	}

	#AVBox1 {
		width: 80%;
		margin: 0 auto;
	}

	#AVBox2 {
		background-image:url(../images/hotelIntro/pic3.jpg);
		background-position: 50% 0;
		height: 540px;
	 	margin:0 auto;
	 	width: 100%;
	 	max-width: 1920px;
	}

	.AVTitle1 {
		text-align: center;
	    font-size: 3em;
	    font-weight: bolder;
		color: #fff;
		width: 100%;
		margin: 0 auto 8px;
		border-bottom-style:solid;
		border-bottom-color: #fff;
		border-width: 1px;
		padding-top: 50px;
	}

	.AVTxt p{
		width: 80%;
		text-align: center;
	    font-size: 1.2em;
		color: #fff;
		margin: 0 auto;
	}

	/*--3D photo START--*/

	#AVbox3 {
		overflow: hidden;
		height: 400px;
		position: relative;
		top: 50px;
	}

	#wrapper {
		position:absolute;
		top:50%;
		left:50%;
		perspective:900px;
	}

	#left, #right {
		z-index: 10;
		position:absolute;
		top:50%;
		left:50%;
		transform:translate(-50%, -50%);
		cursor:pointer;
	}

	#left {
		margin-left: -150px;
		width:0;
		height:0;
		border:0 solid transparent;
		border-top-width:25px;
		border-bottom-width:25px;
		border-right:40px solid black;
	}

	#right {
		margin-left: 150px;
		width:0;
		height:0;
		border:0 solid transparent;
		border-bottom-width:25px;
		border-top-width:25px;
		border-left:40px solid black;
	}

	#carousel {
		transform-origin:center center -450px;
		transform-style:preserve-3d;
		transition:all 1s;
	}
	.imgBlock {
		position:absolute;
		top:50%;
		left:50%;
		margin-top:-200px;
		margin-left:-150px;
		width:300px;
		height:400px;
		transform-style:preserve-3d;
		transform-origin:center center;
		z-index:2;
	}
	.imgBlock:hover .fa-heart {
		opacity:1;
		visibility:visible;
	}
	.img {
		width:inherit;
		height:inherit;
		object-fit:cover;
	}
	.heartBlock {
		position:absolute;
		bottom:30px;
		right:30px;
		transform-style:preserve-3d;
		backface-visibility:hidden;
	}
	.fa-heart {
		position:absolute;
		top:0;
		left:0;
		font-size:18px;
		color:white;
		cursor:pointer;
		opacity:0;
		visibility:hidden;
	}
	.fas {
		opacity:1;
		visibility:visible;
	}
	.imgBlock:nth-of-type(1) {
		transform:translate3d(0, 0, 0px) rotateY(0deg);
	}
	.imgBlock:nth-of-type(2) {
		transform:translate3d(320px, 0, -130px) rotateY(45deg);
	}
	.imgBlock:nth-of-type(3) {
		transform:translate3d(450px, 0, -450px) rotateY(90deg);
	}
	.imgBlock:nth-of-type(4) {
		transform:translate3d(320px, 0, -770px) rotateY(135deg);
	}
	.imgBlock:nth-of-type(5) {
		transform:translate3d(0, 0, -900px) rotateY(180deg);
	}
	.imgBlock:nth-of-type(6) {
		transform:translate3d(-320px, 0, -770px) rotateY(225deg);
	}
	.imgBlock:nth-of-type(7) {
		transform:translate3d(-450px, 0, -450px) rotateY(270deg);
	}
	.imgBlock:nth-of-type(8) {
		transform:translate3d(-320px, 0, -130px) rotateY(315deg);
	}

	/*--3D photo END--*/


	#b05 {
		height: 500px;
		background-size: cover;
	}

	#b5Box1 {
		width: 80%;
		margin: 0 auto;
	}

	#b5Box2 {
		background-image:url('../images/hotelIntro/YTBbg02.png');
		height: 315px;
		background-position: center bottom;
		background-size: contain;
	}

	.b5Title1 {
		text-align: center;
	    font-size: 3em;
		color: #0E528B;
		width: 100%;
		margin: 0 auto 8px;
		border-bottom-style:solid;
		border-bottom-color: #0E528B;
		border-width: 1px;
		padding-top: 50px;
	}

	.b5Txt {
		display: none;
	}

	.b5Txt2 {
		display: block;
		text-align: center;
	    font-size: 1.2em;
		color: #0E528B;
		width: 80%;
		margin: 0 auto;
	}

	#b06 {
		background-color: #186FB8;
	}

	#b6Box1 {
		text-align: center;
	 	margin: 0px auto;
	 	width: 80%;
	}

	#b6Box2 {
		background-image:url(../images/hotelIntro/pic5-1.png);
		background-position: 50% 0;
		background-size: contain;
		background-repeat: no-repeat;
		height: 350px;
	 	margin:0 auto;
	 	width: 90%;
	 	max-width: 1920px;
		position:static;
	}

	.b6Title1 {
		text-align: center;
	    font-size:2.5em;
		color: #FFF;
		width: 95%;
		margin: 0 auto 8px;
		border-bottom-style:solid;
		border-bottom-color: #FFF;
		border-width: 1px;
		padding-top: 50px;
	}

	.b6Txt {
		display: none;
	}

	.b6Txt2 {
		display: inline-block;
		margin: 0 auto;
		width: 80%;
		text-align: center;
	    font-size: 120%;
		color:#FFF;
	}

	#b07 {
		height: auto;
		background-color: #186FB8;

	}

	#b7Box1 {
		height: auto;
		text-align: center;
	 	margin: 0px auto 8px;
	 	width: 80%;
	}

	#b7Box2 {
		background-image:url(../images/hotelIntro/pic6-1.png);
		background-position: 50% 0;
		background-size: contain;
		background-repeat: no-repeat;
		height: 350px;
	 	margin:0 auto;
	 	width: 90%;
	 	max-width: 1920px;
		position:static;
	}

	.b7Title1 {
		text-align: center;
	    font-size: 3em;
		color: #FFF;
		width: 100%;
		margin: 0 auto 8px;
		border-bottom-style:solid;
		border-bottom-color: #FFF;
		border-width: 1px;
		padding-top: 50px;
	}

	.b7Txt {
		width: 80%;
		margin: 0 auto;
		text-align: center;
	    font-size: 120%;
		color:#FFF;
	}

	#b08 {
		height: 550px;
		background-color: #EEEBDF;
	}

	#b8Box1 {
		width: 80%;
		height: 230px;
		margin: 0 auto;
	}

	#b8Box2 {
		display: none;
	}

	.b8Title1 {
		text-align: center;
	    font-size: 2.5em;
		color: #0E528B;
		width: 100%;
		margin: 0 auto 8px;
		border-bottom-style:solid;
		border-bottom-color: #0E528B;
		border-width: 1px;
		padding-top: 50px;
	}

	.b8Txt {
		text-align: center;
	    font-size: 1.2em;
		color: #0E528B;
	}

	#b8Box3 {
		display: block;
	}

	#b09 {
		background-color: #EEEBDF;
	}

	#b9Box1 {
		width: 80%;
		height: auto;
		margin: 0 auto;
	}

	#b9Box2 {
		display: none;
	}

	#b9Box2 img {
		width: 100%;
		padding: 0px;
	}

	.b9Title1{
		text-align: center;
	    font-size: 2.5em;
		color: #0E528B;
		width: 100%;
		margin: 0 auto 8px;
		border-bottom-style:solid;
		border-bottom-color: #0E528B;
		border-width: 1px;
		padding-top: 50px;
	}
	.b9Txt{
		text-align: center;
	    font-size: 1.2em;
		color: #0E528B;
	}

	#m_hotelfeature2 {
		display: flow-root;
		padding: 50px 5%;
		background-color: #EEEBDF;
	}

	#m_hotelfeature2 ul {
		padding: 0px;
		list-style: none;
		width: 100%;
	}

	.featurebox2 {
		float: left;
		width: 50%;
		text-align: center;
		margin: 0px auto 50px auto;
	}

	.featurebox2 h3 {
		color: #0E528B;
		margin-top: 20px;
	}

	.featurebox2 .featureimg {
		height: auto;
		width: 80px;
		transform:scale(1,1);
		transition: all 0.25s ease-out;
		border-radius: 50%;
	}

	.featurebox2 .featureimg:hover {
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
		transform:scale(1.2,1.2);
	}

	.Learnmore_container {
		margin: 0 auto;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.contant {
		text-align: center;
	}

	.contant h1 {
		font-size: 2.5em;
	}

	.contant p {
		font-size: 1.2em;
	}

	.Learn_more {
		display: inherit;
		height: auto;
	}

	.Learn_more .LM_box {
		width: auto;
		margin: 0px;
	}

	.Learn_more .LM_box img{
		-webkit-box-reflect: below -70px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent) , to(rgba(250, 250, 250, 0.1)));
	}

	.LM_btn {
		text-align: center;
		margin: 0 auto;
	}

	.panddingTop40Left20{
		padding-left: 20px;
		padding-right: 85px;
		padding-top: 40px;
	}

	#banner2 {
	  width: 100%;
	  height: 50px;
	  background-image: url('../images/blueBk2.png');
	  background-repeat: no-repeat;
	  background-position: bottom;
	  background-size: cover;
	}

	.new-footer {
		display: none;
	}

	.FSfooter {
		background-color: #032754;
 		display: block;
	}

	.FSfooter li {
	    width: 100%;
	    list-style-type: none;
	    margin: 0px;
	}

	.FSfooter li a {
	    display: block;
	    color: white;
	    text-align: center;
	    padding: 14px 16px;
	    font-weight: bold;
	    font-size: 20px;
	    text-decoration: none;
	    border-bottom-style:solid;
	    border-bottom-color: #003377;
	    border-width: 1px;
	}
	.FSfooter li {
	    border-bottom: 1px;
	    border-color: #fff;
	}

}