body {
	background-color: #EBEDF0;
}

.cs_container {
	padding: 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.cs_footer {
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 30px!important;
}

.cs_no_pad {
	padding: 0px !important;
	margin: 0px !important;
}

.cs_header {
	background-color: #fff;
	margin-bottom: 30px!important;
}

.cs_white {
	background-color: #fff;
	border-radius: 10px;
	padding: 30px;
	margin: 0px;
}

.cs_title {
	margin-bottom: 20px;
}

.cs_title h1 {
	font-size: 30px;
	font-weight: 700;
}

.cs_ads_text {
	font-size: 19px;
	line-height: 26px;
}

.cs_adcard_photo {
	width: 100%;
	float: left;
	height: 250px;
	background-repeat: no-repeat;
	background-size: 120%;
	background-position: center;
}

.cs_breadcrumbs {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
}

.cs_breadcrumbs li {
    margin-right: 8px;
}

.cs_breadcrumbs li::after {
    content: "/";
    margin-left: 8px;
    color: #999;
}

.cs_breadcrumbs li:last-child::after {
    content: "";
}

.cs_breadcrumbs li a {
    color: #0d6efd;
    text-decoration: none;
}

.cs_breadcrumbs li.active {
    color: #555;
    font-weight: 500;
}
