li.breadcrumb-item a {
  font-size: 16px;
}

li.breadcrumb-item a:hover {
  color: #002603;
  font-weight: 700;
}

p {
  font-size: 16px !important;
}

.post-info p {
  font-size: 13px !important;
}

.blog-content p {
  font-size: 14px !important;
}

.blog-content p.detail {
  font-size: 16px !important;
}

.h5,
h5 {
  font-size: 1.25rem !important;
}

.blog-youtube {
  text-align: center;
}

.blog-files ul.files {
  list-style-type: circle;
}

.card-collapse {
  background-color: none !important;
  border: 1px solid #0044ff !important;
  color: #0044ff;
  padding: 10px;
}

.card-collapse:hover {
  background-color: #0044ff !important;
  border: 1px solid #0044ff !important;
  color: white !important;
  cursor: pointer;
}

.datepicker div table th,
.datepicker div table td,
.datepicker div table.dataTable th,
.datepicker div table.dataTable td {
  vertical-align: middle !important;
  border: none !important;
  padding: 1px;
}

/**
 * em กระพริบ
 */
@keyframes blink {
  30% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  70% {
    opacity: 1;
  }

  100% {
    opacity: 1.5;
  }
}
.blink {
  animation: blink 5s linear infinite;
}

.carousel-inner {
  height: 90vh;
}

/**
   * Highlight color
   */
*::selection {
  background: #10871947;
}

/**
   * Scrollbar all page
   */
*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(134, 134, 134, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #f5f5f5;
}

*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(134, 134, 134, 0.3);
  background-color: #575757;
}

/* Default jquery-loading styles */

.loading-overlay {
  display: table;
  opacity: 0.7;
}

.loading-overlay-content {
  text-transform: uppercase;
  letter-spacing: 0.4em;
  font-size: 1.15em;
  font-weight: bold;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.loading-overlay.loading-theme-light {
  background-color: #fff;
  color: #000;
}

.loading-overlay.loading-theme-dark {
  background-color: #000;
  color: #fff;
}

a.text-primary:focus,
a.text-primary:hover {
  /* color: #76d97d !important; */
  color: #002603;
  font-weight: 700;
}

/** 
 * ตัวกรองให้ระยะห่างแคบลง
 */
.card-header .form-group {
  margin-bottom: 0.5rem !important;
}
.card-header .form-group label {
  margin-bottom: 0;
}

.download {
  font-size: 12px;
}

/* Progress ของ Alert */
.progress {
  height: 3px !important;
  background-color: #e91e1e73 !important;
}
.progress-bar {
  background-color: #f0f0f0 !important;
}

.required::after {
  content: "*";
  color: red;
  position: absolute;
}

/* ปุ่ม Share */
a.sharer {
  cursor: pointer;
}

@-webkit-keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

span.badge-danger.command-express {
  font-size: 14px;
  -webkit-animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 1);
  -webkit-animation-duration: 2.5s;
}

/**
 * จำกัดตัวหนังสือ
 */
.limit-text-mid {
  display: inline-block;
  max-width: 50vw;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.limit-text-small {
  display: inline-block;
  max-width: 195px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.slide_transparent_bg {
  /* background-color: rgb(0 0 0 / 35%); */
  /* -moz-box-shadow: inset 1160px -870px 500px -500px #ffffff1c;
  -webkit-box-shadow: inset 1160px -870px 500px -500px #ffffff1c;
  -o-box-shadow: inset 1160px -870px 500px -500px #ffffff1c;
  box-shadow: inset 1160px -870px 500px -500px #10871945; */
  right: 0%;
  left: 0%;
  padding-left: 8%;
  padding-top: 10%;
  top: 0;
  bottom: 0;
}
.slide_transparent_bg h2 {
  color: white;
  /* text-shadow: 4px 1px 0 #696969; */
  /* display: inline-block; */
  max-width: 75vw;
  padding-top: 10px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.slide_transparent_bg p {
  color: white;
  display: inline-block;
  max-width: 80vw;
  padding-top: 10px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.slide_group_text {
  display: inline-block;
  width: 100vw;
  position: absolute;
  padding: 20px;
  left: 0;
  top: 0;
  background-color: #062108b8;
}