/*Layouts css goes here*/

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

.thumb-1:hover {
  top:55%;
  left:-10%;
}

.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;
}

.thumb-home {
  height:100vh;
}

.thumb-img {
  position:absolute;
  text-align:center;
  width:95%;
  height:170px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  line-height:25px;
  padding: 60px 10px 0px;
  background-size:cover !important;
  color:#fff;
  border:2px solid #fff;
  box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
  transition:all 500ms;
}

.thumb-img:hover {
  transition:all 500ms;
  z-index:10;
  width:120%;
  height:220px;
  font-size: 25px;
  line-height:30px;
  padding: 80px 20px 0px;
}