@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: local('Pacifico Regular'), local('Pacifico-Regular'), url(https://e68c9d.claudeassets.com/20250408090232im_/https://fonts.gstatic.com/s/pacifico/v12/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2) format('woff2');
  font-display: swap;
}


@font-face { font-family: "TrajanPro_B"; src: url('https://626bce.claudeassets.com/20250408090232im_/https://vinwondershoian.com/css/TrajanPro-Bold.otf'); }
@font-face { font-family: "TrajanPro_R"; src: url('https://734773.claudeassets.com/20250408090232im_/https://vinwondershoian.com/css/Trajan_Pro_Regular.ttf'); }
body{
	margin: auto;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
div.clear{
	clear: both;
}
div.wrapper{
	margin: auto;
	position: relative;
}
@media all and (min-width: 320px){
    div.tour_other ul {
    list-style: none;
}
    div.tour_other ul a {
    color: #fcda1c;
    text-decoration: none;
}
    
div.wrapper{
	overflow: hidden;
}
nav:not(.mm-menu)
{
	display: none;
}
a.header-menu{
	background: url(https://1a524f.claudeassets.com/20250408090232im_/https://vinwondershoian.com/images/menu-icon.png) 50% 50% no-repeat;
	display: block;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 0px;
	left: 48%;
}
div.header{
	background: rgba(75,44,20,0.80);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 8;
	height: 50PX;
}
div.header div.container {
    padding: 0;
    position: relative;
	width: 100%;
    margin: 0 auto;
}
a.logo {
    display: block;
    width: 190px;
	margin-top: 5px;
}
a.logo img{
	width: 68%;
}
div.menu {
    right: 0;
    transform: translateY(-90%);
	position: absolute;
    z-index: 8;
	padding-top: 10px;
}
div.menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.nav > li {
    position: relative;
}
.nav > li > a {
    padding: 18px 8px;
    line-height: 13px;
	color: #fff;
    display: block;
    font-size: 12px;
    position: relative;
    transition: all .35s ease-in-out;
    text-transform: uppercase;
	text-decoration: none;
	font-family: "TrajanPro_R";
}
.nav_sub {
    display: none;
    background: rgba(162,100,31,0.66);
    position: absolute;
    top: 100%;
    left: 0;
    width: 140px;
}
.nav_sub > li > a {
    padding: 10px 10px 10px 15px;
    line-height: 15px;
	font-size: 11px;
	text-decoration: none;
	font-family: "TrajanPro_R";
}
.nav a:hover {
    color: #F5EB08;
}
.nav_sub {
    display: none;
    background: rgba(162,100,31,0.66);
    position: absolute;
    top: 100%;
    left: 0;
    width: 140px;
}
.nav > li:hover .nav_sub{display:block}
a.direct_link_ticket {
    position: fixed;
    z-index: 11;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 28px;
    height: 220px;
    background: url(https://e04088.claudeassets.com/20250408090232im_/https://vinwondershoian.com/images/bord.png) #000;
    background-size: cover;
    border: 1px solid #aa8658;
    border-right: 0;
    opacity: .5;
    transition: all .35s ease-in-out;
}
a.direct_link_ticket:hover{
	background-color:rgba(162,100,31,0.66)
}
a[href^=tel] {
  color: #FF8D00; 
  text-decoration: none; 
 }
.nav a{
	color:#fff;
	display:block;
	font-size:12px;
	position:relative;
	transition:all .35s ease-in-out;
	text-transform:uppercase
}
.nav a:after{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	height:5px;
	background:#c9b196;
	width:0;
	transition:all .35s ease-in-out
}
.nav a:hover{
	color:#F5EB08
}
.nav a:hover:after{
	width:100%
}
.nav_sub {
    display: none;
    background: rgba(162,100,31,0.66);
    position: absolute;
    top: 100%;
    left: 0;
    width: 190px;
}
.showMore{
	position:absolute;
	z-index:98;
	left:50%;
	bottom:40px;
	-ms-transform:translate(50px,100px);
	-webkit-transform:translate(-50%);
	transform:translate(-50%);
	text-align:center;
	font-size:0;
	text-align:center;
	cursor:pointer;
	opacity:.9;
	z-index:9
}
.showMore span,.showMore::before,.showMore::after{
	content:"";
	position:relative;
	background:url(https://ceeed1.claudeassets.com/20250408090232im_/https://vinwondershoian.com/images/arrow-down2.png);
	background-size:cover;
	display:block;opacity:.8
}
.showMore::before{
	width:30px;
	height:14px;
	margin-left:-32px;
	margin-bottom:-26px
}
.showMore::after{
	width:33px;
	height:15px;
	margin-left:-33px
}
.showMore span{
	width:35px;
	height:16px;
	margin-left:-35px;
	margin-bottom:-22px
}
.showMore::before{
	animation:bop1 1s infinite linear;
	-webkit-animation:bop1 1s infinite linear;
	-moz-animation:bop1 1s infinite linear
}
.showMore::after{
	animation:bop2 1s infinite linear;
	-webkit-animation:bop2 1s infinite linear;
	-moz-animation:bop2 1s infinite linear
}
.showMore span{
	animation:bop3 1s infinite linear;
	-webkit-animation:bop3 1s infinite linear;
	-moz-animation:bop3 1s infinite linear
}
@keyframes bop1{
	0%{
		opacity:.5;
		transform:translateY(-5px);
		-webkit-transform:translateY(-5px);
		-moz-transform:translateY(-5px)
	}
	50%{
		opacity:.8;
		transform:translateY(0);
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0)
	}
	100%{
		opacity:.5;
		transform:translateY(-5px);
		-webkit-transform:translateY(-5px);
		-moz-transform:translateY(-5px)}
}
@keyframes bop2{
	0%{
		opacity:.8;
		transform:translateY(0);
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0)
	}
	30%{
		opacity:.5;
		transform:translateY(0);
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0)
	}
	70%{
		opacity:.8;
		transform:translateY(5px);
		-webkit-transform:translateY(5px);
		-moz-transform:translateY(5px)
	}
	100%{
		opacity:.5;
		transform:translateY(0);
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0)
	}
}
@keyframes bop3{
	0%{
		opacity:.8;
		transform:translateY(0);
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0)
	}
	35%{
		opacity:.5;
		transform:translateY(0);
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0)
	}
	75%{
		opacity:.8;
		transform:translateY(5px);
		-webkit-transform:translateY(5px);
		-moz-transform:translateY(5px)
	}
	100%{
		opacity:.5;
		transform:translateY(0);
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0)
	}
}
div.facility {
    background: url(https://5706a6.claudeassets.com/20250408090232im_/https://vinwondershoian.com/images/pattern.png);
}
div.facility .container {
    padding: 10px 0;
	width: 100%;
    margin: 0 auto;
}
div.content_box {
    text-align: center;
}
h2.box_title {
    font-size: 25px;
	margin: 0px;
	font-family: "TrajanPro_R";
	height: 30px;
	line-height: 30px;
}
.box_title, .box_sub_title, .box_text {
    font-family: "TrajanPro_R";
    color: #fff;
    font-weight: 400;
    opacity: .8;
	text-shadow: 3px 2px 3px #000;
}
div.facility_list{
	padding: 0px 20px;
}
div.facility_item {
    width: 100%;
    vertical-align: top;
    position: relative;
}
div.facility_image {
    display: block;
}
div.facility_image img {
    display: block;
    width: 100%;
}
div.facility_caption {
    background: rgba(0,0,0,0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 1;
    transition: opacity .35s ease-in-out;
}
div.facility_content {
    position: absolute;
    left: 10px;
    right: 10px;
    text-align: center;
	top: 15%;
}
div.facility_title {
    position: relative;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    height: 50px;
	font-family: "TrajanPro_R";
}
div.facility_title:after {
    position: absolute;
    left: 40px;
    right: 40px;
    height: 1px;
    background: rgba(255,255,255,0.7);
    content: "";
    bottom: 0;
}
div.facility_description {
    font-size: 12px;
    color: #fff;
    line-height: 1.4;
    padding: 25px 5px 0;
}
.facility_item:hover .facility_caption {
    opacity: 0;
}
div.top_slider_wrapper{
	background-color: #000;
	padding-bottom: 25px;
	overflow: hidden;
}
div.activity {
    position: relative;
    background-size: cover;
    background-attachment: fixed;
}
div.activity div.container {
    padding: 60px 0;
	width: 100%;
    margin: 0 auto;
}
div.logo_center{
	margin: auto;
	width: 45%;
	padding-bottom: 10px;
}
div.logo_center img{
	width: 100%;
}
div.content_box {
    text-align: center;
}
div.activity_list{
	padding: 0px 10px;
}
div.activity_item {
    padding: 40px 0 0;
    width: 100%;
    vertical-align: top;
    text-align: center;
    text-align-last: center;
    overflow: hidden;
	margin-right: 35px;
}
div.activity_item:last-child{
	margin-right: 0px;
}
div.activity_image_wrapper {
    padding: 40px 0;
}
div.activity_image {
    font-size: 0;
    overflow: hidden;
    margin: 0 auto;
    display: block;
    transform: rotate(45deg);
    border-radius: 10px;
    overflow: hidden;
    width: 120px;
    height: 120px;
}
a.activity_image_link {
    display: block;
}
a.activity_image img {
    display: block;
    transform: rotate(-45deg);
    top: -40px;
    left: -40px;
    bottom: -40px;
    right: -40px;
    position: relative;
}
.activity_image:hover{
	box-shadow:0 0 30px 10px rgba(255,255,255,0.51)
}
a.activity_link {
    color: #e3a714;
    font-size: 18px;
    line-height: 20px;
    height: 70px;
    display: inline-block;
    transition: color .35s ease-in-out;
	text-decoration: none;
	font-family: "TrajanPro_R";
}
a.activity_link:hover{
	color:#F5EB08
}
div.activity_text {
    border-top: 1px solid #fff;
    padding: 20px 0 0;
    font-size: 12px;
    color: #fff;
    line-height: 1.8;
    opacity: .8;
	margin: 0px 50px;
}
div.testimonial {
    position: relative;
    z-index: 2;
}
div.background {
    background-size: cover;
    background-attachment: fixed;
	background-repeat: no-repeat;
    background-position: 50% 0;
}
div.background img {
    display: block;
    width: 100%;
}
div.testimonial .background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 100% 80%;
	z-index: -10;
}
#content-toggle-buttons {
	display: none;
}
.testimonial .background img {
    display: none;
}
div.testimonial .container {
    margin: 0;
    padding: 20px 0;
}
div.testimonial .content_box {
    padding: 0 0 20px;
}
div.testimonial_slider{
	padding: 0px 10px;
}
.testimonial_slider_wrapper {
    background: rgba(0,0,0,0.6);
    margin: 0 auto;
	width: 100%;
}
div.testimonial_content {
    max-width: 660px;
    margin: 0 auto;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    padding: 30px 0;
}
div.leaf {
    font-size: 0;
    padding: 25px 0;
    opacity: .7;
}
.contact {
    position: relative;
    background-size: cover;
    background-attachment: fixed;
	padding-bottom: 0px;
}
.contact .contact_container {
    padding: 60px 0 0;
	width: 100%;
    margin: 0 auto;
}
.contact_row {
    background: rgba(0,0,0,0.6);
    font-size: 0;
    margin: 30px 15px 40px;
}
div.contact_map {
    width: 100%;
    vertical-align: top;
    height: 130px;
	position: relative;
    font-size: 0;
}
div.contact_info {
    width: 100%;
    box-sizing: border-box;
    vertical-align: top;
	padding: 20px;
}
div.contact_title {
    margin: 0 0 7px;
    font-size: 16px;
    color: #e3a714;
	font-family: "TrajanPro_R";
}
div.contact_text {
    font-size: 12px;
    color: #fff;
    line-height: 32px;
}
.awards_slider_wrapper {
    background: rgba(0,0,0,0.6);
    padding: 20px 0 20px;
}
.footer {
    background: #010101;
    padding: 8px 10px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 7;
}
.container {
    width: 100%;
    margin: 0 auto;
}
.social a {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    background: url(https://83f6a4.claudeassets.com/20250408090232im_/https://vinwondershoian.com/images/social-icons.png) no-repeat;
    transition: all .35s ease-in-out;
}
.social .facebook {
    background-position: -3px -3px;
}
.social .youtube {
    background-position: -33px -3px;
}
.social .twitter {
    background-position: -63px -3px;
}
.social .tripadvisor {
    background-position: -93px -3px;
}
div.copyright{
	width: 100%;
	padding-bottom: 15px;
}
div.social{
	width: 100%;
	text-align: center;
}
div.copyright{
	font-size: 11px;
	color: #787765;
}
#full-scrn-pn{
	position:absolute;
	opacity:1;
	bottom:17%;
	left:17%;
	z-index:3;
}
#full-scrn-pn a{
	color:rgba(255, 255, 255, 0.62);
	font-size:18px;
	background:rgba(51, 51, 51, 0.63);
	padding:10px 10px;
	font-family: sans-serif;
	-border: solid 1px #ceb16e;
	border-radius:5px;
}
#full-scrn-pn a:hover{
	background:#C90;
	border-color:#C90;
}
#full-scrn-slider-container {
    height: 100%;
    position: absolute;
    width: 100%;
    /* z-index: 1; */
	display: none;
}
#root-container {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 2 !important;
}
#content-container {
	background: rgb(32,34,37);
	background: rgba(32,34,37,0.9);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-color: #c0c0c0;
	color:#ceb16e;
	height: 100%;
	padding: 0px;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-border: solid 1px #ceb16e;
}
#inner-content-container {
	height: 100%;
	margin: auto -0.9375em;
	overflow: auto;
	padding: 60px 30px 20px;
	position: relative;
}
div.col-md-4{
	float: left;
	width: 260px;
}
div.col-md-8{
	float: right;
	width: 440px;
}
ol.products-list li{
	padding-bottom: 40px;
}
img.img_portfolio{
	width: 100%;
}
div.product-detail{
	padding: 0px 0px 0px 20px;
}
div.gotoback {
    margin-bottom: 15px;
}
.gotoback img{
	display: inline-block;
	float: left;
}
div.pagelist span{
	display: inline-block;
	height: 25px;
	line-height: 25px;
	border: 1px solid #d1b67a;
	color: rgb(255, 132, 0);
	width: 25px;
	text-align: center;
	margin-right: 4px;
}
div.pagelist a{
	display: inline-block;
	height: 25px;
	line-height: 25px;
	border: 1px solid #d1b67a;
	color: #ceb16e;
	width: 25px;
	text-align: center;
	text-decoration: none;
	margin-right: 4px;
}
div.tour_detail_tabselect {
    border: 1px solid #d1b67a;
    background: #57371e;
    color: #fff;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    float: left;
    padding: 0px 15px;
}
div.tour_detail_tabunselect {
    float: left;
    padding: 0px 15px;
    height: 30px;
    cursor: pointer;
    text-transform: uppercase;
    border: 1px solid #d1b67a;
    line-height: 30px;
    border-left: none;
}
div.tour_detail_title {
    text-transform: uppercase;
    font-weight: bold;
    color: #f9f9f9;
	padding-bottom: 15px;
}
div.tour_detail{
	padding: 20px 0px 10px;
}
div.tour_button{
	padding: 15px 0px 25px;
}
div.tour_other{
	padding: 15px 0px 0px;
}
div.tour_other ul{
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
div.tour_other li{
	padding-bottom: 10px;
}
	/*Slide index*/
	.top_slider_wrapper{position:relative;background:#000;z-index:1}
	.top_slider_wrapper .bx-wrapper{position:relative; height: auto}
	.top_slider_wrapper .bx-controls-direction a{position:absolute;width:33px;height:70px;opacity:.5;cursor:pointer;top:65%;transform:translateY(-50%);font-size:0;z-index:9;background-size:cover}
	.top_slider_wrapper .bx-controls-direction .bx-next{background-image:url(https://64927a.claudeassets.com/20250408090232im_/https://vinwondershoian.com/images/arrow-right.png);right:5vw}
	.top_slider_wrapper .bx-controls-direction .bx-prev{background-image:url(https://ba40ef.claudeassets.com/20250408090232im_/https://vinwondershoian.com/images/arrow-left.png);left:5vw}
	.top_slider_wrapper .bx-controls-direction .disabled{display:none}
	.top_slider_item{position:relative;transition:opacity .5s ease-in-out}
	.top_slider_item.dark{opacity:.1}
	.experience .container, .service .container { left: 50%; transform: translateX(-50%); position: absolute; top: 0; bottom: 0; width: 970px; margin: 0 auto;}
	.experience .container, .service .content_box { right: 0; position: absolute; top: 50%; transform: translateY(-50%); text-align: center }
	
	.box_title_color_orange, .box_sub_title_color_orange { color: #de9e2d; }
	/*End Slide index*/

span.price-list{
	font-size: 18px;
	line-height: 30px;
	display: inline-block;
	height: 25px;
	font-style: italic;
	padding-right: 20px;
	color: #f1f1f1;
}
label {
    color: #ceb16e;
    font-size: inherit;
    font-weight: normal;
	cursor: pointer;
    display: block;
	margin-bottom: 0.1875em;
}
input[type=text], textarea, input[type=submit], #root-container .input-text {
    background: none;
    border: 1px solid #c19f71;
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	border-radius: 5px;
	width: 90%;
	font-size: 13px;
	margin: 0 0 1em 0;
    padding: 0.5em;
	transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
	-webkit-rtl-ordering: logical;
    user-select: text;
    cursor: auto
	display: block;
	-webkit-appearance: none;
}
.contact02 {
    padding: 20px;
}
#content-container h4 {
    font-size: 15px;
    margin-bottom: 12px;
    font-family: "TrajanPro_R" !important;
	    color: #ceb16e !important;
		    vertical-align: baseline;
    margin: 0;
    padding: 0;
	text-transform: uppercase;
	    font-weight: 800;
}
#content-container p {
    margin-bottom: 18px;
    color: #ceb16e;
	color: #FFF !important;
    font-size: 14px;
	font-family: 'Times-New-Romance';
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}
.contact02 h5 {
    font-size: 17px;
    color: #ceb16e !important;
	line-height: 1.4;
	font-size: 14px;
    margin-bottom: 6px;
    font-family: "TrajanPro_R" !important;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 800;
}
.awards_slider_wrapper .bx-wrapper {
    padding: 0 10px;
    position: relative;
}
.awards_slider_wrapper .bx-controls-direction .bx-prev {
    background: url(https://ba40ef.claudeassets.com/20250408090232im_/https://vinwondershoian.com/images/arrow-left.png);
    left: 15px;
	position: absolute;
    width: 33px;
    height: 70px;
    opacity: .5;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
}
.awards_slider_wrapper .bx-controls-direction .bx-next {
    background: url(https://64927a.claudeassets.com/20250408090232im_/https://vinwondershoian.com/images/arrow-right.png);
    right: 15px;
	position: absolute;
    width: 33px;
    height: 70px;
    opacity: .5;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
}
div.awards_slider_wrapper div.bx-controls-direction{
	display: none;
}
}
@media all and (min-width: 1000px){
nav:not(.mm-menu)
{
	display: block;
}
a.header-menu{
	display: none;
}
div.header{
	background: rgba(75,44,20,0.80);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 8;
	height: 50PX;
}
div.header div.container {
    padding: 0;
    position: relative;
	width: 970px;
    margin: 0 auto;
}
a.logo {
    display: block;
    width: 190px;
	margin-top: 5px;
}
a.logo img{
	width: 68%;
}
div.header-menu {
    right: 0;
    transform: translateY(-90%);
	position: absolute;
    z-index: 8;
	padding-top: 10px;
}
div.header-menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.nav > li {
    float: left;
    position: relative;
}
.nav > li > a {
    padding: 18px 8px;
    line-height: 13px;
	color: #fff;
    display: block;
    font-size: 12px;
    position: relative;
    transition: all .35s ease-in-out;
    text-transform: uppercase;
	text-decoration: none;
	font-family: "TrajanPro_R";
}
.nav_sub {
    display: none;
    background: rgba(162,100,31,0.66);
    position: absolute;
    top: 100%;
    left: 0;
    width: 140px;
}
.nav_sub > li > a {
    padding: 10px 10px;
    line-height: 15px;
	font-size: 11px;
	text-decoration: none;
	font-family: "TrajanPro_R";
}
.nav a:hover {
    color: #F5EB08;
}
.nav_sub {
    display: none;
    background: rgba(162,100,31,0.66);
    position: absolute;
    top: 100%;
    left: 0;
    width: 140px;
}
.nav > li:hover .nav_sub{display:block}
a.direct_link {
	display: block;
    position: fixed;
    z-index: 11;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 28px;
    height: 220px;
    background: url(https://e04088.claudeassets.com/20250408090232im_/https://vinwondershoian.com/images/bord.png) #000;
    background-size: cover;
    border: 1px solid #aa8658;
    border-right: 0;
    opacity: .5;
    transition: all .35s ease-in-out;
}
a.direct_link:hover{
	background-color:rgba(162,100,31,0.66)
}
.nav a{
	color:#fff;
	display:block;
	font-size:12px;
	position:relative;
	transition:all .35s ease-in-out;
	text-transform:uppercase
}
.nav a:after{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	height:5px;
	background:#c9b196;
	width:0;
	transition:all .35s ease-in-out
}
.nav a:hover{
	color:#F5EB08
}
.nav a:hover:after{
	width:100%
}
.nav_sub {
    display: none;
    background: rgba(162,100,31,0.66);
    position: absolute;
    top: 100%;
    left: 0;
    width: 190px;
}
.showMore{
	position:absolute;
	z-index:98;
	left:50%;
	bottom:200px;
	-ms-transform:translate(50px,100px);
	-webkit-transform:translate(-50%);
	transform:translate(-50%);
	text-align:center;
	font-size:0;
	text-align:center;
	cursor:pointer;
	opacity:.9;
	z-index:9
}
.showMore span,.showMore::before,.showMore::after{
	content:"";
	position:relative;
	background:url(https://95f1d3.claudeassets.com/20250408090232im_/https://vinwondershoian.com/images/arrow-down.png);
	background-size:cover;
	display:block;opacity:.8
}
.showMore::before{
	width:60px;
	height:28px;
	margin-left:-30px;
	margin-bottom:-15px
}
.showMore::after{
	width:66px;
	height:31px;
	margin-left:-33px
}
.showMore span{
	width:70px;
	height:33px;
	margin-left:-35px;
	margin-bottom:-42px
}
.showMore::before{
	animation:bop1 1s infinite linear;
	-webkit-animation:bop1 1s infinite linear;
	-moz-animation:bop1 1s infinite linear
}
.showMore::after{
	animation:bop2 1s infinite linear;
	-webkit-animation:bop2 1s infinite linear;
	-moz-animation:bop2 1s infinite linear
}
.showMore span{
	animation:bop3 1s infinite linear;
	-webkit-animation:bop3 1s infinite linear;
	-moz-animation:bop3 1s infinite linear
}
@keyframes bop1{
	0%{
		opacity:.5;
		transform:translateY(-5px);
		-webkit-transform:translateY(-5px);
		-moz-transform:translateY(-5px)
	}
	50%{
		opacity:.8;
		transform:translateY(0);
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0)
	}
	100%{
		opacity:.5;
		transform:translateY(-5px);
		-webkit-transform:translateY(-5px);
		-moz-transform:translateY(-5px)}
}
@keyframes bop2{
	0%{
		opacity:.8;
		transform:translateY(0);
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0)
	}
	30%{
		opacity:.5;
		transform:translateY(0);
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0)
	}
	70%{
		opacity:.8;
		transform:translateY(5px);
		-webkit-transform:translateY(5px);
		-moz-transform:translateY(5px)
	}
	100%{
		opacity:.5;
		transform:translateY(0);
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0)
	}
}
@keyframes bop3{
	0%{
		opacity:.8;
		transform:translateY(0);
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0)
	}
	35%{
		opacity:.5;
		transform:translateY(0);
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0)
	}
	75%{
		opacity:.8;
		transform:translateY(5px);
		-webkit-transform:translateY(5px);
		-moz-transform:translateY(5px)
	}
	100%{
		opacity:.5;
		transform:translateY(0);
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0)
	}
}
div.facility {
    background: url(https://5706a6.claudeassets.com/20250408090232im_/https://vinwondershoian.com/images/pattern.png);
}
div.facility .container {
    padding: 20px 0;
	width: 970px;
    margin: 0 auto;
}
div.content_box {
    text-align: center;
}
h2.box_title {
    font-size: 40px;
	margin: 0px;
	padding-bottom: 3px;
	font-family: "TrajanPro_R";
	color: #febd1a;
}
.box_title, .box_sub_title, .box_text {
    font-family: "TrajanPro_R";
    color: #fedb1a;
    font-weight: 400;
    opacity: .9;
	text-shadow: 1px 1px 3px #000;
}
div.facility_list{
	padding: 0px;
}
div.facility_item {
    width: 20%;
    vertical-align: top;
    position: relative;
	float: left;
}
div.facility_image {
    display: block;
}
div.facility_image img {
    display: block;
    width: 100%;
}
div.facility_caption {
    background: rgba(0,0,0,0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 1;
    transition: opacity .35s ease-in-out;
}
div.facility_content {
    position: absolute;
    left: 10px;
    right: 10px;
    text-align: center;
	top: 25%;
}
div.facility_title {
    position: relative;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    height: 50px;
	font-family: "TrajanPro_R";
}
div.facility_title:after {
    position: absolute;
    left: 40px;
    right: 40px;
    height: 1px;
    background: rgba(255,255,255,0.7);
    content: "";
    bottom: 0;
}
div.facility_description {
    font-size: 12px;
    color: #fff;
    line-height: 1.4;
    padding: 25px 5px 0;
}
.facility_item:hover .facility_caption {
    opacity: 0;
}
div.top_slider_wrapper{
	background-color: #000;
	padding-bottom: 40px;
	height: 760px;
	overflow: hidden;
}
div.activity {
    position: relative;
    background-size: cover;
    background-attachment: fixed;
}
div.activity div.container {
    padding: 60px 0;
	width: 970px;
    margin: 0 auto;
}
div.logo_center{
	margin: auto;
	width: 250px;
	padding-bottom: 10px;
}
div.logo_center img{
	width: 100%;
}
div.content_box {
    text-align: center;
}
div.activity_list{
	padding: 0px;
}
div.activity_list{
	padding: 0px;
}
div.activity_item {
    padding: 40px 0 0;
	display: inline-block;
    width: 212px;
    vertical-align: top;
    text-align: center;
    text-align-last: center;
    overflow: hidden;
	margin-right: 35px;
}
div.activity_item:last-child{
	margin-right: 0px;
}
div.activity_image_wrapper {
    padding: 40px 0;
}
div.activity_image {
    font-size: 0;
    overflow: hidden;
    margin: 0 auto;
    display: block;
    transform: rotate(45deg);
    border-radius: 10px;
    overflow: hidden;
    width: 120px;
    height: 120px;
}
a.activity_image_link {
    display: block;
}
a.activity_image img {
    display: block;
    transform: rotate(-45deg);
    top: -40px;
    left: -40px;
    bottom: -40px;
    right: -40px;
    position: relative;
}
.activity_image:hover{
	box-shadow:0 0 30px 10px rgba(255,255,255,0.51)
}
a.activity_link {
    color: #e3a714;
    font-size: 18px;
    line-height: 20px;
    height: 70px;
    display: inline-block;
    transition: color .35s ease-in-out;
	text-decoration: none;
	font-family: "TrajanPro_R";
}
a.activity_link:hover{
	color:#F5EB08
}
div.activity_text {
    border-top: 1px solid #fff;
    padding: 20px 0 0;
    font-size: 12px;
    color: #fff;
    line-height: 1.8;
    opacity: .8;
	margin: 0px;
}
div.testimonial {
    position: relative;
    z-index: 2;
}
div.background {
    background-size: cover;
    background-attachment: fixed;
	background-repeat: no-repeat;
    background-position: 50% 0;
}
div.background img {
    display: block;
    width: 100%;
	height: 760px;
}
.testimonial div.background {
    background-size: cover;
    background-attachment: fixed;
	background-repeat: no-repeat;
    background-position: 50% 0;
}
.testimonial div.background img {
	display: block;
    width: 100%;
	visibility: hidden;
}
div.testimonial .container {
    top: 48%;
    left: 0;
    right: 0;
    transform: translateY(-0%);
    width: auto;
}
div.testimonial .content_box {
    padding: 0 0 20px;
}
.testimonial_slider_wrapper {
    background: rgba(0,0,0,0.6);
    margin: 0 auto;
	width: 970px;
}
div.testimonial_content {
    max-width: 660px;
    margin: 0 auto;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    padding: 30px 0;
}
div.leaf {
    font-size: 0;
    padding: 25px 0;
    opacity: .7;
}
.contact {
    position: relative;
    background-size: cover;
    background-attachment: fixed;
	padding-bottom: 0px;
}
.contact .contact_container {
    padding: 60px 0 0;
	width: 970px;
    margin: 0 auto;
}
.contact_row {
    background: rgba(0,0,0,0.6);
    font-size: 0;
    margin: 30px 0 40px;
}
div.contact_map {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    height: 300px;
	position: relative;
    font-size: 0;
}
div.contact_info {
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
	padding: 20px;
}
div.contact_title {
    margin: 0 0 7px;
    font-size: 16px;
    color: #e3a714;
	font-family: "TrajanPro_R";
}
div.contact_text {
    font-size: 12px;
    color: #fff;
    line-height: 32px;
}
.awards_slider_wrapper {
    background: rgba(0,0,0,0.6);
    padding: 2px 0 6px;
}
.footer {
    background: #010101;
    padding: 8px 0;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 7;
}
.container {
    width: 970px;
    margin: 0 auto;
}
.social a {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    background: url(https://83f6a4.claudeassets.com/20250408090232im_/https://vinwondershoian.com/images/social-icons.png) no-repeat;
    transition: all .35s ease-in-out;
}
.social .facebook {
    background-position: -3px -3px;
}
.social .youtube {
    background-position: -33px -3px;
}
.social .twitter {
    background-position: -63px -3px;
}
.social .tripadvisor {
    background-position: -93px -3px;
}
div.copyright{
	float: left;
	width: 830px;
}
div.social{
	float: right;
	width: 130px;
}
div.copyright{
	font-size: 11px;
	color: #787765;
	padding-bottom: 0px;
	line-height: 16px;
}
#full-scrn-pn{
	position:absolute;
	opacity:1;
	bottom:17%;
	left:17%;
	z-index:3;
}
#full-scrn-pn a{
	color:rgba(255, 255, 255, 0.62);
	font-size:18px;
	background:rgba(51, 51, 51, 0.63);
	padding:10px 10px;
	font-family: sans-serif;
	-border: solid 1px #ceb16e;
	border-radius:5px;
}
#full-scrn-pn a:hover{
	background:#C90;
	border-color:#C90;
}
#full-scrn-slider-container {
    height: 100%;
    position: absolute;
    width: 100%;
    /* z-index: 1; */
	display: block;
}
#root-container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 100px solid transparent;
	border-bottom:100px solid transparent;
	border-left:35px solid transparent;
	border-right:35px solid transparent; /* have to use border to make child's absolute positioning works */
	height: 100%;
	position: relative;
	width: 87%;
	z-index: 2 !important;
}
#content-container {
	background: rgb(32,34,37);
	background: rgba(32,34,37,0.7);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-color: #c0c0c0;
	color:#ceb16e;
	height: 100%;
	padding: 30px 20px 30px 45px;
	position: absolute;
	right: 0;
	top: 0;
	width: 72%;
	-border: solid 1px #ceb16e;
}
#inner-content-container {
	height: 100%;
	margin: auto -0.9375em;
	overflow: auto;
	padding: 0px 28px 0px 0px;
	position: relative;
}
div.col-md-4{
	float: left;
	width: 260px;
}
div.col-md-8{
	float: right;
	width: 440px;
}
ol.products-list li{
	padding-bottom: 40px;
}
img.img_portfolio{
	width: 100%;
}
div.product-detail{
	padding: 0px 0px 0px 20px;
}
div.gotoback {
    margin-bottom: 15px;
}
.gotoback img{
	display: inline-block;
	float: left;
}
div.pagelist span{
	display: inline-block;
	height: 25px;
	line-height: 25px;
	border: 1px solid #d1b67a;
	color: rgb(255, 132, 0);
	width: 25px;
	text-align: center;
	margin-right: 4px;
}
div.pagelist a{
	display: inline-block;
	height: 25px;
	line-height: 25px;
	border: 1px solid #d1b67a;
	color: #ceb16e;
	width: 25px;
	text-align: center;
	text-decoration: none;
	margin-right: 4px;
}
div.tour_detail_tabselect {
    border: 1px solid #d1b67a;
    background: #57371e;
    color: #fff;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    float: left;
    padding: 0px 15px;
}
div.tour_detail_tabunselect {
    float: left;
    padding: 0px 15px;
    height: 30px;
    cursor: pointer;
    text-transform: uppercase;
    border: 1px solid #d1b67a;
    line-height: 30px;
    border-left: none;
}
div.tour_detail_title {
    text-transform: uppercase;
    font-weight: bold;
    color: #f9f9f9;
	padding-bottom: 15px;
}
div.tour_detail{
	padding: 20px 0px 10px;
}
div.tour_button{
	padding: 15px 0px 25px;
}
div.tour_other{
	padding: 15px 0px 0px;
}
div.tour_other ul{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	
}
div.tour_other ul{
list-style: none;
}
div.tour_other ul a{
color: #fcda1c;
    text-decoration: none;
}
div.tour_other li{
	padding-bottom: 10px;
}


.product-detail img {
    max-width: 100%;
    height: auto;
}


div.content_box img {
    max-width: 100%;
}

	
.embed-yt-lazy{
    width:100%;
    position:relative!important;
    overflow:hidden!important;
    cursor:pointer!important;
    -moz-user-select:none!important;
    -ms-user-select:none!important;
    user-select:none!important;
	background-color: #000;
    overflow: hidden;
    cursor: pointer;
}
.embed-yt-lazy-img{
    width:100%!important;
    display:block!important;
	opacity: 0.7;
}
.embed-yt-lazy-play-btn{
	top: 50%;
    left: 50%;
    -webkit-transform: translate3d( -50%, -50%, 0 );
    transform: translate3d( -50%, -50%, 0 );
	width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 8px;
	position: absolute;
}
.embed-yt-lazy-play-btn:before{
	content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.embed-yt-lazy-play-btn:hover{
    background-color: #ea2024;
}
.embed-yt-lazy-logo{
	display:none;
}
.embed-yt-lazy iframe{
    width:100%!important;
    height:100%!important;
    position:absolute!important;
    top:0!important;
    left:0!important;
    z-index:3!important;
    border:0!important;
}
.home-high3-4 .video-content-width{
width: 750px;
}
@media only screen and (max-width: 768px){
.home-high3-4 .video-content-width{
width: 100%;
}
}



	/*Slide index*/
	.top_slider_wrapper{position:relative;background:#000;z-index:1}
	.top_slider_wrapper .bx-wrapper{position:relative; height: 100%}
	.top_slider_wrapper .bx-controls-direction a{position:absolute;width:33px;height:70px;opacity:.5;cursor:pointer;top:50%;transform:translateY(-50%);font-size:0;z-index:9;background-size:cover}
	.top_slider_wrapper .bx-controls-direction .bx-next{background-image:url(https://64927a.claudeassets.com/20250408090232im_/https://vinwondershoian.com/images/arrow-right.png);right:5vw}
	.top_slider_wrapper .bx-controls-direction .bx-prev{background-image:url(https://ba40ef.claudeassets.com/20250408090232im_/https://vinwondershoian.com/images/arrow-left.png);left:5vw}
	.top_slider_wrapper .bx-controls-direction .disabled{display:none}
	.top_slider_item{position:relative;transition:opacity .5s ease-in-out}
	.top_slider_item.dark{opacity:.1}
	.experience .container, .service .container { left: 50%; transform: translateX(-50%); position: absolute; top: 0; bottom: 0; width: 970px; margin: 0 auto;}
	.experience .container, .service .content_box { right: 0; position: absolute; top: 50%; transform: translateY(-50%); text-align: center }
	
	.box_title_color_orange, .box_sub_title_color_orange { color: #de9e2d; }
	/*En
	

/*
     FILE ARCHIVED ON 00:06:20 Jul 20, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 03:34:07 Jun 09, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.458
  exclusion.robots: 0.043
  exclusion.robots.policy: 0.034
  esindex: 0.009
  cdx.remote: 6.351
  LoadShardBlock: 68.769 (3)
  PetaboxLoader3.datanode: 112.67 (5)
  PetaboxLoader3.resolve: 303.619 (2)
  load_resource: 378.83
  loaddict: 68.768
*/