@import url("https://fonts.googleapis.com/css?family=Kanit:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=thai");
@import url("https://fonts.googleapis.com/css?family=Mitr:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=thai");
@import url("https://fonts.googleapis.com/css?family=Asap:400,700|Roboto");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css");

body,
td,
th {
  font-family: Kanit;
  color: #434a54;
  cursor: url("/images/point.cur"), auto;
}
body {
  background-color: #fff;
  margin: 0;
  padding: 0;
}
a {
  color: #ff864d;
  text-decoration: none;
  cursor: url("/images/link.cur"), auto;
}
a:hover,
a:focus {
  color: #2993ef;
  text-decoration: none;
  outline: 0 !important;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

p {
  margin: 0;
}

.col {
  padding: 0;
}

.div-main {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-image: url("/images/bg_page10.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
  object-fit: fill;
}

.flip-card {
  background-color: transparent;
  height: 150px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.flip-card-anim .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
}

.flip-card-back {
  transform: rotateY(180deg);
}

.popover {
  --bs-popover-bg: #fff;
  --bs-popover-header-bg: #326abeff;
  --bs-popover-header-color: #fff;
  --bs-popover-header-padding-y: 1rem;
}

.popover-header {
  font-weight: 700;
}

ul.ul-list li span {
  color: blue;
}

div.accordion-body p {
  margin-bottom: 8px;
  margin-top: 8px;
}

.nav-vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: #dee2e6;
  opacity: 0.25;
  margin: 0 0.5rem;
}

@media (max-width: 991.98px) {
  .nav-vr {
    display: none;
  }
}
