/**
 * @Project TMS HOLDINGS
 * @Author Trung Nghĩa <trungnghiack@gmail.com>
 * @Copyright (C) 2021 Trung Nghĩa. All rights reserved
 * @License GNU/GPL version 2 or any later version
 * @Createdate Fri, 31 Dec 2021 07:45:31 GMT
 */
.red{color:red;}
.content_wraper{padding:5px;}
.item_room_window{margin-bottom:10px;}
#notifi_screen .number_stt {
    color: red;
    font-size: 70px;
    font-weight: 700;
}
#notifi_screen .book_room {
    color: red;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 20px;
}
.description_room{
	font-size:18px;
	margin-top:20px;
}
.room_item {
    background: red;
    text-align: center;
    padding: 20px 10px;
    color: white;
	height:165px;
}
.room_item_home{
height: 220px
}
.title_room {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}
.stt_current_room {
    font-weight: 700;
    font-size: 60px;
}
.content_room_all a:hover {
    color: white;
    text-decoration: none;
}
.info_room .title_info_room {
    text-transform: uppercase;
    color: red;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
}
.info_room {
    text-align: center;
    margin-bottom: 20px;
}
.info_room .stt_current_room {
    color: red;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
.heigth_room{
height: 45px
}
.title_room1.heigth_room {
    font-size: 15px;
}
 .item_room_window {
    width: 33.333333333% !Important;
	}
	.item_room_window_1 {
    width: 33.3% !Important;
	margin-bottom: 10px;
	}
.item_room_window_12222{
    width: 50% !Important;
	margin-bottom: 10px;
	}
	.description_room_new{
		
	}
	.item_room_id_detail1{
		height:200px;
		margin-bottom: 10px;
	}
	.item_room_id_detail1 label {
    display: block;
    text-align: center;
    padding: 70px 10px;
    color: white;
    cursor: pointer;
    font-size: 20px;
	}
	.register_on_new .col-sm-12.col-md-8 input {
    position: absolute;
}
.register_on_new .col-sm-12.col-md-8 {
    height: 85px;
}

.select_room_id label {
    left: 20px;
	padding-right: 20px;
}
}