/* == .SLIDESHOW-CUSTOM == */
.slideshow-custom .wrapper,
.slideshow-custom .item .image {
    height: 550px;
}
@media (max-width:767px){
	.slideshow-custom .wrapper,
	.slideshow-custom .item .image {
		height: 175px;
	}
}
/* == .STRUCTURE-CUSTOM == */
.structure-custom .wrapper {
    background-image: url(/theme/public/image/bg-structure.png);
	margin-bottom:0px;
    padding: 50px 0px 35px 0px;
}
.structure-custom .uk-panel .uk-panel-title {
    text-align: center;
    text-transform: uppercase;
}
.structure-custom .uk-panel .uk-panel-title>*{
	font-size: 26px;
	line-height: 32px;
}
.structure-custom .content img{
    height: auto !important;
    width: 80%;
}
@media (max-width:767px){
	.structure-custom .wrapper {
		padding: 25px 0px;
	}
	.structure-custom .uk-panel .uk-panel-title>*{
		font-size: 24px;
		line-height: 30px;
	}
	.structure-custom .content img{
		width: 100%;
	}
}
/* == .INTRODUCE-CUSTOM == */
.introduce-custom .wrapper {
    background: #FFF;
	margin-bottom:0px;
    padding: 50px 0px 35px 0px;
}
.introduce-custom .uk-panel {
    padding: 0px;
}
.introduce-custom .item .image {
    height: 425px;
}
.introduce-custom .item .image img {
    object-position: right top;
    border-radius: 25% 0px 25% 0px;
}
.introduce-custom .item .body {
    margin-top: 0px;
}
.introduce-custom .item .name{
	max-height: inherit;
    -webkit-line-clamp: 3;
}
.introduce-custom .item .name>* {
    color: #106934;
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
}
.introduce-custom .item .content blockquote {
    font-size: inherit;
    font-style: inherit;
    font-weight: bold;
}
.introduce-custom .item .content table {
    width: 100% !important;
    border-collapse: collapse;
}
.introduce-custom .item .content table tr td:nth-child(odd) {
    width: 110px !important;
}
.introduce-custom .item .content table tr td {
    vertical-align: top;
    width: auto !important;
    text-align: left;
    border: 1px solid #9E9E9E;
    padding: 10px 10px 10px 10px;
}
.introduce-custom .item .content table strong {
    color: #106934;
    font-size: 24px;
}
@media (max-width:767px){
	.introduce-custom .wrapper {
		padding: 25px 0px 10px 0px;
	}
	.introduce-custom .item .name>* {
		font-size: 26px;
		line-height: 32px;
	}
	.introduce-custom .item .content table tr td:nth-child(odd) {
		width: 80px !important;
	}
	.introduce-custom .item .content table strong {
		font-size: 18px;
	}
	.introduce-custom .item .image {
		height: 235px;
	}
	.introduce-custom .item .image img {
		object-position: center center;
		object-fit: cover;
		border-radius: 4px;
	}
}
/* == .ARTICLE-BLOCK == */
.article-block>.wrapper {
    padding: 35px 0px 0px 0px;
	background:#FFF;
}
.article-block .uk-panel {
    padding: 0px;
}
.article-block .uk-panel .uk-flex {
    margin-bottom: 25px;
}
.article-block .uk-panel .uk-panel-title {
    position: relative;
    padding-left: 45px;
}
.article-block .uk-panel .uk-panel-title:before {
    content: '';
    background-image: url(/theme/public/image/tree.png);
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    /* border-radius: 50%; */
}
.article-block .uk-panel .uk-panel-title>* {
    font-size: 28px;
    line-height: 34px;
}
.article-block .tab .uk-list>li>a {
    background: #FFF;
}
.article-block .item .image{
    height: 200px;
}
.article-block .item .image img{
    border-radius: 4px;
}
.article-block-1>.wrapper {
	background:transparent;
}
.article-block-1 .wrapper .wrapper {
	margin-bottom:20px;
}
.article-block-1 .wrapper .wrapper .wrapper {
	margin-bottom:0px;
}
.article-block-1 .uk-slider-container {
    padding: 5px 0px;
}
.article-block-1 .item {
    background: #FFF;
    border-radius: 4px;
	/* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}
.article-block-1 .item .body {
    margin-top: 0px;
    padding: 15px;
}
.article-block-1 .main .item .body {
    margin-top: 0px;
    padding: 15px;
}
.article-block-1 .sub .item {
    height: 110px;
    padding: 10px 10px 10px 180px;
}
.article-block-1 .sub .item .image{
    height: 110px;
    width: 165px;
}
.article-block-1 .sub .item .body {
    padding: 0px;
}
.article-block-2 .wrapper .wrapper {
    background: #FFF;
    padding-bottom: 35px;
    margin: 0px;
}
.article-block-3>.wrapper {
	background:transparent;
}
.article-block-3 .wrapper .wrapper {
	margin-bottom:35px;
}
.article-block-3 .datagrid{
    background: #FFF;
    padding: 15px;
    border-radius: 4px;
}
.article-block-3 .datagrid .uk-grid>div:last-child{
    margin-bottom: 0px;
}
.article-block-3 .item {
    height: 110px;
    padding: 0px 10px 10px 180px;
}
.article-block-3 .item .image{
    height: 110px;
    width: 165px;
}
.article-block-4 .wrapper .wrapper {
    background: #FFF;
    padding-bottom: 35px;
    margin: 0px;
}
@media (max-width:767px){
	.article-block>.wrapper {
		padding: 15px 0px 0px 0px;
	}
	.article-block .uk-panel .uk-panel-title>* {
		font-size: 24px;
		line-height: 30px;
	}
	.article-block .item .image {
		height: 125px;
	}
	.article-block-1 .main .item .body {
		padding: 10px;
	}
	.article-block-1 .sub .item {
		height: 100px;
		padding: 10px 10px 10px 150px;
	}
	.article-block-1 .sub .item .image {
		height: 100px;
		width: 135px;
	}
	.article-block-3 .datagrid {
		padding: 10px;
	}
	.article-block-3 .item {
		height: 100px;
		padding: 0px 10px 10px 150px;
	}
	.article-block-3 .item .image {
		height: 100px;
		width: 135px;
	}
}
/* == .BANNER-CUSTOM == */
.banner-custom .uk-panel {
    padding: 0px;
}
/* .introduce-custom .item .content ul { */
    /* list-style: none; */
    /* padding: 0px; */
/* } */
/* .introduce-custom .item .content ul>li { */
    /* position: relative; */
    /* padding-left: 85px; */
    /* min-height: 25px; */
    /* margin-bottom: 10px; */
/* } */
/* .introduce-custom .item .content ul>li>strong { */
    /* color: #106934; */
    /* font-size: 24px; */
    /* position: absolute; */
    /* left: 0px; */
    /* top: 0px; */
/* } */