@import url("https://fonts.cdnfonts.com/css/euclid-circular-b");
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
body {
  background-image: url("/files_upload/ki-yeu/Pattern.png");
  background-position: center center;
  background-repeat: repeat-y;
  background-size: cover;
  background-color: #fbf9f8;
  overflow-x: hidden;
}
.cursor.hover,
.cursor-border.hover {
  opacity: 1;
}
.yearbook-stat-item {
    width: fit-content;
}
.cursor-border.hover {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  border: none;
  backdrop-filter: blur(4px);
}

.cursor-border.hover::after {
  content: "Trượt ngang";
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  font-family: "Kanit", sans-serif;
}
.yearbook-header {
  text-align: center;
  margin: 40px 0;
}

.yearbook-title {
    font-family: "Dancing Script", cursive;
  font-size: 8em;
  font-weight: 400;
  color: #000000;
  letter-spacing: 5px;
  margin: 0;
  line-height: 1;
}

.yearbook-main {
  display: flex;
  gap: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 80px;
}

.yearbook-hero-image {
  flex: 0 0 auto;
  width: 50%;
  height: 468px;
  overflow: hidden;
  position: relative;
  clip-path: polygon(0 0, 75% 0, 100% 25%, 100% 100%, 0 100%);
}

.yearbook-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.yearbook-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.yearbook-description-block {
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.yearbook-description {
  max-width: 400px;
  font-size: 1em;
  line-height: 1.6;
  color: #333;
  margin: 0;
}
.yearbook-cta-btn {
  appearance: none;
  background-color: #121212;
  border-width: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-family: Clarkson, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1em;
  margin: 0;
  opacity: 1;
  outline: 0;
  padding: 1.5em 2.2em;

  position: relative;
  text-align: center;
  text-decoration: none;
  text-rendering: geometricprecision;
  text-transform: uppercase;
  transition: opacity 300ms cubic-bezier(0.694, 0, 0.335, 1), background-color 100ms cubic-bezier(0.694, 0, 0.335, 1),
    color 100ms cubic-bezier(0.694, 0, 0.335, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
  clip-path: polygon(0 0, 90% 0, 100% 30%, 100% 100%, 0 100%);
}

.yearbook-cta-btn:before {
  animation: opacityFallbackOut 0.5s step-end forwards;
  backface-visibility: hidden;
  background-color: #ebebeb;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  border: 1px solid gray;
}
.yearbook-cta-btn:hover {
  color: #121212;
}
.yearbook-cta-btn:hover:before {
  animation: opacityFallbackIn 0s step-start forwards;
  clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
}
.yearbook-cta-btn span {
  z-index: 1;
  position: relative;
}
.yearbook-cta-btn:after {
  background-color: #ffffff;
}

.yearbook-feature-image {
  width: 100%;
  height: 350px;
  overflow: hidden;
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 94% 100%, 0 100%);
  transition: clip-path 0.3s ease, transform 0.3s ease;
}

.yearbook-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page__number {
  position: absolute;
  top: 60px;
  right: 80px;
  font-size: 18px;
  color: #666;
  font-weight: normal;
}

.page__top-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 120px;
  flex-wrap: wrap;
}

.page__header {
  padding-right: 40px;
}

.page__header h1 {
  color: #0f0f0f;
  font-family: "Space Grotesk", Sans-serif;
  font-size: 60px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.1em;
}
.page__header h1 span {
  color: #0f0f0f;
  font-family: "felidae", Sans-serif;
  font-size: 60px;
  font-weight: 200;
  text-transform: uppercase;
  line-height: 1em;
}
.services__grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px 0px;
  row-gap: 60px;
  column-gap: 0px;
}

.services__item {
  background: transparent;
  padding: 0;
}

.services__icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #e5e0dd;
  margin-bottom: 25px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services__title {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
}

.services__desc {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.5;
  font-weight: 300;
}

.page__main-title {
  text-align: center;
  margin: 60px 0;
  position: relative;
}

.page__main-title h2 {
  color: #0f0f0f;
  font-family: "Space Grotesk", Sans-serif;
  font-size: 120px;
  font-weight: 600;
  line-height: 1em;
}
.page__main-title h2 span {
  color: #0f0f0f;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1em;
}
.project-yearbook .swiper-wrapper {
  margin-top: 60px;
}
.project-yearbook {
  padding-left: 40px;
  padding-bottom: 80px;
  overflow: hidden;
}
.mySwiper .swiper-slide {
  text-align: left;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-right: 40px;
  opacity: 1;
}

.swiper-slide img {
  object-fit: cover;
}
.project-yearbook .content {
  text-align: left;
}
.project-yearbook .desc {
  color: #555555;
  font-family: "Space Grotesk", Sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.28em;
}
.project-yearbook .title {
  color: #0f0f0f;
  font-family: "Space Grotesk", Sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.28em;
  margin: 0px 0px 12px 0px;
}
.project-yearbook .thumb {
  text-align: left;
}
.swiper-horizontal > .swiper-pagination-progressbar {
  height: 1px;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #0f0f0f;
}
.project-yearbook .cta-section {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.project-yearbook .cta-section .wc-btn-primary {
  background-color: #02010100;
  border: 1px solid #0f0f0f1a;
  color: #121212;
  font-family: "Euclid Circular B", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 19px 40px;
}
.project-yearbook .wc-btn-group {
  gap: 0;
}
.project-yearbook .wc-btn-group .wc-btn-play {
  width: 60px;
  height: 60px;
}
.project-yearbook .wc-btn-group .wc-btn-play {
  background-color: #02010100;
  border: 1px solid #0f0f0f1a;
  color: #121212;
}
.yearbook-main-title {
  color: #0f0f0f;
  font-family: "Space Grotesk", Sans-serif;
  font-size: 60px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1em;
  text-align: left;
}
.yearbook-counter-number {
  color: #0f0f0f;
  font-family: "Space Grotesk", Sans-serif;
  font-size: 280px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1em;
}
.yearbook-stats-container {
  padding-left: 235px;
}
.yearbook-stat-counter {
  display: flex;
  flex-direction: row;
}
.yearbook-counter-title {
  padding-top: 47px;
  color: #0f0f0f;
  font-family: "Space Grotesk", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
}
.yearbook-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.yearbook-services {
  padding-top: 40px;
}
.yearbook-intro p {
  font-family: "Euclid Circular B", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.44em;
  color: #555555;
  margin: 0;
}
.yearbook-service-card {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  border-top: 1px solid #e7e7e7;
  padding: 20px 0 15px;
}
.yearbook-service-title {
  color: #0f0f0f;
  font-family: "Euclid Circular B", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1em;
  transition: 0.5s;
  margin: 0;
}
.yearbook-service-icon {
  font-size: 15px;
  color: #0f0f0f;
  border-color: #0f0f0f;
}
.yearbook-service-icon svg {
  height: 12px;
  fill: #0f0f0f;
  width: 1em;
}
.yearbook-intro {
  padding-bottom: 30px;
}
.yearbook-about {
  padding-bottom: 80px;
}
.yearbook-action-button {
  font-family: "Euclid Circular B", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  fill: #0f0f0f;
  color: #0f0f0f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s;
  line-height: 1;
  position: relative;
}
.yearbook-action-button:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -4px;
  background-color: #0f0f0f;
  transition: all 0.3s;
}
.yearbook-action-button:hover:after {
  width: 0;
}
.yearbook-action-button:hover {
  color: #fc5a11;
  fill: #fc5a11;
}
.yearbook-action-button svg {
  font-size: 13px;
  order: 15;
  width: 10px;
  height: 10px;
}
.pagination-yearbook {
  position: relative;
}
.swiper-slide {
  background-image: url("/files_upload/ki-yeu/Pattern.png");
  background-position: center center;
  background-repeat: repeat-y;
  background-size: cover;
  background-color: #fbf9f8;
}
.pagination-yearbook .swiper-pagination {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: row;
  left: -240px;
  bottom: 0;
  top: 65px;
}
.pagination-yearbook .swiper-pagination-bullet {
  background: #ffffff;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #0f0f0f;
}
.pagination-yearbook .swiper-pagination-bullet-active {
  background: #0f0f0f;
}
.yearbook-action-container {
  margin-top: 57px;
}
.yearbook-banner {
  background-image: url("/files_upload/ki-yeu/thiet-ke-ky-yeu-lop-12.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 1392px;
  position: relative;
}
.yearbook__banner-title {
  max-width: 257px;
  position: absolute;
  bottom: 65px;
  right: 70px;
  z-index: 1;
}
.yearbook__banner-title h2 {
  color: #ffffff;
  font-family: "Space Grotesk", Sans-serif;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
}
.yearbook-hero {
  align-self: flex-start;
  position: relative;
}
.creative-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-self: auto;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
}
.creative-yearbook {
  padding-top: 120px;
}
.yearbook-video-section {
  position: absolute;
  right: 50px;
  bottom: -75px;
}
.yearbook-video-btn {
  background-color: #0f0f0ff2;
  gap: 0px;
  width: 150px;
  height: 150px;
  border-radius: 100px 100px 100px 100px;
  text-align: center;
  transition: all 0.3s;
  z-index: 1;

  line-height: 1;

  color: #fff;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.yearbook-video-btn svg {
  width: 50px;
  height: 36px;
}
.yearbook-spinner {
  object-fit: cover;
  position: absolute;
  left: 15px;
  top: 15px;
  width: 120px;
  height: 120px;
  z-index: -1;
  animation: spinner 4s infinite linear;
}
.yearbook-heading {
  color: #0f0f0f;
  font-family: "Space Grotesk", Sans-serif;
  font-size: 60px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1em;
}
.yearbook-text {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.yearbook-desc {
  max-width: 524px;
  color: #0f0f0f;
  font-family: "Space Grotesk", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.41em;
}
.yearbook-gallery {
  margin-top: 100px;
}
.stats-yearbook {
  padding: 80px 0;
}
.stats-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
}
.stat-item {
  display: flex;
  justify-content: flex-start;

  flex-direction: column;
}
.stat-item .number {
  color: #0f0f0f;
  font-family: "Space Grotesk", Sans-serif;
  font-size: 160px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1em;
}
.stat-item .title {
  color: #0f0f0f;
  font-family: "Space Grotesk", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.11em;
  margin: 0px 0px 0px 0px;
  align-self: flex-end;
}
.gallery-yearbook {
  padding: 80px 0;
}
.gallery-container {
  display: flex;
  gap: 0 30px;
  position: relative;
}
.gallery-grid {
  display: flex;
  gap: 30px;
  flex-direction: column;
}
.gallery-item-large {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.gallery-item-large .small {
  align-self: flex-end;
}
.gallery-item-small {
  display: flex;
  flex-direction: row-reverse;
  gap: 30px;
}
.video-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.interior {
  background-color: #f3ebe8;
  background-image: url(/files_upload/thu-vien/ky-yeu/key-yeu-ky-niem-50-nam.jpg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 45% auto;
}
.kyy-wrap {
  align-self: flex-end;
  padding: 80px 0;
}
.interior-row {
  display: flex;
  flex-direction: column;
}
.kyy-main {
  color: #0f0f0f;
  font-family: "Space Grotesk", Sans-serif;
  font-size: 60px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1em;
  padding-bottom: 28px;
  margin: 0;
}
.kyy-desc {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.kyy-desc p {
  font-family: "Space Grotesk", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.44em;
  color: #555555;
}
.kyy-list {
  display: flex;
  flex-direction: row;
  gap: 0 30px;
  flex-wrap: wrap;
  padding-top: 30px;
}
.kyy-item {
  color: #0f0f0f;
  font-family: "Space Grotesk", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1em;
  padding: 20px 0;
  border-color: #e1d9d7;
  border-style: solid;
}
.kyy-list .kyy-item:nth-child(1),
.kyy-list .kyy-item:nth-child(2) {
  border-width: 1px 0 0 0;
}
.kyy-list .kyy-item:nth-child(3),
.kyy-list .kyy-item:nth-child(4) {
  border-width: 1px 0;
}
.section-yearbook {
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
}
.yearbook-real {
  align-self: flex-end;
}
.yearbook-real-title {
  margin-bottom: 40px;
}
.yearbook-real-title h2 {
  color: #0f0f0f;
  font-family: "Space Grotesk", Sans-serif;
  font-size: 42px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1em;
}
.yearbook-description {
  font-family: "Euclid Circular B", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.41em;
  color: #555555;
  max-width: 480px;
}
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@media (min-width: 768px) {
  .mySwiper .swiper-slide {
    width: auto !important;
  }
  .yearbook-real {
    width: 500px;
  }
  .kyy-item {
    width: 47%;
  }
  .kyy-wrap {
    width: 630px;
  }
  .gallery-item-large .small {
    width: 190px;
  }
  .gallery-grid {
    width: 630px;
  }
  .stat-item {
    width: 197px;
  }
  .yearbook-hero {
    width: 50%;
  }
  .yearbook-creative-content {
    width: 50%;
  }
  .yearbook-image-wrapper {
    width: 520px;
  }
  .yearbook-services {
    width: 470px;
  }
  .yearbook-stats-container {
    width: 681px;
  }
  .yearbook-counter-title {
    width: 140px;
  }
  .page__header {
    width: 481px;
  }
  .services__grid {
    width: 564px;
  }
  .services__item {
    width: 235px;
  }
  .yearbook-title-container {
    width: 70%;
  }
}
@media (max-width: 1366px) {
  .yearbook-banner {
    min-height: 500px;
  }
  .project-yearbook {
    padding-left: 30px;
  }
}
@media (max-width: 1200px) {
  .pagination-yearbook .swiper-pagination {
    left: -50px;
    top: 30px;
  }
  .project-yearbook {
    padding-left: 20px;
  }
  .stat-item .title {
    align-self: flex-start;
  }
  .page__header {
    margin-bottom: 60px;
    padding-right: 0;
  }

  .services__grid {
    grid-template-columns: 1fr 1fr;
  }
  .yearbook-title {
    font-size: 6em;
  }

  .yearbook-main {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .yearbook-hero-image {
    width: 90%;
    height: 500px;
    clip-path: polygon(0 0, 80% 0, 100% 20%, 100% 100%, 0 100%);
  }

  .yearbook-content {
    width: 90%;
    height: auto;
  }
}
@media (max-width: 1024px) {
  .stat-item .number {
    font-size: 100px;
  }
  .page__header h1 {
    font-size: 50px;
  }
  .yearbook-heading {
    font-size: 50px;
  }
  .yearbook-main-title {
    font-size: 50px;
  }
  .yearbook-stats-container {
    align-self: flex-start;
    padding: 0;
  }
  .yearbook-counter-number {
    font-size: 150px;
  }
  .yearbook-counter-title {
    padding-top: 10px;
  }
  .interior {
    background-size: 0px auto;
  }
  .kyy-main {
    font-size: 50px;
  }
}
@media (max-width: 880px) {
  .project-yearbook {
    padding: 0;
  }
  .kyy-main {
    font-size: 40px;
  }
  .project-yearbook .swiper {
    padding: 0 20px;
  }
  .yearbook-heading {
    font-size: 40px;
  }
  .page__header h1 {
    font-size: 40px;
  }
  .yearbook-banner {
    min-height: 300px;
  }
  .yearbook-counter-number {
    font-size: 100px;
  }
  .yearbook-main-title {
    font-size: 40px;
  }
  .yearbook__banner-title {
    right: 40px;
    bottom: 40px;
  }
  .stat-item .number {
    font-size: 60px;
  }
  .stat-item .title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .project-yearbook .swiper {
    padding: 0 15px;
  }
  .kyy-main {
    font-size: 36px;
  }
  .kyy-desc {
    flex-direction: column;
    gap: 0;
  }
  .yearbook-real-title h2 {
    font-size: 36px;
  }
  .video-popup {
    display: none;
  }
  .yearbook-heading {
    font-size: 36px;
  }
  .stat-item .number {
    font-size: 50px;
  }
  .yearbook-desc {
    font-size: 16px;
  }
  .creative-grid {
    gap: 30px;
  }
  .yearbook-video-section {
    bottom: 0;
    right: 0;
  }
  .yearbook-counter-number {
    font-size: 100px;
  }
  .yearbook__banner-title h2 {
    font-size: 20px;
  }
  .yearbook__banner-title {
    right: 30px;
    bottom: 30px;
  }
  .pagination-yearbook .swiper-pagination {
    left: 0;
  }
  .yearbook-wrapper {
    flex-direction: column;
  }
  .stat-item {
    width: 48%;
  }
  .services__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .yearbook-main-title {
    font-size: 36px;
  }
  .page__header h1 {
    font-size: 36px;
  }
  .page__header h1 {
    font-size: 2.8rem;
  }

  .page__main-title h2 {
    font-size: 4rem;
  }

  .page__number {
    display: none;
  }
  .yearbook-title {
    font-size: 4em;
    letter-spacing: 3px;
  }

  .yearbook-hero-image {
    height: 400px;
    clip-path: polygon(0 0, 85% 0, 100% 15%, 100% 100%, 0 100%);
  }

  .yearbook-feature-image {
    height: 250px;
    clip-path: ellipse(80% 85% at 50% 50%);
  }
  .yearbook-description {
    max-width: 60%;
  }
}

@media (max-width: 480px) {
  .yearbook-title {
    font-size: 2.5em;
    letter-spacing: 2px;
  }

  .yearbook-hero-image {
    height: 300px;
    clip-path: polygon(0 0, 90% 0, 100% 10%, 100% 100%, 0 100%);
  }

  .yearbook-feature-image {
    height: 200px;
    clip-path: ellipse(75% 80% at 50% 50%);
  }

  .yearbook-description {
    font-size: 0.9em;
  }

  .yearbook-cta-btn {
    padding: 10px 20px;
    font-size: 0.8em;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .yearbook-stats-container {
    width: 45%;
  }
}
@media (max-width: 880px) and (min-width: 768px) {
  .yearbook-stats-container {
    width: 60%;
  }
  .page__header {
    width: 100%;
  }
  .services__grid {
    width: 100%;
  }
  .services__item {
    width: 48%;
  }
}
.bp-content-header {
    font-size: 500;
    font-weight:normal;
}


