@font-face {
  font-family: "Noto Sans Thai";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/NotoSansThai/NotoSansThai-Regular.woff") format("woff"), url("/fonts/NotoSansThai/NotoSansThai-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans Thai";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/NotoSansThai/NotoSansThai-Bold.woff2") format("woff2"), url("/fonts/NotoSansThai/NotoSansThai-Bold.woff") format("woff");
}
@font-face {
  font-family: 'CS PraJad';
  src: url("/fonts/CSPraJad/CSPraJad.woff2") format('woff2'), url("/fonts/CSPraJad/CSPraJad.woff") format('woff'), url("/fonts/CSPraJad/CSPraJad.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CS PraJad';
  src: url("/fonts/CSPraJad/CSPraJad-bold.woff2") format('woff2'), url("/fonts/CSPraJad/CSPraJad-bold.woff") format('woff'), url("/fonts/CSPraJad/CSPraJad-bold.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  /* font-family: "CS PraJad", sans-serif !important; */
  font-family: "IBM_Plex_Sans_Thai_Looped", sans-serif !important;
  font-size: 16px !important;
}
body h1,
body h2,
body h3,
body a,
body .btn {
  font-family: "Poppins", "Noto Sans Thai", sans-serif !important;
}
body h1 {
  font-size: 32px;
  font-weight: 700;
}
body h2 {
  font-size: 24px;
  font-weight: 700;
}
body h3 {
  font-size: 16px;
  font-weight: 700;
}
body p {
  font-size: 16px !important;
}
body a.btn {
  font-size: 24px;
  font-weight: 700;
}
.nav-bg {
  background: #E20000;
}
.nav-bg .navbar-brand {
  margin-right: 0;
}
.nav-bg .lc-logo {
  width: 8.75rem;
}
.nav-bg .btn {
  font-size: 20px;
  font-weight: 700;
  background-color: #1DC121;
  border-radius: 10px;
  padding: 4px 8px;
  color: #fff;
}
.nav-bg img {
  width: 27px;
  margin-right: 4px;
}
.content-blog {
  margin-top: 120px;
  margin-bottom: 100px;
}
.content-blog h1 {
  margin-bottom: 20px;
}
.content-blog .card-body {
  padding: 1.75rem;
}
.content-blog .div-card-about {
  cursor: pointer;
}
.content-blog a:hover {
  text-decoration: none;
}
.lc-footer {
  background-color: #000;
  color: #fff;
  padding: 20px 0;
}
.lc-footer img {
  width: 30px;
  margin-left: px;
}
.img-card {
  width: 100%;
  border-radius: 10px 10px 0 0;
  height: auto;
}
.div-mycard {
  cursor: pointer;
}
.about .card {
  border-radius: 10px;
}
.card-about {
  min-width: 370px;
  width: 100%;
  color: #000000;
}
.justdat {
  display: block !important;
}
.textInabout {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 991.98px) {
  body {
    font-family: "CS PraJad", sans-serif !important;
    font-size: 14px !important;
  }
  body h1,
  body h2,
  body h3,
  body a,
  body .btn {
    font-family: "Poppins", "Noto Sans Thai", sans-serif !important;
  }
  body h1 {
    font-size: 24px !important;
    font-weight: 700;
  }
  body h2 {
    font-size: 20px !important;
    font-weight: 700;
  }
  body h3 {
    font-size: 14px !important;
    font-weight: 700;
  }
  body a.btn {
    font-size: 20px !important;
    font-weight: 700;
  }
  .nav-bg .btn {
    font-size: 16px;
    font-weight: 700;
    background-color: #1DC121;
    border-radius: 10px;
    padding: 4px 8px;
    color: #fff;
  }
  .div-card-about {
    margin-bottom: 20px;
  }
  /* .card.card-about {
    border: none;
  } */
  .card.card-about .img-card {
    height: 100%;
    object-fit: cover;
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .nav-bg .btn {
    font-size: 14px;
    font-weight: 700;
    background-color: #1DC121;
    border-radius: 10px;
    padding: 4px 8px;
    color: #fff;
  }
  .nav-bg img {
    width: 16px;
  }
  .nav-bg .line-contact-btn {
    margin-right: 0;
  }
  /* .card.card-about {
    border: none;
  } */
  .card.card-about .img-card {
    height: 100%;
    object-fit: cover;
    border-radius: 0;
  }
}
