@font-face {
  font-family: Kanit-Regular;
  src: url(Kanit/Kanit-Regular.ttf);
}
@font-face {
  font-family: Kanit-Light;
  src: url(Kanit/Kanit-Light.ttf);
}

* {
  font-family: "Kanit-Light";
}
footer {
  /* background-image: url("../../../public/image/สไลด์2_0.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
  object-fit: cover;
  position: relative;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #ffffff;
  background-color: #504e76;
}

.logofooter {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  margin-left: 10px;
  margin-right: 10px;
}
.term {
  display: inline-flex;
  align-items: center;
}

.term a {
  cursor: pointer;
  color: rgb(255, 255, 255) !important;
}
.term a:hover {
  color: rgba(255, 255, 255, 0.5) !important;
}
.term a:link {
  color: rgb(255, 255, 255) !important;
  text-decoration: none;
}
.term a:active {
  color: rgb(255, 255, 255) !important;
  text-decoration: none;
}
span.text-dark {
  color: #ffffff !important;
}
.footer-menu a {
  text-decoration: none;
  color: rgb(255, 255, 255);
}
.footer-menu:hover a {
  color: rgba(255, 255, 255, 0.7);
}
