@media screen and (min-width: 767px) {
    #navbar .nav .nav-item .sub-nav {
        position: fixed;
        left: 0;
         z-index: -999999;
    }

    #myCarousel {
        max-height: 760px;
    }

    .nav-diy-container {
        width: 100%;
    }

    .nav-diy-container .nav-diy {
        display: flex;
        justify-content: space-around;
        width: 30%;
        margin: 0 auto;
        height: 50px;
        line-height: 50px;
        text-align: center;
        cursor: pointer;
    }
    .navbar-inverse .container {
       width: 100%;
    }
    #navbar .nav .nav-item .sub-nav-container .row{
        width: 100%;
    }
    .activity-banner .activity-banner-content {
        width: 90%;
        height: 110px;
        display: flex;
        z-index: 99;
    }
    .activity-banner .activity-banner-content .item-temp-image {
        min-width: 46px;
    }
    .activity-banner .activity-banner-content .banner-content-box .item-temp .content {
        height: 100%;
        padding-top: 6px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
}

/*@media screen and (min-width: 767px) and (min-width: 1200px) {*/
/*    .vps-container .vps-item {*/
/*        width: 48% !important;*/
/*    }*/
/*}*/

@media screen and (min-width: 1200px) and (max-width: 1900px){
    .container {
        width: 100%;
    }
}

/*@media screen and (min-width: 1900px) {*/
/*    .container {*/
/*        width: 80%;*/
/*    }*/
/*}*/


@media screen and (min-width: 1200px) {
    #navbar .nav .nav-item .sub-nav {
        position: fixed;
        left: 0;
        z-index: -999999;
    }
}
@media screen and (max-width: 990px) {
    .vps-container .vps-item{
        width: 100% !important;
        margin: 0 0 16px;
    }
}



/*#myCarousel {*/
/*    max-height: 760px;*/
/*}*/

/*.nav-diy-container {*/
/*    width: 100%;*/
/*}*/
/*.nav-diy-container .nav-diy {*/
/*    display: flex;*/
/*    justify-content: space-around;*/
/*    width: 30%;*/
/*    margin: 0 auto;*/
/*    height: 50px;*/
/*    line-height: 50px;*/
/*    text-align: center;*/
/*    cursor: pointer;*/
/*}*/























