@font-face {
	font-family: 'robotoM';
	src: url('../fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/roboto-medium-webfont.woff') format('woff'),
		 url('../fonts/roboto-medium-webfont.ttf') format('truetype'),
		 url('../fonts/roboto-medium-webfont.svg#robotomedium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'robotoL';
	src: url('../fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/roboto-light-webfont.woff') format('woff'),
		 url('../fonts/roboto-light-webfont.ttf') format('truetype'),
		 url('../fonts/roboto-light-webfont.svg#robotolight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'robotoR';
	src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/roboto-regular-webfont.woff') format('woff'),
		 url('../fonts/roboto-regular-webfont.ttf') format('truetype'),
		 url('../fonts/roboto-regular-webfont.svg#robotolight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'mm';
	src: url('../fonts/Zawgyi-One.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Zawgyi-One.woff') format('woff'),
		 url('../fonts/Zawgyi-One.ttf') format('truetype'),
		 url('../fonts/Zawgyi-One.svg#Zawgyi-One') format('svg');
	font-weight: normal;
	font-style: normal;
}
a:focus,a:hover{
  text-decoration:none;
  outline:none;
}
h1,h2,h3{
  margin:0;
  padding:0;
  font-weight:normal;
  color:#000000;
}
h2{
  margin-bottom:10px;
}


.margin_up{
  margin-top:20px;
}


header{
  width:100%;
  min-height:100px;
  padding:10px 0 20px 0;
  color:#fff;
  background:#fff url(../images/menu_bg.png) left bottom repeat-x;
}
ul.menu{
  float:right;
  margin:35px 0 0 0;
  padding:0;
}
ul.menu li{
  padding:0 20px;
  display:inline-block;
}
ul.menu li a{
  color:#000000;
}
ul.menu li a:hover{
  color:#007fcb;
}
ul.menu li:first-child{
  padding-left:0;
}
ul.menu li:last-child{
  padding-right:0;
}
ul.language_social{
  float:right;
  margin:33px 0 0 0;
  padding:0;
}
ul.language_social li{
  padding:0;
  display:inline-block;
  color:#000000;
}
ul.language_social li:first-child{
  margin-right:15px;
}


/***************************** Content Area *****************************/
/* ************************************************************************ */


section.content_area{
  padding-top:20px;
  background: rgba(0,129,203,1);
  background: -moz-linear-gradient(top, rgba(0,129,203,1) 0%, rgba(255,255,255,1) 77%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,129,203,1)), color-stop(77%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
  background: -webkit-linear-gradient(top, rgba(0,129,203,1) 0%, rgba(255,255,255,1) 77%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(top, rgba(0,129,203,1) 0%, rgba(255,255,255,1) 77%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(top, rgba(0,129,203,1) 0%, rgba(255,255,255,1) 77%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(0,129,203,1) 0%, rgba(255,255,255,1) 77%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0081cb', endColorstr='#ffffff', GradientType=0 );

}

.white_box{
  background:#ffffff;
  padding:15px;
}
table.aboutus{
  width:100%;
  font-size:13px;
  color:#000;
}
table.aboutus td{
  height:37px;
}
table.aboutus tr:last-child td{
  color:#007fcb;
  font-size:14px;
}
table.aboutus td:first-child{
  width:30%;
}
table.aboutus td:nth-child(2){
  width:15%;
  text-align:center;
}
table.aboutus td:last-child{

}
table.pd{
  width:100%;
  font-size:13px;
  color:#000;
}
table.pd td{
  padding:5px 0;
}
table.pd tr:last-child td{
  color:#007fcb;
  font-size:14px;
  padding:4px 0;
}
table.pd td:first-child{
  width:40%;
}
table.pd td:nth-child(2){
  width:15%;
  text-align:center;
}
table.pd td:last-child{
}

.carousel .item {
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s; -ms-transition:
  opacity 1s;
   -o-transition: opacity 1s;
   transition: opacity 1s;
   }
.carousel .active.left {left:0;opacity:0;z-index:2;}
.carousel .next {left:0;opacity:1;z-index:1;}
.carousel-indicators .active{
  background-color:#007fcb;
}
.carousel-indicators li{
  border-color:#000000;
}
.img-responsive {
  display: block;
  height: auto;
  width: 100%;
}
h2.mission{
  text-align:center;
  color:#ffffff;
  margin:10px 0 15px 0;
  font-size:17px;
}
p.milestone{
  margin-top:10px;
  text-align:center;
  color:#ffffff;
  font-size:15px;
  line-height:24px;
}
.open-ico{
  float:right;
}
h3{
  font-size:15px;
}
p{
  margin-top:10px;
  line-height:24px;
  color:#222;
}
hr{
  border-style:dashed;
  border-color:#7e7f7f;
}
.table-bordered{
  width:100%;
}
.table-bordered tr td{
  padding:5px 5px;
  font-size:13px;
}
.table-bordered tr td:first-child{
  width:8%;
  text-align:center;
}
.table-bordered tr td:last-child{
  width:92%;
  text-align:left;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td{
  border-color:#7f7f7f;
}
.product_small{
  margin-top:20px;
  margin-bottom:15px;
}
.product_small img{
  border:3px solid #017fcb;
}
.product ul{
  width:100%;
  margin:0;
  padding:0;
}
.product ul li{
  width:19.2%;
  margin:0 1% 0 0;
  padding:0;
  display:inline;
  float:left;
}
.product ul li:last-child{
  margin-right:0;
}
.product ul li img{
  border:3px solid #fff;
}


label{
  font-size:14px;
  margin:10px 0 5px 0;
  font-weight:normal;
}
input[type="submit"]{
  margin-top:20px;
  margin-bottom:30px;
  min-width:150px;
  min-height:31px;
  color:#fff;
  font-family:'robotoR';
  font-size:15px;
  padding:0 0 0 30px;
  text-align:left;
  border:3px solid #007fcb;
  background:#007fcb url(../images/btn_ico.png) center right no-repeat;
}

input[type="text"]{
  width:70%;
  border:1px soild #ddd;
  padding:5px 3px;
}
textarea{
  width:90%;
  min-height:100px;
}


/***************************** footer Area *****************************/
/* ************************************************************************ */

footer{
  width:100%;
  min-height:90px;
  padding:40px 0 0 0;
  color:#fff;
  font-size:13px;
  font-family:'robotoR';
  background:#007fcb url(../images/footer_bg.png) repeat-x;
}
footer ul{
  float:right;
  margin:0 0 15px 0;
  padding:0;
}
footer ul li{
  padding:0 20px;
  display:inline-block;
}

footer ul li a{
  color:#fff;
}

footer ul li a:hover{
  color:#000000;
}
footer ul li a:focus{
  color:#fff;
}


footer ul li:first-child{
  padding-left:0;
}
footer ul li:last-child{
  padding-right:0;
}


/***************************** For Myanmar Font *****************************/
/* ************************************************************************ */

body#mm{
  font-size:13px;
  font-family:'mm';
}
h2{
  font-size:17px;
  font-family:'mm';
}
#mm table.aboutus{
  font-size:13px;
}
#mm ul.language_social li{
  font-family:'mm';
  font-size:11px;
}
#mm footer{
  font-family:'mm';
}
#mm footer ul li a,ul.menu li a{
  font-family:'mm';
  font-size:15px;
}
#mm p.milestone{
  font-size:15px;
  text-align:center;
}
#mm p {
  font-size:13px;
  text-align:justify;
}
#mm label{
  font-family:'mm';
  font-size:13px;
}
#mm input[type="submit"]{
  font-family:'mm';
  font-size:15px;
}
#mm p.address{
  font-size:15px;
  margin-top:15px;
  line-height:30px;

}


@media (min-width: 768px){



}


@media (max-width: 767px){

   p{
    word-break: break-all;
  }


}
@media (max-width: 1199px){



}
@media (max-width: 991px){
   ul.language_social,ul.menu{
    clear:both;
    margin-top:15px;
  }
  .open-ico{
    clear:both;
    float:left;
  }
  .close-ico{
    float:right;
  }
  .product .col-md-3{
    margin-bottom:15px;
  }
  .product_small .col-md-3{
    margin-bottom:15px;
  }
  .white_box{
    margin-bottom:15px;
  }
   footer ul{
    margin-top:15px;
  }
  .product ul li{
    width:100%;
    margin-bottom:15px;
    clear:both;
    display:block;
    background:#f00;
  }


}
