/*For device: tablet, mobile*/
/*Min -> 320px -> 768px ->992px -> 1024px -> 1200 -> Max*/

body.menuactive #top-menu, body.menuactive .bodyTranparent{ display:block !important; }	
.copyRight a{ color:#fff; }
.bodyTranparent, #iconMenu{ display:none; }
@media only screen and (max-width: 767px) {
	.row_new .col_new, .row_new .col_new.col-md-4, iframe{ width:100% !important; }
	.row_new{ margin:0; }
        #iconMenu{ display:block; }
	
	header .topBar .table-cell{ float:left; width:100%; }
	header .topBar .table-cell.hotline{ margin-bottom:10px; }
	header .topBar .table-cell.hotline img{ display:none; }
	header .menu{ margin-bottom:10px; }
	#iconMenu{
		position: absolute;
		width: auto;
		left: 15px;
		top: 30px;
		z-index:111;
	}
	
	#social-bot{ float:none !important; }
	
	.hl_home_sys .img-1 a{ margin-right:0; }
	
	.hl-new-container{
		width: 98% !important;
		margin:0 auto;
	}
	section.detailContent .contentLeft article a{ color:#fff; }
	.doctorVan.bgNone .doc-content, .doctorVan.bgBold .doc-content{ padding:0; }
	
	.topBar .hotline span{ width:100%; display:block; }
}


@media only screen and (max-width: 500px) {
	
}

