@media screen and (max-width: 1200px) {

}
@media (min-width: 1024px) and (max-width: 1199px){

}
@media (min-width: 1200px){

}

/* Css for PC only*/
@media all 
and (min-width : 992px) {
	
}
/* Css for PC only*/

/* Css for Tablet & Mobile*/
@media all 
and (max-width : 991px) {

}
/* Css for Tablet &  Mobile*/

/* Css for tablet*/
@media all 
and (min-width : 768px) 
and (max-width : 992px) {
	
}
/* Css for tablet*/



/* Css for Mobile*/
@media (max-width: 767px){
	
}
/* Css for Mobile*/



/* Css for 1024*/
@media all 
and (min-width : 992px) 
and (max-width : 1200px) {


}

@media all 
and (max-width : 1024px) {

}



/* iPhone 4*/
@media all 
and (min-width : 320px) 
and (max-width : 360px) {

}
@media all 
and (min-width : 320px) 
and (max-width : 480px) {

}
/* iPhone 5*/
@media all 
and (min-width : 320px) 
and (max-width : 568px) {
	.box-img-app img {
	    max-width: 128px !important;
	}
}
/* iPhone 6 */
@media all 
and (min-width : 375px) 
and (max-width : 667px) {

}
/* iPhone 6 Plus */
@media all 
and (min-width : 414px) 
and (max-width : 736px) {

}

@media all 
and (min-width : 500px) 
and (max-width : 767px) {
	
}
@media (max-width: 767px){
    
}
/* Ipad */
@media all 
and (min-width : 768px) 
and (max-width : 992px) {
    
}
@media all 
and (min-width : 992px) 
and (max-width : 992px) {
    
}

@media all 
and (min-width : 768px) 
and (max-width : 1023px) {
    
}
@media all 
and (min-width : 992px) 
and (max-width : 1023px) {
    
}

@media all 
and (min-width : 992px) 
and (max-width : 1200px) {
    
}
/* 1024 */
@media all 
and (min-width : 1024px) 
and (max-width : 1200px) {
    
}
@media all 
and (min-width : 1024px) 
and (max-width : 1920px) {
    
}

@media only screen
and (min-width : 1024px) 
and (max-width : 1920px) {
    
}

@media all 
and (min-width : 1280px) {

}


/* css mac os */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width : 768px), not all, not all, not all{
    
}

/* IE10+ CSS styles go here */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	
}
/* Firefox CSS styles go here */
@-moz-document url-prefix() { 

}


@media (max-width: 992px){
	.w100p-mb{width: 100% !important}
	.p0mb{padding: 0 !important}
	.p15mb{padding: 0 15px !important}
	.pr15mb{padding-right:  15px !important}
	.pl15mb{padding-left:  15px !important}
	.pr0mb{padding-right:  0px !important}
	.mt25mb{margin-top: 25px !important}
	.mt10mb{margin-top: 10px !important}
	.mb0mb{margin-bottom: 0 !important}

	body {
	    background: none;
	}

	.wrapper {
	    max-width: 100%;
	    width: 100%;	
	}
	.btn.btn-menu-mb{
		position: absolute;
		right: 12px;
		top: 13px;
		background-color: transparent;
		font-size: 24px;
		padding: 0;
		border: none;
	}

	.modal.left .modal-dialog,
	.modal.right .modal-dialog {
		position: fixed;
		margin: auto;
		width: 300px;
		height: 100%;
		-webkit-transform: translate3d(0%, 0, 0);
		    -ms-transform: translate3d(0%, 0, 0);
		     -o-transform: translate3d(0%, 0, 0);
		        transform: translate3d(0%, 0, 0);
	}

	.modal.left .modal-content,
	.modal.right .modal-content {
		height: 100%;
		overflow-y: auto;
	}
	
	.modal.left .modal-body,
	.modal.right .modal-body {
		padding: 15px 15px 80px;
	}
	        
	.modal.left.fade .modal-dialog{
		left: -320px;
		-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, left 0.3s ease-out;
		        transition: opacity 0.3s linear, left 0.3s ease-out;
	}
	
	.modal.left.fade.in .modal-dialog{
		left: 0;
	}

	.modal.left.fade.in .modal-dialog .modal-content,
	.modal.right.fade.in .modal-dialog .modal-content{
		background-color: #491D74;
	}
	        
	.modal.right.fade .modal-dialog {
		right: -320px;
		-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
		        transition: opacity 0.3s linear, right 0.3s ease-out;
	}
	
	.modal.right.fade.in .modal-dialog {
		right: 0;
	}

	/* ----- MODAL STYLE ----- */
	.modal-content {
		border-radius: 0;
		border: none;
	}

	.modal-header {
		border-bottom-color: #EEEEEE;
		background-color: #FAFAFA;
	}
	.btn.btn-td, .btn.btn-tv{
		height: 48px;
		line-height: 48px;
		font-size: 16px;
		font-weight: 700;
		text-transform: uppercase;
	}
	.list-menu-mb>ul>li{
		list-style: none;
		padding: 8px 15px;
		border-bottom: 1px solid #EEEEEE;
		font-weight: 500;
	}
	.list-menu-mb ul>li a{
		color: #333333;
	}
	.img-com{
		left: 0;
	}
	.address {
	    padding-left: 100px;
	}
	.mt15mb{margin-top: 15px !important}
	.booking-type {
	    margin: 20px 0 0;
	    border-left: none;
	    border-right: none;
	    border-bottom: none;
	}
	.txc-mb{text-align: center !important;}
	.viewDetail{
		float: left;
	}
	.img-float {
	    float: none;
	    width: 100%;
	    margin-right: 15px;
	    height: 100px;
	    margin-bottom: 14px;
	}
	.txt-5-line-mb{
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 5;
	  -webkit-box-orient: vertical;
	}
	.div-input-email{
		position: relative;
		padding-right: 70px;
	}
	.div-input-email>button{
		position: absolute;
		right: 0;
		top: 0;
		margin-top: 0;
	}
	.scrollToTop {
	    width: 44px;
	    height: 44px;
	    bottom: 80px;
	    right: 30px;
	    font-size: 16px;
	}

	.box-diem {
		margin-bottom: 20px;
	}

	#ve_may_bay .form-group.mt15.form-date {
		margin-top: 0 !important;
	}

	.form-autocomplete .form-control {
		height: 49px;
	}

	.div-input-search-hotel i {
	    color: #b7b5b5;
	    position: absolute;
	    top: 15px;
	    left: 11px;
	    z-index: 1;
	    font-size: 18px;
	}

	.road-div .form-control.typeahead {
		height: 34px;
    	border-radius: 0;
	    padding: 8px 22px;
	}

	.road-div.div-input-search-hotel .fa-map-marker {
        top: 9px;
		left: 7px;
	}

	.road-div.div-input-search-hotel .fa-times {
	    right: 0px;
    	top: 4px;
	}

	.div-input-search-hotel .fa-times {
	    position: absolute;
	    right: 6px;
	    top: 11px;
	    left: auto;
	    cursor: pointer;
	    padding: 5px;
	}

	.fr.hotline.f_none-mb {
		float: none !important;
	}

	.hotline {
	    margin-top: 0;
	}
	
	.logo-header {
	    max-width: 150px;
	    position: relative;
	    top: 10px;
	}

	.hotline__infor {
		margin-top: 18px;
		left: 36px;
	}

	.header {
		position: fixed;
	    width: 100%;
	    top: 0;
	    z-index: 3;
	    /*border-bottom: 2px solid #f17419;*/
	    transition: top 0.2s ease-in-out;
	}

	.main-content {
		margin-top: 80px;
	}

	.nav-up {
	    top: -100px !important;
	}
	.btn.btn-td, .btn.btn-tv {
	    height: 38px;
	    line-height: 38px;
	    font-size: 14px;
	    font-weight: 500;
	    text-transform: uppercase;
	    padding: 0;
	    color: #ffffff;
	}
	.btn.btn-td{
		    background-color: #dcd1db;
    color: #4e4444;
	}
	.btn.btn-tv{
		background-color: #EA8114;
	}
	
	.list-menu-mb ul>li a {
	    color: #ffffff;
	    font-size: 14px;
	    font-weight: 400;
	}
	.list-menu-mb>ul>li{
		border: none;
	}
	.list-menu-mb ul{
		padding-left: 0px;
    	padding-top: 10px;
	}
	.mid-header{
		background-color: #ffffff;
	}

	.tab-ve-ks .nav-tabs {
       	width: auto;
	    top: auto;
	    bottom: inherit;
	    right: 0px;
	}

	.tab-ve-ks {
		padding-left: 0;
	}

	.tab-ve-ks .nav-tabs>li {
	    width: 33.3333%;
    border-right: 1px solid #6d696d;
	}
	.tab-ve-ks .nav-tabs>li:last-child{
		border-right: none;
	}
	.tab-ve-ks .nav-tabs>li>a, .tab-ve-ks .nav-tabs>li>a:hover, .tab-ve-ks .nav-tabs>li>a:focus{
		padding: 8px 5px;
		font-size: 12px;
	}
	.tab-visible-mb {
		margin-top: 60px;
	}
	.p1-row-mb {
	    padding-left: 1px;
    	padding-right: 1px;
	}

	.content-search-flight iframe {
		margin-top: 6px;
	}

	.box-content-right .tab-visible-mb {
		margin-top: 0;
	}

	.box-content-right {
	    padding-right: 15px;
	    color: #491D74;
	    margin-top: 15px;
	}

	.box-content-left, .ve-may-bay, .box-content-left-dt {
	    padding-right: 15px !important;
    	padding-left: 15px !important;
	}

	.contact-info {
		margin-top: 15px;
	}

	.des-txt-cheap {
		height: 68px;
		padding-top: 0 !important;
	}

	.txt-top-cheap {
	    top: 22px;
	}

	.txt-bottom-cheap {
	    bottom: 0px;
	    font-size: 24px;
	}

	.box-ve-re .col-sm-6:nth-child(9) {
		display: none;
	}

	.box-tour-question {
		margin: 0 15px 0 15px;
	}

	#book_road_tab .btn.btn-book-road, #dat_xe .btn.btn-book-road {
		margin-bottom: 10px;
	}

	.tab-content .fade {
		-webkit-transition: none;
		transition: none;
	}

	.select-journey {
		margin-top: 15px;
	}

	.tab-content>#dat_xe.tab-pane, .tab-content>#book_road_tab.tab-pane {
		padding: 10px 15px 5px;
	}

	#book_road_tab .mt5, #dat_xe .mt5 {
		margin-top: 10px !important;
	}

	#alert_book_error, #alert_book_success {
		border-radius: 0 !important;
		border: none !important;
		margin: 0 !important;
	}

	.back-flight .box-select-option {
		left: inherit;
    	right: 2px;
	}
	
    .sub-menu-mb li a{
	  white-space: nowrap;
	  color: #ffffff;
	  display: block;
	  font-size: 13px !important;
	}
	.sub-menu-mb {
		padding-left: 10px;
	}
	.sub-menu-mb li {
	    list-style: none;
	    padding: 5px 0;
	}

	.box-img-app img {
		max-width: 150px !important;
	}

}	
@media screen and (max-width: 840px) and (min-width: 768px) {
	
}

/* Css for 1024 - 768 */
@media screen and (max-width: 992px) and (min-width: 768px) {
	.btn.btn-reverse{
		transform: rotate(270deg);
        top: 27px;
    	right: -16px;
	}
	.pl0mb{padding-left: 0 !important}
	.pl15mb{padding-left: 15px !important}
	.pr15mb{padding-right: 15px !important}
	.mb35mb{margin-bottom: 35px !important}
	.pt15mb{padding-top: 15px !important}
	.m0mb{
		margin-left: 0;
		margin-right: 0;
	}
	.footer .wrapper{
		padding-left: 15px;
		padding-right: 15px;
	}
	.box-maps{
		padding-right: 10px;
		padding-left: 10px;
	}
	.box-maps>div , .box-maps>div>iframe{
		height: 100%;
	}
	.flight-go-end {
		margin-bottom: 0 !important;
	}
	.go-away, .back-away {
		display: none;
	}
	.pt20xs {
		padding-top: 20px !important;
	}

	.introduce {
		margin-top: 15px;
	}

	.box-content-left, .ve-may-bay, .box-content-left-dt {
	    padding-right: 15px !important;
    	padding-left: 15px !important;
	}


	.col-sm-4.box-content-right #ve_may_bay .col-xs-6.col-sm-6.col-md-6.pr30 {
	  padding-right: 15px !important;
	  margin-bottom: 0px;
	}

	.col-sm-4.box-content-right #ve_may_bay .col-xs-6.col-sm-6.col-md-6.pl30 {
	  padding-left: 15px !important;
	  margin-bottom: 0px;
	}

	.col-sm-4.box-content-right #ve_may_bay .col-xs-6.col-sm-6.col-md-6.pl30 .box-diem {
		margin-bottom: 10px;
	}


	.col-sm-4.box-content-right #ve_may_bay .col-xs-6.col-sm-6.col-md-6.pl10 {
	  padding-left: 15px !important;
	}

	.col-sm-4.box-content-right #ve_may_bay .col-xs-6.col-sm-6.col-md-6.pr10 {
	  padding-right: 15px !important;
	}

	.mt0-mb{margin-top: 0 !important}

	.w43p-pc {
	    width: 100% !important;
	    float: none !important;
	    padding-right: 0 !important;
	    padding-left: 0 !important;
	}

	.w57p-pc {
	    width: 100% !important;
	    float: none !important;
	    padding-left: 0 !important;
	    padding-right: 0 !important;
	}
}
/* Css for 1024 - 768 */

/* Css for Mobile*/
@media (max-width: 767px){
	body{
		background-image: none;
	}
	.w100p-mb{width: 100% !important}
	.f_none-mb{float: none !important;}
	.p0xs{padding: 0 !important}
	.m0xs{margin: 0}
	.p15xs{padding: 0 15px !important}
	.pl0-mb{padding-left: 0 !important}
	.pr0xs{padding-right: 0 !important}
	.pr20xs{padding-right: 20px !important}
	.m0-mb{margin: 0 !important}
	.mt0-mb{margin-top: 0 !important}
	.mb0-mb{margin-bottom: 0 !important}
	.pl15mb{padding-left: 15px !important}
	.pr15mb{padding-right: 15px !important}
	.mr-15{margin-right: -15px !important}
	.ml-15{margin-left: -15px !important}
	.relative-mb{position: relative;}
	.pl0xs{padding-left: 0 !important}
	.pl20xs{padding-left: 20px !important}
	.hotline__infor {
	    padding-left: 50px;
	    width: 100%;
	}
	.mt15xs{margin-top: 15px !important}
	.mt0xs{margin-top: 0px !important}
	.open .box-select-option{
		width: auto;
	}
	.hotline__infor{
		padding-left: 0;
	}
	.txt-hotline{
		font-size: 18px;
	}
	.txt-tong-dai{
		font-size: 14px;
	}
	.nhanh-cgoi>span:first-child{
		width: 70px;
	}
	.logo-img {
	   background-image: none !important;
	   padding-left: 40px;
	   text-align: left;
	   width: 100%;
    	height: 46px;
	}
	.logo-img>span{
		font-size: 21px;
		color: #ffffff;
	}
	.mid-header{
		background-color: #3e286c;
	}

	.box-select-option{
	 	left: 0 !important;
	    right: 0 !important;
	    transition: all 0.3s;
	    display: block !important;
	    width: 100%;
	    position: fixed;
	    top: -100%;
	    right: 0;
	    bottom: 100%;
	    overflow: hidden;
	    width: 100%;
	    height: 100%;
	    opacity: 0;
	    background-color: #ffffff;
	 }
	 .search-right .box-select-option{
		left: 0;
		right: 0;
	}
	.num-ve table tr td {
	    width: 100% !important;
	    display: block;
	}
	.num-ve table tr {
	    display: block;
	    width: 33.3333%;
	    float: left;
	}
	.num-ve {
	    padding: 10px 0 10px;
	}
	.open .box-select-option , .search-right .open .box-select-option{
	   	top: 0;
	   	transition: all 0.3s;
	    opacity: 1;
	    bottom: 0;
	    background-color: #ffffff;
	}


	.kv-quoc-te, .kv-noi-dia{
		width: 100%;
	}

	.title-mb{
		height: 48px;
		color: #333333;
		background-color: #ffffff;
		font-size: 16px;
		text-align: center;
		line-height: 48px;
		font-weight: 600;
	}

	.open .div-in-search{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 4;
	}

	.div-input-search{
		position: relative;
		padding: 10px 15px;
		background-color: #f5f5f5;
	}
	.div-input-search input{
		padding-left: 35px;
		    box-shadow: none;
	}
	.div-input-search i{
		color: #b7b5b5;
		position: absolute;
		top: 19px;
		left: 25px;
	}
	.box-select-option>button {
	    right: auto;
	    left: 0;
	    position: fixed;
	    top: 5px;
	}
	.inline-xs{display: inline-block !important;}
	.open .box-select-option ul li {
	    padding: 8px 15px;
	    border-bottom: 1px solid #ddd;
	}
	.open .box-select-option ul li:last-child {
		border-bottom: none;
	}
	.kv-quoc-te .btn.btn-orange-34{
		float: left;
		margin-top: 10px;
	}
	.kv-quoc-te .form-control {
   	 	width: 100%;
   	 	font-size: 13px;
    }
    .num-ve table tbody{
		margin: 0 -8px;
		display: block;
	}
	.num-ve table tbody tr{
		padding: 0 8px;
	}
	.num-ve .select2.form-control{
		height: 30px;
		border: none;
		border-radius: 2px;
		-webkit-appearance: none;
		position: relative;
	}
	.num-ve table tr td:nth-child(2){
		padding-right: 0;
	}
	.div-input-search .fa-times {
	    right: 17px;
	    left: auto;
	    padding: 10px;
	    top: 10px;
	}
	.search-right .tab-ve-ks{
		margin-left: -15px;
		margin-right: -15px;
	}
	.h-select{position: relative;}
	.num-ve  .h-select:before{
		content: "";
	    display: inline-block;
	    position: absolute;
	    top: 13px;
	    right: 8px;
	    width: 0;
	    z-index: 2;
	    height: 0;
	    border-style: solid;
	    border-width: 5px 5px 0 5px;
	    border-color: #f17419 transparent transparent transparent;
	}
    
	.w100p-xs{width: 100% !important}
	.txc-xs{text-align: center !important;}
	.newest-order{padding: 0 15px;}
	.newest-order ul li{
		padding-left: 18px;
	}
	.label-km{
		width: 100%;
	}
	.slider-km-news {
	    width: 100%;
	    margin-top: 10px;
	    font-size: 16px;
	}
	.btn.btn-menu-mb{
		right: 0;
		color: #ffffff;
	}
	
	.partner img{
		width: 100%;
	}
	.box-booking .title{
		height: auto;
	}
	.box-booking .title .txt-title{
		position: relative;
		bottom: auto;	
	}
	.chat-form a{
		margin-right: 5px;
	}
	.chat-form a img{
		width: 40px;
	}
	.p0xs{padding: 0 !important}
	.pl0xs{padding-left: 0 !important}
	.slider-ve-re {
	    margin-left: -15px;
	    margin-right: -15px;
	}
	.item-ve{
		padding: 0;
		margin: 0;
	}
	.item-ve img{
		width: 100%;
   		border-radius: 0;
	}
	.des-txt{
		border-radius: 0;
	}
	.item-ve-cheap {
		padding: 0;
		margin: 0;
	}
	.item-ve-cheap img{
		width: 100%;
   		border-radius: 0;
	}
	.des-txt{
		border-radius: 0;
	}
	.booking-type {
	    margin: 10px 0 0;
	}
	.wPttt li .imgPttt {
	    width: 50px;
	}
	.quote-kh .imgPttt .fa
	{
		font-size: 20px;
	}
	.wPttt .txt-2-line{
		display: block;
	}
	.mb0xs{margin-bottom: 0 !important}
	.txc-xs{text-align: center !important;}
	.fl_none-xs{
		float: none !important;
	}
	.img-float {
	    height: auto;
	}
	.address{
		margin-top: 15px;
	}
	a.hotline-num{
		color: #ffffff;
	    font-size: 18px;
	    font-weight: 700;
	    line-height: 30px;
	    padding-top: 15px;
	    margin-left: 50px;
	}
	.header-mb{
		height: 56px;
		text-align: center;
	}
	.slogan{
		margin: 0 -15px;
		height: 30px;
		background-color: #31708f;
		color: #ffffff;
		font-size: 14px;
		font-style: italic;
		text-align: center;
		line-height: 30px;
	}

	.btn.btn-tim-ve {
	    height: 48px;
	    line-height: 48px;
	    padding: 0 20px;
	    color: #ffffff;
	    font-size: 16px;
	    font-weight: 700;
	    border-radius: 2px;
	    background-color: #f17419;
	    width: 100%;
	}

	.btn.btn-blue-60 {
		height: 48px;
	    line-height: 48px;
	    padding: 0 20px;
	    color: #ffffff;
	    font-size: 16px;
	    font-weight: 700;
	    border-radius: 2px;
	    background-color: #0776ad;
	    width: 100%;
	}

	.fa-search:before {
	    font-size: 18px;
	}

	.btn-close {
		font-size: 14px;
	    letter-spacing: 0.5px;
	    position: absolute;
	    top: 10px;
	    border: none;
	    border-radius: 3px;
	    height: 30px;
	    padding: 0 12px;
	    color: #fff;
	    z-index: 100;
	    left: 10px;
    	background-color: transparent !important;
    	margin-left: 0px;
    	margin-top: 4px;
	}

	.btn-close:hover {
		color: #fff;
	}

	.box-diem .btn-place { 
    	padding: 14px 12px !important;
    	min-height: 50px;
	}

	.open .box-select-option {
		border: none;
	}

	.form-control.typeahead {
        height: 36px;
    	border-radius: 100px;
	}

	.div-input-search-hotel i {
	    color: #b7b5b5;
	    position: absolute;
	    top: 12px;
	    left: 12px;
	    z-index: 1;
	    font-size: 18px;
	}

	.div-input-search-hotel .fa-times {
	    position: absolute;
	    right: 6px;
	    top: 8px;
	    left: auto;
	    cursor: pointer;
	    padding: 5px;
	}

	.btn.btn-orange-34-2 {
		width: 100% !important;
	}

	.slider-hot-news .div-img{
		border-top: 2px solid #f17419;
	}

	.content-news {
	  margin-top: 0 !important;
	}

	.header {
		position: fixed;
	    width: 100%;
	    top: 0;
	    z-index: 3;
	    transition: top 0.2s ease-in-out;
	    border: none;
	}
	.tab-ve-ks{
		padding-left: 0;
	}

	.main-content {
		margin-top: 56px;
	}

	.nav-up {
	    top: -57px !important;
	}

	.title-mb {
		border-bottom: 2px solid #491D74;
	}

	.scroll-touch {
	  overflow: scroll;
	  -webkit-overflow-scrolling: touch;
	  bottom: 0;
	  top: 0;
	  position: absolute;
	  margin-top: 115px !important;
	      width: 100%;
	}

	.datepicker  {
    	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
		        transition: opacity 0.3s linear, right 0.3s ease-out;
	}

	.box-search-tours .box-select-option .scroll-touch {
		margin-top: 48px !important;
	}
	
	.newsletter{
		width: 100%;
	}

	.pt0xs{padding-top: 0 !important}
	.pt20xs{padding-top: 20px !important}

	.btn.btn-reverse{
		top: 36px;
	}
	.tab-content>.tab-pane.active{
		margin-top: 0px;
		padding-top: 10px;
	    padding-bottom: 15px;
	    margin-bottom: 0px;
	    min-height: auto;
	}

	.mt50xs{margin-top: 50px !important}
	.tab-ve-ks .nav-tabs>li {
	    width: 33.3333%;
    border-right: 1px solid #6d696d;
	}
	.tab-ve-ks .nav-tabs>li:last-child{
		border-right: none;
	}
	.tab-ve-ks .nav-tabs>li>a, .tab-ve-ks .nav-tabs>li>a:hover, .tab-ve-ks .nav-tabs>li>a:focus{
		padding: 5px;
	}
	.box-maps {
	    bottom: 15px;
	    height: auto;
	    padding: 0;
	}
	.m-15xs{
		margin-left: -15px;
		margin-right: -15px;
	}
	.content-white{
		padding-top: 0;
	}
	.txt-top{
		left: 15px;
	}
	.news-block a{
		display: block;
		margin-top: 15px;
	}
	.news-block a img{
		height: auto;
	}
	.img-cust > img {
	    padding: 2px;
	    border: 1px solid #EA8114;
	    width: 60px;
	    height: 60px;
	}
	.img-cust {
	    width: 60px;
	}
	.img-cust i{
		padding-right: 5px;
		word-break: break-all;
	}
	.quote-cust{
		width: calc(100% - 60px);
	}
	.quote-content{
		margin-top: 0;
	}
	.pt15xs{padding-top: 15px !important}
	.pt10xs{padding-top: 10px !important}
	.row-1-ft {
	    padding: 0 15px 15px;
	}
	.row-1-ft>a {
    	position: relative;
	    display: block;
	    margin-bottom: 15px;
	}
	.newsletter .btn{
		right: 15px;
	}
	.w175_fl img{
		width: 100%;
	}
	.w175_fl, .wbig_fl{
		width: 100% !important;
		float: none;
		padding-left: 0;
		padding-top: 15px;
	}
	.btn.btn-reverse {
	    right: -18px;
	}

	.p8-row {
	    padding-left: 8px !important;
    	padding-right: 8px !important;
	}

	.mt0-mb {
		margin-top: 0 !important;
	}

	.tab-visible-mb {
		margin-top: 0;
	}
	.pb20xs {
		padding-top: 20px !important;
	}

	.left-vmb {
		margin-bottom: 60px;
	}

	.introduce {
		margin-bottom: 0;
	}

	.box-content-left, .ve-may-bay, .box-content-left-dt {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.box-content-left.mt15 , .box-content-right.mt15, .box-content-left-dt.mt15 {
		margin-top: 0 !important;
	}

	.box-content-left.mt50xs , .box-content-right.mt50xs, .box-content-left-dt.mt50xs {
		margin-top: 50px !important;
	}

	.box-content-right {
	    padding-right: 0;
	    padding-left: 0;
	    color: #491D74;
	    margin-top: 15px;
	}

	.box-content-right .box-select-option {
	    left: 0;
	    right: 0;
	}

	.ve-may-bay {
		margin-bottom: 0;
	}

	.box-ve-may-bay {
		margin-top: 0;
	}

	.box-content-right {
	}

	.mb15.box-danh-muc {
		margin-bottom: 0 !important;
	}

	.contact-info {
		margin-top: 0;
		padding-left: 15px;
	}

	.footer .logo-img {
		display: none;
	}

	.col-sm-4.box-content-right #ve_may_bay .col-xs-6.col-sm-6.col-md-6.pr30 {
	  padding-right: 0px !important;
	  margin-bottom: 0px;
	}

	.col-sm-4.box-content-right #ve_may_bay .col-xs-6.col-sm-6.col-md-6.pl30 {
	  padding-left: 0px !important;
	  margin-bottom: 0px;
	}

	.col-sm-4.box-content-right #ve_may_bay .col-xs-6.col-sm-6.col-md-6.pl15 {
	  padding-left: 0px !important;
	}

	.col-sm-4.box-content-right #ve_may_bay .col-xs-6.col-sm-6.col-md-6.pr15 {
	  padding-right: 0px !important;
	}

	.footer {
		padding: 0;
	}

	.des-txt-cheap {
		height: 68px;
		padding-top: 0 !important;
	}

	.txt-top-cheap {
	    top: 24px;
	}

	.item-ve-cheap {
	    position: relative;
	    /* margin: 0; */
	    margin-top: 0px !important;
	    margin-left: 7px !important;
	    margin-right: 7px !important;
	}

	.txt-bottom-cheap {
	    bottom: 10px;
	    font-size: 26px;
	}

	.box-tour-question {
		margin: 0 15px 0 15px;
	}

	.btn-close .fa.fa-window-close {
		font-size: 26px;
    	color: #f17419 !important;
	}

	/*#email_promotion {
		position: relative;
    	top: 15px;
	}*/

	.form-email.mt30 {
	    margin-top: 15px !important;
	    margin-bottom: 30px;
	}

	.box580.mt30 {
		margin-top: 0 !important;
	}

	.register-email-success {
		margin-bottom: 0;
	}
	
	.content-search-flight{
		padding: 0 !important;
	}

	.datepicker-dropdown:before {
		display: none;
	}

	.datepicker.datepicker-dropdown.dropdown-menu {
		top: 55px !important;
    	left: 0 !important;
    	padding: 0 !important;
    	margin: 0 !important;
    	width: 100%;
    	border-radius: 0;
    	display: block !important;
    	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
		        transition: opacity 0.3s linear, right 0.3s ease-out;
	}

	.datepicker-days {
		-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
		        transition: opacity 0.3s linear, right 0.3s ease-out;
	}

	.datepicker.datepicker-dropdown.dropdown-menu .table-condensed {
		width: 100%;
		border-radius: 0;
		border: 1px solid #ddd;
	}

	.form-date td label, .form-date th,
	.form-select-date td label, .form-select-date th {
	    font-size: 14px;
	    color: #000 !important;
	}

	.datepicker.datepicker-dropdown.dropdown-menu {
		border: none !important;
		box-shadow: none !important;
		border-radius: 0;
	}

	.datepicker-dropdown.datepicker-orient-top:after, .datepicker-dropdown.datepicker-orient-top:before {
		border: none !important;
		display: none;
		border-radius: 0;
	}

	.datepicker.datepicker-dropdown.dropdown-menu .table-condensed tr td:first-child,
	.datepicker.datepicker-dropdown.dropdown-menu .table-condensed tr td:last-child,
	.datepicker.datepicker-dropdown.dropdown-menu .table-condensed tr th:first-child,
	.datepicker.datepicker-dropdown.dropdown-menu .table-condensed tr th:last-child {
		border-left: none;
	}

	th .prev.disabled, .datepicker .next.disabled, .datepicker .prev.disabled {
		display: block;
    	border-bottom: 1px solid #ddd !important;
	}

	.datepicker-days {
		padding: 0 5px;
		margin-top: 4px;
	}

	.datepicker-dropdown.datepicker-orient-right:after {
		display: none;
	}

	.table-condensed thead tr:nth-child(2) {
		border: 1px solid #ddd !important;
	}

	.datepicker table tr td, .datepicker table tr th {
	    height: 52px;
        color: #000;
    	font-weight: 600;
	}

	.box-search-tour {
	    padding: 10px;
	}

	.box-search-tour form {
	    display: inline-block;
	}

	.box-search-tour > h3 {
		font-size: 20px;
	}

	.box-search-tour .fa.fa-paper-plane {
		display: none;
	}

	#booktour .right {
		background: #ffffff;
	    color: #333333;
	    height: 36px;
	    font-size: 16px;
	    border-radius: 3px;
	}

	#booktour .right  .btn.btn-math {
	    width: 44%;
	    height: 36px;
    	line-height: 36px;
	}

	.img-search-tour {
		width: 70px;
    	height: 70px;
	}

	.tours-info {
		height: 70px;
	}

	.view-customer-tel {
		padding-right: 10px;
    	padding-left: 10px;
	}

	.fb-frame {
	  position: relative;
	    top: 0;
	    margin-bottom: 15px;
	    text-align: center;
	}
	
	/*.datepicker table tr td, .datepicker table tr th{
	    background-color: #f3f3f3 !important;
	    text-align: center;
	    width: 45px;
	    height: 40px;
	    border: 2px solid #fff;
	    border-radius: 10px;
	}

	.datepicker table tr td.active.day {
	    color: #fff;
	    background-color: #f17419 !important;
	    border-color: #ffffff !important;
	    border-radius: 10px;
	}

	.datepicker table tr td.today {
		background-color: #ffdb99 !important;
    	border: none; 
	}*/

	h1.heading_content_pages {
	    margin-bottom: 10px;
	}

	h1 {
		font-size: 22px !important;
	}

	.card-title {
	    min-height: auto;
	}

	.box-img-app img {
		max-width: 150px !important;
	}

	.box-img-app {
	    margin-top: 20px;
	}

	.box-description-app h3 {
	    margin-bottom: 10px !important;
	    font-size: 20px;
	}

	.contact-text { display: block; }

	.list-contact p:first-child {
	  font-size: 18px;
	}

	.tab-content {
	    position: relative;
	    top: 48px;
	}

	.tab-ve-ks .nav-tabs {
	    width: auto;
	    top: auto;
	    bottom: inherit;
	    right: 0px;
	}

	.contact-text, .contact-footer {
	    display: block;
	}

	.logo-header {
	    height: 46px;
	    display: table-cell;
	    vertical-align: middle;
	    position: absolute !important;
	    top: 50% !important;
	    transform: translateY(-50%);
	    z-index: 2 !important;
	}
}
/* Css for Mobile*/
/* Css for Widget Call, Zalo, FB */
@media screen and (max-width:567px) {
	.widget__setting_support .btn-call {
		position: fixed;
		bottom: 3%;
		left: 18px;
		z-index: 999
	}
	.widget__setting_support .site-social {
		bottom: 18px;
		right: 10px
	}
}

@media screen and (max-width: 799px) {
	.widget__setting_support .site-social .btn-social {
		width: 38px;
		height: 38px
    }
}

@media(max-width:991px) {
	.widget__setting_support .btn-call {
		bottom: 15px
	}
}
@media(max-width:991px) {
	.widget__setting_support .btn-call {
		bottom: 15px
	}
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
    .widget__setting_support .btn-call {
		bottom: 3%;
    }
    .widget__setting_support .site-social {
        bottom: 30px;
        right: 18px;
    }
}

