.box-share ul {
	padding: 0;
	display: flex;
	list-style: none;
}
.paging_full {
	margin-top: 10px;
}
.pd_tag {
	margin: 15px 0;
}
.post-thumbnail {
	margin-bottom: 10px;
}
.post-thumbnail img {
	vertical-align: middle;
}
.pd_author {
	margin: 5px 0 0;
}
.entry {
	padding-top: 0;
}
.nw_name_ul {
	padding: 0;
	display: flex;
	list-style: none;
}
.nw_name_ul li:not(:last-child)::after {
	top: -1px;
	content: '›';
	margin: 0 7px;
	position: relative;
}
.single-news .nw_post_detail .pd_header {
	position: relative;
}

.nw_author_list {
	padding-bottom: 5px;
}

.archive-news .entry-form {
	border-top: 0;
	padding: 10px;
}
.archive-news .entry-form .form-control {
	width: 100%;
}
.archive-news #field-sec .form-control {
    width: calc(100% - 185px);
}

.tab-wrap {
	margin-top: 20px;
}
.tab-wrap ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
}
.tab-wrap ul.tabs li:not(:last-child) {
	margin-right: 5px;
}
.tab-wrap ul.tabs li a {
    color: #8E5000;
	display: block;
	padding: 5px 10px;
	line-height: 20px;
	border-radius: 5px;
	background: #e5e5e5;
}
.tab-wrap ul.tabs li a:hover,
.tab-wrap ul.tabs li a.active,
.tab-wrap:not(.clicked) ul.tabs li:not(:last-child) a {
	background: url(../images/bb_title.jpg) 0 0 repeat;
}
.tab-wrap .tab-panel:not(:first-child) {
	display: none;
}
.play-video {
	margin-bottom: 20px;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}

@media screen and (max-width: 767px)
{
	.index-news .schema_red .list-posts .box-c,
	.index-news .schema_red .box.box-b,
	.box.large_a_post .image,
	.box.box-b .image {
		margin-left: -15px;
		margin-right: -15px;
	}
}