.button-circle .btn {
  width: 12.5rem; }

@media (max-width: 575px) {
  .button-circle {
    width: 9rem;
    height: 9rem; }
    .button-circle .btn {
      width: 9rem;
      height: 9rem;
      font-size: 1.6rem; } }
.banner-hero .button-circle {
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translateX(-50%);
  width: 12.5rem;
  z-index: 10;
  display: block; }
  .banner-hero .button-circle .btn {
    border-radius: 50%;
    height: 12.5rem;
    font-size: 2rem;
    width: 12.5rem; }
@media (max-width: 575px) {
  .banner-hero .button-circle {
    width: 9rem;
    height: 9rem; }
    .banner-hero .button-circle .btn {
      width: 9rem;
      height: 9rem;
      font-size: 1.6rem; } }

.fz-30 {
  font-size: 3rem; }

.fz-35 {
  font-size: 3.5rem; }

.mb-40 {
  margin-bottom: 4rem; }

.believe-sport .right {
  position: relative; }
  .believe-sport .right .button-circle .btn {
    position: absolute;
    right: 5rem;
    transform: translateY(-50%);
    top: 50%; }

.attention {
  padding: 15rem 0 !important; }
  .attention .description p + p {
    padding-top: 3rem; }

.images-gallery-venues,
.images-gallery {
  position: relative;
  padding: 15rem 0; }
  .images-gallery-venues .gallery-grid,
  .images-gallery .gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3.2rem 2.3rem;
    margin-top: 5.7rem; }
    .images-gallery-venues .gallery-grid img,
    .images-gallery .gallery-grid img {
      height: 100%;
      object-fit: cover; }
  @media (max-width: 991px) {
    .images-gallery-venues .gallery-grid,
    .images-gallery .gallery-grid {
      gap: 0.5rem; } }
  .images-gallery-venues .grid-item,
  .images-gallery .grid-item {
    text-align: center;
    display: block; }
  .images-gallery-venues .grid-item-1,
  .images-gallery .grid-item-1 {
    grid-column: 1 / 3;
    grid-row: 1 / 3; }
  .images-gallery-venues .grid-item-2,
  .images-gallery .grid-item-2 {
    grid-column: 3 / 4;
    grid-row: 1 / 2; }
  .images-gallery-venues .grid-item-3,
  .images-gallery .grid-item-3 {
    grid-column: 4 / 5;
    grid-row: 1 / 2; }
  .images-gallery-venues .grid-item-4,
  .images-gallery .grid-item-4 {
    grid-column: 3 / 4;
    grid-row: 2 / 3; }
  .images-gallery-venues .grid-item-5,
  .images-gallery .grid-item-5 {
    grid-column: 4 / 5;
    grid-row: 2 / 3; }
  .images-gallery-venues .grid-item-6,
  .images-gallery .grid-item-6 {
    grid-column: 2 / 4;
    grid-row: 3 / 5; }
  .images-gallery-venues .grid-item-7,
  .images-gallery .grid-item-7 {
    grid-column: 4 / 5;
    grid-row: 3 / 4; }
  .images-gallery-venues .grid-item-8,
  .images-gallery .grid-item-8 {
    grid-column: 1 / 2;
    grid-row: 4 / 5; }
  .images-gallery-venues .grid-item-9,
  .images-gallery .grid-item-9 {
    grid-column: 4 / 5;
    grid-row: 4 / 5; }
  .images-gallery-venues .grid-item.hidden,
  .images-gallery .grid-item.hidden {
    display: none; }
  .images-gallery-venues .button-circle,
  .images-gallery .button-circle {
    position: absolute;
    bottom: 10rem;
    left: 50%;
    transform: translateX(-50%);
    width: 12.5rem;
    height: 12.5rem;
    z-index: 10; }

.booking-available {
  padding: 15rem 0; }
  .booking-available .my-tabs .tabs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 5rem;
    list-style: none;
    width: 100%;
    flex-wrap: wrap; }
    .booking-available .my-tabs .tabs-nav li {
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      cursor: pointer;
      padding: 1rem 6rem 5rem 0rem;
      color: #D1D1D6;
      font-size: 2.5rem;
      font-weight: 600;
      border-bottom: 3px solid #58595B; }
      .booking-available .my-tabs .tabs-nav li.active {
        border-bottom: 3px solid #ED1C25;
        color: #ED1C25; }
      .booking-available .my-tabs .tabs-nav li a.selected {
        color: #ED1C25;
        transition: all 0.3s;
        cursor: pointer; }
  .booking-available .my-tabs .dataTables_wrapper .dataTables_info,
  .booking-available .my-tabs .dataTables_wrapper .dataTables_length {
    display: none; }
  .booking-available .my-tabs .dataTables_wrapper .table-booking.dataTable {
    width: 100%;
    border-bottom: none; }
    .booking-available .my-tabs .dataTables_wrapper .table-booking.dataTable th {
      color: #ACACAC;
      font-size: 1.5rem;
      font-style: normal;
      font-weight: 700;
      line-height: 2.3rem;
      letter-spacing: 1px;
      text-transform: uppercase;
      width: 20%;
      padding: 0 0 2rem 0;
      border-bottom: none; }
    .booking-available .my-tabs .dataTables_wrapper .table-booking.dataTable tr td {
      padding: 2rem 0;
      font-size: 1.8rem;
      line-height: 2.6rem;
      text-align: left; }
      .booking-available .my-tabs .dataTables_wrapper .table-booking.dataTable tr td .btn-red {
        padding: 1rem;
        width: fit-content; }
  .booking-available .my-tabs .dataTables_wrapper .dataTables_paginate {
    float: left;
    margin-top: 1rem; }
    .booking-available .my-tabs .dataTables_wrapper .dataTables_paginate .paginate_button {
      border: none;
      background: unset;
      font-size: 1.8rem;
      color: #58595B;
      font-family: "Bai Jamjuree";
      padding: 0.5rem 2rem 0.5rem 0.5rem;
      position: relative; }
      .booking-available .my-tabs .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .booking-available .my-tabs .dataTables_wrapper .dataTables_paginate .paginate_button.current {
        color: #ED1C25 !important;
        font-weight: 600; }
      .booking-available .my-tabs .dataTables_wrapper .dataTables_paginate .paginate_button::after {
        content: '/';
        display: block;
        position: absolute;
        padding: 0.5rem;
        width: 2.7rem;
        height: 3.7rem;
        top: 0;
        right: -0.5rem; }
      .booking-available .my-tabs .dataTables_wrapper .dataTables_paginate .paginate_button.next::after, .booking-available .my-tabs .dataTables_wrapper .dataTables_paginate .paginate_button.previous::after {
        content: ''; }
    .booking-available .my-tabs .dataTables_wrapper .dataTables_paginate span .paginate_button:last-child::after {
      content: ''; }
  .booking-available .my-tabs .dataTables_wrapper .dataTables_wrapper .dataTables_paginate {
    display: none; }

.our-sport {
  background: #FAFAFA;
  padding: 10rem 0 7rem 0 !important; }

.gallery-venues {
  padding: 15rem 0 7.5rem 0; }
  .gallery-venues .button-circle {
    bottom: -5rem; }
  .gallery-venues .my-tabs .tabs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 6rem;
    list-style: none;
    width: 100%;
    flex-wrap: wrap;
    border-bottom: 1px solid #E5E5EA;
    padding-bottom: 5rem; }
    .gallery-venues .my-tabs .tabs-nav li {
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      cursor: pointer;
      color: #D1D1D6;
      font-size: 4.5rem;
      font-weight: 600;
      font-family: "Chakra Petch";
      width: 35%; }
      @media (max-width: 575px) {
        .gallery-venues .my-tabs .tabs-nav li {
          font-size: 3rem; } }
      .gallery-venues .my-tabs .tabs-nav li.active {
        color: #ED1C25; }
      .gallery-venues .my-tabs .tabs-nav li a.selected {
        color: #ED1C25;
        transition: all 0.3s;
        cursor: pointer; }
      .gallery-venues .my-tabs .tabs-nav li:nth-child(2) {
        text-align: center;
        border-left: 4px solid #58595B;
        border-right: 4px solid #58595B;
        width: 40%; }
      .gallery-venues .my-tabs .tabs-nav li:last-child {
        text-align: right;
        width: 25%; }
  .gallery-venues .my-tabs .tab-container .tab-content .images-gallery-venues {
    padding: 0; }
    .gallery-venues .my-tabs .tab-container .tab-content .images-gallery-venues .gallery-grid {
      margin-top: 0; }
      .gallery-venues .my-tabs .tab-container .tab-content .images-gallery-venues .gallery-grid img {
        height: 100%;
        object-fit: cover; }

.past-events {
  padding-top: 7.5rem; }
  .past-events .headline {
    border-bottom: 1px solid #E5E5EA;
    padding-bottom: 5rem; }
  .past-events .items {
    padding-top: 2rem; }
    .past-events .items .item {
      margin-top: 3rem;
      display: block; }
      .past-events .items .item.hidden {
        display: none; }
      .past-events .items .item .top-content {
        position: relative; }
        .past-events .items .item .top-content .box-img {
          display: block;
          position: relative;
          background: #F6F6F6;
          padding-top: 100%;
          overflow: hidden; }
          .past-events .items .item .top-content .box-img img {
            position: absolute;
            top: 0;
            left: 0;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover; }
        .past-events .items .item .top-content .view-images {
          position: absolute;
          top: 40%;
          right: 50%;
          transform: translate(50%, 0%);
          display: none; }
      .past-events .items .item :hover .view-images {
        display: block; }

.videos {
  padding-bottom: 12rem; }
  .videos .headline {
    border-bottom: 1px solid #E5E5EA;
    padding-bottom: 5rem; }
  .videos .video {
    margin-bottom: 3rem; }
    .videos .video a:hover {
      color: currentColor; }
    .videos .video .top-content {
      position: relative; }
      .videos .video .top-content .image-thumb {
        display: block;
        position: relative;
        background: #F6F6F6;
        padding-top: 57%;
        overflow: hidden; }
        .videos .video .top-content .image-thumb img {
          position: absolute;
          top: 0;
          left: 0;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover; }
      .videos .video .top-content .play-btn {
        position: absolute;
        width: 8.5rem;
        height: 8.5rem;
        top: 40%;
        right: 50%;
        transform: translate(50%, 0%); }

.blog-section {
  padding: 15rem 0; }
  .blog-section .content-post {
    padding-top: 2rem; }
    .blog-section .content-post .item {
      margin-top: 3rem;
      display: block; }
      .blog-section .content-post .item .thecage-read-more-link, .blog-section .content-post .item.hidden {
        display: none; }
      .blog-section .content-post .item .top-content {
        position: relative; }
        .blog-section .content-post .item .top-content .box-img {
          display: block;
          position: relative;
          background: #F6F6F6;
          padding-top: 60%;
          overflow: hidden; }
          .blog-section .content-post .item .top-content .box-img img {
            position: absolute;
            top: 0;
            left: 0;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover; }
      .blog-section .content-post .item .content .title {
        color: #191919;
        font-family: "Bai Jamjuree";
        font-size: 2.6rem;
        font-style: normal;
        font-weight: 600;
        line-height: 3.7rem;
        margin-top: 2.8rem; }
      .blog-section .content-post .item .content .description {
        font-size: 2.1rem;
        font-family: "Bai Jamjuree"; }
      .blog-section .content-post .item .content .post-date {
        color: #6C757D;
        font-family: "Bai Jamjuree";
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: 2.4rem;
        margin-top: 2rem;
        position: relative;
        padding-left: 4rem; }
        .blog-section .content-post .item .content .post-date::before {
          content: '';
          width: 3.2rem;
          height: 1px;
          border-top: 1px solid #6C757D;
          position: absolute;
          display: block;
          top: 50%;
          left: 0; }
      .blog-section .content-post .item .content .view-post {
        margin-top: 3rem; }
        .blog-section .content-post .item .content .view-post .btn-view-post {
          color: #A50007;
          font-family: "Bai Jamjuree";
          font-size: 1.8rem;
          font-style: normal;
          font-weight: 400;
          line-height: 3.5rem;
          border-bottom: 1px solid #A50007; }

.blog-detail {
  padding: 15rem 0 25rem 0;
  font-family: "Bai Jamjuree"; }
  .blog-detail .image-big {
    width: 100%;
    height: auto; }
  .blog-detail .icon {
    width: 4rem;
    height: 4rem;
    min-width: 4rem;
    margin-top: 1.5rem; }
  .blog-detail .content p {
    padding-bottom: 2rem; }
  .blog-detail .content ul {
    padding-left: 3rem;
    padding-bottom: 2rem; }

.mt-60 {
  margin-top: 6rem; }

.fz-48 {
  font-size: 4.8rem; }

.fz-17 {
  font-size: 1.7rem; }

.offering {
  padding-bottom: 0; }
  .offering .headline {
    padding-bottom: 3.5rem;
    border-bottom: 4px solid #D9D9D9;
    width: fit-content; }

section + section,
script + section {
  padding-bottom: 15rem !important;
  padding-top: 0 !important;
  margin-top: 0 !important; }

.banner-hero + section,
.banner-subpage + section {
  padding-top: 15rem !important; }

.our-sport + section {
  padding-top: 10rem !important; }

section.contact-us {
  padding: 10rem 0 !important; }

.banner-booking {
  padding: 22.5rem 0 !important; }

.our-record {
  padding: 9.9rem 0 !important; }

.campus + .campus {
  margin-bottom: 0; }

.testimonials {
  overflow: hidden;
  background: #FCFCFC;
  padding: 10rem 0 !important; }
  .testimonials .headline {
    position: relative; }
    .testimonials .headline .element {
      position: absolute;
      width: 13.5rem;
      height: 13.5rem;
      top: -50%;
      left: 45%;
      opacity: 0.1; }
  .testimonials .swiper {
    overflow: visible;
    padding: 11rem 0;
    border-radius: 2rem; }
    .testimonials .swiper .swiper-slide .testimonial-card {
      padding: 4rem;
      border-radius: 1rem;
      background-color: #fff;
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05); }
      .testimonials .swiper .swiper-slide .testimonial-card .author {
        display: flex;
        gap: 1.5rem;
        align-items: center; }
        .testimonials .swiper .swiper-slide .testimonial-card .author .avt {
          width: 8rem;
          height: 8rem; }
        .testimonials .swiper .swiper-slide .testimonial-card .author .name {
          color: #ED1C25;
          font-family: "Bai Jamjuree";
          font-size: 2rem;
          font-style: normal;
          font-weight: 700;
          line-height: normal; }
        .testimonials .swiper .swiper-slide .testimonial-card .author .position {
          color: #808080;
          font-size: 1.6rem;
          font-style: normal;
          font-weight: 500;
          line-height: normal; }
      .testimonials .swiper .swiper-slide .testimonial-card .content {
        margin-top: 2.5rem;
        color: #202020;
        font-family: "Bai Jamjuree";
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: 2.6rem; }
  .testimonials .swiper-btn {
    display: flex;
    gap: 2rem;
    justify-content: center;
    margin-top: 4rem; }
    .testimonials .swiper-btn .swiper-next,
    .testimonials .swiper-btn .swiper-prev {
      width: 2.4rem;
      height: 2.4rem; }

.rates .items .item .title {
  color: var(--Black, #000);
  font-family: "Chakra Petch";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-transform: capitalize; }
.rates .items .item .content {
  margin-top: 3rem; }
  .rates .items .item .content .row-item {
    padding: 2rem 0;
    border-top: 1px solid #D9D9D9;
    font-family: "Chakra Petch";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    text-transform: capitalize; }
    .rates .items .item .content .row-item .price {
      color: #ED1C25; }

/*# sourceMappingURL=custom-editor-style.css.map */
