/* Extra large */
@media only screen and (min-width: 1200px)
{
	
}
/* Large */
@media only screen and (min-width: 992px)
{
   
}
/* Medium */
@media only screen and (min-width: 768px)
{
   
}
/* Small */
@media only screen and (min-width: 576px)
{
   
}

/*Extra small*/
@media only screen and (max-width: 575px)
{	
    .visible-desktop{display: none;}
	.visible-mobile{display: block;}

    #responsive-top-navbar{height: 52px;}
    .slicknav_menu {
        display: block;
        z-index:998;
        position: relative;
        background: #73AA24 url(../images/logo-mobile.png) 6px 6px no-repeat !important;
        text-indent: 0;
    }
    #mobile_home_nav {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100%;
        display: block;
        height: 45px;
        text-indent: -999em;
        font-size: 0;
    }
    .slicknav_btn{background-color: #4169E1;}
    .slicknav_nav  {        
        font-size: 16px;
        margin-top: 50px;
    }
    .slicknav_nav a,.slicknav_nav a:visited {
        color: #FFF;
    }
    .wrapper {
        width: 100% !important;
    }

    #main {
        padding-right:0
    }
    #sticky_posts {
        padding-right: 0;
        border-right: none;
    }
    #sticky_posts_remain .posts_remain {
        flex: auto;
    }
    #home_category .box {
        background: url(../images/mobile-home-cat-header-bg.png) top left no-repeat;
        position: relative;
    }
    #home_category .cat_title {
        margin: 0;
    }
    #home_category .subcat_title {
        margin: 6px 0;
        float: right;
    }
    #home_category .post_first {
        border-right: none;
        padding: 0;
    }
    #home_category .post_first article {
        padding-left: 0
    }
    #home_category ul.post_remain {
        margin: 0;
        padding: 0;
    }
    #home_category .box.home_cat_thumb_none ul .post_left,
    #home_category .box.home_cat_thumb_none ul .post_right {
        margin: 0;
    }

    #home_category .post_first article .title {        
        padding-top: 12px;
    }

    #home_category .box .m_burger {
        position: absolute;
        right: 0;
        background: #73AA24;
        color: #FFF;
        padding: 4px 8px;
    } 
    #home_category .box .subcat_title {
        display: none !important;
    }
    #home_category .box .header {
        padding-bottom: 10px;
    }

    #home_category .home_banner .lien_ket_van_ban ul {
        
    }
    #home_category .home_banner .lien_ket_van_ban ul li{
        
    }

    #main.category .article .title {
        padding-top: 10px;
    }
    #main.category .article-0 {
        background: #F0F8E6;
    }
    #main.category .article-0 .media-body {
        padding-left: 0;
    }
    #main.category .article .media-body {
        padding-left: 0;
    }
    
    footer #bottom-navbar ul {
        list-style: none;
        padding: 0 10px;
        margin: 0;
    }
    footer #bottom-navbar ul li {
        width: 49%;
    }
    .scroll-top {
        visibility: visible;
        position: fixed;
        bottom: 6px;
        right: 3px;
        background: #73AA24;
        display: block;
        z-index: 9999;
        opacity: 0.8;
    }
    .scroll-top a {
        width:30px;
        height:30px;
        display:block;
        font-size: 24px;
        color: #FFF;
        text-align:center;
        text-decoration:none;
    }
}