.text-my {
    font-family: "Zawgyi-One" !important;
}
body {
	font: 400 14px/1.7em 'Open Sans', sans-serif;
	background: #bbb url(../images/bg-pattern.png);
	background: #0e377a;
	color: #333;
}
@media (min-width: 1200px) {
	.container {
		max-width: 1180px;
	}
}
h1 {
	font: 600 21px 'Lato', sans-serif;
	margin-bottom: 20px;
	color: #111;
	text-transform: uppercase;
}
h2 {
	font: 600 20px 'Lato', sans-serif;
	margin-bottom: 20px;
	color: #111;
}
h3 {
	font: 600 17px 'Lato', sans-serif;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #111;
}
h4 {
	font: 600 15px 'Lato', sans-serif;
	margin-top: 0;
	margin-bottom: 5px;
	color: #111;
}
.under-line {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
a {
	color: #333;
}
a:focus {
	outline: 0;
}
.wrapper {
	background: #fff;
	padding: 30px;
}
.topbar {
	background: #0F54B4;
	padding: 3px 0;
	color: #777;
}
.header {
	background: #fff;
	padding: 10px 0;
	box-shadow: 0 5px 10px rgba(0,0,0,0.25);
	position: relative;
	z-index: 100;
}
.logo {
	
}
.lang-picker {
   position: relative;
    top: 28px; 
}
.lang-picker a {
    font-size: 13px;
    color: #111;
    font-weight: 400;
}
.navbar {
	margin: 0;
	position: relative;
	top: 25px;
}
ul.nav {
	margin: 0;
	padding: 0;
}
ul.nav > li > a {
	padding: 5px 0 !important;
	color: #111;
	font: 700 15px 'Lato', sans-serif;
	margin-right: 38px;
	text-transform: uppercase;
}
ul.nav > li:hover > a, ul.nav > li > a:focus, ul.nav > li.active > a, ul.nav > li.active:hover > a {
	color: #111;
	background: none;
	border-bottom: 3px solid #75C46B;
}
/*.dropdown-menu {
 background: rgba(255,255,255,0.95);
 padding: 0 12px;
 border: 0;
 border-radius: 0;
 min-width: 200px;
 }
 .dropdown-menu li a {
 padding: 8px 0;
 font: 700 14px 'Roboto', sans-serif;
 color: #000;
 text-transform: uppercase;
 border-bottom: 1px solid #ccc;
 }
 .dropdown-menu li:last-child a {
 border-bottom: 0;
 }
 .dropdown-menu li:hover a {
 background: none;
 color: #A37302;
 }
 .dropdown-menu li a:focus {
 outline: 0;
 }*/
.hero form {
	background: #444 url(../images/green-fibers.png);
	padding: 40px;
	border-radius: 8px;
	position: relative;
	z-index: 200;
}
.hero form label {
	color: #fff;
	font-weight: 400;
}
.hero form .row {
	margin-bottom: 15px;
}
.hero form h1 {
	border-bottom: 1px solid #777;
	padding-bottom: 10px;
	margin-top: 0;
	margin-bottom: 25px;
	color: #fff;
	font-size: 18px;
}
.hero form .datepicker {
	background: #fff url(../images/calendar-icon.png) no-repeat 96%;
	background-size: 22px;
}
.section {
	padding: 20px 0;
}
.box {
	background: #f5f5f5;
	padding: 5px 30px 15px 30px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
}
.app-banner {
	background: #016DAB url(../images/app_en.png) no-repeat -60px top;
	background-size: 460px;
	color: #fff;
	padding: 20px;
	border-radius: 5px;
}
.app-banner h1 {
	color: #fff;
	margin-top: 0;
	margin-bottom: 10px;
}
.logo-img {
	/*filter: grayscale(1);
	 transition-property: filter;
	 transition-duration: 1s;*/
	opacity: 0.8;
	padding: 10px 0;
}
.icon-img {
	opacity: 0.5;
	padding: 15px 0;
}
.img-full {
	width: 100%;
}
.form-wrapper {
	background: rgba(50,50,50,0.95);
	padding: 5px 30px 10px 30px; 
	color: #fff; 
	border-radius: 0;
}
.form-wrapper h1 {
	color: #fff;
	font-size: 22px;
	margin-bottom: 0;
}
.btn-custom {
	font: 600 16px 'Raleway', sans-serif;
	padding: 12px 18px;
	background: #FFAC3F;
	color: #fff;
	border-radius: 2px;
	border: 1px solid #FFAC3F;
	margin-top: 5px;
}
.btn-custom:hover {
	background: #FFAC3F;
	color: #fff;
}
.btn-custom:focus {
	outline: 0;
	color: #fff;
}
.btn-outline {
	font-size: 17px;
	font-weight: 600;
	padding: 10px 16px;
	background: none;
	color: #fff;
	border-radius: 2px;
	background: #75C46B;
}
.btn-outline:hover {
	color: #fff;
	background: #75C46B;
}

.btn-link {
	color: #F20000;
	font-size: 15px;
	font-weight: 700;
	padding: 0;
	position: relative;
	top: -5px;
}
.btn-link:hover {
	color: #F20000;
}
/*.btn-outline {
	padding: 2px 6px;
	border-radius: 1px;
	color: #fff;
	border: 1px solid #ddd;
}
.btn-outline:hover {
	color: #fff;
}*/
.martop-10 {
	margin-top: 10px;
}
.martop-20 {
	margin-top: 20px;
}
.martop-30 {
	margin-top: 30px;
}
.martop-40 {
	margin-top: 40px;
}
.martop-50 {
	margin-top: 50px;
}
.martop-60 {
	margin-top: 60px;
}
.marbot-10 {
	margin-bottom: 10px;
}
.marbot-20 {
	margin-bottom: 20px;
}
.marbot-30 {
	margin-bottom: 30px;
}
.marbot-40 {
	margin-bottom: 40px;
}
.marbot-50 {
	margin-bottom: 50px;
}
.marbot-60 {
	margin-bottom: 60px;
}
ul.list {
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-position: inside;
}
ul.list li {
	padding: 1px 0;
}
ul.list li .fa {
	margin-right: 3px;
}
footer {
	background: #222;
	background: url(../images/green-fibers.png);
	color: rgba(255,255,255,0.7);
}
.footer-top {
	padding: 40px 0;
}
.footer-top h2 {
	font-size: 19px;
	margin-bottom: 15px;
	margin-top: 0;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding-bottom: 10px;
	color: #fff;
}
.footer-bottom {
	padding: 20px 0;
	border-top: 1px solid rgba(255,255,255,0.05);
	background: #292929;
}
@media screen and (min-width: 768px) {
	ul.nav li.dropdown:hover ul.dropdown-menu {
		display: block;
	}
}
@media screen and (max-width: 768px) {
	.navbar-header {
		background: #111;
	}
	.navbar-toggle span {
		border-bottom: 2px solid #fff;
	}
	.navbar-collapse {
		max-height: none;
	}
	ul.nav > li > a {
		color: #000;
		padding: 20px 0 !important;
		border-bottom: 1px solid #ccc;
	}
	ul.nav > li.active > a, ul.nav > li:hover a, ul.nav > li.active:hover > a, ul.nav > li > a:focus {
		color: #000;
		background: none !important;
	}
	ul.nav > li:last-child > a {
		border-bottom: 0;
	}
	.app-banner {
		background-image: none !important;
		color: #fff;
	}
}

