@font-face {
  font-family: 'Myanmar3';
  src: url('../fonts/Myanmar3.eot');
  src: url('../fonts/Myanmar3.woff2') format('woff2'),
  url('../fonts/Myanmar3.woff') format('woff'),
  url('../fonts/Myanmar3.ttf') format('truetype'),
  url('../fonts/Myanmar3.svg#FFDINPro-Bold') format('svg'),
  url('../fonts/Myanmar3eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
a:hover{
  text-decoration: none;
}
.amt-bigfont{
  font-size: 3.3em;
}
.amt-biglineheight{
  line-height: 2em;
}
.opacity-onethird{ opacity: 0.7 }
.btn{
  border-radius: 0;
}
.btn a{
  color: #fff;
}
.green{
  color: #3bcf93;
}
a.green:hover{
  color: #28a745;
}
.bg-green{
  background: #3bcf93;
}
.bg-grey-dark{
  /*background: #222;*/
  background: #242121;
}
.bg-grey-light{
  background: #f2f2f2;
}
.main-top-space{
  margin-top: 100px;
}
/*:lang(my-MM){
  font-family: 'Myanmar3';
  }*/
  body,html,p,div{
    /*font-family: 'Jost', sans-serif;*/
    font-family: 'Roboto', sans-serif;
    word-spacing: 3px;
    letter-spacing: 0.5px;
    /*font-size: 18px;*/
  }
  h1,h2,h3,h4{
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    letter-spacing: 1px;
    word-spacing: 2px;
  }
  h1{
    line-height: 1.8em;
  }
  h3{ line-height: 1.6em; }
  h4{
    font-size: 1.3rem;
    line-height: 1.5em;
  }

  /****NAVIGATION****/
  /*.navbar{ margin-right: 110px; }*/
  .menu{
    /*position: fixed;
    top:0;
    z-index: 1000;
    width: 100%;*/
    background: #000;
    opacity: 0.85;
  }
  .large{
    padding: 20px;
    height: 100px;
    transition: 0.3s;
  }
  .small{
    padding: 5px 20px;
    height: 70px;
    opacity: 0.65;
    /*background: #0303B4;*/
  }
  .small .logo{ width: 25px; }
  .menu li{
    float: left;
    list-style-type: none;
    padding: 15px 10px;
  }
  .menu li a{
    color: #fff;
    font-size: 18px;
    transition: 0.3s;
  }
  .menu-primary-container, .menu-primary-mm-container, .navbar-collapse{
    margin-left: auto;
    /*background: transparent;*/
    background: #000;
  }
  .current-menu-item a, .menu li a:hover{ color: #3bcf93 !important;}
  .lang{ position: absolute; top: 7px; right: 10px; }
  .large .lang{ top: 20px; }
  /*.navbar{ padding: 0 !important; }*/

/****
LOGO
*****/
.navbar-brand,.menu li a{
  font-family: 'Roboto Slab', serif;
}
.logo{
  width: 45px;
  transition: 0.3s;
}

/****
Font Awesome
*****/
i{
  font-family: 'Font Awesome';
}


/****
hr
****/
hr.style14 { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
  max-width: 100px;
}
.vertical-divider{
  width: 1px;
  /*background: #8c8b8b;*/
  background-image: -webkit-linear-gradient(top, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(top, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(top, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(top, #f0f0f0, #8c8b8b, #f0f0f0);
  height: 30px;
  margin: 10px auto;
}

/********
Carousel
******/
.home-slide .carousel-control-next, .home-slide .carousel-control-prev{
  /*top: 150px !important;*/
  border: 1px solid #3bcf93;
  display: inline-block;
  background: #3bcf93;
  width: 40px;
  height: 40px;
  padding: 7px;
  border-radius: 60px;
}
.home-slide .carousel-control-prev{
  left: 50% !important;
  margin-left: -45px;
}
.home-slide .carousel-control-next{
  left: 50% !important;
  margin-left: 5px;
}
.home-slide .carousel-control-next:hover, .home-slide .carousel-control-prev:hover{
  background: #fff;
}
.carousel-control-next,.carousel-control-prev{
    top: 50%;
    background: #3bcf93;
    height: 60px;
    width: 60px;
    margin-top: -30px;
}

.same-h{
  /*display: table;*/
}
.same-h col-*{
  flex: 1;
}
.same-h .bg-white{
  height: 100%
}

/****
About 
******/
.about-section, .about-section .carousel-item{
  min-height: 550px;
}

/****
card
******/
.card{
  border-radius: 0;
}
.card-body{
  padding: 5px;
}

.parallel{
  background: url('../images/amt1.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  min-height: 500px;
}

/****News*****/
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  color: #fff;
  text-decoration:none;
}

.navigation li {
  display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  background-color: #28a745;
  border-radius: 3px;
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
  background-color: #3bcf93;
}


/******
Footer
******/
footer{
  background: #222;
  /*background: #0303B4;*/
}
footer li{
  list-style-type: none;
  float: right;
  padding: 0 5px;
  text-align: right;
}
footer li img{
  color: #fff;
}
#youbube:hover {
  fill: yellow;
}


/****
 About 7 Columns
 *****/
 @media (min-width: 768px){
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
    /*width: 100%;
    *width: 100%;*/
    width: 14.285714285714285714285714285714% !important;
    max-width: 14.285714285714285714285714285714% !important;
    *width: 14.285714285714285714285714285714% !important;
    flex: 0 0 14.285714285714285714285714285714%;
  }
}

@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}

/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */    
 @media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}

/******
Responsive
*******/
/****Responsive****/
@media screen and (min-width: 360px) and (max-width: 768px){
  /*.menu-primary-container, .menu-primary-mm-container{
    background: #0303B4;
  }*/

}
@media screen and (max-width: 768px){
  
}
@media screen and (min-width: 768px) and (max-width: 1200px){
  
  
}