.banner {
  background: #ffd684;
  width: 100%;
  min-height: 800px;
  position: relative;
  overflow: hidden;
}

.banner-background {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-img-nguoi {
  position: absolute;
  bottom: 0;
  right: 8%;
  z-index: 1;
  height: 620px;
  width: 615.857px;
  object-fit: cover;
}

.banner-wapper-daudau {
  position: absolute;
  top: 44%;
  right: -175px;
  pointer-events: none;
}

.banner-content {
  width: 564px;
  height: 330px;
  position: absolute;
  z-index: 10;
  left: 5%;
  top: 54%;
  transform: translateY(-50%);
}

.banner-content-nen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-content-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 36px;
}

.banner-content-headding {
  color: #2e1f12;
  font-family: "Baloo 2";
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.25;
}
[lang="en"] .banner-content-headding {
  font-size: 27px;
}
.banner-content-headding strong {
  color: var(--pri, #fbae17);
  font-weight: 900;
  font-size: 68px;
}
[lang="en"] .banner-content-headding strong {
  font-size: 46px;
}
.banner-img-daudau {
  width: 285.437px;
  height: 377px;
  z-index: 1;
  position: relative;
}

.banner-slogan {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
  margin-top: 12px;
}

.banner-slogan-box {
  min-width: calc(50% - 6px);
  max-width: calc(50% - 6px);
  display: flex;
  align-items: center;
  gap: 6px;
  background: #683f19;
  border: 2px solid #fbae17;
  border-radius: 20px;
  padding: 12px 6px;
}

.banner-slogan-box img {
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
}

.banner-slogan-box p {
  color: #fff;
  font-family: "Baloo 2";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.daudau-tay-left {
  position: absolute;
  top: 75%;
  transform: translateY(-50%);
  left: -18px;
  z-index: 2;
}

.daudau-tay-left svg {
  position: absolute;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}

.daudau-tay-left img {
  display: inline-block;
  transform-origin: top center;
  animation: swingSoft 3s ease-in-out infinite;
}

@keyframes swingSoft {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(3deg);
  }

  50% {
    transform: rotate(-3deg);
  }

  75% {
    transform: rotate(2deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.daudau-tay-right {
  position: absolute;
  z-index: 2;
  top: 46%;
  right: 10px;
}

.daudau-tay-right svg {
  width: 21.455px;
  height: 21.455px;
  position: absolute;
  z-index: 1;
  top: 47%;
  left: 53%;
  transform: translate(-50%, -50%);
}

.daudau-tay-right img {
  width: 64.761px;
  height: 101.168px;
  /* transform-origin: bottom center; */
  animation: swingSoft2 3s infinite ease-in-out;
}

@keyframes swingSoft2 {
  0% {
    transform: rotate(-15deg);
  }

  50% {
    transform: rotate(15deg);
  }

  100% {
    transform: rotate(-15deg);
  }
}

.daudau-nendat {
  width: 260px;
  height: 166px;
  border-radius: 100%;
  background: var(--pri, #fbae17);
  position: absolute;
  top: 90%;
  left: 15px;
}

/* ss2 */
.method {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.method-headding {
  display: flex;
  align-items: end;
  gap: 15px;
  margin-bottom: 12px;
}

.method-headding h2 {
  color: var(--color-text, #3a2a1a);
  text-align: center;
  font-family: "Baloo 2";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  white-space: nowrap;
}

.method-headding img {
  width: 229.904px;
  height: 118.059px;
}

.method-desc {
  color: var(--color-text, #3a2a1a);
  text-align: center;
  font-family: "Baloo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 28px;
}

.method-list {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 40px;
}

.method-list-btn {
  position: relative;
  cursor: pointer;
  min-width: 200px;
  height: 56px;
  border-radius: 49px;
  border: 1px solid rgba(104, 63, 25, 0.12);
  background: #fffde5;
  box-shadow: 0 6px 8px -4px rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3a2a1a;
  text-align: center;
  font-family: "Baloo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  transition: all 1s;
}

.method-list-btn.active {
  color: #fff;
  border: none;
}

.method-list-btn span {
  position: relative;
  z-index: 2;
}

.marker-method {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  border: 2px solid #ffdc97;
  background: linear-gradient(
    87deg,
    #ae6a05 0%,
    #d68c0d 53.23%,
    #fbae17 96.61%
  );
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.12);
}

.method-swiper {
  width: 100%;
}

.method-swiper-box {
  border-radius: 20px;
  /* background: var(--pri, #FBAE17); */
  min-height: 260px;
  padding: 24px 34px 40px 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.method-swiper-box:hover {
  background: transparent;
}

.method-swiper-box-title {
  color: #fff;
  font-family: "Baloo 2";
  font-weight: 700;
  font-size: 36px;
  text-transform: uppercase;

  text-shadow:
    1px 0 #a86b2d,
    -1px 0 #a86b2d,
    0 1px #a86b2d,
    0 -1px #a86b2d,
    1px 1px #a86b2d,
    -1px -1px #a86b2d,
    1px -1px #a86b2d,
    -1px 1px #a86b2d;
  margin-bottom: 21px;
  transition: all 0.5s;
}

.method-swiper-box:hover .method-swiper-box-title {
  color: var(--color-text, #3a2a1a);
  text-shadow:
    1px 0 #fff,
    -1px 0 #fff,
    0 1px #fff,
    0 -1px #fff,
    1px 1px #fff,
    -1px -1px #fff,
    1px -1px #fff,
    -1px 1px #fff;
}

.method-swiper-box-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.method-swiper-box-item {
  cursor: pointer;
  width: 100%;
  min-height: 32px;
  border-radius: 8px;
  background: #fedfa1;
  color: var(--color-text, #3a2a1a);
  font-family: "Baloo 2";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

.method-swiper-box:hover .method-swiper-box-item {
  background: var(--pri, #fbae17);
  border: 1px solid var(--Second, #683f19);
  text-shadow:
    0.5px 0 #fff,
    -0.5px 0 #fff,
    0 0.5px #fff,
    0 -0.5px #fff,
    0.5px 0.5px #fff,
    -0.5px -0.5px #fff,
    0.5px -0.5px #fff,
    -0.5px 0.5px #fff;
}

.method-swiper-box-imgdeco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

.method-swiper-box-imgdeco .method-path2,
.method-swiper-box-imgdeco .method-path1 {
  fill: #fbae17;
  transition: all 1s;
}

.method-swiper .swiper-slide:hover .method-swiper-box-imgdeco .method-path1 {
  fill: #fffde5;
}

.method-swiper .swiper-slide:hover .method-swiper-box-imgdeco .method-path2 {
  fill: #683f19;
}

.method-wrapper {
  width: 100%;
  position: relative;
}

.method-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -62px;
  width: 48px;
  height: 48px;
  background: #fffae5;
  border: 1px solid #fbae17;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.method-button-next svg {
  width: 18px;
  height: 18px;
  aspect-ratio: 1/1;
  transform: translateX(3px);
}

.method-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -62px;
  width: 48px;
  height: 48px;
  background: #fffae5;
  border: 1px solid #fbae17;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.method-button-prev svg {
  width: 18px;
  height: 18px;
  aspect-ratio: 1/1;
  transform: rotate(180deg);
}

.method-button-next.swiper-button-disabled,
.method-button-prev.swiper-button-disabled {
  background: rgba(147, 149, 152, 0.6);
  border: none;
}

.method-button-next.swiper-button-disabled svg path,
.method-button-prev.swiper-button-disabled svg path {
  fill: #fff;
}

/* ss3 */
.videocourses {
  margin-top: 57px;
  width: 100%;
}

.videocourses-headding {
  display: flex;
  align-items: end;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 45px;
}

.videocourses-headding-left-label {
  display: flex;
  align-items: center;
  gap: 7px;
}

.videocourses-headding-left-label svg {
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
}

.videocourses-headding-left-label p {
  color: var(--color-text, #3a2a1a);
  text-align: center;
  font-family: "Baloo 2";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}

.videocourses-headding-left-title {
  background: #683f19;
  border: 2px solid #fbae17;
  padding: 20px 28px;
  border-radius: 12px;
  color: #fff;
  text-align: center;
  font-family: "Baloo 2";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
}

.videocourses-headding-right {
  color: var(--color-text, #3a2a1a);
  font-family: "Baloo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  max-width: 603px;
}

.videocourses-headding-right a {
  text-decoration-line: underline;
  color: var(--color-text, #3a2a1a);
}

.videocourses-headding-right strong {
  color: var(--color-text, #3a2a1a);
  font-family: "Baloo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}

.videocourses-new {
  display: flex;
  align-items: center;
}

.videocourses-new svg {
  width: 38.098px;
  height: 38.098px;
  margin-right: 4px;
}

.videocourses-new-title {
  position: relative;
  color: #fff;
  text-align: center;
  font-family: "Baloo 2";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  text-shadow:
    1px 0 #3a2a1a,
    -1px 0 #3a2a1a,
    0 1px #3a2a1a,
    0 -1px #3a2a1a,
    1px 1px #3a2a1a,
    -1px -1px #3a2a1a,
    1px -1px #3a2a1a,
    -1px 1px #3a2a1a;
}

.videocourses-new-title span {
  position: absolute;
  top: -2px;
  left: 0px;
  z-index: 1;
  color: #3a2a1a;
  text-align: center;
  font-family: "Baloo 2";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
}

.videocourses-new-line {
  flex: 1 0 0;
  background: rgba(104, 63, 25, 0.6);
  height: 1px;
  margin-left: 26px;
}

.videocourses-new-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -62px;
  width: 48px;
  height: 48px;
  background: #fffae5;
  border: 1px solid #fbae17;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.videocourses-new-button-next svg {
  width: 18px;
  height: 18px;
  aspect-ratio: 1/1;
  transform: translateX(3px);
}

.videocourses-new-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -62px;
  width: 48px;
  height: 48px;
  background: #fffae5;
  border: 1px solid #fbae17;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.videocourses-new-button-prev svg {
  width: 18px;
  height: 18px;
  aspect-ratio: 1/1;
  transform: rotate(180deg);
}

.videocourses-new-button-next.swiper-button-disabled,
.videocourses-new-button-prev.swiper-button-disabled {
  background: rgba(147, 149, 152, 0.6);
  border: none;
}

.videocourses-new-button-next.swiper-button-disabled svg path,
.videocourses-new-button-prev.swiper-button-disabled svg path {
  fill: #fff;
}

.videocourses-new-wrapper {
  position: relative;
  margin-top: 27px;
}

.videocourses-new-item {
  cursor: pointer;
  padding: 8px;
  border-radius: 24px;
  background: #fafafa;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08);
}

.videocourses-new-item-img {
  border-radius: 16px;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.videocourses-new-item-title {
  color: var(--color-text, #3a2a1a);
  font-family: "Baloo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 20px;
  margin-bottom: 12px;
  padding: 0 8px;
}

.videocourses-new-item-listtag {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  padding: 0 8px;
}

.videocourses-new-item-tag {
  display: flex;
  align-items: center;
  gap: 4px;
}

.videocourses-new-item-tag img {
  width: 12px;
  height: 12px;
  aspect-ratio: 1/1;
}

.videocourses-new-item-tag p {
  color: var(--color-text, #262626);
  font-family: "Baloo 2";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.videocourses-new-item-desc {
  margin-top: 20px;
  padding: 0 8px;
  color: rgba(38, 38, 38, 0.8);
  font-family: "Baloo 2";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  height: 58px;
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.videocourses-new-item-price {
  margin-top: 24px;
  margin-bottom: 22px;
  display: flex;
  gap: 12px;
  width: max-content;
  margin-left: auto;
  padding: 0 8px;
}

.videocourses-new-item-originalprice {
  color: rgba(58, 42, 26, 0.4);
  font-family: "Baloo 2";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: line-through;
}

.videocourses-new-item-sellingprice {
  color: var(--Orange, #ff8b14);
  font-family: "Baloo 2";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.videocourses-new-item-detail {
  width: 100%;
  height: 44px;
  padding: 12px 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 48px;
  background: #cfd6d1;
  transition: all 0.5s;
}

.videocourses-new-item-detail p {
  color: #fff;
  font-family: "Baloo 2";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.videocourses-new-item-detail svg {
  width: 16px;
  height: 16px;
}

.videocourses-new-item:hover .videocourses-new-item-detail {
  border-radius: 48px;
  border: 1px solid var(--Sup, #a87c4f);
  background: var(--pri, #fbae17);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
}

.videocourses-new-item-category {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
}

.videocourses-list {
  margin-top: 40px;
}

.videocourses-list-category {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  padding: 0 16px;
}

.videocourses-category-item {
  position: relative;
  cursor: pointer;
  min-width: 160px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 49px;
  border: 1px solid rgba(104, 63, 25, 0.12);
  background: #fffde5;
  box-shadow: 0 6px 8px -4px rgba(0, 0, 0, 0.04);
}

.videocourses-category-item p {
  position: relative;
  z-index: 2;
  color: var(--color-text, #3a2a1a);
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.4);
  font-family: "Baloo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  transition: all 0.5s;
}

.videocourses-category-item.active {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.12);
}

.videocourses-category-item.active p {
  color: #fff;
  font-weight: 700;
}

.marker-videocourses-category-item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  border: 2px solid #ffdc97;
  background: linear-gradient(
    87deg,
    #ae6a05 0%,
    #d68c0d 53.23%,
    #fbae17 96.61%
  );
}

.videocourses-list-moreall {
  width: 228px;
  height: 56px;
  border-radius: 33px;
  border: 1px solid #fbae17;
  background: #fffde5;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0 auto;
  margin-top: 40px;
}

.videocourses-list-moreall img {
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
}

.videocourses-list-moreall p {
  color: var(--color-text, #3a2a1a);
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.4);
  font-family: "Baloo 2";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.videocourses-list-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
  margin-top: 40px;
}

.videocourses-list-item .videocourses-new-item {
  width: calc(25% - 60px / 4);
  position: relative;
}

/* ss4 */
.achievements {
  padding-top: 155px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 80px;
  position: relative;
  background-image: var(--bg-img-achievements);
  background-size: cover;
  background-repeat: no-repeat;
}

.achievements-img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.achievements-achievements {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -45px;
  z-index: -1;
}

.achievements-headding {
  position: relative;
}

.achievements-headding-title {
  padding: 10px 16px;
  position: relative;
  z-index: 2;
  color: var(--Second, #683f19);
  text-align: center;
  font-family: "Baloo 2";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
}

.achievements-headding-title strong {
  color: var(--pri, #fbae17);
}

.achievements-headding-imgbg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
[lang="en"] .achievements-headding-imgbg {
  object-fit: cover;
}
.achievements-headding-imgcup {
  z-index: 3;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -65px;
  width: 59.536px;
  height: 72px;
  transform-origin: center;
  animation: zoomShake 5s ease-in-out infinite;
}

@keyframes zoomShake {
  0% {
    transform: scale(1) rotate(0) translateX(-50%);
  }

  20% {
    transform: scale(1.1) rotate(0) translateX(-50%);
  }

  40% {
    transform: scale(1) rotate(0) translateX(-50%);
  }

  55% {
    transform: scale(1) rotate(-5deg) translateX(-50%);
  }

  70% {
    transform: scale(1) rotate(8deg) translateX(-50%);
  }

  85% {
    transform: scale(1) rotate(-3deg) translateX(-50%);
  }

  100% {
    transform: scale(1) rotate(0) translateX(-50%);
  }
}

.achievements-headding-start1 {
  position: absolute;
  top: -65px;
  right: 111px;
}

.achievements-headding-start2 {
  position: absolute;
  top: -22px;
  left: 122px;
}

.achievements-desc {
  margin-top: 17px;
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
  font-family: "Baloo 2";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-shadow:
    1px 0 rgba(104, 63, 25, 0.6),
    -1px 0 rgba(104, 63, 25, 0.6),
    0 1px rgba(104, 63, 25, 0.6),
    0 -1px rgba(104, 63, 25, 0.6),
    1px 1px rgba(104, 63, 25, 0.6),
    -1px -1px rgba(104, 63, 25, 0.6),
    1px -1px rgba(104, 63, 25, 0.6),
    -1px 1px rgba(104, 63, 25, 0.6);
}

.achievements-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 85px;
}

.achievements-list {
  position: relative;
  background: #fffde5;
  border: 1px solid #fbae17;
  border-radius: 20px;
  height: 626px;
  padding: 32px;
  display: flex;
  gap: 36px;
}

.achievements-swiper2 {
  flex-shrink: 0;
  width: 398.095px;
  height: 100%;
  border-radius: 16px;
  border: 3px solid #683f19;
}

.achievements-swiper2 .slide-image-wrapper {
  height: 100%;
}

.achievements-right {
  width: calc(100% - 398.095px - 36px - 32px * 2);
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.achievements-infor {
  width: 100%;
  padding-top: 32px;
}

.achievements-infor-name {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 32px;
}

.achievements-infor-check {
  width: 24px;
  height: 24px;
}

.achievements-infor-name p {
  color: var(--color-text, #3a2a1a);
  font-family: "Baloo 2";
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
}

.achievements-infor-point {
  display: flex;
  align-items: center;
  gap: 28px;
}

.achievements-infor-point-box {
  display: flex;
  align-items: center;
  gap: 12px;
}

.achievements-box-label {
  color: var(--color-text, #3a2a1a);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.achievements-box-value {
  min-width: 64px;
  height: 36px;
  background: #fbae17;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-family: "Baloo 2";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  text-shadow:
    1px 0 rgba(104, 63, 25, 0.4),
    -1px 0 rgba(104, 63, 25, 0.4),
    0 1px rgba(104, 63, 25, 0.4),
    0 -1px rgba(104, 63, 25, 0.4),
    1px 1px rgba(104, 63, 25, 0.4),
    -1px -1px rgba(104, 63, 25, 0.4),
    1px -1px rgba(104, 63, 25, 0.4),
    -1px 1px rgba(104, 63, 25, 0.4);
}

.achievements-infor-point-line {
  width: 1px;
  height: 24px;
  background: rgba(104, 63, 25, 0.4);
}

.achievements-infor-point-total {
  min-width: 140px;
  height: 52px;
  background: #683f19;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  gap: 3px;
}

.achievements-point-total-value {
  color: #fff;
  text-align: center;
  font-family: "Baloo 2";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  text-shadow:
    1px 0 rgba(104, 63, 25, 0.4),
    -1px 0 rgba(104, 63, 25, 0.4),
    0 1px rgba(104, 63, 25, 0.4),
    0 -1px rgba(104, 63, 25, 0.4),
    1px 1px rgba(104, 63, 25, 0.4),
    -1px -1px rgba(104, 63, 25, 0.4),
    1px -1px rgba(104, 63, 25, 0.4),
    -1px 1px rgba(104, 63, 25, 0.4);
}

.achievements-point-total-label {
  width: 34px;
  color: #fff;
  font-family: "Baloo 2";
  font-size: 11.9px;
  font-style: normal;
  font-weight: 600;
  line-height: 15.3px;
}

.achievements-infor-desc {
  color: var(--color-text, #3a2a1a);
  font-family: "Baloo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin-top: 20px;
}

.achievements-thumbsSlider {
  height: 240px;
  width: 100%;
  display: flex;
}

.achievements-swiper {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.achievements-swiper .swiper-slide {
  border-radius: 12px;
}

.achievements-swiper .swiper-slide.swiper-slide-thumb-active {
  border-top: 2px solid var(--pri, #fbae17);
  border-right: 2px solid var(--pri, #fbae17);
  border-bottom: 4px solid var(--pri, #fbae17);
  border-left: 2px solid var(--pri, #fbae17);
}

.achievements-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.achievements-thumb-tag {
  position: absolute;
  max-width: 90%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12px;
  border-radius: 5.643px;
  border: 1px solid rgba(104, 63, 25, 0.6);
  background: #fbae17;
  padding: 9px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.achievements-thumb-tag p {
  white-space: nowrap;
  color: #fff;
  text-align: center;
  font-family: "Baloo 2";
  font-size: 25.393px;
  font-style: normal;
  font-weight: 700;
  line-height: 25.393px;
  text-transform: uppercase;
  text-shadow:
    1px 0 rgba(104, 63, 25, 0.6),
    -1px 0 rgba(104, 63, 25, 0.6),
    0 1px rgba(104, 63, 25, 0.6),
    0 -1px rgba(104, 63, 25, 0.6),
    1px 1px rgba(104, 63, 25, 0.6),
    -1px -1px rgba(104, 63, 25, 0.6),
    1px -1px rgba(104, 63, 25, 0.6),
    -1px 1px rgba(104, 63, 25, 0.6);
}

.achievements-new-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -62px;
  width: 48px;
  height: 48px;
  background: #fffae5;
  border: 1px solid #fbae17;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.achievements-new-button-next svg {
  width: 18px;
  height: 18px;
  aspect-ratio: 1/1;
  transform: translateX(3px);
}

.achievements-new-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -62px;
  width: 48px;
  height: 48px;
  background: #fffae5;
  border: 1px solid #fbae17;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.achievements-new-button-prev svg {
  width: 18px;
  height: 18px;
  aspect-ratio: 1/1;
  transform: rotate(180deg);
}

.achievements-new-button-next.swiper-button-disabled,
.achievements-new-button-prev.swiper-button-disabled {
  background: rgba(147, 149, 152, 0.6);
  border: none;
}

.achievements-new-button-next.swiper-button-disabled svg path,
.achievements-new-button-prev.swiper-button-disabled svg path {
  fill: #fff;
}

/* ss5 */
.trip {
  background: #744a23;
  position: relative;
  min-height: 100vh;
  background-image: var(--bg-img-trip);
  background-size: cover;
  background-repeat: no-repeat;
}

.trip-wapper-up {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 50px;
  align-items: end;
  padding-top: 100px;
  margin-bottom: 30px;
}

.trip-headding {
  display: flex;
  align-items: center;
  gap: 13px;
}

.trip-headding-number {
  color: #fff;
  text-align: center;
  text-shadow:
    1px 0 rgba(104, 63, 25, 0.6),
    -1px 0 rgba(104, 63, 25, 0.6),
    0 1px rgba(104, 63, 25, 0.6),
    0 -1px rgba(104, 63, 25, 0.6),
    1px 1px rgba(104, 63, 25, 0.6),
    -1px -1px rgba(104, 63, 25, 0.6),
    1px -1px rgba(104, 63, 25, 0.6),
    -1px 1px rgba(104, 63, 25, 0.6);
  font-family: "Baloo 2";
  font-size: 203.466px;
  font-style: normal;
  font-weight: 700;
  line-height: 0.7;
  text-transform: uppercase;
}

.trip-headding-label {
  position: relative;
  width: 309px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  background-image: var(--bg-img-trip-headding-label);
  background-size: cover;
  background-repeat: no-repeat;
}

.trip-headding-label p {
  color: var(--color-text, #3a2a1a);
  text-align: center;
  font-family: "Baloo 2";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.trip-headding-label svg {
  position: absolute;
  width: 34.985px;
  height: 34.985px;
  top: -9px;
  right: -18px;
  z-index: 1;
}

.trip-headding-title h2 {
  color: #fff;
  text-align: center;
  text-shadow:
    1px 0 rgba(104, 63, 25, 0.6),
    -1px 0 rgba(104, 63, 25, 0.6),
    0 1px rgba(104, 63, 25, 0.6),
    0 -1px rgba(104, 63, 25, 0.6),
    1px 1px rgba(104, 63, 25, 0.6),
    -1px -1px rgba(104, 63, 25, 0.6),
    1px -1px rgba(104, 63, 25, 0.6),
    -1px 1px rgba(104, 63, 25, 0.6);
  font-family: "Baloo 2";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.trip-desc {
  width: 547px;
  color: #fff;
  font-family: "Baloo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.trip-desc strong {
  font-weight: 600;
}

.trip-desc a {
  color: #fff;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 6%;
  text-underline-offset: 6%;
  text-underline-position: from-font;
}

.trip-swiper {
  width: 100%;
  height: 704px;
}

.trip-swiper .swiper-slide {
  background-image: var(--bg-img-trip-swiper-slide);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  padding: 16px 17px 16px 28px;
}

.trip-slide-index {
  position: absolute;
  top: 8px;
  left: 60px;
  background: #fbae17;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 3px solid #683f19;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Baloo 2";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.trip-slide-logo {
  position: absolute;
  top: 55px;
  left: 22px;
}

.trip-slide-title {
  display: flex;
  gap: 3px;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 65px;
  right: 0;
  width: 240px;
}

.trip-slide-title svg {
  width: 19px;
  height: 19px;
  transform: translateY(-4px);
}

.trip-slide-title p {
  color: #fff;
  text-align: center;
  text-shadow:
    1px 0 rgba(104, 63, 25, 0.6),
    -1px 0 rgba(104, 63, 25, 0.6),
    0 1px rgba(104, 63, 25, 0.6),
    0 -1px rgba(104, 63, 25, 0.6),
    1px 1px rgba(104, 63, 25, 0.6),
    -1px -1px rgba(104, 63, 25, 0.6),
    1px -1px rgba(104, 63, 25, 0.6),
    -1px 1px rgba(104, 63, 25, 0.6);
  font-family: "Baloo 2";
  font-size: 21.095px;
  font-style: normal;
  font-weight: 700;
  line-height: 23.439px;
  text-transform: uppercase;
}

.trip-slide-label {
  color: var(--color-text, #3a2a1a);
  font-family: "Baloo 2";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 16px;
  margin-top: 26px;
}

.trip-slide-content-item {
  display: flex;
  gap: 8px;
  align-items: start;
}

.trip-slide-content-item img {
  width: 20px;
  height: 20px;
}

.trip-slide-content-item p {
  color: var(--color-text, #3a2a1a);
  font-family: "Baloo 2";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.trip-swiper-control {
  display: flex;
  align-items: center;
  gap: 16px;
  width: max-content;
  margin: 0 auto;
  padding-bottom: 42px;
}

.trip-swiper-button-next,
.trip-swiper-button-prev {
  cursor: pointer;
  flex-shrink: 0;
}

.trip-swiper-button-next svg,
.trip-swiper-button-prev svg {
  width: 24px;
  height: 24px;
}

.trip-swiper-pagination {
  display: flex;
  gap: 7px;
}

.trip-swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.6);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  opacity: 1;
}

.trip-swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fbae17;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  opacity: 1;
  position: relative;
}

.trip-swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 16px;
  height: 16px;
  border: 0.5px solid #fbae17;
  border-radius: 100%;
  opacity: 1;
}

/* ss6 */
.team {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
}

.team-headding {
  display: flex;
  align-items: end;
  gap: 12px;
}

.team-headding-title {
  color: var(--color-text, #3a2a1a);
  text-align: center;
  font-family: "Baloo 2";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.team-headding img {
  width: 228.546px;
  height: 118.061px;
}

.team-headding-desc {
  margin-top: 12px;
  color: var(--color-text, #3a2a1a);
  text-align: center;
  font-family: "Baloo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 40px;
}

.team-swiper-wrapper {
  position: relative;
  width: 100%;
}

.team-swiper .swiper-slide {
  background-image: var(--bg-img-team);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 24px;
  padding: 12px 16px;
}

.team-slide-top {
  display: flex;
  gap: 16px;
  align-items: end;
}

.team-slide-top-label {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Baloo 2";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.team-slide-top-name {
  position: relative;
  background-image: var(--img-bg-team-slide-top-name);
  background-size: cover;
  background-repeat: no-repeat;
  width: 250px;
  min-height: 38px;
  padding: 11px 12px;
}

.team-slide-top-name p {
  color: #3a2a1a;
  font-family: "Baloo 2";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

.team-slide-top-name img {
  width: 47.247px;
  height: 61px;
  position: absolute;
  right: -11px;
  bottom: 0;
}

.team-slide-top-logo {
  background-image: var(--img-bg-team-slide-top-logo);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 113.439px;
  height: 49.738px;
}

.team-slide-top-logo img {
  width: 88.372px;
  height: 34.566px;
  aspect-ratio: 88.37/34.57;
}

.team-slide-down {
  background-image: var(--img-bg-team-slide-down);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 9px;
  border-radius: 16px;
  padding: 11.77px 8px 13px 0;
  display: flex;
  gap: 7px;
}

.team-slide-content {
  flex: 1 0 0;
}

.team-slide-img {
  position: relative;
  width: 136px;
}

.team-slide-avt {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  border: 3px solid #fff;
  object-fit: cover;
}

.team-slide-check {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 178px;
  min-height: 28.48px;
  border-radius: 23.14px;
  border: 0.89px solid var(--Green, #64c24e);
  background: #f3fff2;
  box-shadow: 0 1.78px 14.24px 0 rgba(0, 179, 0, 0.2);
  padding: 3px 7px 0px 7px;
  display: flex;
  align-items: center;
  gap: 2px;
}

.team-slide-check img {
  width: 22.48px;
  height: 22.48px;
  aspect-ratio: 1/1;
}

.team-slide-check p {
  color: var(--Green, #64c24e);
  text-align: center;
  font-family: "Baloo 2";
  font-size: 14.24px;
  font-style: normal;
  font-weight: 500;
  line-height: 17.8px;
}

.team-slide-content-label {
  margin-left: -10px;
  border-radius: 6px;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  width: calc(100% + 10px);
  min-height: 32px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px;
}

.team-slide-content-label svg {
  width: 14.931px;
  height: 15.992px;
}

.team-slide-content-label p {
  color: var(--color-text, #3a2a1a);
  font-family: "Baloo 2";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.team-slide-content-desc {
  margin-top: 5px;
  color: #fff;
  font-family: "Baloo 2";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.team-slide-content-desc ul {
  padding-left: 22px;
  margin-bottom: 10px;
}

.team-slide-content-desc li {
  color: #fff;
  font-family: "Baloo 2";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.team-slide-content-desc li strong {
  font-weight: 600;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 4%;
  text-underline-offset: 12%;
  text-underline-position: from-font;
}

.team-swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -62px;
  width: 48px;
  height: 48px;
  background: #fffae5;
  border: 1px solid #fbae17;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.team-swiper-button-next svg {
  width: 18px;
  height: 18px;
  aspect-ratio: 1/1;
  transform: translateX(3px);
}

.team-swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -62px;
  width: 48px;
  height: 48px;
  background: #fffae5;
  border: 1px solid #fbae17;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.team-swiper-button-prev svg {
  width: 18px;
  height: 18px;
  aspect-ratio: 1/1;
  transform: rotate(180deg);
}

.team-swiper-button-next.swiper-button-disabled,
.team-swiper-button-prev.swiper-button-disabled {
  background: rgba(147, 149, 152, 0.6);
  border: none;
}

.team-swiper-button-next.swiper-button-disabled svg path,
.team-swiper-button-prev.swiper-button-disabled svg path {
  fill: #fff;
}

/* ss7 */
.why {
  background-image: var(--bg-img-why);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0;
}

.why-headding {
  color: #fff;
  text-align: center;
  text-shadow:
    1px 0 rgba(104, 63, 25, 0.6),
    -1px 0 rgba(104, 63, 25, 0.6),
    0 1px rgba(104, 63, 25, 0.6),
    0 -1px rgba(104, 63, 25, 0.6),
    1px 1px rgba(104, 63, 25, 0.6),
    -1px -1px rgba(104, 63, 25, 0.6),
    1px -1px rgba(104, 63, 25, 0.6),
    -1px 1px rgba(104, 63, 25, 0.6);
  font-family: "Baloo 2";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  text-transform: uppercase;
  margin-bottom: 42px;
  width: 100%;
}

.why-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.why-item {
  position: relative;
  width: calc(25% - 45px / 4);
  background-image: var(--bg-img-why-item);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  min-height: 307px;
  padding: 28px 13px 24px 24px;
  transition: all 0.5s;
}

.why-item:hover {
  transform: translateY(-25px);
}

.why-item-title {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 30px;
}

.why-item-index {
  background-image: var(--bg-img-why-item-elips);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.why-item-index p {
  color: #fff;
  font-family: "Baloo 2";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.why-item-title > p {
  color: var(--color-text, #3a2a1a);
  font-family: "Baloo 2";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  flex: 1 0 0;
}

.why-item-content {
  position: relative;
  z-index: 1;
  color: var(--color-text, #3a2a1a);
  font-family: "Baloo 2";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.why-item-content ul {
  padding-left: 24px;
  list-style: none;
}

.why-item-content li {
  position: relative;
  margin-bottom: 20px;
}

.why-item-content li:last-of-type {
  margin-bottom: 0;
}

.why-item-content li::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 2px;
  width: 16px;
  height: 16px;
  background: var(--bg-img-why-item-check) no-repeat center;
  background-size: contain;
}

/* ss8 */
.class {
  padding: 57px 0;
}

.class-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 60px;
}

.class-headding {
  display: flex;
  align-items: end;
}

.class-headding svg {
  width: 52px;
  height: 52px;
  margin-right: 5px;
}

.class-headding-title {
  color: var(--color-text, #3a2a1a);
  text-align: center;
  font-family: "Baloo 2";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.class-headding img {
  width: 228.546px;
  height: 118.927px;
  margin-left: 13px;
}

.class-desc {
  width: 724px;
  min-height: 122px;
  position: relative;
  padding: 20px 45px;
  background-image: var(--bg-img-class);
  background-size: cover;
  background-repeat: no-repeat;
}

.class-desc img {
  width: 81.326px;
  height: 105px;
  position: absolute;
  bottom: -41px;
  right: -15px;
}

.class-desc p {
  color: var(--color-text, #3a2a1a);
  font-family: "Baloo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.class-swiper2,
.class-swiper1 {
  width: 100%;
}

.class-swiper2 {
  margin-top: 20px;
}

.class-swiper2 .swiper-slide img,
.class-swiper1 .swiper-slide img {
  border-radius: 12px;
  height: 296px;
  width: 100%;
  object-fit: cover;
}

.class-swiper2 .swiper-wrapper,
.class-swiper1 .swiper-wrapper {
  transition-timing-function: linear !important;
}

/* ss8 */
.form {
  max-width: 1288px;
  position: relative;
  margin-bottom: 90px;
  background-image: var(--bg-img-form);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 48px 40px 40px 60px;
  display: flex;
  gap: 30px;
}

.form .wpcf7 {
  flex: 1 0 0;
}

.form-left {
  flex: 1 0 0;
}

.form-left-label {
  width: 416px;
  height: 67px;
  position: relative;
  padding: 3px 47px 0px 32px;
  background-image: var(--bg-img-form-label);
  background-size: cover;
  background-repeat: no-repeat;
}

.form-left-label img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -22.22px;
  transform-origin: top;
  animation: phone-ring 3s ease-in-out infinite;
}

@keyframes phone-ring {
  0% {
    transform: rotate(0deg) translateY(-50%);
  }

  10% {
    transform: rotate(12deg) translateY(-50%);
  }

  20% {
    transform: rotate(-12deg) translateY(-50%);
  }

  30% {
    transform: rotate(12deg) translateY(-50%);
  }

  40% {
    transform: rotate(-12deg) translateY(-50%);
  }

  50% {
    transform: rotate(10deg) translateY(-50%);
  }

  60% {
    transform: rotate(-10deg) translateY(-50%);
  }

  70% {
    transform: rotate(6deg) translateY(-50%);
  }

  80% {
    transform: rotate(-6deg) translateY(-50%);
  }

  90% {
    transform: rotate(2deg) translateY(-50%);
  }

  100% {
    transform: rotate(0deg) translateY(-50%);
  }
}

.form-left-label p {
  color: var(--color-text, #3a2a1a);
  text-align: center;
  font-family: "Baloo 2";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
[lang="vi"] .form-left-label p {
  white-space: nowrap;
}
.form-left-label svg {
  position: absolute;
  width: 63px;
  height: 61px;
  top: -35px;
  left: -36px;
}

.form-left-title {
  margin-top: 15px;
  margin-bottom: 23px;
  color: #fff;
  text-align: start;
  text-shadow:
    1px 0 rgba(104, 63, 25, 0.6),
    -1px 0 rgba(104, 63, 25, 0.6),
    0 1px rgba(104, 63, 25, 0.6),
    0 -1px rgba(104, 63, 25, 0.6),
    1px 1px rgba(104, 63, 25, 0.6),
    -1px -1px rgba(104, 63, 25, 0.6),
    1px -1px rgba(104, 63, 25, 0.6),
    -1px 1px rgba(104, 63, 25, 0.6);
  font-family: "Baloo 2";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  text-transform: uppercase;
}

.form-left-desc {
  color: var(--color-text, #3a2a1a);
  font-family: "Baloo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.form-left-imgdeco {
  transform: scaleX(-1);
  position: absolute;
  bottom: 0;
  left: 58px;
}

.form-home {
  width: 600px;
}

.form-home-input {
  width: 100%;
  height: 48px;
  border-radius: 40px;
  border: 1px solid #ebebeb;
  background: #fff;
  box-shadow: 3px 2px 6px 0 rgba(0, 0, 0, 0.06) inset;
  padding: 15px 20px;
  color: rgba(19, 36, 86, 1);
  font-family: "Baloo 2";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.28px;
  margin-bottom: 20px;
}

.form-home-input::placeholder {
  color: rgba(19, 36, 86, 0.6);
}

.form-home-textarea {
  width: 100%;
  height: 100px;
  border-radius: 20px;
  border: 1px solid #ebebeb;
  background: #fff;
  box-shadow: 3px 2px 6px 0 rgba(0, 0, 0, 0.06) inset;
  padding: 15px 20px;
  color: rgba(19, 36, 86, 1);
  font-family: "Baloo 2";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.28px;
  margin-bottom: 20px;
}

.form-home-textarea::placeholder {
  color: rgba(19, 36, 86, 0.6);
}

.form-home-commit {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 20px;
}

.form-home-commit svg {
  width: 15px;
  height: 15px;
}

.form-home-commit-p {
  color: var(--color-text, #3a2a1a);
  font-family: "Baloo 2";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 4%;
  text-underline-offset: 8%;
  text-underline-position: from-font;
}

.form-home-btn {
  margin-left: auto;
  display: flex;
  height: 56px;
  padding: 11px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 40px;
  border: 2px solid #ffdc97;
  background: linear-gradient(
    87deg,
    #ae6a05 0%,
    #d68c0d 53.23%,
    #fbae17 96.61%
  );
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  font-family: "Baloo 2";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  transition: all 1s;
}

.form-home-btn:hover {
  color: var(--color-text, #3a2a1a);
  border-radius: 40px;
  border: 1px solid #ffdc97;
  background: #ffeac0;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.12);
}

.videocourses-swiper-pagination,
.method-swiper-pagination {
  display: none;
}

.class-headding-wrapper {
  display: flex;
  gap: 4px;
}

.videocourses-new-swiper {
  padding: 16px 10px;
}

@media (max-width: 768px) {
  /* ss1 */
  .banner-content-nen {
    display: none;
  }

  .banner-content {
    width: 100%;
    left: 0;
    top: 70px;
    transform: translateY(0);
  }

  .banner-content-headding {
    font-size: 24px;
  }

  .banner-content-headding strong {
    font-size: 24px;
  }

  .banner-slogan-box {
    padding: 8px 6px;
  }

  .banner-slogan-box p {
    font-size: 16px;
    line-height: 1.5;
  }

  .banner-img-nguoi {
    right: 0;
    width: 100%;
    height: 380px;
  }

  .banner {
    min-height: 132vh;
  }

  .banner-wapper-daudau {
    right: 0;
    top: 23%;
  }

  .daudau-nendat {
    display: none;
  }

  .banner-img-daudau {
    width: 175.437px;
  }

  .method {
    padding-top: 26px;
  }

  .method-headding {
    flex-direction: column;
    align-items: center;
    padding: 0 16px;
  }

  .method-headding h2 {
    font-size: 22px;
  }

  .method-headding img {
    width: 195.904px;
    height: 104.059px;
    transform: translate(14px, -44px);
  }

  .method-desc {
    padding: 0 16px;
  }

  .method-list {
    padding: 0 16px;
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
  }

  .method-list-btn {
    min-width: 160px;
    font-size: 16px;
  }

  .method-swiper {
    padding: 0 16px;
  }

  .method-swiper-box:hover,
  .method-swiper-box {
    background: var(--pri, #fbae17);
  }

  .method-swiper-pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }

  .method-swiper-pagination .swiper-pagination-bullet-active {
    background: var(--pri, #fbae17);
  }

  .videocourses-headding {
    flex-direction: column;
    padding: 0 16px;
    gap: 16px;
    align-items: start;
    margin-bottom: 20px;
  }

  .videocourses-headding-left {
    width: 100%;
  }

  .videocourses-headding-left-title {
    font-size: 26px;
    width: 100%;
  }

  .videocourses-headding-right {
    font-size: 16px;
  }

  .videocourses-new-title {
    font-size: 28px;
  }

  .videocourses-new-title span {
    font-size: 28px;
  }

  .videocourses-new-line {
    display: none;
  }

  .videocourses-new-swiper {
    padding: 0 16px;
  }

  .videocourses-list-category {
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
  }

  .videocourses-swiper-pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }

  .videocourses-swiper-pagination .swiper-pagination-bullet-active {
    background: var(--pri, #fbae17);
  }

  /*  */
  .achievements-list {
    flex-direction: column;
    height: auto;
    padding: 32px 16px;
  }

  .achievements-infor-point {
    flex-wrap: wrap;
  }

  .achievements-swiper2 {
    width: 100%;
    height: 300px;
  }

  .achievements-right {
    flex-direction: column-reverse;
    width: 100%;
  }

  .achievements-new-button-next {
    right: 10px;
    top: 325px;
    transform: translateY(0);
    z-index: 10;
  }

  .achievements-new-button-prev {
    left: 10px;
    top: 325px;
    transform: translateY(0);
    z-index: 10;
  }

  .achievements {
    padding-top: 259px;
    margin-top: 0;
  }

  .achievements-desc {
    padding: 0 16px;
    font-size: 32px;
  }

  .achievements-achievements {
    top: 115px;
  }

  /*  */
  .trip {
    min-height: unset;
  }

  .trip-wapper-up {
    flex-direction: column;
    padding-top: 30px;
  }

  .trip-headding-number {
    font-size: 150.466px;
  }

  .trip-headding-title {
    padding-right: 20px;
  }

  .trip-headding-label {
    width: auto;
  }

  .trip-headding-label p {
    font-size: 32px;
  }

  .trip-headding-title h2 {
    font-size: 22px;
  }

  .trip-desc {
    padding: 0 16px;
    width: 100%;
  }

  .trip-swiper {
    padding: 0 16px;
    height: 630px;
  }

  .trip-slide-logo {
    width: 115px;
  }

  .trip-swiper .swiper-slide {
    justify-content: end;
  }

  .trip-slide-label {
    margin-bottom: 10px;
  }

  .trip-slide-content-item {
    margin-bottom: 12px;
  }

  .trip-slide-content {
    height: 100%;
    padding-top: 55px;
  }

  .team-headding {
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
  }

  .team-headding-title {
    font-size: 30px;
  }

  .team-headding img {
    transform: translate(26px, -53px);
  }

  .team-headding-desc {
    margin-top: 0;
    padding: 0 16px;
    margin-bottom: 16px;
  }

  .team-swiper {
    padding: 0 8px;
  }

  .why-list {
    width: 100%;
    padding: 0 16px;
  }

  .why-item {
    width: 100%;
    padding: 28px 13px 60px 24px;
  }

  /*  */
  .class-top {
    flex-direction: column;
  }

  .class-headding {
    flex-direction: column;
    width: 100%;
    align-items: start;
    padding: 0 16px;
  }

  .class-headding-title {
    font-size: 30px;
  }

  .class-headding img {
    transform: translateY(-43px);
  }

  .class-desc {
    width: 100%;
    padding: 0 16px;
    background-image: none;
  }

  .class-desc img {
    bottom: 100%;
    right: 0;
  }

  .class-swiper2 .swiper-slide img,
  .class-swiper1 .swiper-slide img {
    height: 146px;
  }

  .form {
    flex-direction: column;
    padding: 48px 16px 40px 16px;
    padding-bottom: 145px;
    margin-bottom: 40px;
  }

  .form-left-label {
    width: 96%;
    display: flex;
    align-items: center;
  }

  .form-left-label p {
    font-size: 28px;
  }

  .form-left-title {
    font-size: 27px;
  }

  .form-home {
    width: 100%;
  }

  .form-left-imgdeco {
    left: 0;
  }

  .method-button-prev,
  .method-button-next,
  .videocourses-new-button-prev,
  .videocourses-new-button-next {
    display: none;
  }

  .videocourses-list-item .videocourses-new-item {
    width: 100%;
  }

  .videocourses-list-item {
    padding: 0 16px;
  }

  .achievements-thumbsSlider {
    height: 250px;
  }

  .team-swiper-button-prev,
  .team-swiper-button-next {
    display: none;
  }

  .trip-slide-title {
    width: 210px;
  }

  .achievements-headding-title {
    font-size: 24px;
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  .class-headding-title {
    font-size: 32px;
  }

  .class-headding img {
    width: 197.546px;
    height: 65.927px;
  }

  .class-desc {
    width: auto;
    flex: 1 0 0;
  }

  .class-desc img {
    right: 0;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    gap: 20px;
  }

  .why-item {
    width: calc(50% - 45px / 2);
    min-height: 396px;
  }

  .why-item:hover {
    transform: translateY(-10px);
  }

  .method-headding h2 {
    font-size: 28px;
  }

  .videocourses-headding {
    gap: 16px;
  }

  .videocourses-headding-right {
    flex: 1 0 0;
  }

  .videocourses-new-item-price {
    flex-wrap: wrap;
  }

  .videocourses-list-item .videocourses-new-item {
    width: calc(33.33% - 60px / 3);
  }

  .achievements {
    background-position: center top;
  }

  .achievements-infor-point {
    width: 100%;
    flex-wrap: wrap;
  }

  .achievements-list {
    height: 757px;
  }
}
