/*# sourceMappingURL=backdoor.css.map */


/* thiện 10/6/2025 */

.hd.hide-hd {
    transform: translate(0, -100%);
    transition: all .4s ease;
}

.pj-dt-info-it .ctn-tt {
    color: var(--color-pri);
}

.title.text-ln {
    font-family: "UTM Hanzel";
    font-weight: 500;
}

.btn-pro {
    height: 4rem;
}

@keyframes shine {
    0% {
        left: -125%;
    }

    100% {
        left: 100%;
    }
}

@media (min-width: 1200px) {
    .popup[data-popup-id="srch"] .popup-over {
        min-height: 70vh;
    }
}

@keyframes upDown {
    0% {
        transform: translate(0, -25%);
    }

    50% {
        transform: translate(0, 25%);
    }

    100% {
        transform: translate(0, -25%);
    }
}

@media (min-width: 1200px) {
    .hd-logo .custom-logo-link {
        width: 16rem;
        flex-shrink: 0;
    }
}

.hd-logo {
    position: relative;
    overflow: hidden;
}

.hd-logo::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 10rem;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
    transform: skewX(-25deg);
    animation: shine 2s ease-in infinite;
}

.btn-pro .icon {
    animation: upDown 2.4s linear infinite;
}

.item-give .inner .info-sub {
    font-weight: 700;
    text-align: center;
    font-size: 1.8rem;
}

.ab-give-list .col:nth-child(even) .item-give .inner {
    background-color: #0623651a;
}


.ab-give-list .col:nth-child(even) .item-give .inner:hover {
    background-color: var(--color-second);
}


.ab-give-list .col:nth-child(even) .item-give .inner:hover .info-sub {
    color: white;
}


.ab-give-list .col:nth-child(even) .item-give .inner:hover .info-tt {
    color: white;
}


.ab-give-list .col:nth-child(even) .item-give .inner:hover .info-des {
    color: white;
}