@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@200;300;400&display=swap");
html {
  scroll-behavior: smooth; }

a > img:hover {
  filter: drop-shadow(2px 4px 6px #da3c08) brightness(1.25); }

.nav-welcome {
  background-color: white;
  box-shadow: 1px 1px 10px #b5b5b5;
  font-size: 12px;
  z-index: 2;
  padding-bottom: 0;
  padding-top: 0;
  font-family: "Kanit", sans-serif; }
  .nav-welcome a {
    color: #b5b5b5; }
  @media (min-width: 576px) and (max-width: 766px) {
    .nav-welcome {
      padding-bottom: 5px;
      padding-top: 5px; } }
  @media (max-width: 575px) {
    .nav-welcome {
      padding-bottom: 5px;
      padding-top: 5px; } }

.sec-1 {
  background-image: url(../image/img-bg.jpg);
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-family: "Kanit", sans-serif;
  color: #003663; }
  @media (min-width: 576px) and (max-width: 766px) {
    .sec-1 .h3 {
      font-size: 20px; } }
  @media (max-width: 575px) {
    .sec-1 .h3 {
      font-size: 20px; } }
  .sec-1 .card {
    border-radius: 10px; }

.box-1 {
  position: absolute;
  top: 70px;
  transform: translateX(5%); }

.footer-copyright {
  font-size: 14px; }

/*# sourceMappingURL=style.css.map */
