@import url(normalize-scss/normalize.css);
html,
body {
  color: #fff;
  font-family: sans-serif;
}
html {
  background: #000000;
  height: 100%;
}
body {
  cursor: default;
  font-family: "Lato", sans-serif;
  line-height: 1.5;
}
p {
  margin: 0 0 1.5em 0;
}
table {
  border: 1px solid #fff;
  border-collapse: collapse;
}
table caption {
  font-family: "Anton", sans-serif;
  font-size: 32px;
  padding: 0 0 1em;
  text-transform: uppercase;
}
@media (min-width: 960px) {
  table caption {
    font-size: 48px;
  }
}
table th,
table td {
  border: 1px solid #ce1616;
  border-collapse: collapse;
  padding: 1em 2em;
  white-space: nowrap;
}


h2 {
  font-family: "Anton", sans-serif;
  font-size: 32px;
  margin: 0 0 1em;
}
@media (min-width: 960px) {
  h2 {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 60px;
  }
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
a {
  color: #e92e2e;
  display: inline-block;
  position: relative;
  text-decoration: none;
  z-index: 2;
}
a:hover {
  color: #fff;
}
a:hover::before {
  content: "";
  background-color: #e92e2e;
  display: block;
  position: absolute;
  top: -0.1em;
  left: -0.2em;
  bottom: -0.1em;
  right: -0.2em;
  z-index: -1;
}
.header {
  padding: 4% 5%;
  text-align: center;
}
.header img {
  display: inline-block;
}
.logo {
  display: inline-block;
  position: relative;
}
.logo .facebook {
  position: absolute;
  bottom: 0%;
  right: 3.5%;
}
@media (min-width: 960px) {
  .logo .facebook {
    bottom: 15%;
    right: 3.5%;
  }
}
.shedule {
  background-color: #e92e2e;
  margin: 0 auto;
  overflow: hidden;
  padding: 5%;
}
.shedule table {
  margin: 0 auto;
}
.training {
  border-color: #a01111;
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  text-rendering: optimizeLegibility;
  width: 100%;
  text-align: center;
}
@media (min-width: 960px) {
  .training {
    max-width: 700px;
  }
}
.training + .training {
  margin-top: 40px;
}
.training thead th {
  font-weight: 600;
}
.training .na {
  color: #a01111;
  display: inline-block;
  text-align: center;
}
@media (min-width: 960px) {
  .training .na {
    width: 100%;
  }
}
@media (max-width: 959px) {
  .training caption {
    background-image: none;
  }
  .training thead {
    display: none;
  }
  .training tbody td {
    display: block;
    padding: 0.6rem;
  }
  .training tbody tr td:first-child {
    background: #a01111;
    color: #fff;
  }
  .training tbody td:before {
    content: attr(data-th);
    font-weight: bold;
    display: inline-block;
    width: 160px;
  }
  .training tbody td:empty {
	display: none;
  }
}
.deco-1 {
  background-image: url(../assets/20230501-ThaiKoRing.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 34% 0 0;
}
.info {
  margin: 0 auto;
  max-width: 900px;
  padding: 5% 5% 8% 5%;
  text-align: center;
}
.bullet {
  color: #000;
  display: block;
  margin: 0;
}
@media (min-width: 640px) {
  .bullet {
    color: #333;
    display: inline-block;
    margin: 0 0.5%;
  }
}
.tilt {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.tilt__back,
.tilt__front {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tilt__back {
  position: relative;
}
.tilt__front {
  position: absolute;
  top: 0;
  left: 0;
}
