.pagination {
    border-radius: 4px;
    display: inline-block;
    float: left;
    margin: 20px 0;
    padding-left: 0;
    width: 100%;
    text-align: right;
}
.pagination ul li {
    border: 1px solid #ccc;
    border-radius: 5px;
    display: inline-block;
    font-weight: bold;
    margin: 0 5px;
    padding: 5px 10px !important;
}
.pagination ul li a {
	cursor: pointer;
	font-size: 12px
}

.activeLPN{
	color: #ccc;
	cursor: default;
}
#editt {
    background: none repeat scroll 0 0 #ccc;
    bottom: 0;
    color: teal;
    font-weight: bold;
    left: 0;
    padding: 2px 15px;
    position: fixed;
    text-align: center;
    width: 100%;
	z-index:100000
}
.cat-detail {
    
    float: left;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.cat-detail > img {
    float: left;
    margin-right: 15px;
    width: 30%
}
.cd-panel{
	display: none;
}
.who_we_are {
    margin-top: 20px;
    margin-bottom: 20px;
}

.who_we_are > h1 {
    margin: 10px 0;
}

.who_we_are > p {
    color: #000
}
.who_we_are .button{
	float: right;
}
.text-r {
    font-style: italic;
    text-align: right;
    color: teal;
}
.suport > img {
    width: 100%;
}
@media only screen and (max-width: 980px) {
	.mini_heading-1 h1{margin-top: 40px !important;}
	.cd-panel{
		display: block;
	}
	.menu-in-destop{
		display: none;
	}
	.slider_menu{
		height: 40px;
		position: fixed !important;
	}
	.header_left img{
		width: 80px
	}
	#mobnav-btn span, #mobnav-btn-2 span{
		font-size: 25px;
	}
	#mobnav-btn, #mobnav-btn-2{
		padding: 5px 11px
	}
	.cd-panel-content{
		padding:60px 5% 10px;
	}
}
@media (max-width: 480px) {

}
@media (min-width: 980px) {
	.pro .mix {
	    margin-bottom: 15px;
	    padding-left: 0;
	}
}

@media only screen and (max-width: 1100px) {
	#thumbs > li:nth-child(1){
		display: none;
	}
	.menu ul li a{
		font-size: 10px
	}
}
@media only screen and (max-width: 1000px) {
	#thumbs > li:nth-child(8){
		display: none;
	}

}
.fixed{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999999
}
#mobnav-btn.is-visible-btn span, #mobnav-btn-2.is-visible-btn span{
	background: url('../images/close.png') ;
	background-repeat: no-repeat;
	background-size:contain;
	color: transparent;

}
.other-link{
	width: 100%;display: inline-block;
	text-align: center;
}
.other-link img{
	width: auto;
	max-width: 100%;
	margin: 15px auto
}
a.title,p.sort_content{
	width: 100% ;
	float: left;
}

.post_thum{
	max-width: 500px;
	width: 100%

}
#listNews li{
	width: 100%;float: left;
	margin: 10px 0
}
.content_pb .cat-detail {
    font-size: 1.2em;
    text-align: justify;
      font-weight: normal;
      width: 100%;
}