/* Show main */

.controls {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ebebeb;
	color: #333;
	padding: 1% 0;
	text-align: center;
}
.controls_block {
	padding: 1% 0;
	color: #333;
	text-align: center;
	margin: 0 auto;
}
.controls_block button {
	display: inline-block;
	padding: .4em .8em;
	margin-bottom: 4px;
	border: 0;
	color: #333;
	font-size: 16px;
	font-weight: 300;
	border-radius: 0px;
	border-right: 1px solid #999;
	cursor: pointer;
	background: transparent;
	vertical-align: middle;
	width: 180px;
}
.controls_block button:last-child {
	border-right: 0;
}
.controls_block button.active {
	color: #3da1c4;
}

.controls_block button:focus {
	outline: 0 none;
}

.controls_block button + label {
	margin-left: 1em;
}

label {
	font-weight: 300;
	margin: 0 .4em 0 0;
}
.booking span {
	position: absolute;
	top: -100px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.booking:hover span {
	top: 0;
}
#booknow {
	width: 140px;
	height: auto;
	opacity: 0;
	position: fixed;
	right: 0;
	bottom: 0;
	line-height: 15px;
	padding: 4px 10px;
	margin-bottom: 150px;
	text-align: center;
	z-index: 9999;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	background: -moz-linear-gradient(
	top,
	#fffdf5 0%,
	#f7e375);
	background: -webkit-gradient(
	linear, left top, left bottom,
	from(#fffdf5),
	to(#f7e375));
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-box-shadow: 0px 3px 11px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,244,214,1);
	-webkit-box-shadow: 0px 3px 11px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,244,214,1);
	box-shadow: 0px 3px 11px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,244,214,1);
}
#setbooking {
	width: 20%;
	height: 50px;
	opacity: 0;
	visibility: hidden;
	position: fixed;
	left: 40%;
	bottom: 50%;
	line-height: 15px;
	padding: 4px 10px;
	margin-bottom: 150px;
	text-align: center;
	z-index: 9999;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.booking {
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	position: fixed;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	bottom: 0;
	left: 40%;
	width: 20%;
	display: block;
	height: 50px;
	background: -moz-linear-gradient(
	top,
	#fffdf5 0%,
	#f7e375);
	background: -webkit-gradient(
	linear, left top, left bottom,
	from(#fffdf5),
	to(#f7e375));
	z-index: 9998;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-box-shadow: 0px -3px 10px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow: 0px -3px 10px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow: 0px -3px 10px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,1);
}
#project .title h3 {
	text-align: center;
	text-transform: uppercase;
	padding: 10px 0;
	color: #06c;
}
#project button {
	display: inline-block;
	padding: 4px 10px;
	margin-bottom: 8px;
	margin-right: 4px;
	color: #333;
	font-size: 22px;
	font-weight: 500;
	cursor: pointer;
	font-family: "UVNTinTucHepBold";
	background: transparent;
	border-top: 0;
	border-left: 0;
	border-bottom: 0;
	border-right: 1px solid #ebebeeb;
}
#project button:last-child {
	border-right: 0;
}
#project button.active {
	color: #aa1b1b;
}
#project button small {
	display: block;
	text-align: center;
	font-size: 14px;
}
#project button:focus {
	outline: 0 none;
}

#project button + label {
	margin-left: 1em;
}

.showmenu {
	padding: 2% 0 0;
	text-align: justify;
	font-size: 0.1px;
	-webkit-backface-visibility: hidden;
}

.showmenu:after {
	content: '';
	display: inline-block;
	width: 100%;
}

.showmenu .mix, .container .gap {
	display: inline-block;
	width: 100%;
}

.showmenu .mix {
	text-align: center;
	margin-bottom: 2%;
	display: none;
	background: #21346a;
}
.showmenu .mix .desc {
	color: #fff;
	font-size: 15px;
	height: 50px;
	margin-top: 22px;
	overflow: hidden;
	padding: 0px 10px 0;
}
.showmenu .mix h3 {
	padding: 10px 5px;
	color: #fff;
	font-size: 17px;
	text-align: center;
	background: none;
	text-transform: uppercase;
}

.showmenu .mix img {
	max-width: 100%;
	height: 180px;
	width: 100%;
}
.showmenu .mix img:hover {
	cursor: pointer;
	transform: scale(1.2);
	transition: all 0.3s ease 0s;
}
.showmenu .mix:after {
	content: attr(data-myorder);
	color: #000;
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	padding: 0% 1%;
	font-weight: 700;
}

.showmenu .mix:before {
	content: '';
	display: inline-block;
	padding-top: 0%;
}

.showmenu .showbutton {
	padding: 10px 0 0 0;
	margin-top: 10px;
	clear: both;
}

.showmenu .showimg {
	padding: 0;
	height: auto;
	-moz-box-shadow: 0px 1px 3px rgba(061,061,061,0.5), inset 0px 0px 0px rgba(255,255,255,1);
	-webkit-box-shadow: 0px 1px 3px rgba(061,061,061,0.5), inset 0px 0px 0px rgba(255,255,255,1);
	box-shadow: 0px 1px 3px rgba(061,061,061,0.5), inset 0px 0px 0px rgba(255,255,255,1);
	overflow: hidden;
}
.showmenu .showcontent {
	padding: 0;
}

.showmenu .showimg {
	position: relative;
}
.showmenu .showimg .overlay {
	background: rgba(0, 0, 0, 0.2);
	height: 100%;
	left: 0;
	position: absolute;
	text-align: center;
	bottom: 0;
	transition: all 0.25s ease-in-out 0s;
	width: 100%;
	z-index: 99;
}
.showmenu .showimg:hover .overlay {
	background: rgba(0, 0, 0, .8);
	text-align: center;
	transition: all 0.25s ease-in-out 0s;
}
/*
 .showmenu .showimg:hover img {
 cursor: pointer;
 transform: scale(1.2);
 transition: all 0.3s ease 0s;
 }
 */
.showmenu .showimg .overlay a {
	color: #fff;
	display: block;
	height: 100%;
}
.showmenu .showimg .overlay a h3 {
	display: none;
	font-size: 20px;
	position: absolute;
	text-align: center;
	top: 30%;
	width: 100%;
	vertical-align: middle;
}
.showmenu .showimg:hover .overlay a h3 {
	display: block;
}
.showmenu .showimg .overlay a:hover {
	text-decoration: none;
}

@media all and (min-width: 420px) {
	.showmenu .mix, .showmenu .gap {
		width: 100%;
	}

}

@media all and (min-width: 640px) {
	.showmenu .mix, .showmenu .gap {
		width: 48%;
	}

}

@media all and (min-width: 768px) {
	.showmenu .mix, .showmenu .gap {
		width: 32%;
	}

}

@media all and (min-width: 1024px) {
	.showmenu .mix, .showmenu .gap {
		width: 24%;
	}

}

.btn_restaurant {
	border: 1px solid #fff6de;
	font-size: 15px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.btn_restaurant i {
	color: #fff6de;
}
.btn_restaurant:hover {
	border: 1px solid #f4c344;
}
.btn_restaurant:hover i {
	color: #f4c344;
}

.bg-table {
	background-size: 100% auto;
	min-height: 600px;
	padding: 30px 0;
}

.bg-table .viewtable {
	background: rgba(255,255,255,.7);
	padding: 30px 10px;
	-moz-box-shadow: 0px 3px 11px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow: 0px 3px 11px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,1);
	box-shadow: 0px 3px 11px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,1);
}
.bg-table .viewtable #total {
	color: red;
	font-size: 16px;
	vertical-align: middle
}

.bg-table .viewtable .table > tbody > tr > th, .bg-table .viewtable .table > tbody > tr > td {
	vertical-align: middle
}
.bg-table h3 {
	color: white;
	text-align: center;
	padding-bottom: 10px;
}
.bg-table .viewtable .money {
	color: red;
	font-weight: normal
}

.bg-finish {
	background-size: 100% auto;
	min-height: 600px;
	padding: 30px 0;
}
.bg-finish .error {
	color: red;
}
.bg-finish .viewtable {
	background: rgba(255,255,255,.7);
	padding: 30px 10px;
	-moz-box-shadow: 0px 3px 11px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow: 0px 3px 11px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,1);
	box-shadow: 0px 3px 11px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,1);
}
.bg-finish h3 {
	color: #333;
	text-align: center;
	padding-bottom: 10px;
}
.bg-finish .viewtable .money {
	color: red;
	font-weight: normal
}
#viewgroup {
	padding: 0;
	margin: 0;
	position: relative;
}
#viewgroup h3 {
	padding: 0;
	margin: 20px 0;
	color: #06c;
	position: relative;
	text-align: center;
}
#viewgroup img {
	max-width: 100%;
}
#viewgroup ul {
	padding: 0;
	margin: 0px;
	position: relative;
}
#viewgroup ul li {
	padding: 10px 0;
	margin: 0px;
	display: block;
	border-bottom: 1px solid #fff;
	clear: both;
}
#viewgroup ul li .showimage {
	padding: 4px 5px;
	margin: 0px;
	display: inline-block;
	width: 8%;
}
#viewgroup ul li .showtitle {
	padding: 4px 5px;
	margin: 0px;
	display: inline-block;
	width: 65%;
	font-family: "UTM-Penumbra";
	font-size: 16px;
}
#viewgroup ul li .showmoney {
	padding: 4px 5px;
	margin: 0px;
	display: inline-block;
	width: 10%;
	color: red;
}
#viewgroup ul li .showwishlist {
	padding: 4px 5px;
	margin: 0px;
	display: inline-block;
	width: 15%;
	text-align: right;
}

#showlistfood {
	overflow: auto;
	max-height: 100px;
	margin: 0 0 10px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: -moz-linear-gradient(
	top,
	#f7f5f5 0%,
	#ffffff);
	background: -webkit-gradient(
	linear, left top, left bottom,
	from(#f7f5f5),
	to(#ffffff));
	border: 1px solid #bdbdbd;
	-moz-box-shadow: 0px 2px 4px rgba(128,128,128,0.2), inset 0px 1px 1px rgba(255,255,255,0.6);
	-webkit-box-shadow: 0px 2px 4px rgba(128,128,128,0.2), inset 0px 1px 1px rgba(255,255,255,0.6);
	box-shadow: 0px 2px 4px rgba(128,128,128,0.2), inset 0px 1px 1px rgba(255,255,255,0.6);
}
#showlistfood ul {
	padding: 10px;
	margin: 0;
	display: block;
}
#showlistfood ul > li {
	padding: 2px 0px;
	margin: 0px;
	border-bottom: 1px dashed #333;
	font-size: 12px;
}
#showlistfood ul li:last-child {
	border-bottom: none;
}
/*  Show detail */
.list_other {
	position: relative;
	display: block;
	margin: 0 0 20px;
	padding: 0;
}
.list_other h3 {
	position: relative;
	display: block;
	font-weight: unset;
	margin: 0;
	padding: 0 0 0 10px;
	border-left: 4px solid #aa1b1b;
}
.list_other .showlist {
	position: relative;
	display: block;
	margin: 20px 0;
	padding: 0;
}
/*  Show view_list */
.view_list {
	position: relative;
	display: block;
	margin: 10px 0;
	padding: 0;
	text-align: center;
}
.view_list img {
	max-width: 100%;
	height: 140px;
	-moz-box-shadow: 0px 4px 4px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(013,173,248,1);
	-webkit-box-shadow: 0px 4px 4px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(013,173,248,1);
	box-shadow: 0px 4px 4px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(013,173,248,1);
}
.view_list h3 {
	position: relative;
	display: block;
	margin: 10px 0;
	padding: 0;
	text-align: center;
}

/*  Show detail */
.detail {
	position: relative;
	display: block;
	margin: 20px 0;
	padding: 20px;
	background: #fff;
	border: 1px solid #ebebeb;
}

.detail .project_info {
	position: relative;
	display: block;
	margin: 0 0 20px 0;
	padding: 0;
}
.detail .project_info .show_slideimg {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	height: auto;
}

.detail .project_info .show_slideimg .slider-for {
	display: block;
	margin: 0px auto 20px;
	padding: 0;
	position: relative;
	text-align: center;
}
.detail .project_info .show_slideimg .slider-for img {
	max-width: 100%;
	height: auto;
	border: 1px solid #999;
	padding: 1px;
}
.detail .project_info .show_slideimg .slider-nav {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}
.detail .project_info .show_slideimg .slider-nav img {
	width: 100%;
	border: 1px solid #fff;
	height: 80px;
}
.detail .project_info .show_slideimg .slider-nav img:hover {
	cursor: pointer;
}
.detail .project_info .show_title {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}
.detail .project_info .show_title h2 {
	position: relative;
	display: block;
	margin: 0 0 20px;
	padding: 0;
	text-align: center;
	color: #aa1b1b;
	font-size: 30px;
}
.detail .project_info .show_title p {
	position: relative;
	display: block;
	margin: 20px 0;
	padding: 0 0 0 20px;
	border-left: 5px solid #ebebeb;
}

.detail .project_body {
	position: relative;
	display: block;
	margin: 20px 0;
	padding: 0px;
}
.detail .project_body img {
	position: relative;
	display: block;
	margin: 20px auto;
	padding: 0px;
	max-width: 100% !important;
	height: auto;
}
.detail .project_body h2 {
	position: relative;
	display: block;
	margin: 40px 40px 20px 0;
	padding: 0 0 10px;
	color: #333;
	border-bottom: 4px solid #aa1b1b;
}

/* Block project */
.block_projectcat {
	position: relative;
	display: block;
	margin: 0;
	width: 100%           :
	padding: 0px;
}
.block_projectcat .item {
	position: relative;
	display: block;
	margin: 0 0 10px;
	width: 100%           :
	padding: 0px;
	border: 1px solid #ebebeb;
}
.block_projectcat .item .s_image {
	position: relative;
	display: block;
	margin: 0;
	width: 100%;
	height: 100px;
	overflow: hidden;
	padding: 0px;
}
.block_projectcat .item .s_image img {
	position: relative;
	display: block;
	margin: 0;
	min-height: 100px;
	width: 100%;
	padding: 0px;
}
.block_projectcat .item .s_title {
	position: relative;
	display: block;
	margin: 0;
	width: 100%;
	text-align: center;
	padding: 10px;
}
.block_projectcat .item .s_title h3 {
	margin: 0;
	padding: 10px;
}
/*block_projectslider*/
.block_projectslider {
	position: relative;
	display: block;
	margin: 0;
	width: 100%;
	text-align: center;
	padding: 0px;
}
.block_projectslider .item {
	position: relative;
	display: block;
	margin: 0;
	width: 100%;
	text-align: center;
	padding: 0px;
	overflow: hidden;
}
.block_projectslider .item img {
	display: block;
	margin: 0;
	width: 100%;
	text-align: center;
	padding: 0px;
}
#bxslider_project .bx-wrapper .bx-controls-direction a {
	top: -40px;
}
#bxslider_project .bx-wrapper .bx-prev {
	left: auto;
	right: 15px;
}
#bxslider_project .bx-wrapper .bx-next {
	right: 0px;
}
