/* ================ .BREADCRUMB-CUSTOM ================ */
.breadcrumb-custom{}
.breadcrumb-custom .uk-panel{
	padding:15px 0px;
}
.breadcrumb-custom .uk-breadcrumb{
    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 .uk-panel{
		padding:10px 0px;
	}
}
/* ================ .BANNER-CUSTOM ================ */
.sidebar-banner-custom{}
.sidebar-banner-custom .uk-panel{
	margin-top: 25px;
	/* background-color:#FFF; */
	/* padding:15px; */
    /* border-radius:10px; */
}
.sidebar-banner-custom:first-child .uk-panel{
	margin-top: 0px;
}
.sidebar-banner-custom .content img{
    border-radius:10px;
}
/* ================ .SLIDESHOW-CUSTOM ================ */

/* ================ .introduce-CUSTOM ================ */

/* ================ .SERVICE-CUSTOM ================ */
/* ================ .COMMITMENT-CUSTOM ================ */

/* ================ .FEEDBACK-CUSTOM ================ */
/* ================ .CONTACT-CUSTOM ================ */

/* ================ .PARTNER-CUSTOM ================ */

/* ================ .SUPPORT-CUSTOM ================ */
/* == .CONTENT-CUSTOM == */
.content-custom{}
.content-custom .wrapper{
	margin-top:25px;
}
.content-custom .uk-panel-title+.content{
	margin-top:15px;
}
.content-custom .content{
    /* margin-top:15px; */
    text-align: justify;
}
/* .content-custom .content.top5{ */
    /* margin-top:5px; */
    /* text-align: left; */
/* } */
.content-custom .content h1,
.content-custom .content h2,
.content-custom .content h3,
.content-custom .content h4,
.content-custom .content h5,
.content-custom .content h6{
	font-weight:bold;
    text-align: left;
}
.content-custom.collapse .content{
    height:185px;
    overflow:hidden;
	position:relative;
}
.content-custom .content .uk-list {
    margin: 0px;
}
.content-custom .content .uk-list>li {
    display: inline-block;
    margin-right: 5px;
}
.content-custom .content .uk-list>li>a {
    border: 1px solid #000;
    border-radius: 25px;
    color: #000;
    padding: 0px 25px;
    text-align: center;
    display: block;
    margin-top: 10px;
}
.content-custom.collapse .content::after{
    content:'';
    background:linear-gradient(0deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.1) 5%, rgba(0,0,0,0) 75%);
    position:absolute;
    bottom:0px;
    left:0px;
    right:0px;
    height:35px;
}
.content-custom:not(.collapse) .readmore{
	display:none;
}
.content-custom.page .content{
    margin-top:0px;
}
@media (max-width:767px){
	.content-custom .wrapper{
		margin-top:5px;
		padding: 15px 15px 0px 15px;
		background-color:#FFF;
	}
	.content-custom .content .uk-list>li>a {
		padding: 0px 20px;
	}
	.content-custom.page .wrapper {
		padding: 15px 15px;
	}
}
/* == .FANPAGE-CUSTOM == */
.fanpage-custom{}
.fanpage-custom .wrapper{
    border-radius: 5px;
    overflow: hidden;
}
/* == .BANNER-CUSTOM == */
.banner-custom{}
.banner-custom .wrapper{
	margin-top:25px;
}
.banner-custom .content{
	margin-top:0px;
}
.banner-custom .content img {
    border-radius: 5px;
    width: 100% !important;
    height: auto !important;
}
@media (max-width:767px){
	.banner-custom .wrapper{
		margin-top:5px;
	}
	.banner-custom .content img {
		border-radius: 0px;
	}
}