@charset "utf-8";
/*
Theme Name: GC Design
Theme URI: http://www.grapecity.com/
Description: Myanmar Web Site Design
Version: 1.0
Author: GrapeCity Corporate Marketing and Communication Team
Author URI: none
*/
h1 {color: #333;}

a i { margin-left: 1rem;}


.sub-top {
	height: 36.7vw;
	background: url("../../imgs/kengtung/hotel/top.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#hotel {
	padding: 5rem 5%;
	background: #ebebeb;
}

.hotel-title {
	text-align: center;
	margin-bottom: 3rem;
}

.hotel-text {
	text-align: center;
	margin-bottom: 7rem;
}


.hotel-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	
}

.hotel-card {
	display: flex;
	flex-direction: column;
	width: 30%;
	min-width: 350px;
	background: #fff;
	margin:0 1rem 2.5rem;
}

.hotel-img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.hotel-card--text_wrap {
	padding: 1.5rem 1.5rem;
}

.hotel-name {
	font-size: 1rem;
	font-weight: bold;
	margin: 0 0 1.3rem;
}

.hotel-def span {
	display: flex;
	margin-bottom: 0.7rem;
	word-break: break-word;
	white-space: normal;
}



@media screen and (max-width: 639px) {	
	
#hotel {
	padding: 3rem 5%;
}

.hotel-title {
	margin: 0 0 1.5rem;
	}
	
.hotel-text	{
	margin: 0 0 3rem;
}
	}
	
	
@media screen and (max-width: 480px) {
	.hotel-card {
		width: 100%;
		min-width: auto;
		margin: 0 0 2.5rem;
	}

	}