.the-content .wpfd-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: 4px;
	margin-bottom: 15px;
}

.the-content .wpfd-content .head-category-custom {
	padding: 15px 30px!important;
	margin-bottom: 0;
	background-color: #f5f5f5;
	background: #f5f5f5;
	border-bottom: 1px solid rgba(0,0,0,.125);
	border-radius: calc(4px - 1px) calc(4px - 1px) 0 0;
	font-family: 'Roboto',sans-serif;
	font-weight: 500;
	font-size: 1em;
	color: #616161;
}

.the-content .wpfd-content .head-category-custom > li {
    display: inline-block;
    font-size: 1em;
    padding-left: 0;
	margin-bottom: 0;
	letter-spacing: .55px;
	line-height: 1;
	color: #616161;
}

.the-content .wpfd-content .head-category-custom > li:before{
    display: none;
}

.the-content .file-dated span{
	margin-bottom: 3px;
	display: inline-block;
}

.the-content .wpfd-content .breadcrumbs a {
	color: #1B8032;
	text-decoration: none;
}

.the-content .wpfd-content .breadcrumbs a:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    opacity: .6;
}

.the-content .wpfd-content-custom a {
    color: #1B8032;
    font-family: "Roboto";
    font-weight: 500;
}

.the-content .wpfd-content .backcategory:hover {
    opacity: .6;
}

.the-content .wpfd-content .breadcrumbs > li > .divider {
	padding: 0;
	content: " ";
	text-indent: -9999px;
	display: inline-block;
	position: relative;
	width: 30px;
}

.the-content .wpfd-content .breadcrumbs > li > .divider:before {
	content: "\f054";
	font-family: "Font Awesome 5 Pro";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	left: 10px;
	position: absolute;
	text-indent: initial;
	font-size: .750rem;
	top: 3px;
}

.the-content .wpfd-container-custom {
    padding: 30px;
}

.the-content .wpfd-content-custom h2 {
	margin-bottom: 2rem;
	font-family: "Roboto slab";
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
	font-weight: normal;
	line-height: 1.2;
	font-size: 1.375rem;
}

.the-content .wpfd-container-custom .wpfd-categories h2{
	padding: 0 15px;
	width: 100%;
}

.the-content .wpfd-content .wpfdcategory.catlink.backcategory {
	top: 35px;
	margin: 0;
	right: 30px;
	font-size: 16px;
	position: absolute;
	padding: 0;
	margin: 0 !important;
	flex: unset;
	line-height: 1;
}

.the-content .wpfd-content .backcategory .zmdi-chevron-left {
    top: -1px;
    position: relative;
}

.the-content .wpfd-content-custom .wpfd_list {
	margin-right: -15px;
	margin-left: -15px;
}

.the-content .wpfd-content-custom .wpfd_list .file {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding: 0 15px;
	margin: 0 !important;
	display: block;
	min-width: 0;
	flex: inherit;
	-webkit-flex: inherit;
	-ms-flex: inherit;
}

.the-content .wpfd-content-custom .file .filecontent {
    font-size: 1em;
    line-height: 1;
    min-width: 0;
	max-width: none;
}

.the-content .wpfd-content-custom .file .file-right {
    float: none;
    margin: 0;
    text-align: right;
    min-width: 0;
	max-width: none;
}

.the-content .file-card{
	margin-bottom: 30px;
	padding: 15px;
	border: 1px solid rgba(0,0,0,0.1);
}

.the-content .wpfd-content-custom .file h3 {
    font-family: "Roboto slab";
    font-size: 1em;
    margin: 0!important;
    color: #444;
    line-height: 1;
    margin-bottom: 5px !important;
}

.the-content .wpfd-content-custom .file .file-xinfo{
	margin-left: 0;
	font-size: 12px;
	color: #616161;
}

.the-content .the-content .wpfd-content-custom .filecontent > div.ext {
    height: 72px;
}

.the-content .wpfd-content i.wpfd-download{
	margin: 0;
}

.the-content .wpfd-content .downloadlink {
	background-color: rgba(27,128,50,1)!important;
	border-color: transparent;
	border-radius: 50%;
	text-align: center;
	padding: 0;
	height: 32px;
	width: 32px;
	margin-bottom: 0;
	line-height: 28px;
	display: inline-block;
}

.the-content .file-size{
	margin-bottom: 5px;
}

.the-content .wpfd-content-custom .file .downloadlink:hover {
    background-color: rgba(27,128,50,.6)!important;
    box-shadow: none;
}

.the-content .wpfd-content-custom .filecontent > div.ext .txt{
	display: none;
}

.the-content .wpfd-content-custom a:hover {
    box-shadow: none;
    color: rgba(27,128,50,.6);
}

.the-content .wpfd-content-custom .filecontent > div.ext{
	opacity: .15;
	height: 72px;
}

.the-content .wpfd-content-custom .filecontent > div.ext.pdf {
    background-image: url("../images/iconfiles/pdf.svg");
}

.the-content .wpfd-content-custom .filecontent > div.ext.doc, .the-content .wpfd-content-custom .filecontent > div.ext.docx {
    background-image: url("../images/iconfiles/doc.svg");
}

.the-content .wpfd-content-custom .filecontent > div.ext.xlsx, .the-content .wpfd-content-custom .filecontent > div.ext.xls {
    background-image: url("../images/iconfiles/xls.svg");
}

.the-content .wpfd-content-custom .filecontent > div.ext.pptx, .the-content .wpfd-content-custom .filecontent > div.ext.ppt {
    background-image: url("../images/iconfiles/ppt.svg");
}

.the-content .wpfd-content-custom .filecontent > div.ext.zip {
    background-image: url("../images/iconfiles/zip.svg");
}

.the-content .wpfd-content-custom .filecontent > div.ext.gif, .the-content .wpfd-content-custom .filecontent > div.ext.bmp, .the-content .wpfd-content-custom .filecontent > div.ext.png, .the-content .wpfd-content-custom .filecontent > div.ext.jpg{
    background-image: url("../images/iconfiles/image.svg");
}

.the-content .wpfd-categories{
	margin: 0 -15px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.the-content .wpfd-content .wpfdcategory.catlink {
    font-family: "Roboto";
    font-size: 1em;
    line-height: 1.2;
    width: auto;
    height: auto;
    padding: 0 15px;
    display: block;
    border: none;
    margin: 0;
    margin-bottom: 30px;
	padding: 0 15px;
	border: none;
	position: relative;
	width: auto;
	min-height: 1px;
	margin: 0 !important;
	min-width: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	margin-bottom: 30px!important;
}

.the-content .wpfd-content .wpfdcategory.catlink span{
	transition: all .2s linear;
}

.the-content .wpfd-content .wpfdcategory.catlink:hover{
	color: rgba(27,128,50,1);
}

.the-content .wpfd-content .wpfdcategory.catlink:hover span{
	background-color: rgba(0,0,0,.03);
	color: rgba(27,128,50,1);
}

.the-content .wpfd-content .wpfdcategory > span {
    display: block;
    width: auto;
    white-space: normal;
    overflow: visible;
    text-overflow: inherit;
    margin-top: 0;
    position: relative;
    height: 100%;
	padding: 15px;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 8px;
	box-shadow: 0 10px 16px 0 rgba(0,0,0,0.06);
	background-color: #fff;
	padding-left: 80px;
	min-height: 70px;
}

.the-content .wpfd-content .wpfdcategory > span:before {
	content: "";
	position: absolute;
	width: 50px;
	margin-right: 15px;
	float: left;
	opacity: .15;
	height: 72px;
	color: transparent;
	background: url("../images/iconfiles/folder.svg") center center transparent no-repeat;
	top: 0;
	left: 15px;
}

.wpfd-content .wpfdcategory .wpfd-folder{
	display: none;
}

@media (min-width: 1600px) {
	.the-content .wpfd-content .wpfdcategory.catlink {
		-ms-flex: 0 0 33.3333%;
		flex: 0 0 33.3333%;
		max-width: 33.3333%;
	}
}

@media (max-width: 1199.98px) {
	.the-content .wpfd-content .wpfdcategory.catlink {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (max-width: 991.98px) {

}

@media (max-width: 575.98px) {
	.the-content .wpfd-container-custom {
	    padding: 15px;
	}	
	.the-content .file-card{
		margin-bottom: 15px;
	}
	.the-content .wpfd-content-custom .filecontent > div.ext{
		display: none;
	}
	.the-content .wpfd-content .backcategory {
    	right: 15px;
    	top: 22px;
	}
	.the-content .wpfd-container-custom .wpfd-categories h2 {
	    padding-right: 60px;
	}
}

