﻿@charset "UTF-8";
/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

textarea {
    resize: none;
}

input {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}

    input[type=text],
    input[type=email],
    input[type=password],
    textarea {
        /* Remove First */
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: "";
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

a {
    text-decoration: none;
    cursor: pointer;
}

@font-face {
    font-family: "Apparat-Bold";
    src: url("https://event.mediacdn.vn/web_fonts/SVN-Apparat-Bold.otf");
}

@font-face {
    font-family: "Apparat-Medium";
    src: url("https://event.mediacdn.vn/web_fonts/SVN-Apparat-Medium.otf");
}

@font-face {
    font-family: "Apparat-Regular";
    src: url("https://event.mediacdn.vn/web_fonts/SVN-Apparat-Regular.otf");
}

.home-wrapt {
    position: relative;
}

.bc2025-home {
    -webkit-transition: -webkit-transform 1.8s ease-in-out;
    transition: -webkit-transform 1.8s ease-in-out;
    transition: transform 1.8s ease-in-out;
    transition: transform 1.8s ease-in-out, -webkit-transform 1.8s ease-in-out;
}

    .bc2025-home .intro {
        position: relative;
        width: 100%;
        height: 100vh;
    }

        .bc2025-home .intro .coverFixed {
            display: block;
            width: 105%;
            height: 105%;
            position: fixed;
            z-index: 1;
            top: -2%;
            left: -2%;
        }

            .bc2025-home .intro .coverFixed::before {
                width: 100%;
                height: 30%;
                z-index: 2;
                background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
                background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
                position: absolute;
                bottom: 0;
                left: 0;
                display: block;
                content: "";
            }

            .bc2025-home .intro .coverFixed .video-wrapper {
                display: block;
                width: 100%;
                height: 100%;
            }

                .bc2025-home .intro .coverFixed .video-wrapper img,
                .bc2025-home .intro .coverFixed .video-wrapper video {
                    display: block;
                    width: 100%;
                    height: 100%;
                    -o-object-fit: cover;
                    object-fit: cover;
                }

        .bc2025-home .intro .totalCover {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            width: 96%;
            position: fixed;
            z-index: 2;
            top: 2vw;
            left: 2vw;
            mix-blend-mode: screen;
            pointer-events: none;
        }

            .bc2025-home .intro .totalCover .totalCover-left {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                gap: 7vw;
            }

                .bc2025-home .intro .totalCover .totalCover-left .logo {
                    width: 280px;
                    -ms-flex-negative: 0;
                    flex-shrink: 0;
                }

                    .bc2025-home .intro .totalCover .totalCover-left .logo i {
                        display: block;
                        width: 100%;
                        height: 100%;
                    }

                        .bc2025-home .intro .totalCover .totalCover-left .logo i img {
                            display: block;
                            width: 100%;
                            height: 100%;
                            -o-object-fit: cover;
                            object-fit: cover;
                            mix-blend-mode: screen;
                        }

                .bc2025-home .intro .totalCover .totalCover-left .top-scroll-down-icon {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    width: -webkit-fit-content;
                    width: -moz-fit-content;
                    width: fit-content;
                    padding-left: 25px;
                }

                    .bc2025-home .intro .totalCover .totalCover-left .top-scroll-down-icon .text {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                    }

                    .bc2025-home .intro .totalCover .totalCover-left .top-scroll-down-icon .mouse-mockup {
                        width: 20px;
                        height: 32px;
                        border: 2px solid #ffffff;
                        border-radius: 100px;
                        -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                        position: relative;
                        -webkit-transition: -webkit-transform 0.3s;
                        transition: -webkit-transform 0.3s;
                        transition: transform 0.3s;
                        transition: transform 0.3s, -webkit-transform 0.3s;
                        -webkit-animation: mouseTransition linear infinite 3s;
                        animation: mouseTransition linear infinite 3s;
                    }

@-webkit-keyframes mouseTransition {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    10% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    20% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    30% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    40% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes mouseTransition {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    10% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    20% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    30% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    40% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.bc2025-home .intro .totalCover .totalCover-left .top-scroll-down-icon .icon_arrow svg {
    width: 14px;
    height: 30px;
}

    .bc2025-home .intro .totalCover .totalCover-left .top-scroll-down-icon .icon_arrow svg path {
        fill: #ffffff;
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
        -webkit-animation: mouseArrowTransition linear infinite 3s;
        animation: mouseArrowTransition linear infinite 3s;
    }

@-webkit-keyframes mouseArrowTransition {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    10% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    20% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }

    30% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    40% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes mouseArrowTransition {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    10% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    20% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }

    30% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    40% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.bc2025-home .intro .totalCover .totalCover-left .top-scroll-down-icon .icon_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bc2025-home .intro .totalCover .totalCover-left .top-scroll-down-icon .mouse_scroll {
    display: block;
    width: 3px;
    height: 8px;
    background-color: #ffffff;
    border-radius: 100px;
    position: absolute;
    top: 6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@-webkit-keyframes mouseScrollTransition {
    0% {
        top: 100%;
    }

    10% {
        top: 0%;
    }

    20% {
        top: 100%;
    }

    30% {
        top: 0%;
    }

    40% {
        top: 100%;
    }
}

@keyframes mouseScrollTransition {
    0% {
        top: 100%;
    }

    10% {
        top: 0%;
    }

    20% {
        top: 100%;
    }

    30% {
        top: 0%;
    }

    40% {
        top: 100%;
    }
}

.bc2025-home .intro .totalCover .totalCover-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    gap: 6vw;
}

    .bc2025-home .intro .totalCover .totalCover-right .listCategories {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
    }

        .bc2025-home .intro .totalCover .totalCover-right .listCategories .category {
            color: #FFF;
            font-family: "Apparat-Medium";
            font-size: 13px;
            line-height: 15px;
            /* 15.73px */
            letter-spacing: -0.52px;
            text-transform: uppercase;
        }

    .bc2025-home .intro .totalCover .totalCover-right .sapo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .bc2025-home .intro .totalCover .totalCover-right .sapo .txt {
            color: #FFF;
            font-family: "Apparat-Medium";
            font-size: 13px;
            line-height: 15px;
            /* 15.73px */
            letter-spacing: -0.52px;
            text-transform: uppercase;
        }

        .bc2025-home .intro .totalCover .totalCover-right .sapo .icn {
            display: block;
            width: 18px;
            height: 18px;
            background: #fff;
        }

.bc2025-home .home-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 3;
    background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}

.bc2025-home .content-section {
    padding: 0 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .bc2025-home .content-section.topic-section {
        padding: 0;
    }

        .bc2025-home .content-section.topic-section .section-heading {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 5vw;
        }

    .bc2025-home .content-section .section-heading {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }

        .bc2025-home .content-section .section-heading .label {
            color: rgba(255, 255, 255, 0.8);
            font-family: "Apparat-Medium";
            font-size: 15px;
            text-transform: uppercase;
        }

        .bc2025-home .content-section .section-heading .numb {
            color: rgba(255, 255, 255, 0.8);
            font-family: "Apparat-Medium";
            font-size: 38px;
            line-height: 25px;
            text-transform: uppercase;
        }

.bc2025-home .about-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 8vw;
    padding-top: 2vw;
}

    .bc2025-home .about-section .section-heading {
        width: 45%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .bc2025-home .about-section .about-section-sapo {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }

        .bc2025-home .about-section .about-section-sapo .txt {
            color: #FFF;
            font-family: "Apparat-Medium";
            font-size: 18px;
            line-height: 25px;
        }

        .bc2025-home .about-section .about-section-sapo .action-link {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 10px;
            padding-bottom: 10px;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            position: relative;
        }

            .bc2025-home .about-section .about-section-sapo .action-link::before {
                position: absolute;
                bottom: 0;
                left: 0;
                content: "";
                display: block;
                width: 100%;
                height: 3px;
                background-color: #FFF;
            }

            .bc2025-home .about-section .about-section-sapo .action-link .txt {
                color: #FFF;
                text-align: center;
                font-family: "Apparat-Medium";
                font-size: 18px;
                line-height: 25px;
            }

            .bc2025-home .about-section .about-section-sapo .action-link .icn {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }

.bc2025-home .htgt-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 4vw;
}

    .bc2025-home .htgt-section .section-heading {
        margin-bottom: 20px;
    }

    .bc2025-home .htgt-section .category-list-wrapt.fixed-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        background-color: #fff;
        /* Màu nền tùy chỉnh */
        -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        /* Hiệu ứng bóng */
    }

    .bc2025-home .htgt-section .category-list-wrapt .category-list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: calc((100% - 60px) / 4) 20px calc((100% - 60px) / 4) 20px calc((100% - 60px) / 4) 20px calc((100% - 60px) / 4);
        grid-template-columns: repeat(4, calc((100% - 60px) / 4));
        gap: 20px;
    }

    .bc2025-home .htgt-section .category-list-wrapt .category-item {
        width: 100%;
    }

        .bc2025-home .htgt-section .category-list-wrapt .category-item .category-item-link {
            display: block;
            width: 100%;
            position: relative;
        }

            .bc2025-home .htgt-section .category-list-wrapt .category-item .category-item-link.active {
                opacity: 1;
                pointer-events: auto;
            }

                .bc2025-home .htgt-section .category-list-wrapt .category-item .category-item-link.active .video-wrapper img {
                    opacity: 0;
                }

                .bc2025-home .htgt-section .category-list-wrapt .category-item .category-item-link.active .video-wrapper video {
                    opacity: 1;
                    pointer-events: auto;
                }

            .bc2025-home .htgt-section .category-list-wrapt .category-item .category-item-link .video-wrapper video {
                opacity: 0;
                pointer-events: none;
            }

            .bc2025-home .htgt-section .category-list-wrapt .category-item .category-item-link .video-wrapper {
                display: block;
                width: 100%;
                padding-top: 132%;
                position: relative;
                border-radius: 27px;
                overflow: hidden;
            }

                .bc2025-home .htgt-section .category-list-wrapt .category-item .category-item-link .video-wrapper img,
                .bc2025-home .htgt-section .category-list-wrapt .category-item .category-item-link .video-wrapper video {
                    display: block;
                    width: 100%;
                    height: 100%;
                    -o-object-fit: cover;
                    object-fit: cover;
                    position: absolute;
                    top: 0;
                    left: 0;
                    border-radius: 27px;
                }

            .bc2025-home .htgt-section .category-list-wrapt .category-item .category-item-link .category-item-heading {
                position: absolute;
                top: 20px;
                left: 20px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                width: calc(100% - 40px);
            }

                .bc2025-home .htgt-section .category-list-wrapt .category-item .category-item-link .category-item-heading .logo {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                }

                    .bc2025-home .htgt-section .category-list-wrapt .category-item .category-item-link .category-item-heading .logo img {
                        display: block;
                        width: 100%;
                        height: auto;
                    }

                .bc2025-home .htgt-section .category-list-wrapt .category-item .category-item-link .category-item-heading .icn {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                }

.bc2025-home .registerForm-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 3vw;
    position: relative;
}

    .bc2025-home .registerForm-section::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
        background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
    }

    .bc2025-home .registerForm-section .registerForm {
        width: 32vw;
        margin: 0 auto;
        padding: 6vw 0;
        position: relative;
    }

        .bc2025-home .registerForm-section .registerForm .registerForm-heading {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .bc2025-home .registerForm-section .registerForm .registerForm-heading .label {
                color: #FFF;
                text-align: center;
                font-family: "Apparat-Medium";
                font-size: 35px;
                line-height: 35px;
                /* 0 */
                letter-spacing: -1px;
                margin-bottom: 20px;
            }

            .bc2025-home .registerForm-section .registerForm .registerForm-heading .des {
                color: rgba(255, 255, 255, 0.8);
                text-align: center;
                font-family: "Apparat-Medium";
                font-size: 18px;
                line-height: 25px;
                margin-bottom: 30px;
            }

            .bc2025-home .registerForm-section .registerForm .registerForm-heading .contact-name {
                width: -webkit-fit-content;
                width: -moz-fit-content;
                width: fit-content;
                color: #FFF;
                text-align: center;
                font-family: "Apparat-Medium";
                font-size: 18px;
                line-height: 25px;
                padding: 5px 20px;
                background: rgba(67, 67, 67, 0.6);
                border-radius: 27px;
                margin-bottom: 10px;
            }

            .bc2025-home .registerForm-section .registerForm .registerForm-heading .contact-info {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                gap: 50px;
                width: 100%;
            }

                .bc2025-home .registerForm-section .registerForm .registerForm-heading .contact-info .phone,
                .bc2025-home .registerForm-section .registerForm .registerForm-heading .contact-info .email {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    gap: 5px;
                }

                    .bc2025-home .registerForm-section .registerForm .registerForm-heading .contact-info .phone .icn,
                    .bc2025-home .registerForm-section .registerForm .registerForm-heading .contact-info .email .icn {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                    }

                    .bc2025-home .registerForm-section .registerForm .registerForm-heading .contact-info .phone .txt,
                    .bc2025-home .registerForm-section .registerForm .registerForm-heading .contact-info .email .txt {
                        color: #FFF !important;
                        text-align: center;
                        font-family: "Apparat-Medium";
                        font-size: 18px;
                        line-height: 25px;
                    }

    .bc2025-home .registerForm-section .htgt-section-banner {
        width: 100%;
        position: relative;
    }

        .bc2025-home .registerForm-section .htgt-section-banner .banner {
            display: block;
            width: 100%;
            position: relative;
            padding-top: 35%;
            border-radius: 20px;
            overflow: hidden;
        }

            .bc2025-home .registerForm-section .htgt-section-banner .banner img {
                display: block;
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                position: absolute;
                top: 0;
                left: 0;
                border-radius: 20px;
            }

        .bc2025-home .registerForm-section .htgt-section-banner .banner-info {
            width: 28%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            position: absolute;
            left: 60px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

            .bc2025-home .registerForm-section .htgt-section-banner .banner-info .bi-logo {
                display: block;
                margin-bottom: 25px;
            }

                .bc2025-home .registerForm-section .htgt-section-banner .banner-info .bi-logo img {
                    display: block;
                    width: 100%;
                    height: auto;
                }

            .bc2025-home .registerForm-section .htgt-section-banner .banner-info .bi-sapo {
                color: #FFF;
                font-family: "Apparat-Medium";
                font-size: 15px;
                line-height: 25px;
                opacity: 0.4;
                margin-bottom: 80px;
            }

            .bc2025-home .registerForm-section .htgt-section-banner .banner-info .bi-btn {
                padding: 15px;
                border-radius: 10px;
                background: rgba(0, 0, 0, 0.4);
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                width: -webkit-fit-content;
                width: -moz-fit-content;
                width: fit-content;
                color: #FFF;
                text-align: center;
                font-family: "Apparat-Medium";
                font-size: 14px;
                line-height: 25px;
                /* 18.9px */
            }

.bc2025-home .topic-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 3vw;
    position: relative;
}

    .bc2025-home .topic-section .section-heading {
        position: relative;
    }

    .bc2025-home .topic-section .topic-cover {
        display: block;
        width: 100%;
        height: 100%;
        z-index: -1;
        position: absolute;
    }

        .bc2025-home .topic-section .topic-cover.functionsFixed {
            position: sticky;
            top: 0;
            left: 0;
        }

        .bc2025-home .topic-section .topic-cover::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.2);
        }

        .bc2025-home .topic-section .topic-cover img,
        .bc2025-home .topic-section .topic-cover video {
            display: block;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .bc2025-home .topic-section .topic-info {
        padding-bottom: 5vw;
        z-index: 3;
        padding-top: 2vw;
        position: relative;
        pointer-events: none;
    }

        .bc2025-home .topic-section .topic-info::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 30%;
            background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0)));
            background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
        }

        .bc2025-home .topic-section .topic-info::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 30%;
            background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
            background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
        }

    .bc2025-home .topic-section .topic-title {
        color: #FFF;
        text-align: center;
        font-family: "Apparat-Medium";
        font-size: 54px;
        line-height: 100%;
        /* 0 */
        letter-spacing: -2px;
        margin-bottom: 2vw;
        position: relative;
    }

    .bc2025-home .topic-section .topic-des {
        color: #FFF;
        text-align: center;
        font-family: "Apparat-Medium";
        font-size: 18px;
        line-height: 25px;
        width: 45vw;
        margin: 0 auto;
        margin-bottom: 6vw;
        position: relative;
    }

    .bc2025-home .topic-section .topic-roadmap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20px;
    }

        .bc2025-home .topic-section .topic-roadmap .tr-label {
            color: #FFF;
            font-family: "Apparat-Medium";
            font-size: 15px;
            line-height: 25px;
            /* 15px */
            text-transform: uppercase;
        }

        .bc2025-home .topic-section .topic-roadmap .tr-body {
            width: 87%;
            border-radius: 20px;
            background: rgba(0, 0, 0, 0.2);
            backdrop-filter: blur(25px);
            position: relative;
            padding: 18px 25px 25px 25px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            position: relative;
            z-index: 1;
        }

            .bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt {
                position: relative;
            }

                .bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .trb-heading {
                    display: -ms-grid;
                    display: grid;
                    -ms-grid-columns: 8% 28% 28% 28% 8%;
                    grid-template-columns: 8% 28% 28% 28% 8%;
                    margin-bottom: 10px;
                }

                .bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .trbh-day {
                    color: #FFF;
                    font-family: "Apparat-Medium";
                    font-size: 16px;
                    line-height: 25px;
                    /* 19.2px */
                }

                .bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .trb-content {
                    display: -ms-grid;
                    display: grid;
                    -ms-grid-columns: 8% 28% 28% 28% 8%;
                    grid-template-columns: 8% 28% 28% 28% 8%;
                    border-radius: 15px;
                    position: relative;
                    overflow: hidden;
                    background: rgba(0, 0, 0, 0.4);
                }

                    .bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .trb-content::before {
                        content: "";
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 5px;
                        background: rgba(255, 255, 255, 0.6);
                    }

                    .bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .trb-content .trbc-item {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-orient: vertical;
                        -webkit-box-direction: normal;
                        -ms-flex-direction: column;
                        flex-direction: column;
                        gap: 15px;
                        padding: 15px 0;
                    }

                        .bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .trb-content .trbc-item:nth-child(2n) {
                            background: rgba(0, 0, 0, 0.3);
                        }

                        .bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .trb-content .trbc-item:nth-child(2) .trbc-date {
                            width: 65%;
                            margin: initial;
                            margin-left: 15px;
                        }

                        .bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .trb-content .trbc-item:nth-child(3) .trbc-date:nth-last-child(2) {
                            margin: initial;
                            margin-left: -5vw;
                        }

                        .bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .trb-content .trbc-item:nth-child(3) .trbc-date:nth-last-child(1) {
                            width: 85%;
                            margin: initial;
                            margin-left: 15px;
                        }

                        .bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .trb-content .trbc-item .trbh-day {
                            display: none;
                        }

                    .bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .trb-content .trbc-date {
                        width: calc(100% - 30px);
                        margin: 0 auto;
                    }

                        .bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .trb-content .trbc-date .list-date {
                            padding: 15px;
                            -webkit-box-sizing: border-box;
                            box-sizing: border-box;
                            border-radius: 10px;
                            background: rgba(0, 0, 0, 0.6);
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-orient: vertical;
                            -webkit-box-direction: normal;
                            -ms-flex-direction: column;
                            flex-direction: column;
                            gap: 15px;
                        }

                        .bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .trb-content .trbc-date .date-item {
                            padding-bottom: 15px;
                            border-bottom: 1px solid #5E5E5E;
                        }

                            .bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .trb-content .trbc-date .date-item:nth-last-child(1) {
                                padding-bottom: 0;
                                border-bottom: none;
                            }

                .bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .di-wrapt {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    gap: 10px;
                }

                    .bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .di-wrapt .di-day {
                        color: rgba(0, 0, 0, 0.6);
                        font-family: "Apparat-Medium";
                        font-size: 14px;
                        line-height: 25px;
                        padding: 5px 10px;
                        border-radius: 42px;
                        -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                        width: -webkit-fit-content;
                        width: -moz-fit-content;
                        width: fit-content;
                        /* 16.8px */
                    }

                        .bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .di-wrapt .di-day.type-purple {
                            background: #DECCFF;
                        }

                        .bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .di-wrapt .di-day.type-green {
                            background: #2CFE8A;
                        }

                        .bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .di-wrapt .di-day.type-blue {
                            background: #59AFFF;
                        }

                        .bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .di-wrapt .di-day.type-orange {
                            background: #FF5732;
                        }

                    .bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .di-wrapt .di-title {
                        color: #FFF;
                        font-family: "Apparat-Medium";
                        font-size: 17px;
                        line-height: 21px;
                        /* 20.4px */
                    }

                    .bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .di-wrapt .di-sapo {
                        color: #8F8F8F;
                        font-family: "Apparat-Medium";
                        font-size: 14px;
                        line-height: 18px;
                        /* 16.8px */
                        letter-spacing: 0.56px;
                    }

.bc2025-home .judges-section {
    padding: 6vw 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    background: #000;
}

    .bc2025-home .judges-section .judges-heading {
        color: #FFF;
        text-align: center;
        font-family: "Apparat-Medium";
        font-size: 32px;
        line-height: 125%;
        /* 40px */
        text-transform: uppercase;
        margin-bottom: 22px;
    }

    .bc2025-home .judges-section .judges-list {
        display: none;
        position: relative;
        margin-bottom: 2vw;
    }

        .bc2025-home .judges-section .judges-list .judges-item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            gap: 15px;
            width: 12%;
            -ms-flex-negative: 0;
            flex-shrink: 0;
        }

        .bc2025-home .judges-section .judges-list .ji-avatar {
            display: block;
            width: 100%;
            padding-top: 100%;
            position: relative;
            border-radius: 169px;
            border: 5px solid #424242;
        }

            .bc2025-home .judges-section .judges-list .ji-avatar img {
                display: block;
                width: 97%;
                height: 97%;
                -o-object-fit: cover;
                object-fit: cover;
                border-radius: 100px;
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }

        .bc2025-home .judges-section .judges-list .ji-info {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .bc2025-home .judges-section .judges-list .ji-info .ji-name {
                color: #FFF;
                font-family: "Apparat-Medium";
                font-size: 17px;
                line-height: 25px;
                text-align: center;
                /* 20.4px */
            }

    .bc2025-home .judges-section .swiper-container-free-mode > .swiper-wrapper {
        -webkit-transition-timing-function: linear;
        transition-timing-function: linear;
    }

    .bc2025-home .judges-section .judges-sapo {
        color: #8F8F8F;
        text-align: center;
        font-family: "Apparat-Medium";
        font-size: 15px;
        line-height: 25px;
        width: 36%;
        margin: 0 auto;
        margin-bottom: 2.5vw;
        /* 18px */
    }

    .bc2025-home .judges-section .judges-about-wrapt {
        margin-bottom: 5vw;
    }

    .bc2025-home .judges-section .judges-about {
        width: 55%;
        margin: 0 auto;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: calc((100% - 30px) / 4) 10px calc((100% - 30px) / 4) 10px calc((100% - 30px) / 4) 10px calc((100% - 30px) / 4);
        grid-template-columns: repeat(4, calc((100% - 30px) / 4));
        gap: 10px;
    }

        .bc2025-home .judges-section .judges-about .ja-item {
            width: 100%;
            border-radius: 15px;
            background: rgba(48, 48, 48, 0.6);
            padding: 15px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            gap: 3vw;
        }

            .bc2025-home .judges-section .judges-about .ja-item .ja-title {
                color: #2CFE8A;
                font-family: "Apparat-Medium";
                font-size: 42px;
                line-height: 100%;
                /* 52.5px */
                text-transform: uppercase;
            }

            .bc2025-home .judges-section .judges-about .ja-item .ja-description {
                color: #FFF;
                font-family: "Apparat-Medium";
                font-size: 15px;
                line-height: 18px;
                /* 18px */
            }

    .bc2025-home .judges-section .lookbackBCA2024 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 40px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .bc2025-home .judges-section .lookbackBCA2024 .lb-info {
            width: 35%;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            gap: 35px;
        }

            .bc2025-home .judges-section .lookbackBCA2024 .lb-info .lb-title {
                color: #FFF;
                font-family: "Apparat-Medium";
                font-size: 32px;
                line-height: 25px;
                /* 30.4px */
                text-transform: uppercase;
            }

            .bc2025-home .judges-section .lookbackBCA2024 .lb-info .lb-des {
                color: #FFF;
                font-family: "Apparat-Medium";
                font-size: 15px;
                line-height: 25px;
                opacity: 0.4;
                /* 20.25px */
            }

            .bc2025-home .judges-section .lookbackBCA2024 .lb-info .lb-btn {
                border-radius: 10px;
                background: rgba(255, 255, 255, 0.4);
                padding: 15px;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                width: -webkit-fit-content;
                width: -moz-fit-content;
                width: fit-content;
                color: #FFF;
                text-align: center;
                font-family: "Apparat-Medium";
                font-size: 14px;
                line-height: 25px;
                /* 18.9px */
            }

        .bc2025-home .judges-section .lookbackBCA2024 .lb-thumb {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }

            .bc2025-home .judges-section .lookbackBCA2024 .lb-thumb .video-player {
                display: block;
                width: 100%;
                padding-top: 55.22%;
                position: relative;
                z-index: 1;
            }

                .bc2025-home .judges-section .lookbackBCA2024 .lb-thumb .video-player .VCSortableInPreviewMode[type=VideoStream] {
                    display: block;
                    width: 100%;
                    height: 100%;
                    -o-object-fit: cover;
                    object-fit: cover;
                    position: absolute;
                    top: 0;
                    left: 0;
                }

                .bc2025-home .judges-section .lookbackBCA2024 .lb-thumb .video-player .streamid_undefined_c0hsob9om-dimensions {
                    height: 100% !important;
                }

                .bc2025-home .judges-section .lookbackBCA2024 .lb-thumb .video-player .videoNewsPlayer {
                    height: 100% !important;
                }

                .bc2025-home .judges-section .lookbackBCA2024 .lb-thumb .video-player::before {
                    position: absolute;
                    content: "";
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 67.21%, #000 100%);
                    z-index: 2;
                }

.bc2025-home .news-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #000;
    padding-top: 5vw;
    padding-bottom: 5vw;
}

    .bc2025-home .news-section .section-heading {
        width: 30%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .bc2025-home .news-section .grid-news {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: calc((100% - 30px) / 3) 15px calc((100% - 30px) / 3) 15px calc((100% - 30px) / 3);
        grid-template-columns: repeat(3, calc((100% - 30px) / 3));
        gap: 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .bc2025-home .news-section .grid-news .grid-news-item {
            background: #282A2D;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            border-radius: 10px;
            overflow: hidden;
        }

            .bc2025-home .news-section .grid-news .grid-news-item .thumb {
                display: block;
                width: 100%;
                padding-top: 52.27%;
                position: relative;
            }

                .bc2025-home .news-section .grid-news .grid-news-item .thumb img {
                    display: block;
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    -o-object-fit: cover;
                    object-fit: cover;
                }

            .bc2025-home .news-section .grid-news .grid-news-item .info {
                padding: 1.2vw;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
            }

                .bc2025-home .news-section .grid-news .grid-news-item .info .title {
                    color: #FFF;
                    font-family: "Apparat-Medium";
                    font-size: 16px;
                    line-height: 25px;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    margin-bottom: 0.6vw;
                }

                .bc2025-home .news-section .grid-news .grid-news-item .info .source {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    width: -webkit-fit-content;
                    width: -moz-fit-content;
                    width: fit-content;
                }

                    .bc2025-home .news-section .grid-news .grid-news-item .info .source .thumb-source {
                        display: none;
                        width: 1vw;
                        height: 1vw;
                        border-radius: 100px;
                        margin-right: 0.5vw;
                    }

                        .bc2025-home .news-section .grid-news .grid-news-item .info .source .thumb-source img {
                            display: block;
                            width: 100%;
                            height: 100%;
                        }

                    .bc2025-home .news-section .grid-news .grid-news-item .info .source .name {
                        color: rgba(255, 255, 255, 0.5);
                        font-family: "Apparat-Medium";
                        font-size: 14px;
                        line-height: 25px;
                    }

@media screen and (max-width: 780px) {
    .bc2025-home .intro .totalCover {
        width: 92%;
        height: 97%;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
    }

        .bc2025-home .intro .totalCover .totalCover-left {
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            height: 100%;
        }

            .bc2025-home .intro .totalCover .totalCover-left .top-scroll-down-icon {
                padding-bottom: 14vh;
            }

            .bc2025-home .intro .totalCover .totalCover-left .logo {
                width: 180px;
            }

        .bc2025-home .intro .totalCover .totalCover-right {
            padding-bottom: 14vh;
        }

            .bc2025-home .intro .totalCover .totalCover-right .listCategories {
                gap: 20px;
            }

                .bc2025-home .intro .totalCover .totalCover-right .listCategories .category {
                    font-size: 10px;
                }

            .bc2025-home .intro .totalCover .totalCover-right .sapo .txt {
                font-size: 10px;
            }

    .bc2025-home .content-section {
        padding: 0 20px;
    }

        .bc2025-home .content-section .section-heading {
            margin-bottom: 6vh;
        }

            .bc2025-home .content-section .section-heading .label {
                font-size: 12px;
            }

    .bc2025-home .about-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 6vh;
    }

        .bc2025-home .about-section .about-section-sapo {
            gap: 30px;
        }

            .bc2025-home .about-section .about-section-sapo .txt {
                font-size: 16px;
            }

            .bc2025-home .about-section .about-section-sapo .action-link .txt {
                font-size: 16px;
            }

    .bc2025-home .htgt-section {
        margin-bottom: 0;
        padding-top: 8vh;
    }

        .bc2025-home .htgt-section .category-list-wrapt {
            position: relative;
            overflow: hidden;
            width: 100vw;
            height: 70vh;
            margin-left: -20px;
        }

            .bc2025-home .htgt-section .category-list-wrapt .category-list {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                gap: 15px;
                padding-left: 20px;
                position: relative;
                width: -webkit-max-content;
                width: -moz-max-content;
                width: max-content;
            }

            .bc2025-home .htgt-section .category-list-wrapt .category-item {
                width: 95vw;
                height: 100%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -ms-flex-negative: 0;
                flex-shrink: 0;
            }

                .bc2025-home .htgt-section .category-list-wrapt .category-item:nth-last-child(1) {
                    margin-right: 20px;
                }

    .bc2025-home .registerForm-section .registerForm {
        width: 100%;
        padding: 6vh 0;
    }

        .bc2025-home .registerForm-section .registerForm .registerForm-heading .label {
            font-size: 28px;
        }

        .bc2025-home .registerForm-section .registerForm .registerForm-heading .des {
            font-size: 16px;
        }

        .bc2025-home .registerForm-section .registerForm .registerForm-heading .contact-info {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            gap: 10px;
        }

    .bc2025-home .registerForm-section .htgt-section-banner .banner {
        padding-top: 207.5%;
    }

    .bc2025-home .registerForm-section .htgt-section-banner .banner-info {
        width: 86%;
        left: 50%;
        top: 0vh;
        -webkit-transform: translatex(-50%);
        transform: translatex(-50%);
    }

        .bc2025-home .registerForm-section .htgt-section-banner .banner-info .bi-logo {
            margin-bottom: 20px;
        }

        .bc2025-home .registerForm-section .htgt-section-banner .banner-info .bi-sapo {
            margin-bottom: 20px;
        }

    .bc2025-home .topic-section .section-heading .label {
        font-size: 15px;
    }

    .bc2025-home .topic-section .topic-info {
        padding-top: 6vh;
        padding-bottom: 6vh;
    }

    .bc2025-home .topic-section .topic-title {
        margin-bottom: 6vh;
    }

    .bc2025-home .topic-section .topic-des {
        width: 92%;
        margin-bottom: 8vh;
    }

    .bc2025-home .topic-section .topic-roadmap .tr-body {
        width: 100%;
        overflow: auto;
        border-radius: 0;
        padding: 15px 20px;
        background: none;
        backdrop-filter: initial;
    }

        .bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt {
            background: rgba(0, 0, 0, 0.2);
            backdrop-filter: blur(25px);
            padding: 15px;
            border-radius: 20px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

            .bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .trb-heading {
                display: none;
            }

            .bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .trb-content {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                gap: 10px;
                background: none;
            }

                .bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .trb-content .trbc-item {
                    min-height: auto;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    gap: 15px;
                    padding: 15px;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    border-top: 4px solid rgba(255, 255, 255, 0.6);
                    background: rgba(0, 0, 0, 0.3);
                    border-radius: 13px;
                }

                    .bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .trb-content .trbc-item:first-child {
                        display: none;
                    }

                    .bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .trb-content .trbc-item:nth-child(2) .trbc-date {
                        width: 100%;
                        margin-left: 0;
                    }

                    .bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .trb-content .trbc-item:nth-child(3) .trbc-date:nth-last-child(2) {
                        margin-left: 0;
                        width: 100%;
                    }

                    .bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .trb-content .trbc-item:nth-child(3) .trbc-date:nth-last-child(1) {
                        margin-left: 0;
                        width: 100%;
                    }

                    .bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .trb-content .trbc-item .trbh-day {
                        display: block;
                    }

                    .bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .trb-content .trbc-item .trbc-date {
                        width: 100%;
                        padding-top: 0;
                    }

    .bc2025-home .judges-section {
        padding-top: 6vh;
        padding-bottom: 6vh;
    }

        .bc2025-home .judges-section .judges-list {
            margin-bottom: 4.5vh;
        }

        .bc2025-home .judges-section .judges-sapo {
            width: 96%;
            margin-bottom: 6.5vh;
        }

        .bc2025-home .judges-section .judges-about-wrapt {
            position: relative;
            overflow: hidden;
            width: 100vw;
            margin-left: -20px;
            margin-bottom: 7vh;
        }

        .bc2025-home .judges-section .judges-about {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            gap: 0;
            width: 100%;
            margin-left: 20px;
        }

            .bc2025-home .judges-section .judges-about .ja-item {
                width: 50%;
                -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                flex-grow: 1;
                gap: 5vh;
            }

                .bc2025-home .judges-section .judges-about .ja-item:nth-last-child(1) {
                    margin-right: 20px !important;
                }

                .bc2025-home .judges-section .judges-about .ja-item .ja-title {
                    text-align: start;
                }

        .bc2025-home .judges-section .lookbackBCA2024 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: start;
            padding: 0;
            gap: 6vh;
        }

            .bc2025-home .judges-section .lookbackBCA2024 .lb-info {
                width: 100%;
                gap: 20px;
            }

            .bc2025-home .judges-section .lookbackBCA2024 .lb-thumb {
                width: 100%;
            }

                .bc2025-home .judges-section .lookbackBCA2024 .lb-thumb .video-player {
                    padding-top: 66.25%;
                }

    .bc2025-home .news-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 6vh;
    }

        .bc2025-home .news-section .section-heading {
            width: 100%;
            margin-bottom: 3vh;
        }

        .bc2025-home .news-section .grid-news {
            -ms-grid-columns: 100%;
            grid-template-columns: repeat(1, 100%);
            gap: 15px;
        }

            .bc2025-home .news-section .grid-news .grid-news-item .info {
                padding: 18px;
            }

                .bc2025-home .news-section .grid-news .grid-news-item .info .title {
                    margin-bottom: 15px;
                }
}

body::-webkit-scrollbar {
    display: none;
}

html {
    scroll-behavior: smooth;
}

body.loading {
    overflow: hidden;
    /* Không scroll khi loading */
}

.w1920 {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.bc2025-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    background: #191919;
    position: relative;
    z-index: 2;
}

    .bc2025-footer .footer-wrapt {
        padding: 4vw 7vw;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .bc2025-footer .footer-wrapt .footer-left {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .bc2025-footer .footer-wrapt .footer-left .txt {
                color: #EBEBEB;
                font-family: "Apparat-Regular";
                font-size: 14px;
                line-height: 155%;
            }

                .bc2025-footer .footer-wrapt .footer-left .txt i {
                    display: block;
                    font-family: "Apparat-Bold";
                    color: #EBEBEB;
                }

            .bc2025-footer .footer-wrapt .footer-left .logo {
                display: block;
                width: 200px;
                margin-bottom: 10%;
                margin-left: -15px;
            }

                .bc2025-footer .footer-wrapt .footer-left .logo img {
                    display: block;
                    width: 100%;
                    mix-blend-mode: screen;
                }

        .bc2025-footer .footer-wrapt .footer-right {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .bc2025-footer .footer-wrapt .footer-right .sapo-wrapt {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                width: 100%;
                gap: 2vw;
                margin-bottom: 4vw;
            }

            .bc2025-footer .footer-wrapt .footer-right .sapo {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
            }

                .bc2025-footer .footer-wrapt .footer-right .sapo:nth-last-child(1) {
                    margin-bottom: 0;
                }

                    .bc2025-footer .footer-wrapt .footer-right .sapo:nth-last-child(1) .txt {
                        margin-bottom: 0;
                        font-size: 24px;
                    }

                .bc2025-footer .footer-wrapt .footer-right .sapo .txt {
                    color: #FFF;
                    font-family: "Apparat-Bold";
                    font-size: 14px;
                    line-height: 125%;
                }

                    .bc2025-footer .footer-wrapt .footer-right .sapo .txt:first-child {
                        margin-bottom: 18px;
                    }

                    .bc2025-footer .footer-wrapt .footer-right .sapo .txt i {
                        font-family: "Apparat-Regular";
                        display: block;
                        margin-bottom: 4px;
                        color: #FFF;
                    }

                        .bc2025-footer .footer-wrapt .footer-right .sapo .txt i:nth-last-child(1) {
                            margin-bottom: 0;
                        }

                .bc2025-footer .footer-wrapt .footer-right .sapo .social {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                }

                    .bc2025-footer .footer-wrapt .footer-right .sapo .social .social-link {
                        display: block;
                        width: 1vw;
                        height: 1vw;
                        margin-right: 0.5vw;
                    }

                        .bc2025-footer .footer-wrapt .footer-right .sapo .social .social-link:nth-last-child(1) {
                            margin-right: 0;
                        }

                        .bc2025-footer .footer-wrapt .footer-right .sapo .social .social-link svg {
                            display: block;
                            width: 100%;
                        }

            .bc2025-footer .footer-wrapt .footer-right .social-wrapt {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                width: 100%;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
            }

                .bc2025-footer .footer-wrapt .footer-right .social-wrapt .social-link {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    gap: 10px;
                }

                    .bc2025-footer .footer-wrapt .footer-right .social-wrapt .social-link .social-label {
                        color: #EBEBEB;
                        font-family: "Apparat-Regular";
                        font-size: 14px;
                        line-height: 155%;
                        /* 21.7px */
                    }

                    .bc2025-footer .footer-wrapt .footer-right .social-wrapt .social-link .social-list {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        gap: 10px;
                    }

                        .bc2025-footer .footer-wrapt .footer-right .social-wrapt .social-link .social-list .social-item {
                            display: block;
                            width: 20px;
                            height: 20px;
                        }

                            .bc2025-footer .footer-wrapt .footer-right .social-wrapt .social-link .social-list .social-item svg {
                                display: block;
                                width: 100%;
                                height: 100%;
                            }

                .bc2025-footer .footer-wrapt .footer-right .social-wrapt .csbm-wrapt {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                }

                    .bc2025-footer .footer-wrapt .footer-right .social-wrapt .csbm-wrapt .txt,
                    .bc2025-footer .footer-wrapt .footer-right .social-wrapt .csbm-wrapt .copyright-txt {
                        color: #EBEBEB;
                        font-family: "Apparat-Regular";
                        font-size: 12px;
                        line-height: 120%;
                    }

.menu-bar {
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 30px;
    z-index: 9;
}

    .menu-bar .menu-bar-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 20px;
        background: rgba(48, 48, 48, 0.5);
        backdrop-filter: blur(14.75px);
        padding: 10px;
        position: relative;
    }

        .menu-bar .menu-bar-wrapper .menu-item {
            position: relative;
            margin-right: 0.5vw;
        }

            .menu-bar .menu-bar-wrapper .menu-item:nth-last-child(1) {
                margin-right: 0;
                display: none;
            }

            .menu-bar .menu-bar-wrapper .menu-item:first-child .menu-item-link {
                padding: 0;
            }

                .menu-bar .menu-bar-wrapper .menu-item:first-child .menu-item-link .icn-svg {
                    margin-left: 0;
                }

            .menu-bar .menu-bar-wrapper .menu-item:nth-child(2) .menu-item-link:hover .icn svg path {
                fill: #fff;
            }

            .menu-bar .menu-bar-wrapper .menu-item.active .menu-item-content {
                visibility: visible;
                opacity: 1;
            }

            .menu-bar .menu-bar-wrapper .menu-item.mobMenu-active {
                display: none;
            }

        .menu-bar .menu-bar-wrapper .menu-item-link {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 1.3vw 1.1vw;
            border-radius: 10px;
            background: rgba(0, 0, 0, 0.4);
            height: 50px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            gap: 10px;
        }

            .menu-bar .menu-bar-wrapper .menu-item-link.active, .menu-bar .menu-bar-wrapper .menu-item-link:hover {
                background: #6477D9;
            }

                .menu-bar .menu-bar-wrapper .menu-item-link.active .txt, .menu-bar .menu-bar-wrapper .menu-item-link:hover .txt {
                    color: #fff;
                }

                .menu-bar .menu-bar-wrapper .menu-item-link.active .icn svg path, .menu-bar .menu-bar-wrapper .menu-item-link:hover .icn svg path {
                    fill: #222;
                }

            .menu-bar .menu-bar-wrapper .menu-item-link .txt {
                color: #fff;
                font-family: "Apparat-Bold";
                font-size: 14px;
                line-height: 120%;
                white-space: nowrap;
            }

            .menu-bar .menu-bar-wrapper .menu-item-link .icn {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }

            .menu-bar .menu-bar-wrapper .menu-item-link .icn-svg {
                margin-left: 0.5vw;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                width: 50px;
                height: 50px;
            }

                .menu-bar .menu-bar-wrapper .menu-item-link .icn-svg img {
                    display: block;
                    width: 100%;
                    height: 100%;
                }

.back-to-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 20px;
    background: rgba(48, 48, 48, 0.4);
    backdrop-filter: blur(14.75px);
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 2;
}

.registerFormFixed {
    position: fixed;
    width: 250px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    bottom: 10px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(25px);
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    gap: 20px;
    z-index: 9;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    pointer-events: auto;
}

    .registerFormFixed.functionsFixed {
        opacity: 0;
        pointer-events: none;
    }

    .registerFormFixed .registerFormFixed-label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .registerFormFixed .registerFormFixed-label .txt {
            color: #fff;
            font-family: "Apparat-Medium";
            font-size: 18px;
            line-height: 120%;
            white-space: nowrap;
        }

        .registerFormFixed .registerFormFixed-label .icn {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

    .registerFormFixed .registerFormFixed-thumb {
        display: block;
        width: 100%;
    }

        .registerFormFixed .registerFormFixed-thumb img {
            display: block;
            width: 100%;
            height: auto;
        }

.loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10vw;
    z-index: 9999;
}

    .loading-screen .loading-screen-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .loading-screen .loading-screen-logo img {
            display: block;
            width: auto;
            height: auto;
        }

    .loading-screen .loading-text {
        display: block;
        color: #FFF;
        text-align: center;
        font-family: "Apparat-Medium";
        font-size: 12px;
        line-height: 10px;
        letter-spacing: -0.48px;
    }

    .loading-screen .loading-percent {
        margin-top: 15px;
        display: block;
        color: #FFF;
        font-family: "Apparat-Medium";
        text-align: center;
        font-size: 64px;
        line-height: 50px;
        letter-spacing: -2.56px;
    }

@media screen and (max-width: 780px) {
    .bc2025-footer .footer-wrapt {
        padding: 12vh 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .bc2025-footer .footer-wrapt .footer-left {
            margin-bottom: 6vh;
        }

            .bc2025-footer .footer-wrapt .footer-left .txt {
                font-size: 12px;
                margin-bottom: 0;
            }

            .bc2025-footer .footer-wrapt .footer-left .copyright-txt {
                font-size: 12px;
            }

            .bc2025-footer .footer-wrapt .footer-left .logo {
                width: 180px;
                margin-bottom: 30px;
            }

        .bc2025-footer .footer-wrapt .footer-right {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            gap: 30px;
        }

            .bc2025-footer .footer-wrapt .footer-right .sapo-wrapt {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                gap: 20px;
                margin-bottom: 0;
            }

            .bc2025-footer .footer-wrapt .footer-right .social-wrapt {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                gap: 10px;
            }

            .bc2025-footer .footer-wrapt .footer-right .sapo {
                margin-right: 0;
            }

                .bc2025-footer .footer-wrapt .footer-right .sapo:nth-last-child(1) .txt {
                    margin-bottom: 8px;
                }

                .bc2025-footer .footer-wrapt .footer-right .sapo .txt {
                    font-size: 12px;
                }

                    .bc2025-footer .footer-wrapt .footer-right .sapo .txt:first-child {
                        margin-bottom: 25px;
                    }

                .bc2025-footer .footer-wrapt .footer-right .sapo .social .social-link {
                    width: 20px;
                    height: 20px;
                    margin-right: 10px;
                }

    .menu-bar {
        display: block;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        bottom: 10px;
    }

        .menu-bar .menu-bar-wrapper {
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
        }

            .menu-bar .menu-bar-wrapper .menu-item {
                display: none;
                margin-right: 5px;
            }

                .menu-bar .menu-bar-wrapper .menu-item:nth-last-child(1), .menu-bar .menu-bar-wrapper .menu-item:first-child {
                    display: block;
                }

            .menu-bar .menu-bar-wrapper .menu-item-link {
                padding: 6px 15px;
            }

    .registerFormFixed {
        display: none;
    }

    .loading-screen {
        gap: 15vh;
    }

        .loading-screen .loading-screen-logo {
            width: 50%;
            margin: 0 auto;
        }

            .loading-screen .loading-screen-logo img {
                width: 100%;
            }
}
