.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999; }
  .header .header-wrap {
    min-height: 88px;
    align-items: center;
    display: flex;
    gap: 30px; }
    .header .header-wrap .header-logo {
      width: 80px; }
      .header .header-wrap .header-logo .wrap-logo img {
        max-height: 40px; }
    .header .header-wrap .header-control-page {
      width: 100%; }
      .header .header-wrap .header-control-page .list-control {
        display: flex;
        align-items: center;
        height: 100%;
        gap: 30px; }
        .header .header-wrap .header-control-page .list-control li a {
          font-weight: 500;
          color: #5C605E;
          font-size: 14px;
          line-height: 21px; }
          .header .header-wrap .header-control-page .list-control li a:hover {
            color: #AF9533; }
        .header .header-wrap .header-control-page .list-control li.active a {
          color: #AF9533; }
    .header .header-wrap .header-action {
      width: 200px; }
      .header .header-wrap .header-action .button-action .btn-booking {
        background: #AF9533;
        color: #000604;
        border-radius: 6px;
        text-transform: inherit;
        font-weight: 500;
        font-family: "Inter", sans-serif;
        padding: 10px 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px; }
        .header .header-wrap .header-action .button-action .btn-booking:hover {
          color: #fff; }
  @media (max-width: 991px) {
    .header .header-wrap {
      justify-content: space-between; }
      .header .header-wrap .header-control-page {
        display: none; } }

.full-pagewrapper .section {
  min-height: 1000px;
  padding: 80px 0;
  background-repeat: no-repeat !important;
  background-position: 50% 0 !important;
  background-size: cover !important;
  background-attachment: fixed !important; }
  @media (min-width: 1200px) {
    .full-pagewrapper .section {
      padding: 80px 140px; } }
  @media (max-width: 991px) {
    .full-pagewrapper .section {
      min-height: 100vh;
      padding: 45px 0; } }

.full-pagewrapper .section-index {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .full-pagewrapper .section-index .section-wrap {
    display: flex;
    justify-content: flex-end; }
    .full-pagewrapper .section-index .section-wrap .box-content {
      max-width: 100%;
      width: 672px;
      background: rgba(1, 35, 29, 0.05);
      border: 1px solid #01231D;
      box-shadow: 0px 0px 4px rgba(2, 15, 20, 0.14);
      backdrop-filter: blur(50px);
      border-radius: 12px;
      padding: 24px;
      display: flex;
      flex-direction: column;
      gap: 30px;
      margin-top: 500px;
      align-items: center; }
      .full-pagewrapper .section-index .section-wrap .box-content h2 {
        color: #AF9533;
        font-size: 26px;
        text-align: center;
        margin: 0; }
      .full-pagewrapper .section-index .section-wrap .box-content p {
        color: #979998;
        font-size: 14px;
        line-height: 1.5;
        margin: 0px; }
      .full-pagewrapper .section-index .section-wrap .box-content a {
        background: #AF9533;
        color: #000604;
        border-radius: 6px;
        text-transform: inherit;
        font-weight: 600;
        font-family: "Inter", sans-serif;
        padding: 10px 22px 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        letter-spacing: 1px; }
        .full-pagewrapper .section-index .section-wrap .box-content a:hover {
          color: #fff; }
    @media (max-width: 991px) {
      .full-pagewrapper .section-index .section-wrap .box-content {
        width: 100%; } }

.section-product {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .section-product .section-wrap .box-details-product {
    width: 50%;
    display: none; }
    .section-product .section-wrap .box-details-product.active {
      display: block; }
    .section-product .section-wrap .box-details-product .box-info {
      padding-bottom: 10px;
      border-bottom: 1px solid #01231D;
      margin-bottom: 10px; }
      .section-product .section-wrap .box-details-product .box-info h2 {
        color: #EEFEFB;
        font-size: 24px;
        line-height: 1.5;
        font-weight: 700;
        margin-bottom: 12px; }
      .section-product .section-wrap .box-details-product .box-info .rating {
        margin-bottom: 12px;
        color: #979998;
        font-size: 12px;
        line-height: 1.5;
        display: flex;
        align-items: center;
        gap: 15px; }
      .section-product .section-wrap .box-details-product .box-info .product-type {
        margin-bottom: 12px;
        color: #979998;
        font-size: 12px;
        line-height: 1.5; }
        .section-product .section-wrap .box-details-product .box-info .product-type .type {
          color: #fff; }
      .section-product .section-wrap .box-details-product .box-info .count-player {
        margin-bottom: 12px;
        color: #979998;
        font-size: 12px;
        line-height: 1.5; }
      .section-product .section-wrap .box-details-product .box-info .address {
        color: #979998;
        font-size: 12px;
        line-height: 1.5; }
    .section-product .section-wrap .box-details-product .box-desc {
      margin-bottom: 24px; }
      .section-product .section-wrap .box-details-product .box-desc .info-desc.info_collapse p {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden; }
      .section-product .section-wrap .box-details-product .box-desc .info-desc p {
        color: #979998;
        font-size: 12px;
        line-height: 1.5;
        margin: 0; }
      .section-product .section-wrap .box-details-product .box-desc .info-desc a {
        color: #336A60 !important;
        font-size: 12px;
        line-height: 1.5;
        text-decoration: underline; }
    .section-product .section-wrap .box-details-product .box-action {
      display: flex;
      flex-wrap: wrap;
      column-gap: 16px; }
      .section-product .section-wrap .box-details-product .box-action .action-item {
        width: calc(50% - 8px); }
        .section-product .section-wrap .box-details-product .box-action .action-item a {
          display: inline-block;
          width: 100%;
          text-align: center;
          padding: 10px 0 8px;
          background: rgba(214, 213, 142, 0.2);
          color: #AF9533;
          border-radius: 6px;
          font-weight: 500;
          font-size: 14px; }
          .section-product .section-wrap .box-details-product .box-action .action-item a:hover {
            background-color: #151515;
            color: #fff; }
        .section-product .section-wrap .box-details-product .box-action .action-item:first-child {
          width: 100%;
          margin-bottom: 24px; }
          .section-product .section-wrap .box-details-product .box-action .action-item:first-child a {
            background: #AF9533;
            color: #000604; }
            .section-product .section-wrap .box-details-product .box-action .action-item:first-child a:hover {
              background: rgba(175, 149, 51, 0.8);
              color: #fff; }
  .section-product .section-wrap .box-list-product {
    margin-top: 46px;
    display: flex;
    align-items: center; }
    .section-product .section-wrap .box-list-product .list-product {
      width: 95%;
      display: flex;
      gap: 20px; }
      .section-product .section-wrap .box-list-product .list-product .item-product {
        flex: 0 0 calc(100%/6 - 100px/6);
        max-width: calc(100%/6 - 100px/6); }
        .section-product .section-wrap .box-list-product .list-product .item-product.active .item-inner, .section-product .section-wrap .box-list-product .list-product .item-product:hover .item-inner {
          border-color: #AF9533; }
        .section-product .section-wrap .box-list-product .list-product .item-product .item-inner {
          padding: 16px;
          background: #0C1B1B;
          cursor: pointer;
          box-shadow: 0px 0px 4px rgba(2, 15, 20, 0.14);
          backdrop-filter: blur(50px);
          border-radius: 6px;
          border: 2px solid transparent;
          height: 100%; }
          .section-product .section-wrap .box-list-product .list-product .item-product .item-inner .box-image img {
            width: 100%; }
          .section-product .section-wrap .box-list-product .list-product .item-product .item-inner .box-info {
            margin-top: 24px; }
            .section-product .section-wrap .box-list-product .list-product .item-product .item-inner .box-info h2 {
              font-size: 16px;
              color: #EEFEFB;
              font-weight: 500;
              margin-bottom: 10px; }
            .section-product .section-wrap .box-list-product .list-product .item-product .item-inner .box-info .rate .title {
              color: #979998;
              font-size: 12px;
              line-height: 1.5; }
    .section-product .section-wrap .box-list-product .button-action {
      width: 5%;
      display: flex;
      justify-content: flex-end; }
      .section-product .section-wrap .box-list-product .button-action .btn-xemthem {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        .section-product .section-wrap .box-list-product .button-action .btn-xemthem .icon {
          background-color: rgba(175, 149, 51, 0.3);
          width: 44px;
          height: 44px;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center; }
        .section-product .section-wrap .box-list-product .button-action .btn-xemthem .text {
          margin-right: -5px;
          color: #EEFEFB;
          font-size: 18px;
          font-weight: 500;
          line-height: 1.5; }
  .section-product .section-wrap .list-star {
    position: relative;
    width: 120px;
    height: 20px; }
    .section-product .section-wrap .list-star .rating-star {
      position: absolute;
      left: 0;
      top: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px; }
      .section-product .section-wrap .list-star .rating-star.rating-off {
        width: 100%; }
      .section-product .section-wrap .list-star .rating-star.rating-on {
        width: 100%;
        justify-content: flex-start;
        overflow: hidden; }
      .section-product .section-wrap .list-star .rating-star .section2__star {
        flex: 0 0 16px;
        width: 16px;
        height: 16px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        display: inline-flex;
        background-image: url("https://file.hstatic.net/200000815207/file/star_91fbe2e06c034f619e7bd5d8da3f4773.png");
        width: 100%; }
        .section-product .section-wrap .list-star .rating-star .section2__star.section2__star--on {
          background-image: url("https://file.hstatic.net/200000815207/file/star__1__70935117bdad4b5eaef3b6ad72dd82d4.png");
          width: 90%;
          overflow: hidden; }
  @media (max-width: 991px) {
    .section-product .section-wrap .box-details-product {
      width: 100%; }
      .section-product .section-wrap .box-details-product .box-info {
        padding-bottom: 10px;
        border-bottom: 1px solid #01231D;
        margin-bottom: 10px; }
        .section-product .section-wrap .box-details-product .box-info h2 {
          color: #EEFEFB;
          font-size: 24px;
          line-height: 1.5;
          font-weight: 700;
          margin-bottom: 12px; }
        .section-product .section-wrap .box-details-product .box-info .rating {
          margin-bottom: 12px;
          color: #979998;
          font-size: 12px;
          line-height: 1.5;
          display: flex;
          align-items: center;
          gap: 15px; }
        .section-product .section-wrap .box-details-product .box-info .product-type {
          margin-bottom: 12px;
          color: #979998;
          font-size: 12px;
          line-height: 1.5; }
          .section-product .section-wrap .box-details-product .box-info .product-type .type {
            color: #fff; }
        .section-product .section-wrap .box-details-product .box-info .count-player {
          margin-bottom: 12px;
          color: #979998;
          font-size: 12px;
          line-height: 1.5; }
        .section-product .section-wrap .box-details-product .box-info .address {
          color: #979998;
          font-size: 12px;
          line-height: 1.5; }
      .section-product .section-wrap .box-details-product .box-desc {
        margin-bottom: 24px; }
        .section-product .section-wrap .box-details-product .box-desc .info-desc.info_collapse p {
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden; }
        .section-product .section-wrap .box-details-product .box-desc .info-desc p {
          color: #979998;
          font-size: 12px;
          line-height: 1.5;
          margin: 0; }
        .section-product .section-wrap .box-details-product .box-desc .info-desc a {
          color: #336A60 !important;
          font-size: 12px;
          line-height: 1.5;
          text-decoration: underline; }
      .section-product .section-wrap .box-details-product .box-action {
        display: flex;
        flex-wrap: wrap;
        column-gap: 16px; }
        .section-product .section-wrap .box-details-product .box-action .action-item {
          width: calc(50% - 8px); }
          .section-product .section-wrap .box-details-product .box-action .action-item a {
            display: inline-block;
            width: 100%;
            text-align: center;
            padding: 10px 0 8px;
            background: rgba(214, 213, 142, 0.2);
            color: #AF9533;
            border-radius: 6px;
            font-weight: 500;
            font-size: 14px; }
            .section-product .section-wrap .box-details-product .box-action .action-item a:hover {
              background-color: #151515;
              color: #fff; }
          .section-product .section-wrap .box-details-product .box-action .action-item:first-child {
            width: 100%;
            margin-bottom: 24px; }
            .section-product .section-wrap .box-details-product .box-action .action-item:first-child a {
              background: #AF9533;
              color: #000604; }
              .section-product .section-wrap .box-details-product .box-action .action-item:first-child a:hover {
                background: rgba(175, 149, 51, 0.8);
                color: #fff; }
    .section-product .section-wrap .box-list-product {
      margin-top: 46px;
      flex-wrap: wrap; }
      .section-product .section-wrap .box-list-product .list-product {
        width: 100%;
        overflow: auto;
        gap: 20px; }
        .section-product .section-wrap .box-list-product .list-product .item-product {
          flex: 0 0 60%;
          max-width: 60%; }
          .section-product .section-wrap .box-list-product .list-product .item-product .item-inner {
            padding: 16px;
            background: #0C1B1B;
            cursor: pointer;
            box-shadow: 0px 0px 4px rgba(2, 15, 20, 0.14);
            backdrop-filter: blur(50px);
            border-radius: 6px;
            border: 2px solid transparent; }
            .section-product .section-wrap .box-list-product .list-product .item-product .item-inner .box-image img {
              width: 100%; }
            .section-product .section-wrap .box-list-product .list-product .item-product .item-inner .box-info {
              margin-top: 24px; }
              .section-product .section-wrap .box-list-product .list-product .item-product .item-inner .box-info h2 {
                font-size: 16px;
                color: #EEFEFB;
                font-weight: 500;
                margin-bottom: 10px; }
              .section-product .section-wrap .box-list-product .list-product .item-product .item-inner .box-info .rate .title {
                color: #979998;
                font-size: 12px;
                line-height: 1.5; }
      .section-product .section-wrap .box-list-product .button-action {
        margin-top: 20px;
        width: 100%;
        display: flex;
        justify-content: center; }
        .section-product .section-wrap .box-list-product .button-action .btn-xemthem {
          flex-direction: row;
          gap: 15px; }
          .section-product .section-wrap .box-list-product .button-action .btn-xemthem .text {
            font-size: 16px; } }

.section-instruct {
  display: flex;
  align-items: center; }
  .section-instruct .section-wrapper .box-content {
    max-width: 35%;
    padding-left: 40px; }
    .section-instruct .section-wrapper .box-content .section-title h2 {
      color: #AF9533;
      font-size: 32px;
      font-weight: 700;
      line-height: 1.5;
      margin-bottom: 36px; }
    .section-instruct .section-wrapper .box-content .list-slider .item-slide .box-info .title h2 {
      color: #EEFEFB;
      font-size: 26px;
      line-height: 1.5;
      font-weight: 700;
      margin-bottom: 16px; }
    .section-instruct .section-wrapper .box-content .list-slider .item-slide .box-info .content {
      color: #979998;
      font-size: 14px;
      line-height: 1.5;
      margin: 0; }
    .section-instruct .section-wrapper .box-content .list-slider.slick-slider .slick-dots {
      display: flex;
      gap: 15px; }
      .section-instruct .section-wrapper .box-content .list-slider.slick-slider .slick-dots li {
        font-size: 0; }
        .section-instruct .section-wrapper .box-content .list-slider.slick-slider .slick-dots li button {
          width: 8px;
          height: 8px;
          background: #01231D;
          border-color: #01231D;
          border: none;
          border-radius: 50%; }
        .section-instruct .section-wrapper .box-content .list-slider.slick-slider .slick-dots li.slick-active button {
          background: #AF9533; }
    .section-instruct .section-wrapper .box-content .list-slider:not(.slick-slider) {
      display: flex;
      overflow: hidden; }
      .section-instruct .section-wrapper .box-content .list-slider:not(.slick-slider) .item-slide {
        flex: 0 0 100%;
        max-width: 100%; }
    .section-instruct .section-wrapper .box-content .box-action {
      margin-top: 36px; }
      .section-instruct .section-wrapper .box-content .box-action .btn-booking {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        background: #AF9533;
        color: #000604;
        border-radius: 6px;
        padding: 12px 0 10px;
        font-weight: 600;
        transition: all 0.3s linear; }
        .section-instruct .section-wrapper .box-content .box-action .btn-booking svg path {
          stroke: currentcolor;
          transition: all 0.1s linear; }
        .section-instruct .section-wrapper .box-content .box-action .btn-booking:hover {
          background: rgba(175, 149, 51, 0.8);
          color: #fff; }
  @media (max-width: 991px) {
    .section-instruct .section-wrapper .box-content {
      max-width: 100%;
      padding-left: 0px; }
      .section-instruct .section-wrapper .box-content .section-title h2 {
        color: #AF9533;
        font-size: 32px;
        font-weight: 700;
        line-height: 1.5;
        margin-bottom: 36px; }
      .section-instruct .section-wrapper .box-content .list-slider:not(.slick-slider) {
        flex-wrap: wrap; }
        .section-instruct .section-wrapper .box-content .list-slider:not(.slick-slider) .item-slide .box-info .title h2 {
          font-size: 22px; } }

.section-feedback {
  display: flex;
  align-items: center;
  justify-content: center; }
  .section-feedback .section-wrapper .box-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px; }
  .section-feedback .section-wrapper .box-statistical {
    max-width: 100%;
    width: 628px;
    min-height: 174px;
    background: rgba(1, 35, 29, 0.05);
    border: 1px solid #000604;
    box-shadow: 0px 0px 4px rgba(2, 15, 20, 0.14);
    backdrop-filter: blur(50px);
    border-radius: 6px;
    display: flex;
    align-items: center; }
    .section-feedback .section-wrapper .box-statistical .main-box {
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .section-feedback .section-wrapper .box-statistical .main-box .list-content {
        width: 100%;
        display: flex;
        gap: 40px; }
        .section-feedback .section-wrapper .box-statistical .main-box .list-content .item-statistical {
          flex: 0 0 calc(100%/3 - 80px/3);
          max-width: calc(100%/3 - 80px/3);
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center; }
          .section-feedback .section-wrapper .box-statistical .main-box .list-content .item-statistical .count {
            font-size: 48px;
            font-weight: 700;
            line-height: 1.5; }
          .section-feedback .section-wrapper .box-statistical .main-box .list-content .item-statistical .name {
            font-size: 20px;
            line-height: 1.5; }
          .section-feedback .section-wrapper .box-statistical .main-box .list-content .item-statistical.item-1 .count, .section-feedback .section-wrapper .box-statistical .main-box .list-content .item-statistical.item-1 .name {
            color: #3E7EC9; }
          .section-feedback .section-wrapper .box-statistical .main-box .list-content .item-statistical.item-2 .count, .section-feedback .section-wrapper .box-statistical .main-box .list-content .item-statistical.item-2 .name {
            color: #AF9533; }
          .section-feedback .section-wrapper .box-statistical .main-box .list-content .item-statistical.item-3 .count, .section-feedback .section-wrapper .box-statistical .main-box .list-content .item-statistical.item-3 .name {
            color: #DF7D46; }
  .section-feedback .section-wrapper .box-feedback .list-feedback:not(.slick-slider) {
    display: flex;
    gap: 32px;
    overflow: auto; }
    .section-feedback .section-wrapper .box-feedback .list-feedback:not(.slick-slider) .item-feedback {
      flex: 0 0 calc(100%/3 - 72px/3);
      max-width: calc(100%/3 - 72px/3);
      background: rgba(1, 35, 29, 0.05);
      border: 1px solid #01231D;
      cursor: pointer;
      box-shadow: 0px 0px 4px rgba(2, 15, 20, 0.14);
      backdrop-filter: blur(50px);
      border-radius: 6px;
      padding: 24px; }
      .section-feedback .section-wrapper .box-feedback .list-feedback:not(.slick-slider) .item-feedback .item-inner .icon {
        color: #979998;
        font-size: 40px;
        font-weight: 700;
        line-height: 1.2; }
      .section-feedback .section-wrapper .box-feedback .list-feedback:not(.slick-slider) .item-feedback .item-inner .feedback p {
        color: #EEFEFB;
        font-size: 14px;
        line-height: 1.5;
        margin: 0; }
      .section-feedback .section-wrapper .box-feedback .list-feedback:not(.slick-slider) .item-feedback .item-inner .info-player {
        margin-top: 16px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 15px; }
        .section-feedback .section-wrapper .box-feedback .list-feedback:not(.slick-slider) .item-feedback .item-inner .info-player .img {
          max-width: 32px;
          border-radius: 50%;
          overflow: hidden; }
        .section-feedback .section-wrapper .box-feedback .list-feedback:not(.slick-slider) .item-feedback .item-inner .info-player .player-content .name {
          color: #FFFFFF;
          font-size: 16px;
          font-weight: 500;
          line-height: 1.5;
          margin-top: 16px; }
        .section-feedback .section-wrapper .box-feedback .list-feedback:not(.slick-slider) .item-feedback .item-inner .info-player .player-content .list-star {
          position: relative;
          width: 120px;
          height: 20px; }
          .section-feedback .section-wrapper .box-feedback .list-feedback:not(.slick-slider) .item-feedback .item-inner .info-player .player-content .list-star .rating-star {
            position: absolute;
            left: 0;
            top: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px; }
            .section-feedback .section-wrapper .box-feedback .list-feedback:not(.slick-slider) .item-feedback .item-inner .info-player .player-content .list-star .rating-star.rating-off {
              width: 100%; }
            .section-feedback .section-wrapper .box-feedback .list-feedback:not(.slick-slider) .item-feedback .item-inner .info-player .player-content .list-star .rating-star.rating-on {
              width: 100%;
              justify-content: flex-start;
              overflow: hidden; }
            .section-feedback .section-wrapper .box-feedback .list-feedback:not(.slick-slider) .item-feedback .item-inner .info-player .player-content .list-star .rating-star .section2__star {
              flex: 0 0 16px;
              width: 16px;
              height: 16px;
              background-repeat: no-repeat;
              background-position: center;
              background-size: 100%;
              display: inline-flex;
              background-image: url("https://file.hstatic.net/200000815207/file/star_91fbe2e06c034f619e7bd5d8da3f4773.png");
              width: 100%; }
              .section-feedback .section-wrapper .box-feedback .list-feedback:not(.slick-slider) .item-feedback .item-inner .info-player .player-content .list-star .rating-star .section2__star.section2__star--on {
                background-image: url("https://file.hstatic.net/200000815207/file/star__1__70935117bdad4b5eaef3b6ad72dd82d4.png");
                width: 90%;
                overflow: hidden; }
  @media (max-width: 991px) {
    .section-feedback .section-wrapper .box-content {
      gap: 30px; }
    .section-feedback .section-wrapper .box-statistical {
      max-width: 100%;
      width: 100%;
      min-height: 174px; }
      .section-feedback .section-wrapper .box-statistical .main-box .list-content {
        width: 100%;
        display: flex;
        gap: 10px;
        overflow: hidden; }
        .section-feedback .section-wrapper .box-statistical .main-box .list-content .item-statistical {
          flex: 0 0 calc(100%/3 - 20px/3);
          max-width: calc(100%/3 - 20px/3); }
          .section-feedback .section-wrapper .box-statistical .main-box .list-content .item-statistical .count {
            font-size: 30px; }
          .section-feedback .section-wrapper .box-statistical .main-box .list-content .item-statistical .name {
            font-size: 18px; }
    .section-feedback .section-wrapper .box-feedback {
      width: 100%; }
      .section-feedback .section-wrapper .box-feedback .list-feedback:not(.slick-slider) {
        display: flex;
        gap: 0;
        overflow: auto; }
        .section-feedback .section-wrapper .box-feedback .list-feedback:not(.slick-slider) .item-feedback {
          flex: 0 0 100%;
          max-width: 100%;
          background: rgba(1, 35, 29, 0.05);
          border: 1px solid #01231D;
          cursor: pointer;
          box-shadow: 0px 0px 4px rgba(2, 15, 20, 0.14);
          backdrop-filter: blur(50px);
          border-radius: 6px;
          padding: 24px; }
          .section-feedback .section-wrapper .box-feedback .list-feedback:not(.slick-slider) .item-feedback .item-inner .icon {
            color: #979998;
            font-size: 40px;
            font-weight: 700;
            line-height: 1.2; }
          .section-feedback .section-wrapper .box-feedback .list-feedback:not(.slick-slider) .item-feedback .item-inner .info-player {
            margin-top: 16px;
            display: flex;
            justify-content: flex-end;
            align-items: center;
            gap: 15px; }
            .section-feedback .section-wrapper .box-feedback .list-feedback:not(.slick-slider) .item-feedback .item-inner .info-player .img {
              max-width: 32px;
              border-radius: 50%;
              overflow: hidden; }
            .section-feedback .section-wrapper .box-feedback .list-feedback:not(.slick-slider) .item-feedback .item-inner .info-player .player-content .name {
              color: #FFFFFF;
              font-size: 16px;
              font-weight: 500;
              line-height: 1.5;
              margin-top: 16px; }
            .section-feedback .section-wrapper .box-feedback .list-feedback:not(.slick-slider) .item-feedback .item-inner .info-player .player-content .list-star {
              position: relative;
              width: 120px;
              height: 20px; }
              .section-feedback .section-wrapper .box-feedback .list-feedback:not(.slick-slider) .item-feedback .item-inner .info-player .player-content .list-star .rating-star {
                position: absolute;
                left: 0;
                top: 0;
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 10px; }
                .section-feedback .section-wrapper .box-feedback .list-feedback:not(.slick-slider) .item-feedback .item-inner .info-player .player-content .list-star .rating-star.rating-off {
                  width: 100%; }
                .section-feedback .section-wrapper .box-feedback .list-feedback:not(.slick-slider) .item-feedback .item-inner .info-player .player-content .list-star .rating-star.rating-on {
                  width: 100%;
                  justify-content: flex-start;
                  overflow: hidden; }
                .section-feedback .section-wrapper .box-feedback .list-feedback:not(.slick-slider) .item-feedback .item-inner .info-player .player-content .list-star .rating-star .section2__star {
                  flex: 0 0 16px;
                  width: 16px;
                  height: 16px;
                  background-repeat: no-repeat;
                  background-position: center;
                  background-size: 100%;
                  display: inline-flex;
                  background-image: url("https://file.hstatic.net/200000815207/file/star_91fbe2e06c034f619e7bd5d8da3f4773.png");
                  width: 100%; }
                  .section-feedback .section-wrapper .box-feedback .list-feedback:not(.slick-slider) .item-feedback .item-inner .info-player .player-content .list-star .rating-star .section2__star.section2__star--on {
                    background-image: url("https://file.hstatic.net/200000815207/file/star__1__70935117bdad4b5eaef3b6ad72dd82d4.png");
                    width: 90%;
                    overflow: hidden; } }

.section-contact {
  display: flex;
  align-items: center;
  justify-content: center; }
  .section-contact .section-wrapper {
    width: 100%; }
    .section-contact .section-wrapper .box-content {
      display: flex;
      align-items: center; }
      .section-contact .section-wrapper .box-content .box-contact {
        width: 30%; }
        .section-contact .section-wrapper .box-content .box-contact .box-info {
          display: flex;
          flex-direction: column;
          gap: 16px; }
          .section-contact .section-wrapper .box-content .box-contact .box-info .info-item {
            display: flex;
            align-items: center;
            gap: 15px; }
            .section-contact .section-wrapper .box-content .box-contact .box-info .info-item .icon {
              width: 24px;
              height: 24px; }
            .section-contact .section-wrapper .box-content .box-contact .box-info .info-item .text {
              color: #EEFEFB;
              font-size: 14px; }
        .section-contact .section-wrapper .box-content .box-contact .box-map {
          margin-top: 26px; }
          .section-contact .section-wrapper .box-content .box-contact .box-map iframe {
            width: 100%;
            height: 350px; }
      .section-contact .section-wrapper .box-content .box-form-contact {
        width: 70%;
        padding-left: 140px; }
        .section-contact .section-wrapper .box-content .box-form-contact .title {
          text-align: center; }
          .section-contact .section-wrapper .box-content .box-form-contact .title h2 {
            color: #AF9533;
            font-size: 20px;
            font-weight: 700;
            line-height: 1.5;
            margin-bottom: 24px; }
        .section-contact .section-wrapper .box-content .box-form-contact form {
          width: 100%;
          background: rgba(1, 35, 29, 0.05);
          border: 1px solid #01231D;
          box-shadow: 0px 0px 4px rgba(2, 15, 20, 0.14);
          backdrop-filter: blur(50px);
          border-radius: 12px;
          padding: 24px; }
          .section-contact .section-wrapper .box-content .box-form-contact form .contact-form {
            display: flex;
            flex-wrap: wrap;
            gap: 24px; }
            .section-contact .section-wrapper .box-content .box-form-contact form .contact-form .form-input {
              width: 100%;
              display: flex;
              flex-direction: column; }
              .section-contact .section-wrapper .box-content .box-form-contact form .contact-form .form-input label {
                color: #979998;
                font-size: 12px;
                line-height: 1.5;
                margin-bottom: 5px; }
              .section-contact .section-wrapper .box-content .box-form-contact form .contact-form .form-input input {
                background: #000604 !important;
                border: 1px solid #333836;
                border-radius: 8px;
                font-size: 14px;
                padding: 8px; }
              .section-contact .section-wrapper .box-content .box-form-contact form .contact-form .form-input textarea {
                background: #000604 !important;
                border: 1px solid #333836;
                border-radius: 8px;
                font-size: 14px;
                padding: 8px; }
              .section-contact .section-wrapper .box-content .box-form-contact form .contact-form .form-input.form-button {
                justify-content: center;
                align-items: center; }
                .section-contact .section-wrapper .box-content .box-form-contact form .contact-form .form-input.form-button .btn-form-submit {
                  background: #AF9533;
                  color: #000604;
                  border-radius: 6px;
                  font-size: 16px;
                  font-weight: 600;
                  padding: 10px 22px;
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  border: none;
                  outline: none;
                  width: fit-content; }
  @media (max-width: 991px) {
    .section-contact .section-wrapper .box-content {
      flex-wrap: wrap;
      gap: 30px; }
      .section-contact .section-wrapper .box-content .box-contact {
        width: 100%; }
        .section-contact .section-wrapper .box-content .box-contact .box-info {
          display: flex;
          flex-direction: column;
          gap: 16px; }
          .section-contact .section-wrapper .box-content .box-contact .box-info .info-item {
            display: flex;
            align-items: center;
            gap: 15px; }
            .section-contact .section-wrapper .box-content .box-contact .box-info .info-item .icon {
              width: 24px;
              height: 24px; }
            .section-contact .section-wrapper .box-content .box-contact .box-info .info-item .text {
              color: #EEFEFB;
              font-size: 14px; }
        .section-contact .section-wrapper .box-content .box-contact .box-map {
          margin-top: 26px; }
          .section-contact .section-wrapper .box-content .box-contact .box-map iframe {
            width: 100%;
            height: 350px; }
      .section-contact .section-wrapper .box-content .box-form-contact {
        width: 100%;
        padding-left: 0; }
        .section-contact .section-wrapper .box-content .box-form-contact .title {
          text-align: center; }
          .section-contact .section-wrapper .box-content .box-form-contact .title h2 {
            color: #AF9533;
            font-size: 20px;
            font-weight: 700;
            line-height: 1.5;
            margin-bottom: 24px; }
        .section-contact .section-wrapper .box-content .box-form-contact form {
          width: 100%;
          background: rgba(1, 35, 29, 0.05);
          border: 1px solid #01231D;
          box-shadow: 0px 0px 4px rgba(2, 15, 20, 0.14);
          backdrop-filter: blur(50px);
          border-radius: 12px;
          padding: 24px; }
          .section-contact .section-wrapper .box-content .box-form-contact form .contact-form {
            display: flex;
            flex-wrap: wrap;
            gap: 24px; }
            .section-contact .section-wrapper .box-content .box-form-contact form .contact-form .form-input {
              width: 100%;
              display: flex;
              flex-direction: column; }
              .section-contact .section-wrapper .box-content .box-form-contact form .contact-form .form-input label {
                color: #979998;
                font-size: 12px;
                line-height: 1.5;
                margin-bottom: 5px; }
              .section-contact .section-wrapper .box-content .box-form-contact form .contact-form .form-input input {
                background: #000604 !important;
                border: 1px solid #333836;
                border-radius: 8px;
                font-size: 14px;
                padding: 8px;
                color: #979998; }
              .section-contact .section-wrapper .box-content .box-form-contact form .contact-form .form-input textarea {
                background: #000604 !important;
                border: 1px solid #333836;
                border-radius: 8px;
                font-size: 14px;
                padding: 8px;
                color: #979998; } }

/* Modal viewmore */
#modal-viewAll .uk-modal-body .tab-product {
  display: none; }
  #modal-viewAll .uk-modal-body .tab-product.active {
    display: block; }
  #modal-viewAll .uk-modal-body .tab-product .list-product {
    display: flex;
    gap: 20px;
    flex-wrap: wrap; }
    #modal-viewAll .uk-modal-body .tab-product .list-product .item-product {
      flex: 0 0 calc(100%/5 - 80px/5);
      max-width: calc(100%/5 - 80px/5); }
      #modal-viewAll .uk-modal-body .tab-product .list-product .item-product.active .item-inner, #modal-viewAll .uk-modal-body .tab-product .list-product .item-product:hover .item-inner {
        border-color: #AF9533;
        background: #0C1B1B; }
      #modal-viewAll .uk-modal-body .tab-product .list-product .item-product .item-inner {
        padding: 16px;
        background: #01231D;
        cursor: pointer;
        box-shadow: 0px 0px 4px rgba(2, 15, 20, 0.14);
        backdrop-filter: blur(50px);
        border-radius: 6px;
        border: 2px solid transparent;
        height: 100%; }
        #modal-viewAll .uk-modal-body .tab-product .list-product .item-product .item-inner .box-image img {
          width: 100%; }
        #modal-viewAll .uk-modal-body .tab-product .list-product .item-product .item-inner .box-info {
          margin-top: 24px; }
          #modal-viewAll .uk-modal-body .tab-product .list-product .item-product .item-inner .box-info h2 {
            font-size: 16px;
            color: #EEFEFB;
            font-weight: 500;
            margin-bottom: 10px; }
          #modal-viewAll .uk-modal-body .tab-product .list-product .item-product .item-inner .box-info .rate {
            display: flex;
            align-items: center;
            gap: 10px; }
            #modal-viewAll .uk-modal-body .tab-product .list-product .item-product .item-inner .box-info .rate .title {
              color: #979998;
              font-size: 12px;
              line-height: 1.5; }
            #modal-viewAll .uk-modal-body .tab-product .list-product .item-product .item-inner .box-info .rate .list-star {
              position: relative;
              width: 120px;
              height: 20px; }
              #modal-viewAll .uk-modal-body .tab-product .list-product .item-product .item-inner .box-info .rate .list-star .rating-star {
                position: absolute;
                left: 0;
                top: 0;
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 10px; }
                #modal-viewAll .uk-modal-body .tab-product .list-product .item-product .item-inner .box-info .rate .list-star .rating-star.rating-off {
                  width: 100%; }
                #modal-viewAll .uk-modal-body .tab-product .list-product .item-product .item-inner .box-info .rate .list-star .rating-star.rating-on {
                  width: 100%;
                  justify-content: flex-start;
                  overflow: hidden; }
                #modal-viewAll .uk-modal-body .tab-product .list-product .item-product .item-inner .box-info .rate .list-star .rating-star .section2__star {
                  flex: 0 0 16px;
                  width: 16px;
                  height: 16px;
                  background-repeat: no-repeat;
                  background-position: center;
                  background-size: 100%;
                  display: inline-flex;
                  background-image: url("https://file.hstatic.net/200000815207/file/star_91fbe2e06c034f619e7bd5d8da3f4773.png");
                  width: 100%; }
                  #modal-viewAll .uk-modal-body .tab-product .list-product .item-product .item-inner .box-info .rate .list-star .rating-star .section2__star.section2__star--on {
                    background-image: url("https://file.hstatic.net/200000815207/file/star__1__70935117bdad4b5eaef3b6ad72dd82d4.png");
                    width: 90%;
                    overflow: hidden; }

.full-pagewrapper .section-index .section-wrap .box-content {
  gap: 0; }

#modal-bookroom .uk-modal-header h2 {
  text-transform: capitalize; }

.full-pagewrapper .section-index .section-wrap .box-content {
  border: none;
  box-shadow: initial;
  backdrop-filter: initial; }

.full-pagewrapper .section-index .section-wrap .box-content a {
  background: transparent;
  color: #000604;
  border-radius: 6px;
  text-transform: inherit;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  padding: 10px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  letter-spacing: 1px;
  color: #ffffff;
  border-color: #ffffff;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 0;
  font-weight: 400;
  line-height: 1.8; }

.fp-is-overflow .fp-overflow.fp-auto-height, .fp-is-overflow .fp-overflow.fp-auto-height-responsive, .fp-is-overflow > .fp-overflow {
  display: block;
  margin: 0 auto; }
