/*Layouts css goes here*/

.ast-flyout-menu-overlay .ast-flyout-menu-enable.ast-header-break-point.ast-flyout-left-side .main-header-bar-navigation #site-navigation {
  height: 90%;
  margin-top: 25px;
}

.margin-home {
  margin:0px 50px;
}

.thumb-1 {
  top:63%;
  left:0%;
}



.full-bg-home {
  background:url("http://localhost/asean/wp-content/uploads/2018/09/bg-home.jpg");
  background-size:cover;
  background-position:center top;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.home-title {
  text-align:center;
  color:#0c67ad;
  font-size:45px;
  font-weight:bold;
  text-transform:uppercase;
  margin-top:150px;
}

.home-text {
  text-align:center;
  font-size:15px;
  padding:0px 100px;
  line-height:25px;
}

.home-cta {
  text-align:center;
  color:#ffff00;
  font-style: italic;
  margin-top:40px;
}

.bg-hover {
  background: rgba(255,255,255, 0);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

