.body {
    padding: 0px;
    background: #fff;
}
.mobile-menu li{
	margin-top: 0px;
    font-size: 16px;
}
.my_post_sidebar{
	margin-bottom: 7px;
    border-bottom: solid 1px #e8e8e8;
    padding-bottom: 10px;
}
.the_post_thumbnail_sidebar{
	width: 80px;
    height: 80px;
    float: left;
}
.the_post_sidebar_title{
	margin-left: 90px;
}


@media only screen and (max-width: 768px) {
    .body {
        padding: 0px;
    }
	#web199-content{
		max-width: 100%;
    	padding: 10px;
    	width: 100%;
	}
	.sidebar {
	    max-width: 100%;
	    margin-top: 0;
	    margin-bottom: 0;
	    float: left;
	    width: 100%;
	    padding: 10px;
	}
	

}
@media only screen and (min-width: 481px){
	.footer-menu-ul .menu-item{
		margin: 10px;
	}
	
}

@media only screen and (max-width: 480px) {
	.footer-menu-ul .menu-item{
		margin: 10px;
	}

}

@media only screen and (max-width: 420px) {
	.footer-menu-ul .menu-item{
		margin: 10px;
		font-size: 12px;
	}
	
}

@media only screen and (min-width: 1025px)  {
	.site-container{
		max-width: 1180px;
		margin: auto;
	}
}

/* Hiển thị nội dung trên máy tính PC */
@media only screen and (min-width: 1025px)  {
	.show-page-pc{
		display: block;
	}
	.show-page-table{
		display: none;
	}
	.show-page-mobile{
		display: none;
	}
	.site-container{
		max-width: 1080px;
		margin: auto;
		width: 100%;
	}
}


/* Hiển thị nội dung trên máy tính bảng */
@media only screen and (min-width: 768px) and (max-width: 1024px)  {
	.show-page-pc{
		display: none;
	}
	.show-page-table{
		display: block;
	}
	.show-page-mobile{
		display: none;
	}
	.site-container{
		max-width: 100%;
	}
}

/* Hiển thị nội dung trên điện thoại đi động */
@media only screen and (min-width: 480px) and (max-width: 767px)  {
	.show-page-pc{
		display: none;
	}
	.show-page-table{
		display: none;
	}
	.show-page-mobile{
		display: block;
	}
}


/* Hiển thị nội dung trên điện thoại đi động */
@media only screen and (max-width: 480px)  {
	.show-page-pc{
		display: none;
	}
	.show-page-table{
		display: none;
	}
	.show-page-mobile{
		display: block;
	}
}

@media screen and (min-width: 768px){
    .banner-pc-header{
	    display:block;
	}
	.banner-mobile-header{
	    display:none;
	}
	.data-slider-pc{
		display: block;
	}
	.data-slider-mobile{
		display: none;
	}
}
@media screen and (max-width: 768px){

	.menu-secondary-menu-container{
		
	}
	.mobile-menu {
		
	}
	.mobile-menu li {
		color: #fff;
	}
	.mai-menu-outer{
		margin-right: 20px;
	}
	.site-header-row {
		border-bottom: solid 1px #d6d6d6; 
	}
	#web199-content{
		max-width: 100%;
		width: 100%;
	}
	.sidebar {
		width: 100%;
		max-width: 100%;
	}
	.banner-pc-header{
	    display:none;
	}
	.banner-mobile-header{
	    display:block;
	}
	.data-slider-pc{
		display: none;
	}
	.data-slider-mobile{
		display: block;
	}

}