@media (max-width: 991px) {
    /* ===== Mobile + Tablet portrait ===== */
    body{
        font-size: 15px;
    }
    header{
        border-bottom: solid 5px #3faf49;
        position: relative;
    }
    .menuMobile a{
        color: #fff;
        background: #005f08;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 2em;
        border-radius: 5px;
        float: left;
        margin-left: 20px;
        margin-top: 20px;
    }
    .colRight{
        display: none;
    }
    .indexFooter{
        margin-top: 0px;
    }
    .indexFooter .headTitle{
        margin-top: 30px;
    }
    .tagTinMoi{
        width: 100%;
        overflow: hidden;
    }
    .marquee{
        width: 580px !important;
    }
    .tagTinMoi span{
        display: inline-block;
        width: 120px;
    }

    .newsDetail *{
        max-width: 100% !important;
    }

    .facebookBox .fb-page,
    .facebookBox .fb-page > span,
    .facebookBox iframe{
        width: 100% !important;
    }


    .coppyRight{
        margin-top: 0;
    }

    .mainMenu_mobile{
        position: absolute;
        top: 100%;
        left: 0px;
        width: 250px;
        z-index: 9;
        background: #015f09;
        padding: 10px;
    }
    .mainMenu_mobile ul{
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .mainMenu_mobile > ul > li{
        width: 100%;
        float: left;
        border-left: none !important;
        border-right: none !important;
        border-bottom: solid 1px #3a9842;
        list-style: none;
        padding: 0px;
        position: relative;
    }
    .mainMenu_mobile > ul > li > a{
        padding: 0px;
        width: 100%;
        color: #fff;
        text-transform: uppercase;
        line-height: 35px;
    }
    .mainMenu_mobile > ul > li > ul{
        padding-bottom: 10px;
        display: none;
    }
    .mainMenu_mobile > ul > li > ul > li > a{
        color: #fff;
        line-height: 30px;
        background: url("../images/iconSubMenuMobile.png") no-repeat center left;
        padding-left: 20px;
    }
    .mainMenu_mobile .btnSubMenu{
        width: 35px;
        line-height: 35px;
        text-align: center;
        position: absolute;
        top: 0px;
        right: 0px;
        font-size: 1.5em;
        background: rgba(255,255,255,0.1);
    }

    .mainMenu_mobile .userBar,
    .mainMenu_mobile .userBar .btn-group,
    .mainMenu_mobile .userBar .btn-group .btn{
        width: 100%;
    }
    .mainMenu_mobile .userBar{
        padding: 10px 0px;
        margin-top: 20px;
        text-align: center;
    }
    .mainMenu_mobile .userBar .btn i{
        float: left;
        color: #53fc63;
    }
    .mainMenu_mobile .userBar .btn-group .btn{
        color: #fff;
    }
    .mainMenu_mobile .userBar > a{
        color: #fff;
        margin: 0 !important;
        padding: 0px 10px;
    }
    .mainMenu_mobile .userBar > a i{
        color: #53fc63;
    }


    .mainMenu_mobile .btn-close{
        width: 90%;
        background: #94ed9b;
        color: #005e06;
        font-weight: bold;
        text-transform: uppercase;
    }

    #sthoverbuttons{
        display: none !important;
    }

    .rightBox .headTitle{
        font-size: 1.25em;
    }
}
@media (max-width: 767px) {
    /* ===== Mobile ===== */
    header{
        border-bottom: solid 1px #3faf49 !important;
        position: relative;
        margin-bottom: 20px;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    }
    .headerTop{
        padding: 0px;
    }
    .logo{
        width:100%;
        float: left;
        text-align: center;
    }
    .logo img{
        height: 46px !important;
        margin: 2px 0px;
    }
    .headerTop .pull-right{
        width: 70%;
        float: right;
        padding-left: 20px;
    }
    .userBar{
        font-size: 0.875em;
        margin-bottom: 10px;
    }
    .userBar a{
        margin-left: 10px;
    }
    .searchBox .txtKeyword{
        width: 110px;
        float: left;
    }
    .menuMobile{
        position: absolute;
        top: 0px;
        left: 0px;
    }
    .menuMobile a{
        margin: 0px;
        width: 100%;
        height: 50px;
        line-height: 50px;
        border-radius: 0;
        font-size: 1.5em;
        padding: 0px 10px;
        color: #535353;
        background: #fff;
    }
    .menuMobile.active a{
        color: #fff;
        background: #005f08;
    }

    .searchMobile{
        position: absolute;
        top: 0px;
        right: 0px;
    }
    .searchMobile a:hover,
    .searchMobile a:focus,
    .searchMobile a{
        margin: 0px;
        width: 100%;
        height: 50px;
        line-height: 50px;
        border-radius: 0;
        font-size: 1.5em;
        padding: 0px 10px;
        color: #535353;
        background: #fff;
    }
    .searchMobile.active a{
        color: #fff;
        background: #005f08;
    }
    .search{
        width: 100%;
        position: absolute;
        bottom: -44px;
        left: 0;
        background: #005f08;
        padding: 7px 10px;
        z-index: 1;
        display: none;
    }
    .search.active{
        display: block;
    }
    .search .txtKeyword{
        width: 87%;
        float: left;
        height: 30px;
        background: #68ba6f;
        border: none;
        color: #005f08;
        outline: none;
        padding: 0px 15px;
        border-radius: 15px;
    }

    .search .txtKeyword::-moz-placeholder {
        color: #005f08;
        opacity: 1;
    }
    .search .txtKeyword:-ms-input-placeholder {
        color: #005f08;
    }
    .search .txtKeyword::-webkit-input-placeholder {
        color: #005f08;
    }

    .search .btn{
        float: right;
        width: 10%;
        padding: 0px;
        background: #3cbe47;
        color: #0b7013;
        height: 30px;
        border-radius: 15px;
    }

    .breadcrumbs{
        display: none;
    }
    .colLeft{
        width: 100%;
    }
    .newsContent h2.headTitle{
        line-height: 1.5;
        margin-top: 5px;
        font-size: 1.25em;
    }
    .tinFirst .photo{
        width: 100%;
    }
    .tinFirst .info{
        width: 100%;
    }

    .nav-tabs>li>a{
        padding: 0px 15px !important;
    }

    .listCatNews .first{
        padding-right: 15px;
    }
    .tagTinMoi{
        opacity: 0;
        margin-bottom: 0px;
        line-height: 0;
        display: none;
    }

    .hotNews-left{
        width: 100%;
        margin-bottom: 0px;
    }
    .hotNews-right{
        width: 100%;
    }
    .indexNews{
        margin-bottom: 0px;
    }
    .newsBox{
        padding: 0px;
        border: none;
        margin-bottom: 0px;
        width: 100%;
    }
    .news-list{
        width: 100%;
    }
    .indexNews .headTitle .lnkSub{
        display: none;
    }
    .indexNews .headTitle{
        margin-bottom: 5px;
    }
    .indexNews .headTitle span{
        width: 100%;
        text-align: center;
    }

    .chiase-item{
        padding-bottom: 0px;
        border-bottom: 0px;
        margin-bottom: 20px;
    }
    .chiase-title{
        padding-left: 10px;
        padding-top: 0px;
    }

    .footerBottom .coppy{
        margin-bottom: 10px;
    }

    .mUser i{
        display: inline-block !important;
    }
    .bannerQC{
        margin-bottom: 20px;
        margin-top: 20px;
        height: auto;
    }
    .bannerQC a{
        width: 100%;
    }
    .right-news .title{
        font-weight: bold;
    }
    footer{
        background: #f1f1f1;
        text-align: center;
    }
    footer .socialFooter{
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }
    .footerBottom{
        padding-bottom: 0px;
    }
    .coppy{
        width:  100%;
    }
    .coppyRight{
        margin-top: 10px;
        background: #015f09;
        color: rgba(255,255,255,0.7);
        text-align: center;
        padding: 10px;
        position: inherit;
    }

    .giaidap-item a{
        border-left: none;
        background: url("../images/iconGocGiaiDap.png") no-repeat left 7px;
    }

    .otherNews .news{
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }
    .otherNews .news .photo{
        width: 40%;
        float: left;
    }
    .otherNews .news .title{
        width: 60%;
        float: left;
        padding-left: 10px;
    }
    .lblOther{
        margin-bottom: 0px;
        width: 100%;
        text-align: center;
    }

    .indexFooter .col-md-6{
        border-top: solid 20px #f1f1f1;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .colRight_mobile{
        border-top: solid 20px #f1f1f1;
    }
    .indexFooter .headTitle{
        background: #fff;
        border-bottom: solid 1px rgba(0,0,0,0.3);
        color: #ec2327 !important;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 1.125em;
        padding: 0px;
        line-height: 30px;
        margin-top: 0px;
    }
    .indexFooter .headTitle a,
    .indexFooter .headTitle span{
        background: none;
        color: #ec2327;
        padding: 0px;
        margin: 0px;
        font-size: 1em;
        position: inherit;
        line-height: 30px;
        bottom: 0px;
    }

    .news .title{
        font-size: 1.125em;
    }

}
@media (min-width: 560px) and (max-width: 767px){
    /* ===== Mobile landscape ===== */
     body{
         font-size: 16px;
     }
}


@media (min-width: 768px) and (max-width: 991px) {
    /* ===== Tablet portrait ===== */

    .mainMenu_mobile{
        width: 300px;
    }
}
@media (min-width: 991px) and (max-width: 1024px) {
    /* ===== Tablet landscape ===== */
    .colLeft{
        width: 100%;
    }
    .colRight{
        display: none;
    }
    .hotNews-left{
        width: 70%;
        padding-right:30px;
    }
    .hotNews-right{
        width: 30%;
    }
    .newsBox{
        width: 55%;
    }
    .news-list{
        width: 45%;
        padding-left: 30px;
    }
    .tagTinMoi span{
        display: inline-block;
        width: 120px;
    }
    .mainMenu .container > ul > li > a{
        font-size: 0.95em;
    }
    .marquee{
        width: 790px !important;
    }
}


@media (min-width: 1170px) {
    /* ===== Desktop ===== */
    .container{
        width: 1065px;
    }
}
@media (min-width: 1300px) and (max-width: 1500px) {
    /* ===== Desktop medium ===== */
}
