@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/access/top.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#intro {
	display: flex;
	align-items: center;
	padding: 3rem 0;
	background: #ebebeb;
}

.intro-img {
	width: 55%;
	height: calc(55vw * .95);
	max-height: 775px;
	background-image: url("../../imgs/kengtung/access/intro.jpg");
	-webkit-image-set(url("../../imgs/kengtung/access/intro.jpg") 1x, url("../../imgs/kengtung/access/intro@2x.jpg") 2x);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#access-eng--intro {
	background-image: url("../../en/kengtung/imgs/access/intro.jpg");
	-webkit-image-set(url("../../en/kengtung/imgs/access/intro.jpg") 1x, url("../../en/kengtung/imgs/access/intro@2x.jpg") 2x);
}

.intro-text--wrap {
	display: flex;
	flex-direction: column;
	width: 45%;
	margin-left: -5%;
	padding: 3.5rem 5%;
	line-height: 1.6rem;
	border-right: solid 10px #77aa55;
	background: #fff;
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.2);
	z-index: 2;
}

.intro-title, .trekking-title{
	color: #333;
	margin: 0 0 2rem;
}

.intro-text {
	margin: 0;
	line-height: 1.6rem;
}

.intro-text--paragraph {
	display: flex;
    margin-bottom: 1rem;
}

#intro-text1 { margin-bottom: 2rem;}

.g-map {
	display: flex;
	flex-direction: column;
	padding: 5rem 5%;
	background: #fff;
	text-align: center;
}

.g-map--title {
	color: #333;
	margin: 0 auto 3rem;
}

.g-map--iframe_wrap {
	width: 90%;
	height: calc(80vw * .7);
	max-width: 1200px;
	max-height: 65vh;
	margin: auto;
}

.g-map--iframe {
/*
	width: 100%;
	height: 100%;
*/
	height: 0;
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    width: 0;
}

#trekking {
	display: flex;
	padding: 3rem 0;
	background: #ebebeb;
}

.trekking-img {
	width: 55%;
	height: calc(55vw * .95);
	max-height: 650px;
	background-image: url("../../imgs/kengtung/access/trekking-map-thumb.jpg");
	-webkit-image-set(url("../../imgs/kengtung/access/trekking-map-thumb.jpg") 1x, url("../../imgs/kengtung/access/trekking-map-thumb@2x.jpg") 2x);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border: solid 2px #c3c3c3;
	border-left: none;
}

.trekking-text--wrap {
	display: flex;
	flex-direction: column;
	width: 45%;
	margin: 7.5% 0 auto -5%;
	padding: 3.5rem 5%;
	line-height: 1.8rem;
	border-right: solid 10px #b59659;
	background: #fff;
	box-shadow: 0 0 10px 5px rgba(0,0,0,0.2);
	text-align: center;
	z-index: 2;
}

.map-download {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0rem auto;
	padding: 0.7rem 1.5rem;
	background: #b59659;
	border: solid 1px #b8b6b2;
	border-radius: 5rem;
	color: #fff !important;
}

/* -Style for deleted guide list-

.guides h1 {
	margin:0 0 3rem 10%;
}

.guide-table {
	width: 80%;
	border: none;
	margin: auto;
	min-width: 630px;
}

#table-head {
	color: #fff;
	background: #aa9563;
}

th {
	padding: 1rem 2rem;
	border-bottom: solid 2px #fff;
}

th:not(:last-of-type), td:not(:last-of-type) {
	border-right: solid 2px #fff;
}

table tr td {
	border-top: none;
	border-bottom: none;
}

.td-name {
	padding: 1rem 2rem 1rem 2rem;
}

.td-sex, .td-guide {
	padding: 1rem 2rem;
	text-align: center;
}

.td-phone {
	padding: 1rem 2rem;
	text-align: center;
}

.th-sex, .td-sex { min-width: 125px;}

tr:nth-of-type(even) td {
	background: #e5e1d8;
}

tr:nth-of-type(odd) td {
	background: #c0b394;
}

#guide-null td {
	height: 4rem;
	background: #fff;
}

@media screen and (max-width: 639px) {	
.guides h1 { margin-left: 0;}	
	}
-Style for deleted guide list END-
*/


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

#intro, #trekking {
	flex-direction: column;
	max-height: none;
	padding: 5rem 0;
	}	
	
.intro-img, .trekking-img {
	width: 100%;
	height: calc(50vw * .95);
	background-position: top center;
	border-right: none;
	}
	
.intro-text--wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	margin: 0;
	padding: 3.5rem 5%;
	}

.trekking-text--wrap{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	margin: 0;
	}


}

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


	
}

@media screen and (max-width: 639px) {	
	
#intro, #trekking { padding: 3rem 0;}
.guides h1 { margin-left: 0;}	
	
	}
	
	
@media screen and (max-width: 480px) {
	

	}