/* Add here all your CSS customizations */
/** Generated by FG **/
@font-face {
	font-family: 'Roboto';
	src: url('fonts/Roboto-Regular.eot');
	src: local('☺'), url('fonts/Roboto-Regular.woff') format('woff'), url('fonts/Roboto-Regular.ttf') format('truetype'), url('fonts/Roboto-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Myanmar3';
    src: url('fonts/mm3.eot') format('eot'),
         url('fonts/mm3.woff') format('woff'),
         url('fonts/mm3.woff2') format('woff2'),
         url('fonts/mm3.ttf') format('truetype'),
         url('fonts/mm3.svg#Myanmar3') format('svg');
    font-weight: normal;
    font-style: normal;
}

html .btn-red {
  background-color: #a03939;
  border-color: #a03939 #a03939 #a03939;
  color: #FFFFFF;
}
html .btn-red:hover,
html .btn-red.hover {
  background-color: #a03939;
  border-color: #a03939 #a03939 #a03939;
  color: #FFFFFF;
}
html .btn-red:focus,
html .btn-red.focus {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}
html .btn-red.disabled,
html .btn-red:disabled {
  background-color: #a03939;
  border-color: #a03939 #a03939 #a03939;
}
html .btn-red:active,
html .btn-red.active,
.show > html .btn-red.dropdown-toggle {
  background-color: #a03939 !important;
  background-image: none !important;
  border-color: #a03939 #a03939 #a03939 !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5) !important;
}
.bg-white{
	background: #FFFFFF;
}
.bg-blue{
background: #21409a;
}
.text-white{
	color:#FFFFFF;
}
.p0{
  padding:0px;
}
.p10{
	padding:10px;
}
.mb30{
  margin-bottom: 30px;
}
.mb10{
	margin-bottom: 10px;
}

#header .header-row a{
	padding-left:5px;
	padding-right:5px;
}
.news-section{
	background: #f4f4f4;
border-top: 5px solid #f1f1f1;
	padding:9px 12px;

}

.news-section h2{
	font-size:1.5em;
	color:#a03939;
}
.news-section a{
	
	color:#21409a;
}
.bxslider{
	width: 100%!important;
}
.bxslider a{
 color:#FFF;
 font-size: 1.2em;
}
#map{
	width: 100%;
	height:300px;
}
h4#firstHeading{
	color:#999;
}
.parallax {
    /* The image used */
    /*background-image: url("img/parallax-bg.jpg")!important;*/
background: #6d6f71!important;
    /* Set a specific height */
    /*min-height: 100px; */

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax .parallax-title{
	color:#FFFFFF;
	text-align: center;
	display: block;
	vertical-align: middle;
	margin-top:20px;
	
}
.parallax-title span{
	text-shadow:2px 1px 1px black;
	margin-right:0.2em;
}
.btn-main{
	
	/* Text color */

      color: #0099CC; 

/* Remove background color */

        background: #5da9dd!important;

/* Border thickness, line style, and color */

      border: 2px solid #5da9dd;

/* Adds curve to border corners */

      border-radius: 6px; 

/* Make letters uppercase */

      border: none;
      color: white;
      padding: 12px 20px;
      text-align: center;
      display: inline-block;
      font-size: 0.9em;
      margin: 4px 2px;
      -webkit-transition-duration: 0.4s; /* Safari */
      transition-duration: 0.4s;
      cursor: pointer;
      text-decoration: none;
      /*text-transform: uppercase;*/
       border: 2px solid #5da9dd;
       animation: blinker 1s linear infinite;
      
}
/*@keyframes blinker {
  50% {
    opacity: 0.6;
  }
}*/

/*button on hover*/

 .btn-main:hover {
      background: transparent!important;
      color: white;
      text-decoration: none;
 }
.menu-active{
  background: #A03939;
}
.hide {
  display: none;
}
.h1_title{
  font-size: 1.5em!important;
}
.title-border{
  border-bottom:1px dashed #ccc;
  width: 100%!important
}
.img-hover:hover{
opacity:0.7;
}
.breadcrumb-divider{
  display: inline-block;
      color: inherit;
    opacity: 0.5;
    font-family: FontAwesome;
    content: "\f105";
    padding: 0 7px 0 5px;

}
.page-header .breadcrumbs{
background: #de773f;
padding:9px 15px;
margin-bottom: 0!important;
color:#FFFFFF!important;
}

.page-header .breadcrumbs a{
text-decoration: underline;
color:#FFFFFF!important;
}

.p-0{
  padding:0!important;
}

.error_title{
  font-size: 5vw;
  text-align: center;
  color:#A03939;
  margin-top:5%;
  margin-bottom:10%;
}
.error_desc{
  font-size: 3vw;
  text-align: center;
  margin-top:5%;
  margin-bottom:10%;
}
/*.breadcrumb{
  background: #de773f!important;
  color:#FFFFFF;
}
.breadcrumb a{
  
  color:#FFFFFF!important;
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item::before{
  color:#FFFFFF!important;
}*/