/*CUSTOM CLASS*/
.bg-nav-black{
    background-color: #000 !important;
}
.bg-nav-primary{
    background-color: #C41E26 !important;
}
.bg-footer{
    background-color: #131516 !important;
}
.bg-breadcrumb{
    background-color: #F5F5F5 !important;
}
.bg-white{
    background-color: #fff !important;
}
.bg-light-white{
    background-color: #F9F9F9 !important;
}
.bg-blue{
    background-color: #2F4298 !important;
}
.bg-grey{
    background-color: #EAEAEEA !important;
}
.bg-light-grey{
    background-color:  #F2F2F2 !important;
}

.primary-text{
    color: #E83232 !important;
}
.red-text{
    color: #C41E26 !important;
}
.white-text{
    color: #fff !important;
}
.dark-text{
    color: #242424 !important;
}
.black-text{
    color: #000 !important;
}
.grey-text{
    color: #676B6E !important;
}
.dark-grey-text{
    color: #999999 !important;
}

.p-md-5rem{
    padding: 5rem 5rem;
}
.px-md-5rem{
    padding-left: 5rem;
    padding-right: 5rem;
}
.py-md-5rem{
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.p-md-7{
    padding: 7rem 7rem;
}
.px-md-7{
    padding-left: 7rem;
    padding-right: 7rem;
}
.py-md-7{
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.p-md-9{
    padding: 9rem 9rem !important;
}
.px-md-9{
    padding-left: 9rem !important;
    padding-right: 9rem !important;
}
.py-md-9{
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
}

.p-md-12{
    padding: 12rem 12rem !important;
}
.px-md-12{
    padding-left: 12rem!important;
    padding-right: 12rem!important;
}
.py-md-12{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
}

.line-32{
    line-height: 32px !important;
}
.line-24{
    line-height: 24px !important;
}

.letter-1{
    letter-spacing: 1px;
}

.box-0{
    border-radius: unset !important;
}
.box-4{
    border-radius: 4px !important;
}
.box-6{
    border-radius: 6px !important;
}
.box-8{
    border-radius: 8px !important;
}
.box-16{
    border-radius: 16px !important;
}
.box-24{
    border-radius: 24px !important;
}
.box-32 {
    border-radius: 32px !important;
}
.box-50 {
    border-radius: 50px !important;;
}

.top-25{
    top: 25% !important;
}
.top-30{
    top: 30% !important;
}

.w-fit{
    width: fit-content;
}
.w-max{
    width: max-content;
}
.w-10{
    width: 10%;
}
.w-15{
    width: 15%;
}
.w-20{
    width: 20%;
}
.w-30{
    width: 30%;
}
.w-35{
    width: 35%;
}
.w-40{
    width: 40%;
}
.w-60{
    width: 60%;
}
.w-70{
    width: 70%;
}
.w-80{
    width: 80%;
}
.w-125{
    width: 125%;
}
.h-fit{
    height: fit-content;
}
.object-contain{
    object-fit: contain !important;
}
.object-cover{
    object-fit: cover;
}
.object-center{
    object-position: center;
}

.border-1-black{
    border: 1px solid #000;
}
.border-1-primary{
    border: 1px solid #E83232;
}
.border-2-primary{
    border: 2px solid #E83232;
}
.border-left-3-blue{
    border-left: 3px solid #2F4298;
}
.border-1-ebebeb{
    border-color: #EBEBEB !important;
    opacity: unset !important;
}
.border-group{
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
}
.hr-ebebeb{
    border: .5px solid #EBEBEB !important;
    opacity: 1 !important;
}
.border-group-stage,
.border-group-result-stage{
    border-bottom : 1px solid #EBEBEB;
}

.home-banner{
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.banner-caption{
    width: 100%;
    height: 100%;
}

.registration-caption{
    gap: 1rem
}

.menu-about-us{
    display: none;
    position: absolute;
    z-index: 99;
    width: fit-content;
    padding: .5rem 0rem;
    margin-left: -1rem;
}

.nav-about-us:hover .menu-about-us{
    display: flex;
}

.menu-about-us a:hover{
    color: #C41E26 !important;
}
.accordion-button::after{
    background-image: url("../buacademy/ic_dark_arrow_down.png");
    background-repeat: no-repeat;
    background-size: 1rem;
    width: 1rem;
    height: 1rem;
}
.accordion-button:not(.collapsed)::after{
    background-image: url("../buacademy/ic_dark_arrow_down.png");
}

.breadcrumb-item.active a {
    color: #C41E26 !important;
    font-family: "Poppins-Bold" !important;
}

@media (min-width: 992px) and (max-width: 1024px){
    .nav-buacademy,
    .nav-breadcrumb{
        padding: 1rem 3rem !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .nav-breadcrumb{
        padding: 1rem 3rem !important;
    }
}

@media (max-width: 767px) {
    .nav-breadcrumb{
        padding: 1rem 1.5rem !important;
    }
}

@media (max-width: 576px) {
    .nav-breadcrumb{
        padding: 1rem 1.5rem !important;
    }
    .footer-logo img{
        width: 70%;
    }
}


