@font-face {
	font-family: 'Zawgyi-One';
	src: url('fonts/zawgyione-webfont.eot'), /* IE9 Compat Modes */
	url('fonts/zawgyione-webfont.woff') format('woff'), /* Modern Browsers */
	url('fonts/ZawgyiOne2008.ttf') format('truetype'), /* Safari, Android, iOS */
	url('fonts/zawgyi-one-webfont.svg') format('svg'); /* Legacy iOS */
}
.text-my {
    font-family: "Zawgyi-One" !important;
}
body {
	font: 15px/1.6em 'Roboto', sans-serif;
	color: #222;
}
h1 {
	font: 400 26px 'Bree Serif', sans-serif;
	margin-bottom: 20px;
	color: #222;
	text-transform: uppercase;
}
h2 {
	font: 400 23px 'Bree Serif', sans-serif;
	margin-bottom: 20px;
	color: #222;
}
h3 {
	font: 400 20px 'Bree Serif', sans-serif;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #222;
}
h4 {
	font: 400 17px 'Bree Serif', sans-serif;
	margin-top: 0;
	margin-bottom: 5px;
	color: #222;
}
h1.dark-line {
	overflow: hidden;
	text-align: center;
}
h1.dark-line:before, h1.dark-line:after {
	background: rgba(0,0,0,0.3);
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 10%;
}
h1.dark-line:before {
	right: 0.7em;
	margin-left: -50%;
}
h1.dark-line:after {
	left: 0.7em;
	margin-right: -50%;
}
a {
	color: #333;
}
a:focus {
	outline: 0;
}
.header {
	background: #145DA9;
}
.logo {
	margin-top: 18px;
}
.logo-text {
	height: 70px;
	margin-top: 15px;
	margin-left: 20px;
}
.navbar {
	margin: 0;
}
ul.nav {
	margin: 0;
	padding: 0;
}
ul.nav > li > a {
	padding: 38px 16px !important;
	color: #fff;
	text-transform: uppercase;
	font: 16px 'Bree Serif', sans-serif;
	border-right: 1px solid rgba(255,255,255,0.2);
}
ul.nav > li:first-child > a {
	
}
ul.nav > li:hover > a, ul.nav > li > a:focus, ul.nav > li.active > a, ul.nav > li.active:hover > a {
	background: rgba(0,0,0,0.1);
	color: #fff;
}
.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 Condensed', 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;
}
.lang-picker {
	position: relative; 
	top: 35px; 
	left: -15px;
}
.banner {
	background: #0B4077 url(../images/banner-bg.jpg) no-repeat center center;
	background-size: cover;
	margin-bottom: 30px;
	padding: 150px 0 0 0;
}
.btn-custom {
	font: 700 17px 'Roboto', sans-serif;
	padding: 10px 14px;
	background: #FF0D0D;
	color: #fff;
	border-radius: 0;
	border: 0;
}
.btn-custom-lg {
	font: 500 19px 'Roboto', sans-serif;
	padding: 12px 18px;
	background: #FF0D0D;
	background: #e0af3c;
	color: #fff;
	border-radius: 0;
	border: 0;
	position: relative;
	top: -5px;
}
.btn-custom:hover, .btn-custom-lg:hover {
	color: #fff;
}
.btn-custom:focus {
	outline: 0;
	color: #fff;
}
.btn-link {
	color: #F19020;
	font-size: 15px;
	font-weight: 700;
	padding: 0;
	position: relative;
	top: -5px;
}
.btn-link:hover {
	color: #A27301;
}
.btn-link:focus {
	color: #A27301;
	text-decoration: none;
}
.martop-10 {
	margin-top: 10px;
}
.martop-20 {
	margin-top: 20px;
}
.martop-30 {
	margin-top: 30px;
}
.martop-40 {
	margin-top: 40px;
}
.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;
}
.full-width {
	width: 100%;
}
.card {
	background: #f2f7f9; 
	padding: 25px 20px 20px 20px; 
	border-radius: 2px;
}
ul.list {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-position: inside;
}
ul.list li {
	padding: 3px 0;
}
.form-wrapper {
	background: rgba(10,47,84,0.7); 
	padding: 30px 35px 15px 35px; 
	color: #fff; 
	border-radius: 2px;
}
.form-wrapper h1 {
	color: #fff;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 23px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding-bottom: 10px;
}
.form-wrapper label {
	margin-top: 10px;
}
.date-picker {
	background: #fff url(../images/calendar-icon.png) no-repeat 96%;
	background-size: 22px;
}
.section {
	padding: 30px 0;
}
.app-banner {
	background: #016DAB;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#016dab+0,207ce5+52,016dab+100 */
	background: #016dab; /* Old browsers */
	background: -moz-linear-gradient(left, #016dab 0%, #207ce5 52%, #016dab 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #016dab 0%,#207ce5 52%,#016dab 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #016dab 0%,#207ce5 52%,#016dab 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#016dab', endColorstr='#016dab',GradientType=1 ); /* IE6-9 */
}
.app-banner {
	background: #026EAE url(../images/app_en.png) no-repeat 100px top;
	background-size: 500px;
	color: #fff;
	margin-bottom: 30px;
	border-radius: 3px;
}
.app-banner h1 {
	color: #fff;
	margin-top: 0;
}
.logo-img {
	/*filter: grayscale(1);
	transition-property: filter;
	transition-duration: 1s;*/
	opacity: 0.8;
	padding: 20px;
}
.logo-img:hover {
	/*filter: grayscale(0);*/
}
.fa-exchange {
	color: #888;
	margin: 0 5px;
}
footer {
	background: #0b4077;
	color: rgba(255,255,255,0.7);
}
.footer-top {
	padding: 50px 0;
}
.footer-top h2 {
	margin-bottom: 10px;
	margin-top: 0;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding-bottom: 10px;
	color: #fff;
}
.footer-top h3 {
	color: #fff;
	font-size: 16px;
}
.footer-top a {
	color: #ddd;
}
.footer-top a:hover {
	color: #fff;
	text-decoration: none;
}
.footer-bottom {
	padding: 25px 0;
	border-top: 1px solid rgba(255,255,255,0.1);
	color: rgba(255,255,255,0.5);
	text-transform: uppercase;
	font-size: 13px;
}
.footer-bottom a {
	color: #bbb;
}
.footer-bottom a:hover {
	color: #fff;
	text-decoration: none;
}
@media screen and (max-width: 1199px) {
	ul.nav li a {
		padding: 13px 6px !important;
	}
}
@media screen and (max-width: 991px) {
	ul.nav li a {
		font-size: 11px !important;
		padding: 15px 4px !important;
	}
}
@media screen and (min-width: 768px) {
	ul.nav li.dropdown:hover ul.dropdown-menu {
		display: block;
	}
}
@media screen and (max-width: 768px) {
	.header {
		height: auto !important;
	}
	.logo {
		top: 0;
		position: relative;
	}
	.navbar-header {
		background: #111;
	}
	.navbar-toggle span {
		border-bottom: 2px solid #fff;
	}
	.navbar-collapse {
		max-height: none;
	}
	ul.nav {
		margin-top: 0;
		width: 100%;
	}
	ul.nav > li > a {
		color: #000;
		padding: 15px 0 !important;
		border-bottom: 1px solid #ccc;
		font-size: 13px !important;
	}
	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;
	}
	.dropdown-menu {
		padding: 0;
		margin: 0;
	}
	.dropdown-menu li a {
		font: 700 15px 'Lato', sans-serif !important;
		color: #000;
		border-bottom: 1px solid #ccc;
		background: none;
		padding: 9px 26px !important;
	}
	.dropdown-menu li:hover a {
		background: none;
	}
	ul.list li:last-child {
		border-bottom: 1px solid #d3d3d3;
	}
	h1 {
		font-size: 18px;
	}
	.app-banner {
		background-image: none !important;
		color: #fff;
	}
}

.lSSlideOuter .lSPager.lSpg {
	position: relative;
	top: -40px;
}

.lSSlideOuter .lSPager.lSpg > li a {
	background-color: #999 !important;
}

.lSSlideOuter .lSPager.lSpg > li.active a {
	background-color: #fff !important;
}
