@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 {
	position: relative;
	height: 36.7vw;
	background: url("../../imgs/kengtung/food/top.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#food {
	display: flex;
	flex-direction: column;
	padding: 5rem 10%;
	background: #ebebeb;
	text-align: center;
}

.food-intro--title {
	margin: 0 auto 3rem;
}

.food-intro--p {
	margin: 0 auto 7rem;
}


.food-img--wrap {
  width: 100%;
  height: 40vw;
  max-width: 1140px;
  max-height: 570px;
}

.bx-viewport { 
  height: 40vw !important;
  max-height: 570px;
}

.photo_area {
	height: 100%;
}

.food-img .img01 {
	height: 100%;
	max-width: 1140px;
	min-height: 100%;
	background-image: url("../../imgs/kengtung/food/food1.jpg");
  background-image: -webkit-image-set(url("../../imgs/kengtung/food/food1.jpg") 1x, url("../../imgs/kengtung/food/food1@2x.jpg") 2x);
	background-position: center;
	background-size: cover;
}

.food-img .img02 {
	height: 100%;
	max-width: 1140px;
	min-height: 100%;
	background-image: url("../../imgs/kengtung/food/food2.jpg");
  background-image: -webkit-image-set(url("../../imgs/kengtung/food/food2.jpg") 1x, url("../../imgs/kengtung/food/food2@2x.jpg") 2x);
	background-position: center;
	background-size: cover;
}

.food-img .img03 {
	height: 100%;
	max-width: 1140px;
	min-height: 100%;
	background-image: url("../../imgs/kengtung/food/food3.jpg");
  background-image: -webkit-image-set(url("../../imgs/kengtung/food/food3.jpg") 1x, url("../../imgs/kengtung/food/food3@2x.jpg") 2x);
	background-position: center;
	background-size: cover;
}

.food-img .img04 {
	height: 100%;
	max-width: 1140px;
	min-height: 100%;
	background-image: url("../../imgs/kengtung/food/food4.jpg");
  background-image: -webkit-image-set(url("../../imgs/kengtung/food/food4.jpg") 1x, url("../../imgs/kengtung/food/food4@2x.jpg") 2x);
	background-position: center;
	background-size: cover;
}

.food-img .img05 {
	height: 100%;
	max-width: 1140px;
	min-height: 100%;
	background-image: url("../../imgs/kengtung/food/food5.jpg");
  background-image: -webkit-image-set(url("../../imgs/kengtung/food/food5.jpg") 1x, url("../../imgs/kengtung/food/food5@2x.jpg") 2x);
	background-position: center;
	background-size: cover;
}

.food-img .img06 {
	height: 100%;
	max-width: 1140px;
	min-height: 100%;
	background-image: url("../../imgs/kengtung/food/food6.jpg");
  background-image: -webkit-image-set(url("../../imgs/kengtung/food/food6.jpg") 1x, url("../../imgs/kengtung/food/food6@2x.jpg") 2x);
	background-position: center;
	background-size: cover;
}

.restaurants, .teas {
	padding: 5rem 10%;
	background: #fff;
}

.section-title { margin: 0 0 3rem;}

.row-list-wrap { width: 90%;}


.row-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 1rem 2.5rem 0;
}

.row-row:nth-last-of-type(even) {
	background: #c0b394;
}

.row-row:nth-last-of-type(odd) {
	background: #e5e1d8;
}

.row-name {
	width: 45%;
	min-width: 300px;
	margin: 0 0 1rem;
	padding-right: 3rem;
}

.row-info { margin: 0 0 1rem;}

.cafes {
	padding: 5rem 10%;
	background: #ebebeb;
}


















@media screen and (max-width: 959px) {	
	
section:not(.sub-page--title) {
	padding: 3rem 5% !important;
	}
	
.section-title { margin: 0 0 1.5rem;}
	
.food-intro--p { margin: 0 0 3.5rem;}
	
.row-list-wrap {
	width: 100%;
	max-width: 600px;
}

.row-row {
	flex-direction: column;
	width: 100%;
	justify-content: center;
	align-items: flex-start;
}

.row-name, .row-info {
	width: 100%;
	min-width: auto;
}

}
	
	


@media screen and (max-width: 639px) {	
	

}
	
	
@media screen and (max-width: 480px) {

	
	}