@import url( bootstrap.css );


@font-face {
    font-family: 'azo_sansbold';
    src: url('fonts/azosans-bold-webfont2.woff') format('woff'),
         url('fonts/azosans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'azo_sansthin';
    src: url('fonts/azosans-thin-webfont2.woff') format('woff'),
         url('fonts/azosans-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}





/* CSS Document */
@media print {
	a:link:after {
		content: " ";
	}
}


#Body {
	color: #000;
	background: #FFF;
}

.body_bg {
	min-height: 100%;
}

html,
body {
	margin: 0px;
	padding: 0px;
	font: normal 12px/1.5; 
	font-family: 'azo_sansthin';
	color: #000;
	height: 100%;
}

p {
	margin: 0px;
}

header,
nav,
section,
footer {
	display: block;
}


A,
A:link {
	text-decoration: none;
	transition: color ease 300ms;
	-moz-transition: color ease 300ms; /* Firefox 4 */
	-webkit-transition: color ease 300ms; /* Safari and Chrome */
	-o-transition: color ease 300ms; /* Opera */
	-ms-transition: color ease 300ms; /* IE9? */
	color:#000;
}

A:active {
	color:#000;
	text-decoration: none;
}

A:visited {
	color:#000;
	text-decoration: none;
}

A:hover {
	color:#000;
	text-decoration: underline;
}

A:focus {
	color:#000;
	outline: none;
	-moz-outline: none;
}

h1 {
	color:#000;
	font-family: 'azo_sansthin';
	font-size:24px;
	line-height:28px;
	font-weight:bold;
	letter-spacing: normal;
	margin: 5px 0 10px 0;
}
 
h2 {
	color:#000;
	font-family: 'azo_sansthin';
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	letter-spacing: normal;
	margin: 5px 0 10px 0;
}

h3 {
	color:#000000;
	font-family: 'azo_sansthin';
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	letter-spacing: normal;
	margin: 5px 0 10px 0;
}

h4 {
	color:#000000;
	font-family: 'azo_sansthin';
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	letter-spacing: normal;
	margin: 5px 0 10px 0;
}

h5 {
	color:#000000;
	font-family: 'azo_sansthin';
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	letter-spacing: normal;
	margin: 5px 0 10px 0;
}

form#Form {
	height: 100%;
}

.ModuleTitle_SubMenu {
	z-index: 9999!important;
}

.clearfix:after {
	clear: both;
	content: ".";
	height: 0px;
	font-size: 0px;
	visibility: hidden;
	display: block;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}

#dnn_ControlPanel #dnnCPWrap {
	filter: none !important;
}

ul.dnnActionMenuBody li ul li a,
ul.dnnActionMenuBody li ul li a img {
	color: #328DDE!important;
}

.clear {
	clear: both;
}

/* ********** Container Style ************** */


.Head {
	font-weight: bold;
	font-family: 'azo_sansthin';
}

.SubHead {
	font-family: 'azo_sansthin';
}

.SubSubHead {
	font-family: 'azo_sansthin';
}

.Normal {
	font-family: 'azo_sansthin';
}


/**************** Login page******************/
@media only screen and (max-width:767px) {

.loginContent .LoginPanel {
	width: 100% !important;
}

.loginContent .dnnFormItem .dnnLoginRememberMe {
	white-space: nowrap;
}

.loginContent .dnnFormLabel {
	display: block !important;
	text-align: left !important;
}
}
/**************** register page******************/


@media only screen and (max-width:767px) {

.dnnRegistrationForm {
	min-width: inherit !important;
}

.dnnRegistrationForm .dnnForm {
	width: 100%;
}

.dnnRegistrationForm .dnnFormLabel {
	display: block !important;
	text-align: left !important;
}

.dnnRegistrationForm .dnnForm .dnnFormItem .dnnLabel {
	display: block !important;
	float: none !important;
	text-align: left !important;
	width: 100%;
}

.dnnRegistrationForm .dnnForm .dnnFormItem a.dnnFormHelp {
	right: auto !important;
	position: static !important;
	margin-left: 5px !important;
}

.dnnRegistrationForm .dnnForm .dnnFormItem {
	padding: 0px !important;
	margin: 0px !important;
}

.dnnRegistrationForm .dnnFormItem input[type="text"],
.dnnRegistrationForm .dnnFormItem input[type="password"],
.dnnRegistrationForm .dnnFormItem input[type="email"],
.dnnRegistrationForm .dnnFormItem input[type="tel"],
.dnnRegistrationForm .dnnFormItem select,
.dnnRegistrationForm .dnnFormItem textarea {
	width: 100%;
	margin-bottom: 10px !important;
}
}

/**************** Password page******************/
@media only screen and(max-width:767px) {
 .dnnSendPasswordContent {
 width: auto !important;
}
 .dnnSendPasswordContent .dnnLabel {
 display: block !important;
 width: 100% !important;
 text-align: left;
}
 .dnnSendPasswordContent a.dnnFormHelp, .dnnSendPasswordContent .dnnForm .dnnFormItem a.dnnFormHelp, .dnnSendPasswordContent .dnnTooltip label a.dnnFormHelp {
 position: static;
}
 .dnnSendPasswordContent input[type="text"], .dnnSendPasswordContent input[type="password"], .dnnSendPasswordContent input[type="email"], .dnnSendPasswordContent input[type="tel"], .dnnSendPasswordContent select, .dnnSendPasswordContent textarea {
 width: 90%;
 margin-bottom: 10px !important;
}
 .dnnSendPasswordContent ul.dnnActions {
 padding: 0 !important;
}
}

/* ********** Control Panel Style ************** */


 

.CommandButton,
A.CommandButton:link,
A.CommandButton:visited,
A.CommandButton:active {
	font-size: 12px;
	color: #973939;
	text-decoration: none;
	font-weight: normal;
}

A.CommandButton:hover {
	color: #973939;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}

.FileManager A,
.FileManager A:link,
.FileManager A:visited,
.FileManager A:active {
	color: #000;
	text-decoration: underline;
}

.FileManager A:hover {
	color: #000;
	text-decoration: none;
}




/* ********** Pane Style ************** */


.DNNEmptyPane {
	display: none;
}


/* ********** Breadcrumb Style ************** */


.breadcrumb,
a.breadcrumb:link,
a.breadcrumb:active,
a.breadcrumb:visited {
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	color: #2e2e2e;
}

a.breadcrumb:hover {
	font-weight: normal;
	text-decoration: underline;
}

.Breadcrumb_bg {
	margin-bottom: 30px;
}
 @media only screen and (max-width: 767px) {

	.breadcrumbBox .breadcrumbRight {
		display: none;
	}

	.Breadcrumb_bg {
		margin-bottom: 15px;
	}
	.head_mid{
		padding: 0 15px;
	}
}

/* ********** Other Style ************** */	
.dnn_layout {
	width: 980px;
	margin: 0px auto;
}

#dnn_wrapper {
	position: relative;
}

.content_mid,
.footer_mid {
	padding: 0px 20px;
}
.head_mid{
	position: relative;
}
/*Login*/




/* ********** HEADER ************** */


.header_top {
	position:relative;
	z-index:1000;
}

.header_top,
.header_top a:link,
.header_top a:active,
.header_top a:visited,
.header_top .Normal {
	color: #000;
}

.header_top a:hover {
	color: #000;
	text-decoration: none;
}

.HeadPane {
	float: left;
	height: 36px;
	line-height: 36px;
}

.HeadPane .Normal {
	line-height: 36px;
}

.HeadPane .Normal .glyphicons {
	margin-bottom: 2px;
	vertical-align: middle;
}

.header_bg {
	background: #e6e6e6;
	transition: background-color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: background-color ease-in 200ms; /* Opera */
	-ms-transition: background-color ease-in 200ms; /* IE9? */
}


#body,
body {
	position: relative;
}

.header_bg_img {
	background: url("images/home-headerBg.jpg");
	background-size: cover;
	background-position: center center; 
	background-repeat: no-repeat;
}


/* ********** NAV ************** */	

.nav_box {
	position: relative;
	text-align: center;
	float: right;
}

/* ********** NAV ************** */	
#top_menu {
    margin: 0;
    position: relative;
    z-index: 904;
    background: #000;
}

/*top menu*/
#top_menu {
	position:relative;
	z-index: 904;
	text-align: center;
}

#top_menu ul {
	margin: 0;
	padding: 6px 0;
	display: block;
	background:transparent;
}
#top_menu ul:after {
	content:" ";
	font-size:0px;
	height:0px;
	display:block;
	clear:both;
	visibility:hidden;
}
#top_menu li {
	list-style:none;
	display: inline-block;
	position:relative;
	margin:0px;
	padding:0px;
}
#top_menu ul li a {
	text-decoration:none;
	display: block;
	cursor:pointer;
	width:auto;
	display: inline-block;
	border: 1px solid transparent;
}
#top_menu ul li a span{
	display:block; 
	white-space: nowrap;
	padding: 0 20px;
	border: 1px solid transparent;
}
#top_menu > div > ul > li > a > span {
	position:relative;
	color:#fff;
	font-size: 20px;
	line-height: 60px;
	height: 60px;
	font-weight:normal;
	display:block;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:    background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
	margin: 0 1.5px;
}
#top_menu > div > ul > li > a:hover > span, #top_menu > div > ul > li.current > a > span, #top_menu > div > ul > li > a.menu_hover > span {
	border: 1px solid #fff;
}
#top_menu > div > ul > li.last-item a span {
	margin-right: 0;
}
/*sub menu*/
#top_menu .menuslide{
	display: none; 
	float: left; 
	overflow:hidden; 
	position:absolute; 
}
#top_menu .menuslide div{
	margin-top:-8px;
}
#top_menu .menuslide ul{
	display: none;
	left: 0px; 
	float: left; 
	position:relative;
	margin:0px; 
	background:rgba(19,35,67,0.9); 
	padding:8px 0px; 
	-moz-border-radius:6px; 
	-webkit-border-radius:6px; 
	border-radius:0px 0px 6px 6px;
}
#top_menu .menuslide ul li{
    display:block; 
	clear:both; 
	padding:0px 4px; 
	background:none; 
	margin:0px; 
	position:relative; 
}
#top_menu .menuslide ul li span{
	color:#8695B4; 
	display:block; 
	padding:0 30px 0 15px; 
	margin:0px; 
	background:none;
}
#top_menu .menuslide ul li a{
	display:block;
	font-weight: normal;
	font-size:12px;
	margin:0px;  
	padding:0px;
	background:none; 
	float:left; 
	line-height:26px;
}
#top_menu .menuslide ul a:hover{
	width:100%;
	background:none;   
	padding:0px; 
	line-height:26px; 
	background:rgba(92,107,138,0.7);  
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	border-radius:5px;
}
#top_menu .menuslide ul a:hover span{
	color: #E0E3EA;  
	margin:0px;  
	background:none;
}
#top_menu .menuslide ul{
	float:left;
	left:0px;
	position:relative;
}
#top_menu .menuslide ul li a.menu_hover{
	 background:rgba(92,107,138,0.7); 
	 color:#E0E3EA;  
	 -moz-border-radius:5px; 
	 -webkit-border-radius:5px; 
	 border-radius:5px;
}
#top_menu .menuslide a.menu_hover span{
	background:none; 
	margin:0px; 
	color:#E0E3EA; 
}

/*Left Menu*/



/* ********** CONTENT ************** */	


#dnn_content {
	padding:30px 0;
}



/* ********** FOOTER ************** */	





*+html .FooterPane .social-icons {
	display: inline
}





 /*******HTML*********/
 @media only screen and (min-width: 1200px) {

.dnn_layout {
	width: 1120px;
}

.head_mid,
.content_mid,
.footer_mid {
	padding: 0px 20px;
}
}
@media only screen and (min-width: 768px) and (max-width: 979px) {

.dnn_layout {
	width: 736px;
}

.head_mid,
.content_mid,
.footer_mid {
	padding: 0px 15px;
}

.copyright_style .sep {
	padding: 0px 7px;
}
}
 @media only screen and (max-width: 767px) {

	.dnn_layout {
		width: auto;
	}
	
	.content_mid,
	.footer_mid {
		padding: 0px 15px;
	}
	
	.roll_replace {
		height: auto!important;
	}
	
	.roll_menu {
		position: relative!important;
		top: 0px!important;
		left: 0px!important;
	}
	
	.header_top {
		height: 36px;
		border-bottom: 1px solid #343434;
	}
	
	
	
	
	/*.header_bg*/
	.dnn_logo {
		text-align: left!important;
		float: none!important;
		padding: 27px 50px 27px 0px!important;
		position: relative;
	}
	/*--------- Mobile Menu style ----------*/
	.mobile_icon {
		position: absolute;
		top: 50%;
		right: 0px;
		margin-top: -20px;
	}
	
	.mobile_icon .glyphicons {
		background-color: #3b9cf7;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		width: 40px;
		height: 40px;
		line-height: 44px;
		font-size: 20px;
		color: #FFF;
		text-align: center;
		cursor: pointer;
		display: inline-block;
		margin: 1px 2px;
	}
	
	.mobile_icon.active .glyphicons:before {
		content: "\f00d";
		font-size: 20px;
	}
	
	#mobile_menu {
		position: absolute;
		top: 100%;
		left: 0px;
		width: 100%;
		z-index: 906;
		background: #1f1f1f;
		display: none;
		border-top: 1px solid #3b9cf7;
	}
	
	#mobile_menu .menu_main {
		padding: 10px 0;
	}
	
	.multi_menu {
		margin: auto;
	}
	
	.multi_menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.multi_menu ul li {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	
	.multi_menu ul li img {
		vertical-align: middle;
	}
	
	.multi_menu ul li a {
		font-size: 13px;
		line-height: 20px;
		padding: 0px;
		margin: 0px;
		color: #707070;
		display: block;
		text-decoration: none;
		outline: none;
		text-align: left;
		border-bottom: 1px solid #2a2a2a;
	}
	
	.multi_menu ul li a:after {
		clear: both;
		content: ".";
		height: 0px;
		font-size: 0px;
		visibility: hidden;
		display: block;
	}
	
	.multi_menu ul li a {
		display: inline-block;
	}
	
	.multi_menu ul li a {
		display: block;
	}
	
	.multi_menu ul li span {
		padding: 10px 0px;
		display: block;
	}
	
	.multi_menu ul li .menu_arrow {
		display: block;
		width: 40px;
		padding: 0px;
		height: 40px;
		float: right;
		text-indent: 0px;
		overflow: hidden;
		margin: 0px;
		text-align: center;
		line-height: 40px;
		font-size: 0;
		position: relative;
	}
	
	.multi_menu ul li .menu_arrow:before {
		content: "";
		width: 7px;
		height: 7px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -3px 0 0 -3px;
		border-bottom: 2px solid #707070;
		border-right: 2px solid #707070;
		transform: rotate(45deg);
		-ms-transform: rotate(45deg); /* IE 9 */
		-moz-transform: rotate(45deg); /* Firefox */
		-webkit-transform: rotate(45deg); /* Safari and Chrome */
		-o-transform: rotate(45deg); /* Opera */
	}
	
	.multi_menu ul li:hover > a > .menu_arrow:before {
		border-bottom: 2px solid #3b9cf7;
		border-right: 2px solid #3b9cf7;
	}
	
	.multi_menu ul li .menu_arrow.arrow_closed:before,
	.multi_menu ul li:hover .menu_arrow.arrow_closed:before {
		border-bottom: none;
		border-right: none;
		border-top: 2px solid #3b9cf7;
		border-left: 2px solid #3b9cf7;
		margin: -0px 0 0 -3px;
	}
	
	.multi_menu ul li.active > a {
		color: #3b9cf7;
		background-color: #2a2a2a;
	}
	
	.multi_menu > ul > li.active > a {
		border-bottom: 1px solid #353535;
	}
	
	.multi_menu ul li a:hover {
		color: #3b9cf7;
	}
	
	.multi_menu ul li.current > a,
	.multi_menu ul li.current > a:hover {
		color: #3b9cf7;
	}
	
	.multi_menu ul ul {
		display: none;
		background: #2a2a2a;
		padding: 2px 0px 5px 0px;
		margin: 0px;
	}
	
	.multi_menu ul li.current > ul {
		display: block;
	}
	
	.multi_menu ul li.active > a,
	 .multi_menu ul li a:hover {
	}
	
	.multi_menu ul li.current > a,
	.multi_menu ul li.current > a:hover {
		border-bottom: 1px solid #2e2e2e;
		color: #3b9cf7;
	}
	
	.multi_menu ul li a {
		padding: 0 0 0 15px
	}
	
	.multi_menu ul li li a {
		padding: 0 0 0 30px
	}
	
	.multi_menu ul li li li a {
		padding: 0 0 0 45px
	}
	
	.multi_menu ul li li li li a {
		padding: 0 0 0 60px
	}
	
	.SkinPlugin_icon {
		display: none!important;
	}

}

.languageBox {
	position: absolute;
	white-space: nowrap;
	height: 25px;
	line-height: 25px;
	right: -20px;
	top: 20px;
}

.languageBox img {
	width: 40px;
	height: 25px;
}

.languageBox span img {
	margin-left: 8px;
	vertical-align: middlea;
}

*+html .languageBox span {
	font-size: 30px;
}



.tp-bullets{
	display: none!important;
}
.tparrows.hidearrows{
	opacity: 1!important;
	z-index: 200!important;
}
.tp-leftarrow.default,
.tp-rightarrow.default{
	width: 38px!important;
	height: 72px!important;
}
.tp-leftarrow.default{
	left: 40px!important;
}
.tp-rightarrow.default{
	right: 40px!important;
}
.tp-leftarrow.default {
    background: url(images/solidLeft.png) no-Repeat 0 0!important;
}

.tp-rightarrow.default {
    background: url(images/solidRight.png) no-Repeat 0 0!important;
}

@media only screen and (max-width: 767px) {
	.tp-leftarrow.default,
	.tp-rightarrow.default{
		width: 20px!important;
		height: 36px!important;
	}
	.tp-leftarrow.default{
		left: 10px!important;
	}
	.tp-rightarrow.default{
		right: 10px!important;
	}
	.tp-leftarrow.default {
	    background: url(images/solidLeft.png)!important;
	    background-size: cover!important;
	}

	.tp-rightarrow.default {
	    background: url(images/solidRight.png)!important;
	    background-size: cover!important;
	}
}


.headerBox{
	margin: 60px 0;
}
.headerBox .title{
	font-size: 48px;
	line-height: 48px;
	color: #000;
	font-family: 'azo_sansbold';
	word-break:break-all;
}
.headerBox .subtitle{
	margin-top: 10px;
	font-size: 30px;
	line-height: 1;
	color: #000;
}
.headerBox .hrLine{
	background: #000;
	height: 2px;
	width: 100%;
	margin-left: -10px;
	padding: 0 10px;
	box-sizing: content-box;
	margin-top: 15px;
	margin-bottom: 15px;
}

.headerBox .p{
	font-size: 18px;
	line-height: 1;
	color: #000;
	font-family: 'azo_sansbold';
}

.home-Content{
	margin: 43px 0;
}
.home-Content .row{
	margin-left: -30px;
	margin-right: -30px;
}
.home-Content .col-md-6{
	padding-left: 30px;
	padding-right: 30px;

}
.home-Content .title{
	font-size: 30px;
	line-height: 1;
	margin-top: 22px;
	margin-bottom: 22px;
	font-family: 'azo_sansbold';
	color: #000;
}
.home-Content .hrLine{
	background: #000;
	height: 2px;
	width: 100%;
	margin-left: -10px;
	padding: 0 10px;
	margin-bottom: 20px;
	box-sizing: content-box;
}

.home-Content ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.home-Content ul li{
	cursor: pointer;
	line-height: 38px;
	font-size: 18px;
	margin: 7px 0;
	position: relative;
	padding-left: 50px;
}
.home-Content ul li a{
	display: inline-block;
}
.home-Content ul li a:hover{
	text-decoration: none;
}
.home-Content ul .liLine{
	background: #777;
	height: 1px;
	width: 100%;
	margin-left: -10px;
	padding: 0 5px 0 10px;
	margin-top: 17px;
	margin-bottom: 17px;
	box-sizing: content-box;
}
.home-Content ul li .numBox{
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	background: #000;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-family: 'azo_sansbold';
}
.footer_box{
	background: #e6e6e6;
}

.fonterBg{
	position: relative;
	background: url("images/home-footerBg.jpg");
	background-repeat: no-repeat;
	background-position: 60px top;
	background-size: cover;
}

.copyright_style{
	text-align: center;
	font-size: 18px;
	color: #000;
	line-height: 26px;
	padding: 30px 0;
}
.footerTopText{
	display: inline-block;
	font-size: 18px;
	color: #000;
	line-height: 26px;
	padding: 0 118px;
}
.footerTopText a{
	margin: 0 17px;
}
.footerTopText .hrLine{
	background: #6b6b6b;
	height: 1px;
	width: 100%;
	margin-left: -118px;
	padding: 0 118px;
	margin-top: 11px;
	margin-bottom: 11px;
	box-sizing: content-box;
}
.FooterTextBottomPane{
	display: inline-block;
}
.footerBottomText a{
	font-size: 18px;
	color: #000;
	line-height: 26px;
	margin: 0 17px;
}
.footerBottomText span{
	font-size: 18px;
	color: #000;
	line-height: 26px;
	margin: 0 17px;
}
.footerBottomText span a{
	margin: 0;
}

.text-Content{
	margin: 43px 0;
}
.text-Content .title h1{
	font-size: 30px;
	line-height: 1;
	margin-top: 22px;
	margin-bottom: 22px;
	font-family: 'azo_sansbold';
	color: #000;
}
.text-Content .hrLine{
	background: #000;
	height: 2px;
	width: 100%;
	margin-left: -10px;
	padding: 0 10px;
	margin-bottom: 30px;
	box-sizing: content-box;
}	
.text-Content .contentText{
	-moz-column-count: 2;
	-moz-column-gap: 60px;
	-ms-column-count: 2;
	-ms-column-gap: 60px;
	-webkit-column-count: 2;
	-webkit-column-gap: 60px;
	column-count: 2;
	column-gap: 60px;
	line-height: 28px;
	font-size: 18px;
	color: #000;
}
.text-Content .contentText p{
	margin-bottom: 10px;
}
.text-Content .contentText ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.text-Content .contentText ul li{
	position: relative;
	padding-left: 36px;
	margin-bottom: 18px;
}
.text-Content .contentText ul li:before{
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	display: block;
	background: #000;
	border-radius: 100%;
	left: 0;
	top: 14px;
}
.text-Content .contentText img{
	max-width: 100%;
}
.text-Content .contentText .img{
	text-align: center;
	margin: 30px 0;
}
.text-Content .contentText .img span{
	margin-left: 30px;
}
.text-Content .pages{
	font-size: 18px;
	line-height: 38px;
	margin-top: 110px;
	-moz-column-count: 2;
	-moz-column-gap: 60px;
	-ms-column-count: 2;
	-ms-column-gap: 60px;
	-webkit-column-count: 2;
	-webkit-column-gap: 60px;
	column-count: 2;
	column-gap: 60px;
}
.text-Content .contentText .text-right{
	text-align: left;
	margin-top: 30px;
}
.text-Content .contentText .text-right p{
	width: 60%;
	margin-left: 40%;
}
.text-Content .pages .btn{
	width: 38px;
	height: 38px;
	line-height: 38px;
	background: #000;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-family: 'azo_sansbold';
	padding: 0;
	border: none;
	border-radius: 0;
}
.text-Content .pages .previous{
	text-align: right;
	min-width: 100%;
}
.text-Content .pages .previous .btn{
	margin-left: 10px;
	position: relative;
}
.text-Content .pages .previous .btn:before{
	content: '';
	display: block;
	border-left: 9px solid transparent;   
	border-right: 9px solid transparent;   
	border-bottom: 12px solid #fff;
	position: absolute;
	left: 10px;
	top: 12px;
}
.text-Content .pages .next{
	text-align: left;
	min-width: 100%;
}
.text-Content .pages .next .btn{
	margin-right: 10px;
}
.text-Content .pages .next .btn{
	width: auto;
	padding: 0 10px;
}



.pro-img-list .pro-photo{
	margin-top: 50px!important;
}
.pro-img-list li:last-child .pro-photo{
	margin-bottom: 50px!important;
}
.pro-img-list .pro-photo .content p{
	line-height: 1.2;
}


.downPdf{
	text-align: center;
	margin: 60px 0;
}
.downPdf .btn{
	
	padding: 0;
}
.downPdf .btn span{
	font-size: 20px;
}
.downPdf .btn .down{
	display: inline-block;
	border-radius: 10px;
	font-size: 40px;
	height: 60px;
	line-height: 60px;
	background: #000;
	color: #fff;
	margin: 0 10px;
	padding: 0 10px;
}
.downPdf .btn img{
	width: 20px;
	height: 20px;
	margin-right: 10px;
	margin-top: -10px;
}





@media only screen and (min-width: 980px) and (max-width: 1200px) {
	.dnn_layout {
		width: 920px;
	}
	.head_mid{
		padding: 20px;
	}
	.languageBox {
		right: 20px;
	}
	.home-Content .row{
		margin-left: -15px;
		margin-right: -15px;
	}
	.home-Content .col-md-6{
		padding-left: 15px;
		padding-right: 15px;
	}
	.text-Content .hrLine,
	.headerBox .hrLine,
	.home-Content .hrLine,
	.footerTopText .hrLine,
	.home-Content ul .liLine{
		margin-left: 0px;
		padding: 0 0px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
	.languageBox {
		right: 20px;
	}
	.home-Content .row{
		margin-left: -15px;
		margin-right: -15px;
	}
	.home-Content .col-md-6{
		padding-left: 15px;
		padding-right: 15px;
	}
	.text-Content .hrLine,
	.headerBox .hrLine,
	.home-Content .hrLine,
	.footerTopText .hrLine,
	.home-Content ul .liLine{
		margin-left: 0px;
		padding: 0 0px;
	}
	.footerTopText{
		padding: 0;
	}
	.text-Content .contentText{
		-moz-column-count: 1;
		-moz-column-gap: 0px;
		-ms-column-count: 1;
		-ms-column-gap: 0px;
		-webkit-column-count: 1;
		-webkit-column-gap: 0px;
		column-count: 1;
		column-gap: 0px;
	}
	.text-Content .pages{
		-moz-column-count: 1;
		-moz-column-gap: 0px;
		-ms-column-count: 1;
		-ms-column-gap: 0px;
		-webkit-column-count: 1;
		-webkit-column-gap: 0px;
		column-count: 1;
		column-gap: 0px;
	}
	.text-Content .pages .previous,
	.text-Content .pages .next{
		text-align: center;
	}
}
@media only screen and (max-width: 767px) {
	.languageBox {
		right: 20px;
	}
	.home-Content .row{
		margin-left: -15px;
		margin-right: -15px;
	}
	.home-Content .col-md-6{
		padding-left: 15px;
		padding-right: 15px;
	}
	.text-Content .hrLine,
	.headerBox .hrLine,
	.home-Content .hrLine,
	.footerTopText .hrLine,
	.home-Content ul .liLine{
		margin-left: 0px;
		padding: 0 0px;
	}
	.footerTopText{
		padding: 0;
	}
	.text-Content .contentText{
		-moz-column-count: 1;
		-moz-column-gap: 0px;
		-ms-column-count: 1;
		-ms-column-gap: 0px;
		-webkit-column-count: 1;
		-webkit-column-gap: 0px;
		column-count: 1;
		column-gap: 0px;
	}
	.text-Content .pages{
		-moz-column-count: 1;
		-moz-column-gap: 0px;
		-ms-column-count: 1;
		-ms-column-gap: 0px;
		-webkit-column-count: 1;
		-webkit-column-gap: 0px;
		column-count: 1;
		column-gap: 0px;
	}
	.text-Content .pages .previous,
	.text-Content .pages .next{
		text-align: center;
	}
	.home-Content,
	.text-Content {
	    margin: 0px 0;
	}
	.text-Content .pages {
		margin-top: 30px;
	}
}
