.section-hny {
    background: url(../images/hny2026/bg-main.webp?v=4.01)top no-repeat !important;
    background-size: 100% !important;
    position: relative;
    height: 1080px;
    max-width: 1920px;
    margin: 0 auto;
}

.col-hny {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 120px;
}

.img-title-hny {
    max-width: 510px;
    width: 100%;
    object-fit: contain;
}

.bg-text-hilight {
    background: linear-gradient(90deg, rgba(25 255 190 / 0%) 0%, rgb(25 255 190 / 30%) 40%, rgb(25 255 190 / 40%), rgb(25 255 190 / 30%) 61%, rgb(25 255 190 / 0%) 100%);
    border: 2px solid transparent;
    border-image: linear-gradient(90deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.3) 50%,
            rgba(255, 255, 255, 0) 100%) 1;
    padding: 10px 80px;
    letter-spacing: 1px;
}

.bg-text-hilight h1 {
    font-family: 'house-of-cards', sans-serif !important;
    font-size: 26px;
    filter: drop-shadow(0 0 4px #00ffaa);
    text-align: center;
}

.text-detail-hny {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    filter: drop-shadow(0 0 4px #00ffaa);
}

.box-btn-hny {
    max-width: 1000px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.btn-main-hny {
    width: 100%;
    background: none;
    border: none;
    padding: 0;
}

.btn-main-hny:hover,
.btn-main-hny:active,
.btn-main-hny:focus {
    filter: brightness(1.3);
}

@media (max-width: 1200px) {

    .img-title-hny {
        max-width: 390px;
    }

    .box-btn-hny {
        max-width: 800px;
    }

}

@media (max-width: 1024px) {

    .section-hny {
        height: 810px;
    }


}

@media (max-width: 992px) {

    .section-hny {
        background: url(../images/hny2026/bg-mb.webp?v=4.01)top no-repeat !important;
        background-size: 100% !important;
        height: 900px;
    }

    .col-hny {
        padding-top: 250px;
    }

    .box-btn-hny {
        max-width: 600px;
    }

}

@media (max-width: 550px) {

    .section-hny {
        height: 740px;
    }

    .img-title-hny {
        max-width: 240px;
    }

    .bg-text-hilight h1 {
        font-size: 24px;
    }

    .text-detail-hny {
        font-size: 16px;
    }

    .line-hny {
        max-width: 300px;
    }

    .box-btn-hny {
        max-width: 400px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .btn-main-hny {
        max-width: 158px;
    }

    .col-hny {
        padding-top: 150px;
    }

    .bg-text-hilight {
        padding: 6px 80px;
    }

}

@media (max-width: 375px) {

    .img-title-hny {
        max-width: 200px;
    }

    .bg-text-hilight h1 {
        font-size: 19px;
    }

    .btn-main-hny {
        max-width: 130px;
    }

    .col-hny {
        padding-top: 140px;
    }

}