.btn,
a,
body,
h2,
h3 {
	color: #20315c;
}
a:link {
	text-decoration: none;
}
a:hover {
	color: #20315c;
	text-decoration: none !important;
}
a:active {
	text-decoration: none;
}
.sile-content_box {
	align-items: baseline;
	background-image: url(../images/bg-feedback.png);
	background-position: -8px 0;
	background-repeat: no-repeat;
	background-size: 100%;
	display: flex;
	justify-content: center;
	padding: 50px 0;
	width: 100%;
}
.sile-content_left {
	border: 0.96px solid #fff;
	border-radius: 19.14px;
	box-shadow: 0 3.83px 21.06px 0 #415e6c29;
	max-height: 535px;
	max-width: 392px;
	width: 48%;
}
.sile-content_left .item_slide {
	border: 17px solid #fff;
	border-radius: 28px;
	box-shadow: 0 0 22.97px 0 #0000001f;
	margin: 19.14px;
	overflow: hidden;
}
.sile-content_left img {
	border-radius: 9.57px;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}
.sile-content_right {
	margin-left: 51px;
	max-width: 536px;
	width: 48%;
}
.sile-content_right .content_avatar {
	border-radius: 100%;
	box-shadow: 0 4.47px 15.63px 0 #2427291a;
	height: 67px;
	margin-left: 5px;
	overflow: hidden;
	width: 67px;
}
.sile-content_right .content_avatar img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
	width: 100%;
}
.sile-content_right .content_name {
	margin-left: 16px;
}
.sile-content_right .content_name h4 {
	color: #212529;
}
.sile-content_right .content_name p {
	color: #9f9f9f;
}
.sile-content_right_bottom {
	border-top: 0.5px solid #bfbfbf;
	display: flex;
	margin-top: 15px;
	padding-top: 22px;
	position: relative;
}
.sile-content_right .custom-nav {
	position: absolute;
	right: 0;
}
.sile-content_right .custom-nav .slick-arrow {
	background: #fff;
	border-radius: 100%;
	box-shadow: 0 4px 14px 0 #4a3aff33;
	height: 64px;
	position: relative;
	top: 0;
	width: 64px;
}
.sile-content_right .custom-nav .slick-arrow:after,
.sile-content_right .custom-nav .slick-arrow:before {
	right: 45%;
	top: 45%;
}
.sile-content_right .custom-nav .slick-arrow.slick-prev:before {
	border-bottom: 2px solid #212529 !important;
	border-left: 2px solid #212529 !important;
}
.sile-content_right .custom-nav .slick-arrow.slick-next:before {
	border-right: 2px solid #212529 !important;
	border-top: 2px solid #212529 !important;
}
.sile-content_right .custom-nav .slick-arrow:hover {
	background: #133ebf;
	box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.2);
}
.sile-content_right .custom-nav .slick-arrow:hover.slick-prev:before {
	border-bottom: 2px solid #fff !important;
	border-left: 2px solid #fff !important;
}
.sile-content_right .custom-nav .slick-arrow:hover.slick-next:before {
	border-right: 2px solid #fff !important;
	border-top: 2px solid #fff !important;
}
.sile-content_right .slide-detail,
.sile-content_right .slide-profile {
	width: 100%;
}
.sile-content_right .slide-profile .slick-track {
	display: flex;
}
@media (max-width: 768px) {
	.sile-content_left {
		display: none;
	}
	.sile-content_right {
		margin-left: 0;
		width: 100%;
	}
}
.content_slide h3 {
	color: #133ebf;
	font-weight: 700;
	line-height: 46px;
	text-align: left;
}
.content_slide p {
	color: #212529;
	font-style: italic;
	font-weight: 500;
	line-height: 27px;
	text-align: left;
}
