<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.about_img,
.about_img &gt; img{
	width: 100%;
}
.news_layout .event_two_img &gt; img{
	width: 100%;
}
.news_relates .event_text{
	padding: 15px;
	margin: 0;
}
.about_us_box .introduction_inner .introduction_img img{
	max-width: 100%;
}
.intro_box_item_area .col-xs-4{
  width: 33.33%;
}
.introduction_area.intro_area2 .introduction_inner .introduction_left_text .intro_box_item_area .col-xs-4:last-child .intro_box_item:before{
	display: none;
}
.introduction_area.intro_area2 .introduction_inner .introduction_img img + img{
	right: 65px;
    bottom: 40px;
    box-shadow: 0 0 20px 15px rgb(0 0 0 / 25%);
}
.fn_addon .addon_head{
	font-weight: bold;
	border-bottom: 1px solid #eee;
	margin-bottom: 5px;
	padding-bottom: 5px;
	justify-content: space-between;
}
.fn_addon .addon_head,
.fn_addon .add_rows{
	display: flex;
	white-space: nowrap;
	align-items: center;
	padding-bottom: 5px;
}
.fn_addon .add_rows &gt; div{
	padding-right: 20px;
}
.fn_addon .add_rows .add_input{
	text-align: right;
}
.fn_addon .add_rows .add_input select{

}
.fn_addon .add_rows .add_name{
	width: 100%;
}
.fn_addon .add_rows .discount,
.fn_addon .add_rows .add_sum{
	padding-right: 0;
	min-width: 100px;
	max-width: 100px;
	text-align: right;
	font-weight: bold;
}
.room_price{
	margin-top: 5px;
}
.room_price &gt; ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.room_price &gt; ul &gt; li{
	display: flex;
	padding-right: 10px;
}
.room_price &gt; ul &gt; li .m_name{
	width: 100%;
}
.room_price &gt; ul &gt; li .m_num{
	min-width: 150px;
	max-width: 150px;
	text-align: right;
	padding-right: 10px;
}
.room_price &gt; ul &gt; li .m_price{
	min-width: 120px;
	max-width: 120px;
	text-align: right;
}
.fnRoomRows hr{
	margin-top: 10px;
	margin-bottom: 5px;
}
.g_box{
	overflow-y: auto;
}
.g_box .list-group-item{
	border-color: #999;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.g_box .list-group-item:hover{
	background: #f6f6f6;
}
.fn_addon .add_rows .coupong input{
	min-height: 30px;
	min-width: 180px;
	text-align: center;
}
#fnDiscount.ok{
	color: green;
}
#fnDiscount.ok .discount &gt; span::before{
	content: '-';
}
#booking_info{
	white-space: nowrap;
	min-width: 550px;
}</pre></body></html>