@font-face {
	font-family: font1;
	src: url("lato-medium.eot") /* EOT file for IE */
}
@font-face {
	font-family: font1;
	src: url("lato-medium.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
	font-family: font2;
	src: url("lato-bold.eot") /* EOT file for IE */
}
@font-face {
	font-family: font2;
	src: url("lato-bold.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
	font-family: fontmenu;
	src: url("lato-medium.eot") /* EOT file for IE */
}
@font-face {
	font-family: fontmenu;
	src: url("lato-medium.ttf") /* TTF file for CSS3 browsers */
}
body {
  color: #464646;
  background: #fff;
  font-family: font1;
  font-size: 15px;
}
a {
  color: #464646;
  -moz-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
a:hover {
  color: #ff6600;
  text-decoration: none;
}
/*--------------------
 *  Navbar
 */
.social-navbar {
	height: 162px;
	background: -webkit-linear-gradient(left, #fdd400, #fdd400 35%, #1a1a1a 35%, #1a1a1a);
	border: 0;
	margin-bottom: 0;
	border-radius: 0;
}
.social-navbar .bg_top {
	height: 50px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: url('/images/bg_header.jpg') repeat-x;
}
.header_container {
	background: #fff;
	height: 125px;
}
.navbar-collapse{
}
.social-navbar.navbar .navbar-nav {
	float: right;
}
.social-navbar.navbar .navbar-nav > li{
	padding:0 10px;
}
.social-navbar.navbar .navbar-nav > li.dotmenu{
	padding: 0;
	width:1px;
	height: 20px;
	background: #cfcfcf;
	margin-top: 6px;
}
.social-navbar.navbar .navbar-nav > li.dropdown{
}
.social-navbar.navbar .navbar-nav > li > a {
	font-family: fontmenu;
	color: #282828;
	font-size:14px;
	line-height: 34px;
	height:34px;
	text-transform:uppercase;
	padding:0 15px;
	position:relative;
	display:block;
	background: none;
}
.navbar-collapse{
	padding:0;
}
.navbar-collapse{
	padding:0;
}
.social-navbar.navbar .navbar-nav > li > a:hover,.social-navbar.navbar .navbar-nav > li > a.active,.social-navbar.navbar .navbar-nav .open > a,.social-navbar.navbar .navbar-nav .open > a:hover{
	color:#fff;
	background:#fdd400;
}
.social-navbar .dropdown-menu > li > a{
	text-transform:uppercase;
	padding: 8px 20px;
}
.social-navbar .navbar-collapse .navbar-nav > li:hover ul.dropdown-menu {
	display: block;
}
/* Revolution Slider */
.revolution-slider {
	background: none;
	margin-top: 0;
}
.revolution-slider .bannercontainer {
	width: 100%;
	position: relative;
	padding: 0;
}
.revolution-slider .banner {
	width: 100%;
	position: relative;
	z-index: 0;
}
.owl-prev{
	width:18px;
	height:18px;
	background:url(/images/prev.png) no-repeat center;
	left: 0;
	margin:0 !important;
	padding:0 !important;
	border-radius:0 !important;
	top:0 !important;
}
.owl-next{
	width:18px;
	height:18px;
	background:url(/images/next.png) no-repeat center;
	right:0;
	margin:0 !important;
	padding:0 !important;
	border-radius:0 !important;
	top:0 !important;
}
.owl-controls{
	top:42%;
	position:absolute;
	left:15px;
	right:15px;
}
/* Isotope */
/* Isotope Filtering */
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
/* Isotope CSS3 transitions */
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
/* Disabling Isotope CSS3 transitions */
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
.isotope-item {
	z-index: 2;
	margin: 0 -1px;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.gallery a {
	text-decoration: none;
	overflow: hidden;
	display: block;
	margin-bottom: 30px;
}
/* Image Hover Zoom */
a.mask {
	text-decoration: none;
	overflow: hidden;
	display: block;
}
img.zoom-img {
	width: 100%;
	position: relative;
	padding: 0;
}
img.zoom-img {
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
	box-shadow: 0px 0px 0px 0px #000; /*Firefox opacity flickr bug fix */
}
img.zoom-img:hover {
	-webkit-transform: scale(1.15);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.15);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
	overflow: hidden;
	opacity: 0.7;
}
/*--------------------*/
.lined-heading {
	position: relative;
	display: block;
	text-transform:uppercase;
	margin: 10px 0 30px 0;
	text-align: left;
	padding-bottom: 5px;
}
h2.lined-heading:before{
	position: absolute;
	bottom: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 5px;
	content: "";
}
h2.lined-heading span{
	position: relative;
	z-index: 1;
	padding: 0;
	display: inline-block;
	font-size: 30px;
	color:#fdd400;
	font-family: font2;
}
h2.lined-heading span.color_red {
	color: #f81010
}
.copyright{
	background: #fdd400;
	font-size:13px;
	line-height:35px;
}
.goon{
	text-align:right;
	line-height: 20px;
}
.copyright a{
}
.khung_cms{
	margin-bottom:20px;
	box-shadow: 0px 0px 2px #bfbfbf;
	background:#fff;
}
.img_cms img {
	width:100%;
	height:100%;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
.img_cms img:hover{
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.khung_bot_cms{
	padding:10px;
}
.khung_cms:hover{
	box-shadow: 1px 1px 3px #a5a5a5;
}
.ten_cms{
	font-size:16px;
	display:block;
	text-transform:uppercase;
	height:40px;
	line-height:40px;
	overflow:hidden;
	margin-bottom:5px;
	background: url(/images/menu_dot.png) bottom repeat-x;
}
.ten_cms a,.xemthem_cms a{
	display:block;
}
.ten_cms a:hover,.xemthem_cms a:hover{
	text-decoration:none;
}
.chuthich_cms{
	text-align:justify;
	color:#333;
	margin-bottom:10px;
	background: url(/images/menu_dot.png) bottom repeat-x;
	padding:5px 0;
}
.chuthich_cms p{
	height:103px;
	overflow:hidden;
}
.xemthem_cms{
	text-align: right;
}
.book_cms{
	font-size:12px;
	background: url(/images/icon_book.png) no-repeat left 2px;
	padding-left: 15px;
	font-family: font1;
}
.book_cms a{
	color: #009937;
}
.book_cms a:hover{
	color: #333333;
}
.ten_tin{
	font-size:17px;
	font-weight:bold;
	margin-bottom:20px;
	text-transform: uppercase;
}
.b a{
	margin-bottom:5px;
	color:#000;
	display: block;
}
.b a:hover,.b a.active{
	font-weight:bold;
	text-decoration:none;
}
#map {
	width: 100%;
	height: 500px;
	overflow: visible !important;
	border: 1px solid;
}
.mt50{
	margin-top:50px;
	margin-bottom:20px;
}
#frmContact .btn-primary{
	background:#E18B28;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	border:solid 1px #CA7B1F;
	font-size:14px;
}
#frmContact .btn-primary:hover{
	background:#CA7B1F;
}
.required{
	color:#f00;
}
article{
	display: block;
}
article .video-format {
	padding-bottom: 56.25%;
	overflow: hidden;
	width: 100%;
	position: relative;
}
article .video-format iframe {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	border: none;
}
.btn-lienhe{
	background: #0086c9;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	border: solid 1px #0170a7;
	font-size: 14px;
}
.btn-lienhe:hover {
	background: #0170a7;
	color: #fff;
}
.bg_btn_themes {
    background: #00a2db;
    background-image: -webkit-linear-gradient(top, #00a2db, #01548a);
    background-image: -moz-linear-gradient(top, #00a2db, #01548a);
    background-image: -ms-linear-gradient(top, #00a2db, #01548a);
    background-image: -o-linear-gradient(top, #00a2db, #01548a);
    background-image: linear-gradient(to bottom, #00a2db, #01548a);
}
.bg_btn_themes:hover {
    background: #01548a;
    background-image: -webkit-linear-gradient(top, #01548a, #00a2db);
    background-image: -moz-linear-gradient(top, #01548a, #00a2db);
    background-image: -ms-linear-gradient(top, #01548a, #00a2db);
    background-image: -o-linear-gradient(top, #01548a, #00a2db);
    background-image: linear-gradient(to bottom, #01548a, #00a2db);
}
.appear {
    opacity: 0;
    transition: opacity 500ms linear;
    -webkit-transition: opacity 500ms linear;
    -moz-transition: opacity 500ms linear;
}
.animated {
    opacity: 1;
}
.khung_cms_home{
	width:100%;
	margin-bottom:20px;
	font-size: 14px;
}
.img_cms_home{
}
.img_cms_home img{
	width: 100%;
}
.ten_cms_home{
	text-align:justify;
	display:block;
	line-height: 16px;
	margin-bottom: 5px;
	height: 32px;
	overflow: hidden;
	margin: 15px 0 5px;
	font-family: font2;
}
.chu_thich_cms_home{
	text-align:justify;
	height: 72px;
	overflow: hidden;
	line-height: 18px;
}
.mt150 {
	margin-top: 50px;
}
.khung_top {
	height: 79px;
}
.logo {
	position: absolute;
	left: 15px;
	top: 23px;
}
.lang {
	position: absolute;
	right: 15px;
	top: 30px;
}
.hotline {
	position: absolute;
	right: 110px;
	top: 32px;
	font-size: 14px;
	color: #282828;
}
.dat_xe {
	position: absolute;
	left: 100px;
	line-height: 37px;
	text-transform: uppercase;
	color: #fff;
	background: url('/images/icon_book.png') no-repeat left 10px;
	padding-left: 28px;
}
.dia_chi {
	position: absolute;
	right: 140px;
	line-height: 37px;
	color: #fff;
}
.dia_chi img {
	margin-top: -3px;
}
.main {
}
.section_booking {
	position: absolute;
	z-index: 3;
	right: 15%;
	bottom: 40px;
	background: #fff;
	width: 320px;
	padding: 20px 15px;
	border-top: solid 2px #fdd400;
}
.section_booking .form-control {
	border-radius: 0;
}
.section_booking .input-group-addon {
	border-radius: 0;
	width: 90px;
}
.section_booking .input-group {
	width: 100%;
}
.no_pdl {
	padding-left: 0;
}
.no_pdr {
	padding-right: 0;
}
.no_pdr .form-control {
	border-right: 0;
}
.btn-booking {
	background: #fdd400;
	text-transform: uppercase;
	font-size: 16px;
	font-family: font2;
	border-radius: 0;
	border: 0;
	line-height: 30px;
}
.btn-booking:hover {
	background: #1a1a1a;
}
.section_booking .form-control.place {
	background: url('/images/icon1.png') no-repeat center right 10px;
}
.section_booking .form-control.date {
	background: url('/images/icon2.png') no-repeat center right 5px;
}
.section_gioi_thieu {
	padding: 50px 0;
}
.title_gioi_thieu {
	font-family: font2;
	font-size: 30px;
	text-transform: uppercase;
	color: #fdd400;
	margin-bottom: 20px;
}
.title_gioi_thieu_2 {
	font-family: font1;
	font-size: 22px;
	text-transform: uppercase;
	color: #1a1a1a;
	margin-bottom: 25px;
}
.gioi_thieu_home {
	line-height: 25px;
	text-align: justify;
	margin-bottom: 30px;
}
.facilites {
	display: table;
	width: 100%;
	position: relative;
}
.facilites:before {
	position: absolute;
	top: 35px;
	left: 0;
	right: 0;
	height: 1px;
	width: 100%;
	background: #dadada;
}
.facilites li {
	width: 20%;
	float: left;
	text-transform: uppercase;
	color: #003399;
	font-family: font2;
	font-size: 16px;
	text-align: center;
	line-height: 25px;
	background: url('/images/tickv1.png') no-repeat center top;
	padding-top: 80px;
}
.section_loai_xe {
	background: url('/images/bg.jpg') no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 40px 0;
}
.xe {
	display: table;
	width: 100%;
	max-width: 358px;
	margin: 0 auto 60px;
}
.info_xe {
	background: #fff;
	padding: 20px;
}
.ten_xe {
	text-transform: uppercase;
	font-family: font2;
	font-size: 18px;
	margin-bottom: 5px;
}
.xe_call_us {
	float: left;
	width: 50%;
	background: #1a1a1a;
	text-align: center;
	font-size: 18px;
	padding: 12px 0;
	color: #fff;
}
.xe_book {
	float: left;
	width: 50%;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
}
.xe_book a {
	padding: 12px 0;
	display: block;
	color: #fff;
	background: #fdd400;
}
.xe_book a:hover {
	background: #d1af00;
}
.section_khach_hang {
  background: #fdd400;
  padding: 40px 0 30px;
  position: relative; }
  .section_khach_hang .bg_phan_hoi {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 48%;
    background: #1a1a1a; }
  .section_khach_hang #owl-customer .owl-controls {
    top: -10px;
    position: absolute;
    left: 170px;
    right: inherit; }
  .section_khach_hang .feedback .title_phan_hoi {
  	font-family: font2;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 15px; }
  .section_khach_hang .feedback p {
    font-weight: 600;
    font-style: italic;
    margin-bottom: 15px; }
  .section_khach_hang .feedback .col40 {
    width: 40%;
    float: left;
    padding-right: 10px; }
  .section_khach_hang .feedback .form-control {
    background: none;
    border: solid 1px #282828;
    border-radius: 0;
    margin-bottom: 10px;
    color: #282828; }
  .section_khach_hang .feedback .btn_feedback {
    background: #1a1a1a url("/images/icon_fly.png") no-repeat 15px 8px;
    border: 0;
    border-radius: 0;
    width: 100%;
    height: 35px;
    color: #fff;
    float: right;
    padding-left: 25px;
    text-transform: uppercase; }
  .section_khach_hang .khach_hang {
    padding: 0 50px 0 0; }
#owl-customer .owl-next {
	left: 25px;
}
.form-control.home::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #282828;
}
.form-control.home::-moz-placeholder { /* Firefox 19+ */
  color: #282828;
}
.form-control.home:-ms-input-placeholder { /* IE 10+ */
  color: #282828;
}
.form-control.home:-moz-placeholder { /* Firefox 18- */
  color: #282828;
}
.khach_hang {
  width: 100%;
  display: table; }
  .khach_hang .img_khach_hang {
    float: left;
    width: 147px;
    height: 147px;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.1); }
  .khach_hang .chu_thich_khach_hang {
    color: #fff;
    float: right;
    margin-top: 30px;
    width: calc(100% - 170px);
    font-style: italic;
    text-align: justify; }
    .khach_hang .chu_thich_khach_hang p {
      font-style: normal;
      text-transform: uppercase;
      margin: 5px 0 0 0;
      padding: 0;
      text-align: right; }
.section_tin_tuc {
	padding: 40px 0;
}
.section_lien_he_home {
  background: #1b1b1b url('/images/map.png') no-repeat center top 30px;
	padding-bottom: 30px;
  color: #c8c8c8;
  font-size: 14px; }
  .section_lien_he_home .title_lien_he_home {
    color: #c8c8c8;
    text-transform: uppercase;
    font-size: 18px;
    font-family: font2;
    margin: 40px 0 20px; }
  .section_lien_he_home .lien_he_home {
    line-height: 22px; }
.ban_do {
  width: 100%;
  height: 160px;
  padding: 5px;
  border: solid 1px #747571;
}
.title_lien_he_home span.span1 {
  color: #4190c5;
}
.title_lien_he_home span.span2 {
  color: #ff6600;
}
.lien_he_home p {
	margin-bottom: 15px
}
.img_gal {
	width: 30%;
	margin: 0 5px 5px 0;
	float: left;
}
.img_gal img {
	width: 100%;
	height: 80px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
    .navbar-nav>li {
	    float: none;
	}
}
@media (max-width: 1400px){
	.dia_chi {
		right: 50px;
	}
}
@media (max-width: 1200px){
	.social-navbar.navbar .navbar-nav > li > a{
		padding: 0 5px;
		font-size: 13px;
	}
	.dia_chi {
		right: 0;
      	font-size: 13px;
	}
}
@media (max-width: 992px){
	.hotline {
		font-size: 14px;
	}
	.dat_xe {
		left: 50px;
	}
	.dia_chi {
		right: 0px;
		font-size: 13px;
	}
	.ten_xe, .xe_book, .xe_call_us {
		font-size: 15px;
	}
	.feedback {
		margin-top: 60px;
	}
	.section_khach_hang .bg_phan_hoi {
		height: 215px;
		width: 100%;
	}
	.img_gal {
		width: 20%;
	}
	.section_booking {
		bottom: 10px;
		right: 30px;
	}
	.section_booking .form-group {
		margin-bottom: 5px;
	}
	.social-navbar .navbar-toggle{
		border: 0;
	    background: #fdd400;
	    margin: 0 0px 14px 0 !important;
	    border-radius: 0;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #ddb900;
	}
	.navbar-default .navbar-toggle .icon-bar{
		background-color: #fff;
	}
	.social-navbar.navbar .navbar-nav > li.dropdown{
		background: none;
	}
	.social-navbar.navbar .navbar-nav > li.dotmenu{
		display: none;
	}
	.navbar-collapse.in,.navbar-collapse.collapsing{
		border:0;
		margin:0;
	}
	.social-navbar .navbar-collapse.in,.social-navbar .navbar-collapse.collapsing{
		margin:0 !important;
		position: absolute;
		z-index: 99;
		right: 15px;
		left: 15px;
	}
	.social-navbar .navbar-collapse.in .navbar-nav,.social-navbar .navbar-collapse.collapsing .navbar-nav{
		margin:0;
		background:#1a1a1a;
		padding:0;
		width: 100%;
	}
	.social-navbar .navbar-collapse.in .navbar-nav > li,.social-navbar .navbar-collapse.collapsing .navbar-nav > li{
		padding:0;
		border-bottom: solid 1px #363636;
	}
	.social-navbar .navbar-collapse.in .navbar-nav > li a,.social-navbar .navbar-collapse.collapsing .navbar-nav > li a{
		padding:0;
		display:block;
		line-height:35px;
		text-indent:15px;
		height:35px;
		font-size:15px;
		color: #fff;
	}
	.social-navbar .navbar-collapse.in .navbar-nav > li > a:hover,.social-navbar .navbar-collapse.in .navbar-nav > li > a.active ,.social-navbar .navbar-collapse.collapsing .navbar-nav > li > a:hover,.social-navbar .navbar-collapse.collapsing .navbar-nav > li > a.active {
		border-bottom:0;
		background:#fdd400;
		color:#fff;
		border-radius: 0;
	}
	.social-navbar .navbar-collapse.in .navbar-nav .open > a ,.social-navbar .navbar-collapse.collapsing .navbar-nav .open > a {
		border-bottom:0;
		background:#fdd400;
		color:#fff;
		border-radius: 0;
	}
	.social-navbar .navbar-collapse.in .navbar-nav .open > a:hover,.social-navbar .navbar-collapse.collapsing .navbar-nav .open > a:hover {
		border-bottom:0;
		background:#fdd400;
		color:#fff;
		border-radius: 0;
	}
	.dropdown-menu li a {
		padding-right: 20px !important;
	}
	.copyright{
		text-align:center;
		line-height: 18px;
	}
	.goon{
		text-align:center;
		margin-top:5px;
	}
}
@media (max-width: 767px){
	body {
		font-size: 14px;
		line-height: 20px;
	}
	.social-navbar .navbar-toggle{
	}
	h2.lined-heading span,.title_home,.section_lien_he_home .title_lien_he_home{
		font-size: 20px;
		line-height: 25px;
	}
	.copyright{
		text-align:center;
		padding: 10px 0;
	}
	.noidung_tin img{
		max-width:100% !important;
		height:auto !important;
		margin: 0 0 15px 0 !important;
	}
	.section_booking, .hotline, .dia_chi, .bg_phan_hoi {
		display: none;
	}
	.social-navbar {
		background: #ff6600;
	}
	.dat_xe {
		left: 15px;
	}
	.title_gioi_thieu {
		font-size: 18px;
	}
	.facilites:before {
		display: none;
	}
	.facilites li {
		width: 50%;
		margin-bottom: 20px;
	}
	.facilites li:last-child {
		width: 100%;
	}
	.section_khach_hang .khach_hang {
		padding: 0;
	}
	.khach_hang .img_khach_hang {
	    float: none;
	    margin: 0 auto 15px;
	}
	.khach_hang .chu_thich_khach_hang {
	    float: none;
	    width: 100%;
	}
	.section_khach_hang .feedback .col40 {
		width: 100%;
	}
	.img_gal {
		width: 30%;
	}
	.title_gioi_thieu_2 {
		font-size: 14px;
	}
}
