*, *::after, *::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  line-height: 1.15;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  background: #fff;
  display: flex;
  flex-direction: column;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  min-height: 100vh;
}

img {
  border-style: none;
  max-width: 100%;
}

ul, ol {
  list-style: none;
}

.container {
  margin: auto;
  max-width: 1200px;
  width: 90%;
}

.top-header {
  background: #0a4d68;
  color: #fff;
  padding: 10px 0;
}

.header-flex {
  align-items: center;
  display: flex;
}

.logo {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  margin-right: 15px;
}

.logo:hover {
  opacity: 0.85;
}

.logo img {
  display: block;
  height: 70px;
  width: auto;
}

.title h2 {
  font-size: 3rem;
  margin-bottom: 0.8rem;
}

.main-navbar {
  background: #088395;
  border-bottom: 0.2em solid #768692;
  height: 45px;
  z-index: 99;
}

.main-navbar ul {
  position: relative;
}

.main-navbar ul li {
  display: inline-block;
  float: left;
  margin-right: 2px;
}

.main-navbar ul li.active {
  background: #05bfdb;
}

.main-navbar ul li a {
  color: #fff;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  height: 45px;
  line-height: 45px;
  min-width: 70px;
  padding: 0 0.5em;
  text-align: center;
}

.main-navbar ul li:hover a {
  background: #05bfdb;
}

.main-navbar ul li:hover ul a {
  background: #f3f3f3;
  color: #2f3036;
  height: 35px;
  line-height: 35px;
}

.main-navbar ul li:hover ul a:hover {
  background: #05bfdb;
  color: #fff;
}

.main-navbar ul li ul {
  display: none;
  z-index: 9;
}

.main-navbar ul li ul li {
  display: block;
  float: none;
}

.main-navbar ul li ul li a {
  border-bottom: 0.1em dotted #bbb;
  min-width: 100px;
  padding: 0 25px 0 10px;
  text-align: left;
  width: auto;
}

.main-navbar ul li a:hover + .hidden, .hidden:hover {
  display: block;
}

.main-navbar .show-menu {
  cursor: pointer;
  display: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 10px 20px 10px 0;
  text-align: center;
}

.main-navbar input[type=checkbox] {
  display: none;
}

.main-navbar input[type=checkbox]:checked ~ #menu {
  display: block;
}

.ticker-wrap {
  background: #fff;
  border-bottom: 0.2em solid #990000;
  padding: 0.5em;
}

.ticker-box {
  color: #00f;
  overflow: hidden;
}

.ticker-box a, .ticker-box a:active, .ticker-box a:visited {
  color: #00f;
}

.ticker-box a:hover {
  color: #f90;
}

.banner {
  height: 300px;
  overflow: hidden;
  position: relative;
}

.slides {
  height: 100%;
  position: relative;
}

.slides img {
  display: none;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  transform: scale(1);
  transition: transform 6s linear;
  width: 100%;
}

.slides img.active {
  transform: scale(1.08);
}

.content {
  display: flex;
  flex: 1;
  flex-direction: row;
  flex-grow: 1;
  gap: 20px;
  margin: auto;
  width: 90%;
}

.sidebar {
  background: #f9f9f9;
  flex: 1;
  padding: 15px;
}

.sidebar li {
  margin: 0.3rem 0;
}

.sidebar li a {
  background: #088395;
  color: #fff;
  display: block;
  padding: 15px;
  text-decoration: none;
}

.sidebar li a:hover {
  background: #05bfdb;
  color: #fff;
}

.sidebar li a.active {
  background: #05bfdb;
  color: #fff;
}

.main-content {
  flex: 3;
  padding: 20px 20px 20px 0;
}

.home-main {
  display: flex;
  gap: 20px;
}

.home-content {
  background: #fff;
  border-radius: 6px;
  flex: 2;
  min-width: 0;
}

.home-sidebar {
  flex: 1;
}

.main {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  flex: 3;
  padding: 20px;
}

.main h1 {
  margin-bottom: 1.5rem;
}

.main img {
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

.main iframe {
  border: none;
  max-width: 100%;
  width: 100%;
}

.main p {
  text-align: justify;
}

.main ul, .main ol {
  margin: 1rem 0 1.2rem 0;
  padding-left: 1.5rem;
}

.main li::marker {
  font-size: 1em;
}

.main ul li, .main ol li {
  line-height: 1.5;
  margin-bottom: 0.4rem;
  padding-left: 0.6rem;
}

.main ul li:last-child, .main ol li:last-child {
  margin-bottom: 0;
}

.main ul ul, .main ol ol, .main ul ol, .main ol ul {
  margin-bottom: 0.4rem;
  margin-top: 0.4rem;
}

.main ul {
  list-style-type: disc;
}

.main ul ul {
  list-style-type: circle;
}

.main ul ul ul {
  list-style-type: square;
}

.main ol {
  list-style-type: decimal;
}

.main p {
  line-height: 1.3em;
}

.main p + p {
  margin-top: 10px;
}

.footer {
  background: #0a4d68;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 20px;
  padding: 10px;
  text-align: center;
}

.footer h2 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
}

.footer h3 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
}

.footer h4 {
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  font-weight: 500;
  margin-top: 1.5rem;
}

@font-face {
  font-display: block;
  font-family: "FAS";
  font-style: normal;
  font-weight: 900;
  src: url(fonts/fa-solid-900.eot);
  src: url(fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(fonts/fa-solid-900.woff2) format("woff2"), url(fonts/fa-solid-900.woff) format("woff"), url(fonts/fa-solid-900.ttf) format("truetype"), url(fonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fas {
  font-family: "FAS";
  font-weight: 900;
}

.fa, .fas {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.fa-lg {
  font-size: 1.33333rem;
  line-height: 0.75rem;
  vertical-align: -0.0667rem;
}

.fa-xs {
  font-size: 0.75rem;
}

.fa-sm {
  font-size: 0.875rem;
}

.fa-1x {
  font-size: 1rem;
}

.fa-2x {
  font-size: 2rem;
}

.fa-3x {
  font-size: 3rem;
}

.fa-4x {
  font-size: 4rem;
}

.fa-5x {
  font-size: 5rem;
}

.fa-6x {
  font-size: 6rem;
}

.fa-7x {
  font-size: 7rem;
}

.fa-8x {
  font-size: 8rem;
}

.fa-9x {
  font-size: 9rem;
}

.fa-10x {
  font-size: 10rem;
}

.fa-fw {
  text-align: center;
  width: 2rem;
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-double-down-arrow:before {
  content: "\f103";
}

.fa-email:before {
  content: "\f1fa";
}

.fa-error-circle:before {
  content: "\f057";
}

.fa-home:before {
  content: "\e065";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-success-circle:before {
  content: "\f058";
}

.fa-warning-circle:before {
  content: "\f071";
}

a {
  background-color: transparent;
  color: #00f;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:visited {
  color: #00f;
}

a:active, a:hover {
  color: #f90;
}

a:focus {
  outline: 2px solid #3498DB;
}

a.btn-submit:visited {
  color: #fff;
}

abbr[title] {
  border-bottom: none;
  cursor: pointer;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bold;
}

hr {
  box-sizing: content-box;
  border-top: 0.005rem solid #000;
  margin: 0.8rem 0;
  overflow: visible;
}

p {
  line-height: 1.3em;
}

p + p {
  margin-top: 10px;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  background: #ECF0F1;
  border: 0.05rem solid #000;
  border-radius: 0.5rem;
  margin: 0.5rem;
  padding: 1rem;
}

legend {
  background: #424242;
  border-radius: 0.5rem;
  color: #fff;
  font-weight: 600;
  padding: 0.8rem 1rem;
  white-space: normal;
}

input, select, textarea {
  background: #fff;
  color: #000;
}

textarea {
  overflow: auto;
}

input:required, select:required, textarea:required {
  border-left: 0.35rem solid red !important;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

::placeholder {
  color: #777;
  opacity: 0.7;
}

:-ms-input-placeholder {
  color: #777;
}

::-ms-input-placeholder {
  color: #777;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[hidden] {
  display: none;
}

.btn-cls-msg {
  color: #888;
  cursor: pointer;
  float: right;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 2rem;
  margin-left: 2rem;
  transition: color 0.3s ease;
}

.btn-cls-msg:hover {
  color: #000;
}

.frm-data {
  margin: 0.8rem auto;
}

.frm-data p + p {
  margin-top: 0;
}

.frm-data input[type=text], .frm-data input[type=password], .frm-data input[type=email], .frm-data input[type=url], .frm-data input[type=date], .frm-data input[type=month], .frm-data input[type=time], .frm-data input[type=datetime], .frm-data input[type=datetime-local], .frm-data input[type=week], .frm-data input[type=number], .frm-data input[type=search], .frm-data input[type=tel], .frm-data input[type=color], .frm-data input[type=file], .frm-data select, .frm-data textarea {
  border: 0.1rem solid #9C9C9C;
  border-radius: 0.4rem;
  box-shadow: inset 0 0.1rem 0.3rem #ddd;
  box-sizing: border-box;
  display: inline-block;
  padding: 0.8rem;
  vertical-align: middle;
}

.frm-data input:not([type]) {
  border: 0.1rem solid #ccc;
  border-radius: 0.4rem;
  box-shadow: inset 0 0.1rem 0.3rem #ddd;
  box-sizing: border-box;
  display: inline-block;
  padding: 0.5rem 0.6rem;
}

.frm-data input[type=color] {
  padding: 0.2rem 0.5rem;
}

.frm-data input[type=text]:focus, .frm-data input[type=password]:focus, .frm-data input[type=email]:focus, .frm-data input[type=url]:focus, .frm-data input[type=date]:focus, .frm-data input[type=month]:focus, .frm-data input[type=time]:focus, .frm-data input[type=datetime]:focus, .frm-data input[type=datetime-local]:focus, .frm-data input[type=week]:focus, .frm-data input[type=number]:focus, .frm-data input[type=search]:focus, .frm-data input[type=tel]:focus, .frm-data input[type=color]:focus, .frm-data select:focus, .frm-data textarea:focus {
  border-color: #129fea;
  outline: 0;
}

.frm-data input:not([type]):focus {
  border-color: #129fea;
  outline: 0;
}

.frm-data input[type=file]:focus, .frm-data input[type=radio]:focus, .frm-data input[type=checkbox]:focus {
  outline: thin solid #129fea;
  outline: 0.1rem auto #129fea;
}

.frm-data input[type=file]:focus:invalid:focus, .frm-data input[type=radio]:focus:invalid:focus, .frm-data input[type=checkbox]:focus:invalid:focus {
  outline-color: #e9322d;
}

.frm-data .frm-checkbox, .frm-data .frm-radio {
  display: block;
  margin: 0.5rem 0;
}

.frm-data input[type=text][disabled], .frm-data input[type=password][disabled], .frm-data input[type=email][disabled], .frm-data input[type=url][disabled], .frm-data input[type=date][disabled], .frm-data input[type=month][disabled], .frm-data input[type=time][disabled], .frm-data input[type=datetime][disabled], .frm-data input[type=datetime-local][disabled], .frm-data input[type=week][disabled], .frm-data input[type=number][disabled], .frm-data input[type=search][disabled], .frm-data input[type=tel][disabled], .frm-data input[type=color][disabled], .frm-data select[disabled], .frm-data textarea[disabled] {
  background-color: #eaeded;
  color: #cad2d3;
  cursor: not-allowed;
}

.frm-data input:not([type])[disabled] {
  background-color: #eaeded;
  color: #cad2d3;
  cursor: not-allowed;
}

.frm-data input[readonly], .frm-data select[readonly], .frm-data textarea[readonly] {
  background-color: #eee;
  border-color: #ccc;
  color: #d91318;
}

.frm-data input:focus:invalid, .frm-data textarea:focus:invalid, .frm-data select:focus:invalid {
  border-color: #e9322d;
  color: #b94a48;
}

.frm-data select {
  background-color: white;
  border: 0.1rem solid #ccc;
}

.frm-data select[multiple] {
  height: auto;
}

.frm-data label {
  margin: 0.5rem 0 0.2rem;
}

.frm-data input[type=checkbox] {
  margin: 0.6rem 0 0.2rem;
}

.frm-control-group {
  align-items: center;
  display: grid;
  gap: 0 0.5rem;
  grid-template-columns: 0.25fr 0.75fr;
  margin-bottom: 0.8rem;
}

.frm-control-group input, .frm-control-group select, .frm-control-group textarea {
  width: 100%;
}

.frm-control-group label {
  text-align: right;
}

.form-field-error {
  animation: fadeIn 0.2s ease-in-out;
  color: #d93025;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 auto 0.8rem auto;
}

p.form-field-error:not(:empty) {
  text-align: center;
}

.btn-submit {
  background-color: #125bd6;
  border: none;
  border-radius: 0.5rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 0.8rem 1rem;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}

.btn-submit:active {
  transform: scale(0.98);
}

.btn-submit:hover {
  background-color: #5691f1;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  color: #fff;
  transform: scale(1.05);
}

.btn-submit:disabled {
  background: #c0c0c0;
  cursor: not-allowed;
}

.success-msg {
  background: #e6f9f0;
  border-left: 4px solid #22c55e;
  border-radius: 6px;
  color: #166534;
  font-weight: 500;
  margin-top: 1.5rem;
  padding: 1rem 1.5rem;
  text-align: center;
}

.align-center {
  text-align: center !important;
}

.align-left {
  text-align: left !important;
}

.align-right {
  text-align: right !important;
}

.text-bold {
  font-weight: bold !important;
}

.text-del {
  text-decoration: line-through;
}

.text-italic {
  font-style: italic !important;
}

.text-underline {
  text-decoration: underline;
}

.text-error {
  color: #d91318 !important;
}

.text-info {
  color: #00529b !important;
}

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

.text-warning {
  color: #9f6000 !important;
}

.text-yellow {
  color: #ff0 !important;
}

.img-left {
  float: left !important;
  margin: 0 10px 0 10px;
}

.img-right {
  float: right !important;
  margin: 0 0 10px 10px;
}

.qr-img {
  height: auto;
  max-width: 100%;
  width: 300px;
}

.mt-1 {
  margin-top: 1rem !important;
}

.brdblack {
  border: 0.1rem solid #000;
}

.error-msg-box, .info-msg-box, .success-msg-box, .warning-msg-box {
  border-radius: 0.5rem;
  font-weight: bold;
  margin: 0.3rem auto;
  padding: 0.8rem;
  text-align: center;
}

.error-msg-box i, .info-msg-box i, .success-msg-box i, .warning-msg-box i {
  margin: 0.5rem 1rem;
  vertical-align: middle;
}

.error-msg-box {
  background: #ffd2d2;
  border: 0.05rem solid #d91318;
  color: #d91318;
}

.info-msg-box {
  background-color: #bde5f8;
  border: 0.05rem solid #00529b;
  color: #00529b;
}

.success-msg-box {
  background-color: #dff2bf;
  border: 0.05rem solid #4f8a10;
  color: #4f8a10;
}

.warning-msg-box {
  background-color: #feefb3;
  border: 0.05rem solid #9f6000;
  color: #9f6000;
}

.card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  color: #0a4d68;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 1.5rem;
  padding: 25px 20px;
  text-align: center;
  transition: all 0.25s ease;
}

.card:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  transform: translateY(-5px);
}

.card img {
  display: block;
  height: auto;
  width: 100%;
}

.card h3 {
  font-size: 18px;
  margin-top: 10px;
}

.card p {
  font-size: 14px;
  margin-top: 10px;
}

.multifiles-wrap {
  margin-bottom: 20px;
}

.multifiles-wrap li, .singlefile-wrap li {
  margin-bottom: 10px;
}

.multifiles-wrap a, .singlefile-wrap a {
  background: #f4f4f4;
  border: 1px solid #ddd;
  display: inline-block;
  padding: 8px 14px;
  text-decoration: none;
  transition: 0.3s;
}

.multifiles-wrap a:hover, .singlefile-wrap a:hover {
  background: #e6e6e6;
}

.multiphotos-wrap {
  margin: 20px 0;
}

.col3-grids {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}

.photo-wrap img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

.script-wrap {
  margin-bottom: 30px;
}

.script-wrap iframe, .singlefile-wrap iframe {
  max-width: 100%;
  width: 100%;
}

.text-wrap {
  line-height: 1.7;
}

.text-wrap img.img-left {
  float: left;
  height: auto;
  margin: 0 15px 10px 0;
  max-width: 150px;
}

.text-wrap::after {
  clear: both;
  content: "";
  display: block;
}

.singlefile-wrap, .singlephoto-wrap {
  margin-bottom: 30px;
}

.pagination-link {
  margin-top: 20px;
  text-align: center;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 6px;
  justify-content: center;
  list-style: none;
  margin: 15px 0;
  padding: 0;
}

.pagination li {
  display: inline-block;
}

.pagination li a {
  cursor: pointer;
}

.pagination li a, .pagination li span {
  background: #f9f9f9;
  border: 1px solid #ccc;
  border-color: #bbb;
  border-radius: 4px;
  color: #222;
  display: inline-block;
  min-width: 38px;
  padding: 6px 12px;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.pagination li a:focus {
  outline: 2px solid #666;
  outline-offset: 2px;
}

.pagination li a:hover {
  background: #eee;
}

.pagination li.active span {
  background: #bbb;
  border-color: #999;
  color: white;
  font-weight: bold;
}

.pagination li.disabled span {
  background: #f5f5f5;
  border-color: #eee;
  color: #aaa;
  cursor: default;
}

.cd-top {
  background: #111;
  border-radius: 50%;
  bottom: 2rem;
  height: 4.4rem;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 2rem;
  transition: opacity 0.25s ease, transform 0.25s ease;
  width: 4.4rem;
}

.cd-top::before {
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  height: 1.2rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -30%) rotate(45deg);
  width: 1.2rem;
}

.cd-top:hover {
  transform: translateY(-4px);
}

.cd-is-visible {
  opacity: 1;
  pointer-events: auto;
}

.contact-form {
  margin-top: 1rem;
}

.important-links {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}

.links-track {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: center;
  width: max-content;
}

.link-item {
  align-items: center;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  display: flex;
  height: 60px;
  justify-content: center;
  padding: 10px;
  width: 160px;
}

.link-item:hover {
  transform: translateY(-2px);
  transition: 0.2s ease;
}

.link-item img {
  height: 40px;
  object-fit: contain;
  width: 140px;
}

@keyframes scrollLinks {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.links-track.scroll {
  animation: scrollLinks 60s linear infinite;
  justify-content: flex-start;
}

.links-track.scroll:hover {
  animation-play-state: paused;
}

.two-cols {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(2, 1fr);
  margin: 1.5rem 0;
}

.albums-grid {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(3, 1fr);
  margin: 1.5rem 0;
}

.alb-box {
  background: #ededed;
  border: 1px solid #333;
  height: 250px;
  padding: 10px;
}

.alb-box:hover {
  background: #eaf7e9;
}

.alb-box img {
  height: 150px;
  margin-bottom: 0.3em;
  object-fit: contain;
  width: 100%;
}

.alb-name p {
  margin: 0.3em;
  text-align: center;
}

figcaption {
  text-align: center;
}

figcaption h4 {
  margin: 0.5em 0;
}

table {
  border-spacing: 0;
  empty-cells: show;
  margin: 0.5rem auto;
  table-layout: fixed;
  width: 100%;
}

table caption {
  color: #000;
  font: italic 85%/1 arial, sans-serif;
  padding: 1rem 0;
  text-align: center;
}

table td {
  background-color: transparent;
  vertical-align: middle;
  word-wrap: break-word;
}

table td:first-child, table th:first-child {
  border-left-width: 0;
}

table th:first-child.brd-left, table td:first-child.brd-left {
  border-left-width: 0.1rem;
}

table td:first-child.brd-left {
  border-left-width: 0.1rem;
}

table thead {
  background: #e0e0e0;
  color: #000;
  font-weight: bold !important;
  text-align: center;
  vertical-align: bottom;
}

table p {
  line-height: 1.5;
}

table td, table th {
  border-left: 0.1rem solid #cbcbcb;
  border-width: 0 0 0 0.1rem;
  font-size: inherit;
  overflow: visible;
  padding: 0.5rem 1rem;
}

table th {
  font-weight: bold !important;
}

table .vert-mid {
  vertical-align: middle;
}

table .vert-top {
  vertical-align: top;
}

table.display img {
  width: 18rem;
}

tr {
  transition: color 0.3s ease;
}

tr:hover {
  background: #feefb3 !important;
}

table.nohov tr:hover, tr.nohov:hover {
  background: none !important;
}

table.bordered thead tr {
  background: #d8d8d8 !important;
}

.bordered {
  border: 0.1rem solid #cbcbcb;
}

.bordered tr:nth-child(2n-1) {
  background-color: #f2f2f2;
}

.bordered td, .bordered th {
  border-left: 0.1rem solid #cbcbcb;
  border-bottom: 0.1rem solid #cbcbcb;
  padding: 1rem 0.8rem;
}

.bordered tbody > tr:last-child > td {
  border-bottom-width: 0;
}

.bordered tfoot > tr:first-child > td {
  border-top: 0.1rem solid #000;
}

@media (max-width: 1024px) {
  .banner {
    height: 240px;
  }
}
@media (max-width: 768px) {
  .header-flex {
    display: block;
    text-align: center;
  }
  .title h2 {
    font-size: 2.5rem;
  }
  .main-navbar {
    background: #dbdbdb;
    height: 50px;
  }
  .main-navbar ul {
    display: none;
    position: relative;
    z-index: 9999;
  }
  .main-navbar ul li {
    background: #0032a0;
    margin-bottom: 1px;
  }
  .main-navbar ul li, li a {
    color: #000;
    width: 100%;
  }
  .main-navbar .show-menu {
    display: block;
  }
  .banner {
    height: 180px;
  }
  .content {
    flex-direction: column-reverse;
    width: 98%;
  }
  .main-content {
    padding: 20px;
  }
  .home-main {
    flex-direction: column;
  }
  .sidebar {
    flex: 1 1 auto;
  }
  .albums-grid, .frm-control-group {
    display: block;
  }
  .rtable {
    border-collapse: collapse;
    border-spacing: 0;
    display: inline-block;
    max-width: 100%;
    overflow-x: auto;
    vertical-align: top;
    white-space: nowrap;
  }
  .rtable {
    -webkit-overflow-scrolling: touch;
    background-size: 10px 100%, 10px 100%;
    background-attachment: scroll, scroll;
    background-repeat: no-repeat;
  }
  .rtable td:first-child {
    background-repeat: no-repeat;
    background-size: 20px 100%;
  }
  .rtable td:last-child {
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 20px 100%;
  }
  .rtable th {
    font-size: 11px;
    text-align: left;
    text-transform: uppercase;
  }
  .rtable th, .rtable td {
    padding: 6px 12px;
  }
  .frm-control-group input, .frm-control-group select, .frm-control-group textarea {
    margin-top: 0.5rem;
  }
  .frm-data label {
    display: block;
  }
  .frm-control-group label {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .title h2 {
    font-size: 2.2rem;
  }
  .banner {
    height: 140px;
  }
}

/*# sourceMappingURL=style.css.map */
