.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}

.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr25{margin-right:25px;}
.mr30{margin-right:30px;}

.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.ml25{margin-left:25px;}
.ml30{margin-left:30px;}

.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}

.pt5{padding-top:5px;}
.pt7{padding-top:7px;}
.pt10{padding-top:10px;}
.pt15{padding-top:15px;}
.pt20{padding-top:20px;}
.pt25{padding-top:25px;}
.pt30{padding-top:30px;}

.pb5{padding-bottom:5px;}
.pb10{padding-bottom:10px;}
.pb15{padding-bottom:15px;}
.pb20{padding-bottom:20px;}
.pb25{padding-bottom:25px;}
.pb30{padding-bottom:30px;}

.pr5{padding-right:5px;}
.pr10{padding-right:10px;}
.pr15{padding-right:15px;}
.pr20{padding-right:20px;}
.pr25{padding-right:25px;}
.pr30{padding-right:30px;}

.top_header{
	background:#99588a;
	color:#fff;
	padding:5px 5px 25px 5px;
	border-bottom: 2px solid green;
	margin-bottom:4px;
}
.top_header .top_left{
	float:left;
	position:relative;
}
.top_header .top_right{
	float:right;
	position:relative;
}
.logo_panel{
	margin-top:-150px;
	z-index:150;
	padding-bottom:150px;
	padding-left:20px;
}
.logo_panel .logo{
	float:left;
	position:relative;
	width:55px;
}
.logo_panel .slogan{
	/*
	float:left;
	margin-left:5px;
    font-size: 40px;
    font-weight: 600;
	background:#e6000252;
	border-radius: 25px;
	margin-top:18px;*/
	float: left;
    margin-left: 5px;
    font-size: 18px;
    font-weight: 600;
    background: #e6000252;
    border-radius: 25px;
   
    margin-left: -1px;
	
}
.slogan a{
	text-decoration:none;
	color:#fff;
}
.carousel-control{
	width:7px;
}
.body-section{
	padding:0px;
	margin-bottom: 20px;
}
.column .title{
	padding: 10px 0px 10px 5px;
    font-size: 1.0em;
    overflow: hidden;
    margin-bottom: 7px;
}
.bg{
	background-color: #609513 !important;
    color: #fff;
	margin-top:0px;
}
.notice_board{
	min-height:225px;
	border:1px solid #ddd;
	background: url(../../images/board.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	background-position:top left;
}
.notice_board ul{
	list-style-type: none;
    margin-left: 80px;
    margin-top: 7px;
}

.notice_board ul li{
	background: url(../../images/right_arrow.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 3px 0px 3px 15px;
    background-position-y: center;
	color:#000;
}
.notice_board h4{
	 margin: 20px 0px 0px 110px;
}


.body-section .box {    
    border: 1px solid #ccc;
    
    width: 100%;
    padding: 8px;
    position: relative;
    overflow: hidden;
    color: #000;
    -webkit-box-shadow: 1px 1px 1px 1px #ccc;
    -moz-box-shadow: 1px 1px 1px 1px #ccc;
    box-shadow: 1px 1px 1px 1px #ccc;
}

.box .left {     
	cursor: pointer;
    width: 65px;
    position: relative;
    overflow: hidden;
}
.box ul{
	padding:0;
	margin:0px;
	margin-bottom:10px;
	list-style-type: none;
}
.box ul li{
	background: url(../../images/right_arrow.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 90%;
    height: auto;
    list-style-type: none;
    margin-bottom: 0px;
    padding-left: 15px;
    background-position: left;
	color:#000;
}
.column ul{
	padding:0;
	margin:0px;
	margin-bottom:10px;
}
.right_panel ul li{
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(to right, #683091 0%, #8bc643 100%);
    border-image-slice: 1;
}

.right_panel ul li{
	background: url(../../images/check.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 12pt;
    height: auto;
    list-style-type: none;
    margin-bottom: 0px;
    padding-left: 28px;
    padding-top: 6px;
    padding-bottom: 5px;
    background-position: left;
}
.right_panel ul li a{
	text-decoration:none;
	color:#000;
}
.footer-bg{
	background: url(../../images/footer_bg.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 84px;
    clear: both;
	background-position: center;
    background-size: 100%;
    margin: 10px 0px 10px 0px;
}
.float-right{
	float:right;
}
.float-left{
	float:left;
}

a{
	color:#000;
}

.bgtop{
	background: url(../../images/footer_top_bg.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	height: 84px;
	margin: 0 auto;
	margin-left:-30px;
	margin-right:-30px;
}