#fullpage .section {
  height: 100vh;
  width: 100%;
  position: relative;
}

.catalogue-section3--page {
  background: var(--color-bg-circle-1);
}

#fp-nav ul li:first-child {
  display: block !important;
}
.hinhanh-contain {
  position: relative;
  width: 60%;
  margin: auto;
  padding: 10% 0;
}

.hinhanh-item {
  margin: 0 5px;
}

.video-contain {
  position: relative;
  width: 60%;
  margin: auto;
  padding: 10% 0;
  z-index: 1;
}

.video-item {
  margin: 0 5px;
}

.hinhanh-item .hinhanh-info {
  left: 0;
  bottom: 0;
  color: var(--color-white);
  text-align: left;
  position: absolute;
  z-index: 10;
}

.hinhanh-item .hinhanh-info h3 {
  background: #00000054;
  margin-bottom: 0;
  line-height: 1.4;
  padding: 13px 15px 13px 85px;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 15px;
  text-transform: uppercase;
}

.hinhanh-item:hover .hinhanh-info h3,
.hinhanh-item:hover .hinhanh-info h3 svg {
  background: #b07d54;
}

.hinhanh-item:hover .hinhanh-info h3 svg {
  box-shadow: 0 0 5px 0 #00000040;
}

.hinhanh-info svg {
  position: absolute;
  bottom: 5px;
  left: 15px;
  max-width: 55px;
  height: 55px;
  background: #000000bd;
  border-radius: 50%;
}

h2.thuvien-page--title {
  margin-bottom: 0;
  font-family: 'PlayfairDisplay-SemiBold';
  font-optical-sizing: auto;
  font-weight: 300;
  font-size: 65px;
  color: #fff;
  position: absolute;
  bottom: 80px;
  right: 13vw;
  z-index: 9;
  text-transform: uppercase;
  letter-spacing: 3px;
  opacity: .2;
  font-style: italic;
}

.fp-completely.section .hinhanh-info {
  animation: fadeInUp;
  animation-duration: 1s;
  animation-delay: 3s;
  animation-fill-mode: forwards;
}
.news{
  transition: all .4s !important;
}
.fp-completely.section .hinhanh-slick {
  animation: fadeInUp;
  animation-duration: 1s;
  animation-delay: .5s;
  animation-fill-mode: forwards;
}

.video-item .video-info {
  left: 0;
  bottom: 0;
  color: var(--color-white);
  text-align: left;
  position: absolute;
  z-index: 10;
}

.video-item .video-info h3 {
  background: #00000054;
  margin-bottom: 0;
  line-height: 1.4;
  padding: 13px 15px 13px 85px;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 15px;
  text-transform: uppercase;
}

.video-item:hover .video-info h3,
.video-item:hover .video-info h3 svg {
  background: #b07d54;
}

.video-item:hover .video-info h3 svg {
  box-shadow: 0 0 5px 0 #00000040;
}

.video-info svg {
  position: absolute;
  bottom: 5px;
  left: 15px;
  max-width: 55px;
  height: 55px;
  background: #000000bd;
  border-radius: 50%;
}

.fp-completely.section .video-info {
  animation: fadeInUp;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

.fp-completely.section .video-slick {
  animation: fadeInUp;
  animation-duration: 1s;
  /* animation-delay: 0.5s; */
  animation-fill-mode: forwards;
}

.item-catalogue {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.item-catalogue img {
  border-radius: 12px;
}

.fp-completely.section .item-catalogue a {
  animation: fadeInUp;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

.item-catalogue a svg{
    max-width: 70px;
    max-height: 70px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -35px;
    background: var(--color-normal);
    border-radius: 50%;
    transition: .3s;
}

.item-catalogue a:hover svg{
    background: var(--color-normal-dark);
    transform: translateX(-50%) rotate(20deg);
    transition: .3s;
}

.catalogue--bottom {
  position: absolute;
  width: 50vw;
  left: 25vw;
  bottom: 0;
  display: block;
  text-align: center;
}

.catalogue-page--title {
  font-size: 58px;
  margin-bottom: 0px;
  font-family: Newsreader, sans-serif;
  font-weight: 300;
  color: #fff;
  margin: 0 0 0;
  letter-spacing: -0.5px;
  position: relative;
  display: inline-block;
  font-family: Newsreader, sans-serif;
  text-transform: uppercase;
  background: linear-gradient(80deg, rgb(253 207 0) 7%, rgb(254 237 168) 59%, rgb(237 194 0) 100%);
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 83px;
  opacity: .9;
}

/* Slick Arrow Buttons - Modern Design */
.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 64px;
  height: 64px;
  border: none;
  border-radius: 50%;
  background: linear-gradient(145deg, #c9a07a 0%, #a67c52 50%, #8b5e3c 100%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  color: #fff;
  font-size: 22px;
  box-shadow: 
    0 8px 32px rgba(139, 94, 60, 0.4),
    0 2px 8px rgba(0, 0, 0, 0.2),
    inset 0 2px 4px rgba(255, 255, 255, 0.25),
    inset 0 -2px 4px rgba(0, 0, 0, 0.1);
}

.slick-arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(circle, rgba(255,255,255,0.4) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
  border-radius: 50%;
  z-index: 1;
}

.slick-arrow::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  background: linear-gradient(145deg, rgba(255,255,255,0.4), transparent) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.slick-arrow:hover {
  background: linear-gradient(145deg, #e0b896 0%, #c9a07a 50%, #a67c52 100%);
  transform: translateY(-50%) scale(1.12) translateX(0);
  box-shadow: 
    0 12px 40px rgba(139, 94, 60, 0.5),
    0 4px 12px rgba(0, 0, 0, 0.25),
    inset 0 2px 4px rgba(255, 255, 255, 0.35),
    inset 0 -2px 4px rgba(0, 0, 0, 0.1);
}

.slick-arrow:hover::before {
  width: 200%;
  height: 200%;
}

.slick-arrow:active {
  transform: translateY(-50%) scale(1.02);
  transition-duration: 0.1s;
}

.slick-arrow i {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.slick-photo-prev {
  left: 18.7vw;
}

.slick-photo-next {
  right: calc(13vw + 820px);
}

/* Video Arrow Buttons */
.video-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 64px;
  height: 64px;
  border: none;
  border-radius: 50%;
  background: linear-gradient(145deg, #c9a07a 0%, #a67c52 50%, #8b5e3c 100%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  color: #fff;
  font-size: 22px;
  box-shadow:
    0 8px 32px rgba(139, 94, 60, 0.4),
    0 2px 8px rgba(0, 0, 0, 0.2),
    inset 0 2px 4px rgba(255, 255, 255, 0.25),
    inset 0 -2px 4px rgba(0, 0, 0, 0.1);
}

.video-arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(circle, rgba(255,255,255,0.4) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
  border-radius: 50%;
  z-index: 1;
}

.video-arrow::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  background: linear-gradient(145deg, rgba(255,255,255,0.4), transparent) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.video-arrow:hover {
  background: linear-gradient(145deg, #e0b896 0%, #c9a07a 50%, #a67c52 100%);
  transform: translateY(-50%) scale(1.12);
  box-shadow:
    0 12px 40px rgba(139, 94, 60, 0.5),
    0 4px 12px rgba(0, 0, 0, 0.25),
    inset 0 2px 4px rgba(255, 255, 255, 0.35),
    inset 0 -2px 4px rgba(0, 0, 0, 0.1);
}

.video-arrow:hover::before {
  width: 200%;
  height: 200%;
}

.video-arrow:active {
  transform: translateY(-50%) scale(1.02);
  transition-duration: 0.1s;
}

.video-prev {
  left: 18.7vw;
}
.slick-video-next {
  right: 11% !important; 
}
.slick-video-next {
  right: 18.9% !important;
}

.slick-photo-next {
  right: 18.9% !important;
}

.photo-prev {
  left: 44vw;
}

.video-arrow .arrow-inner i {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2px;
}

.video-arrow:hover .arrow-inner i {
  transform: translateX(0);
}

.video-prev:hover .arrow-inner i {
  transform: translateX(-4px);
}

.video-next:hover .arrow-inner i {
  transform: translateX(4px);
}

/* Arrow animation on load */
@keyframes arrowSlideIn {
  0% {
    opacity: 0;
    transform: translateY(-50%) translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
  }
}

@keyframes arrowSlideInRight {
  0% {
    opacity: 0;
    transform: translateY(-50%) translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
  }
}

.slick-photo-prev {
  animation: arrowSlideIn 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 3s forwards;
}

.slick-photo-next {
  animation: arrowSlideInRight 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 3s forwards;
}

.slick-video-prev {
  animation: arrowSlideIn 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s forwards;
}

.slick-video-next {
  animation: arrowSlideInRight 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s forwards;
}

.slick-photo-prev:hover i,
.slick-video-prev:hover i {
  transform: translateX(-4px);
}

.slick-photo-next:hover i,
.slick-video-next:hover i {
  transform: translateX(4px);
}

.arrow-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

.arrow-inner i {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2px;
  position: relative;
  z-index: 2;
  color: #fff;
}