@media (max-width: 768px) {
	.nav-gv{flex-direction: column;}
	.gv-item{width: 100%;margin-bottom: .5rem;margin-right: 0;}
	.ft-1 h2 {line-height: 1.5rem;font-size: 1rem;}
	.ft-2 span{font-size: 1rem;}
	.ft-2 h1{font-size: 1.3rem;}
	.room h5{width: 100%;}
	.ft-2{margin-bottom: 1rem;}
	.thumoi {margin-bottom: 2rem;}
	.nav-gv:after{content: none;}
	.nd-top-1{
		border-right: none;
		border-bottom: 1px solid;
		margin-bottom: 1rem;
	}
	.dieuhuong {
		padding: 0.5rem;
	}
	.taitro-item {
		color: white;
		font-size: 0.8rem;
		margin-right: 15px;
		padding: 0;
	}
	.tt1{display: none;}
	.tt2{display: inline-block;}
	.taitro-item {
		width: 100%;
		text-align: center;
		margin-right: 0;
		padding: 0.5rem;
	}
	.taitro-nav{justify-content: space-between;}
	.ul-gv-tn{grid-template-columns: 35% auto!important;}
	.ft-2{text-align: center;}
	.ft-1{justify-content: center;}
}
@media (min-width: 768px){
	.right-0 {
		padding-right: 0!important;
	}
	.tt2{display: none;}
	.tt1{display: inline-block;}
}