* {
  padding: 0%;
  margin: 0;
}
.hero-banner-about {
  display: flex;
}

.box-banner-about {
  width: 50%;
  overflow: hidden;
  position: relative;
}
#no-swiper {
  display: grid;
  padding-right: 7.8125vw;
  gap: 1vw;
  grid-template-columns: repeat(2, 1fr);
}
.about-section-4-right-contents {
  display: none;
}
.about-left-background {
  top: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 127%;
  z-index: -999;
}

.about-background {
  overflow: hidden;
  position: relative;
}

#cta-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  object-fit: cover;
}

.hero__background-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: absolute;
  bottom: 0px;
  padding-bottom: 6vw;
}

#about-left-background-title {
  position: absolute;
  left: 0px;
  padding-left: 8%;
}

.about-left-background::before {
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  opacity: 0.35;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.about-left-background img {
  width: 100%;
}
.about-left-background h1 {
  bottom: 17%;
  position: absolute;
  left: 8%;
}
.box-about-banner {
  position: relative;
  overflow: hidden;
}

.box-about-banner img {
  width: 100%;
  height: 83%;
  aspect-ratio: 4/4;
  object-fit: cover;
}
.about-section-1-left-first-content > div,
.about-section-1-right-contents > div > div:first-child,
.about-section-1-left-second-content > div:first-child {
  margin-bottom: 1.5vw;
}
.content-about-banner {
  background-color: rgba(149, 149, 149, 0.5);
  padding: 10% 0;
  padding-left: 11%;
  margin-top: -5px;
}
/* About */
.about-section-1-background {
  padding: 4.8% 0;
  width: 100%;
}

.white-background-s-1 {
  position: relative;
  overflow: hidden;
}

#section-background-1,
#section-background-3,
#section-background-4 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
}
#section-3,
#section-2,
#section-4-wrapper {
  position: relative;
  overflow: hidden;
}

.white-background-s-1,
.white-background {
  background-color: #ffffff;
}

.about-section-1 ul {
  list-style-type: none;
  padding: 0;
}
.about-section-1 ul > li {
  display: flex;
}
.about-section-1 {
  margin-bottom: 6.8vw;
}
.about-section-1-left-second-content > p {
  max-width: 37vw;
}
.about-section-1 ul > li:before {
  content: "-";
  margin-right: 0.5vw;
}
.about-section-1,
.about-section-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.about-section-3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.about-section-3 > div,
.about-section-3 > div > img {
  width: 100%;
}

.about-paragraph-description-2 {
  line-height: 2;
  margin-top: 2.5%;
  margin-bottom: 0.8%;
  width: 101%;
}

.about-section-3-first-contents,
.about-section-3-second-contents {
  width: 90%;
}


.about-section-1-right-contents {
  /*width: 100%;*/
  /*margin-left: 5%;*/
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 12px;
}

.question-about {
  margin-bottom: 8%;
}
.span-tab {
  margin-left: 4%;
}

.about-box-coaching-right-content {
  display: flex;
  gap: 8%;
}

.about-box-coaching {
  width: 115%;
  margin-top: -2%;
}

.about-box-coaching-2 {
  width: 93%;
  display: none;
}


.section-1-about-button {
  width: fit-content;
  height: fit-content;
}
.about-section-1-left-second-content {
  margin-bottom: 2.6vw;
}
.about-section-1-left-contents a {
  text-decoration: none;
  background-color: #14b54a;
  /*padding: 0.4em 2.6em;*/
  padding: 0.3vw 0.6vw;
  transition: 0.3s color ease-in-out;
}


.about-section-2 > .about-section-1-right-contents {
  grid-template-columns: 1fr;
}

.about-section-1-right-contents > img {
  width: 100%;
}

.section-1-title-right-content {
  margin-bottom: -5%;
}

/* Section 2 */
.section-2-background {
  padding: 5% 0% 9.5%;
  position: relative;
}

#section-bg-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -99;
  object-fit: cover;
}


.hero-pagination-container {
  display: none;
}
#options-pagination > div:not(:last-child) {
  margin-right: 1.5vw;
}
#options-swiper-pagination {
  width: fit-content;
  place-self: end;
  padding: 12px;
  background-color: transparent;
  border: 3px solid white;
  transition: 200ms all ease-in-out;
}

.carousel-cta {
  display: none;
}
.carousel-cta.active {
  display: flex;
  font-family: "Poppins", sans-serif;
  font-size: clamp(12px, 0.9vw, 17px);
  border: none;
  text-decoration: none;
  color: white;
  transition: 200ms all;
  gap: 2%;
}
.carousel-cta:hover {
  cursor: pointer;
}
#options-swiper-pagination:hover {
  background-color: #14b54a;
  border: 3px solid #14b54a;
}
#options-swiper-pagination:hover {
  cursor: pointer;
}

#options-swiper-pagination > img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.about-section-2-left-contents {
  width: 50%;
}

.about-section-2-right-contents {
  width: 60%;
  margin-top: 4%;
  position: absolute;
  right: -9.5%;
  overflow: hidden;
  padding-bottom: 8%;
}
#options-swiper-pagination {
  display: block;
}

.about-section-2-right-contents img {
  width: 100%;
}

.about-section-2-first-contents {
  width: 90%;
}

.about-section-2-second-contents {
  margin-top: 3%;
  width: 90%;
}
.about-section-3 .swiper-desc {
  margin: 1.5vw 0px;
}
.about-section-3 .title-section {
  margin-bottom: 0.5vw;
}
.about-section-3 .about-section-2-second-contents {
  margin-top: 0.5vw;
}

.section-2-swiper {
  overflow: hidden;
  height: fit-content;
  place-self: end;
}

.section-2-background > .title-section,
.section-2-background > div > .about-section-2-left-contents {
  padding-left: 7.8125vw;
  box-sizing: border-box;
}
.section-2-swiper .swiper-slide {
height: auto;
  overflow: hidden;
}
.section-2-swiper .swiper-slide > img {
  /*width: 45vw;*/
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.arrow-left {
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.arrow-right {
  margin-left: 1.5vw;
}
.section-2-navigations > div:first-child {
  padding-left: 7.8125vw;
  box-sizing: border-box;
}
.arrow-left,
.arrow-right {
  background-color: transparent;
  border: 3px solid white;
  padding: 0.8vw;
  transition: 200ms all;
}
.section-2-navigations {
  margin-top: 2.7vw;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
/*#collaborate-image-2{*/
/*    display: none;*/
/*}*/
#collaborate-image-1 {
  width: 100%;
  object-fit: cover;
}
.about-section-3 > div > img {
  object-fit: cover;
}
.arrow-left:hover,
.arrow-right:hover {
  background-color: #14b54a;
  border: 3px solid #14b54a;
  cursor: pointer;
}

.about-section-2-check-box {
  display: grid;
  margin-top: 3%;
  list-style: none;
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: clamp(9px, 0.9vw, 17px);
  font-weight: 600;
  gap: 1vw;
}
.about-section-2-check-box > li {
  display: flex;
}
.about-section-2-check-box > li:before {
  margin-right: 0.5vw;
  content: "✓";
}

.check-box-about {
  margin-bottom: 7%;
}

/* Section 3 */
.section-3-background {
  padding: 4.8% 0%;
}
.section-3-background > .container > .title-section {
  margin-bottom: 0.5vw;
}
.about-section-3-first-contents > div {
  margin-bottom: 1.5vw;
}
.about-section-3-first-contents {
  margin-bottom: 1.6vw;
}

.about-section-3-left-contents {
  width: 100%;
  margin-right: 7%;
}

.about-section-3-right-contents {
  width: 100%;
  display: flex;
  gap: 3.5%;
  margin-left: -7.8%;
}

.about-section-3-right-contents img {
  width: 100%;
}


.about-section-4 {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 9vw 0;
  gap: 2.6vw 0;
}

.about-section-4-left-contents {
  max-width: 34vw;
  padding-left: 7.8125vw;
  height: fit-content;
  place-self: center start;
}
.about-section-4-left-contents > .title-section {
  margin-bottom: 1vw;
}
.about-section-4-left-contents > .sub-title {
  margin-bottom: 1.5vw;
}
.slide-wrap > div {
  width: 100%;
  box-sizing: border-box;
  padding: 1.5vw;
  background-color: rgba(190, 190, 190, 0.5);
}
.about-section-4-right-contents .swiper-wrapper > div {
  width: 20vw;
  box-sizing: border-box;
  padding: 1.5vw;
  background-color: rgba(190, 190, 190, 0.5);
}
.slide-wrap > div > p,
.about-section-4-right-contents .swiper-wrapper > div > p {
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: clamp(13px, 1.3vw, 25px);
  font-weight: 600;
  margin-bottom: 1.5vw;
}
.about-section-4 > .pagination-container {
  padding-right: 7.8125vw;
  display: none;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
.slide-wrap,
.about-section-4-right-contents .swiper-wrapper {
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 0.8vw, 17px);
}
.slide-wrap > div > ul,
.about-section-4-right-contents .swiper-wrapper > div > ul {
  list-style: none;
}
.slide-wrap > div > ul > li,
.about-section-4-right-contents .swiper-wrapper > div > ul > li {
  display: flex;
}
.slide-wrap > div > ul > li:before,
.about-section-4-right-contents .swiper-wrapper > div > ul > li:before {
  content: "✓";
  margin-right: 0.5vw;
}
.custom-bullet {
  width: 0.8vw;
  height: 0.8vw;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 100px;
  transition: 0.2s color ease-in-out;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #14b54a;
}

.about-section-4-right-contents {
  overflow: hidden;
}

.about-section-4-box {
  background-color: rgba(190, 190, 190, 0.5);
  padding: 11% 7%;
  width: 91%;
  height: 19vw;
  font-size: clamp(9px, 0.78vw, 15px);
  max-height: 400px;
}

.content-swiper.active {
  display: block;
  height: 30.5vw;
  max-height: 900px;
}

.content-swiper {
  display: none;
}

.mobile-only {
  display: none;
}
.swiper-hero-banner {
  overflow: hidden;
  top: 0;
  z-index: -1;
}

.swiper-hero-img img.active {
  position: absolute;
  width: 100%;
}


.specialities-paragraph-description {
  width: 96.5%;
}

.section-4-box-title {
  margin-left: 2%;
}

.packet-desc {
  margin-top: 4%;
  margin-left: 2%;
}

.swiper-desc {
  height: 7vw;
}
.section-2-background > .title-section {
  margin-bottom: 0.5vw;
}


.about-section-1-background li,
.about-section-1-background p {
  line-height: 1.5vw;
}

.cta-section-2-container {
  display: block;
}
.section-3-pagination-wrapper {
  display: none;
}

/* Tablet Version */
@media (min-width: 641px) and (max-width: 1025px) {
  .slide-wrap > div > p {
    font-size: clamp(12px, 1vw, 25px);
  }
  .slide-wrap > div > ul > li {
    font-size: clamp(6px, 1vw, 11px);
  }

  .about-section-1-background li,
  .about-section-1-background p,
  .section-4-wrapper p,
  .section-4-wrapper li {
    line-height: 1.74vw;
  }


  .about-section-1
    .about-section-1-right-contents
    > div:last-child
    .title-section {
    margin: 0;
    padding-bottom: 1vw;
  }

  .about-section-1
    .about-section-1-right-contents
    > div:last-child
    .about-box-coaching-right-content.active {
    height: fit-content;
  }
  .about-section-1 {
    margin-bottom: 4.8vw;
  }

  .about-section-1-left-second-content {
    margin-bottom: 2.4vw;
  }
  .about-section-2 .about-section-1-right-contents,
  .about-section-3 > div:last-child {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0 1.5vw;
  }
  .about-section-3 > div:last-child {
    place-self: flex-end;
  }


  [id^="section-1-image-"],
  [id^="collaborate-image-"] {
    width: 100%;
    height: 25.1vw;
    object-fit: cover;
  }
  .about-section-2 {
    max-height: 25.1vw;
    overflow: hidden;
  }

  .arrow-left,
  .arrow-right {
    width: 1.55vw;
    padding: 1.26vw;
  }


  .section-2-navigations {
    margin-top: 3vw;
  }

  .section-3-pagination {
    place-self: center;
  }
  .section-3-pagination > div:not(:last-child) {
    margin-right: 1.46vw;
  }
  /*OLD*/
  .swiper-desc {
    height: 10vw;
  }
  .box-banner-about {
    margin-top: 9.5%;
  }
  .about-section-4-box {
    background-color: rgba(190, 190, 190, 0.5);
    padding: 7% 7%;
    width: 91%;
    height: 25vw;
  }

  .content-swiper.active {
    display: block;
    height: 35.5vw;
  }
  .hero-pagination-container {
    display: none;
  }
}

@media (min-width: 360px) and (max-width: 641px) {
  .about-section-2-check-box {
    font-size: clamp(13px, 0.9vw, 17px);
  }
  .about-section-3-first-contents,
  .about-section-3-second-contents {
    width: 100%;
  }
  .slide-wrap > div > ul > li {
    font-size: clamp(6px, 1vw, 11px);
  }
  .slide-wrap > div > p {
    font-size: clamp(12px, 1vw, 25px);
  }
  .pagination-container {
    display: block;
  }
  .about-section-4-right-contents {
    display: block;
  }
  #no-swiper {
    display: none;
  }

  .section-2-swiper .swiper-slide > img {
    height: 250px;
  }
  .about-section-4-right-contents .swiper-wrapper > div {
    padding: 20px;
  }
  .about-section-4-right-contents {
    margin-left: 8%;
  }
  .about-section-4 .pagination-container {
    padding-right: 0;
    /*display: none;*/
    grid-template-columns: 1fr;
  }
  .about-section-4-left-contents > .sub-title {
    margin-bottom: 5vw;
  }
  .about-section-4-left-contents > .title-section {
    margin-bottom: 3vw;
  }
  #options-pagination {
    place-self: center;
  }
  .about-section-3 > div:last-child > img {
    height: 337px;
  }
  .about-section-4 {
    grid-template-columns: 1fr;
  }
  .about-section-4-left-contents {
    max-width: 100%;
    padding: 0 8%;
    box-sizing: border-box;
  }
  #options-swiper-pagination {
    display: none;
  }
  .section-3-pagination-container {
    display: grid;
  }
  .section-3-pagination {
    place-self: center;
  }
  .custom-bullet {
    width: 7px;
    height: 7px;
  }
  .section-3-pagination > div:not(:last-child) {
    margin-right: 1.8vw;
  }
  .about-section-3-first-contents > div,
  .about-section-3-first-contents {
    margin-bottom: 5vw;
  }
  #section-2 .mobile-only {
    margin-top: 5vw;
    display: block;
  }
  .about-section-1-left-first-content > div,
  .about-section-1-right-contents > div > div:first-child,
  .about-section-1-left-second-content > div:first-child {
    margin-bottom: 2.3vw;
  }
  .about-section-1-left-contents a {
    padding: 0.9vw 1.875vw;
  }
  .about-section-1
    .about-section-1-right-contents
    > div:last-child
    .title-section {
    margin: 0;
    padding-top: 1.6vw;
    padding-bottom: 1vw;
  }

  .about-section-1
    .about-section-1-right-contents
    > div:last-child
    .about-box-coaching-right-content.active {
    height: fit-content;
  }
  .about-section-1 {
    grid-template-columns: 1fr;
  }
  .about-section-1-background li,
  .about-section-1-background p {
    line-height: normal;
  }
  .about-section-1-left-second-content > p {
    max-width: 100%;
  }
  .about-section-2 {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
  .about-section-1 .about-section-1-right-contents {
    grid-template-columns: 1fr;
  }
  #about-left-background,
  #about-left-background-title {
    display: none;
  }
  .hero-content-wrapper {
    display: grid;
    grid-template-columns: 1fr;
  }
  .box-banner-about {
    width: 100%;
  }
  .hero-content-wrapper {
    position: relative;
    margin-top: 10vw;
  }
  .about-section-1,
  .about-section-3 {
    flex-direction: column;
    gap: 25px;
  }
  .hero-pagination-container {
    display: grid;
    align-items: center;
    justify-content: center;
    margin-bottom: 7.9vw;
  }
  .about-section-1-background {
    padding: 0;
    padding-bottom: 7.8125vw;
  }
  .about-section-1-left-second-content {
    margin-bottom: 6vw;
  }
  .section-2-navigations {
    display: none;
  }
  .about-section-3 {
    grid-template-columns: 1fr;
  }
  .section-2-background > .title-section,
  .section-2-background > div > .about-section-2-left-contents {
    padding-left: 0;
  }
  .hero-pagination > span:not(:last-child) {
    margin-right: 1.14vw;
  }
  .content-about-banner {
    padding: 5% 8%;
  }
  /*.white-background-s-1 {*/
  /*  display: none;*/
  /*}*/
  .about-section-1-images div:nth-last-child(2) img {
    display: block;
  }

  .about-section-1-background {
    display: block;
  }
  .about-section-2 {
    margin-top: 9%;
    flex-direction: column-reverse;
    gap: 30px;
  }
  .about-section-4-left-contents {
    margin-bottom: 30px;
  }
  .swiper-pagination-about-mobile {
    position: relative;
    margin: 0 auto;
  }
  .section-3-pagination-wrapper {
    display: grid;
    position: relative;
    z-index: 2;
    margin-top: 5vw;
  }
  .swiper-banner-mobile-pagination {
    position: relative;
    text-align: center;
    margin: 7% 0 10%;
  }
  .about-section-4-right-contents-mobile {
    margin: 0 auto;
  }
  .about-section-2-check-box {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5vw 0;
    margin-top: 5vw;
  }
  .about-section-3 .title-section {
    margin-bottom: 5vw;
  }

  .banner-about-mmobile {
    padding: 15% 0;
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
  }
  header {
    background-color: #fff;
  }

  .about-box-coaching-right-content {
    flex-direction: column;
  }

  .about-box-coaching-2 {
    margin-top: -5%;
  }
  .about-box-coaching-2,
  .about-box-coaching,
  .box-banner-mobile img {
    width: 100%;
  }
  .about-banner-mobile {
    overflow: hidden;
  }
  .box-about-banner-mobile img {
    width: 100%;
  }
  .box-about-banner img {
    height: auto;
  }

  .img-mobile-swiper {
    margin-top: -5%;
    margin-bottom: 5%;
  }
  .section-2-background {
    padding: 14% 8%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .about-section-3 .swiper-desc {
    height: fit-content;
  }

  .section-2-background::after {
    content: "";
    background-color: #283948;
    opacity: 0.5;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .section-3-background {
    padding: 12% 0 15%;
  }
  .section-4-background {
    padding: 11.8% 0 13%;
    background-repeat: no-repeat;
    background-size: cover;
  }


  .about-section-3-right-contents div:nth-last-child(2),
  .about-section-1-right-contents div:nth-last-child(2) {
    width: 100%;
  }
  .about-section-3-right-contents {
    margin-left: 0;
  }
  .about-section-4-box {
    background-color: rgba(190, 190, 190, 0.5);
    padding: 7% 7%;
    width: 91%;
    height: 64vw;
  }
  .about-section-1-right-first-content {
    margin-left: 0%;
    flex-direction: column;
  }
  .check-box-about {
    margin-bottom: 4%;
  }
  .question-about {
    cursor: default;
  }
}
