@media only screen and (max-width: 768px) {
    .header .header-top .header-right .text-phone {
        float: left;
    }

    .header .header-top .header-right {
        text-align: left;
    }

    .navbar-nav {
        display: block;
    }

    .navbar-nav>li {
        display: block;
    }

    .navbar-box {
        position: fixed;
        top: 0;
        right: -250px;
        width: 250px;
        height: 100%;
        background-color: #ececec;
        transition: right 0.3s ease;
        z-index: 1000;
        box-shadow: 0px 0 0px #ececec;
    }

    .navbar-box.open {
        right: 0;
        padding: 40px 20px 0px 20px;
    }

    .navbar-box ul {
        list-style-type: none;
        padding: 0;
        margin: 20px 0 0 0;
        border-top: 1px solid #a0a0a0;
    }

    .navbar-box ul li {
        padding: 3px 0;
        text-align: right;
    }

    .navbar-box ul li a {
        color: #fff;
        text-decoration: none;
        display: block;
        padding: 10px;
    }

    .header .header-middle .header-left .input-search {
        width: 75%;
    }
    #toggleMenu {
        top: 20px;
        right: 20px;
        z-index: 1001;
        background-color: #333;
        color: #fff;
        padding: 5px 13px;
        border: none;
        cursor: pointer;
        display: block;
    }


    .open #toggleMenu {
        top: 20px;
        left: 20px;
        z-index: 1001;
        background-color: #de6e6e;
        color: #fff;
        right: auto;
        padding: 5px 13px;
        border: none;
        cursor: pointer;
        display: block;
        position: absolute;
    }

    .slide-container {
        height: 280px;
    }

    .card-category {
        padding: 16px 30px;
        bottom: 170px;
    }

    .footer-container {
        display: inline;
    }

    .footer-section {
        margin: 45px 20px;
    }



    .contact-us .des {
        width: 100%;
    }

    .banner-about {
        margin: 15px 0;
    }


    .content-order {
        padding-right: 5px;
        color: #91928f;
        line-height: 2;
        text-align: justify;
    }

    .profile {
        display: inline;
    }

    .box-brand .box-img{
        padding: 10px 0;
        padding: 25px 0;
        text-align: center !important;
    }

    .slider .content{
        display: none;
    }
}

