@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@300&display=swap");
html,
body {
  padding: 0;
  margin: 0;
  background-image: url("../images/25650112.jpg");
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  font-family: "Kanit", sans-serif !important;
}
.container-fluid-body{
  background-color: #f7f9fb;
  max-width:1300px;
} 

.container-fluid-footer{
  background-color: #203081;
  color: #fff;
  max-width:1300px;
} 
.nav-link-color {
  color: #3f51b5 !important;
  font-weight: 600;
}
.maxWidth {
  max-width:1300px;
}
.text-color-default{
  color:#3f51b5 !important;
}

.bg-color-default{
  background-color:#3f51b5 !important;
}
.link-hover-default:hover{
  color:#3f51b5 !important;
}
.list-group-item{
  border-style: dashed ;
  border-bottom-color: #3f51b5;
}



/* .image-parent {
  border: 1px solid;
  width: 20vh;
  height: 20vh;
  overflow: hidden;
  display: flex;
}

.image-resize {
  max-width: inherit;
  max-height: inherit;
  height: inherit;
  width: inherit;
  object-fit: cover;
} */


