 /* Thanh cuộn tổng quát */
.content-detail::-webkit-scrollbar {
    width: 12px; /* Độ rộng của thanh cuộn */
}
/* Phần track (nền thanh cuộn) */
.content-detail::-webkit-scrollbar-track {
    background-color: #a32c1e; /* Màu nền của thanh cuộn */
}
/* Phần thumb (nút cuộn) */
.content-detail::-webkit-scrollbar-thumb {
    background-color: #a32c1e; /* Màu của nút cuộn */
    border-radius: 6px; /* Bo góc nút cuộn */
}
/* Khi hover lên thanh cuộn */
.content-detail::-webkit-scrollbar-thumb:hover {
    background-color: #a32c1e; /* Màu của nút cuộn khi hover */
}
footer .container.text-white .ft_item a.item, footer .container.text-white .ft_item .address b, footer .container.text-white .ft_item .address a, .text-white {
    color: #dcd0c6 !important;
}

video{
    display: block;
    padding: 0;
    object-fit: cover;
    margin: 0 -2px -5px 0;
}
.logo-section {
    position: absolute;
    left: 3.28%;
    top: 2.97%;
    z-index: 4;
    height: 24px;
}
.bold{
    font-family: iCiel-Bold;
}

#show_menu {
    mix-blend-mode: unset;
}
#show_menu img{
    height: 100%;
    width: auto;
}

.section {
    height: 100vh; /* Đảm bảo mỗi section chiếm toàn bộ màn hình */
    width: 100vw;
    position: relative;
}

.normal-scroll {
    height: 100%; /* Đảm bảo phần tử cha chiếm toàn bộ màn hình */
    overflow: auto; /* Cho phép cuộn trang bình thường */
}


.full-w img{
    display: block;
    width: 100%;

}
.button-apply{
    border-radius: 5px;
    position: absolute;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Anton-Regular', sans-serif;
    color: #dcd0c6;
    cursor: pointer;
    background-color: #568082;
    animation: colorChange 1s infinite ;
}
@keyframes colorChange {
    0% {
        background-color: #568082; /* Màu cam */
    }
    50% {
        background-color: #1a1a10; /* Màu đen */
    }
    100% {
        background-color: #568082; /* Quay lại màu cam */
    }
}
.button-apply a{
    color: #dcd0c6;
}
.button-apply.small-apply{
    width: 22.03%;
    height: 11.53%;
    top: 66.56%;
    left: 75.78%;
    font-size: 2.7vw;
}
.button-apply.large-apply{
    width: 100%;
    height: 16.67%;
    left: 0;
    bottom: 0;
    font-size: 36px;
    border-radius: unset;
}
/*100% height tru di nut apply*/
.info_audition{
    position: absolute;
    width: 100%;
    height: calc(100% - 16.67%);
    left: 0;
    top: 0;
    display: flex;
}

.large-video{
    height: 100%;
    aspect-ratio: 9 / 16;
}
.large-video .fullheight-video{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.form-text{
    flex: 1;
    background-color: #a32c1e;
    position: relative;
    margin-top: unset;
}
.form-text .name{
    padding-bottom: 40px;
}
.form-text .content-detail{
    position: absolute;
    top: 7.78%;
    left: 5.85%;
    color: #dcd0c6;
    font-size: 14px;
    line-height: 1.3;
    padding-bottom: 300px;
    padding-right: 10%;
    height: 92.22%;
    overflow-y: scroll;
}
.form-text .content-detail>div{
    text-align: start;
}
.form-text .content-detail>div:not(:first-child){
    margin-top: 16px;
    font-size: 1vw;
}
.padding-left-content-detail{
    padding-left: 4%;
}
span.padding-left-span {
    padding-left: 8%;
}
#form-text-apply{
    display: flex;
    justify-content: center;
}
.button-apply.form-text-apply.text-uppercase {
    font-size: 2vw!important;
    padding: 30px;
    position: unset;
    margin-top: 72px !important;
}

.form-text .name p{
    line-height: 1 !important;
    font-family: 'Anton-Regular', sans-serif;
    font-size: 5vw;
    text-transform: uppercase;
    vertical-align: top;
    color: #1a1a12;
    text-align: center;
}

.button-apply:hover, .button-apply.hover{
    animation: none;
    background-color: #1a1a10!important;
}
.before-line:before{
    content: "";
    display: inline-block;
    width: 4px;
    height: 1px;
    background-color: #2e2d2d;
    vertical-align: middle;
    margin-right: 8px;
}
.text-red.before-line:before{
    background-color: #c5613a ;
}
div#section-1{
    height: auto;!important;
}
div#section-footer {
    max-height: 196px;
    background-color: #000000;
}

footer .container .ft_item .address b,
a,
.ft_item a.item, footer .container{
    color: #685950;
}

.content-mobile{
    display: none;!important;
}


@media screen and (max-width: 1024.98px) {
    #show_menu {
        right: 16px;
        width: 28px;
        height: 28px;
        top: 15px;
    }

    .logo-section {
        left: 16px;
        top: 15px;
        z-index: 4;
        height: 28px;
    }
    .content-mobile{
        display: block;!important;
    }
    .content-desktop{
        display: none;!important;
    }
    .section#section-2{
        height: unset;
    }

    .marquee-item.hide-small{
        display: none;
    }
    .marquee-container {
        top: 8.6%;
    }

    div#section-footer {
        max-height: 240px!important;
    }
    .hidden-on-small{
        display: none;
    }

    .button-apply.touched{
        background-color: #000000!important;
        cursor: pointer;
    }

    .button-apply.small-apply{
        width: 55.73%;
        height: 10.2%;
        left: 50%;
        transform: translateX(-50%);
        font-family: 'Anton-Regular', sans-serif;
        font-size: 6vw;
        top: 75.19%;
    }

    .info_audition{
        position: unset;
        width: 100%;
        height: unset;
        display: flex;
        flex-direction: column-reverse;
    }

    .large-video{
        width: 100%;
        aspect-ratio: unset;
        height: auto;
    }

    .button-apply.large-apply{
        width: 100%;
        height: 10.67vh;
        left: 0;
        bottom: 0;
        font-size: 36px;
        border-radius: unset;
        position: unset;
    }
    .button-apply.form-text-apply.text-uppercase {
        font-size: 5.5vw!important;
        padding: 30px 46px;
        position: unset;
        margin-top: 50px !important;
    }
    .large-video .fullheight-video {
        width: 100vw;
        object-fit: cover;
        height: 100vh;
    }

    @keyframes colorChange {
        0% {
            background-color: #568082; /* Màu cam */
        }
        50% {
            background-color: #a84c2c; /* Màu đen */
        }
        100% {
            background-color: #568082; /* Quay lại màu cam */
        }
    }
    .button-apply:hover, .button-apply.hover{
        animation: none;
        background-color:#a84c2c!important;
    }

    .form-text{
        background-color: #963626;
        padding-top: 30px;
        margin-top: unset;
    }

    .form-text .content-detail{
        position: unset;
        font-size: 12px;
        padding: 0 30px 160px;
        height: unset;
        overflow-y: unset;
    }

    .form-text .name p {
        font-size: 54px;
        margin-bottom: unset;
    }
    .form-text .content-detail>div:not(:first-child) {
        font-size: 14px;
    }
    footer.footer_bg_black {
        height: 240px;
        background-color: #151515 ;
    }
    footer .container {
        padding-bottom:unset;
        color: #dcd0c6;
    }
    footer .container .ft_item .address b,
    a {
        color: #dcd0c6;
    }
}


@media screen and (max-width: 767.98px){
    #show_menu {
        width: 22px;
        height: 22px;
    }

    .logo-section {
        height: 20px;
    }

    .button-apply.small-apply{
        top: 81.19%;
    }
    .form-text .name p {
        font-size: 48px;
        margin-bottom: unset;
        color: #becccd;
    }

    .form-text .content-detail>div:not(:first-child) {
        font-size: 12px;
    }
}
