.menu-box-container {
    display: flex;
    height: 100px;
}


    .color-box {
        /*display: flex;*/
        /*width: 100%;*/
        height: 85px;
        flex-direction: column;
    margin-bottom:15px;
        }
     .color-box2 {
        display: flex;
        width: 100%;
        height: 85px;
        flex-direction: column;
        transition: all ease .4s;
    }

     .color-box2.active, .color-box2:hover{
        height: 100px;
    }
    
    .color-box .min-title{
        font-weight: 100; 
        width: 100%;
        color: #fff;
        font-style: italic;
        padding-left: 10px;
        padding-top: 5px;
        font-size: 13px;
    }

    .color-box .sub-title{
        color: #fff;
        font-weight: 900;
        font-style: italic;
        font-size: 20px;
        width: 100%;
        text-align: center;
    }

    .video-gallery-container{
        margin-top: 100px;
    }

    .gallery-text-container{
        display: flex;
        flex-direction: column;
    }

    .gallery-img-container{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .gallery-header{
        font-family: Roboto;
        font-size: 46px;
        line-height: 45px;
    }

    .gallery-sub-text{
        font-family: Roboto;
        font-size: 26px;
        line-height: 26px;
        font-weight: 100;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .gallery-text{
        font-family: Roboto;
        font-size: 18px;
        line-height: 24px;
        font-weight: 100;
    }

    .btn-detail{
        font-family: Roboto;
        font-weight: 700;
        width: 290px;
        height: 50px;
        border: solid 1px #808080;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none !important;
        color: black;
        cursor: pointer;
        border-radius: 5px;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .banner-container{
        display: flex;
        width: 100%;
        height: auto;
        min-height: 200px;
        background-color: #0f1d49;
        margin-top: 20px;
        align-items: center;
        padding: 20px 0;
    }

    .banner-container .container .row div{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .banner-container .container .row span{
        font-size: 20px;
    }

    .banner-container .container .row div img{
        height: 41px;
        width: auto;
        margin-bottom: 10px;
    }

    .video-list-container{
        margin-top: 50px;
    }

    .video-header{
        font-size: 35px;
        font-family: Roboto;
        height: 120px;
        display: flex;
        align-items: flex-end;
    }

    .video-text{
        font-family: Roboto;
        font-size: 20px;
        font-weight: 100;
    }

    .product-data-container {
        margin-top: 50px;
    }

.data-header {
    font-family: Roboto;
    font-size: 20px;
}

    .data-container{
        display: flex;
        width: 100%;
        justify-content:center;
        align-items: center;
        margin-top: 15px;
        flex-direction: column;
        padding: 10px;
    }

    .data-content{
        margin-top: 30px;
    }
        .data-content a {       color: #212529; }