.load-animate {opacity: 0;}
.load-animate2 {opacity: 0;}
 
.fadeInUp {-webkit-animation-name: fadeInUp;-moz-animation-name: fadeInUp;-o-animation-name: fadeInUp;animation-name: fadeInUp;}
.fadeInLeft {-webkit-animation-name: fadeInLeft;-moz-animation-name: fadeInLeft;-o-animation-name: fadeInLeft;animation-name: fadeInLeft;}
 
.animated {-webkit-animation-duration: 1s;-moz-animation-duration: 1s;-o-animation-duration: 1s;animation-duration: 1s;
 
-webkit-animation-fill-mode: both;-moz-animation-fill-mode: both;-o-animation-fill-mode: both;animation-fill-mode: both;
 
}
.animated2 {-webkit-animation-duration: 2s;-moz-animation-duration: 2s;-o-animation-duration: 2s;animation-duration: 2s;
 
-webkit-animation-fill-mode: both;-moz-animation-fill-mode: both;-o-animation-fill-mode: both;animation-fill-mode: both;
 
}
 
@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0)}}
@-moz-keyframes fadeInUp{0%{opacity:0;-moz-transform:translateY(20px)}100%{opacity:1;-moz-transform:translateY(0)}}
@-o-keyframes fadeInUp{0%{opacity:0;-o-transform:translateY(20px)}100%{opacity:1;-o-transform:translateY(0)}}
@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}

@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0)}}
@-moz-keyframes fadeInLeft{0%{opacity:0;-moz-transform:translateX(20px)}100%{opacity:1;-moz-transform:translateX(0)}}
@-o-keyframes fadeInLeft{0%{opacity:0;-o-transform:translateX(20px)}100%{opacity:1;-o-transform:translateX(0)}}
@keyframes fadeInLeft{0%{opacity:0;transform:translateX(20px)}100%{opacity:1;transform:translateX(0)}}


*{
	padding:0px;
	margin:0 auto;
}
body{
	max-width: 1024px;
	font-size:13px;
	padding:0px;
	margin:0 auto;
	background: #EFEFEF;
	/* background-size:100%; */
}
.main{
	background:white;
	padding:0px 10px;
}
.txt_center{
	text-align:center;
}
.no_margin{
	margin:0px;
}
.no_padding{
	padding:0px;
}
#header{
	margin:0px;
	/*padding: 20px 0px;*/
	background: #f8a21c; /* Old browsers */
	background: #f8a21c; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4YTIxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMjZmMjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #f8a21c 0%, #f26f22 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f8a21c), color-stop(100%,#f26f22)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #f8a21c 0%,#f26f22 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #f8a21c 0%,#f26f22 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #f8a21c 0%,#f26f22 100%); /* IE10+ */
	background: linear-gradient(to right,  #f8a21c 0%,#f26f22 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8a21c', endColorstr='#f26f22',GradientType=1 ); /* IE6-8 */
/*background: url('../images/BG.png') fixed;
background-image: url('../images/BG.png')
background-attachment: fixed;
background-size: 100%;*/
}
#myContent{
display:none !important;
visibility: hidden;
}
#header img{
	width:38px;float: right;padding-top: 10px;
}
h4#title{
	text-transform:uppercase;
	font-size:25px;
	font-weight:bold;
	color:white;
}
h4#title-small{
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
	color:white;
}
h4#title-nobold{
	text-transform:uppercase;
	font-size:14px;
	color:white;
}
#menu_res{
	margin:0px;
	background:#2C900A;
}
.text_on_image{
	position: absolute;
	top: 0px;
	padding:10px;
}
#frame_about div.text_on_image h4{
	color:#ED1B77;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
}
#frame_about div.text_on_image p{
	color:black;
	font-size:13px;
}
#frame_support{
	overflow:hidden;
}
#frame_support div.text_on_image h4{
	color:#597abd;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
}
#frame_support div.text_on_image p{
	color:black;
	font-size:14px;
}
h4.title_service {
	border-bottom:solid 1px #d51927;
	margin: 0px;
}
h4.title_service2 {
	background:#d51927;
	padding:9px 15px;
	color:white;
	text-transform:uppercase;
	margin: 0px;
}
h4.title_service span{
	background:#d51927;
	padding:9px 15px;
	color:white;
	text-transform:uppercase;
	border-radius: 0px 3px 0px 0px;
}
h4.title_service img{
	margin-left: -5px;
}
a.view_all{
	float:right;
	text-decoration:none;
	padding: 10px;
	color:#404041;
}
.border_right{
	border-right: 1px dotted gray;
	border-bottom: 1px dotted gray;
	padding-bottom: 10px;
	border-radius: 0px 0px 10px 10px;
}
h4.name_car{
	color:#274585;
	text-transform:uppercase;
	font-size: 15px;
}
.d_car{
	color:black;
	font-size:12px;
}
a.view_detail{
	background: #fd9503; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkOTUwMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYzRjMDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fd9503 0%, #fc4c02 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd9503), color-stop(100%,#fc4c02)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fd9503 0%,#fc4c02 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fd9503 0%,#fc4c02 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fd9503 0%,#fc4c02 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fd9503 0%,#fc4c02 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd9503', endColorstr='#fc4c02',GradientType=0 ); /* IE6-8 */

	color: white;
	text-transform: uppercase;
	padding: 5px 10px;
	float: right;
	text-decoration:none;
}
.content_footer{
	background:#dc202e;
	font-size: 12px;
}
.content_footer p{
	margin-bottom:5px;
}
.content_footer div.left{
	padding:20px;
	color:white;
}
.content_footer div.right{
	padding:10px;
}
.form_booking{
	padding-left:10px;
}
.form_booking .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
	background:darkred;
	color:white;
	text-transform: uppercase;
	font-size:13px;
	border:none;
}
.form_booking .nav-tabs>li>a{
	color:black;
	background: darkred;
	text-transform: uppercase;
	font-size:13px;
	border:none;
	border-radius:0px;
	margin-right: 0px;
}
.form_booking .nav>li>a{
	padding:10px 10px;
	font-size:13px;
	border:none;
	border-radius:0px;
}
.form_booking .nav-tabs{
	border:none;
	margin-top: 10px;
	background: darkred;
}
.form_booking .nav-tabs>li{
	float:left;
}
#home{
	background:#E60309;
	color:white;
	display:table;
	width: 100%;
	padding: 0px 10px;
}
table.form_info_booking{
	width:100%;
}
table.form_info_booking tr td{
	padding-bottom:5px;
}
table.form_info_booking tr input.input_full_width,select{
	border:none;
	width:100%;
	height:25px;
}
table.form_info_booking tr textarea{
	border:none;
	width:100%;
	height:45px;
}
table.form_info_booking tr td input[type="radio"]{
	width:auto;
	height:auto;
}
button{
	border:none;
	color:white;
	padding:5px 10px;
	background: #fd9503; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkOTUwMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYzRjMDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fd9503 0%, #fc4c02 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd9503), color-stop(100%,#fc4c02)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fd9503 0%,#fc4c02 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fd9503 0%,#fc4c02 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fd9503 0%,#fc4c02 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fd9503 0%,#fc4c02 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd9503', endColorstr='#fc4c02',GradientType=0 ); /* IE6-8 */

}
.datepicker{
	/* width:85% !important; */
}
.ui-datepicker-trigger{
	height:25px;
	float:right;
	position: absolute ! important;
	right: 10px! important;
}
.thongke{
	padding-top:12px;
	height:205px;
	background:url(../images/bg-thongke.jpg) no-repeat;
	background-size: 100%;
}
.thongke table tr td{
	padding-bottom:2px;
}
.padding_bottom{
	margin-bottom:10px;
}
a.btn_download{
	padding:5px 10px;
	text-decoration:none;
	color:white;
	background:#FC4C02;
}
p.bredcum a{
	text-decoration:none;
	color:black;
}
p.bredcum span{
	color:#FC4C02;
}
table tr td {
	padding-bottom:10px;
}
table tr td input{
	width:90%;
	height:25px;
}
table tr td textarea.input_full_width{
	width:100%;
	height:100px;
}
table tr td input.input_full_width{
	width:100%;
	height:25px;
}
table tr td input.le{
	float: right;
}
p.sign_customer{
	text-align:right;
	font-weight:bold;
}
a.maps{
	color:black;
	text-decoration:none;
	cursor:pointer;
}
span.lb{
	display:block;
}
input.lb{
	width:100%;
}
input.lle{
	width:100%;
}
textarea.lle{
	width:100%;
	height:100px;
}
.tab-content{
	border-top:solid 1px white;
}
#main_content .nav-tabs>li{
	margin-bottom:0px;
}
.slidequangcaoright{

}
.slidequangcaoright ul li a img{
	
}
.no_control ol.flex-control-nav{
	display:none;
}

.slidequangcaoright ol.flex-control-nav{
	display:none;
}
.input_full_width{
	padding-left:3px;
}
.noty_buttons{
	text-align:center !important;
}

.menuie7{
display:none;
}

ul.header_booking{
list-style:none;
}

.ie7_menus{
display:none;
}
#loading {
 position: fixed;
 left: 42%;
 top: 40%;
 background:#E60309 url('../images/loading.gif') no-repeat center 70%;
 height: 50px;
 width: 150px;
 text-align: center;
 padding-top: 10px;
 border-radius: 8px;
 -webkit-border-radius: 8px;
 -moz-border-radius: 8px;
}


