/* Customize styles */

input::placeholder,
textarea::placeholder {
    color: #999 !important; /* hoặc bất kỳ màu nào dễ thấy */
    opacity: 0.8 !important; /* đảm bảo nó không bị mờ */
    font-size: 16px !important;
}

.path-frontpage #superfish-main > li:first-child {
    display: inline-block;
}

#section-activities .item {
    margin: 20px 20px;
    width: calc(33.33% - 40px);
}

/* Activity Slider */
#section-activities .owl-nav {
    padding: 0 20px;
    position: absolute;
    top: calc(50% - 40px);
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#section-activities .owl-nav div {
    position: static;
    background: none;
    color: #414042;
    font-weight: 900;
    font-size: 22px;
    transition: 0.3s;
}

#section-activities .owl-nav div:hover {opacity: 0.5;}

#section-activities .owl-nav div:after{
    content: "";
    width: 0;
    height: 0;
    margin: 0;
    line-height: 0;
    position: static;
}

/* Product */
#section-products .owl-nav{position: static; height: 0;}
#section-products .owl-prev{left: 0;}
#section-products .owl-next{right: 0;}
#section-products .owl-nav div{top: calc(45% - 40px); margin: 0; transition: 0.3s;}
#section-products .owl-nav div:hover{opacity: 0.5;}

.rs-background-video-layer::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, #000 45%, transparent 100%);
  z-index: 30;
  pointer-events: none;

  /* Hiện ngay, ẩn sau 5 giây */
  opacity: 1;
  animation: hideAfter5s 0s ease-out 8s forwards;
}

@keyframes hideAfter5s {
  from { opacity: 1; }
  to   { opacity: 0; }
}

@media screen and (max-width: 768px) {
    #section-activities .item {
        margin: 15px 0;
        width: 100%;
    }
    #section-activities .owl-nav {
        padding: 0 0;
    }
}
