@media only screen and (max-width:1200px) and (min-width:768px){
    .navbar-nav>li>a{
        font-size: 13px;
    }
    .logo-text{
        font-size: 32px;
    }
    .logo-text+small{
        display: none;
    }
}
@media only screen and (min-width:768px){

}

@media only screen and (max-width:767px){
    .seat{
        width: 4.9%;
    }
    .main-menu nav{
        width: 100%;
    }
    .main-menu .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .step:first-child{
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }
    .step:last-child{
        border-top-right-radius: 0;
    }
    .txt-xemhuongdan{
        text-align: center;
    }
}

@media only screen and (min-width:960px)and (max-width:1240px){
    .seat{
        width: 4.9%;
    }
}

@media only screen and (min-width:768px) and (max-width:959px){
    .seat{
        width: 4.9%;
    }
    .container-animation{
        margin-left: 200px;
    }
    .step:first-child{
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }
    .step:last-child{
        border-top-right-radius: 0;
    }
}

@media only screen and (min-width:480px) and (max-width:767px){
	.booking_chuyen{
		width:33%;
		margin:5px 0;
		padding:0;
		float:left;
		line-height:25px;
	}
	.breadcrumb-step {
		height: 180px;
	}
	.info_chuyen .col-md-4{
		width:33.3333%;
		float:left;
		font-size:12px;
		margin:5px 0;
		padding:0;
	}
	.top-info{
		width:50%;
		float:left;
	}
	.pttt .col-md-4{
		width:50%;
		float:left;
	}
}

@media only screen and (max-width:479px){
	.container-animation{
		padding-bottom:120px;
	}
	.properties-image img {
		width: 100%;
		height: 200px;
	}
	#footer1 {
		display: block !important;
	}
	.chat-zalo{
		display:none;
	}
	.breadcrumb-step {
		height: 180px;
	}
	
    .logo-text{
        font-size: 30px;
    }
    .logo-text+small{
        font-size: 60%;
    }
	
	.box_img_news_typical {
		border: 1px solid #ccc;
		float: left;
		height: 100px;
		margin: 0 10px 0 0;
		padding: 0;
		text-align: center;
		width: 160px;
	}
	
	.box_img_news_typical a._img {
		display: block;
		height: 90px;
		margin: 5px;
		position: relative;
		width: 150px;
	}
	
	.box_img_news_typical a._img img {
		border: medium none;
		bottom: 0;
		height: 90px;
		left: 0;
		margin: auto;
		right: 0;
		top: 0;
		width: 150px;
	}
	.booking_chuyen{
		width:50%;
		margin:5px 0;
		float:left;
		line-height:25px;
		font-size:13px;
	}
	.ui-button {
		padding: .4em 0.3em;
		display: inline-block;
		position: relative;
		line-height: normal;
		/*margin-right: .1em;*/
		cursor: pointer;
		vertical-align: middle;
		text-align: center;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	
		/* Support: IE <= 11 */
		overflow: visible;
	}
	.info_chuyen .col-md-4{
		width:33.3333%;
		float:left;
		font-size:12px;
		margin:5px 0;
		padding:0;
	}
	.top-info{
		width:50%;
		float:left;
	}
	.pttt .col-md-4{
		width:50%;
		float:left;
	}
	/*.info_khachhang .col-sm-1, .info_khachhang .col-sm-2, .info_khachhang .col-sm-3{
		width:25%;
		float:left;
	}*/	
	.navbar-nav{
		width:100%;
	}
}