header#header .navbar{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
header#header .navbar .navbar-brand{
    margin: 0;
    padding: 0;
}
header#header img.bling-logo {
    max-height: 90px;
}
header#header img.scale {
    animation: scale 1.5s infinite;
}
header#header #reg-nav {
    animation: scale 1.5s infinite;
}

header#header .navbar-expand-lg .navbar-nav {
    width: 100%;
    align-items: center;
    justify-content: end;
}

section.section-program-by-age .title-section {
    text-align: center;
    margin: 40px 0;
}

section.section-program-by-age .title-section h2.title,
section.section-program-by-age .title-section p {
    margin: 0;
    padding: 0;
}

section.section-program-by-age .title-section p span.title {
    font-size: 30px;
    line-height: 34px;
    color: #283678;
    font-weight: 800;
    text-transform: uppercase;
}

section.section-program-by-age .content-popup .content-popup-detail.bg-js{
    background-color: #e0f3fc;
}

section.section-program-by-age .content-popup .content-popup-detail.bg-sj{
    background-color: #fffde5;
}
section.section-program-by-age .content-popup .content-popup-detail.bg-st{
    background-color: #d9ede6;
}

section.section-program-by-age .box-wrapper .each-box#jumpstart {
    background: url('../uploads/2025/bg-jumpstart.svg') center bottom no-repeat;
}

section.section-program-by-age .box-wrapper .each-box#super-juniors {
    background: url('../uploads/2025/bg-super-juniors.svg') center bottom no-repeat;
}

section.section-program-by-age .box-wrapper .each-box#smart-teens {
    background: url('../uploads/2025/bg-smart-teens.svg') center bottom no-repeat;
}

section.section-program-by-age .box-wrapper .each-box .bottom-box img {
    border-radius: 30px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    /* Đổ bóng */
}

section.section-program-by-age .box-wrapper .each-box {
    border-radius: 30px;
}

section.section-program-by-age .box-wrapper .each-box .btn-more {
    text-decoration: none;
}

.section-reason .video {
    display: grid;
    grid-template-columns: 70%;
    justify-content: center;
}
section.section-program-by-age .box-wrapper .each-box .bottom-box img{
    max-width: 353px;
}
section.section-program-by-age .content-popup .content-popup-detail .content-detail .btn-more {
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    color: white;
    padding: 7px 30px;
    border: 5px solid white;
    font-weight: 800;
    border-radius: 30px;
    position: relative;
    transform: translate(0, 0);
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 3px 3px 6px #0b2e13;
    background: #ef0a3e;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ef0a3e 0%, #ff5a00 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ef0a3e 0%, #ff5a00 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ef0a3e 0%, #ff5a00 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef0a3e', endColorstr='#ff5a00', GradientType=1);
    text-decoration: none;
    /* IE6-9 */
}

section.section-program-by-age .box-wrapper .each-box p {
    font-size: 21px;
    font-weight: 800;
    color: white;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.section-reason{
    background: white;  
}
.footer .wrapper-grid .form-ila {
    background: #fb5000;
}

.footer .wrapper-grid .form-ila p.cta,
.footer .wrapper-grid .form-ila .sub-title-wrapper,
.footer .wrapper-grid .form-ila .sub-title-wrapper p {
    color: white;
}
.footer .wrapper-grid .form-ila p.cta{
    line-height: 1.4;
}
@media (max-width: 1280px) {
    header#header img.bling-logo {
        max-height: 60px;
    }
    .section-slider .form-wrapper .form-ila{
        transform: scale(0.8) !important;
    }
}
@media (min-width: 768px) {
    .section-reason div.grid-layout {
        grid-column-gap: 20px;
        grid-template-columns: 70%;
        justify-content: center;
    }
}
@media (min-width: 1500px) {
    header#header .container {
        max-width: 1464px;
    }
}


@keyframes scale {
    0% {
        transform: scale(0.7);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.7);
    }
}

@media (max-width: 992px) {
    header#header img.bling-logo {
        max-height: 35px;
    }

    .section-slider .form-wrapper .form-ila{
        transform: scale(1) !important;
    }

    header#header .mob-wrapper{
        justify-content: end;
    }

    header#header div#ila-toggle {
        padding: 0 15px;
    }
    #reg-nav {
        font-size: 11px;
    }
    header#header .navbar{
        padding: 10px 15px;
    }

    section.section-program-by-age .title-section p span.title{
        font-size: 18px;
        line-height: 28px;
    }

    section.section-program-by-age .box-wrapper .each-box .bottom-box img{
        display: none;
    }
    
    section.section-program-by-age .box-wrapper .each-box#jumpstart {
        background-image: none;
        background-color: #3288f6
    }
    
    section.section-program-by-age .box-wrapper .each-box#super-juniors {
        background-image: none;
        background-color: #faaa32
    }
    
    section.section-program-by-age .box-wrapper .each-box#smart-teens {
        background-image: none;
        background-color: #a5cd38
    }

    section.section-program-by-age .box-wrapper .each-box p{
        font-size: 10px;
    }

    .section-reason .video {
        grid-template-columns: 100%;
    }
    .section-reason .video iframe{
        height: 230px;
    }
    section.section-program-by-age .content-popup .content-popup-detail .content-detail .row .col {
        padding: 0;
    }
}
