/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
    section.header .navigation {
        justify-content: center;
        position: relative;
    }

    section.header .navigation ul.head_menu {
        display: none;
    }

    section.header .navigation>.btn_menu_mobile {
        display: inline;
        position: absolute;
        right: 15px;
        font-size: 15px;
        padding: 10px;
        border-radius: 8px;
        background-color: #E6E6E6;
    }

    section.bottom-menu {
        width: 100%;
        border-top: solid 1px rgba(0, 0, 0, .05);
        text-align: center;
        transition: transform 350ms ease !important;
        background-color: rgba(255, 255, 255, .7);
        display: flex;
        min-height: 61px;
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;
        z-index: 98;
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        backdrop-filter: saturate(180%) blur(20px);
    }

    section.bottom-menu>a {
        color: #1f1f1f;
        padding-top: 12px;
        position: relative;
        flex: 1 1 auto;
        text-transform: uppercase;
    }

    section.bottom-menu>a>i {
        font-size: 18px;
        position: relative;
        z-index: 2;
    }

    section.bottom-menu>a>span {
        position: relative;
        z-index: 2;
        display: block;
        font-size: 10px;
        font-weight: 500;
        margin-top: 0px;
        opacity: .9;
    }

    section.bottom-menu>a.circle-nav i {
        transform: translateY(-21px) translateX(0px);
        color: #fff !important;
        opacity: 1 !important;
        font-size: 20px !important;
        position: relative;
        z-index: 2;
    }

    section.bottom-menu>a.active-nav em {
        position: absolute;
        width: 60px;
        height: 4px;
        border-radius: 60px;
        left: 50%;
        top: 57px;
        transform: translateX(-50%);
        background-image: linear-gradient(to bottom, #1b55bf 0%, #1740bf 100%) !important;
    }

    section.bottom-menu>a.circle-nav strong,
    section.bottom-menu>a.active-nav em {
        background-image: linear-gradient(to bottom, #5D9CEC, #4A89DC) !important;
    }

    @keyframes footerAni {
        0% {
            transform: scale(1, 1) translateX(-50%);
        }

        50% {
            transform: scale(1.05, 1.05) translateX(-48%);
        }
    }

    section.bottom-menu>a.circle-nav strong {
        position: absolute;
        width: 50px;
        height: 50px;
        border-radius: 50px;
        left: 50%;
        top: -23px;
        z-index: 0;
        transform: translateX(-50%);
        box-shadow: 0 5px 15px 0 rgb(0 0 0 / 9%);
        animation: footerAni 1s infinite;
        background-image: linear-gradient(to bottom, #1b55bf 0%, #1740bf 100%) !important;
    }

    /* Menu Mobile Left */
    section.left-menu-mobile {
        display: none;
        position: fixed;
        left: 0px;
        top: 0px;
        z-index: 99;
        width: 100%;
        height: 100%;
        background-color: rgb(0, 0, 0, 0.8);
    }

    section.left-menu-mobile>.content-menu {
        width: 300px;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        background-color: rgba(255, 255, 255, .8);
        position: absolute;
        z-index: 97;
        left: -300px;
    }

    section.left-menu-mobile>.content-menu::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
    }

    section.left-menu-mobile>.content-menu::-webkit-scrollbar-thumb {
        background-color: #000000;
    }

    section.left-menu-mobile>.content-menu::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #F5F5F5;
    }

    section.left-menu-mobile>.content-menu .head_banner_menu .close {
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 14px;
        color: #000;
        z-index: 97;
    }

    section.left-menu-mobile>.content-menu .head_banner_menu {
        width: 100%;
        height: 150px;
        background-color: #022753;
        position: relative;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    section.left-menu-mobile>.content-menu .head_banner_menu img.img_banner {
        height: 100%;
        object-fit: contain;
        object-position: center;
    }

    section.left-menu-mobile>.content-menu .head_banner_menu img.img_logo {
        object-fit: contain;
        object-position: center;
        width: 120px;
        position: absolute;
        bottom: 10px;
        object-fit: cover;
        object-position: center;
        left: 10px;
    }

    section.left-menu-mobile>.content-menu .bottom-title {
        position: absolute;
        width: 300px;
        z-index: 99;
        color: #000;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 10px;
        bottom: 0;
        left: 0;
    }

    section.left-menu-mobile>.content-menu .menu-list {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        flex-direction: column;
    }

    section.left-menu-mobile>.content-menu .menu-list .title {
        width: 100%;
        font-weight: bold;
        font-size: 15px;
        padding: 5px 10px;
    }

    section.left-menu-mobile>.content-menu .menu-list .menu-item {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 5px 10px;
        width: 100%;
    }

    section.left-menu-mobile>.content-menu .menu-list .menu-item i {
        color: #fff;
        border-radius: 12px;
        height: 32px !important;
        line-height: 33px !important;
        width: 32px !important;
        box-shadow: 0 5px 30px 0 rgb(0 0 0 / 11%), 0 5px 15px 0 rgb(0 0 0 / 2%);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    section.left-menu-mobile>.content-menu .menu-list .menu-item i.pink {
        background-image: linear-gradient(to bottom, #ED5565, #DA4453);
    }

    section.left-menu-mobile>.content-menu .menu-list .menu-item i.gradient-green {
        background-image: linear-gradient(to bottom, #A0D468, #8CC152);
    }

    section.left-menu-mobile>.content-menu .menu-list .menu-item i.gradient-blue {
        background-image: linear-gradient(to bottom, #5D9CEC, #4A89DC);
    }

    section.left-menu-mobile>.content-menu .menu-list .menu-item i.gradient-brown {
        background-image: linear-gradient(to bottom, #BAA286, #AA8E69);
    }

    section.left-menu-mobile>.content-menu .menu-list .menu-item i.gradient-magenta {
        background-image: linear-gradient(to bottom, #AC92EC, #967ADC);
    }

    section.left-menu-mobile>.content-menu .menu-list .menu-item i.gradient-dark {
        background-image: linear-gradient(to bottom, #656D78, #434A54);
    }

    section.left-menu-mobile>.content-menu .menu-list .menu-item span {
        margin-left: 10px;
        font-size: 16px;
        text-transform: uppercase;
    }

    section.left-menu-mobile>.content-menu .menu-list .menu-item span.active {
        font-weight: bold;
    }

    section.footer .slogan {
        font-size: 12px;
    }

    section.footer .links_info {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0px 15px 00px;
    }
    section.footer .copyright-slogan {
        margin-bottom: 80px;
    }
    section.footer .links_info .links .item,
    section.footer .links_info .infos .title {
        text-align: center;
    }
    section.footer .links_info .ford-road,
    section.footer .links_info .logo_fullbay{
        display: none;
    }
    section.footer .copyright-slogan span {
        font-size: 10px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1200px) {}