.section-aboutUs-intro {
  padding: 80px 0 40px; }
  @media (max-width: 992px) {
    .section-aboutUs-intro {
      padding: 40px 0; } }
  .section-aboutUs-intro .block-description {
    font-size: 17px; }
    @media (max-width: 992px) {
      .section-aboutUs-intro .block-description {
        font-size: 15px;
        margin-bottom: 20px; } }
  .section-aboutUs-intro .list-image {
    margin-top: 30px; }
    @media (max-width: 992px) {
      .section-aboutUs-intro .list-image {
        margin-top: 20px;
        gap: 20px; } }
  .section-aboutUs-intro .block-image {
    position: relative; }
    .section-aboutUs-intro .block-image.hasVideo:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 4;
      background-color: rgba(0, 0, 0, 0.4); }

.section-service.section-aboutUs-service {
  padding: 40px 0;
  margin-bottom: 0;
  position: relative;
  z-index: 1; }
  .section-service.section-aboutUs-service .block-title.block-title-main {
    margin-bottom: 60px; }
    @media (max-width: 992px) {
      .section-service.section-aboutUs-service .block-title.block-title-main {
        margin-bottom: 30px; } }
    .section-service.section-aboutUs-service .block-title.block-title-main .bg-title {
      font-size: 180px; }
      @media (max-width: 992px) {
        .section-service.section-aboutUs-service .block-title.block-title-main .bg-title {
          font-size: 40px; } }
    .section-service.section-aboutUs-service .block-title.block-title-main .title {
      font-size: 64px; }
      @media (max-width: 992px) {
        .section-service.section-aboutUs-service .block-title.block-title-main .title {
          font-size: 28px; } }

.section-aboutUs-brand {
  padding: 80px 0 0; }
  @media (max-width: 992px) {
    .section-aboutUs-brand {
      padding: 40px 0 0; } }
  .section-aboutUs-brand .list-brand {
    display: flex;
    gap: 30px; }
    @media (max-width: 992px) {
      .section-aboutUs-brand .list-brand {
        gap: 15px;
        flex-wrap: nowrap;
        overflow-x: scroll; } }
    .section-aboutUs-brand .list-brand .item-brand {
      flex: 1; }
      @media (max-width: 992px) {
        .section-aboutUs-brand .list-brand .item-brand {
          flex: 0 0 38%; } }
      .section-aboutUs-brand .list-brand .item-brand .ratio-image {
        padding-top: 56.25%; }
        .section-aboutUs-brand .list-brand .item-brand .ratio-image img {
          object-fit: contain; }

.pageService-service {
  padding: 80px 0 60px;
  margin-bottom: 0; }
  @media (max-width: 992px) {
    .pageService-service {
      padding: 40px 0; } }
  .pageService-service .ratio-image {
    padding-top: calc((280 / 325)*100%); }
  .pageService-service .block-title {
    margin-bottom: 45px; }
  .pageService-service .service-item {
    text-align: center;
    position: relative;
    margin-bottom: 60px;
    padding-bottom: 60px; }
    .pageService-service .service-item:hover .service-content {
      transform: translateY(-15px); }
    .pageService-service .service-item .service-content {
      position: absolute;
      width: 84%;
      left: 8%;
      bottom: 0;
      padding: 25px;
      transition: 0.5s;
      background: #fff;
      box-shadow: 10px 4px 60px rgba(0, 0, 0, 0.1); }
      .pageService-service .service-item .service-content .title a {
        font-weight: bold;
        margin-bottom: 8px;
        font-family: var(--font-title-theme);
        color: var(--shop-color-title);
        font-size: 30px; }
        @media (max-width: 992px) {
          .pageService-service .service-item .service-content .title a {
            font-size: 22px; } }

.pageService-counter,
.pageMember-counter {
  color: var(--text-color);
  padding: 40px 0; }
  @media (max-width: 992px) {
    .pageService-counter .row,
    .pageMember-counter .row {
      row-gap: 30px; } }
  .pageService-counter .block-counter,
  .pageMember-counter .block-counter {
    display: flex;
    gap: 15px; }
  .pageService-counter .counter-left span,
  .pageMember-counter .counter-left span {
    display: inline-block;
    color: currentColor;
    font-size: 18px; }
    @media (max-width: 992px) {
      .pageService-counter .counter-left span,
      .pageMember-counter .counter-left span {
        font-size: 16px; } }
  .pageService-counter .count-text,
  .pageMember-counter .count-text {
    line-height: 1;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 15px;
    display: inline-block;
    color: currentColor; }
    @media (max-width: 992px) {
      .pageService-counter .count-text,
      .pageMember-counter .count-text {
        font-size: 32px; } }
  .pageService-counter p,
  .pageMember-counter p {
    color: currentColor;
    font-size: 17px; }
    @media (max-width: 992px) {
      .pageService-counter p,
      .pageMember-counter p {
        font-size: 15px; } }

@keyframes rotated_circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes down-up-one {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); }
  50% {
    -webkit-transform: rotateX(0deg) translateY(25px);
    transform: rotateX(0deg) translateY(25px); }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); } }

.bg-image-circle {
  position: absolute;
  right: 5%;
  top: 10%;
  z-index: -1;
  max-width: 20%;
  animation: rotated_circle 20s infinite; }

.pageService-servicePop {
  position: relative;
  padding: 80px 0;
  margin-bottom: 0; }
  @media (max-width: 992px) {
    .pageService-servicePop {
      padding-top: 40px; } }
  .pageService-servicePop .bg-image-left {
    position: absolute;
    left: 4%;
    bottom: 0;
    z-index: -1;
    max-width: 20%; }
    @media (max-width: 992px) {
      .pageService-servicePop .bg-image-left {
        display: none; } }
  .pageService-servicePop .bg-image-right {
    position: absolute;
    right: 0;
    z-index: -1;
    bottom: 10%;
    max-width: 20%;
    animation: down-up-one 5s infinite; }
    @media (max-width: 992px) {
      .pageService-servicePop .bg-image-right {
        display: none; } }
  .pageService-servicePop .list-card-service {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 25px; }
    @media (max-width: 992px) {
      .pageService-servicePop .list-card-service {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr); } }
  .pageService-servicePop .action {
    margin-top: 45px; }
    .pageService-servicePop .action .button {
      min-width: 220px; }
    @media (max-width: 992px) {
      .pageService-servicePop .action {
        margin-top: 30px;
        text-align: center; } }
  @media (max-width: 767px) {
    .pageService-servicePop .row {
      gap: 15px; }
    .pageService-servicePop .block-title {
      text-align: center; }
    .pageService-servicePop .list-card-service {
      gap: 10px; } }

.list-card-service .item-card {
  display: block;
  transition: 0.5s;
  text-align: center;
  padding: 30px 5px;
  background: #f7f7f7;
  border: 1px solid rgba(214, 185, 129, 0.2); }
  .list-card-service .item-card:hover {
    background: var(--shop-color); }
    .list-card-service .item-card:hover .title {
      color: white; }
  .list-card-service .item-card .title {
    margin-top: 12px;
    font-size: 20px;
    transition: 0.5s;
    font-weight: 600;
    margin-bottom: 0;
    font-family: var(--font-title-theme);
    color: var(--shop-color-title); }
  @media (max-width: 767px) {
    .list-card-service .item-card {
      padding: 15px; }
      .list-card-service .item-card img {
        width: auto;
        height: auto;
        max-height: 100px; }
      .list-card-service .item-card .title {
        font-size: 18px; } }

.pageService-parallax {
  position: relative; }
  .pageService-parallax .bg-image {
    background-image: var(--bg-image);
    height: 600px;
    z-index: 1;
    position: relative;
    background-size: cover;
    background-position: center; }
    @media (max-width: 992px) {
      .pageService-parallax .bg-image {
        height: 400px; } }
    @media (max-width: 767px) {
      .pageService-parallax .bg-image {
        height: 300px; } }
    .pageService-parallax .bg-image:before {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      z-index: -1;
      top: 0;
      left: 0;
      opacity: .4;
      background-color: #000; }

.page-booking .pageService-servicePop .block-title {
  margin-bottom: 45px; }
  @media (max-width: 992px) {
    .page-booking .pageService-servicePop .block-title {
      margin-bottom: 30px; } }

.page-booking .pageService-servicePop .list-card-service {
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 15px; }
  @media (max-width: 992px) {
    .page-booking .pageService-servicePop .list-card-service {
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: repeat(2, 1fr); } }

.pageBooking-workingtime .wrapper {
  position: relative;
  z-index: 1; }

.pageBooking-workingtime .block-title .desc {
  font-size: 17px;
  margin-top: 30px; }
  @media (max-width: 992px) {
    .pageBooking-workingtime .block-title .desc {
      font-size: 16px;
      margin-top: 15px; } }

.pageBooking-workingtime .block-content {
  padding: 10% 15% 10% 5%; }
  @media (max-width: 992px) {
    .pageBooking-workingtime .block-content {
      padding: 30px; } }

.pageBooking-workingtime .booking-hours {
  padding-top: 30px; }
  @media (max-width: 992px) {
    .pageBooking-workingtime .booking-hours {
      padding-top: 15px; } }
  .pageBooking-workingtime .booking-hours li {
    font-weight: 600;
    margin-bottom: 25px;
    padding-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(36, 36, 36, 0.15); }

.pageBooking-workingtime .action {
  margin-top: 45px; }
  @media (max-width: 992px) {
    .pageBooking-workingtime .action {
      margin-top: 30px; }
      .pageBooking-workingtime .action .button {
        width: 100%; } }

.pageBooking-form .block-form {
  margin-top: 15px; }
  .pageBooking-form .block-form .contact-form {
    display: flex;
    flex-wrap: wrap;
    gap: 15px; }
    .pageBooking-form .block-form .contact-form .input-group {
      flex: 0 0 calc(33.333% - 15px);
      max-width: calc(33.333% - 15px); }
      @media (max-width: 992px) {
        .pageBooking-form .block-form .contact-form .input-group {
          flex: 0 0 calc(50% - 15px);
          max-width: calc(50% - 15px); } }
    .pageBooking-form .block-form .contact-form .action {
      width: 100%; }

.pageContact-information {
  padding-top: 80px;
  padding-bottom: 40px; }
  @media (max-width: 992px) {
    .pageContact-information {
      padding-top: 40px;
      padding-bottom: 0; } }
  .pageContact-information .contact-info-item {
    text-align: center;
    background: #f9f9f9;
    margin-bottom: 30px;
    padding: 40px 55px 20px;
    height: calc(100% - 30px);
    border: 1px solid rgba(0, 0, 0, 0.07); }
    @media (max-width: 992px) {
      .pageContact-information .contact-info-item {
        margin-bottom: 15px; } }
    .pageContact-information .contact-info-item .icon {
      color: var(--shop-color);
      font-size: 45px;
      margin: 0 auto 25px;
      width: 100px;
      height: 100px;
      background: #fff;
      line-height: 100px;
      border-radius: 50%;
      text-align: center;
      -webkit-box-shadow: 10px 4px 60px rgba(214, 185, 129, 0.2);
      box-shadow: 10px 4px 60px rgba(214, 185, 129, 0.2);
      display: flex;
      align-items: center;
      justify-content: center; }
      .pageContact-information .contact-info-item .icon svg {
        fill: var(--shop-color);
        max-width: 45px;
        max-height: 45px;
        width: 100%; }
  @media (max-width: 767px) {
    .pageContact-information .row {
      gap: 15px;
      margin-bottom: 40px; }
    .pageContact-information .contact-info-item {
      padding: 20px;
      height: 100%;
      margin: 0; }
      .pageContact-information .contact-info-item .icon {
        margin-bottom: 10px;
        width: 60px;
        height: 60px;
        line-height: 60px; }
        .pageContact-information .contact-info-item .icon svg {
          max-width: 25px;
          max-height: 25px; } }

.pageContact-maps iframe {
  height: 600px;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg); }
  @media (max-width: 767px) {
    .pageContact-maps iframe {
      height: 350px; } }

.pageContact-form .block-form .contact-form {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: space-between; }
  @media (max-width: 992px) {
    .pageContact-form .block-form .contact-form {
      gap: 15px; } }
  .pageContact-form .block-form .contact-form .input-group {
    flex: 0 0 calc(33.33333% - 20px);
    max-width: calc(33.33333% - 20px);
    margin-bottom: 0; }
    @media (max-width: 992px) {
      .pageContact-form .block-form .contact-form .input-group {
        flex: 0 0 100%;
        max-width: 100%; } }
    .pageContact-form .block-form .contact-form .input-group.input-message {
      flex: 0 0 100%;
      max-width: 100%; }
      .pageContact-form .block-form .contact-form .input-group.input-message textarea {
        height: 200px; }
        @media (max-width: 992px) {
          .pageContact-form .block-form .contact-form .input-group.input-message textarea {
            height: 150px; } }
  .pageContact-form .block-form .contact-form .action {
    width: 100%;
    text-align: center; }
    .pageContact-form .block-form .contact-form .action .button {
      min-width: 220px; }

.pageMember-intro {
  padding: 80px 0; }
  @media (max-width: 992px) {
    .pageMember-intro {
      padding: 40px 0; }
      .pageMember-intro .wrapper-content {
        margin-top: 15px; }
        .pageMember-intro .wrapper-content .block-title,
        .pageMember-intro .wrapper-content .desc {
          margin-bottom: 0; } }
  @media (min-width: 992px) {
    .pageMember-intro .block-image {
      padding-right: 30px; }
    .pageMember-intro .block-content {
      padding-left: 30px; } }
  .pageMember-intro .progress-wrapper .jet-progress-bar__title {
    margin-top: 40px;
    font-weight: 600;
    padding-bottom: 22px;
    margin-bottom: -14px;
    border-bottom: 3px solid rgba(36, 36, 36, 0.1);
    display: flex;
    justify-content: space-between; }
    .pageMember-intro .progress-wrapper .jet-progress-bar__title .jet-progress-bar__title-text {
      font-size: 26px;
      font-family: var(--font-title-theme); }
      @media (max-width: 767px) {
        .pageMember-intro .progress-wrapper .jet-progress-bar__title .jet-progress-bar__title-text {
          font-size: 20px; } }
    .pageMember-intro .progress-wrapper .jet-progress-bar__title .jet-progress-bar__percent {
      font-size: 17px; }
  .pageMember-intro .progress-wrapper .jet-progress-bar__status-bar {
    height: 3px;
    background-color: var(--shop-color); }

.pageMember-team {
  margin-bottom: 0; }
  .pageMember-team .list-member .team-member {
    text-align: center;
    position: relative;
    margin-bottom: 60px;
    padding-bottom: 50px;
    transition: 0.5s all; }
    .pageMember-team .list-member .team-member:hover .member-description {
      transform: translateY(-15px); }
    .pageMember-team .list-member .team-member .member-description {
      position: absolute;
      width: 84%;
      left: 8%;
      bottom: 0;
      transition: 0.5s;
      background: #fff;
      padding: 25px 10px;
      box-shadow: 10px 4px 60px rgba(0, 0, 0, 0.1); }
      .pageMember-team .list-member .team-member .member-description h4 {
        margin-bottom: 7px; }
      .pageMember-team .list-member .team-member .member-description .designations {
        display: block;
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 10px; }
  @media (max-width: 767px) {
    .pageMember-team .list-member .team-member {
      margin-bottom: 30px; } }

.social-style-three {
  display: inline-flex; }
  .social-style-three a {
    font-size: 15px;
    margin: 5px 10px 0 0;
    position: relative;
    top: -2px;
    display: inline-block;
    width: 35px;
    height: 35px;
    background: 0 0;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid rgba(36, 36, 36, 0.15);
    display: flex;
    align-items: center;
    justify-content: center; }
    .social-style-three a:hover {
      background: var(--shop-color); }
      .social-style-three a:hover svg {
        fill: white; }
    .social-style-three a svg {
      max-width: 15px;
      max-height: 15px;
      width: 100%;
      fill: #696969; }

.pageMember-booking {
  color: white; }
  .pageMember-booking .bg-image-circle {
    top: auto;
    bottom: 6%; }
  .pageMember-booking .wrapper {
    padding: 80px 0;
    background-image: var(--bg-image);
    position: relative;
    z-index: 1; }
    @media (max-width: 992px) {
      .pageMember-booking .wrapper {
        padding: 50px 0; } }
    .pageMember-booking .wrapper:before {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      z-index: -1;
      top: 0;
      left: 0;
      opacity: .5;
      background-color: #242424; }
  .pageMember-booking .block-title * {
    color: currentColor; }
  .pageMember-booking .readmore {
    font-size: 17px;
    margin-top: 30px;
    position: relative; }
    @media (max-width: 992px) {
      .pageMember-booking .readmore {
        font-size: 15px;
        margin-top: 15px; } }
    .pageMember-booking .readmore:before {
      content: '';
      position: absolute;
      top: calc(100% + 2px);
      height: 1px;
      background-color: currentColor;
      width: 100%;
      left: 0; }
    .pageMember-booking .readmore:hover i {
      color: currentColor; }
  .pageMember-booking .block-form .contact-form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between; }
    @media (max-width: 992px) {
      .pageMember-booking .block-form .contact-form {
        gap: 10px; }
        .pageMember-booking .block-form .contact-form .action {
          flex: 0 0 100% !important;
          max-width: 100% !important; } }
    .pageMember-booking .block-form .contact-form .input-group,
    .pageMember-booking .block-form .contact-form .action {
      flex: 0 0 calc(50% - 20px);
      max-width: calc(50% - 20px); }
      @media (max-width: 992px) {
        .pageMember-booking .block-form .contact-form .input-group,
        .pageMember-booking .block-form .contact-form .action {
          /*
   flex: 0 0 calc(50% - 10px);
   max-width: calc(50% - 10px);
*/
          flex: 0 0 100%;
          max-width: 100%; }
          .pageMember-booking .block-form .contact-form .input-group.input-group-icon input,
          .pageMember-booking .block-form .contact-form .input-group.input-group-icon select,
          .pageMember-booking .block-form .contact-form .input-group.input-group-icon textarea,
          .pageMember-booking .block-form .contact-form .action.input-group-icon input,
          .pageMember-booking .block-form .contact-form .action.input-group-icon select,
          .pageMember-booking .block-form .contact-form .action.input-group-icon textarea {
            height: 45px;
            padding: 0 20px; } }

.pricing-wrapper {
  display: flex;
  gap: 30px;
  justify-content: space-between; }
  @media (max-width: 992px) {
    .pricing-wrapper {
      flex-direction: column; } }
  .pricing-wrapper .list-pricing {
    margin-bottom: 30px;
    padding: 40px 30px 25px;
    border: 1px solid rgba(121, 154, 161, 0.2);
    flex: 1; }
    @media (max-width: 992px) {
      .pricing-wrapper .list-pricing {
        margin-bottom: 0;
        padding: 15px; } }
    .pricing-wrapper .list-pricing .pricing-item {
      display: flex;
      margin-bottom: 30px;
      padding-bottom: 20px;
      border-bottom: 1px solid rgba(121, 154, 161, 0.2);
      gap: 15px;
      align-items: center; }
      .pricing-wrapper .list-pricing .pricing-item .pricing-content {
        flex: 1; }
      .pricing-wrapper .list-pricing .pricing-item .pricing-image {
        flex: 0 0 70px;
        max-width: 70px; }
      .pricing-wrapper .list-pricing .pricing-item .pricing-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px; }
        @media (max-width: 992px) {
          .pricing-wrapper .list-pricing .pricing-item .pricing-title {
            flex-flow: column;
            justify-content: start;
            align-items: self-start;
            margin-bottom: 5px; } }
        .pricing-wrapper .list-pricing .pricing-item .pricing-title .title,
        .pricing-wrapper .list-pricing .pricing-item .pricing-title title a {
          font-size: 17px;
          color: var(--shop-color-title);
          font-family: var(--font-title-theme); }
        .pricing-wrapper .list-pricing .pricing-item .pricing-title .price {
          font-size: 17px;
          font-weight: bold; }

.pagePricing-list {
  padding: 80px 0; }
  @media (max-width: 992px) {
    .pagePricing-list {
      padding: 40px 0; } }
