@media (min-width: 992px) {
.logo img {
    width: 7em;
    top: 1.5em;
}
.name-phu .namephu-title{
	font-size:45px;
	line-height:30px;
}
.name-phu {
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 1;
	margin-top:3%;
}
.nav>li>a {
    font-size: 25px;
    padding: 15px 16px;
}
.contact-head .call-center {
    width: 7em;
}
.contact-head a {
    font-size: 22px;
}
.contact-head{
	margin:auto;
	margin-top:5%;
}
.contact-footer {
    line-height: 1.5;
    font-size: 18px;
    margin: auto;
    margin-top: 22%;
}
.addess-footer {
    font-size: 21px;
    line-height: 1.5;
	margin-top:5%;
}
.copyright {
    font-size: 16px;
    padding: 0 2%;
    margin: auto;
    margin-top: 2%;
}
.youtube-box iframe {
    width: 430px;
    height: 250px;
}
.youtube-box {
	padding:3% 2% 1%;
}
.about-detail {
    font-size: 25px;
}
.tagline{
    font-size: 27px;
}
.name-room {
    font-size: 22px;
	width:100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.room-boxlarge{
	position:relative;
	overflow:hidden;
	cursor:pointer;
	width:100%;
	height:240px;
	background:#545655;
}

.room-boxlarge img{
	max-width: 100%;  
	height:240px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.room-boxlarge:hover img{
	-moz-transform: scale(1.1);
	-webkit-transform:scale(1.1);
	transform: scale(1.1);
}
.box-imgroom{
	height:210px;
	overflow:hidden;
	text-align:center;
}
.box-imgroom img{
	height:180px;
	max-width:260px;
}

.room-box img{
	max-width: 100%;  
	height:180px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.room-box:hover img{
	-moz-transform: scale(1.1);
	  -webkit-transform:scale(1.1);
	  transform: scale(1.1);
}
.room-boxlarge a:hover{
	color:#ffd321;
}
.room-boxlarge:hover a{
	color:#ffd321;
}
}