/*@import url('https://fonts.googleapis.com/css?family=Kanit:300,400,500,600&subset=thai');*/
.bg-fund {
 padding: 50px 0;
 background-image: url(/assets/theme/Main_theme/files/images/bg-fund.jpg);
 /* background-attachment: fixed; */
 background-position: top;
 background-repeat: no-repeat;
 /* background-size: cover; */
 min-height: 250px;
}

.bg-department {
 padding: 50px 0;
 /*background-image: url(/assets/theme/Main_theme/files/images/bg-department.png);
  background-attachment: fixed; */
 background-position: top;
 background-repeat: no-repeat;
 /* background-size: cover; */
 min-height: 680px;
}