.post-detail-image{width: 840px;max-width: 100%;margin: 0 auto 35px;}
.post-detail-wrap {width: 900px;max-width: 100%;margin: 0 auto;padding: 0 65px;position: relative;}


.news-detail-sidebar {position: absolute;top: 0;left: 0;bottom: 0;top: 0;padding-top: 70px;}
.news-detail-sidebar-nav {position: -webkit-sticky;position: sticky;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);padding-left: 0;list-style: none;}
.news-detail-sidebar-nav li {position: relative;display: block;margin-bottom: 5px;}
.news-detail-sidebar-nav li a {display: block;width: 35px;height: 35px;border-radius: 100%;border: 1px solid #e9e9e9;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.tooltip {visibility: hidden;background-color: #f87614;color: #fff;text-align: center;border-radius: 10px;padding: 5px 10px;white-space: nowrap;position: absolute;z-index: 1;top: 50%;right: 110%;transform: translateY(-50%);}


.register-form {width: 320px;max-width: 100%;margin: auto;}
.register-form .wpcf7-form-control-wrap input{margin-bottom: 10px;border-radius: 10px;width: 100%;-webkit-appearance: none;-moz-appearance: none;appearance: none;font: inherit;outline: 0;border: 1px solid #d0d0d0;background-color: #fff;color: #000;padding: 0 15px;height: 44px;}

.related-posts .related-title{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.related-posts .related-title::before,
.related-posts .related-title::after {content: '';border-top: 1px solid #e9e9e9;-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;}
.related-posts .related-title::before {margin-right: 40px;}
.related-posts .related-title::after {margin-left: 40px;}
.related-posts .related-title h3{-ms-flex-negative: 0;flex-shrink: 0;font-size: 28px;line-height: 1.3;font-weight: bold;}
.related-posts .relative-news-img{border-radius: 5px;overflow: hidden;margin-bottom: 10px;-webkit-transition: 0.2s;transition: 0.2s;height: 165px;}
.related-posts .relative-news-img:hover {opacity: 0.85;}
.related-posts .relative-news-title {font-weight: bold;}



@media (min-width: 810px) { 

}

@media (max-width: 810px) { 
	.news-detail-sidebar{padding-top: 0;}
}

@media (max-width: 576px) { 

	.post-detail-image {margin-bottom: 20px;}

	.post-detail-wrap{width: 100%;padding-left: 0; padding-right: 0;}

	.news-detail-sidebar {margin-bottom: 30px;margin-top: 0;position: static;}
	.news-detail-sidebar-nav {position: static;text-align: center;transform: translateY(0);}
	.news-detail-sidebar-nav li {display: inline-block;vertical-align: bottom;margin-right: 5px;}

	.related-posts .relative-news-img{height: 120px;}

}