* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Kanit", sans-serif;
}

body {
  color: #fff;
  background-color: #150805;
  word-break: break-word;
  overflow-x: hidden !important;
}

strong {
  color: #1bbde8;
}
em {
  color: #ff7f50;
}
p a {
  color: #ffe000;
}
p a:hover {
  color: #dc143c;
}

p {
  color: #fff;
}

.txt-int {
  text-indent: 1em;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}
/* Articles */
.news-articles-img {
  overflow: hidden;
}
.view_date > span,
.tag__info > a span {
  color: #fff;
}
/* end */
.bg-navbar {
  background-color: #240e08;
}
.bg-footer {
  background-color: #683403;
}
.btn-logreg {
  background: linear-gradient(to bottom, #ffa309, #b65507);
}
.btn-logreg:hover {
  background: linear-gradient(to bottom, #ffa309 51%, #b65507 90%) !important;
}
.bg-marquee {
  background: linear-gradient(to right, #060402, #df7d1a 50%);
  border-radius: 0 0 2em 0;
}
.text_h1 {
  color: #ff943d;
}
/* content */
.mobile-register{
  display: none;
}