/*============*/
/*==RESET====*/
/*============*/
*{
	margin:0;padding:0;
}

body{

	font:normal 12px/150% Arial, Helvetica, sans-serif;
	background-color:#fff;
	text-align:center;
	
}

.dn_fl
{
	float:left;
}

.dn_fr
{
	float:right;
}

.dn_block
{
	display:block;
	width:98%;
}

a.dn_lnewstit
{
	font-weight:bold;
	font-size:15px;
	color:#BF151B;
	text-decoration:none;
}

.dn_font15red{
	font-weight:bold;
	font-size:15px;
	color:#BF151B;
}

.dn_font14vt{
	font-weight:bold;
	font-size:15px;
	color:#3C3C3C;
}

.dn_bold{
	font-weight:bold;
}
.dn_font14boldup{
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
}
#dn_bghome
{
	background:url('https://www.matbao.com/App_Themes/MBM/Module/img/bg_home1.png') left center repeat-x;
	text-align:left;
	padding-bottom:5px;
	height:890px;
	overflow:hidden;
}
/*============*/
/*==Main====*/
/*============*/
.dn_main
{
	margin:0 auto;
	width:1000px;
	height:100%;
	text-align:left;
}


/*============*/
/*==Header====*/
/*============*/
#dn_headerall /*change*/
{
	height:50px;
	width:1000px;
	margin:0 auto;
}
.dn_header
{
	margin:30px 0px 20px 0px;	
}

.dn_header img
{
	border:none;
}

.dn_header a
{
	text-decoration:none;
}

.dn_headerr{
	float:right;
	margin-top:5px;
}

a.dn_lag
{
	color:#9B9B9B;
	float:right;
	line-height:25px;
	font-weight:bold;
	margin-left:10px;
}

.dn_lag
{
	color:#9B9B9B;
	float:right;
	line-height:20px;
	font-weight:bold;
	margin-left:10px;
}

/*Search*/
.dn_fsearch
{
	height:36px;
	width:230px;
	background:url('https://www.matbao.com/App_Themes/MBM/Module/img/bg_search.png') no-repeat;
	position:relative;
	float:left;
}


.dn_fsearch input
{
	border:none;
	background:none;
}

.dn_fsearch input[type=text]
{
	width:185px;
	height:20px;
	line-height:20px;
	color:#9b9b9b;
	font-weight:bold;
	position:absolute;
	font-size:11px;
	left:10px;
	top:2px;
}

.dn_fsearch input[type=submit]
{
	width:20px;
	height:20px;
	position:absolute;
	right:5px;
	top:3px;
	cursor:pointer;
}


/*============*/
/*==Menu Top====*/
/*============*/

#dn_menu
{
	background:url('https://www.matbao.com/App_Themes/MBM/Module/img/bg_menu.png') no-repeat;
	width:1000px;
	height:57px;
	margin:0 auto;
	line-height:57px;
	overflow:hidden;
}
#dn_menu ul
{
	margin:0;
	padding:0;
	text-align:center;
}
#dn_menu ul li
{
	list-style:none;
	display:inline;
	background:url('https://www.matbao.com/App_Themes/MBM/Module/img/vline_menu.png') no-repeat right center;
	padding:20px 0px;
	margin:-1px;
}
#dn_menu ul li:last-child
{
	background:none;
}
#dn_menu ul li a, #dn_menu ul li a:link,#dn_menu ul li a:visited
{
	text-decoration:none; 
	color:#fff;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	padding:15px 18px;
	margin-right:2px;
}
#dn_menu ul li a:hover,
#dn_menu ul li.current a{
	background:url('https://www.matbao.com/App_Themes/MBM/Module/img/bg_menu2.png') no-repeat center;
}
#dn_menu ul li .active{
	background:url('https://www.matbao.com/App_Themes/MBM/Module/img/bg_menu2.png') no-repeat center;
}
/*============*/
/*==HOME Box2====*/
/*============*/
#dn_homebox2
{
	color:#fff;

}
/*Home*/
.dn_homeintro
{
	width:400px;
	float:left;
}
.dn_homeboxintro
{
	line-height:20px;
	color:#fff;
	text-align:justify;
}
.dn_homeboxintro img
{
	display:block;
	margin:10px auto;
	border:2px solid #980609;
}
.dn_homeboxintro .img
{
	width:393px;
	height:140px;
	display:block;
	margin:10px auto;
	border:2px solid #980609;
	background-position: center center; 
	background-repeat: no-repeat; 
	background-color:#ffffff;
}

.dn_homett
{
	height:42px;
	background:url('https://www.matbao.com/App_Themes/MBM/Module/img/bg_detailnews.png') no-repeat scroll right;
	line-height:42px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.dn_homett span, .dn_homett span a
{
	color:#3C3C3C;
	margin-left:20px;
	font-size:18px;
	text-decoration:none;
}

.bubblewrap{
	list-style-type:none;
	margin:0;
	padding:0;
}

.bubblewrap li{
	display:inline-block;
	zoom:1; /*Trigger haslayout in IE7 and less*/
	*display:inline; /*For IE7 and less*/
	position:relative;
	width: 95px;
	height:95px;
}

.bubblewrap li img{
position:absolute;
width: 95px; /*default width of each image.*/
height: 95px; /*default height of each image.*/
left:0;
top:0;
border:0;
}

.bubblewrap .tooltip{ /*CSS for image tooltip (alt attribute of image)*/
	position:absolute;
	font:bold 12px Arial;
	padding:2px;
	width:100px;
	text-align:center;
	background:white;
}


/*HOME BOX NEWS*/
.dn_homeboxnews
{
	float:right;
	width:570px;
}
.dn_boxnewsvip
{
	display:inline-block;
	width:100%;
	margin-top:5px;
}
.dn_boxnewsvipl
{
	width:310px;
	float:left;
	text-align:justify;
	margin-right:10px;
}

.dn_boxnewsvipl .img
{
	border:2px solid #980609;
	display:block;
	margin:5px 0px;
	height:190px;
	width:308px;
	background-position: center center;
	background-repeat:no-repeat;
	background-color:#ffffff;
}

.dn_boxnewsvipl img
{
	border:2px solid #980609;
	display:block;
	margin:5px 0px;
}
.dn_boxnewsvipl span
{
	line-height:20px;
}

.dn_boxnewstop
{
	width:250px;
	display:inline-block;
}
.dn_boxnewstop ul
{
	margin:0px;
	padding:0px;
}
.dn_boxnewstop li
{
	list-style:none;
	display:inline-block;
	margin:0px 0px 5px 0px;
	padding:5px 0px 10px 0px;
	border-bottom:1px solid #d7d7d7;
	float:left;
}
.dn_boxnewstop li:last-child
{
	border:none;
}
.dn_boxnewstop li .img
{
	float:left;
	border:2px solid #fff;
	margin-right:10px;
	width:75px;
	height:54px;
	background-position: top center;
	background-repeat:no-repeat;
	background-color:#ffffff;
}


.dn_boxnewstop li img
{
	float:left;
	border:2px solid #fff;
	margin-right:10px;
}
.dn_newstopinfo
{
	float:right;
	line-height:20px;
	text-align:left;
	width:160px;
}
.dn_newstopinfo a
{
	/*font-weight:bold;*/
	text-decoration:none;
	color:#fff;
}
.dn_newstopinfo a:hover
{
    color:Yellow;
}
.dn_newsviprm
{
	float:right;
	background:url('https://www.matbao.com/App_Themes/MBM/Module/img/icon_plus.png') no-repeat left center;
	padding-left:15px;
	margin-right:18px;
}
.dn_newsviprm a
{
	text-decoration:none;
	color:#fff;
}
.dn_newsviprm a:hover{
	text-decoration:underline;
}

/*=======================*/
/*====BOX 3========*/
/*=======================*/
#dn_box3
{
	background:#fff url('https://www.matbao.com/App_Themes/MBM/Module/img/bg_box3.png') repeat-x;
	clear:both;
	margin:0px;
	padding:0px;
	display:inline-block;
	width:100%;
}

ul.dn_boxhome
{
	display:inline-block;
	line-height:22px;
	margin:10px auto;
	
}
ul.dn_boxhome li
{
	list-style:none;
	float:left;
	width:318px;
	margin:10px 5px;
	height:415px;
}
.dn_bh3
{
	background:url('https://www.matbao.com/App_Themes/MBM/Module/img/bg_boxli.png') bottom left scroll repeat-x;
	margin:10px 0px;
	height:360px;
	position:relative;
}
.vt_editregion
{
	padding-right: 3px;
	text-align:justify;
	display:block;
}

.vt_editregion1
{
	padding: 0px 10px;
	text-align:justify;
	display:block;
}

ul.dn_boxhome li .img 
{
	border:2px solid #fff;
	display:block;
	margin:0px auto 10px auto;
	width:312px;
	height:172px;
	background-position: top center;
	background-repeat:no-repeat;
	background-color:#ffffff;
}

ul.dn_boxhome li img 
{
	border:2px solid #fff;
	display:block;
	margin:0px auto 10px auto;
}
.dn_boxhomett, .dn_boxhomett a
{
	font-size:20px;
	line-height:25px;
	display:block;
	color:#666;
	font-weight:bold;
}


/*Them vao*/
.dn_boxhomett a
{
	font-weight: bold;
	text-decoration: none;
	color: #666;
}
/*Ket thuc them*/
ul.dn_boxhome li span
{
color:#3D3D42;
text-align:justify;
}
.dn_boxhomerm
{
	position:absolute;
	right:0px;
	bottom:10px;
	z-index:2;
}
.dn_boxhomerm a
{
	display:block;
	padding: 5px 15px;
	text-decoration:none;
	border:1px solid #8F0000;
	color:#fff;
	font-weight:bold;
	background: #F93E2A;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F93E2A), to(#D20200));
	background: -webkit-linear-gradient(#F93E2A, #D20200);
	background: -moz-linear-gradient(#F93E2A, #D20200);
	background: -ms-linear-gradient(#F93E2A, #D20200);
	background: -o-linear-gradient(#F93E2A, #D20200);
	background: linear-gradient(#F93E2A, #D20200);
}

.dn_boxhomerm a:hover{
	text-decoration:underline;
}

/*============*/
/*==MENU BOT====*/
/*============*/
#dn_homebox4
{
	clear:both;
	background:url('https://www.matbao.com/App_Themes/MBM/Module/img/bg_menubot.png') repeat-x 0 center;
}
/*Menu Bot*/

#dn_menubot {
    position:relative;
    height:45px;  
    line-height:45px;
}

.dn_mainmenuslide {
	height: 25px;
    position: relative;
    padding: 15px 0; margin: 0 -10px 0;
    }
.dn_mainmenuslide li {
	padding: 16px 0 0px 20px; 
	margin: -18px 0 0 0px;
	float: left; list-style: none;
}

.dn_mainmenuslide li.back {
	background-color:#1E1E1E;
	width: 9px; height: 28px;
    z-index: 1; position: absolute;
    bottom:10px;
 }

.dn_mainmenuslide li a {
	font: bold 14px arial;
    top: 0px; z-index: 2; float: left;
    height: 30px; position: relative;
    margin: auto 10px; outline: none;    
    text-decoration:none;
    color:#fff;
    text-transform:uppercase;
  }
  
/*============*/
/*==Footer====*/
/*============*/
#dn_homebox5
{
	clear:both;
	width:100%;
	background-color:#E6E5E5;
	display:inline-block;
	text-align:left;
	position:relative;
}
#dn_footer
{
	color:#6A6A6C;
	margin-top:10px;
	background-color:#E6E5E5;
	width:100%;
}
ul.dn_footerl
{
	width:500px;
	float:left;
	margin-top:-10px;
}
ul.dn_footerl li
{
	list-style:none;
	margin:5px 0px;
}
ul.dn_footerr
{
	border:1px solid #ccc;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	margin:0px;
	display:inline-block;
	padding:0px;
	width:400px;
	float:right;
	padding-left:40px;
	background:url('https://www.matbao.com/App_Themes/MBM/Module/img/bg_footer.png');
}
ul.dn_footerr li
{
	list-style:none;
	background:url('https://www.matbao.com/App_Themes/MBM/Module/img/l_footer.png') no-repeat left center;
	padding-left:15px;
	float:left;
	margin:5px 10px;
	width:160px;
}
ul.dn_footerr li a,ul.dn_footerl li a
{
	text-decoration:none;
	color:#6A6A6C;
	font-weight:bold;
}
ul.dn_footerr li a:hover, ul.dn_footerl li a:hover{
	color:#D00400;
}

#dn_imghidden
{
	background:url('https://www.matbao.com/App_Themes/MBM/Module/img/logobot.png') no-repeat;
	width:274px;
	height:227px;
	position:absolute;
	bottom:0px;
	right:0px;
	z-index:0;
}


/************************/
/*****SUB**********/
/************************/
#dn_subhomebox1
{
	text-align:left;
	padding-bottom:5px;
	overflow:hidden;
	height:350px;
	display:inline-block;width:100%;
	background:url('https://www.matbao.com/App_Themes/MBM/Module/img/bg_sub.png') top center;
	background-repeat:repeat-x;
	
}

/*SERVICES*/
.dn_iconser
{
	width:375px;
	height:355px;
	float:left;
	background:url('https://www.matbao.com/App_Themes/MBM/Module/img/icon_serv2.png') no-repeat;
	margin:50px 0px;
}
/*==== Services ====*/
.dn_services
{
	background:transparent url('https://www.matbao.com/App_Themes/MBM/Module/img/bg_services2.png') no-repeat top center;
	width:620px;
	height:auto;
	display:inline-block;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	text-align:left;
	float:right;
	margin:20px 0px 50px 0px;
}
.dn_services ul
{
	padding:0px;
	margin-left:19px;
}
.dn_services ul li.dn_notborder
{
	border-bottom:none;
}

.dn_services ul li
{
	list-style:none;
	border-bottom:1px solid #ccc;
	padding:0px 0px 10px 0px;
	margin:5px 5px 5px 0px;
	float:left;
	width:290px;
	height:60px;
	line-height:60px;
}
.dn_services ul li:last-child
{
	border:none;
}

.dn_services ul li .img
{
	border:none;
	float:left;
	width:60px;
	height:60px;
	background-position: center center; 
	background-repeat: no-repeat; 
	background-color:#ffffff;
}

.dn_services ul li img
{
	border:none;
	float:left;
}
.dn_services ul li a
{
	color:#474747;
	font-weight:bold;
	text-decoration:none;
}

.dn_font36red
{
	font-size:36px;
	color:#be1c22;
}

/*	end Services */


/************DETAIL NEWS*******************/
/*PRIMARY*/
.dn_primary
{
	width:720px;
	float:left;
	display:inline-block;
	margin:30px 0px;
}
.dn_detailnews{
	width:100%;
	margin:0 auto;
}

.dn_dtntt
{
	width:720px;
	height:45px;
	background:url('https://www.matbao.com/App_Themes/MBM/Module/img/bg_detailnews.png') no-repeat;
	line-height:43px;
	color:#3C3C3C;
}
.dn_tt
{
	font-size:18px;
	margin-left:20px;
	text-transform:uppercase;
}
.dn_posted
{
	margin-right:10px;
}

.dn_dtncontent
{
	display:inline-block;
	text-align:justify;
	padding:10px 15px 20px 15px;
	width:690px;
	line-height:22px;
	background-color:#fff;
}

.vt_dtncontentleft
{
	display:inline-block;
	text-align:justify;
	padding:10px 15px 20px 15px;
	width:325px;
	line-height:22px;
	background-color:#fff;
	float:left;
}

.vt_dtncontentright
{
	display:inline-block;
	text-align:center;
	padding:10px 15px 20px 15px;
	width:325px;
	line-height:22px;
	background-color:#fff;
	float:right;
}

.dn_dtncontent ul
{
	padding-left:40px;
}

.dn_dtncontent > div > div a
{
	color:#494949;
	font-weight:bold;
	text-decoration:none;
}

.dn_dtncontent > div > div a:hover
{
	color:#C65155;
}

.dn_article
{
	line-height:22px;
	color:#232222;
	display:inline-block;
	margin-bottom:10px;
	padding-left:0px;
}

.vt_filename
{
	width:360px;
}

.vt_filedownload
{
	width:300px;
}

.dn_article ul , .dn_article ol
{
	margin-left:30px;
}


.dn_summary{
	display:block;
	margin:10px 0px;
	padding-left: 0px;
}
.dn_hlinenews
{
	background:url('https://www.matbao.com/App_Themes/MBM/Module/img/hline_news.png') no-repeat bottom center;
	height:5px;
	clear:both;
	display:block;
	margin:20px 0px;
}

.dn_postother
{
	font-size:11px;
	color:#919191;
}
.dn_author
{
	padding:20px 0px 0px 0px;
	font-weight:bold;
}

/*END DETAIL NEWS*/


/*SIDEBAR*/
.dn_sidebar{
	width:275px;
	margin:30px auto;
	float:right;
}
.dn_sidebox{
	width:100%;
	display:inline-block;
	margin-bottom:10px;
}
.dn_sidebartt{
	height:45px;
	width:275px;
	line-height:45px;
	background:url('https://www.matbao.com/App_Themes/MBM/Module/img/side_tt.png') no-repeat;
}
.dn_sidebar_tt
{
	margin-left:20px;
	font-size:20px;
	font-family:Tahoma;
	color:#3C3C3C;
	float:left;
}

.dn_sidetoggle,
.dn_sidetoggle2
{
	float:right;
}
.dn_sidetoggle a,
.dn_sidetoggle2 a
{
	display:block;
	width:20px;
	height:20px;
	text-decoration:none;
	background:url('https://www.matbao.com/App_Themes/MBM/Module/img/btntoggle.png') no-repeat;
	margin:12px 10px 0px 0px;
}
.dn_sideboxsub, .dn_sideboxsub2{
	background:url('https://www.matbao.com/App_Themes/MBM/Module/img/bg_box.png') repeat-y;
	padding:0px 10px 10px 12px;
	border:1px solid #e7e7e7;
	height:auto;
}


.dn_urbangreymenu{
	font-family:Arial, Helvetica, sans-serif;
	margin:10px;
}
.ur_bottom
{
	border-bottom:1px solid #ccc;

}
.ur_bottom:last-child
{
	border:none;
}
.headerbar{
	background:url('https://www.matbao.com/App_Themes/MBM/Module/img/icon_arrow.png') no-repeat left center;
	padding-left:15px;
	margin:5px 0px;
	line-height:30px;
}
.headerbar a{
	text-decoration:none;
	color:#434343;
	font-size:12px;
}
.headerbar a:hover{
color:#C65155;
}

.headerbar .active{
color:#C65155;
}

.submenu
{
	margin-left:20px;
	padding:0px;
	margin:5px 0px 20px 20px;
}
.submenu li{
	list-style:none;
	background:url('https://www.matbao.com/App_Themes/MBM/Module/img/lisubside.png') no-repeat left center;
	padding-left:10px;
	margin:5px 0px;
}
.submenu li a{
	font-size:11px;
	color:#434343;
	text-decoration:none;
}
.submenu li a:hover{
color:#C65155;
}

.submenu li a.active{
color:#C65155;
}

/*News NEW*/
.dn_newsnewinfo
{
	float:right;
	line-height:20px;
	text-align:left;
	width:160px;
}

.dn_newsnewinfo a
{
	color:#494949;
	/*font-weight:bold;*/
	text-decoration:none;
}

.dn_newsnewinfo a:hover
{
	color:#C65155;
}

/*END SIDEBAR*/

/**********************List News************************/

ul.dn_listnews
{
	margin:0px;
	padding:0px;	
}
ul.dn_listnews li
{
	list-style:none;
	display:inline-block;
	position:relative;
	padding-bottom:30px;
	margin-bottom:20px;
	border-bottom:1px solid #ececec;
	height:auto;
}
ul.dn_listnews li:last-child
{
	border:none;
}
img.dn_imglnews
{
	float:left;
	border:3px solid #ccc;
	margin-right:20px;
}

.dn_imglnews
{
	float:left;
	border:3px solid #ccc;
	margin-right:20px;
	width:202px;
	height:123px;
	background-position: top center;
	background-repeat:no-repeat;
	background-color:#ffffff;
}

.dn_lnewsinfo
{
	float:right;
	width:450px;
	
}

.vt_newsdate
{
	color:#BF151B;
	font-style:italic;
}

a.dn_lnewsreamore
{
	text-decoration:none;
	color:#fff;
	font-size:11px;
	padding:2px 10px;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	background: #B5171C;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#B5171C), to(#C2161C));
	background: -webkit-linear-gradient(#B5171C, #C2161C);
	background: -moz-linear-gradient(#B5171C, #C2161C);
	background: -ms-linear-gradient(#B5171C, #C2161C);
	background: -o-linear-gradient(#B5171C, #C2161C);
	background: linear-gradient(#B5171C, #C2161C);
	position:absolute;
	display:block;
	bottom:3px;
	right:0px;
	font-weight:bold;
}
/********Page Load************/

ul.dn_pageload
{
	text-align:center;
	height:40px;
	line-height:40px;
	margin:0px;
	padding:0px;
	display:block;
	width:100%;
	clear:both;
}

ul.dn_pageload li
{
	list-style:none;
	display:inline;
	margin:0px 3px;
}
ul.dn_pageload li a
{
	padding:3px 7px;
	background-color:#D80A04;
	color:#fff;
	font-weight:bold;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-decoration:none;
	font-weight:bold;
}
ul.dn_pageload li a:hover
{
	background-color:#6F0001;
}
.dn_wraning
{
	position:absolute;
	background:url('https://www.matbao.com/App_Themes/MBM/Module/img/icon_warning.png') no-repeat left center;
	padding-left:15px;
	bottom:20px;
}

/*Form Jobs*/
.dn_formjobs
{
	background-color:#FEFFEF;
	border:1px solid #ccc;
	display:inline-block;
	width:100%;
	margin:10px 0px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.dn_fjobsl
{
	width:340px;
	margin:10px 0px 10px 20px;
}
.dn_fjobsr
{
	width:300px;
	margin:40px 0px 10px 0px;
}
.dn_enddate
{
	background:url('https://www.matbao.com/App_Themes/MBM/Module/img/icon_warning.png') no-repeat left center;
	padding-left:20px;
}
.dn_jobsct
{
	background:url('https://www.matbao.com/App_Themes/MBM/Module/img/icon_phone.png') no-repeat left center;
	padding-left:20px;
}
ul.dn_fjobsul
{
	margin:0px;
	padding:0px;
}
ul.dn_fjobsul li
{
	list-style:none;
	background:url('https://www.matbao.com/App_Themes/MBM/Module/img/icon_arrow.png') no-repeat left center;
	margin:5px 0px;
	padding-left:15px;
	font-size:11px;
}
.dn_downloadjobs, .dn_docjobs
{
	padding:5px 20px;
	border:2px solid #A30006;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #666 0px 0px 3px;
	-moz-box-shadow: #666 0px 0px 3px;
	box-shadow: #666 0px 0px 3px;
	background: #FA1700;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FA1700), to(#D10200));
	background: -webkit-linear-gradient(#FA1700, #D10200);
	background: -moz-linear-gradient(#FA1700, #D10200);
	background: -ms-linear-gradient(#FA1700, #D10200);
	background: -o-linear-gradient(#FA1700, #D10200);
	background: linear-gradient(#FA1700, #D10200);text-align:center;
	float:left;
	margin:5px;
}
.dn_downloadjobs span a ,
.dn_docjobs span a
{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

/*CONTACT SUPPORT*/
.dn_groupcontact
{
	background:#fff;
	margin-top:20px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.dn_ttbcontact
{
	font-size:23px;
	width:100%;
	display:block;
	margin-top:20px;
}
/*Contact*/
ul.dn_contactmap
{
	width:1000px;
	margin:0 auto;
}
ul.dn_contactmap li
{
	list-style:none;
	margin:10px 15px;
	float:left;
	width:220px;
	height:285px;
}
ul.dn_contactmap li span
{
	color:#4C4C4C;
	margin-left:2px;
}
.dn_maptt{
	color:#004D6D!important;
	font-weight:bold;
	font-size:18px;
}
.dn_ctmap
{
	width:216px;
	height:153px;
	overflow:hidden;
	margin:5px auto;
	display:block;
}

.dn_blockct
{
	display:block;
	margin-bottom:10px;
}

.hq_contactf
{
	clear:both;
	margin:20px 0px 50px 20px;
	display:inline-block;
}
.hq_contactff
{
	display:inline-block;
	clear:both;
}
.form_contact
{
	padding:10px 10px 0px 0px;
	margin:20px 20px 0px 0px;
}

.form_contact input
{
	border:1px solid #DEDEDE;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:3px 5px;
	color:#333333;
}

.form_contact input[type=text]
{
	width:260px;
}

.boldform
{
	float:left;width:100px;
	font-size:12px;
	line-height:25px;
	color:#555555;
	font-weight:bold;
}

.boldform_textarea
{
	line-height:250px;
	float:left;
	width:100px;
	font-size:12px;
	color:#555555;
	font-weight:bold;

}

.form_contact input
{
	outline:none;
}
.form_contact textarea
{
	width:500px;
	max-width:500px;
	height:250px;
	border:1px solid #DEDEDE;
	padding:3px 5px;
	color:#333333;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}



input.submit, input.reset
{
	cursor:pointer;
	outline:none;
	font-size:11px;
	color:#fff;
	margin-right:10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	background: #DA3E44;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#DA3E44), to(#C2141B));
	background: -webkit-linear-gradient(#DA3E44, #C2141B);
	background: -moz-linear-gradient(#DA3E44, #C2141B);
	background: -ms-linear-gradient(#DA3E44, #C2141B);
	background: -o-linear-gradient(#DA3E44, #C2141B);
	background: linear-gradient(#DA3E44, #C2141B);	
	padding:3px 10px;
	border:1px solid #8B0000;
	width:100px;
}

.margin200
{
	margin-left:200px;
}
.margin10
{
	margin-bottom:5px;
	display:block;
}
.dn_font23
{
	font-family:Tahoma;
	font-size:23px;
}
.dn_font11gray
{
	font-size:11px;
	color:#6D6D6D;
}

.dn_ctsupport
{
	width:1000px;
	margin:0 auto;
}
.dn_ctspimg
{
	float:left;
	width:500px;
	background:url('https://www.matbao.com/App_Themes/MBM/Module/img/bg_slidenews.png') no-repeat bottom center;
	height:205px;
	margin-top:10px;
}
.dn_ctspimg img
{
	border:2px solid #ccc;
}

.dn_ctspinfo
{
	color: #FFFFFF;
    float: right;
    padding: 71px 0 0;
    text-align: center;
    width: 480px;
}
.dn_ctspinfo a
{
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}

.dn_font23bold
{
	font-size:23px;
	font-weight:bold;
	color:#fff;
	margin:15px 0px;
}

ul.dn_ctyahoo,
ul.dn_ctskype
{
	margin: 10px 0px 10px 60px; 
	padding:0;
	
}
ul.dn_ctyahoo li,
ul.dn_ctskype li
{
	list-style:none;
	display:inline;
	margin: 20px 10px;
}
ul.dn_ctyahoo li img,
ul.dn_ctskype li img
{
	border:none;
}
ul.dn_ctyahoo li span,
ul.dn_ctskype li span
{
padding:2px 5px;
display:inline-table;
vertical-align:bottom;
color:#fff;
}


.dn_w100ct
{
	float:left;
	width:60px;
}

/*Product level 1*/
.dn_procontent
{
	margin:20px 0px 40px 0px;
	display:inline-block;
}
ul.dn_prol1
{
	margin:0px auto;
	padding:0px;
	width:1000px;
}
ul.dn_prol1 li
{
	width:200px;
	text-align:center;
	display:block;
	float:left;
	list-style:none;
}

.dn_prol1tt
{
	font-size:12px;
	color:#22475E;
	font-weight:bold;
}

.dn_prol1tt a
{
	font-size:12px;
	color:#22475E;
	font-weight:bold;
	text-decoration:none;
}

.dn_prol1tt a:hover
{
	color:#2247FE;
}

.dn_hlinepro1{
	height:4px;
	width:100%;
	display:block;
	background:url('https://www.matbao.com/App_Themes/MBM/Module/img/hline_pro.png') no-repeat center center;
	margin:5px auto;
}
.dn_imgpro1
{
	height:142px;
	background:url('https://www.matbao.com/App_Themes/MBM/Module/img/pro_shadow.png') no-repeat bottom center;
	display:block;
	margin:0 auto;
}
.dn_imgpro1 a
{
	text-decoration:none;
}

.dn_imgpro1 img
{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	color:#ccc;
	padding:1px;
	border:1px solid #cccccc;
}

.dn_imgpro1 .img
{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	color:#ccc;
	padding:1px;
	/*border:1px solid #cccccc;*/
	height:132px;
	width:180px;
	background-position: center center;
	background-repeat:no-repeat;
	background-color:#ffffff;
}
.dn_probkc
{
	height:40px;
	line-height:40px;
	border-bottom:1px solid #B0B0B0;
	display:block;
	width:1000px;
	margin:0 auto;
	margin-bottom:30px;
}
.dn_probkc span
{
	font-size:20px;
	font-weight:bold;
	color:#3C3C3C;
}

/*Box News level 1*/
ul.dn_boxnewsl1
{
	width:1000px;
	margin:0 auto;
	display:inline-block;
	line-height:22px;
}
ul.dn_boxnewsl1 li
{
	list-style:none;
	float:left;
	width:322px;
	margin:10px 5px;
}

.vt_height
{
	height:44px;
}

.vt_titlenews
{
	text-decoration:none;
	color:#ff0000;
}

ul.dn_boxnewsl1 li .img 
{
	border:2px solid #ccc;
	display:block;
	margin:10px auto;
	width:322px;
	height:172px;
	background-position: top center; 
	background-repeat: no-repeat; 
	background-color:#ffffff;
}
ul.dn_boxnewsl1 li img 
{
	border:2px solid #ccc;
	display:block;
	margin:10px auto;
}
ul.dn_boxnewsl1 li span
{
	text-align:justify;
}

.vt_newsrelate
{
	padding-top:10px;
	padding-left:25px;
}

ul.dn_boxnewrelate
{
	margin:0px;
	padding:0px;
	display:inline-block;
	padding:0px 5px 0px 0px;
	width:97%;
	overflow:hidden;
}

ul.dn_boxnewl1li
{
	margin:0px;
	padding:0px;
	display:inline-block;
	padding:0px 5px 0px 0px;
	width:315px;
	overflow:hidden;
}
ul.dn_boxnewl1li a:hover
{
	text-decoration:underline;
}

ul.dn_boxnewl1li li, ul.dn_boxnewrelate li
{
	list-style:none;
	background:url('https://www.matbao.com/App_Themes/MBM/Module/img/l_footer.png') no-repeat left center;
	border-bottom:1px solid #EBEBEB;
	padding:0px 0px 3px 10px;
	margin:2px 0px;
}
ul.dn_boxnewl1li li:last-child, ul.dn_boxnewrelate li:last-child
{
	border:none;
}
ul.dn_boxnewl1li li a, ul.dn_boxnewrelate li a
{
	text-decoration:none;
	color:#444444;
	/*font-weight:bold;*/
}
ul.dn_boxnewl1li li a:hover, ul.dn_boxnewrelate li a:hover
{
	color:#D5151B;
}

.dn_boxnewsl1sum
{
	font-size:12px;
	color:#4C4C50;
	margin:10px 0px;
	height:90px;
}
/*************************/
/******** SUB NEWS *********/
/*************************/
#dn_subnewsbox1
{
	text-align:left;
	overflow:hidden;
	height:486px;
	display:inline-block;width:100%;
	background:url('https://www.matbao.com/App_Themes/MBM/Module/img/bg_news1.png') top center;
	background-repeat:repeat-x;
	
}

/*Slide News Tin Tuc Va Su Kien*/

.dn_snewsevent
{
	width:1000px;
	margin:0 auto;
}

.dn_snewseventl
{
	width:510px;
	float:left;
	color:#fff;
	padding-top:10px;
}
.dn_snewseventl .img
{
	border:2px solid #990000;
	width:492px;
	height:192px;
	background-position: center center; 
	background-repeat: no-repeat; 
	background-color:#ffffff;
}

.dn_snewseventl span a
{
	color:#fff;
	text-decoration:none;
}

.dn_snewseventr
{
	width:480px;
	float:right;
}
.dn_snewseventr ul
{
	margin:0px;
	padding:0px;
}
.dn_snewseventr ul li
{
	list-style:none;
	padding:10px 0;
	border-bottom:1px solid #9E0409;
	float:left;
	display:block;
	text-align: justify;
    width: 240px;
}
.dn_snewseventr li:last-child
{
	border:none;
}

.dn_snewseventr li .img
{
	float:left;
	border:2px solid #fff;
	margin:0 5px;
	width:75px;
	height:54px;
	background-position: center center; 
	background-repeat: no-repeat; 
	background-color:#ffffff;
}

.dn_snewseventr li img
{
	float:left;
	border:2px solid #fff;
	
}

.dn_snewseventinfo
{
	float:right;
	line-height:20px;
	text-align:left;
	width:140px;
}
.dn_snewseventinfo a
{
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}
.dn_snewseventinfo a:hover {
	text-decoration:underline;
}
.dn_eventtt
{
	padding:10px 0px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
}

/*News New*/
.dn_newsnew
{
	margin-bottom:20px;
}
.dn_newsnew,
.dn_newsother
{
	display:inline-block;
	width:100%;
}

.dn_newsnew ul,
.dn_newsother ul
{
	margin:0px;
	padding:0px;
}

.dn_newsnew ul li,
.dn_newsother ul li
{
	margin:5px 0px;
	list-style:none;
	background:url('https://www.matbao.com/App_Themes/MBM/Module/img/icon_arrow.png') no-repeat left center;
	padding-left:15px;
}
.dn_newsnew ul li a,
.dn_newsother ul li a
{
	text-decoration:none;
	color:#313131;
}
.dn_newsnew ul li a:hover,
.dn_newsother ul li a:hover
{
	font-weight:bold;
}
.dn_newsnew ul li a:active,
.dn_newsother ul li a:active
{
	color:#313131;
}

.dn_licon{
	background:url('https://www.matbao.com/App_Themes/MBM/Module/img/icon_circle.png') no-repeat left center;
	padding-left:15px;
}

/*************************/
/******** GALLARY *********/
/*************************/
/*************Gallery************/
.dn_gallery{
	display:inline-block;
	width:100%;
	background:#fff url('https://www.matbao.com/App_Themes/MBM/Module/img/bg_galery.png') repeat-x;
}

.dn_gatt
{
	height:50px;
	border-bottom:1px solid #ccc;
	display:block;
	line-height:50px;
}
.dn_gatt span
{
	margin:0px 10px;
}

.dn_font164242{
	font-size:16px;
	color:#424242;
	font-weight:bold;
}
.dn_gallmore{
	margin-right:10px;
	background:url('https://www.matbao.com/App_Themes/MBM/Module/img/icon_plus.png') no-repeat left center;
	padding-left:15px;
}

ul.dn_lgallery{
	margin:0px;
	padding:0px;
	margin-left:5px;
}
ul.dn_lgallery li
{
	list-style:none;
	float:left;
	margin:10px;
	text-align:center;
	width:207px;
	margin-bottom:10px;
	height:190px;
	overflow:hidden;
}

ul.dn_lgallery li .img
{
	padding:2px;
	border:1px solid #ccc;
	margin:5px auto;
	width:200px;
	height:130px;
	background-position: top center; 
	background-repeat: no-repeat; 
	background-color:#ffffff;
}

ul.dn_lgallery li img
{
	padding:2px;
	border:1px solid #ccc;
	margin:5px auto;
}

.dn_boldred
{
	color:#C4161C;
	font-weight:bold;
	text-decoration:none;
}

/*Them vao*/
ul.dn_menuside
{
	margin: 20px 10px 50px 20px;
}
ul.dn_menuside li
{
	list-style-image: url('https://www.matbao.com/App_Themes/MBM/Module/img/icon_arrow.png');
	margin-left: 20px;
	padding: 0px 0px 5px 0px;
}
ul.dn_menuside li.dn_hlineside
{
	border-top: 1px solid #ccc;
	list-style: none;
	margin: 5px 0px 10px -10px;
	padding: 0px;
}
ul.dn_menuside li:last-child
{
	border: none;
}
ul.dn_menuside li li
{
	border: none;
	padding: 2px 0px;
	list-style-image: url('https://www.matbao.com/App_Themes/MBM/Module/'img/lisubside.png'');
}
ul.dn_menuside li a
{
	text-decoration: none;
	color: #434343;
	font-size: 1.17em;
}

ul.dn_menuside li a:hover
{
	color: #B01419;
}
/*
ul.dn_menuside li a:visited
{
	color: #B01419;
	font-weight: bold;
}
*/
ul.dn_menuside li .active
{
	color: #B01419;
}
.CMSBreadCrumbsLink
{
	color: #3C3C3C;
	text-decoration: none;
}



.border{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #ccc;
	padding:10px;
	text-align:center;
	width:170px;
	float:right;
	display:block;
	margin-left:20px;
}
.border img{
	border:none;
	display:block;
	margin:0 auto;
}
.border a{
	text-decoration:none;
	padding: 5px 10px 0px 0px;
	float:right;
	color:#22475E;
}
.award-thumb {
	border:solid 1px #F1F1F1;
	background-position:center top;
	background-repeat:no-repeat;
	width:155px;
	height:155px;
}
.award-desc {
	width:155px;
	height:155px;
	display:block;
	margin-top:10px;
	color:#535353;
}
.slidecontainer 
{
    position:relative;
}
.slidecontainer .thumb 
{
    height:202px;
    background-position:top center;
    background-repeat:no-repeat;
    position:relative;
    margin-top:7px;
}
.slidecontainer .info 
{
    background-image:url('https://www.matbao.com/App_Themes/MBM/Module/img/slider_bg.png');
    color:White;
    padding:5px;
    text-align:justify;
    position:absolute;
    bottom:0;    
    display:none; 
}
.langselector a
{
    color:#9B9B9B;
}
.langselector a:hover{color:Red;}
.languageSelectionWithCultures a
{
    color:#9B9B9B;
}
.languageSelectionWithCultures a:hover
{
    color:Red;
}

/* Minification failed (line 1957): An underscore is not a valid CSS1 or CSS2 identifier character */