body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
label,
span,
a,
input,
textarea,
div,
select,
option,
button,
strong {
  font-family: "DBAdmanX" !important;
  font-weight: 500 !important;
}
@font-face {
  font-family: 'DBAdmanX';
  src: url(../fonts/db_adman_x/DBAdmanX.ttf) format('truetype');
  font-weight: normal;
}
*.en-l {
  font-family: "Kanit", sans-serif !important;
  font-weight: 300;
}

body,
p,
ul,
ol,
li,
label,
span,
a,
input,
textarea,
div,
select,
option,
button,
strong{
  font-size: 20px;
}
strong {
  font-weight: 600 !important;
}

section {
  background: unset;
}

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

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

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

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
  );
}

.not-allow {
  opacity: 0.4;
  pointer-events: none;
}

.breadcrumb {
  background-color: #e9ecef00 !important;
}

.if-center {
  display: inline-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;
}

.more-link {
  /*border-radius: 126px;*/
}

.btn-sm.more-link {
  padding: 8px 14px;
  border: 1px solid #12af58;
}

.btn-sm.more-link.submit-facebook {
  padding: 8px 14px;
  border: 1px solid #046de4;
}

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

.more-link:hover::before {
  height: 782%;
}

.scale-up-hover:hover {
  transition: all 0.2s ease-in-out;
  transform: scale(1.1);
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.fs-4-1\/2 {
  font-size: 1.3rem;
}

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

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

.fw-b-600 {
  font-weight: 600 !important;
}

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

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

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

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

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

.login-form .submit-facebook,
.registration-form .submit-facebook {
  background: #046de4 !important;
}

.login-form {
  padding: 0px 70px;
}

.required label:not(.checkbox-label)::after {
  content: "*";
  color: red;
  font-size: 1.2em;
}

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

.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;
}

@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 {
  height: 54px;
}

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

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

#navigation ul li.has-sub:not(.no-before):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.no-before:before {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

#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 li:hover > ul.ul-right {
  right: -27px !important;
  top: 55px !important;
}

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

#navigation ul ul.shadow {
  /*border-radius: 15px;*/
  overflow: hidden;
}

.bell-dot {
  position: absolute;
  top: -3px;
  right: -3px;
  background: #e42626;
  width: 15px;
  height: 15px;
  border-radius: 4000%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bell-ul {
  width: 376px;
}

@media screen and (max-width: 394px) {
  .bell-ul {
    width: 265px;
  }
}
.right-dot::after {
  content: "•";
  margin: 0 4px;
}

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

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

.navigation {
  padding: 0px 0px;
  z-index: 1040;
}

.new-notify {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #e42626;
  position: absolute;
  margin-left: 5px;
}

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

.workflow_item i {
  font-size: 71px;
  background: unset;
  color: #12af58;
  box-shadow: unset;
}

.workflow_item:hover i {
  background: unset;
  transition: 0.4s;
}

.profile-picture {
  height: 1.25rem;
  width: 1.25rem;
}

.profile-picture img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.box-course-content .back-content {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.box-course-content .front-content {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.box-course-content:hover .front-content {
  opacity: 0;
  visibility: hidden;
}

.box-course-content:hover .back-content {
  visibility: visible;
  opacity: 1;
}

.banner-course-img {
  height: 180px;
}

.banner-course-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*border-radius: 15px 15px 0px 0px;*/
}
.bottom-line {
  border-bottom: 1px solid #c8c7c7;
}
.img-creator {
  width: 1.5em;
  height: 1.5em;
  object-fit: cover;
  border-radius: 50%;
}

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

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

.sticky-wrapper {
  height: 70px !important;
}

.side-nav-out {
  position: fixed;
  z-index: 10000;
  top: 0;
  width: 80%;
  height: 100%;
  background-color: #ebf2ee;
  padding: 40px 0px 20px 20px;
  transition: all 0.25s ease-in-out;
}

.close-icon-side {
  position: absolute;
  right: 20px;
  top: -30px;
}

.side-nav-out.hide {
  transform: translateX(-110%);
}

.side-nav-out a {
  font-size: 15px;
  letter-spacing: 0px;
  text-decoration: none;
  color: #1e3322 !important;
  text-transform: capitalize;
  display: block;
}

.side-nav-out.show {
  transform: translateX(0);
}

.side-nav-out .col-12 {
  padding-bottom: 20px;
}

.shadow-success {
  box-shadow: 0 0.5rem 1rem rgb(200 227 208) !important;
}

.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;
}

.bg-main-3 {
  background: #c8e3d0;
}
.bg-main-2 {
  background: #eaf1ed;
}
.bg-main-1 {
  background: #fafcfb;
}

.banner-vdo-thumbnail {
  height: 160px;
  position: relative;
}

.banner-vdo-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-vdo-thumbnail .time-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  background-color: #000000cc;
  font-size: 12px;
  text-align: center;
  line-height: 19px;
  padding: 0px 3px;
  border-radius: 2px;
  margin: 0px 3px 3px 0px;
}

.img-vdo-creator {
  height: 34px;
  width: 34px;

  margin-top: 5px;
  margin-right: 12px;

  border-radius: 9000%;
  object-fit: cover;
}

.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-primary {
  background-color: #12af58;
  color: #fff;
}

.border--success {
  border: 1px solid #12af5869;
}

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

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

.text-primary-muted {
  color: #3f4f47;
}

.text-primary-muted-dark {
  color: #292c2b;
}

.tag a {
  margin-bottom: 15px;
}

.article-img img {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
  /*border-radius: 12px;*/
}

.article-title h4 {
  margin-bottom: 0px;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  font-weight: bold;
}

.breadcrumb li {
  color: #00401c;
}

.breadcrumb-item.active {
  color: #00401c;
}

.progress {
  height: 0.5rem;
  background-color: #ffffff;
}

.progress-bar {
  background-color: #198754;
  border-radius: 10px;
}

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

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

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

.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
** -------------------------
**
*/

/**
** -------------------------
** End: Lesson View
** -------------------------
**
*/

.summary-lesson-box {
  /*border-radius: 10px;*/
  overflow: hidden;

  background: #eaf1ed3d;
}
/**
** -------------------------
** End: Lesson View
** -------------------------
**
*/

/**
** -------------------------
** Start: Spin
** -------------------------
**
*/
.spin-around {
  -webkit-animation-name: spinner;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 2s;
  animation-name: spinner;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 2s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;

  -webkit-transform-origin: center center; /* Chrome, Safari */
}

/* WebKit and Opera browsers */
@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(-360deg);
  }
} /* all other browsers */
@keyframes spinner {
  from {
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  to {
    -moz-transform: rotateY(-360deg);
    -ms-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
  }
}

/**
** -------------------------
** End: Spin
** -------------------------
**
*/
