﻿.vmc-tab {
    inline-size: max-content;
    font-size: 16px;
    transition: transform 250ms;
    /*transition: 500ms linear;*/
}

    .vmc-tab:hover {
        transform: translateY(-5px);
        /*transform: scale(1.1);*/
    }

.vmc-header-tab {
    font-weight: bold;
    font-size: 19px;
    inline-size: max-content;
}

.vmc-nav-item-ul {
    padding-left: 0.5rem;
}

    .vmc-nav-item-ul li {
        list-style: none;
    }

    .vmc-nav-item-ul a {
        text-decoration: none;
    }

.dropdown:hover .dropdown-menu {
    display: table;
    margin-top: 0;
}

.dropdown-menu:hover {
    display: table;
    margin-top: 0;
}

.vmc-table-cell {
    display: table-cell;
}

.vmc-nav-item-padding {
    padding-right: 3rem;
}

.dropdown-our-product-vmc {
    width: max-content;
    padding: 0.7rem;
}

@media screen and (max-width: 992px) {
    .vmc-table-cell {
        display: inline-grid;
    }

    .vmc-header-tab {
        inline-size: unset;
    }

    .dropdown-our-product-vmc {
        width: auto;
        padding: 0.7rem;
    }
}

@media screen and (max-width: 1200px) {
    .home-screen-search-vmc {
        display: none !important;
    }
}
