.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 */
}


.marquee-container {
    top: 53.63%;
    position: absolute;
    display: flex;
    overflow: hidden;
    width: 100%;

}
.marquee-content {
    display: flex;
    white-space: nowrap;
    font-weight: bold;
}
.marquee-item {
    padding-right: 50px;
    line-height: 1 !important;
    font: 110px 'Anton-Regular';
    text-transform: uppercase;
    vertical-align: top;
    color: #dcd0c6;
}

.marquee-item span{
    vertical-align: top;
    font: 55px 'Anton-Regular';
    line-height: 1!important;
}

.marquee-item:nth-child(odd) {
    -webkit-text-stroke: 1px #dcd0c6;
    color: transparent;
}

.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: #c5613a;
    animation: colorChange 1s infinite ;
}

@keyframes colorChange {
    0% {
        background-color: #c5613a; /* Màu cam */
    }
    50% {
        background-color: #000000; /* Màu đen */
    }
    100% {
        background-color: #c5613a; /* 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;
}
/*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: #f8f8f8;
    position: relative;
    margin-top: unset;
}
.form-text .name{
    padding-bottom: 40px;
}
.form-text .content-detail{
    position: absolute;
    top: 7.78%;
    left: 5.85%;
    color: #2e2d2d;
    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;
}

.mt-12{
    margin-top: 12px;
}


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

.button-apply:hover, .button-apply.hover{
    animation: none;
    background-color: black!important;
}
.text-red{
    color: #c5613a ;
}
.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-5 {
    max-height: 196px;
}

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-6 {
        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;
    }
    .large-video #fullheight-video{
        width: 100%;
        height: auto;
    }


    .button-apply.large-apply{
        width: 100%;
        height: 10.67vh;
        left: 0;
        bottom: 0;
        background-color: #c5613a;
        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;
    }

    .form-text{
        background-color: #f8f8f8;
        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 {
        height: 240px;
        background-color: #61402d ;
    }
    footer .container {
        padding-bottom:unset;
        color: #dcd0c6;
    }
    footer .container .ft_item .address b,
    a {
        color: #dcd0c6;
    }
}

@media screen and (max-width: 890px){

}

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

    .logo-section {
        height: 20px;
    }

    .marquee-container {
        top: 15.6%;

    }
    .marquee-item {
        font: 84px 'Anton-Regular';
    }

    .marquee-item span {
        font: 60px 'Anton-Regular';
    }
    .button-apply.small-apply{
        top: 81.19%;
    }
    .form-text .name p {
        font-size: 48px;
        margin-bottom: unset;
    }
    .form-text .content-detail>div:not(:first-child) {
        font-size: 12px;
    }
}
