@media (min-width: 992px) {
    #menusite {

    }

    #menusite .navbar-default {
        background: transparent;
        border: none;
    }

    #menusite .navbar-default .navbar-nav {
        float: none;
        display: table;
        width: 100%;
    }

    #menusite .navbar-default .navbar-nav > li {
        display: table-cell;
        float: none;
        text-align: center;
    }

    #menusite .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        color: #333;
        padding: 16px 5px;
    }

    #menusite .navbar-default .navbar-nav > li > a:hover,
    #menusite .navbar-default .navbar-nav > .active > a {
        background: transparent;
    }

    #menusite .navbar-default .navbar-nav > li > a .caret {
        margin-left: 5px;
    }

    #menusite .navbar-default .navbar-nav li:hover > ul {
        display: block;
    }

    #menusite .navbar-default .navbar-nav > li ul {
        padding: 0;
        margin: 0;
        border-radius: 0;
        top: 100%;
        left: 0;
    }

    #menusite .navbar-default .navbar-nav > li li a {
        display: block;
        padding: 8px 10px;
    }

    #menusite .navbar-default .navbar-nav > li li a .caret {
        float: right;
        margin-top: 6px;
        transform: rotate(-90deg);
    }

    #menusite .navbar-default .navbar-nav > li ul ul {
        top: -1px;
        left: 100%;
    }

    #footer > [class^="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 992px) {
    .body-bg,
    .container {
        width:100%;
    }

    .form-inline-xs .form-control {
        display: inline-block;
        width: auto;
    }

    .panel-default .panel-heading span a,
    .panel-default .panel-heading {
        font-size: 17px;
    }

    #sitemodal .modal-dialog {
        max-width: 100%;
        margin-top: 0;
    }

    #sitemodal .modal-content {
        width: 100%;
    }

    #header {
        padding: 5px 0;
    }

    #header .btn-toggle-menu {
        font-size: 24px;
        display: inline-block;
        padding: 5px 10px;
        border: 1px solid #25bce9;
        border-radius: 5px;
        line-height: 20px;
        margin-top: 7px;
        color: #25bce9;
    }

    #header .logo {
        padding: 0;
        text-align: center;
    }

    #header .logo img {
        height: 40px;
        width: auto;
    }

    #header .header-center .search-bar {
        width: 100%;
    }

    .login {
        margin-top: 10px;
    }

    .bg-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
        z-index: 999;
        display: none;
    }

    #menusite {
        position: fixed;
        top: 0;
        left: -250px;
        width: 250px;
        height: 100%;
        background: #000250;
        overflow: auto;
        z-index: 1000;
        -webkit-transition: left ease-in-out .5s;
        -moz-transition: left ease-in-out .5s;
        -ms-transition: left ease-in-out .5s;
        -o-transition: left ease-in-out .5s;
        transition: left ease-in-out .5s;
    }

    #menusite.active {
        left: 0;
    }

    #menusite .container {
        padding: 0;
    }

    #menusite .navbar-default {
        background: transparent;
        border: none;
    }

    #menusite .navbar-default > .img img {
        width: 100%;
        height: auto;
    }

    #menusite .navbar-default .navbar-nav {
        margin: 0;
    }

    #menusite .navbar-default .navbar-nav > li {
        display: block;
        text-align: left;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }

    #menusite .navbar-default .navbar-nav li {
        position: relative;
    }

    #menusite .navbar-default .navbar-nav > li > a {
        padding: 15px 10px;
        color: #fff;
    }

    #menusite .navbar-default .navbar-nav > li > a:hover,
    #menusite .navbar-default .navbar-nav > .active > a {
        background: transparent;
        color: yellow;
    }

    #menusite .navbar-default .navbar-nav li a .caret {
        float: none;
        transform: rotate(0);
        border: none;
        position: absolute;
        top: 5px;
        right: 5px;
        padding: 5px;
        z-index: 1;
        color: #fff;
        display: block;
        margin: 0;
        width: auto;
        height: auto;
    }

    #menusite .navbar-default .navbar-nav > li > a .caret {
        top: 10px;
    }

    #menusite .navbar-default .navbar-nav li a .caret:before {
        content: '\f067';
        font-family: 'FontAwesome';
    }

    #menusite .navbar-default .navbar-nav li a .caret.active:before {
        content: '\f068';
        font-family: 'FontAwesome';
    }

    #menusite .navbar-default .navbar-nav > li ul,
    #menusite .navbar-default .navbar-nav > li ul ul {
        display: none;
        position: relative;
        width: 100%;
        background: transparent;
        float: none;
        border: none;
        box-shadow: none;
        padding: 0;
        top: auto;
        left: auto;
        border-top: 1px solid rgba(255, 255, 255, .2);
    }

    #menusite .navbar-default .navbar-nav > li ul ul {
        padding-left: 15px;
    }

    #menusite .navbar-default .navbar-nav > li li a,
    #menusite .navbar-default .navbar-nav > li li a:hover,
    #menusite .navbar-default .navbar-nav > li li.active a {
        color: #fff;
        font-size: 14px;
        padding: 10px;
        line-height: 18px;
        background: transparent;
    }

    #menusite .navbar-default .navbar-nav > li li a:before {
        font-family: 'FontAwesome';
        content: '\f0da';
        margin-right: 5px;
    }

    .shop-cart .list-product .product .image {
        flex: 0 0 30%;
        max-width: 30%;
    }

    .shop-cart .list-product .product .info {
        flex: 0 0 70%;
        max-width: 70%;
    }

    .block-carousel-cat {
        height: 500px;
    }

    .block-carousel-cat .item:nth-child(6),
    .block-carousel-cat .item:nth-child(5),
    .block-carousel-cat .item:nth-child(4),
    .block-carousel-cat .item:nth-child(3),
    .block-carousel-cat .item:nth-child(2),
    .block-carousel-cat .item:nth-child(1) {        
        position: initial;
        width: 100%;
        height: auto;
    }

    .block-carousel-cat .cat-item, 
    .block-carousel-cat .cat-item .image {
        overflow: hidden;
        height: auto;
    }

    .menu-make ul li, 
    .menu-slogan ul li {
        margin-bottom: 20px;
    }

    .menu-make ul li .desc, 
    .menu-slogan ul li .desc {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        line-height: 20px;
        height: 100px;
    }

    .block-tab .nav-tabs>li {
        margin-bottom: 10px;
    }

    .home4 ._view_grid .item:nth-child(5), 
    .home4 ._view_grid .item:nth-child(4), 
    .home4 ._view_grid .item:nth-child(3), 
    .home4 ._view_grid .item:nth-child(2),
    .home4 ._view_grid .item:nth-child(1) {
        width: 100%;
        height: 370px;
    }

    .home4 ._view_grid .shop-item .image,
    .home4 ._view_grid .item:nth-child(1) .shop-item .image {
        height: 260px;
    }

    .page-item .view-more .btn-default,
    ._view_grid .news-item .view-more .btn-default {
        padding: 7px 17px;
        margin-bottom: 0;
    }

    .menu-make ul li {
        width: 100%;
    }

    .menu-capabilities ul li {
        margin-bottom: 20px;
    }

    .menu-capabilities ul li .icon-cap {        
        width: 140px;
        height: 140px;
        line-height: 140px;
    }

    .home7 {
        background-size: cover;
    }

    ._view_grid .photo-item .image,
    .page-item .image img {
        height: 260px;
    }

    .img-chat {
        display: none;
    }

    header.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        background: #fff;
        -webkit-animation: header-anim .3s;
        animation: header-anim .3s;
        z-index: 9999;
    }

    @-webkit-keyframes header-anim {
        from {
            opacity: 0;
            -webkit-transform: translateY(-64px);
        }
        to {
            opacity: 1;
            -webkit-transform: translateY(0);
        }
    }

    @keyframes header-anim {
        from {
            opacity: 0;
            transform: translateY(-64px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .col-xs-12 {
        width: 50% !important;
    }

    .btn-toggle-cat {
        color: #25bce9;
        text-transform: uppercase;
        display: block;
        padding: 12px 2px;
        font-weight: bold;
        margin-top: 5px;
    }

    .btn-toggle-cat .menu-cat {
        position: fixed;
        top: 0;
        right: -250px;
        width: 250px;
        height: 100%;
        background: #25bce9;
        overflow: auto;
        z-index: 1000;
        -webkit-transition: right ease-in-out .5s;
        -moz-transition: right ease-in-out .5s;
        -ms-transition: right ease-in-out .5s;
        -o-transition: right ease-in-out .5s;
        transition: right ease-in-out .5s;
    }

    .btn-toggle-cat .menu-cat.active {
        right: 0;
    }

    .btn-toggle-cat .block-category ul li a {
        color: #fff;
        padding: 8px 15px;
        font-size: 14px;
        text-transform: capitalize;
        font-weight: normal;
    }

    .search-bar {
        margin-top: 10px;
    }

    .shop-detail .product-info .cart .btn {
        width: 48%;
        margin-right: 1%;
    }

    .shop-detail .content-html .content {
        margin: 20px 0;
        height: 400px;
        overflow: hidden;
        position: relative;
    }

    .shop-detail .content-html .content:after {        
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        bottom: -16px;
        height: 50px;
        background-image: linear-gradient(to top,#fff,rgba(255,255,255,0));
        background-repeat: repeat-x;
    }

    .shop-detail .content-html .content.open {
        height: auto;
        overflow: auto;
    }

    .shop-detail .content-html.open ._view_more,
    .shop-detail .content-html .content.open:after {
        display: none;
    }

    .shop-detail .content-html ._view_more {
        color: #25bce9;
    }
}

@media (max-width:350px) {
    .col-i {
        width: 100%;
    }
}