.booking_slide {
	position: absolute;
	bottom: 0;
	left:0;
	width:100%;
	background: rgba(255, 255, 255, 0.8);
}
.title_booking {
	text-transform: uppercase;
	color: #fff;
	background: #472b44;
	font-size: 18px;
	font-family: 'SVN-Georgia'; 
	text-align: center;
	line-height: 37px;
}
.form_booking {
	padding: 20px 10px 5px;
}
.form_booking > .row > [class*='col-'] {
  padding: 0 5px;
}
.form_booking > .row{
  margin: 0;
}
.form_booking label {
	font-weight: normal;
}
.form_booking .form-control{
	background:#fff;
	border:solid 1px #a0a0a0;
	color:#343434;
	border-radius: 0;
	margin-bottom: 15px;
}
.form_booking input.lich1{
	background: url(/images/lich.png) no-repeat center right 8px;
	background-color:#fff;
}
.form_booking input.lich2{
	background: url(/images/lich.png) no-repeat center right 8px;
	background-color:#fff;
}
.form_booking button.btn-booking {
	text-transform:uppercase;
	font-weight:bold;
	border:0;
	height: 33px;
	line-height: 33px;
	width:100%;
	color: #fff;
    background: #c2942d;
	text-align: center;
	padding: 0;
	border: 0;
	border-radius: 0;
}
.form_booking button.btn-booking:hover {
	background: #d5a845;
	color: #fff;
}
.form_booking button.btn img {
	margin-top: -3px;
	margin-right: 5px;
}
.form_booking select.classic {
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #ce2427 50%),
    linear-gradient(135deg, #ce2427 50%, transparent 50%),
    linear-gradient(to right, #fff, #fff);
  background-position:
    calc(100% - 17px) calc(1em + 0px),
    calc(100% - 12px) calc(1em + 0px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
}
.promotion {
	padding: 0 15px 20px;
}
.line_promotion {
	border-top: dotted 1px #9d9d9d;
	height: 1px;
	margin-bottom: 20px;
}
.ten_promotion {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}
.ten_promotion a, .chi_tiet_promotion {
	color: #5a2a55;
}
.ten_promotion a:hover, .chi_tiet_promotion:hover {
	color: #333;
}
.chi_tiet_promotion {
	text-align: right;
	display: block;
}