body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
label,
span,
textarea,
a,
th,
td,
input,
select,
option,
button,
strong {
  font-family: "Noto Sans Thai", sans-serif !important;
  font-weight: 400 !important;
}

strong {
  font-weight: 600 !important;
}

section {
  background: unset;
}

svg.wave-bottom {
  transform: rotate(180deg);
}
/* a {
      font-weight: 500 !important;
    } */

th a {
  color: #fff;
}

td {
  vertical-align: top;
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

hr {
  border-top: none !important;
  height: 1px;
}

hr.horizontal {
  background-color: transparent;
}

hr.horizontal.dark {
  background-image: linear-gradient(
    90deg,
    transparent,
    rgb(18 175 88 / 67%),
    transparent
  );
}

cookie {
  position: fixed;
  width: 100%;
  padding: 2em 5%;
  bottom: 1em;
}

cookie .cookie {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 10px;
}

.bottom-line {
  border-bottom: 1px solid #c8c7c7;
}

.page-item.active .page-link {
  background-color: #12af58;
  border-color: #12af58;
}

.page-item {
  margin: 0px 3px;
}
.page-item.next {
  margin-left: 16px;
}
.page-item.prev {
  margin-right: 16px;
}

.page-item.disabled .page-link {
  color: #198754;
  pointer-events: none;
  background-color: #fff;
  border-color: #198754;
}
.page-link {
  background-color: #eaf1ed;
  color: #198754;
  border: 1px solid #eaf1ed;
  display: block;
  line-height: 1.25;
  margin-left: -1px;
  padding: 0.75rem 0.625rem;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3.125rem !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  font-size: 0.875rem;
  height: 2rem;
  justify-content: center;
  min-width: 2rem;
}

.hover-scale-3:hover {
  transform: scale(1.3);
  transition: transform 0.2s ease-in-out;
}

.btn-outline-danger {
  color: #dc3545;
}

.btn-outline-secondary {
  color: #6c757d;
}
.btn-outline-dark {
  color: #212529;
}
.navigation {
  z-index: 1040;
}

.required-f::after {
  content: "*";
  color: red;
}

.red-notify::after {
  content: "*";
  color: red;
}

.text-split {
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  max-height: 300px;
  height: 100%;
}
.required label::after {
  content: "*";
  color: red;
}
.breadcrumb {
  background-color: #e9ecef00 !important;
}

.breadcrumb-item a {
  color: #12af58 !important;
}

.if-center {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.d-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.if-end {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
}

.bg-content {
  background-color: #ebf2ee;
}

.btn-success {
  background-color: #12af58;
  border-color: #12af58;
}

.btn--sm,
.btn-sm.more-link {
  padding: 8px 14px;
}

.more-link-outline {
  background: unset;
  border: 1px solid #12af58;
  color: #12af58;
}

.more-link {
  border: 1px solid #12af58;
}

.more-link-outline.more-link:before {
  background: #14974ede;
}

.card {
  border: unset;
  border-radius: 1rem;
  overflow: hidden;
}

.fs-8 {
  font-size: 1em;
}

.fs-9 {
  font-size: 0.9em;
}

.text-primary {
  color: #12af58 !important;
}

.text-primary-dark {
  color: #01903f;
}

.text-primary-muted {
  color: #4b7f67;
}

.text-danger-dark {
  color: #c82333;
}

.text-danger-muted {
  color: #e3342f;
}

.--indent {
  text-indent: 0.8in;
}

.line-height-1 {
  line-height: 1.5em;
}

.line-height-02 {
  line-height: 1.2;
}

.line-height-03 {
  line-height: 1.3;
}

.login-form input,
.registration-form input {
  height: 42px !important;
}

.login-form .submit,
.registration-form .submit {
  width: 300px !important;
}

.login-form .submit-facebook,
.registration-form .submit-facebook {
  background: #046de4 !important;
}
.right-dot::after {
  content: "•";
  margin: 0 4px;
}
.login-form {
  padding: 0px 70px;
}

@media screen and (max-width: 768px) {
  .login-form {
    padding: 0px 29px;
  }
}

@media only screen and (max-width: 992px) {
  #navigation li:hover > ul {
    left: auto;
    top: 58px !important;
  }
}

#navigation > ul > li.has-sub > a {
  padding: 20px 0px 20px 24px;
}

#navigation > ul > li > a {
  padding: 20px 0px 20px 24px;
}

#navigation ul li.has-sub:before {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

#navigation ul li.has-sub:before {
  right: -12px;
}

#navigation ul li.has-sub:hover::before {
  transform: rotate(180deg);
  transition: all 0.2s ease-in-out;
}

#navigation ul ul.shadow {
  border-radius: 1rem;
  overflow: hidden;
}

#navigation li:hover > ul {
  left: auto;
  top: 46px;
}

#navigation li:hover > ul.ul-right {
  right: -27px !important;
  top: 55px !important;
}

.is-sticky #navigation li:hover > ul {
  top: 55px;
}

.navigation {
  padding: 0px 0px;
}
@media only screen and (max-width: 992px) {
  .navigation {
    padding: 10px 0px 0px 0px;
  }
}

/*  Start: Table */
.styled-table {
  overflow: hidden;
  border-collapse: collapse;
  margin-bottom: 25px;
  font-size: 0.9em;
  font-family: sans-serif;
  min-width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.styled-table thead tr {
  background-color: #12af58;
  color: #ffffff;
  text-align: left;
}

.styled-table th,
.styled-table td {
  padding: 12px 15px;
}

.styled-table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
  border-bottom: 2px solid #12af58;
}

.styled-table tbody tr.active-row {
  font-weight: bold;
  color: #12af58;
}

/* End: Table */

.w-35px {
  width: 35px;
}

.h-35px {
  height: 35px;
}

.btn-advance {
  width: 35px;
  height: 35px;
  color: #121212 !important;
}

.bade-tag {
  border-radius: 20px;
  background-color: #b7debf57;
  color: #12af58;
}

/**
** -------------------------
** Start: Course View
** -------------------------
**
**/

.svg-icon svg {
  width: 1.5em;
  height: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3px;
}

.svg-icon-s svg {
  width: 1em;
  height: 1em;
}

.svg-icon-ms svg {
  width: 1.3em;
  height: 1.3em;
}

.svg-icon-ml svg {
  width: 1.6em;
  height: 1.6em;
}

.svg-icon-m > svg {
  width: 1.8em;
  height: 1.8em;
}

.svg-icon-l svg {
  width: 2em;
  height: 2em;
}

.svg-icon-lm svg {
  width: 2.2em;
  height: 2.2em;
}

.svg-icon-xl svg {
  width: 2.6em;
  height: 2.6em;
}

.svg-icon-dark svg {
  color: #000;
}

.svg-icon-success svg {
  color: #01903f;
}

.svg-icon-danger svg {
  color: #c82333;
}

.svg-circle-m {
  width: 2em;
  height: 2em;
  border-radius: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-area-center {
  width: 2.8em;
  height: 2.8em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 900%;
}

.svg-bg-primary-light {
  background-color: #e6f3e6;
  color: #028502;
}

.svg-bg-danger-light {
  background-color: #fbe6e6;
  color: #c00;
}

.svg-bg-primary {
  background-color: #12af58;
  color: #fff;
}

.img-creator-article {
  width: 2.5em;
  height: 2.5em;
  object-fit: cover;
  border-radius: 50%;
}

.btn-sm.more-link.start-course {
  height: 30px;
  padding-right: 5px;
  padding-left: 14px;
}

.course-lessons img {
  width: 169px;
  height: 110px;
  object-fit: cover;
  border-radius: 10px;
}

.bg-course-lesson {
  background: #f8fffb;
  border-radius: 5px;
  margin: 10px 0px;
}

.bg-course-lesson.unlock {
  background: #eaf1ed3d;
}

.bullet-custom {
  width: 1.5em;
  height: 1.5em;
  background-color: #e6f3e6;
  border-radius: 99%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bullet-lock {
  width: 2em;
  height: 2em;
  background-color: #7cff7c24;
  border-radius: 99%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bullet-custom svg {
  color: #028502;
  stroke-width: 1.6;
  width: 1rem;
  height: 1rem;
}

.topic-box {
  background: #57f09c14;
  padding: 15px;
}

.summary-course-box {
  border-radius: 10px;
  overflow: hidden;
}

.summary-course-box .summary-course {
  background: #c8e3d0;
}

.summary-course-box .summary-course-publisher {
  background: #eaf1ed;
}

.summary-course-box .summary-course-detail {
  background: #eaf1ed3d;
}

/**
** -------------------------
** End: Course View
** -------------------------
**
*/
