
/* == .PAGINATION-CUSTOM == */
.pagination-custom{}
.pagination-custom .wrapper{
	margin-top:25px;
}
.pagination-custom .uk-pagination{
    text-align: left;
    margin-bottom: 0px;
}
.pagination-custom .uk-pagination>li>a,
.pagination-custom .uk-pagination>li>span {
    padding: 0px;
    line-height: 30px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
}
.pagination-custom .uk-pagination>li>a {
    text-shadow: none;
    background: transparent;
    border: 1px solid #b7b7b7;
    color: #000;
}
.pagination-custom .uk-pagination>li>a:focus,
.pagination-custom .uk-pagination>li>a:hover,
.pagination-custom .uk-pagination>.uk-active>span {
    text-shadow: none;
    background: transparent;
    color: #000;
    border: 1px solid #000;
}
/* == .FEEDBACK-CUSTOM == */
.feedback-custom{}
.feedback-custom .wrapper {
    padding: 50px 0px 50px 0px;
	background-color:#FFF;
}
.feedback-custom .uk-panel-title {
    text-transform: uppercase;
    text-align: center;
}
.feedback-custom .description{
	margin-top:25px;
    text-align: center;
}
.feedback-custom .datagrid .item{
	background-color:#FBFBFB;
	/* border: 1px solid #F0F0F0; */
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
	border-radius:5px;
	padding:25px;
}
.feedback-custom .datagrid .item .avatar {
    height: 65px;
    width: 65px;
    margin-right: 15px;
}
.feedback-custom .datagrid .item .avatar img {
    border-radius: 50%;
}
.feedback-custom .datagrid .item .job {
    color: #7A7A7A;
}
.feedback-custom .datagrid .item .content{
	margin-top:15px;
}
@media (max-width:767px){
	.feedback-custom .wrapper {
		padding: 25px 0px 25px 0px;
	}
	.feedback-custom .uk-panel-title {
		text-transform: unset;
	}
	.feedback-custom .datagrid .item{
		padding:15px;
	}
}
/* == .WHYUS-CUSTOM == */
.whyus-custom{}
.whyus-custom .wrapper {
	margin-top:50px;
    padding: 50px 0px 50px 0px;
    text-align: center;
    background-color: #044f28;
    /* background-image: url(image/bg-whyus.png); */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    /* background-position: center center; */
}
.whyus-custom .uk-panel-title {
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
}
.whyus-custom .description{
	margin-top:25px;
    color: #FFF;
}
.whyus-custom .datagrid .item {
    background-color: #FFF;
    border-radius: 5px;
    padding: 50px 35px;
	box-shadow: rgba(255, 216, 226, 1) 5px 0px 0px;
}
.whyus-custom .datagrid .item .image {
    height: 65px;
}
.whyus-custom .datagrid .item .image img {
    object-fit: scale-down;
}
.whyus-custom .datagrid .item .body {
	margin-top:25px;
}
.whyus-custom .datagrid .item .name{
	margin-bottom:0px;
}
.whyus-custom .datagrid .item .name>*{
	background: linear-gradient(90deg, #132F57 0%, #AB5169 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.whyus-custom .datagrid .item .content{
	margin-top:15px;
}
@media (max-width:767px){
	.whyus-custom .wrapper {
		margin-top:25px;
		padding: 25px 0px 25px 0px;
	}
	.whyus-custom .uk-panel-title {
		text-transform: unset;
	}
	.whyus-custom .datagrid .item {
		padding: 15px 15px;
	}
	.whyus-custom .datagrid .item .image {
		height: 40px;
	}
	.whyus-custom .datagrid .item .body {
		margin-top: 15px;
	}
	.whyus-custom .datagrid .item .content{
		display: none;
	}
}
/* == .STATISTICAL-CUSTOM == */
.statistical-custom{}
.statistical-custom .wrapper {
    padding: 50px 0px 50px 0px;
    text-align: center;
    background-image: url(image/bg-statistical.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.statistical-custom .uk-panel-title{
    font-size: 32px;
    line-height: 38px;
}
.statistical-custom .description{
	margin-top:25px;
}
.statistical-custom .content{
	margin-top:25px;
}
.statistical-custom .content img{
	max-width:450px;
}
.statistical-custom .datagrid {
    margin-top: 35px;
    margin: 45px auto 0px auto;
    max-width: 868px;
}
.statistical-custom .datagrid .item{
    text-align: left;
	padding-left:80px;
}
.statistical-custom .datagrid .item .image {
    height: 60px;
    width: 60px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.statistical-custom .datagrid .item .image img {
    border-radius: 0px;
    object-fit: scale-down;
}
.statistical-custom .datagrid .item .name>* {
    font-size: 24px;
    line-height: 30px;
}
@media (max-width:767px){
	.statistical-custom .wrapper {
		padding: 25px 0px 25px 0px;
	}
	.statistical-custom .uk-panel-title {
        font-size: 22px;
        line-height: 28px;
	}
	.statistical-custom .content img{
		max-width:70%;
	}
	.statistical-custom .datagrid .item{
		text-align: center;
		padding-left:0px;
	}
	.statistical-custom .datagrid .item .image {
		height: 45px;
		width: 45px;
		position: static;
		margin: 0px auto;
	}
	.statistical-custom .datagrid .item .name>* {
		font-size: 18px;
		line-height: 24px;
	}
}
/* == .BREADCRUMB-CUSTOM == */
.breadcrumb-custom{}
.breadcrumb-custom .wrapper{
	/* margin-top:25px; */
	padding:0px 0px;
    white-space:nowrap;
    overflow-x:auto;
}
.breadcrumb-custom .uk-breadcrumb > li,
.breadcrumb-custom .uk-breadcrumb > li>a{
    color:#000;
}
@media (max-width:767px){
	.breadcrumb-custom .wrapper{
		padding:10px 15px;
	}
}
/* == .SLIDESHOW-CUSTOM == */
.slideshow-custom{}
.slideshow-custom .wrapper{
	position:relative;
	position:relative;
}
/* .slideshow-custom .wrapper::after{ */
	/* content:''; */
	/* position:absolute; */
	/* left:0px; */
	/* right:0px; */
	/* bottom:0px; */
	/* height:185px; */
    /* background:linear-gradient(rgba(0, 0, 0, 0), #000); */
/* } */
.slideshow-custom .wrapper,
.slideshow-custom .image{
    height:500px;
}
/* .slideshow-custom .overlay{ */
    /* position:absolute; */
    /* left:0px; */
    /* right:0px; */
    /* top:0px; */
    /* bottom:0px; */
    /* background:linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); */
/* } */
@media (max-width:767px){
	.slideshow-custom .wrapper,
	.slideshow-custom .image{
		height:185px;
	}
}
/* == .BANNER-CUSTOM == */
.banner-custom{}
.banner-custom .wrapper{
	/* margin-top:25px; */
	padding:0px 0px 0px 0px;
}
.banner-custom .content img {
    border-radius: 5px;
    width: 100% !important;
    height: auto !important;
}
.uk-active .banner-custom .wrapper{
	margin-top:10px;
}
@media (max-width:767px){
	.banner-custom .wrapper{
		margin-top:5px;
	}
	.banner-custom .content img {
		border-radius: 0px;
	}
}
/* == .INFORMATION-CUSTOM == */
.information-custom{}
.information-custom .wrapper{
	margin-top:50px;
	background-color:#FFF;
	padding:0px 0px;
    border-radius:5px;
}
.information-custom .uk-panel-title {
    border-left: 5px solid #744354;
    padding-left: 10px;
    height: 25px;
}
.information-custom .item{
	margin-top:25px;
}
.information-custom .ember{
	/* height:350px; */
}
.information-custom .ember iframe{
	width:100%;
	height:250px;
}
.information-custom .table{
	margin-top:10px;
}
.information-custom .table .uk-table{
	margin:0px;
}
.information-custom .table .uk-table td{
    padding:5px 0px;
    border-bottom:1px solid #d6d6d6;
}
.information-custom .table .uk-table td.label{
    width:75px;
}
@media (max-width:767px){
	.information-custom .wrapper{
		margin-top:5px;
		padding:15px 15px;
		border-radius:0px;
	}
	.information-custom .ember iframe{
		height:200px;
	}
}
/* == .FILTER-CUSTOM == */
.filter-custom{}
.filter-custom .wrapper{
	margin-top:25px;
	background-color:#FFF;
	/* padding:25px 25px 25px 0px; */
    border-radius:5px;
}
.filter-custom .datalist{
    margin-top:15px;
}
.filter-custom .datalist .uk-list{
    margin:0px;
}
.filter-custom .datalist .uk-list>li{
    position:relative;
    padding:2px 0px 2px 25px;
}
.filter-custom .datalist .uk-list>li>a{
	color:#000;
}
.filter-custom .datalist .uk-list>li>a>i{
    position:absolute;
    left:0px;
    top:3px;
}
.filter-custom .datalist .uk-list>li>a>span{}

@media (max-width:767px){
	.filter-custom .wrapper{
		margin-top:5px;
		border-radius:0px;
	}
}
/* == .HASHTAG-CUSTOM == */
.hashtag-custom{}
.hashtag-custom .wrapper{
	margin-top:25px;
	padding:0px 0px 0px 0px;
	background-color:#FFF;
    border-radius:5px;
}
.hashtag-custom .datalist{
    margin-top:15px;
}
.hashtag-custom .datalist .uk-list{
    margin:0px;
}
.hashtag-custom .datalist .uk-list>li{
    display:inline-block;
    margin-right:2px;
    margin-top:2px;
}
.hashtag-custom .datalist .uk-list>li>*{
    color:#000;
    border:1px solid #000;
    border-radius:25px;
    padding:0px 10px;
    max-width:135px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    display:inline-block;
	height:25px;
	line-height:25px;
}
.hashtag-custom .datalist .uk-list>li>a.active{
	text-decoration:underline;
    /* font-weight:bold; */
}
@media (max-width:767px){
	.hashtag-custom .wrapper{
		margin-top:5px;
		padding:15px 15px;
		border-radius:0px;
	}
}
/* == .SUPPORT-CUSTOM == */
.support-custom{}
.support-custom .wrapper{
    position:fixed;
    right:15px;
    bottom:15px;
    margin:0px;
    z-index:2;
}
.support-custom .uk-list{
    margin:0px;
}
.support-custom .uk-list>li{
    margin-bottom:5px;
}
.support-custom .uk-list>li:last-child{
    margin-bottom:0px;
}
.support-custom .uk-list>li>a{
    display:inline-block;
    background:#d41617;
    padding:10px;
    border-radius:50%;
}
.support-custom .uk-list>li>a>img{
	width:24px;
	height:24px;
}
@media (max-width:767px){
	.support-custom .wrapper{
		right:10px;
	}
}