@media (min-width: 1200px){

}
@media (min-width: 992px) and (max-width: 1200px) {

}
@media (min-width: 768px) and (max-width: 992px) {

}
@media (max-width: 768px) {
    .container {
        width: 100%;
    }
    .nav-mobile{
        display: block;
    }
    .head-top {
        margin-top: 60px;
        background: #fff;
    }
    .head-top ul {
        text-align: center;
        float: none;
        padding-top: 5px;
        font-size: 15px;
        display: inline-block;
        width: 100%;
    }
    .head-top ul li {
        float: none;
    }
    .head-top ul a {
        color: #89112a;
    }
    .head-menu {
        width: 80%;
        display: none;
        position: fixed;
        top: 58px;
        height: 100%;
        min-height: 100%;
        z-index: 10000;
        padding-top: 0;
        background: #f6712a;
        border-top: 1px solid #ddd;
        overflow-y: scroll;
        padding-bottom: 85px;
    }
    .head-menu.act{
        display: block;
    }
    .mb{
        display: none;
    }
    .menu-top {
        margin-top: 0;
        display: inline-block;
        width: 100%;
    }
    .menu-top .home i {
        color: #fff;
    }
    .menu-top ul li {
        height: 32px;
        line-height: 32px;
        position: relative;
        float: none;
        padding: 8px 0;
        width: 100%;
    }
    .head-menu .container {
        padding: 0;
    }
    .menu-top ul {
        float: none;
        margin-top: 0;
    }
    .menu-top .menu-sub {
        position: relative;
        display: inline-block;
        top: auto!important;
        width: 100%;
    }
    .menu-top li a {
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 15px;
    }
    .menu-top li:hover .menu-sub{
        display: inline-block!important;
    }
    .menu-top li.home a{
        font-size: 18px;
    }
    .menu-top .menu-sub li {
        height: auto;
        line-height: 22px;
        padding: 5px 12px;
    }
    .show-mb{
        display: block;
    }
    .box-search.ext.show-mb {
        display: block !important;
        left: 0;
        margin-top: 15px;
        width: 100%;
        position: relative;
        margin-left: 0;
        top: 0;
        background: #fff;
        border-radius: 5px;
    }
    .box-search.ext .btn-search {
        color: #fff;
        height: 30px;
        padding: 0 12px;
        background: #fff;
        border: 1px solid #fff;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        font-size: 20px;
        float: left;
        position: absolute;
        top: 1px;
        right: -1px;
    }
    .box-search.ext i {
        font-size: 20px;
        color: #89112a;
        position: relative;
        top: -1px;
    }
    .box-search.ext .keyword {
        width: 85%;
        border: none;
        height: 31px;
    }
    .tabHome ul {
        margin: 0 -10px;
    }
    .tabHome li span {
        font-size: 10px;
     }
    .tabHomeIntro {
        margin-top: 12px;
    }
    .brand-img .w50 {
        width: 50% !important;
        float: left !important;
    }
    .prodList .w50 {
        width: 50% !important;
        float: left !important;
    }
    .thumb{
        height: auto;
        line-height: normal;
    }
    .name h3 {
        height: 48px;
    }
    .thumb {
        height: 150px;
        line-height: 150px;
    }
    .showList .w50 {
        width: 50% !important;
        float: left !important;
    }
    .boxForm{
        margin-top: 20px;
    }
    #txtMessage{
        min-height: auto;
        max-height: none;
    }
    .box-contact-brand {
        margin-top: 10px;
    }
    .click-logo {
        position: relative;
        top: 5px;
    }
    .listTabHome .bRing {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .click-search-desktop {
        display: none;
    }
    .address-contact {
        width: 100%;
        overflow: hidden;
    }
   #mapCanvas{
        width: 100% !important;
    }
}
