<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 1200px){
	
}
@media (max-width: 1024px){

	.hotel_detail #slides-product img {height: min-content;}
}
@media (max-width: 992px){
	.CategoryCard {
    margin-bottom: 10px;
	}
	ul.product_list_widget li{
		flex-direction: row;
		display: flex;
	}
	.columImg{
		width: 100%;
    height: 100%;
    border-radius: 8px;height: 100%;
	}
	.itemHotel .itemlabel3 {
		flex-direction: row;
		flex-wrap: wrap;
	}
	.itemHotel .labelright {
		border-left: 0;
		width: 100%;
		float:none; height: fit-content;
	}
	ul.product_list_widget li img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
	}
	.facilities_item span.flex-item {
		display: inline-grid;
	}
	.facilities_item .btn-hotkey {margin: 0;}
	 
	.room-meta ul {
		display: flex; flex-direction: row;
		flex-wrap: wrap;
	}
	.room-meta ul li {margin: 5px;}
	.labelright {
		border-left: 0;
		width: auto;
		float:none; height: fit-content;
	}
	.row_first{flex-direction: row; display: flex;justify-content: space-between;}
	.content-room {padding: 0; width: 100%;}
	.labelleft2 {
    padding: 10px;
	}
	/* .item_rom .facilities_item {width: 45%;} */
	.item_rom .type-product{padding: 0;}
	.box-review a {display: flex;}
	.add-heart {display: flex;}
	/**
	*
	* Room hotel detail 
	*
	*/
	.item_rom .type-product{padding-top: 10px;}
	.jss1542 {
		height: auto;
	}
	.jss791 {text-align: center;}
	.item_rom{padding: 0px;
		flex-wrap: wrap;
		flex-direction: column;
		background-color: #fff;
	}
	.view_more_room {margin-top: 5px;}
	.view_more_promotion{padding: 10px;}
	ul.hotelpreferences {
		display: flex;
		flex-wrap: wrap;
	}
}
@media (max-width: 768px){
	
}</pre></body></html>