@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
*/

.sub-page--title {
	display: flex;
	align-items: center;
	padding: 1.5rem 10%;
	background: #e4dccf;
}

.sub-page--title p {
	margin: 0 !important;
	font-size: 1.7rem;
}

.border-right {
	border-right: solid 1px #333;
  display: inline-flex;
  height: 2rem;
  align-items: center;
  padding-right: 0.7rem;
  margin-right: 0.6rem;
}

.sub-top {
	position: relative;
	display: flex;
	width: 100%;
	max-height: 550px;
	justify-content: center;
	align-items: center;
	padding: 10%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.sub-top::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	content: '';
	background: rgba( 158, 150, 138, 0.3 );
	z-index: 2;
}

.sub-top--container {
	text-align: center;
	line-height: 2rem;
	color: #fff;
	z-index: 5;
}

.sub-top--title {
	color: #fff;
	margin:0 auto 4rem;
}

.sub-top--text { margin: auto;}


@media only screen and (max-width: 959px) {
	
.sub-top { max-height: none;}


}

@media only screen and (max-width: 639px) {
	
.sub-page--title { padding: 1.5rem 10%;}
.sub-page--title p { font-size: 1.4rem;}
.sub-top--title { margin: 0 auto 2rem;
}


