@charset "UTF-8";
/* ******************************************************************
	--magazine.css--
****************************************************************** */
.magazine_content{
	background: url("../images/demo/baochi/baochi_23/background@2x.jpg") no-repeat #f8f8f8;
	background-size: 1268px;
	padding-bottom: 0px;
	font-family: 'Tinos', serif;
	font-size: 18px;
	line-height: 26px;
	color: #000;
	text-align: justify;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .magazine_content {
		background: url("../images/demo/baochi/baochi_23/background@2x.jpg") no-repeat #f8f8f8;
		background-size: 1268px;
	} 
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .magazine_content {
		background: url("../images/demo/baochi/baochi_23/background@2x.jpg") no-repeat #f8f8f8;
		background-size: 1268px;
	}  
}
.title_small, .content_thongcao, .title_large, .title_hr, .content_thongcao_cont, .date_content, .content_thongcao_cont p, .logo_content{
	float: left;
	display: block;
	width: 100%;
}
.content_thongcao{
	background: #ffffff;
	border-radius: 10px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	border: 1px solid #f0f0f0;
	margin-top: 60px;
	margin-bottom: 60px;
	padding: 90px;
}
.title_small, .title_large{
	text-align: center;
}
.title_small{
	font-size: 25px;
	line-height: 33px;
	padding-bottom: 10px;
}
.title_large{
	font-size: 40px;
	line-height: 48px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 20px;
}
.title_hr{
	margin-top: 0px;
	border-top: 1px solid #333;
	width: 50%;
	margin: 0 25%;
	padding-bottom: 20px;
}
.content_thongcao_cont{
	padding: 0px 100px;
}
.content_thongcao_cont p{
	margin-bottom: 30px;
}
.content_thongcao_cont p.tile_date{
	font-style: italic;
	margin-bottom: 20px;
}
p.date_italic i{
	color: #888888;
}
.date_content{
	margin-bottom: 20px;
}
.date_content_number{
	background: #76b800;
	color: #fff;
	font-size: 30px;
	line-height: 43px;
	font-weight: bold;
	width: 43px;
	height: 43px;
	border-radius: 50%;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	float: left;
	display: block;
	margin-right: 10px;
	text-align: center;
}
.date_content_cont{
	float: left;
    display: block;
    width: 90%;
    font-size: 30px;
    line-height: 38px;
    font-weight: bold;
    text-align: initial;
}
.content_thongcao_cont ol{
	padding-left: 15px;
	float: left;
    display: block;
	width: 100%;
}
.content_thongcao_cont ol li{
	padding-left: 5px;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}
.content_thongcao_cont ul {
	padding-left: 20px;
    float: left;
    display: block;
	width: 100%;
}
.content_thongcao_cont ul li{
	color: #808080;
	font-size: 25px;
	padding-left: 0px;
	margin-bottom: 0px;
}
.content_thongcao_cont ul li span{
	color: #000;
	font-size: 18px;
}
.title_linka{
	float: right;
	display: block;
	width: 85%;
	border: 1px solid #bde08b;
	color: #4b9331;
	border-radius: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	padding: 10px 15px;
	margin-bottom: 2px;
}
.title_linka.last_link{
	margin-bottom: 30px;
}
.title_linka a{
	color: #4b9331;
	
}
.title_linka.last_link a{
    border-bottom: 1px solid #bde08b;
    float: left;
    display: block;
    width: 100%;
	padding-bottom: 10px;
	padding-top: 10px;
}
.title_linka.last_link a:first-child{
	padding-top: 0px;
}
.title_linka.last_link a:last-child{
	padding-bottom: 0px;
	border-bottom: 0px;
}
.logo_content a:last-child{
	float: right;
}
.logo_content a{
	float: left;
	display: block;
}
.logo_content{
	padding: 30px 0px;
}
.title_date_month{
	float: left;
	display: block;
	width: 40%;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	padding: 10px 0px;
	text-align: center;
	color: #808080;
	margin: 0 30% 30px 30%;
}
table.table_chuan {
    margin-bottom: 20px;
    background: #f0f0f0;
    border: 5px solid #f0f0f0;
	float: left;
    display: block;
    width: 100%;
	text-align: left;
}
table.table_chuan th {
    background: #76b800;
    padding: 5px 10px;
    border: 1px solid #d4d4d4;
	color: #fff;
	text-align: center;
}
table.table_chuan td {
    background: #fff;
    padding: 5px 10px 2px 10px;
    border: 1px solid #d4d4d4;
    font-size: 16px;
}
@media only screen and (min-width: 768px){
/*********************4v***************************/
	.title_large br{
		display: none;
	}
	.content_thongcao {
		padding: 50px;
	}	
	.content_thongcao_cont {
		padding: 0px 50px;
	}
	.date_content_cont {
		width: 86%;
	}
}
@media only screen and (min-width: 812px){
/*********************4v***************************/
}
@media only screen and (min-width: 834px){
/*********************4v***************************/

}
@media only screen and (min-width: 900px){
/*********************4v***************************/

}
@media only screen and (min-width: 960px){
/*********************4v***************************/	

}
@media only screen and (min-width: 1024px){
/*********************4v***************************/

}
@media only screen and (min-width: 1112px){
/*********************4v***************************/

}
@media only screen and (min-width: 1200px){
/*********************4v***************************/
	
}
@media only screen and (min-width: 1280px){
/*********************4v***************************/
	.title_large br{
		display: block;
	}
	.content_thongcao {
		padding: 90px;
	}	
	.content_thongcao_cont {
		padding: 0px 100px;
	}
	.date_content_cont {
		width: 90%;
	}
}
@media only screen and (min-width: 1500px){
/*********************4t***************************/	
	
}
@media only screen and (min-width: 2000px){
/*********************4v***************************/
	
}
@media only screen and (max-width: 767px){
/*********************4v***************************/
	.magazine_content {
		background-size: 100%;
	}
	.content_thongcao {
		padding: 50px;
	}	
	.content_thongcao_cont {
		padding: 0px 50px;
	}
	.title_hr {
		width: 60%;
		margin: 0 20%;
	}
	.date_content_cont {
		width: 88%;
	}
	.logo_content a{
		width: 100%;
		margin-bottom: 30px;
	}
	.title_large br{
		display: none;
	}
}
@media only screen and (max-width: 736px){
/*********************4v***************************/
	
}
@media only screen and (max-width: 734px){
/*********************4v***************************/
}
@media only screen and (max-width: 722px){
/*********************4v***************************/
	
}
@media only screen and (max-width: 695px){
/*********************4v***************************/
	
}
@media only screen and (max-width: 685px){
/*********************4v***************************/
	
}
@media only screen and (max-width: 668px){
/*********************4v***************************/
	.content_thongcao {
		padding: 50px 30px;
	}
	.title_linka {
		width: 100%;
	}
}
@media only screen and (max-width: 641px){
/*********************4v***************************/
	
}
@media only screen and (max-width: 602px){
/*********************4v***************************/
	.date_content_cont {
		width: 86%;
	}
}
@media only screen and (max-width: 599px){
/*********************4v***************************/
}
@media only screen and (max-width: 576px){
/*********************4v***************************/
	
}
@media only screen and (max-width: 570px){
/*********************4v***************************/
	.content_thongcao_cont {
		padding: 0px 30px;
	}
}
@media only screen and (max-width: 569px){
/*********************4v***************************/
}
@media only screen and (max-width: 553px){
/*********************4v***************************/
	
}
@media only screen and (max-width: 534px){
/*********************4v***************************/
	
}
@media only screen and (max-width: 515px){
/*********************4v***************************/
	.date_content_cont {
		width: 84%;
	}
}
@media only screen and (max-width: 481px){
/*********************4v***************************/	
	.logo_content a:last-child img{
		width: 100%;
	}
	.content_thongcao {
		padding: 30px 20px;
	}
	.content_thongcao_cont {
		padding: 0px 10px;
	}
}
@media only screen and (max-width: 414px){
/*********************4v***************************/	
	.date_content_cont {
		width: 82%;
	}	
}
@media only screen and (max-width: 401px){
/*********************4v***************************/
	.title_large {
		font-size: 35px;
		line-height: 43px;
	}
	.title_small {
		font-size: 22px;
		line-height: 30px;
	}
	.date_content_cont {
		font-size: 28px;
		line-height: 36px;
	}
}
@media only screen and (max-width: 385px){
/*********************4v***************************/
	.date_content_cont {
		width: 80%;
	}
	.date_content_cont {
		width: 100%;
	}
	.date_content_number {
		margin: 0 43% 10px 43%;
	}
}
@media only screen and (max-width: 376px){
/*********************4v***************************/
	
}
@media only screen and (max-width: 361px){
/*********************4v***************************/
	
}
@media only screen and (max-width: 343px){
/*********************4v***************************/
	
}
@media only screen and (max-width: 340px){
/*********************4v***************************/
}
@media only screen and (max-width: 320px){
/*********************4v***************************/
	
}

