body {
	/* float:left; */
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
    background: #fff url(images/bd-bg.jpg);
    color: #333;
    font-size: 14px;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h2 {
	font-size: 24px;
}
a:link, a:active {
    text-decoration: none;
    color: #262626;
}
a:visited {
	text-decoration: none;
	color: #888888;
}
a:hover {
    text-decoration: underline;
    color: #f00;
}
article, aside, footer, header, hgroup, main, nav, section {
    display: block;
}
table {
	border-collapse: collapse;
    border-color: #ccc;
	box-sizing: border-box;
}
table td {padding: 3px;}

div#dnnCPWrap {
	border:0;
}
#dnnCPWrap ul.dnnadminmega {padding:0;}
div.switch-to-mobile,div.upgrade-browser  {
    display: inline-block;
	position:relative;
	z-index:999;
    width: 100%;
    padding: 0; margin:0;
    color: #eaeaea;
    text-align: center;
    background-color: #444;
    border: 0;
}
div.switch-to-mobile a {
	color: #eaeaea;
    display: inline-block;
    width: 98%;
	margin: 10px auto;
	padding: 0;
	font-size: 60px;
    font-weight: bold;
    line-height: 120px;
	border:solid 2px #ccc;
	-moz-border-radius: 16px;
	border-radius: 16px;
}
div.upgrade-browser  {
	line-height: 30px;
	border-bottom: 1px solid #A29330;
    background: #FDF2AB;
	color: #000;
}
div.upgrade-browser  a {
	color: #000;
    display: inline-block;
	padding: 3px;
	font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}
.dnnForm {
	min-width: 300px;
}
.Normal, .NormalDisabled, .NormalDeleted {
    font-size: 14px;
    font-weight: 500;
}
.right {	float:right;}
.left {	float:left;}
.clear{clear:both;height:0px;line-height:0;}
.cc {
	
}
.cc h2 {
	padding:0;
	margin: 0 0 6px 0;
}
.cc section {
	margin-bottom:20px;
}
.cc section>h2 {
    border-top: dashed 1px #F5F5F5;
    border-bottom: dashed 1px #F5F5F5;
    padding: 6px 0;
	background: #DFFFEE;
    margin-bottom: 10px;
}
.cc section>h2 a {
	font-size:20px;
	font-weight: bold;
	color: black;
}
.slogan{
	color:#3e3d3d;		
}
.quote-company{
	font-family:'OpenItalic';
	font-size:17px;

}
.callOut {
    clear: both;
    width: 100%;
    background-color: #7DDCAB;
    font-style: italic;
    padding: 10px;
    border-radius: 6px;
    box-sizing: border-box;
    margin-bottom: 10px;
    text-shadow: 1px 1px 1px #FFFFFF;
    position: relative;
    color: #020202;
    font-size: 13px;
    border: none;
    border-color: #7DDCAB;
}
.callComment {font-weight:bold;}
.downarrow::after {
	content:'';
	display:block;
	width: 0;
    height: 0;
	border-left: 6px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #7DDCAB;
    position: absolute;
    top: 98%;
    left: 9%;
}
.downarrow::before{
	content:'';
	display:block;
	width:100%;
	line-height:0;
}
.uparrow::before {
	content:'';
	display:block;
	width: 0;
    height: 0;
	border-left: 6px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #7DDCAB;
    position: absolute;
    bottom: 98%;
    left: 25px;
}
#Main {
	height:100%;
	width:100%;
	position:relative;
}
.menu-visible #Main {
	position:fixed;
	left: 230px;
}
.menu-visible .block_closemenu{
	display: block;
	transition: opacity .85s ease-in-out;
	-moz-transition: opacity .85s ease-in-out;
	-webkit-transition: opacity .85s ease-in-out;
}
body.toleft .block_closemenu,
.block_closemenu {
	display:none;
	position:absolute;
	width: 100%;
	height:130%;
	top:75px;left:0;
	z-index:99;
	background-color: #ccc;
    background-color: rgba(1, 33, 1, 0.6);
    opacity: .9;
}
header {
	position:relative;
	display:block;
	z-index:3;
	border:0;
}
div.MobileMenu {
	display:none;
    float: left;
	margin:0;
	border:0;
	padding:21px 0px 21px 10px;
	position: relative;
    z-index: 2;
}

a.MobileMenu {
   background: #009C00;
    display: inline-block;
	position: relative;
	float:left;
    width: 29px;
    line-height: 30px;
    border: solid 1px #F5F5F5;
    padding:3px;
    border-radius: 4px;
}
div.MobileMenu:hover a,
div.MobileMenu:focus a {
	background-color: red;
}	
a.MobileMenu:hover,
a.MobileMenu:focus {
	background-color: red;
}
div.MobileCPMenu {
	float:left;
	position: absolute;
    top: 2px;
}
a.MobileCPMenu {
	background: #FF9800;
    display: block;
	position: relative;
	float:left;
    width: 30px;
    line-height: 30px;
    border: solid 1px #F5F5F5;
    padding: 2px;
    border-radius: 4px;
	height: 21px;
}
.MobileMenu .xline,.MobileCPMenu .xline {
	height: 3px;
    display: block;
    background-color: #fff;
    margin: 2px 5px;
	transition: transform 125ms linear 0s;
    -webkit-transition: transform 125ms linear 0s;
    -moz-transition: transform 125ms linear 0s;
}
.xline.txt {
	font: 100 8px/7px arial;background: none;color: white;height: auto;margin: 0 5px;
}
.menu-visible div.MobileMenu a {
	height: 24px;
}
.menu-visible div.MobileMenu .xline,
.menu-visible div.MobileCPMenu .xline {
	visibility:hidden;
	position: absolute;
    left: 0;
    top: 10px;
    width: 25px;
}
.menu-visible div.MobileMenu .xline.line1,
.menu-visible div.MobileCPMenu .xline.line1 {
	visibility: visible;
	transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
.menu-visible div.MobileMenu .xline.line3,
.menu-visible div.MobileCPMenu .xline.line3 {
	visibility: visible;
	transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
}

nav { }

header nav {
	position: relative;
	bottom:0;
	min-width: 60%;
}
header .headerTop {
    background-color: #DFFFEE;
    width: 100%;
    float: left;
    box-shadow: 0px 0px 10px 0px green;
}
.headerTop::after {
	content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
	width:100%;
    clear: both;
}
header .headerRight {
	float:right;
	padding: 0px 30px 23px 10px;
	line-height: 30px;
	height: 99px;
    box-sizing: border-box;
	z-index: 1;
    position: relative;
}
div.headerBg {
	position:absolute;
	z-index:0;
	right:0;top:0;
	width: 80%;
	height: 100%;
	overflow: hidden;
}
div.headerBg img {float:right;}
.headerInfo  {
	float:left;
	display:inline-block;
	margin-top: 20px;
    margin-left: 30px;
    position: absolute;
}
.headerInfo .info {
	color: #009246;
	text-shadow: #EEEEEE 1px 1px 1px;
}
.info.h1 { font-size:26px; font-weight: bold;width: 100%;display: inline-block;}
.info.h1 b {color: red;}
.info.www {font-size: 12px;text-align:right; display:none;}
.info.tel {font-size: 12px;width: 100%;display: inline-block;}
.info.slogan {font-size: 12px;text-align:right;}
.headerRight a.search-box {display:none;}
.fafa::before {
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	padding-right:4px;
}
.headerRight .login,
.headerRight .language-object,
.headerRight .search-box {
	line-height: 22px;
	text-align: right;
}
div.login {clear: both;
	background-color: rgba(250, 250, 250, 0.47);
    padding: 2px 6px 2px 0;
    margin: 5px 0;
	border-radius: 4px;
	margin-bottom: 8px;
}
.headerRight .search-box {opacity: .8;}
.headerRight .search-box>span {float:right;}
.login a {
    font-weight: bold;
    padding-left: 8px;
    font-size: 12px;
    color: red;
    text-shadow: 1px 1px 5px whitesmoke;
}
.login a:hover {
	text-shadow: 1px 1px 0px white;
    text-decoration: underline;
}
.language-object {
	display: inline-block;
	line-height: 30px;
	padding-right: 6px;
}
.language-object .Language {
}
.language-object .Language a {
	display:inline-block;
}
.language-object img {
	border-radius:4px;
	opacity: .5;
	vertical-align:middle;
}
.language-object .Language.selected {
	
}
.language-object .Language.selected img {
	border: solid 3px #009C00;
	opacity: 1;
}
.search-box {
}
.main div.search-box.active {
	display: block;
	width:100%;
	background:green;
	position: absolute;
	z-index:99;
	top:100%;
	left:0;
	padding: 3px 0;
	border:0;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
}
div.search-box.active input.input-search,
div.search-box.active a.SEARCH {
	float:none;
}
.search-box input.input-search {
	float:left;
	width: 200px;
	border-color: #d3d3d3;
    height: 30px;
    line-height: 30px;
	padding:0 10px;
	border: 1px solid #ccc;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    font-family: inherit;
    font-size: 12px;
    outline: none;
}
a.search-box, .search-box a.SEARCH {
	border: solid 1px #F5F5F5;
    border-radius: 4px;
    padding: 0px 10px;
    margin: 0;
    display: inline-block;
	float: left;
    font-size: 14px;
    background: #009C00;
    color: white;
    line-height: 30px;
	margin-left: 5px;
}
.search-box.active a.SEARCH {
	position: absolute;
	right: 1%;
	top: 4px;
}
#dnn_logo_hypLogo {
	display:inline-block;
	margin-top: 15px;
    margin-left: 60px;
	float:left;
}
#dnn_logo_hypLogo img {
	max-height: 100px;
}

header .headerLine {
	text-align:right;
	padding-right: 30px;
	color: #fff;
    font-size: 12px;
    line-height: 25px;
    background: transparent;
    background-color: rgba(255,0,0,0.7);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF7F8485, endColorstr=#BF7F8485)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF7F8485, endColorstr=#BF7F8485);
    zoom: 1;
    position: relative;
    z-index: 1;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
}
div.banner {
	width:100%;
	position:absolute;
	z-index:0;
	top:0;
	height: 230px;
    border: solid 1px red;
}
div.banner.DNNEmptyPane {
}

/*.dnnActionMenuBorder,*/
#dnn_BackgroundSlide, 
#dnn_BackgroundSlide *:before,#dnn_BackgroundSlide *:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webit-box-sizing: border-box;
}
.pageName.inner {
	padding: 0px 30px 10px 30px;
}
.pageName h1,.pageName h2 {
	padding: 0;
    font-weight: 700;
    color: #078507;
    line-height: 32px;
    font-size: 32px;
    margin: 10px 0 10px 0;
}
.pageName h3 {
	line-height: 18px;
    font-size: 14px;
	font-weight: 600;
    margin: -6px 0 3px 0;
}
.pageName p {
	font-size: 13px;
	line-height: 15px;
	font-style: italic;
	margin: 5px 0;
}

div.breadcrumb {
	display:block;
	position:relative;
	z-index:1;
	padding: 5px 30px;
	line-height: 18px;
	color: black;
	font-size:13px;
	background: aliceblue;
    border-radius: 4px;
}
div.breadcrumb a {
	font-size: 13px;
    font-weight: 600;
    display: inline-block;
    padding: 0;
    color: #212121;
    line-height: 20px;
}
.breadcrumb span.crumb.root span{
	text-indent: -9999px;
	white-space: nowrap;
	display:inline-block;
}
.breadcrumb span.crumb.root a::before {
	content: "\f015";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.main .middle {
	position: relative;
	top:0;
	margin:0;
	margin-top: 5px;
}
#Main .middle.ctrMode {
	margin-top: 25px;
}
.middle article.content {
	width: 530px;
    float: left;
    margin: 0;
}
.middle #dnn_ContentPane {
	float:left;
}
.middle .contentRight {
	width: 220px;
	float:right;
	margin:auto 10px;
}
.main div.content {
	background-color:white;
	-moz-box-shadow: 0 1px 3px rgba(23, 23, 24, .3);
    -webkit-box-shadow: 0 1px 3px rgba(23, 23, 24, .3);
    box-shadow: 0 1px 3px rgba(23, 23, 24, .3);
    margin-bottom: 40px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 0;
    position: relative;
    z-index: 1;	
	min-height:300px;
}
.main div.content::after {
	content: '';
	display:block;
	clear:both;
	width:100%;
	height:0;
	line-height:0;
	font-size:0;
	box-sizing:border-box;
}
div.footer {
	padding: 30px 0 80px 0;
	background-color: #009C00;
    color: white;
	position: relative;
}
div.footer a,
div.footer a:link,
div.footer a:visited {
	color: white;
}
div.footer a:hover {
	color: #FF9800;
}
div.footer .footerLeg {
	border-top: solid 1px #ccc;
	margin: 0 30px;
	padding: 10px 0;
	font-size: 12px;
	font-weight: 100;
}
.switch-to-desktop {
	text-align: center;
    width: 100%;
    clear: both;
    padding: 10px;
    box-sizing: border-box;
	color: white;
}
.switch-to-desktop a {
	color: #eee;
    font-weight: bold;
}
nav.left .switch-to-desktop a {
	color: #009C00;
}
.inner {
	width: 1000px;
	margin: 0 auto;
	padding:0;
	box-sizing:border-box;
}
div.footer .inner {
}
#dnn_Footer {
	position:relative;
}
.keywords {margin-bottom: 10px;}
.keywords>span {font-weight:600;}
.keywords a {display: inline-block;padding: 2px 6px;margin:1px;border: solid 1px #EEE;border-radius: 3px;font-weight:600; background-color: #F3F3F3; color: #111;}
div.keywords a {
	position: relative;
    padding: 3px 6px 3px 8px;
    margin-left: 10px;
    border: solid 1px #ccc;
    background-color: #FAFAFA;
	z-index: 0;
}
div.keywords span.arrow {
	position: absolute;
    display: block;
    height: 0;
    width: 0;
    top: -1px;
	right: 100%;
    border-style: solid;
    border-width: 11px 9px 11px 0;
    border-color: transparent;
    border-right-color: #CCC;
}
div.keywords span.arrow::after{}
.articledetail div.keywords a.kw {
	text-decoration: none;
}
div.keywords a.kw::before {
    content: '';
    position: absolute;
    left: -3px;
    top: 38%;
    display: block;
    height: 4px;
    width: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #00843F;
    z-index: 2;
}
div.keywords a.kw1 {font-size: 12px; line-height: 14px;}
div.keywords a.kw2 {font-size: 14px; line-height: 16px;}
div.keywords a.kw3 {font-size: 16px; line-height: 18px;}
div.keywords a.kw4 {font-size: 18px; line-height: 20px;}
div.keywords a.kw5 {font-size: 20px; line-height: 22px;}
div.keywords a.kw6 {font-size: 22px; line-height: 24px;}
div.keywords a.kw7 {font-size: 24px; line-height: 26px;}
div.keywords a.kw2 span.arrow,
div.keywords a.kw2 span.arrow::after {border-width: 12px 9px 12px 0;}
div.keywords a.kw3 span.arrow,
div.keywords a.kw3 span.arrow::after {border-width: 13px 9px 13px 0;}
div.keywords a.kw4 span.arrow,
div.keywords a.kw4 span.arrow::after {border-width: 14px 9px 14px 0;}
div.keywords a.kw5 span.arrow,
div.keywords a.kw5 span.arrow::after {border-width: 15px 9px 15px 0;}
div.keywords a.kw6 span.arrow,
div.keywords a.kw6 span.arrow::after {	border-width: 16px 9px 16px 0;}
div.keywords a.kw7 span.arrow,
div.keywords a.kw7 span.arrow::after {	border-width: 17px 9px 17px 0;}
div.keywords a.kw2 span.arrow::after {}
div.keywords a.kw3 span.arrow::after {}
div.keywords a.kw4 span.arrow::after {}
div.keywords a.kw5 span.arrow::after {}
div.keywords a.kw6 span.arrow::after {}
div.keywords a.kw7 span.arrow::after {}
/*Article*/
.articledetail table {
	background-color: #FAFAFA;
	border-collapse: collapse;
    border-color: #F5F5F5;
	background-color: rgba(250, 250, 250, 0.8);
}
div.articledetail a:link, 
div.articledetail a:active {
    text-decoration: underline;
    color: #00783A;
    font-weight: 600;
}
div.articledetail a:visited {
	color: #757575;
}
div.articledetail a:hover {
	color: red;
}
ul.articledetail.Other li a:link,
ul.articledetail.Other li a:active {
	color: black;
	font-weight: 500;
}
ul.articledetail.Other li a:visited {
	color: #5D5D5D;
}
ul.articledetail.Other li a:hover {
	color: red;
}
.articleLists li a:link {
	color:#505050;
}
section .articleLists li.large::after {
	content:'';
	clear:both;
	width:100%;
	line-height:0;
}
section .articleLists li.item {
    list-style-type: circle;
    list-style-position: inside;
    display: list-item;
	box-sizing: border-box;
	padding: 3px 0px 3px 10px;
    line-height: 18px;
}
.articleLists span.more {
	display:inline-block;
	width: 100%;
	text-align: right;
	margin-top:10px;
}
.articleLists span a.more {
	padding-right: 20px;
	display:inline-block;
}
.articleLists span a.more.up {
	line-height: 11px;
	padding-right: 10px;
}
.articleLists span a.more.up i {
	border-top: solid 1px;
}

.articleLists.small li h3{
	position: relative;
}
.articleLists.small h3>a {
	display:inline-block;
	line-height: 17px;
	font-size: 14px;
	position:relative;
	color: white;
	width:100%;
	box-sizing:border-box;
	text-shadow: 0px -1px 1px #795548;
}
.articleLists.small h3>a:hover {
	/* border:solid 1px green;
	color: red; */
}
.articleLists.small h3 a span{
	position: absolute;
    bottom: 0;
    left: 0;
    background: #01823F;
    background-color: rgba(10, 118, 62, 0.9);
    padding: 6px;
	width:100%;
	box-sizing:border-box;
}
.articleLists.small h3>a:hover span {
	background: #005A2B;
}
.articleLists.small h3 a img {
    float: left;
    margin: 0;
    width:100%;
	max-width: 100%;
}
.articleLists.small h3 span.tool {
    position: absolute;
    top: 0;
    left: 0;
    padding: 1px 3px;
    border: solid 1px #ccc;
    border-radius: 4px;
    line-height: 14px;
    margin: 3px;
	background: #01994A;
    background-color: rgba(1, 154, 74, 0.73);
}

@media screen and (max-width:1600px){
}
@media screen and (max-width:1366px) {  
}
@media screen and (max-width:1160px){
}
@media screen and (max-width:1020px) {
	.inner {
		width: 100%;
	}
	header.inner {
		width:100%;
	}
	#Main.main nav.left {
		margin:0 10px 0 0;
	}
	.middle article.content {
		float: left;
		margin: 0;
	}
	.middle .contentRight {
		margin:0 0 0 10px;
	}
	.middle #dnn_ContentRight {
		
	}
	#dnnCPWrap .dnnControlPanel {
		width: 99%;
		min-width:300px;
	}
	#dnnCPWrap ul.dnnadminmega {
		padding:0;
	}
	/*un Absolute rotator*/
	.main div.banner {
		position:relative;
		height: 100px;
	}
	.main.homepage div.banner {
		position:absolute;
		top:120px;
	}	
}

@media screen and (max-width:999px) {
	header .headerRight,nav .sf-menu {
		padding-right:10px;
	}
	.inner, .middle .inner{
		width: 100%;
	}
	div#Main nav.left {
		width: 27%;
		margin-left:0;
		margin-right:1%;
	}
	.middle article.content {
		width: 71%;
		margin: 0 0 2% 0;
		border-bottom: dashed 2px #ccc;
	}
	.middle #dnn_ContentPane {
		width: 100%;
		float:left;
	}
	.middle .contentRight {
		margin: 2% 1% 2% 28%;
		width: initial;
		float: none;
	}
	.middle .contentRight .DnnModule {
		width: 46%;
		float: left;
		margin: 0 1% 1% 0;
		border-radius: 4px;
		border: solid 1px #ccc;
		padding: 1%;
		text-align: center;
	}
	.admin .middle .inner {
		width: 100%;
	}
}

@media screen and (max-width: 835px) {
	.pageName.inner {
		padding: 0px 20px 10px 20px;
	}
	div.breadcrumb {
		padding: 5px 20px;
	}
	.main .search-box input.input-search {
		width: 120px;
	}
	.main #dnn_logo_hypLogo {
		display: inline-block;
		margin-top: 10px;
		margin-left: 20px;
	}
	.main #dnn_logo_hypLogo img {
		max-height: 80px;
	}
	.main header .headerRight {
		padding-bottom: 33px;
	}
}

@media screen and (max-width:767px) {
	
}
@media screen and (max-width:699px) {
	.pageName.inner {
		padding: 0px 2% 10px 2%;
	}
	div.breadcrumb {
		padding: 5px 2%;
	}
	.dnnActionMenuBorder {
		box-shadow: none;
		border: none;
		padding: 0;
		margin: 0;
		visibility: hidden;
		display: none;
	}
	.dnnForm {
		width:100%;
		box-sizing:border-box;
	}
	.dnnForm .dnnFormItem {
		/*width: 100%;*/
		min-width: 300px;
	}
	.dnnFormItem label, .dnnFormItem .dnnFormLabel, .dnnFormItem .dnnTooltip {
		margin-right:6px;
		width:35%;
	}
	.LoginPanel {
		width:100%;
	}
	.dnnForm .dnnFormItem  input[type=text],.dnnForm .dnnFormItem  input[type="password"] {
		min-width: 100px;
		width: 40%;
	}
	.dnnForm label:empty {
		width: 0%;
	}
	.main.homepage div.banner {
		/* position:relative; */
		top:100px;
	}
	.main .ConnectUs {
		line-height: 25px;
		position:relative;
		height:auto;
	}
	.main .ConnectUs * {
		box-sizing: border-box;
	}
	.main .ConnectUs i {
		width: 22px;
	}
	.main .ConnectUs .inner {
		display:inline-block;
		padding: 20px 2%;
	}
	.main .ConnectUs .inner::after {
		content:'';
		clear:both;
		width:100%;
		height:0;
		font-size:0;
	}
	.main .ConnectUs .left {
		margin:0;
		width: 50%;
	}
	.main .ConnectUs .right {
		margin:0;
		padding-top: 27px;
		width: 50%;
	}
	.main .ConnectUs  a {
		display: block;
		width: 100%;
		line-height: 14px;
	}
	div.headerBg img {
		max-height: 70px;
		margin-right: -30px;
	}
	header .rightWrap {
		float: right;
	}
	.main header .headerRight {
		padding: 21px 10px 11px 10px;
		height: 75px;
	}
	div.headerBg {
		width:100%;
	}
	div.headerInfo {
		margin-left: 130px;
		margin-top: 15px;
	}
	.headerInfo .info.h1 {font-size:22px;}
	.headerInfo .info.slogan{display:none;}
	.main a.search-box {
		display:inline-block;
		line-height: 30px;
	}
	.main .search-box input.input-search {
		width: 99%;
    box-sizing: border-box;
    line-height: 30px;
    height: 34px;
	}
	.login, .main div.search-box , nav ul.sf-menu{
		display:none;
	}
	.main header nav {
		background: green;
		position:absolute;
		width:100%;
		z-index: 3;
		top:100%;
		bottom: auto;
	}
	div.MobileMenu {
		display: inline-block;
	}
	.main #dnn_logo_hypLogo {
		display: inline-block;
		margin-left: 13px;
		float:none;
		position: relative;
		z-index: 2;
	}
	.main #dnn_logo_hypLogo img {
		max-height: 50px;
	}
	
	div#Main nav.left {
		display: none;
	}
	.middle article.content {
		width: 99%;
		padding: 0 2%;
		box-sizing: border-box;
	}
	.middle .contentRight {
		margin: 2%;
		width: initial;
		float: none;
	}
}
@media screen and (max-width:568px) {
	.middle .contentRight .DnnModule {
		width: 99%;
		margin: 0 auto 1% auto;
		box-sizing: border-box;
	}
	.articleLists.small h3 a {
		font-weight: normal;
		text-shadow: none;
		padding: 6px 3px;
		text-align: left;
	}
	.articleLists.small h3 a img {
		width: 40%;
		float:left;
		margin-right: 2%;
	}
	.articleLists.small h3 a span {
		display: inline;
		position: initial;
		background: none;
		color: green;
		padding:0;
		margin:0;
	}
	.articleLists.small h3>a:hover {
		color: red;
		border: solid 1px #eee;
		padding: 5px 2px;
		background-color: #D7F0E3;
		border-radius: 4px;
		font-weight: 600;
		text-decoration: none;
	}
	.articleLists.small h3>a:hover span {
		background: none;
		color: inherit;
	}
	.pageName h1, .pageName h2 {
		font-size: 24px;
		line-height: 28px;
	}
	.socials .viewCnt {display:none;}
	.admin .cc {
		padding:3px;
		box-sizing:border-box;
	}
	.dnnForm .dnnFormItem input[type=text], .dnnForm .dnnFormItem input[type="password"],
	.dnnForm .dnnFormItem textarea{
		width: 100%;
		box-sizing: border-box;
	}
	.dnnForm ul.dnnActions {
		padding: 10px 0;
	}
	.dnnForm ul.dnnActions li:first-child {
		margin-left: 0;
	}
	.main .pager-container .h4 {
		font-size:23px;
		line-height:25px;
	}
	.main.homepage .middle {
		
	}
	.MobileCPMenu {
		display:inline-block;
	}
	
	div.MobileCPMenu >span {
	    line-height: 26px;
		font-weight: bold;
		padding: 2px;
	}
	a.MobileCPMenu {
		
	}
	div#dnnCPWrap {
		/* position: relative;
		top: -30px; */
	}
	#dnnCPWrap ul.dnnadminmega {
		width: 100%;
		padding: 6px;
		background: #FF9800;
		display: inline-block;
		position: relative;
	}
	#dnnCPWrap ul.dnnadminmega>li {
		position: initial;
	}
	#dnnCPWrap ul.dnnadminmega .megaborder {
		max-width: 100%;
		top: 100%;
	}
	#dnnCPWrap .dnnadminmega li.leaf {
		width: 42%;
		clear: none;
		float: left;
		margin: 0;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	#RibbonBar_adminMenus {
		position:absolute;
		top:100%;
		left:0;
		width: 100%;
	}
	
	ul.dnnActionMenuBody {
		min-width: 280px;
		padding: 0px 8px;
	}
}
@media screen and (max-width:479px) {
	.pageName h1, .pageName h2 {
		font-size: 22px;
		line-height: 25px;
	}
	.main .pager-container .box {
		height: 180px;
		margin: 10px auto;
		padding: 10px;
	}
	div.headerInfo {
		margin-left:0;margin-top: 12px;
	}
	.headerInfo .info.h1 {
		margin-left:130px;
		font-size:22px;
	}
	.headerInfo .info.h1 b {}
	.headerInfo .info.h1 b::before{
		content:"\a";
		white-space: pre;
	}
	.headerInfo .info.tel {
		font-size: 10px;
		text-align: center;
	}
	.articleLists div.thumbnai {
		width:45%;
	}
}
@media screen and (max-width:400px) {
	.main .pager-container .box {
		height: 170px;
		margin: 10px auto;
		padding: 5px 10px;
	}
	.main .pager-container .h4 {
		font-size: 22px;
	}
	.main .pager-container .lead {
		margin-bottom: 20px;
		font-size: 15px;
		line-height:18px;
	}
}
.articleLists li h2 {
    line-height: 25px;
	font-weight: 700;
}
.articleLists li h2 a {
	color: black;
	text-decoration: none;
}
.articleLists li h2 a:hover {
	color: red;
}
/* Show the menu when animating or visible */

.animating #Main,
.animating nav.left.mobile {
  -webkit-transition: -webkit-transform .3s ease-in-out;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: transform .3s ease-in-out;
}
.animating nav.left.mobile {
	left:-235px;
	display:block;
}
.animating.toleft #Main{
  transform: translate3d( -230px, 0, 0 );
  -webkit-transform: translate3d( -230px, 0, 0 );
}
.animating.toleft nav.left {
  transform: translate3d( -235px, 0, 0 );
  -webkit-transform: translate3d( -235px, 0, 0 );
}
.animating.toright #Main{
  transform: translate(230px, 0);
  -webkit-transform: translate( 230px, 0);
}
.animating.toright nav.left.mobile {
	transform: translate(235px, 0);
	-webkit-transform: translate(235px, 0);
}
 
/*NAV Left*/
nav.left.mobile {
	display:none;
	float:none;
	position: absolute;
	z-index: 999;
	top:0;
	left: -235px;
	margin: 0 0 20px 0;
	width: 230px;
	box-shadow: 0px 0px 10px 3px #60B563;
	background-color: white;
}
nav.left.mobile ul li a {border-radius:0;}
#Main nav.left {
	display:block;
	float:left;
	width: 210px;
	margin: 0 10px;
	position:relative;
}
nav.left li.onlyMobile {display:none;}
.menu-visible nav.left.mobile {
	display:block;
	left:0;top:0;
}
nav.left.mobile li.onlyMobile {display:inherit;}
nav.left div.navHeader {
	width:100%;
	box-sizing:border-box;
	height: 75px;
	background-color: #009C00;
}
#Main nav.left div.navHeader{display:none;}
nav.left span.navMessage {display:none;}
ul.navLeft a i {float:right;line-height:20px;}
nav.left i.m {display:none;}
nav.left ul {
	margin:0;
	padding:0;
}
nav.left ul ul {padding-bottom: 6px;}
nav.left ul li {
	margin:0;
	padding:0;
	list-style-type: none;
	font-weight: bold;
	text-transform: uppercase;
}
nav.left ul li a {
	color:white;
	line-height: 20px;
    display: inline-block;
    width: 100%;
    padding: 6px 6px;
	box-sizing: border-box;
	background-color: #009246;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#03A952), color-stop(100%, #009246));
	background: -moz-linear-gradient(top, #03A952 0%, #009246 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03A952', endColorstr='#009246',GradientType=0 );
    border-radius: 3px;
    text-shadow: 0px 0px 1px #9E9E9E;
    text-decoration: none;
    border-top: solid 1px rgba(76,175,80,1);
}
nav.left ul li a:hover {
	color: white;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EF011D), color-stop(100%, #C90101));
    text-decoration: initial;
}
nav.left ul li ul li {
	/* list-style-type: disc;
    list-style-position: inside; */
	font-weight: normal;
	font-size: 13px;
	text-transform: none;
}
nav.left ul li ul li a {
	padding: 5px 6px 5px 10px;
	border-top:none;
	border-bottom: dotted 1px #ccc;
	background: none;
    background-color: rgba(199, 255, 201, 0.18);
    border-radius: 0;
    color: black;
    text-shadow: 0px 0px 1px #ADADAD;
}
nav.left.mobile ul li a {
    padding: 8px 6px;
}
nav.left.mobile ul li ul li a {
	padding: 7px 6px 7px 10px;
}
nav.left li.current {
    background-color: cornsilk;
}
nav.left li.current>a {
    background: red;
}
nav.left ul li ul li.current a {
    background: darkseagreen;
}
/*NAV*/
.sf-menu span.edit{display: inline-block;position: absolute;top: -5px;right:0;z-Index: 10;border: solid 2px rgb(206, 16, 0);background: orange;border-radius: 3px;box-shadow: 1px -1px 2px rgb(94, 49, 2);opacity: .5;}
.sf-menu span.edit:hover {opacity: 1;}
.sf-menu span.edit:hover a,.sf-menu span.edit a:hover {color: white;}
.sf-menu span.edit a {color: white;font-size: 11px;display: inline-block;background: url('/images/edit.gif') no-repeat 1px center;padding-left: 17px;content: ".";/* text-indent: -9999px; */line-height: 17px;}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0; /*1.0 */
	-webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.sf-menu ul ul,
.sf-menu div {
	position:		absolute;
	left:			-999em;
	width:			15em; /* left offset of submenus need to match (see below) */
}
.sf-menu div>ul {
	width: auto;
	float: left;
	position:relative;
}
.sf-menu div span.navMessage {
	display:inline;
	position: absolute;
	z-Index: 0;
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-size: 24px;
	font-weight: 100;
	padding: 30px 10px 10px 0;
}
.sf-menu div {
	padding: 1px 0px 10px 0;
    background: transparent;
    background-color: #006E00;
    background-color: rgba(0,110,0,0.9);
    background-image: url(../design/nav-bg-ie.png)\9;
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
	position: relative;
}
.sf-menu li {
	float:left;
	border-right: 1px solid #e5e6e6;
	border-color: transparent;
    border-color: rgba(146, 202, 148, 0.43);
	line-height: 28px;
	/* position:		relative; hiện sub ngay left0 */
}
ul.sf-menu li>a {
	padding: 10px 20px 16px 20px;
}
.sf-menu a {
	display:	inline-block;
	position:	relative;
	text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/* .sf-menu li:hover ul,
.sf-menu li.sfHover ul, */
.sf-menu li:hover div,
.sf-menu li.sfHover div {
	left:			0;
	top:			100%; /* match top ul list item height */
	z-index:		99;
	width: auto;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			100%; /* match ul width */
	top:			0;
	height: 100%;
	display: block;
	width: 100%;
	z-index: 5;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			15em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu 
{
    /* ThienVC*/
	/*float:			left; chuyen sag skin.css */
	display: inline-block;
	position: relative;
	margin: 0;
	float:right;
	background-color: transparent;
    background-color: rgba(255, 255, 255, 0.48);
    padding-right: 30px;
}
/* 
ul.sf-menu:after {
content: '';
display: block;
clear: both;
} 
*/
ul.sf-menu>li a {
    padding: 0px 10px 5px 10px;
    text-decoration: none;
    /* text-transform: uppercase; */
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    line-height: 25px;
}
ul.sf-menu>li.hasChild a {
	padding: 0px 5px 5px 10px;
}
li.sfHover ul a {
	text-transform: none;
	
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#009C00;
}
.sf-menu li 
{
    background:		none;
}
.sf-menu li i
{
    display:none;
}
.sf-menu li a>i
{
    display:inline-block;
	margin-left: 6px;
}
.sf-menu li li {
	/* background:		#DAECFF; */
	border:0;
	line-height: 18px; /* submenu item height*/
}
.sf-menu li li li {
	/* background:		#DAECFF; */
	line-height: 18px;
}

.sf-menu>li.current> a,.sf-menu li.sfHover a,
.sf-menu>li:hover> a, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    color: #FFF;
    background-color: #009246;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#03A952), color-stop(100%, #009246));
	background: -moz-linear-gradient(top, #03A952 0%, #009246 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03A952', endColorstr='#009246',GradientType=0 );
}
/* reset style cap 2 */
ul.sf-menu li:hover ul a,
ul.sf-menu li:hover ul a, ul.sf-menu li:hover ul a:focus, ul.sf-menu li:hover ul a:hover, ul.sf-menu li:hover ul a:active {
border-radius: 0px;
background: none;
text-transform: none;
line-height: 18px;
padding:5px 0px 5px 10px;
color:white;
white-space: nowrap;
}
ul.sf-menu div ul li a {
	display: block;
}
ul.sf-menu.mobile div ul a {
	display: inline-block;
	padding: 0 20px !important;
    font-weight: 500;
    line-height: 30px !important;
}
ul.sf-menu li:hover ul li.sfHover,
ul.sf-menu li:hover ul li:hover {
	background: #FF0000;
background: transparent\9;
background: rgba(255,0,0,0.4);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f9a3b26, endColorstr=#7f9a3b26);
}

ul.sf-menu li:hover ul a:hover{
color: white;
border-radius: 0px;
background: none;
}

ul.sf-menu li li:last-child ,
ul.sf-menu li li:last-child  a,
ul.sf-menu li li:last-child  a:visited,
ul.sf-menu li li:last-child  a:hover {
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('sf-default/images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

.sf-menu.mobile {
	display: block;
	width:100%;
	position:absolute;
	z-index:99;
	background: green;
	color:white;
	box-shadow:0px 3px 5px #4CAF50;
    border-bottom: solid 1px;
	border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.sf-menu.mobile li {
	width:100%;
	position:relative;
}
.sf-menu.mobile li div,
.sf-menu.mobile span.navMessage {
	display:none;
}
.sf-menu.mobile li div {
	padding:0;
	position: relative;
}
.sf-menu.mobile div>ul {
    width: 100%;
    float: none;
    border: none;
    position: relative;
}
.sf-menu.mobile li div.active {
	display: inline-block !important;
	top:0;
	width:100%;
	padding: 10px 0;
}
ul.sf-menu.mobile li a {
	text-align:left;
	padding: 3px 10px;
	color:white;
	border-bottom:solid 1px rgba(204,204,204,0.34);
	width: 100%;
}
.sf-menu.mobile li>i
{
	position: absolute;
	top: 0;
	right: 10px;
    display:block;
	width: 30px;
	/* border: solid 1px red; */
	line-height:35px;
}
.sf-menu.mobile li a>i
{
    display:none;
	margin:0;
}
nav.left span.user {
	display: block;
    line-height:22px;
	padding:3px;
    color: white;
    text-align: center;
    background-color: #009C00;
}
nav.left span.user a {
color: white;
    float: none;
    display: inline-block;
    width: initial;
    line-height: 22px;
    margin: 3px;
    font-size: 11px;
    text-shadow: 1px 1px 1px #CDDC39;
    font-weight: 600;
}
nav.left span.user a:hover {
	color: #FF9800;
}
.ConnectUs {
	width: 100%;
	position:fixed;
	bottom:0;
	height: 50px;
	line-height:40px;
	z-index: 6;
	color: #fff;
    /*
	background: #008000 url('../../../../images/rule.svg') no-repeat;
	*/
	background: -moz-linear-gradient(top, #41B541 0%, #008000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#41B541), color-stop(100%, #008000));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41B541', endColorstr='#008000',GradientType=0 );
}

.ConnectUs .left {
	margin-left:30px;
}
.ConnectUs .right {
	margin-right:30px;
}

.ConnectUs .social span {
	font-style:italic;
	font-weight: 600;
	padding-right: 10px;
}
.ConnectUs a {
	display:inline-block;
	padding:3px;
	color: #fff;
	font-size: 13px;
	text-decoration: initial;
	text-shadow: 1px 1px 1px #607D8B;
}
.ConnectUs a:hover {
	color:#FF9800;
}
.ConnectUs  i {}
i.fa-google-plus, i.fa-youtube-play {color:red;}
i.fa-twitter {color:#03A9F4;}
i.fa-thumbs-o-up, i.fa-thumbs-up, i.fa-facebook {color:#3D58A3;}
i.fa-rss-square {color:#FF9800;}
i.fa-heart-o {color:#FFC6D0;}
i.fa-heart {color:#FFC6D0;}
/**********************************end homepage redesign********************************/

.ullink {
}
.ullink a {
}
.ullink a.active {
	color: red;
	font-weight: bold;
}

/* Admin skin*/
.main.admin {
}
.main.admin #dnn_ContentPane {
	box-sizing:border-box;
	margin:0;
	float: none;
	width: 100%;
}
.main.admin #dnn_ContentRight {
	display: none;
}
/* end admin skin*/