html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1;
  font-family: "Montserrat", sans-serif; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #1560c5; }

a {
  text-decoration: none;
  color: #1560c5 !important; }

.d-flex {
  display: flex; }

.container {
    max-width: 1320px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.btn-lp {
  background-color: #cf2030;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 13px;
  box-shadow: 3.06px 2.57px 5px rgba(0, 0, 0, 0.25);
  padding: 16px 0;
  font-size: 32px;
  font-weight: 500; }
  .btn p {
    color: #fff; }
  .btn img {
    width: 44px;
    height: 44px; }

.sc-banner {
  background: url("../images/banner.webp") no-repeat center;
  background-size: cover; }
  .sc-banner-inner {
    padding: 116px 0 118px;
    max-width: 777px;
    width: 100%; }
    .sc-banner-inner .logo {
      width: 480px;
      margin-bottom: 44px; }
      .sc-banner-inner .logo img {
        width: 100%;
        height: auto; }
    .sc-banner-inner .sc-banner-content h1 {
      font-size: 72px;
      margin-bottom: 38px;
      color: #1b4d96;
      line-height: 1.2;
      font-weight: 500;
      letter-spacing: -5px; }
    .sc-banner-inner .sc-banner-content .txt-slogan {
      font-size: 37px;
      line-height: 1.5;
      color: #000;
      margin-bottom: 53px;
      font-weight: bold; }
    .sc-banner-inner .btn-register {
      background-color: #cf2030;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-size: 33px;
      line-height: 1.5;
      width: 100%;
      gap: 50px;
      border-radius: 13px;
      box-shadow: 3.06px 2.57px 5px rgba(0, 0, 0, 0.25);
      padding: 34px 0; }
      .sc-banner-inner .btn-register p {
        color: #fff; }
      .sc-banner-inner .btn-register span {
        font-weight: bold;
        color: #fff; }
      .sc-banner-inner .btn-register img {
        width: 53px;
        height: 53px; }

.h2-title {
  padding: 0 66px 17px;
  font-size: 52px;
  border-bottom: 3px solid #1560c5;
  margin: 0 auto;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 63px; }
  .h2-title span {
    font-weight: 400; }

  .sc-resgister a {
      display: block;
  }

.sc-intro-inner {
  padding: 76px 0 61px;
  text-align: center; }
  .sc-intro-inner .txt-intro {
    color: #000;
    font-size: 24px;
    line-height: 1.8;
    margin-bottom: 83px; }
    .sc-intro-inner .txt-intro span {
      color: #1560c5;
      font-weight: bold; }
  .sc-intro-inner .wrap-benefit {
    gap: 45px 85px;
    flex-wrap: wrap;
    margin-bottom: 100px; }
    .sc-intro-inner .wrap-benefit .item {
      width: calc((100% - 85px) / 2);
      padding: 30px 60px;
      border: 4px solid #1560c5;
      border-radius: 16px; }
      .sc-intro-inner .wrap-benefit .item .wrap-img {
        height: 95px;
        margin-bottom: 16px; }
        .sc-intro-inner .wrap-benefit .item .wrap-img img {
          height: 100%;
          width: auto; }
      .sc-intro-inner .wrap-benefit .item .txt-title {
        font-size: 32px;
        color: #1560c5;
        line-height: 1.4;
        font-weight: bold; }
      .sc-intro-inner .wrap-benefit .item .txt-desc {
        color: #000 !important;
        line-height: 1.4;
        font-size: 24px; }
        .sc-intro-inner .wrap-benefit .item .txt-desc ul {
          list-style: disc;
          text-align: left; }
          .sc-intro-inner .wrap-benefit .item .txt-desc ul li {
            color: #000; }
        .sc-intro-inner .wrap-benefit .item .txt-desc p {
          color: #000;
          line-height: 1.4;
          margin-bottom: 12px;
          text-align: justify; }
  .sc-intro-inner .txt-info-more p {
    margin-bottom: 58px; }
  .sc-intro-inner .txt-info-more p,
  .sc-intro-inner .txt-info-more a {
    font-size: 24px;
    line-height: 1.85;
    color: #000; }
    .sc-intro-inner .txt-info-more a {
        font-size: 32px;
    }
    .sc-intro-inner .txt-info-more span {
        font-size: 37px;
        line-height: 1.85;
        font-weight: bold;
        color: #1560c5;
    }
  .sc-intro-inner .btn-calendar {
    margin-bottom: 120px; }

.btn-detail-service,
.btn-calendar {
  max-width: 540px;
  margin-bottom: 58px !important;
  width: 100%;
  margin: 0 auto;
  position: relative;
  font-size: 32px;
  color: #fff !important;
  padding: 10px 0;
  line-height: 1.85; }
  .btn-detail-service img,
  .btn-calendar img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px; }

.sc-resgister {
  background-color: #cf2030;
  padding: 55px 0; }
  .sc-resgister .container {
    position: relative; }
  .sc-resgister p {
    color: #fff;
    text-align: center;
    line-height: 1.3;
    font-size: 47px;
    font-weight: bold; }
  .sc-resgister img {
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
    width: 78px; }

.sc-instructors {
  padding: 115px 0 0; }
  .sc-instructors-inner {
    text-align: center; }
    .sc-instructors-inner h2 {
      text-align: center;
      color: #1b4d96;
      margin-bottom: 87px; }
    .sc-instructors-inner .instructors-list {
      display: block; }
      .sc-instructors-inner .instructors-list .instructor-item {
        display: flex;
        gap: 100px;
        align-items: center;
        margin-bottom: 85px; }
        .sc-instructors-inner .instructors-list .instructor-item:nth-child(even) img {
          order: 1; }
        .sc-instructors-inner .instructors-list .instructor-item img {
          width: 610px;
          height: 610px;
          object-fit: cover; }
        .sc-instructors-inner .instructors-list .instructor-item .instructor-info {
          text-align: left; }
          .sc-instructors-inner .instructors-list .instructor-item .instructor-info h3 {
            font-size: 52px;
            padding: 0 20px 10px;
            border-bottom: 3px solid #1560c5;
            margin-bottom: 34px;
            display: inline-block;
            font-weight: bold; }
          .sc-instructors-inner .instructors-list .instructor-item .instructor-info p {
            font-size: 21px;
            line-height: 1.6;
            color: #000; }

.sc-membership {
  padding: 16px 0 120px; }
  .sc-membership-inner {
    text-align: center; }
    .sc-membership-inner .membership-table {
      width: 100%;
      border-collapse: collapse; }
      .sc-membership-inner .membership-table th,
      .sc-membership-inner .membership-table td {
        border: 2px solid #fff;
        padding: 15px;
        text-align: center;
        color: #000;
        font-size: 18px; }
      .sc-membership-inner .membership-table th {
        background-color: #1560c5 !important;
        color: #fff;
        font-weight: bold;
        padding: 15px;
        vertical-align: middle;
        border-bottom: 5px solid #fff;
        font-size: 24px;
        line-height: 1.5;
        width: calc(50% / 3); }
        .sc-membership-inner .membership-table th:first-child {
          width: 200px; }
        .sc-membership-inner .membership-table th:last-child {
          width: 50%; }
      .sc-membership-inner .membership-table tr {
        font-size: 26px;
        vertical-align: middle; }
        .sc-membership-inner .membership-table tr:nth-child(even) td {
          background-color: #ebecee; }
        .sc-membership-inner .membership-table tr:nth-child(odd) td {
          background-color: #bfd7f8; }
        .sc-membership-inner .membership-table tr td {
          font-size: 21px;
          line-height: 1.5;
          padding: 15px;
          vertical-align: middle;
          border: 2px solid #fff;
          font-weight: bold; }
          .sc-membership-inner .membership-table tr td span {
            font-size: 20px;
            color: #000;
            font-weight: 400; }
        .sc-membership-inner .membership-table tr td:first-child {
          vertical-align: middle;
          background-color: #1560c5;
          color: #fff;
          font-weight: bold; }
        .sc-membership-inner .membership-table tr td:last-child {
          text-align: left;
          font-size: 16px; }
          .sc-membership-inner .membership-table tr td:last-child span {
            font-weight: bold;
            color: #ff1111;
            font-size: 16px; }

.text-center {
  text-align: center !important; }

.sc-testimonials {
  padding: 125px 0 45px;
  background-color: #fff; }
  .sc-testimonials-inner {
    text-align: center; }
    .sc-testimonials-inner h2 {
      margin-bottom: 80px;}
    .sc-testimonials-inner h2 span {
       font-weight: bold;
    }
    .sc-testimonials-inner .testimonial-item {
      background: #fff;
      padding: 30px 50px 50px;
      margin-bottom: 70px;
      text-align: left;
      border: 1px solid #b4b4b4;
      box-shadow: 3.06px 2.57px 5px rgba(0, 0, 0, 0.25); }
      .sc-testimonials-inner .testimonial-item .testimonial-header {
        font-size: 32px;
        color: #000;
        line-height: 1.5;
        font-weight: bold;
        margin-bottom: 50px; }
      .sc-testimonials-inner .testimonial-item .testimonial-content {
        gap: 30px;
        align-items: center; }
        .sc-testimonials-inner .testimonial-item .testimonial-content > div {
          width: calc((100% - 30px) / 2); }
          .sc-testimonials-inner .testimonial-item .testimonial-content > div img {
            width: 100%; }
          .sc-testimonials-inner .testimonial-item .testimonial-content > div p {
            color: #000;
            font-size: 21px;
            line-height: 1.5; }
          .sc-testimonials-inner .testimonial-item .testimonial-content > div a {
            font-size: 21px;
            line-height: 1.5;
            display: block; }

.register-banner {
  background-color: #cf2030;
  padding: 30px 0;
  text-align: center;
  position: relative; }
  .register-banner h2 {
    color: #fff;
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 0;
    font-weight: bold; }
  .register-banner .arrow-icon {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: auto; }

.wrap-btn-bot {
  margin-top: 100px; }

@media screen and (max-width: 1440px) {
  .sc-banner-inner {
    padding: 50px 0; }

  .sc-banner-inner .sc-banner-content h1 {
    font-size: 62px; }

  .sc-banner-inner .sc-banner-content .txt-slogan {
    font-size: 32px; }

  .sc-intro-inner {
    padding: 50px 0 0; }

  .h2-title {
    padding-inline: 0;
    font-size: 40px;
    margin-bottom: 40px; }

  .sc-banner-inner .btn-register {
    font-size: 32px; }

  .sc-intro-inner .txt-intro {
    font-size: 24px;
    margin-bottom: 40px; }

  .sc-intro-inner .wrap-benefit {
    gap: 20px;
    margin-bottom: 40px; }

  .sc-intro-inner .wrap-benefit .item {
    width: calc((100% - 20px) / 2);
    padding: 30px 40px; }

  .sc-intro-inner .wrap-benefit .item .txt-desc p {
    font-size: 18px; }

  .sc-intro-inner .txt-info-more p {
    font-size: 24px;
    margin-bottom: 40px; }

  .sc-intro-inner .txt-info-more a {
    font-size: 32px; }

  .sc-resgister p {
    font-size: 40px; }

  .sc-instructors-inner .instructors-list .instructor-item {
    gap: 20px;
    margin-bottom: 40px; }
    .sc-instructors-inner .instructors-list .instructor-item img {
      width: 300px;
      height: 300px; }

  .sc-instructors-inner h2 {
    margin-bottom: 40px; }

  .sc-instructors-inner .instructors-list .instructor-item .instructor-info h3 {
    font-size: 32px;
    margin-bottom: 5px; }

  .sc-instructors-inner .instructors-list .instructor-item .instructor-info p {
    font-size: 18px; }

  .sc-membership {
    padding-bottom: 40px; }

  .sc-testimonials {
    padding: 80px 0 40px; }

  .sc-testimonials-inner h2 {
    margin-bottom: 40px; } }
.sc-intro-inner .wrap-benefit .item .txt-desc {
    font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .wrap-table {
    overflow-x: scroll; }
    .wrap-table table {
      min-width: 700px; }

  .sc-banner {
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("../images/banner.jpg") no-repeat center/cover; }

  .sc-banner-inner .logo {
    width: 350px;
    margin-bottom: 20px; }

  .sc-banner-inner {
    max-width: unset;
    padding: 30px 0; }

  .sc-banner-inner .btn-register {
    font-size: 24px;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    padding: 30px; }

  .sc-banner-inner .sc-banner-content .txt-slogan {
    margin-bottom: 20px;
    font-size: 30px; }

  .sc-banner-inner .sc-banner-content h1 {
    margin-bottom: 20px;
    font-size: 50px; }

  .sc-intro-inner {
    padding: 30px 0; }

  .h2-title {
    font-size: 24px;
    margin-bottom: 20px; }

  .sc-intro-inner .txt-intro {
    font-size: 18px;
    margin-bottom: 20px; }

  .sc-intro-inner .wrap-benefit .item {
    padding: 20px; }
    .sc-intro-inner .wrap-benefit .item .txt-title {
      font-size: 24px; }

  .sc-intro-inner .wrap-benefit .item .txt-desc ul {
    list-style: none;
    font-size: 16px; }

  .sc-intro-inner .wrap-benefit .item .txt-desc p {
    font-size: 16px; }

  .sc-intro-inner .wrap-benefit {
    margin-bottom: 20px; }

  .sc-intro-inner .txt-info-more p {
    font-size: 24px;
    margin-bottom: 20px; }

  .sc-intro-inner .txt-info-more span {
    font-size: 24px; }

  .sc-intro-inner .txt-info-more a {
    font-size: 24px;
    max-width: 400px; }

  .btn-lp img {
    width: 30px;
    height: 30px; }

  .btn-detail-service,
  .btn-calendar {
    margin-bottom: 20px !important; }

  .sc-resgister p {
    font-size: 30px; }

  .sc-resgister img {
    width: 45px; }

  .sc-instructors {
    padding: 40px 0 0; }

  .sc-instructors-inner h2 {
    margin-bottom: 20px; }

  .sc-instructors-inner .instructors-list .instructor-item {
    flex-wrap: wrap;
    text-align: center; }
    .sc-instructors-inner .instructors-list .instructor-item:nth-child(even) img {
      order: unset; }
    .sc-instructors-inner .instructors-list .instructor-item img {
      margin: 0 auto;
      margin-bottom: 0; }

  .sc-instructors-inner .instructors-list .instructor-item .instructor-info {
    text-align: center; }
    .sc-instructors-inner .instructors-list .instructor-item .instructor-info h3 {
      font-size: 24px; }
    .sc-instructors-inner .instructors-list .instructor-item .instructor-info p {
        font-size: 16px;
        text-align: justify;
        margin-left: 50px;
        margin-right: 50px;}

  .sc-membership-inner .membership-table th:first-child {
    width: calc(50% / 3); }

  .sc-membership-inner .membership-table tr {
    font-size: 16px !important; }

  .sc-membership-inner .membership-table tr td,
  .sc-membership-inner .membership-table th {
    font-size: 16px !important;
    padding: 10px; }

  .sc-membership-inner .membership-table tr td span {
    font-size: 16px; }

  .sc-membership-inner .membership-table tr td:last-child span {
    font-size: 16px; }

  .sc-testimonials {
    padding: 40px 0 20px; }

  .sc-testimonials-inner .testimonial-item {
    padding: 20px;
    margin-bottom: 20px; }

  .sc-testimonials-inner .testimonial-item .testimonial-header {
    font-size: 20px;
    margin-bottom: 20px; }

  .sc-testimonials-inner .testimonial-item .testimonial-content {
    flex-wrap: wrap;
    gap: 10px; }
    .sc-testimonials-inner .testimonial-item .testimonial-content .wrap-img {
      width: 100%; }
    .sc-testimonials-inner .testimonial-item .testimonial-content .txt-content {
      width: 100%; }
      .sc-testimonials-inner .testimonial-item .testimonial-content .txt-content a,
      .sc-testimonials-inner .testimonial-item .testimonial-content .txt-content p {
        font-size: 16px; }

  .wrap-btn-bot {
    margin-top: 40px; }

  .btn-detail-service,
  .btn-calendar {
    font-size: 24px;
    max-width: 400px; } }
@media screen and (max-width: 768px) {
  .sc-banner-inner {
    padding: 20px 0; }

  .sc-banner-inner .logo {
    width: 250px;
    margin-bottom: 10px; }

  .sc-banner-inner .sc-banner-content h1 {
    font-size: 30px;
    letter-spacing: 0;
    margin-bottom: 10px; }

  .sc-banner-inner .sc-banner-content .txt-slogan {
    font-size: 20px; }

  .sc-banner-inner .btn-register {
    gap: 20px;
    font-size: 18px;
    padding: 20px; }
    .sc-banner-inner .btn-register img {
      width: 40px; }

  .h2-title {
    font-size: 18px;
    line-height: 1.5; }

  .sc-intro-inner .txt-intro {
    font-size: 16px; }

  .sc-intro-inner .wrap-benefit .item {
    width: 100%; }

  .sc-intro-inner .wrap-benefit .item .wrap-img {
    height: 75px; }

  .sc-intro-inner .wrap-benefit .item .txt-title {
    font-size: 18px; }

  .sc-intro-inner .wrap-benefit .item .txt-desc p,
  .sc-intro-inner .wrap-benefit .item .txt-desc ul li {
    font-size: 16px; }

  .sc-intro-inner .txt-info-more p,
  .sc-intro-inner .txt-info-more span {
    font-size: 16px; }

  .sc-intro-inner .txt-info-more a {
    font-size: 16px; }

  .sc-resgister {
    padding: 30px 0; }
    .sc-resgister img {
      width: 15px;
      right: 20px; }

  .sc-resgister p {
    font-size: 18px; }

  .sc-instructors-inner .instructors-list .instructor-item .instructor-info h3 {
    font-size: 18px; }

  .sc-instructors-inner .instructors-list .instructor-item .instructor-info p {
    font-size: 16px; }

  .sc-instructors-inner .instructors-list .instructor-item {
    margin-bottom: 10px; }

  .btn-detail-service,
  .btn-calendar {
    font-size: 16px; }

  .sc-testimonials-inner .h2-title span {
    display: block;
    font-weight: bold; } }

/*# sourceMappingURL=style.css.map */
