html{
  scroll-behavior: smooth;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, PingFang TC, "Microsoft JhengHei Fix", "Microsoft JhengHei", Arial, proxima-nova, "Helvetica Neue", Helvetica, sans-serif;
}

#topnav .navbar-custom {
    background-color: #1E180C !important;
    box-shadow: 0 1px 1px rgb(0 0 0 / 20%);
}

#topnav .navigation-menu > li > a:hover,
a:hover {
  color: #F7EBDB !important;
}

.hr-tour {
  padding: 10px 35px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 200;
  border-left: 1px solid #F2A853;
  border-right: 1px solid #F2A853;
  width: 90%;
  max-width: 480px;
  margin: auto;
  margin-top: 60px;
  color: #F2A853;
}

.hr-tour.lg {
  max-width: 720px;
}

.dark {
  color: rgb(255, 212, 162);
  background: #000 !important;
  border-bottom: 1px solid rgb(29, 23, 12) !important;
}

.widget-box-two p {
  font-size: 0.8em;
}

.text-black {
  color: #000 !important;
}

.text-dark {
  color: #212529 !important;
}

.text-main {
  color: #F2A853 !important;
}

.text-main-s {
  color: #F7EBDB !important;
}

.text-strong {
  font-weight: 900;
  font-size: 24px;
}

.text-thin {
  font-weight: 100;
  letter-spacing: 1px;
}

.text-success {
  color: #277262 !important;
}

.text-danger {
  color: #FF333F !important;
}

.text-red {
  color: #CA5757 !important;
}

.text-ok {
  color: #0A1E3B !important;
}

.hr-content {
  color: #F7EBDB;
  border: 0;
  font-size: 1.2em;
  letter-spacing: 1px;
  font-weight: 100;
  padding: 1em 0;
  position: relative;
}
.hr-content::before {
  content: attr(data-content);
  position: absolute;
  padding: 0 1ch;
  line-height: 1px;
  border:1px solid #4E3E20;
  border-width: 0 99vw;
  width: fit-content;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
}

.table td, .table th {
  border-top: 1px solid #9F9990;
}

.table thead th {
  border-bottom: 0.5px solid #9F9990;
}

.lg-label {
  color: #FFF;
  padding: .3em .6em .3em;
  font-size: 1.1em;
  margin: 5px;
  display: inline-block;
  border-radius: .25em;
  letter-spacing: 1px;
}

.lg-label.green {
  background: #277262;
}

.lg-label.red {
  background: #CA5757;
}

.lg-label.blue {
  background: #0A1E3B;
}

.lg-label.gray {
  background: #666;
}

.media-tb-lb span.li {
  background: #0395DC;
  color: #FFF;
  padding: .3em .6em .3em;
  font-size: 13.6px;
  margin: 5px;
  display: inline-block;
  border-radius: .25em;
}

.media-tb-lb span.li2 {
  background: #277262;
  color: #FFF;
  padding: .3em .6em .3em;
  font-size: 13.6px;
  margin: 5px;
  display: inline-block;
  border-radius: .25em;
}

ul.fb-ul {
  list-style: none;
  letter-spacing: 1px;
  font-size: 13.6px;
  text-align: left;
}

ul.fb-ul li.main {
  list-style: none;
  font-weight: 900;
}

ul.fb-ul li.sub1 {
  list-style: none;
  font-weight: 400;
  padding-left: 1em;
}

ul.fb-ul li.sub2 {
  list-style: none;
  font-weight: 200;
  padding-left: 2em;
}


.super-title {
  letter-spacing: 1px !important;
  font-weight: 200 !important;
  font-size: 1.8em !important;
}

.super-title-sm {
  letter-spacing: 1px !important;
  font-weight: 200 !important;
  font-size: 1.2em !important;
}

.footer-logo {
  display: inline-block;
  width: 90%;
  margin: 20px auto;
  max-width: 100px;
}