body {
  overflow-x: hidden;
}

.wrapper {
  max-width: 1360px;
  margin: 0 auto;
}
a, a:hover, a:active, a:visited, a:focus { color: #b17500;}

/* Banner ===================================================================== */
.banner {
  position: relative;
  height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center; background-position: top center !important;
}
.banner h1, .banner h2 {
  margin-top: 100px;
  color: #fff;
  letter-spacing: 4px;
  font-size: 3rem;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
}

.bn-title-01 {
  font-size: 2rem;
  filter: drop-shadow(2px 1px 0px white);
}
.bn-title-01 b {
  color: #04caf7;
}

.bn-title-03 {
  font-size: 2rem;
  filter: drop-shadow(2px 1px 0px white);
}
.bn-title-03 b {
  color: #52ab41;
}

/* Page Title ===================================================================== */
.page-title {
  max-width: 1000px;
  font-size: 18px;
  padding: 50px 0 50px 0;
  margin: 0 auto;
  text-align: center;
}
.page-title a:hover {
  color: #04caf7;
}
.page-title ul, .page-title ol {
  padding-left: 20px;
  text-align: left;
}
.page-title h1 {
  margin-bottom: 50px;
  position: relative;
  font-weight: 400;
  font-size: 35px;
  text-align: center;
}
.page-title h1:after {
  content: ". . .";
  display: block;
  color: #b17500;
  font-size: 3rem;
  position: absolute;
  bottom: -35px;
  left: calc(50% - 25px);
}
.page-title h1 span {
  color: #04caf7;
}
.page-title p {
  font-weight: 200;
  font-size: 1rem;
  line-height: 2rem;
}

/* Breadcrumbs ======================================================================= */
.breadcrumbs {
  width: 100%;
  background: #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  border-top: 1px solid #f5f5f5;
}
.breadcrumbs ul {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.breadcrumbs ul li {
  position: relative;
  padding: 5px 0px 5px 30px;
  display: inline-block;
  font-size: 0.75rem;
  color: #b17500;
}
.breadcrumbs ul li a {
  color: #333;
}
.breadcrumbs ul li a:hover {
  color: #04caf7;
  text-decoration: underline;
}
.breadcrumbs ul li:before {
  position: absolute;
  bottom: 5px;
  right: -15px;
  content: "";
  transform: skew(-45deg, 0);
  height: 25%;
  width: 1px;
  background: #ccc;
  border-right: 1px solid #ccc;
}
.breadcrumbs ul li:after {
  position: absolute;
  top: 6px;
  right: -15px;
  content: "";
  transform: skew(45deg, 0);
  height: 25%;
  width: 1px;
  background: #ccc;
  border-right: 1px solid #ccc;
}

/* Pagination ======================================================================= */
.page-number {
  margin: 30px 0;
  text-align: center;
}
.page-number ul {
  list-style-type: none;
}
.page-number a {
  width: 30px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  margin: auto 5px;
  display: inline-block;
  color: #000;
}
.page-number a:hover {
  color: #04caf7;
  font-weight: 600;
}
.page-number a.page-active {
  border: 3px solid #04caf7;
  border-radius: 100%;
}
.page-number a.page-prev, .page-number a.page-next {
  border-radius: 100%;
  color: #fff;
  background-color: #04caf7;
}
.page-number a.page-prev li img {
  width: 15px;
  height: 15px;
  margin: 2px 0 0 0;
}
.page-number a.page-next li img {
  width: 15px;
  height: 15px;
  margin: 2px 0 0 2px;
}

/* Table Style ============================================================ */
.table-scroll {
  overflow-x: auto;
}

.model-table {
  width: 100%;
  min-width: 800px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.model-table thead tr {
  background: linear-gradient(45deg, #b17500, #231815);
  color: #fff;
}
.model-table thead tr th {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 1rem;
  font-weight: 600;
}
.model-table thead tr th:first-of-type {
  border-left: none;
}
.model-table th, .model-table td {
  padding: 7px;
  text-align: center;
  font-size: 0.9rem;
}
.model-table td {
  border-left: 1px solid #eee;
}
.model-table tbody tr {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}
.model-table tbody tr td:last-child {
  border-right: 1px solid #eee;
}
.model-table tbody tr:nth-of-type(odd) {
  background: #fff;
}
.model-table tbody tr:nth-of-type(even) {
  background: #fafafa;
}

.datatable {
  width: 100%;
  min-width: 800px;
}
.datatable th, .datatable td {
  padding: 7px 10px;
}
.datatable th {
  font-size: 0.9rem;
  color: #fff;
  background: linear-gradient(45deg, #b17500, #231815);
  border: solid 1px rgba(255, 255, 255, 0.3);
  font-weight: 600;
  text-transform: uppercase;
}
.datatable tr:nth-child(even) {
  background: #fafafa;
}
.datatable tr:nth-child(odd) {
  background: #fff;
}
.datatable td {
  font-size: 0.9rem;
  font-weight: 400;
  border-left: solid 1px #eee;
}
.datatable tbody tr:first-child {
  border-top: 1px solid #eee;
}
.datatable tbody tr:last-child {
  border-bottom: 1px solid #eee;
}
.datatable tbody tr td:last-child {
  border-right: 1px solid #eee;
}

/* Responsive =================================================================== */
@media only screen and (max-width: 480px) {
  .banner h1 {
    font-size: 1.5rem;
  }
}

/* Hashtag ===================================================================== */
.hashtag-common {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  margin-top: 20px;
}
.hashtag-common-icon {
  position: absolute;
  left: 5px;
  top: 0px;
}
.hashtag-common ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: 5px;
  margin-bottom: 5px;
}
.hashtag-common li {
  list-style: none;
}
.hashtag-common li a {
  display: block;
  font-size: 0.9rem;
  background-color: #e7e7e7;
  border: 1px solid #d9d9d9;
  padding: 5px 7px;
  margin-bottom: 10px;
  border-radius: 3px;
  margin-left: 10px;
  color: #8b8b8b;
  transition: all 0.5s;
}
.hashtag-common li a:hover, .hashtag-common li a.selected {
  color: #fff;
  font-weight: bold;
  background-color: #a3a3a3;
}
