@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&subset=vietnamese');
body{
	font-family:'Roboto', sans-serif !important;
}
.myNav nav {
    width: 100%;
    float: left;
    background: rgba(0,0,0,0.7);
    border-radius: 0px;
}

.myNav .navbar-brand {
    float: left;
    height: auto;
}
a {
    color: #fff !important;
	    font-family: 'Roboto', sans-serif;
}
.myNav .navbar-nav{
	margin-top: 12px;
}
.ul-li{}
.ul-li ul {
    margin-left: 10px;
    padding: 0px;
}
.ul-li li {
    list-style: none;
    color: #fff;
}
.ul-li a {
    color: #ffde00 !important;
    font-size: 21px;
    padding: 0;
    font-weight: 500;
}
.bg {
    background-image: url(../img/home-banner.jpg);
    background-repeat: no-repeat;
}
.bg-img {

}
.bg-img img {
    width: 100%;
}
.myForm {
    padding-top: 115px;
    margin-bottom: 50px;

}
.tourz-search-form-me{
    text-align: center;
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    font-size: 32px;
}

.myForm{}
.myForm ul{}
.myForm li{display:none;}
.myForm a {
    background: rgba(0,0,0,0.4);
    border: none !important;
    color: #fff;
    border-radius: 0px 0px 0 0 !important;
}
.active{}
.radio [type="radio"]:not(:checked), [type="radio"]:checked {
    position: absolute;
    left: 0px;
    opacity: 1;
	margin: 6px 0 0;
}
#home{
	    padding: 10px 5px;
}
.form-group [type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: absolute;
    left: 0px;
    opacity: 1;
    margin-left: 0px;
}
.form-inline .form-group {
    display: block !important;
}
label{color:#fff !important;    font-size: 14px;    padding-left: 20px;}
.radio span{
    float: right;
    margin-left: 5px;
}
.myForm .form-control{border-radius: 0px;border: 1px solid #fff;}
input[type=text]{
	width:100% !important;
}
.nav-tabs {
    border-bottom: 0px solid #4264b3ad !important;
}

.form-inline .row {
	margin-bottom:15px;
}
.input-group {width:100%;}
select {
    width: 100% !important;
    background: #fff !important;
    border: 1px solid #cac5c5 !important;
}
.year {
    color: #fff;
    font-weight: 600;
    padding-top: 3px;
}
.myImg {
    float: right;
}
.myImg img{}
.myBtn{    float: right;}
.myBtn button {
    background: #ff5313;
    padding: 8px 20px;
}
.navbar-toggle {
    background-color: #6e413e;
}
.navbar-toggle .icon-bar {
    background: #fff;
}
.forXs {
    background: #085ca4;
    color: #fff;
	display: none;
    position: fixed;
    left: 0px;
    right: 0px;
    width: 100%;
    bottom: 0px;
    z-index: 999;
}
.call {
    background: #00182c;
    text-align: center;
    padding: 8px 0px;
	color: #b3b0b0;
}
.call p{}
.icon-float {
display:none;
}
.callNow{
    float: left;
    width: 100%;
    background: #095da5;
	line-height: 39px;
    font-family: 'Quicksand', sans-serif;
}
.number{
    float: left;
    width: 75%;
    padding-left: 10px;
    font-size: 18px;
}
.number span{}
.now {
    float: left;
    width: 25%;
    background: #d91b1b;
	text-align:center;
	cursor: pointer;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {

    background-color: #1aa5d8 !important;
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: #905a53 !important;
}
.air input[type=text] {
    width: 100% !important;
    background-image: url(../img/flt-icon.jpg);
    background-repeat: no-repeat;
	    padding-left: 45px;
		    background-position: left;
}
.cal input[type=text] {
    background-image: url(../img/cal-icon.png);
    background-repeat: no-repeat;
	    background-position: left;
		padding-left: 45px;
}
.air-me-1 input[type=text]{
	background-image: url(../img/name.png);		
}
.air-me-2 input[type=email]{
	background-image: url(../img/email.png);
    width: 100% !important;
    background-repeat: no-repeat;
    padding-left: 45px;
    background-position: left;	
}
.air-me-3 input[type=text]{
	background-image: url(../img/phone.png);
}
/*loader css*/
/*PRELOADING------------ */
#overlayer {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9;
    background: #4a4a4acf;
    background: rgba(74, 74, 74, 0.8117647058823529);
    background: hsla(0, 0%, 29%, 0.8117647058823529);
    opacity: 0.6;
    display: none;
}

.loaderTravelz {
    display: none;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 10;
    border: 4px solid #Fff;
    animation: loader 2s infinite ease;
    margin: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.loader-inner {
  vertical-align: top;
  display: block;
  width: 100%;
  background-color: #1aa5d8;
  animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  
  25% {
    transform: rotate(180deg);
  }
  
  50% {
    transform: rotate(180deg);
  }
  
  75% {
    transform: rotate(360deg);
  }
  
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }
  
  25% {
    height: 0%;
  }
  
  50% {
    height: 100%;
  }
  
  75% {
    height: 100%;
  }
  
  100% {
    height: 0%;
  }
}
/*loader css*/

/*js validation css*/
.closepopup{
    background: #000;
    position: absolute;
    right: -5px;
    padding: 5px 7px;
    margin-top: -21px;
    border-radius: 50%;
    cursor: pointer;	
}

#message-booking{
    background: #1aa5d8e8;
    background: rgba(26, 165, 216, 0.9098039215686274);
    background: hsla(196, 79%, 47%, 0.9098039215686274);
    color: #fff;
    padding: 5px;
    /* margin-bottom: 5px; */
    text-transform: capitalize;
    display: none;
    border-radius: 5px;

}
.Query-done{text-align: center;font-family: 'Open Sans Condensed', sans-serif;padding: 15px 0px;}
.Query-done i{font-size: 60px;padding-bottom: 10px;}
.Query-done strong{
    color: #fff;
    font-weight: 600 !important;
    font-size: 32px;
}
.Query-done p{
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 24px;
    font-weight: 100;
    /* line-height: 29px; */
}
/*js validation css*/


@media only screen and ( min-width:320px) and ( max-width:414px){
.number {
    font-size: 16px;
}
.myForm {
    padding-top: 50px;
    margin-bottom: 50px;
    padding-left: 5px;
    padding-right: 5px;
}
.myForm .form-control{
	height:40px;	
}
.radio, .checkbox{
	margin-top:0px;	
}

.form-inline .row {
    margin-bottom: 0;
}
.Customcontainer{
    padding-right: 0px;
    padding-left: 0px;
}
.myForm li {
    display: none;
}
.v2-hom-search {
        background:#1aa5d8;
}
.wed-logo a img {
    width: 185px;
    padding: 7px 0px;
}
	.radio [type="radio"]:not(:checked), [type="radio"]:checked {
    margin-left: 0px !important;
}
.myBtn {
    float: none;
}
.myBtn button {
    width: 100%;
}
	.navbar-brand>img {
		width: 160px;
	}	
	.myImg img {
		width: 110px;
		height: 39px;
	}
	.myXs{margin-left: 0px !important;}
.forXs {
	display: block;
}
.ph{    margin-left: 10px;
    margin-bottom: 5px;}
	
/*popup Css*/
.closepopup {
    right: 5px;
    margin-top: -5px;
}
.Query-done p {
    font-size: 21px;
    line-height: 29px !important;
}
/*popup Css*/

}
@media only screen and ( min-width:416px) and ( max-width:767px){
.forXs {
	display: block;
}
.ph{    margin-left: 10px;
    margin-bottom: 5px;}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: 0px !important;
}


}
@media only screen and ( min-width:300px) and ( max-width:767px){
	
.ed-mob-menu {
    background: #00182c;
    display: block;
}
.ed-micon i {
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 50%;
}
.cal .col-xs-6:nth-child(odd){
    padding-right: 5px;	
}	
.cal .col-xs-6:nth-child(even){
	padding-left: 5px;	
}	

.cal-xs .col-xs-6:nth-child(odd){
    padding-right: 5px;	
}	
.cal-xs .col-xs-6:nth-child(even){
	padding-left: 5px;	
}	
.search-form {
    width: 100%;
}
.tourz-search-form-me {
    /* font-size: 22px; */
    font-size: 19px;
}
/*popup Css*/
.Query-done p {
    line-height: 29px !important;
}
/*popup Css*/

}

@media only screen and ( min-width:768px) and ( max-width:1024px){
	.navbar-brand>img {
		width: 200px;
	}	
}
@media only screen and ( min-width:768px) and ( max-width:991px){
	
.Query-done p {
    font-size: 30px;
    line-height: 29px !important;
}	
	
}
@media only screen and ( min-width:992px) and ( max-width:1024px){
.Query-done p {
    font-size: 26px;
    line-height: 29px !important;
    margin-bottom: 5px;
}	
	
}