@font-face {
    font-family: 'mekhong_lightitalic';
    src: url('fonts/mekhonglight-italic-webfont.woff2') format('woff2'),
         url('fonts/mekhonglight-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 100%;
}

body {
	position: relative;
	background: #fffdf1;
	color: #fffbcf;
	font-size: 15px;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
}

ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

a{
	text-decoration: none;
	color: #fffbcf;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}

a:hover{
	color: #fffbcf;
	text-decoration: none;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}

a:focus{
	text-decoration: none;
	color: #fffbcf;
}

p {
	margin: 0;
	font-size: 15px;
	line-height: 2;
	color: #fffbcf;
	font-weight: 300;
}

.hover_color {
	color: #9B9B9B;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}

.hover_color:hover {
	color: #229546;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}

.hover_color2:focus{
	color: none;
}

h1, h2, h3, h4 {
	margin: 0;

}

h1, .h1 {
	font-size: 30px;
	font-family: 'mekhong_lightitalic';
}

h2, .h2 {
	font-size: 30px;
	font-family: 'mekhong_lightitalic';

}

h3, .h3 {
	font-size: 18px;
	font-family: 'mekhong_lightitalic';
	margin: 10px 0;
}

h4, .h4 {
	font-size: 16px;
}

.font700 {
	font-weight: 700;
}

.font400 {
	font-weight: 400;
}

label {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #fffbcf;
	font-weight: normal;
}

label.error {
	color: #fffbcf;
	display: none;
	font-size: 15px;
}

input, textarea{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	border-radius: 0;
}

textarea:focus, input:focus{
    outline: 0;
}

.clear {
	clear: both;
 	display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

::-webkit-input-placeholder {
   color: #fffbcf;
}

:-moz-placeholder { /* Firefox 18- */
   color: #fffbcf;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #fffbcf;
}

:-ms-input-placeholder {
   color: #fffbcf;
}

/*.row{
	margin: 0;
}*/

.regular_btn {
	border-radius: 5px;
	height: 50px;
	line-height: 50px;
	min-width: 235px;
	display: inline-block;
	font-size: 20px;
}

.regular_btn2 {
	border-radius: 5px;
	height: 45px;
	line-height: 45px;
	min-width: 150px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
}

.hover_btn_green{
	display: inline-block;
	position: relative;
	text-align:  center;
	text-align: center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	color: #fff;
	background: #72AEA2;
}

.hover_btn_green:hover{
	background: #5AB4A4;
	color: #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.hover_btn_red{
	display: inline-block;
	position: relative;
	text-align:  center;
	text-align: center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	color: #fff;
	background: #EF534D;
}

.hover_btn_red:hover{
	background: #E73A33;
	color: #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.hover_btn_white{
	font-weight: 900;
	font-size: 24px;
	display: inline-block;
	position: relative;
	text-align:  center;
	text-align: center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	color: #2C2943;
	background: #fff;
}

.hover_btn_white:hover{
	background: #72AEA2;
	color: #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.hover_btn_white.price_active{
	background: #72AEA2;
	color: #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.hover_btn2{
	display: inline-block;
	position: relative;
	text-align:  center;
	font-size: 21px;
	text-align: center;
	/*-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;*/
	background: transparent;
	color: #000000;
	padding: 15px 0px;
	width: 70%;
	min-width: 185px;
	border: 2px solid #000000;
}

.hover_btn2:hover{
	border: 1px solid #229546;
	background: #229546;
	color: #fff;
	/*-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;*/
}

.hover_btn3{
	display: inline-block;
	position: relative;
	text-align:  center;
	font-size: 31px;
	font-weight: 700;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	background: transparent;
	color: #000000;
	padding: 15px 0px;
	width: 100%;
	max-width: 430px;
	border: 2px solid #000000;
}

.hover_btn3:hover{
	border: 2px solid #229546;
	background: #229546;
	color: #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.full_width_btn {
	width: 100%;
	margin-top: 20px;
}

#cover{
	background: #271608;
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 999;
	top: 0;
}

.hidden_br {
	display: none;
}

.tablet_br {
	display: block;
	height: 1px;
}

.mobile_br {
	display: none;
	height: 1px;
}

.small_desktop_br {

}

.img-responsive {
	margin: auto;
}

.img_responsive {
	width: 100%;
	display: block;
}

.video-container {
	width: 100%;
    position: relative;
    margin: auto;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bold {
	font-weight: 700;
}

.black {
	font-weight: 900;
}

.make_center {
	position: absolute;
	left: 50%;
	top: 50%;

	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
}

.make_center_home {
	z-index: 11;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
}

.make_center_home hr{
	border-top-color: #fffbcf;
}

.make_center_home .play_button{
	display: block;
	width: 120px;
	height: 120px;
	margin: 30px auto 0;
	cursor: pointer;
	border:0 !important;
	outline: 0 !important;
	background-color: transparent !important;

	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../images/home/play-button.png);
}
.center_ver {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
}

.mobile_br {
	display: none;
}

.fancybox-button svg path{fill: #fffbcf !important}

@media only screen and (max-width : 1440px) {
	.make_center_home .play_button{
		width: 100px;
		height: 100px;
	}
	.make_center_home hr{margin-top: 15px; margin-bottom: 15px}
}

@media only screen and (max-width : 991.98px) {
	.make_center_home .play_button{
		width:80px;
		height:80px;
	}
}

@media only screen and (max-width : 767px) {
	.make_center_home .play_button{
		margin-top: 20px;
		width:100px;
		height:100px;
	}

	.fancybox-slide{padding: 10px;}
}

/****** general ******/

header {
	background: url(../images/home/menubar_strip.jpg), url(../images/home/menubar.jpg);
	background-size: 100% auto, cover;
	background-position: center bottom, center top ;
	background-repeat: no-repeat;
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 48px;
	z-index: 900;
	padding: 5px 20px 0;
}

.logo {
	float: left;
}
.logo img{
	width: 85px
}
.desktop_lang {
	float: right;
	margin-top: 9px;
	padding-right: 10px;
}

.desktop_lang a.lang_active {
	font-weight: 700;
}

.menu_btn {
	float: right;
	font-style: italic;
	cursor: pointer;
	font-size: 12px;
	margin-top:8px;
}

.menu_line {
	display: inline-block;
	width: 30px;
	vertical-align: middle;
	margin-left: 10px;
}

.menu_line > div{
	width: 100%;
	height: 1px;
	background: #fdf1c0;
	margin-bottom: 6px;
}

.menu_line > div:last-child{
	margin-bottom: 0;
}

.main_nav_bg {
	background: rgba(39,22,8,0.9);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 910;
	top:0;
	left: 0;
	display: none;
}

.main_nav_overflow {
	width: 100%;
	height: 100%;
	overflow-y:scroll;
}

.main_nav_container {
	width: 590px;
	text-align: center;
	position: relative;
}

.main_nav_container h3 {
	font-size: 24px;
	border-bottom: 1px solid #fffbce;
	padding-bottom: 10px;
}

.main_nav li{
	margin-top: 40px;
}

.main_nav li a{
	font-size: 24px;
	font-family: 'mekhong_lightitalic';
}

.main_nav li p{
	font-size: 12px;
}

.lang_change a {
	font-size: 12px !important;
}

.lang_change a.lang_active {
	font-weight: 700;
}

.close_nav_btn {
	position: absolute;
	top: 0;
	right: 0;
}

.lang_change {
	display: none;
	margin-top:20px !important;
}

/******* home *******/

#home_header {
	top:0px; /*-48*/
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#home_header.move_down {
	top: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#home_bg {
	background: url(../images/home/mekhong_main_desktop_ipad.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	position: relative;
}

.skrollr .box {
	width: 100%;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	padding: 0;
	background-size: cover;
	background-position: center;
	/*position: relative;*/
}

.mekhong_main {
	height: 100%;
	width: 100%;
	z-index: 100;
	background-image: url(../images/home/mekhong_main_desktop_ipad.jpg);
	z-index: 120;
}

.mekhong_main video {
    position: absolute;
    /*bottom: 0;
    left: 0;
    top: 0;*/
    min-width: 100%;
    min-height: 100%;

    width: 100%;
    height:100%;
    object-fit: cover;

    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mekhong_history {
	background-image: url(../images/home/history_desktop_ipad.jpg);
	z-index: 120;
}

.mekhong_authentic {
	background-image: url(../images/home/authentic_desktop_ipad.jpg);

}

.mekhong_authentic.box{z-index: 130}

.mekhong_halfbox.box {
	z-index: 100;
	padding-bottom: 200px;
}

.mekhong_house {
	background-color: #000;
	background-image: url(../images/home/house_of_mekhong_desktop_ipad.jpg);
	background-size: auto 100%;
	background-position: center;

	background-repeat: no-repeat;
}
.mekhong_house.box {z-index: 150;}

/*mekhong_house {
	background-color: #000;
	background-image: url(../images/home/house_of_mekhong_desktop_ipad.jpg);
	background-size: 80% auto;
	background-position: center -60px;
	z-index: 130;
	background-repeat: no-repeat;
}*/

.video-shadow{
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	bottom: 0;
	background-color: rgba(128,128,128,0.7);
	z-index: 10;
	mix-blend-mode: multiply;
}
.mekhong_main h2{
	width: 386px;
	font-size: 30px;
	margin: 0 auto 10px;
	padding-bottom: 0;
	margin-top: 20px;
}

.mekhong_main h3{
	font-size: 18px;
}

.mekhong_history h2{
	border-bottom: 1px solid #fffbcf;
	width: 580px;
	font-size: 30px;
	margin: 0 auto 10px;
	padding-bottom: 10px;
	margin-top: 20px;
}
body.fancybox-active{ overflow: visible !important;padding-right: 0 !important  }


.box_history_text,
.box-house-text {
	padding-top: 110px;
}
.box-house-text{
	width: 100%;
	max-width: 500px;
	display: block;
	margin: auto;
}
.box-house-text h2{
	border-bottom:1px solid #fffbcf;
	padding-bottom:15px;
	margin-bottom:15px;
}

.year_list {
	width: 100%;
	max-width: 940px;
	margin: 60px auto;
}

.year_list li{
	text-align: center;
	width: 33.33%;
	float: left;
}

.year_list li h3{
	font-size: 30px;
	margin-bottom: 25px;
}

.year_list li p {
	line-height:
}

.mekhong_authentic h2{
	border-bottom: 1px solid #fffbcf;
	width: 580px;
	font-size: 30px;
	margin: 0 auto 10px;
	padding-bottom: 10px;
	margin-top: 20px;
}

.mekhong_authentic p{
	width: 538px;
	margin: auto;
}

.box_authentic_text {
	position: absolute;
	left: 10%;
	top: 10%;
}

.box_half {
	width: 50%;
	height: 100%;
	float: left;
	position: relative;
}

.mekhong_halfbox .box_half:nth-child(1) {
	background-size: cover;
	background-position: center;
	background-image: url(../images/home/foodpairing_desktop_ipad.jpg);
}

.mekhong_halfbox .box_half:nth-child(2){
	background-size: cover;
	background-position: center;
	background-image: url(../images/home/craft_cocktail_desktop_ipad.jpg);
}

.home_footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 200px;
}

.home_footer.static {
	position: relative;
}

.home_footer ul.nav{
	display: flex;
	padding: 0;
	margin:0;
	list-style-type: none;
	-ms-flex-pack: center !important;
justify-content: center !important;
}
.home_footer ul.nav li{
	padding: 0 10px;
}
.home_footer ul.nav li a{
	background-color: transparent !important;
}
.home_footer ul.nav li a:hover{
	opacity: 0.7
}
.go_museum_btn {
	text-align: center;
	position: absolute;
	bottom: 60px;
	left: 50%;
	-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
}

.box_half_detail {
	width: 420px;
	min-height: 465px;
	padding: 20px 20px;
	background: url(../images/home/gold_texture.png);
	background-size: cover;
	background-position: center;
	border: 1px solid #fbfcc5;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
}

.box_half_detail h2{
	border-bottom: 1px solid #fbfcc5;
	width: auto;
	padding-bottom: 10px;
	margin: 10px auto 20px;
}
.box_half_detail p{line-height: 1.7}

.box_half_detail .custom_btn{
	text-align: center;
	position: absolute;
	bottom: 28px;
	left: 50%;
	margin-left: -40px;
}

.mekhong_thaisabai {background-image: url(../images/home/thaisabai_desktop_ipad.jpg);}
.box_thaisabai_text{
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.box_thaisabai_text > div{
	margin: auto;
	width: 100%;
	max-width:750px;
	text-align: center;
}

.box_thaisabai_text h2{
	padding-bottom:15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #fffbcf;
}
.box_thaisabai_text .custom_btn{margin-top: 60px}
/******** history ******/

.old_bottle_container {
	width: 100%;
}

.section {
	background-size: cover;
	background-position: center;
	position: relative;
}

.bg {
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	left: 0;
}

#still_bg1 {
	background-image:url(../images/history/song_desktop_ipad.jpg);
}

#still_bg2 {
	background-image:url(../images/history/legacy_desktop_ipad.jpg);
	display: none;
}

#bg1{
	background-image:url(../images/history/history.jpg);
}

#bg2{
	background-image:url(../images/history/origin_desktop_ipad.jpg);
}

#bg3{
	background-image:url(../images/history/origin2_desktop_ipad.jpg);
}

#bg4{
	background-image:url(../images/history/kingdomessence_desktop_ipad.jpg);
}

#bg5{
	background-image:url(../images/history/war_desktop_ipad.jpg);
}

#bg6{
	background-image:url(../images/history/name_desktop_ipad.jpg);
}

#bg7{
	background-image:url(../images/history/new_mekhong_desktop_ipad.jpg);
}

.history_content {
	width: 885px;
	text-align: center;
}

.history_content h1{
	border-bottom: 1px solid #fffbcf;
	width: 100%;
	max-width: 730px;
	margin: 0 auto 10px;
}

.history_content h2{
	border-bottom: 1px solid #fffbcf;
	width: 100%;
	max-width: 730px;
	margin: 0 auto 20px;
	padding-bottom: 15px;
}

.history_large_text {
	font-size: 18px;
	font-family: 'mekhong_lightitalic';
	margin-bottom: 40px;
}

.swipebox_btn {
	font-size: 15px;
}

.swipebox_btn img{
	margin-right: 5px;
}

.scroll_discover {
	text-align: center;
	position: absolute;
	bottom: 20px;
	font-size: 15px;
	left: 50%;
	margin-left: -63px;
	width: 127px;
}

.old_bottle {
	display: inline-block;
}

.old_bottle_text {
	display: inline-block;
	padding-left: 50px;
}

.old_bottle_text p {
	font-size: 18px;
	font-family: 'mekhong_lightitalic';
}

.three_old_bottle {
	width: 990px;
}

.three_old_bottle li{
	float: left;
	width: 33.33%;
}

.history_last {
	position: absolute;
	left: 50%;
	top:30%;
}

.history_last p{
	font-size: 18px;
	font-family: 'mekhong_lightitalic';
}


footer {
	border-top: 1px solid #fbfcc5;
	padding-top: 30px;
	height: 232px;
	background: #1b0d03 url(../images/footer/foot_bg.jpg) no-repeat;
	background-position: center top;
	position: relative;
}

footer > a{
	display: inline-block;
	margin: 0 8px;
}

/********* authentic *******/

.authen1 {
	background: url(../images/authentic_spirit/authentic_head_desktop_ipad.jpg);
	background-size: cover;
	background-position: center;
	height: 485px;
	position: fixed;
	width: 100%;
	top:0;
	left:0;
	z-index: -1;
}

.authen2 {
	position: relative;
	margin-top: 485px;
}

.authen3 {
	position: relative;
}

.authen4 {
	position: relative;
}

#authen2_text {
	width: 355px;
	padding: 50px 20px;
	background: url(../images/authentic_spirit/authentic_bg_ipad.jpg);
	background-size: cover;
	background-position: center;
	border: 1px solid #fbfcc5;
	position: absolute;
	left: 60%;
	top: 50%;
}

#authen3_text {
	-webkit-transform: translate(-50%, -70%);
	-ms-transform: translate(-50%, -70%);
	transform: translate(-50%, -70%);
}

#authen3_text h3 {
	font-size: 18px;
}

#authen4_text {
	position: absolute;
	left: 50%;
}

#authen4_text h3{
	font-family: 'mekhong_lightitalic';
}

/****** food pairing ******/

.pairing_head{
	background: url(../images/foodpairing/foodpairing_head_desktop_ipad.jpg);
	background-size: cover;
	background-position: center;
	height: 485px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}

.food_hover {
	position: absolute;
	top:0;
	left: 0;
	z-index: 5;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.pair_list {
	margin-top: 485px;
}

.pair_list li .pair_half{
	width: 50%;
	float: left;
	height:100%;
	position: relative;

}

.pair_list li:nth-child(2n) .pair_half{
	width: 50%;
	float: right;
	height:100%;
}

.pair_list li .pair_half:first-child:hover .food_hover{
	opacity: 1;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.pair_list_bg {
	position: relative;
}

.pair_list_content {
	border: 1px solid #fffbcf;
	padding: 30px 40px;
	width: 90%;
	max-width: 380px;
}

.pair_list_content h3{
	width: 100%;
	max-width: 225px;
	margin: auto;
	border-bottom: 1px solid #fffbcf;
	padding-bottom: 10px;
}

.pair_list_content h5{
	font-family: 'mekhong_lightitalic';
	font-size: 12px;
	margin-bottom: 30px;
}

.custom_btn {
	display: inline-block;
	width: 80px;
	height: 80px;
	font-size: 12px;
	line-height: 80px;
	position: relative;
	margin: 30px 0 25px;
}

.rotate_rect {
	width: 80px;
	height: 80px;
	position: absolute;
	top:0;
	left:0;
	border: 1px solid #fffbcf;
	background: transparent;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.custom_btn:hover .rotate_rect{
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	background: rgba(255,249,212,0.2);
}

.inside_pair {
	margin-top: 40px !important;
}

.inside_pair li .pair_half{
	width: 50%;
	float: right;
	height:100%;
	position: relative;

}

.inside_pair li:nth-child(2n) .pair_half{
	width: 50%;
	float: left;
	height:100%;
}

.pairing_name {
	color: #4d290b;
	padding: 50px 0;
}

.pairing_name h2{
	width: 390px;
	border-bottom: 1px solid #4d290b;
	margin: auto;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.pairing_name h3{
	font-size: 18px;
}

.pairing_name h4{
	font-size: 18px;
	font-family: 'mekhong_lightitalic';
	margin-top: 20px;
}

.half_col {
	float: left;
	width: 50%;
}

.pairing_detail {
	color: #4d290b;
	padding: 50px 0 20px;
}

.pairing_detail p{
	color: #4d290b;
}

.pairing_detail h2{
	width: 390px;
	border-bottom: 1px solid #4d290b;
	margin: auto;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.pairing_detail h3{
	font-size: 18px;
}

.pairing_text {
	padding-top: 60px;
}

.pairing_text h4{
	font-size: 18px;
	font-family: 'mekhong_lightitalic';
	margin: 30px 0;
}

.ingredient_table {
	width: 250px;
	margin: auto;
}

.ingredient_table td{
	padding: 5px 0;
}

.ingredient_table tr td{
	width: 50%;
}

.pairing_text p{
	width: 100%;
	max-width: 380px;
	margin: auto;
}

.other_pairing {
	margin-top: 100px;
}

/********** craft cocktails ********/

.cocktails_head{
	background: url(../images/craft_cocktails/craftcocktail_head_desktop_ipad.jpg);
	background-size: cover;
	background-position: center;
	height: 485px;
	position: relative;
}

.cocktail_list_container {
	padding: 50px 0;
	background: #fffdf1;
	color: #4d290b;
}

.cocktail_list_container h3{
	font-size: 24px;
}

.cocktail_filter_container {
	padding: 30px 0 40px;
}

.cocktail_filter_container h4 {
	font-size: 18px;
	font-family: 'mekhong_lightitalic';
	margin-bottom: 15px;
}

#flavor_select {
	width: 336px;
	display: inline-block;
	border-radius: 5px;
	border: #a27a41 1px solid;
	background: #fff url(../images/select_arrow.jpg) no-repeat right center;
	color: #a27a41;
	height: 32px;
	padding: 0 10px;
	font-size: 18px;
	font-style: italic;
	-webkit-appearance: none;
}

.cocktail_list {
	width: 100%;
	max-width: 1040px;
	margin: auto;
}

.grid-sizer {
	width: 25%;
}

.item {
	width: 25%;
	text-align: center;
	cursor: pointer;
}

.item h4{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 18px;
	font-family: 'mekhong_lightitalic';
}

.item img{
	max-width: 100%;
}

.popup_container {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 905;
	display: none;
}

.popup {
	position: absolute;
	width: 780px;
	left: 50%;
	top: 50%;
	background: #fff;
	border: 1px solid #8f6836;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
}

.close_btn2 {
	position: absolute;
	top: 10px;
	right: 10px;
}


.cocktail_popup_detail {
	color: #4d290b;
	padding: 50px 0 20px;
	display: none;
}

.cocktail_popup_detail p{
	color: #4d290b;
}

.cocktail_popup_detail h2{
	width: 390px;
	border-bottom: 1px solid #4d290b;
	margin: auto;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.cocktail_popup_detail h3{
	font-size: 24px;
	text-align: center;
}

.cocktail_popup_detail h4{
	font-size: 18px;
	font-family: 'mekhong_lightitalic';
	margin: 30px 0;
	text-align: center;
}

.cocktail_popup_detail .ingredient_table {
    width: 100%;
    margin: auto;
    max-width: 250px;
}


/**********/

.age_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	left: 0;
	background: url(../images/age_bg.jpg);
	background-size: cover;
	background-position: center;
	z-index: 0
}

.age_check_content {
	width: 90%;
}

.age_check_content h5 {
	font-family: 'mekhong_lightitalic';
	font-size: 18px;
	margin-top: 15px;
}

.terms_container {
	text-align: center;
	position: fixed;
	bottom: 10px;
	width: 100%;
	z-index: 20;
}

.age_input {
	font-size: 36px;
	font-family: 'mekhong_lightitalic';
	color: #fffbcf;
	border: 0;
	border-bottom: 1px solid #fffbcf;
	text-align: center;
	padding: 0px 0;
	background: transparent;
	margin-bottom: 15px;
}

.age_date {
	width: 61px;
	margin-right: 10px;
}

.age_month {
	width: 61px;
	margin-right: 10px;
}

.age_year {
	width: 106px;
}

.home_nav {
	border-top: 1px solid #fffbcf;
	padding: 10px 20px 0;
	width: 90%;
	max-width: 625px;
	margin: auto;
	text-align: center;
	font-weight: 700;
}

.home_nav a{
	font-weight: 700;
	color: #fffbcf;
	display: inline-block;
	margin: 5px 10px;
	border-bottom: 1px solid transparent;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.home_nav a:hover{
	border-bottom: 1px solid #fffbcf;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

input[type="checkbox"],
input[type="radio"].square  {
    display:none;
}

input[type="checkbox"] + label span,
input[type="radio"].square + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(../images/input_custom.png) left top no-repeat;
    cursor:pointer;
}
input[type="checkbox"]:checked + label span ,
input[type="radio"].square:checked + label span {
    background:url(../images/input_custom.png) -19px top no-repeat;
}

.terms_text {
	position: relative;
	z-index: 1;
	max-width: 675px;
	width: 90%;
	margin: 105px auto;
}

.terms_text h1{
	font-size: 45px;
	border-bottom: 1px solid #fffbcf;
}

.terms_text h2{
	margin-top: 30px;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;

}

.terms_text p{
	margin-top: 30px;
}

#contact_form {
	width: 100%;
	max-width: 345px;
	margin: auto;
	padding-top: 20px;
	min-height: 560px;
}

.input_box {
	border: 1px solid #fffbcf;
	background: transparent;
	font-size: 15px;
	color: #fffbcf;
	padding: 0 5px;
	height: 30px;
	width: 100%;
	margin-top: 10px;
	font-family: 'mekhong_lightitalic';
}

#textarea {
	border: 1px solid #fffbcf;
	background: transparent;
	font-size: 15px;
	color: #fffbcf;
	padding: 10px 5px;
	width: 100%;
	margin-top: 10px;
	font-family: 'mekhong_lightitalic';
}

.select_box {
	border: 1px solid #fffbcf;
	background: transparent;
	font-size: 15px;
	color: #fffbcf;
	padding: 0 5px;
	height: 30px;
	background: transparent url(../images/arrow.png) right center no-repeat;
	width: 100%;
	border-radius: 0 !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-appearance: none;
	margin-top: 10px;
	font-family: 'mekhong_lightitalic';
}

.contact_in_menu {
	border-top: 1px solid #fffbcf;
	padding-top: 20px;
}

.contact_in_menu a{
	font-family: 'Open Sans', sans-serif !important;
	font-size: 18px !important;
	font-weight: 700;
}

/********** Thai Sabai ********/

.thai_sabai_head {
	background: url(../images/thai_sabai/thai_sabai_head_desktop.jpg);
	background-size: cover;
	background-position: center;
	height: 485px;
	position: relative;
}

.thai_sabai_container {
	padding: 60px 0;
	color: #4B320F;
}

.thai_sabai_container p{
	color: #4B320F;
}

.taste_list {

}

.taste_list h4 {
	font-family: 'mekhongregular';
	font-size: 16px;
	color: #4B320F;
	margin: 20px 0;
}

.have_line {
	border-bottom: 1px solid #4D290B;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.origin_detail {
	margin: 40px 0;
}

.origin_detail p{
	margin-bottom: 25px;
}

.thai_sabai_bg {
	background: url(../images/thai_sabai/thai_sabai_in_bg.jpg);
	background-size: cover;
	background-position: center 0;
	margin-bottom: 100px;
}

.thai_sabai_col {
	width: 50%;
	float: left;
	color: #FFFBCF;
	padding: 20px 35px 40px;
}

.thai_sabai_col p{
	color: #FFFBCF;
	text-align: left;
	padding-top: 10px;
}

.thai_sabai_col h3{
	font-size: 24px;
	border-bottom: 1px solid #FFFBCF;
	padding-bottom: 10px;
}

.thai_sabai_col_l p {
	padding-left: 50px;
}

.thai_sabai_ingredient {
	padding: 40px 0 90px;
}

.thai_sabai_ingredient li {
	display: block;
}

.thai_sabai_ingredient li .in_half{
	float: left;
	width: 50%;
}

.thai_sabai_ingredient li:nth-child(2) .in_half{
	float: right;
	text-align: right;
}

.thai_sabai_ingredient h3 {
	font-size: 30px;
}

.thai_sabai_ingredient li .in_half .thai_sabai_in_text{
	padding-left: 35px;
	padding-top: 80px;
}

.thai_sabai_ingredient li:nth-child(2) .thai_sabai_in_text{
	padding-left: 0;
	padding-right: 35px;
}

.thai_sabai_where_list {
	margin-top: 30px;
}

.thai_sabai_where_list h3{
	font-size: 30px;
	margin-top: 30px;
}

/**********/

@media only screen and (max-width : 1680px) {
	.mekhong_halfbox.box{ padding-bottom: 150px }
	.home_footer{height: 150px}

}


@media only screen and (max-height : 645px) {
	/*mekhong_house {
	    background-color: #000;
	    background-image: url(../images/home/house_of_mekhong_desktop_ipad.jpg);
	    background-size: 60% auto;
	    background-position: center -100px;
	    z-index: 130;
	    background-repeat: no-repeat;
	}*/

	/*.go_museum_btn {
		text-align: center;
		position: absolute;
		bottom: 210px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}*/
}

@media only screen and (max-width :1440px) {
	.box_half_detail{
		width: 305px;
		min-height: 365px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.box_half_detail h2{
		font-size: 25px
	}

	.box_half_detail .visible-md-inline{display: inline-block;}
	.box_half_detail .hidden-md{display: none;}
}
@media only screen and (max-width : 1199px) {
	.home_footer .nav > li{padding: 0 10px;}
	.home_footer .nav > li > a{font-size: 13px}


}

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

	#home_header {
		top: 0;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
	}

 	.box {
 		height: 770px;
 		position: relative;
 		background-size: cover;
 		background-position: center;
 	}

 	.mekhong_main {
    	height: 550px;
	}

 	.home_footer {
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    width: 100%;
	    height: 200px;
	}

	.mekhong_main .scroll_discover {
		display: none;
	}

	.year_list {
	    width: 100%;
	    max-width: 940px;
	    margin: 100px auto;
	    display: none;
	}

	.box_history_text{
	    padding-top: 110px;
	    padding-bottom: 50px;
	}

	.box-house-text{
		padding-top: 7vw;
	}

	.mekhong_main h2 {
	    width: 386px;
	    font-size: 24px;
	    margin: 0 auto 0;
	    margin-top: 20px;
	}

	.mekhong_main h3 {
	    font-size: 14px;
	}

	.mekhong_history h2 {
	    border-bottom: 1px solid #fffbcf;
	    width: 580px;
	    font-size: 24px;
	    margin: 0 auto 10px;
	    padding-bottom: 10px;
	    margin-top: 20px;
	}

	.mekhong_authentic h2 {
	    border-bottom: 1px solid #fffbcf;
	    width: 100%;
	    font-size: 24px;
	    margin: 0 auto 10px;
	    padding-bottom: 10px;
	    margin-top: 20px;
	}

	.box_authentic_text {
	    position: absolute;
	    width: 330px;
	    left: 5%;
	    top: 10%;
	}

	.mekhong_authentic p {
	    width: 100%;
	    margin: auto;
	}

	.box_half_detail {
	    width: 350px;
	    min-height: 390px;
	    padding: 20px 20px;
	    background: url(../images/home/gold_texture.png);
	    background-size: cover;
	    background-position: center;
	    border: 1px solid #fbfcc5;
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    -webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
	}

	.box_half_detail h2 {
	    border-bottom: 1px solid #fbfcc5;
	    width: 100%;
	    padding-bottom: 10px;
	    margin: 10px auto 5px;
	}

	.box_half_detail .custom_btn {
	    text-align: center;
	    position: absolute;
	    bottom: 10px;
	    left: 50%;
	    margin-left: -40px;
	}


	.mekhong_house {
	    background-image: url(../images/home/house_of_mekhong_desktop_ipad.jpg);
	    background-size: auto 100%;
	    background-position: center -2vw;
	    z-index: 130;
	    height: 55vw;
	}

	.mekhong_house .box_history_text {
	    padding-top: 70px;
	    padding-bottom: 50px;
	}

	.desktop_lang {
		display: none;
	}

	.go_museum_btn {
	    text-align: center;
	    position: absolute;
	    bottom: 60px;
	    left: 50%;
	    -webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	    transform: translateX(-50%);
	}



}

@media only screen and (max-width : 991px) {
    .main_container{position: relative; overflow: hidden;}
	.thai_sabai_ingredient li .in_half .thai_sabai_in_text {
	    padding-left: 35px;
	    padding-top: 30px;
	}

	.lang_change {
		display: list-item;
	}

	h2, .h2 {
	    font-size: 26px;
	    font-family: 'mekhong_lightitalic';
	}

	.authen1 {
	    background: url(../images/authentic_spirit/authentic_head_desktop_ipad.jpg);
	    background-size: cover;
	    background-position: center;
	    height: 325px;
	}

	.history_content h2 {
	    border-bottom: 1px solid #fffbcf;
	    width: 100%;
	    max-width: 530px;
	    margin: 0 auto 10px;
	    padding-bottom: 10px;
	    font-size: 28px;
	}

	.authen2 {
		margin-top: 325px;
	}

	#authen2_text {
		width: 100%;
		padding: 30px 0;
		background: url(../images/authentic_spirit/authentic_bg_ipad.jpg);
		background-size: cover;
		background-position: center;
		border: 0;
		position: static;
		left: 60%;
		top: 50%;

		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	#authen2_text p{
		width:515px;
		margin: auto;
	}

	.history_content {
	    width: 570px;
	    text-align: center;
	}

	.pairing_head {
	    height: 320px;
	}

	.pair_list {
		margin-top: 320px;
	}

	.pair_list_content {
		border: 0;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		padding: 25px 50px 0;
		max-width: 100%;
	}

	.pair_list_content h5 {
	    font-family: 'mekhong_lightitalic';
	    font-size: 15px;
	    margin-bottom: 10px;
	}

	.pair_list_content h3 {
	    width: 100%;
	    max-width: 225px;
	    margin: auto;
	    border-bottom: 1px solid #fffbcf;
	    padding-bottom: 7px;
	    font-size: 20px;
	}

	.cocktails_head {
	    height: 320px;
	}

	.grid-sizer {
	    width: 33.33%;
	}

	.item {
	    width: 33.33%;
	}

	.popup {
	    position: fixed;
	    width: 100%;
	    height: 100%;
	    left: 50%;
	    top: 50%;
	    background: #fffdf1;
	    border: 0;
	    -webkit-transform: none;
	    -ms-transform: none;
	    transform: none;
	    top: 0;
	    left: 0;
	    overflow-y: scroll;
	}

	.cocktail_popup_detail .ingredient_table {
	    max-width: 343px;
	}

	.cocktail_popup_detail p {
		width: 100%;
		max-width: 343px;
	    margin: auto;
	}

	h1, .h1 {
	    font-size: 30px;
	    font-family: 'mekhong_lightitalic';
	}

	.history_content h1 {
	    border-bottom: 1px solid #fffbcf;
	    width: 100%;
	    max-width: 360px;
	    margin: 0 auto 10px;
	}

	.history_large_text {
	    font-size: 24px;
	    font-family: 'mekhong_lightitalic';
	    margin-bottom: 40px;
	}

	.old_bottle_container {
		width: 100%;
	}

	.old_bottle {
	}

	.old_bottle_text p {
	    font-size: 18px;
	    font-family: 'mekhong_lightitalic';
	}

	.three_old_bottle {
		text-align: center;
	}

	.three_old_bottle li {
	    display: inline-block;
	    float: none;
	}

	.three_old_bottle li:last-child {
	    width: 100%;
	    margin-top: 20px;
	}

	.three_old_bottle li:last-child img{
		display: inline-block;
	}

	.three_old_bottle li:last-child span{
		display: inline-block;
		text-align: left;
	}

	#home_header {
		top: 0;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
	}

 	.box {
 		height: 60vw;
 		position: relative;
 		background-size: cover;
 		background-position: center;
 	}

 	.mekhong_main {
    	height: 65vw;
	}

 	.home_footer {
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    width: 100%;
	    height: 200px;
	}

	.mekhong_main .scroll_discover {
		display: none;
	}

	.year_list {
	    width: 100%;
	    max-width: 940px;
	    margin: 100px auto;
	    display: none;
	}

	.box_history_text {
	    padding-top: 110px;
	    padding-bottom: 50px;
	}

	.mekhong_main h2 {
	    width: 386px;
	    font-size: 24px;
	    margin: 0 auto 0;
	    margin-top: 20px;
	}

	.mekhong_main h3 {
	    font-size: 14px;
	}

	.mekhong_history h2 {
	    border-bottom: 1px solid #fffbcf;
	    width: 580px;
	    font-size: 24px;
	    margin: 0 auto 10px;
	    padding-bottom: 10px;
	    margin-top: 20px;
	}

	.mekhong_authentic h2 {
	    border-bottom: 1px solid #fffbcf;
	    width: 100%;
	    font-size: 24px;
	    margin: 0 auto 10px;
	    padding-bottom: 10px;
	    margin-top: 20px;
	}

	.box_authentic_text {
	    position: absolute;
	    width: 330px;
	    left: 5%;
	    top: 10%;
	}

	.mekhong_authentic p {
	    width: 100%;
	    margin: auto;
	}

	.box_half_detail {
	    width: 210px;
	    min-height: 270px;
	    padding: 20px 20px;
	    background: url(../images/home/gold_texture.png);
	    background-size: cover;
	    background-position: center;
	    border: 1px solid #fbfcc5;
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    -webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
	}

	.box_half_detail h2 {
	    border-bottom: 1px solid #fbfcc5;
	    width: 100%;
	    padding-bottom: 10px;
	    margin: 10px auto 5px;
	}

	.box_half_detail .custom_btn {
	    text-align: center;
	    position: absolute;
	    bottom: 10px;
	    left: 50%;
	    margin-left: -40px;
	}

	.mekhong_house {
	    background-image: url(../images/home/house_of_mekhong_desktop_ipad.jpg);
	    background-size: auto 100%;
	    background-position: center 0;
	    z-index: 130;
	    height: 60vw;
	}

	.mekhong_house .box_history_text {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}

	.desktop_lang {
		display: none;
	}

	.go_museum_btn {
	    text-align: center;
	    position: absolute;
	    bottom: 50px;
	    left: 50%;
	    -webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	    transform: translateX(-50%);
	}

	.box-house-text h2{padding-bottom: 10px; margin-bottom: 10px}


	.mekhong_thaisabai{height: 60vw}
	.box_thaisabai_text{
		padding-top:0;
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
	}
	.box_thaisabai_text > div{padding-top:60px;}
	.box_thaisabai_text h2{padding-bottom: 10px; margin-bottom: 10px}

	.box_thaisabai_text .custom_btn{margin-top: 40px}

	.mekhong_halfbox{
		height: 700px !important;
		padding-bottom: 220px
	}
	.box_half_detail{
		width: 290px;
		min-height: 345px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.box_half_detail h2{
		font-size: 20px
	}

	.box_half{height: 95%}

}

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

	.thai_sabai_head {
		background: url(../images/thai_sabai/thai_sabai_head_desktop.jpg);
		background-size: cover;
		background-position: center;
		height: 446px;
		position: relative;
	}

	.thai_sabai_head .make_center {
		-webkit-transform: none;
			-ms-transform: none;
			transform: none;
			position: static;
	}

	.thai_sabai_col {
	    width: 100%;
	    float: none;
	    color: #FFFBCF;
	    padding: 20px 15px;
	}

	.thai_sabai_col_l p {
	    padding-left: 30px;
	}

	.thai_sabai_ingredient li .in_half {
	    float: none;
	    width: 100%;
	}

	.thai_sabai_ingredient li .in_half .thai_sabai_in_text {
	    padding-left: 0;
	    padding-top: 20px;
	    padding-bottom: 20px;
	}

	.thai_sabai_ingredient li:nth-child(2) .in_half {
	    float: none;
	    text-align: left;
	}

	.thai_sabai_ingredient {
	    padding: 40px 0 30px;
	}

	.thai_sabai_container p {
	    margin-bottom: 20px;
	}

	.logo {
	    float: left;
	    width: 52px;
	    display: inline-block;
	}

	.logo img{
		width: 100%;
	}

	header {
	    background: url(../images/home/menubar_strip.jpg), url(../images/home/menubar.jpg);
	    background-size: auto, cover;
	    background-position: center bottom, center top;
	    background-repeat: no-repeat;
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 40px;
	    z-index: 900;
	    padding: 8px 10px 0;
	}

	.menu_btn {
	    float: right;
	    font-style: italic;
	    cursor: pointer;
	    font-size: 12px;
	    margin-top: 0px;
	}

	.menu_btn span{
		display: none;
	}

	.authen1 {
		background: none;
		background-size: cover;
		background-position: center;
		height: auto;
		position: relative;
	}

	.authen1 .make_center{
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		position: static;
	}

	.history_content {
	    width: 100%;
	    text-align: center;
	    background: url(../images/authentic_spirit/bg.jpg);
	    background-size: cover;
		background-position: center;
		padding: 20px 15px;
	}

	.history_content h2 {
	    border-bottom: 0;
	    font-size: 18px;
	    padding-bottom: 0;
	}

	#authen2_text {
		width: 100%;
	    text-align: center;
	    background: url(../images/authentic_spirit/bg.jpg);
	    background-size: cover;
		background-position: center;
		padding: 20px 15px;
	}

	#authen2_text p {
	    width: auto;
	    margin: auto;
	}

	.authen3 {
		background: none;
		background-size: cover;
		background-position: center;
		height: auto;
		position: relative;
	}

	#authen3_text {
		width: 100%;
	    text-align: center;
	    background: url(../images/authentic_spirit/bg.jpg);
	    position: static;
	    background-size: cover;
		background-position: center;
		padding: 20px 15px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	#authen3_text h3 {
	    font-size: 18px;
	}

	#authen4_text {
		width: 100%;
	    text-align: center;
	    background: url(../images/authentic_spirit/bg.jpg);
	    position: static;
	    background-size: cover;
		background-position: center;
		padding: 20px 15px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	footer {
	    height: 181px;
	}

	.pair_list {
		margin-top: 0;
	}

	.pair_list li .pair_half{
		width: 100% !important;
		float: none !important;
		height: auto;
		position: relative;


	}

	.pair_list_bg {
		background: url(../images/foodpairing/texture.jpg);
	    background-size: cover;
		background-position: center;
	}

	.pair_list_bg > img{
		display: none;
	}

	.pair_list_content {
	    position: static;
	}

	.pair_list_content p {
		margin-bottom: 0;
	}

	.pairing_head .make_center {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.pairing_head {
	    height: auto;
	    position: static;
	}

	h2, .h2 {
    	font-size: 24px;
    	font-family: 'mekhong_lightitalic';
	}

	.pairing_detail h3 {
	    font-size: 18px;
	}

	.pairing_detail h2 {
	    width: 290px;
	    border-bottom: 1px solid #4d290b;
	    margin: auto;
	    margin-bottom: 20px;
	    padding-bottom: 5px;
	}

	.pairing_text {
	    padding-top: 0;
	}

	.pairing_detail h3 {
	    font-size: 24px;
	}

	.pairing_name h2 {
	    width: 290px;
	    border-bottom: 1px solid #4d290b;
	    margin: auto;
	    margin-bottom: 20px;
	    padding-bottom: 5px;
	}

	.pairing_name {
	    color: #4d290b;
	    padding: 30px 0 20px;
	}

	.pairing_name h4 {
	    font-size: 12px;
	    font-family: 'mekhong_lightitalic';
	    margin-top: 20px;
	}

	.grid-sizer {
	    width: 100%;
	}

	.item {
	    width: 100%;
	}

	#flavor_select {
	    width: 271px;
	}

	.cocktail_list_container {
	    padding: 30px 0;
	    background: #fffdf1;
	    color: #4d290b;
	}

	.cocktail_filter_container {
	    padding: 10px 0 40px;
	}

	.cocktail_list_container h3 {
	    font-size: 18px;
	}

	.cocktail_filter_container h4 {
	    font-size: 14px;
	}

	.cocktails_head{
		background: none;
		background-size: cover;
		background-position: center;
		height: auto;
		position: relative;
	}

	.cocktails_head .make_center {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.cocktail_popup_detail .ingredient_table {
	    max-width: 253px;
	}

	#still_bg1 {
		display: none;
	}

	#still_bg2 {
		display: none;
	}

	.section {
		background: none !important;
	}

	.section .make_center{
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;

	}

	.section .scroll_discover{
		display: none;
	}

	.history_content h1 {
	    border-bottom: 1px solid #fffbcf;
	    width: 100%;
	    max-width: 300px;
	    margin: 0 auto 10px;
	}

	h1, .h1 {
	    font-size: 24px;
	    font-family: 'mekhong_lightitalic';
	}

	.history_large_text {
	    font-size: 12px;
	    font-family: 'mekhong_lightitalic';
	    margin-bottom: 10px;
	}

	#new_mekhong {
		display: none;
	}

	.history_last {
	    position: static;
	    left: 50%;
	    top: 30%;
	    background: url(../images/authentic_spirit/bg.jpg);
    	background-size: cover;
    	background-position: center;
    	padding: 20px 15px;
    	text-align: center;
	}

	.old_bottle_container {
		background: url(../images/authentic_spirit/bg.jpg);
    	background-size: 100% auto;
    	background-repeat: repeat-y;
    	background-position: center;
	}

	.three_old_bottle {
	    text-align: center;
	    background: url(../images/authentic_spirit/bg.jpg);
    	background-size: 100% auto;
    	background-repeat: repeat-y;
    	background-position: center;
    	width: 100%;
	}

	.history_last p {
	    font-size: 12px;
	}

	#history_footer {
	    position: static;
	    bottom: 0;
	    width: 100%;
	}

	.swipebox_btn {
		display: none;
	}

	.old_bottle {
		display: block;
	}

	.old_bottle_text {
		display: block;
		padding-left: 0;
		text-align: center;
		padding: 20px 0;
	}

	.old_bottle_text p {
	    font-size: 12px;
	    font-family: 'mekhong_lightitalic';
	}

	.three_old_bottle li {
	    display: block;
	    float: none;
	    width: 100% !important;
	    padding: 20px 0;
	}

	.three_old_bottle li:last-child {
	    width: 100%;
	    margin-top: 0;
	}

	.three_old_bottle li:last-child span {
	    display: inline-block;
	    text-align: center;
	}

	.main_nav_container {
	    width: 90%;
	    text-align: center;
	    position: static;
	    -webkit-transform: none;
		-ms-transform: none;
		transform: none;
		margin: auto;
	}

	.box {
		background: none;
	    height: auto;
	    position: relative;
	    background-size: cover;
	    background-position: center;
	    background: url(../images/authentic_spirit/bg.jpg) !important;
    	background-size: 100% auto;
    	background-repeat: repeat-y;
    	background-position: center;
	}

	.box_history_text {
	    padding: 20px 0 30px;
	    text-align: center;
    	background-size: 100% auto;
    	background-repeat: repeat-y;
    	background-position: center;
    	width: 100%;
	}

	.mekhong_history h2 {
	    border-bottom: 1px solid #fffbcf;
	    width: 90%;
	    font-size: 24px;
	    margin: 0 auto 10px;
	    padding-bottom: 10px;
	    margin-top: 20px;
	}

	.box_authentic_text {
	    padding: 20px 0 30px;
	    text-align: center;
    	background-size: 100% auto;
    	background-repeat: repeat-y;
    	background-position: center;
    	width: 90%;
    	position: static;
    	margin: auto;
	}

	.box_half {
	    width: 100%;
	    height: auto;
	    float: none;
	    position: relative;
	    background: none !important;
	}

	.box_half_detail {
	    width: 100%;
	    min-height: auto;
	    padding: 20px 0 30px;
	    background: url(../images/authentic_spirit/bg.jpg);
	    background-size: 100% auto;
	    background-position: center;
	    border: none;
	    position: static;
	    left: 50%;
	    top: 50%;
	    -webkit-transform: none;
	    -ms-transform: none;
	    transform: none;
	}

	.box_half_detail .custom_btn {
	    text-align: center;
	    position: relative;
	    bottom: 10px;
	    left: auto;
	    margin-left: 0;
	}

	.box_half_detail h2 {
	    border-bottom: 1px solid #fbfcc5;
	    width: 90%;
	    padding-bottom: 10px;
	    margin: 0px auto 5px;
	}

	.box_half_detail p {
		width: 90%;
		margin: 5px auto 20px;
	}

	.go_museum_btn {
	    text-align: center;
	    position: static;
	    bottom: 250px;
	    left: auto;
	    margin-left: 0;
	    padding-bottom: 30px;
	    -webkit-transform: none;
	    -ms-transform: none;
	    transform: none;
	}

	.home_footer {
	    position: static;
	    bottom: 0;
	    left: 0;
	    width: 100%;
	    height: 200px;
	}
	.home_footer ul.nav {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.home_footer ul.nav li{
		padding: 0;
	}
	.home_footer ul.nav li a{
		padding:5px 10px ;
		white-space: nowrap;
		font-size: 12px
	}
	.mekhong_house {
	    background-image: url(../images/home/house_of_mekhong_desktop_ipad.jpg);
	    background-size: 100% auto;
    	background-repeat: repeat-y;
    	background-position: center;
	    z-index: 130;
	    height: auto;
	}

	.mekhong_house .box_history_text {
	    padding-top: 20px;
	    padding-bottom: 10px;
	    width: 90%;
	    margin: auto;
	}

	.mekhong_main h2 {
	    width: 300px;
	    font-size: 24px;

	}

	.mekhong_main .make_center img {
		width: 76px;
	}

	.mekhong_main {
    	height: auto;
	}

	.authen2 {
		margin-top: 0;
	}

	.terms_text h1{
		font-size: 25px;
		border-bottom: 1px solid #fffbcf;
	}

	.main_container h2{font-size: 20px}
	.main_container p{font-size: 14px}
	.box-house-text{
		padding:40px 25px 15px;
	}

	.box_thaisabai_text{
		position: relative;
		padding: 40px 25px 30px;
		background: url(../images/authentic_spirit/bg.jpg) !important;
	}
	.box_thaisabai_text > div{padding-top: 0}

	.box_half_detail{
		padding: 40px 25px 30px;
	}

	.mekhong_main{
		height: 80vh;
	}
	.mekhong_main video{
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
	}

	.mekhong_halfbox{
		height: auto !important;
		padding-bottom: 0 !important
	}
}

/* Popup-Age Check */
.testD {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    color:black;
    text-align: center;
}

/* Modal Content */
.testD-content {
    position: relative;
    background-color: #fefefe;
    color: black;
    padding: 0;
    border: 1px solid #888;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s width: 100%;
    background: url(../images/texture.jpg);
    background-size: cover;
    background-position: center;
    z-index: 0;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    padding-bottom: 40px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.age-check-logo {
	padding-top: 50px;
}
#slDate {
	font-size: 36px;
    font-family: 'mekhong_lightitalic';
    color: #fffbcf;
    border: 0;
    border-bottom: 1px solid #fffbcf;
    text-align: center;
    padding: 0px 0;
    background: transparent;
    margin-bottom: 15px;
}

#slMonth {
	font-size: 36px;
    font-family: 'mekhong_lightitalic';
    color: #fffbcf;
    border: 0;
    border-bottom: 1px solid #fffbcf;
    text-align: center;
    padding: 0px 0;
    background: transparent;
    margin-bottom: 15px;
}

#slYear {
	font-size: 36px;
    font-family: 'mekhong_lightitalic';
    color: #fffbcf;
    border: 0;
    border-bottom: 1px solid #fffbcf;
    text-align: center;
    padding: 0px 0;
    background: transparent;
    margin-bottom: 15px;
}

option {
	color: #666;
	font-size: 18px;
}


/**/

.section-legal{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	background-color: #190902;
	text-align: center;
	font-size: 12px;

	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../images/legal/legal-bg.jpg);
}

.legal-inner{
	margin: auto;
	display: block;
}

.section-legal .logo{
	display: block;
	width: 165px;
	margin: 0 auto 10px;
	float: none;
}
.section-legal .logo img{width: 100%}

.section-legal p{
	font-size: inherit;
}
.section-legal .pt-3{padding-top: 12px}
.section-legal .pt-5{padding-top: 20px}
.section-legal p a{
	text-decoration: underline;
}
.section-legal p a:hover{
	opacity: 0.7
}
.section-legal p.p18{
	font-size: 18px;
	line-height: 1.5;
	font-family: 'mekhong_lightitalic';
	margin-bottom: 20px
}
.section-legal .textgroup{
	display: block;
	padding: 0 20px;
	max-width:750px;
}
.section-legal .d-flex{
	display: flex;
	padding: 12px 0;
	-ms-flex-pack: center ;
justify-content: center;
}
.section-legal .d-flex > div{
	margin: 0 20px;
}
.section-legal label{font-size: inherit;}

.section-legal .select {
	border:0;
    border-bottom: 1px solid #fffbcf;
    background: transparent;
    font-size:inherit;
    color: #fffbcf;
    text-align: center;
    padding: 0 5px;
    height: 30px;
    width: 215px;
    display: block;
    margin: 25px auto 30px;
    background: transparent url(../images/arrow.png) right center no-repeat;

    border-radius: 0 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-appearance: none;
    font-family: 'mekhong_lightitalic';
}

.modal-video .modal-dialog{
	width: 60vw;
	margin: 14vh auto 0;
}


@media only screen and (max-width : 1024px) {
	.modal-video .modal-dialog{
		width:90vw;
		margin: 30vh auto 0;
	}
}


@media only screen and (max-width : 767px) {
	.section-legal p{line-height: 1.5}
	.section-legal .logo{width: 135px}

	.nowrap{white-space: nowrap;}

	.section-legal .textgroup{
		display: block;
		padding: 0 20px;
		max-width: 750px;
	}
	.section-legal p.p18{
		font-size: 16px;
	}

}


@media only screen and (max-height: 600px) {
	.section-legal{
		position: relative;
		padding: 30px 0;
	}
}

/*=========Cookie Policy=========*/

.cookie-policy{
    border-color: #000000;
    background-color: rgba(14, 14, 14, 0.85);
  box-shadow: 0 -1px 10px 0 #acabab4d;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding:30px 40px;
  color:#fffbcf;
  font-size: 14px;
  line-height: 1.65;
  z-index: 1000;
  font-family: 'Open Sans', sans-serif;

  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;

  -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transform: translate3d(0, 0, 100%);
    transform: translate3d(0, 0, 100%);
}

.cookie-policy.cookie-show{
  -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.cookie-policy a{
    color: #fffbcf;
}
.pc .cookie-policy a:hover{
  text-decoration: underline;
}
.cookie-policy .cols:nth-child(1){
  max-width: 80%;
  padding-right: 20px;
  margin: auto 0;
}
.cookie-policy .cols:nth-child(2){
  margin-left: auto;
}

.cookie-policy .container{
  display: flex;
}
.cookie-policy .buttons{
  padding: 0;
  display: flex;
  margin-right: -8px;
}
.cookie-policy .btn:before{
  display: none;
}
.cookie-policy .btn{
    font-size: 14px;
    font-family: inherit;
    line-height: 24px;
    padding: 8px 27px;
    font-weight: 500;
    margin-right: 8px;
    border-radius: 2px;
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
    text-transform: none;
    background: transparent;
    border: 2px solid #555341;
    background-color: rgba(25, 9, 2, 0.01);
    color: #fffbcf;
}
.cookie-policy .btn:hover{
    background-color: rgba(25, 9, 2, 0.3)
}

@media (max-width:1199px){

  .cookie-policy .cols:nth-child(1){
     width: 70%;
  }
}

@media (max-width:991.98px){
    .cookie-policy{
        padding: 20px 25px;
    }
  .cookie-policy .container{
    flex-direction: column;
  }
  .cookie-policy .cols:nth-child(1){
    padding-right: 0;
    padding-top: 15px;
    width: 100%;
    max-width: 100%;
  }
  .cookie-policy .cols:nth-child(2){
    margin-left: 0;
    padding-bottom: 10px;
  }
  .cookie-policy .buttons{
    padding-top: 15px;
    justify-content: center;
  }

  .cookie-policy .btn{
    padding: 5px 20px;
  }

}

@media (max-width:576px){
    .cookie-policy{
        padding: 20px 20px 15px;
        font-size: 12px;
    }
    .cookie-policy .cols:nth-child(1){
        padding-top: 0;
    }
    .cookie-policy .btn{
        font-size: 12px;
    }
}
