@keyframes slider {
	0%, 15%, 100% {
		right: 0px;
	}

	35%, 40% {
		right: 336px;
	}

	70%, 75% {
		right: 672px;
	}

	105%, 110% {
		right: 1008px;
	}

	140%, 145% {
		right: 1344px;
	}
}

.wrapper-slide {
	position: relative;
	min-height: 286px;
}

.list-slide {
	width: auto;
	display: flex;
	position: absolute;
	width: 100%;
	overflow: hidden;
}

.wrapper-slide:hover .list-slide {
	overflow-x: scroll;
}

.slide-item {
	margin-right: 8px;
	position: relative;
	animation: slider 41s infinite;
}

.list-slide:hover .slide-item {
	animation-play-state: paused;
	-webkit-animation-play-state: paused;
}

.vid.poster {
	background-size: cover;
	height: 186px;
	width: 328px;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 5px;
}

.box-app .item {
	margin-top: 0;
}

.box-app dt.ic-app {
	float: left;
	width: 50px;
	height: 50px;
}

.ic-app {
	border-radius: 5px;
	overflow: hidden;
}

.ic-app img {
	max-width: 100%;
	height: auto;
}

.box-app a {
	text-decoration: unset;
}

.box-app dl.item dd {
	margin-left: 57px;
}

.box-app dl.item dd.title {
	color: #000000;
	margin-bottom: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 260px;
}

.box-app dl.item dd.cat {
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 5px;
	color: #707570;
}

dd.info-app span {
	font-size: 12px;
	line-height: 12px;
	color: #707570;
	padding-right: 7px;
}

.screen {
	padding-left: 11px;
	margin: 16px 0 13px;
}

.list-screen {
	display: flex;
	overflow-x: scroll;
}

.list-screen .item {
	margin-right: 9px;
}

#screen img {
	width: auto;
	max-width: unset;
	max-height: 150px;
}

.kontents .table-of-contents_style_2 .toc-headline_style_2 p {
	margin-bottom: 20px !important;
}

.kontents h2, .kontents h3, .kontents h4, .kontents h5 {
	margin: 1em 0 1em 0 !important;
}

.kontents i {
	border-bottom: 2px solid lavender !important;
	font-weight: bolder;
}

.d_reactions_shares {
	display: none !important;
}

#gallery-3 {
	margin: auto;
}

#gallery-3 .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
}

#gallery-3 img {
	border: 2px solid #cfcfcf;
}

#gallery-3 .gallery-caption {
	margin-left: 0;
}

.block-description {
	padding: 10px;
	border: 1px solid #ededed;
	margin-bottom: 10px;
}

ul.sort-bar {
	list-style: none;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 100%;
	width: 100%;
	overflow-x: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.sort-bar li {
	margin-bottom: 16px;
	margin-top: 16px;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

.sort-bar li a {
	display: block;
	padding: 6px 12px;
	border-radius: 3px;
	text-transform: capitalize;
	text-align: center;
	color: #000;
	-webkit-transition: background 0.5s ease;
	transition: background 0.5s ease;
	white-space: nowrap;
	overflow: hidden;
	background: #f0f0f0;
}

.sort-bar li.active a, .sort-bar li:hover a {
	background: #fc6202;
	color: #fff;
	-webkit-transition: background 0.5s ease;
	transition: background 0.5s ease;
}

.slide-more .more {
	line-height: 186px;
	font-size: 5em;
	color: #d3d3d3;
	margin-left: 30px;
}

@media screen and (max-width: 900px) {
	.sort-bar li {
		padding-left: 0px;
	}
}

*, *::before, *::after {
	box-sizing: border-box;
}

.tab input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}

.tab__content {
	max-height: 0;
	overflow: hidden;
	transition: all 0.35s;
}

.tab input:checked ~ .tab__content { 
	max-height: 100vw;	
	overflow: hidden;
}

.accordion_new {
	color: var(--rgb_color);
	border: 2px solid;
	border-radius: 0.5rem;
	overflow: hidden;
	margin-bottom: 15px;
}

.tab__label, .tab__close {
	display: flex;
	color: var(--header_bg_color);
	background: var(--rgb_color);
	cursor: pointer;
}

.tab__label {
	justify-content: space-between;
	padding: 1rem;
	font-weight: 700;
}

.tab__label::after {
	content: "\276F";
	width: 1em; 
	text-align: center;
	transform: rotate(90deg);
	transition: all 0.35s; 
}

.tab input:checked + .tab__label::after {
	transform: rotate(270deg);
	color: var(--button_color); 
}

.tab__content p, .tab__content div {
	margin: 0;
	padding: 1rem;
	color: black;
}

.tab__close {
	justify-content: flex-end;
	padding: 0.5rem 1rem;
	font-size: 0.75rem;
}

.accordion--radio {
	--theme: var(--rgb_color);
}

.tab input:not(:checked) + .tab__label:hover::after {
	-webkit-animation: bounce .5s infinite;
	animation: bounce .5s infinite;
}

@-webkit-keyframes bounce {
	25% {
		transform: rotate(90deg) translate(.25rem);
	}

	75% {
		transform: rotate(90deg) translate(-.25rem);
	}
}

@keyframes bounce {
	25% {
		transform: rotate(90deg) translate(.25rem);
	}

	75% {
		transform: rotate(90deg) translate(-.25rem);
	}
}
.accordion_new p:empty, .accordion_new .tab__content p:empty, .post-tab_style_2 section div p:empty {
	display: none;
}
.accordion_new ul li, .accordion_new ol li {
	list-style-type: disclosure-closed;
}

.accordion_new p:empty :not(p + p:empty){
   display: none;
}
p:empty {display: none;}