.bok-tp-wrap {
    display: block;
	clear: both;
    margin: 0 auto;
    max-width: 1170px;
	padding: 30px 0 30px 0;
}

.bok-tp-wrap-inner {
    margin: 0 -10px;
}

.bok-tp-carousel.owl-carousel.owl-theme {
}

.bok-tp-header {
	text-align: center;
	margin-bottom: 24px;
}

.bok-tp-logo-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 30px;
}

.bok-tp-logo-text {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	color: #111;
}

.bok-tp-logo-text img {
    max-width: 140px;
}

.bok-tp-subtitle {
	max-width: 900px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.5;
	color: #555;
}

.bok-tp-carousel .bok-tp-slide {
	height: 100%;
}

.bok-tp-card {
	background: #f5f5f5;
	padding: 20px;
	height: 100%;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	align-items: center;
	margin: 10px 10px 20px 10px;
}

.bok-tp-stars {
	font-size: 20px;
	line-height: 1;
	letter-spacing: 2px;
	color: #12a67d;
	margin-bottom: 18px;
}

.bok-tp-card-title {
	font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
    color: #111;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
	min-height: 35px;
}

.bok-tp-card-text {
	font-size: 16px;
	line-height: 1.6;
	color: #333;
	flex: 1 1 auto;
}

.bok-tp-card-text p {
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    text-align: center;
    min-height: 45px;
}

.bok-tp-card-text p:last-child {
	margin-bottom: 0;
}

.bok-tp-card-meta {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 22px;
	max-width: 100%;
}

.bok-tp-avatar {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #12a67d;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 700;
	flex: 0 0 42px;
}

.bok-tp-meta-text {
	min-width: 0;
}

.bok-tp-name {
	font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    color: #111;
    white-space: nowrap;
    overflow: hidden;
}

.bok-tp-date {
	margin-top: 3px;
	font-size: 12px;
	line-height: 1.2;
	color: #666;
}

.bok-tp-source {
	margin-top: 10px;
    font-size: 12px;
}

.bok-tp-source a,
.bok-tp-footer a {
	text-decoration: none;
	font-weight: 600;
}

.bok-tp-source i.fa.fa-external-link {
    font-size: 13px;
    font-weight: 900;
    top: 1px;
    position: relative;
}

.bok-tp-footer {
	text-align: center;
	margin-top: 24px;
	font-size: 15px;
}

.bok-tp-carousel.owl-loaded .owl-stage {
	display: flex;
}

.bok-tp-carousel.owl-loaded .owl-item {
	display: flex;
}

.bok-tp-carousel.owl-loaded .bok-tp-slide {
	width: 100%;
}

.bok-tp-carousel .owl-nav button.owl-prev,
.bok-tp-carousel .owl-nav button.owl-next {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #fff !important;
	border: 1px solid #ddd !important;
	box-shadow: 0 1px 6px rgba(0,0,0,.08);
	font-size: 22px !important;
	line-height: 1 !important;
}

.bok-tp-carousel .owl-dots {
	margin-top: 16px;
	text-align: center;
}

.bok-tp-carousel .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 4px;
}

@media (max-width: 1220px) {
	.bok-tp-wrap {
		padding: 0 15px 30px 15px;
	}
}
