/*!
Theme Name: Kulitbundar
Theme URI: https://kulitbundar.com/
Author: KB Team
Author URI: https://kulitbundar.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kulitbundar
Tags: news, blog, translation-ready, responsive-layout, custom-menu

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Kulitbundar is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/*------------------------------------------------------------
    Reset
------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

html {
    font-size: 62.5%;
}

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

table,
input,
textarea,
select,
option {
    line-height: 1.1;
}

ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

img {
    vertical-align: top;
}

a,
a img {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
}

a:hover,
a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

img {
    max-width: 100%;
}

body {
    background-color: #151515;
}

.sp-only {
    display: none;
}

@media only screen and (max-width: 767px) {
    .pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.c-footer {
    border-top: 4px solid #d0131a;
    background: #051a2b;
}

.c-footer__row1 {
    background-color: #2c2c2c;
    padding-top: 16px;
    padding-bottom: 16px;
}

.c-footer__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
}

.c-footer__nav ul li {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1;
    color: #fff;
}

.c-footer__row2 {
    background-color: #151515;
}

.c-copyright__wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
}

.c-copyright__wrapper p {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1;
}

/*------------------------------------------------------------
sidebar
------------------------------------------------------------*/
/* Breadcrumb
------------------------------------------------------------*/
/* layout
------------------------------------------------------------*/
body {
    font-family: "Open Sans", sans-serif;
    font-size: 1.4rem;
    min-width: 1140px;
    line-height: 1.5;
}

body.is-show-menu {
    overflow: hidden;
    height: 100vh;
    position: relative;
}

@media only screen and (max-width: 767px) {
    body {
        min-width: 320px;
    }
}

.l-container {
    width: min(100%, 1140px);
    margin-inline: auto;
}

.l-fcontainer {
    width: 100%;
    max-width: 100%;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.d-flex-grow {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.d-flex-shrink {
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.d-flex-jc--c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.d-flex-jc--sb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.d-flex-jc--sa {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.d-flex-jc--se {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.d-flex-ali--c {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.l-jus-c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.d-flex-gapc24 {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
}

.d-flex-gapc22 {
    -webkit-column-gap: 22px;
    -moz-column-gap: 22px;
    column-gap: 22px;
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
btn
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-btn1 {
    display: inline-block;
    padding: 10px 50px;
    font-size: 1.6rem;
    border: 2px solid #fff;
    border-radius: 20px;
    line-height: 1;
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-heading1 {
    background-color: #333;
}

.c-heading1__title {
    text-transform: uppercase;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
    padding: 9px 16px;
    position: relative;
}

.c-heading1__title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 6px;
    background-color: #d0131a;
}

/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/

.c-events-ic {
    display: none;
}

/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*
------------------------------------------------------------*/

/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-postlist1__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-postlist1__item {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    width: 40%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}


.c-postlist1__fea a {
    width: 100%;
    height: 100%;
}

.c-postlist1__fea img {
    height: 240px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.c-postlist1__title a {
    font-size: 2.2rem;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.c-postlist1__desc p {
    font-size: 1.4rem;
    color: #999;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.c-postlist1__meta {
    font-size: 1.2rem;
    color: #999;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    line-height: 1.2;
    display: flex;
    column-gap: 6px;
}

.c-postlist1__date {
    display: flex;
    align-items: center;
    column-gap: 4px;
}

.c-postlist1__author {
    display: flex;
    align-items: center;
    column-gap: 4px;
}

.c-postlist2__inner {
    padding: 12px;
    background-color: #222;
}

.c-postlist2__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 12px !important;
    -moz-column-gap: 12px !important;
    column-gap: 12px !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    padding: 0 !important;
}

.c-postlist2__fea {
    height: 75px !important;
    width: 100px !important;
    flex: 0 0 100px;
}

.c-postlist2__fea a,
.c-postlist2__fea img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-postlist2__title a {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.3;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.c-postlist2__item .c-postlist2__date {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.2;
    color: #999999;
    display: flex;
    align-items: center;
    column-gap: 4px;
}

.c-postlist3__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-postlist3__item {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    width: 40%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}


.c-postlist3__fea a {
    width: 100%;
    height: 100%;
}

.c-postlist3__fea img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.c-postlist3__title a {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.c-postlist3__desc p {
    font-size: 1.4rem;
    color: #999;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.c-postlist3__meta {
    font-size: 1.2rem;
    color: #999;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    line-height: 1.2;
    display: flex;
    column-gap: 6px;
}

.c-postlist3__date {
    display: flex;
    align-items: center;
    column-gap: 4px;
}

.c-postlist3__author {
    display: flex;
    align-items: center;
    column-gap: 4px;
}


.c-list2 {
    position: relative;
    margin-left: 16px;
    padding-left: 16px;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

.c-list2::before {
    content: "";
    position: absolute;
    left: 0;
    height: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    background-color: #555;
}

.c-pagination {
    margin-bottom: 88px;
}

.c-pagination ul {
    display: flex;
    justify-content: center;
    gap: 4px;
}

.c-pagination ul li * {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 1;
    text-align: center;
}

.c-pagination ul li .page-numbers {
    width: max-content;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-inline: 5px;
}

.c-pagination ul li .page-numbers.current {
    background-color: #D0131A;
}

.c-pagination__prev {
    margin-right: 16px;
}

.c-pagination__next {
    margin-left: 16px;
}

.c-pagination__prev,
.c-pagination__next {
    color: #D0131A !important;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-pagination .disabled {
    color: #5c5c5c !important;
}

.c-header__mbmenu {
    display: none;
}

.c-header__main .c-header__inner .c-header__sup{
    padding-top: 5px;
    padding-bottom: 5px;
}
.c-header__main .c-header__inner .c-header__sup .c-header__social ul{
    height: 30px;
}

/* SEARCH FORM */

.form.formKB {
    --input-bg: #FFf;
    --padding: 1.5em;
    --rotate: 80deg;
    --gap: 2em;
    --icon-change-color: #D0131A;
    --height: 40px;
    width: 100%;
    padding-inline-end: 1em;
    background: var(--input-bg);
    position: relative;
    border-radius: 4px;
}

.form.formKB label {
    display: flex;
    align-items: center;
    width: 100%;
    height: var(--height);
}

.form.formKB input {
    width: 100%;
    padding-inline-start: calc(var(--padding) + var(--gap));
    outline: none;
    background: none;
    border: 0;
    font-size: 1.6rem;
}

.form.formKB svg {
    color: #111;
    transition: 0.3s cubic-bezier(.4, 0, .2, 1);
    position: absolute;
    height: 15px;
}

.formKB .icon {
    position: absolute;
    top: 50%;
    left: var(--padding);
    transform: translateY(-50%);
    transition: 0.3s cubic-bezier(.4, 0, .2, 1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.formKB .swap-off {
    transform: rotate(-80deg);
    opacity: 0;
    visibility: hidden;
}

.formKB .close-btn {
    background: none;
    border: none;
    right: calc(var(--padding) - var(--gap));
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    padding: 0.1em;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transition: 0.3s;
    opacity: 0;
    transform: translateY(-50%);
    visibility: hidden;
    position: absolute;
    top: 50%;
    right: 20px;
}

.form.formKB:has(input:focus) .icon {
    transform: rotate(var(--rotate)) scale(1.3);
}

.form.formKB:has(input:focus) .icon .swap-off {
    opacity: 1;
    transform: rotate(-80deg);
    visibility: visible;
    color: var(--icon-change-color);
}

.form.formKB:has(input:focus) .icon .swap-on {
    opacity: 0;
    visibility: visible;
}

.form.formKB:has(input:valid) .icon {
    transform: scale(1.3) rotate(var(--rotate));
}

.form.formKB:has(input:valid) .icon .swap-off {
    opacity: 1;
    visibility: visible;
    color: var(--icon-change-color);
}

.form.formKB:has(input:valid) .icon .swap-on {
    opacity: 0;
    visibility: visible;
}

.form.formKB:has(input:valid) .close-btn {
    opacity: 1;
    visibility: visible;
    transition: 0s;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}


/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
.p-top1,
.c-ads1 {
    background-image: var(--kb-category-bg);
    background-repeat: repeat;
    background-color: #222;
}

.home .c-ads1 {
    background: none;
}

.p-top1__wrapper {
    padding-top: 10px;
    padding-bottom: 20px;
}

.p-top1__inner {
    background-color: #282828;
    padding: 8px;
}

.p-top1__inner section {
    padding: 0;
}

.p-top1 .c-latest-posts__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #171717;
}

.p-top1 .c-latest-posts__featured {
    width: 760px;
    height: 440px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    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;
    position: relative;
    max-width: 100%;
}

.p-top1 .c-latest-posts__featured .skeleton-img {
    position: absolute;
}

.p-top1 .c-latest-posts__list {
    width: 326px;
    display: grid;
    grid-template-rows: repeat(4, 1fr);
    gap: 0;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-shrink: 0;
}

.p-top1 .c-latest-posts__list .c-post-item {
    padding: 21px 18px;
}

.p-top1 .c-latest-posts__list .c-post-item .c-post-item__title a {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.p-top1 .c-latest-posts__list .c-post-item .c-post-item__meta {
    color: #aaa;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 120%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
}

.p-top1 .c-latest-posts__list .c-post-item .c-post-item__meta .c-spe {
    font-size: 16px;
}

.p-top1 .c-latest-posts__list .c-post-item .c-post-item__meta .c-post-item__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
}

.p-top1 .c-latest-posts__list .c-post-item .c-post-item__meta .c-post-item__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
}

.p-top1 .c-latest-posts__list .c-post-item.is-active {
    background-color: #d0131a;
}
.p-top1 #featured-link{
    height: 100%;
    overflow: hidden;
}
.p-top1 #featured-image{
    width: 760px;
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.p-top2 .articlesSwiper {
    position: relative;
}

.p-top2 .articlesSwiper.is-loading .swiper-wrapper {
    display: flex;
}

.p-top2 .articlesSwiper.is-loading .swiper-slide {
    flex: 0 0 calc(25% - 18px);
    margin-right: 24px;
}

.p-top2 .articlesSwiper.is-loading .swiper-slide:last-child {
    margin-right: 0;
}
.p-top2 .articlesSwiper.is-loading .swiper-slide a, .p-top4 .articlesSwiper2.is-loading .swiper-slide a{
    width: 100%;
}

.p-top2 .articlesSwiper .swiper-slide .c-owl__img {
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    width: 100%;
}

.p-top2 .articlesSwiper .swiper-slide .c-owl__title {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.2;
    color: #fff;
}

.p-top2 .articlesSwiper .swiper-slide .c-owl__title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.p-top2 .articlesSwiper .swiper-slide .c-owl__author {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.2;
    color: #999;
}

.p-top2 .articlesSwiper .swiper-slide .c-owl__date {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.2;
    color: #999;
}

.p-top2 .articlesSwiper .swiper-arr .swiper-button-disabled {
    opacity: 0.5;
}

.p-top2 .articlesSwiper .swiper-arr--prev {
    position: absolute;
    display: flex;
    top: 35%;
    left: 0;
    z-index: 2;
    background-color: rgba(217, 217, 217, 0.8980392157);
    padding: 10px 6px 9px;
    cursor: pointer;
}

.p-top2 .articlesSwiper .swiper-arr--next {
    position: absolute;
    display: flex;
    top: 35%;
    right: 0;
    z-index: 2;
    background-color: rgba(217, 217, 217, 0.8980392157);
    padding: 10px 6px 9px;
    cursor: pointer;
}

.p-top2__inner {
    background-color: #222;
    padding: 16px;
}

.p-top3l01__inner {
    padding: 16px;
    background-color: #222;
}

.p-top3l02__inner {
    padding: 16px;
    background-color: #222;
}

.p-top3l {
    max-width: 776px;
    flex: 1 1 min(100%, 776px);
    min-width: 0;
}

.p-top4 .articlesSwiper2 {
    position: relative;
}

/* Ensure the main container hides any overflowing slides (hidden slides) */
.p-top4 .articlesSwiper2.is-loading {
    overflow: hidden; 
}

.p-top4 .articlesSwiper2.is-loading .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
}

/* 1. Desktop: 3 columns, 24px space */
.p-top4 .articlesSwiper2.is-loading .swiper-slide {
    flex: 0 0 calc((100% - 48px) / 3);
    width: calc((100% - 48px) / 3);
    margin-right: 24px;
}

/* Remove margin from the very last skeleton item to perfectly fit 100% width */
.p-top4 .articlesSwiper2.is-loading .swiper-slide:last-child {
    margin-right: 0;
}

/* 2. Tablet: 2 columns, 12px space */
@media (max-width: 1023px) {
    .p-top4 .articlesSwiper2.is-loading .swiper-slide {
        flex: 0 0 calc((100% - 12px) / 2);
        width: calc((100% - 12px) / 2);
        margin-right: 12px;
    }
}

/* 3. Mobile: 1 column, no space */
@media (max-width: 767px) {
    .p-top4 .articlesSwiper2.is-loading .swiper-slide {
        flex: 0 0 100%;
        width: 100%;
        margin-right: 0;
    }
}
.p-top4 .articlesSwiper2 .swiper-slide .c-owl__img {
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    width: 100%;
}

.p-top4 .articlesSwiper2 .swiper-slide .c-owl__title {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.2;
    color: #fff;
}

.p-top4 .articlesSwiper2 .swiper-slide .c-owl__author {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.2;
    color: #999;
}

.p-top4 .articlesSwiper2 .swiper-slide .c-owl__date {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.2;
    color: #999;
}

.p-top4 .articlesSwiper2 .swiper-arr .swiper-button-disabled {
    opacity: 0.5;
}

.p-top4 .articlesSwiper2 .swiper-arr--prev {
    position: absolute;
    top: 35%;
    left: 0;
    z-index: 2;
    background-color: rgba(217, 217, 217, 0.8980392157);
    padding: 10px 6px 9px;
    cursor: pointer;
    display: flex;
}

.p-top4 .articlesSwiper2 .swiper-arr--next {
    position: absolute;
    top: 35%;
    right: 0;
    z-index: 2;
    background-color: rgba(217, 217, 217, 0.8980392157);
    padding: 10px 6px 9px;
    cursor: pointer;
    display: flex;
    border: 0px;
}

.p-top4__inner {
    background-color: #222;
    padding: 16px;
}

.p-top2 .articlesSwiper .swiper-arr--prev,
.p-top2 .articlesSwiper .swiper-arr--next,
.p-top4 .articlesSwiper2 .swiper-arr--prev,
.p-top4 .articlesSwiper2 .swiper-arr--next {
    border: 0px;
}

/*------------------------------------------------------------
Css of Sidebar
------------------------------------------------------------*/
.c-sidebar {
    flex: 0 0 300px;
    width: 300px;
}


/*------------------------------------------------------------
Css of Category
------------------------------------------------------------*/
.category .c-ads1 {
    background-image: var(--kb-category-bg);
    background-repeat: repeat;
    background-color: #222;
}

.p-cat1l {
    max-width: 776px;
    flex: 1 1 776px;
}

.p-cat1l .p-cat1l__wrapper {
    background-color: #222;
}

.p-cat1r {
    width: 300px;
    flex: 0 1 auto;
}

/*------------------------------------------------------------
Css of Single Post
------------------------------------------------------------*/
.p-singlel {
    max-width: 776px;
    flex: 1 1 776px;
}

.p-singlel .p-singlel__wrapper {
    background-color: #222;
}

.p-singler {
    flex: 0 1 auto;
}

.c-single__title {
    font-family: "Open Sans", sans-serif;
    font-size: 3.4rem;
    line-height: 1.3;
    color: #fff;
}

.c-single__meta {
    gap: 8px;
}

.c-single__meta .c-single__date,
.c-single__meta .c-single__reading {
    font-weight: 500;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 1.2rem;
    line-height: 1.3;
    display: flex;
    column-gap: 4px;
}

.c-single__meta .c-single__author {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 1.2rem;
    line-height: 1.3;
    display: flex;
    column-gap: 4px;
}

.c-single__meta .u-spe__dot {
    font-size: 2rem;
    color: #fff;
    line-height: 1;
}

.c-single__thumb {
    width: 100%;
    height: max-content;

}

.c-single__thumb-img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.post-template-default .c-single__content ul{
    list-style: revert;
}

.post-template-default .c-single__share {
    column-gap: 10px;
}

.post-template-default .c-single__share .c-share__title {
    color: #fff;
    font-size: 1.6rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}

.post-template-default .c-single__share .c-share__list {
    column-gap: 12px;
}

.post-template-default .copy-link-btn {
    padding: 0;
    margin: 0;
    background: none !important;
    position: relative;
    border: 0;
    cursor: pointer;
}

.post-template-default .copy-link-btn .tooltip-copy {
    position: absolute;
    right: -40px;
    top: -20px;
    padding: 2px 4px;
    border-radius: 4px;
    background-color: #eaeaea;
    color: #000;
    opacity: 0;
    cursor: pointer;
    font-size: 1.2rem;
}

.post-template-default .copy-link-btn:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    transition: all 0.2s ease;
}

.post-template-default .copy-link-btn .tooltip-copy.is-active {
    opacity: 1;
}

.post-template-default .c-single__content {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    color: #fff;
    line-height: 1.3;
}
.post-template-default .c-single__content a{
	color: #5cc0f5;
    text-decoration: underline;
}

.post-template-default .c-single__content h2,
.post-template-default .c-single__content h3,
.post-template-default .c-single__content h4,
.post-template-default .c-single__content h5,
.post-template-default .c-single__content h6 {
    margin-bottom: 16px;
}

.post-template-default .c-single__content p {
    margin-bottom: 12px;
}

.post-template-default .c-single__content ul,
.post-template-default .c-single__content ol {
    margin-bottom: 16px;
    margin-left: 8px;
    list-style-position: inside;
}

.post-template-default .c-single__content ul li,
.post-template-default .c-single__content ol li {
    margin-bottom: 4px;
}

.post-template-default .c-meta1 {
    padding: 20px 8px;
    border-top: 1px solid #444444;
    border-bottom: 1px solid #444444;
}
.post-template-default .c-tag1{
    display: flex;
    align-self: center;
}

.post-template-default .c-single__tags,
.post-template-default .c-single__tags-list {
    column-gap: 4px;
}
.post-template-default .c-single__tags-list{
    flex-wrap: wrap;
    gap: 4px;
    justify-content: flex-start;
}

.post-template-default .c-single__tags-list li a {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    color: #fff;
    line-height: 1;
    padding: 6px 8px;
    border: 1px solid #888888;
    border-radius: 4px;
}

.post-template-default .c-single__tags-list li a:hover {
    background-color: #D0131A;
}

.post-template-default .c-single__tags-title {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    color: #fff;
    line-height: 1;
    align-content: center;
}

.post-template-default .c-single__nav {
    padding: 8px;
}

.post-template-default .c-single__nav .c-single__prev,
.post-template-default .c-single__nav .c-single__next {
    width: 40%;
    color: #fff;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    font-size: 1.5rem;
}

.post-template-default .c-single__nav .c-single__prev a,
.post-template-default .c-single__nav .c-single__next a {
    display: flex;
    align-items: center;
    column-gap: 8px;

}

.post-template-default .c-single__nav .c-single__next a {
    justify-content: flex-end;
}

.post-template-default .c-single__nav .c-single__next {
    text-align: right;
}

.post-template-default .c-related__list {
    padding: 16px;
    background-color: #222222;
}

.post-template-default .c-related__item {
    flex: 0 1 33%;
}

.post-template-default .c-related__list .c-related__thumb img {
    height: 176px;
    width: 100%;
    object-fit: cover;
}

.post-template-default .c-related__title {
    color: #fff;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    font-size: 1.6rem;
    line-height: 1.3;
}

.post-template-default .c-related__title,
.post-template-default .c-related__title * {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-template-default .c-related__meta {
    color: #999999;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    font-size: 1.2rem;
    flex-direction: column;
}

.post-template-default .c-related__list .c-related__date,
.post-template-default .c-related__list .c-related__author {
    column-gap: 4px;
}

/*------------------------------------------------------------
Css of Single page
------------------------------------------------------------*/
.page-template-default .c-single__content ul{
    list-style: revert;
}

.page-template-default .c-single__content * {
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
}

.page-template-default .c-single__content p {
    margin-bottom: 24px;
}

.page-template-default .c-single__content ul,
.page-template-default .c-single__content ol ol {
    list-style-position: outside;
    list-style-type: decimal;
    margin-left: 24px;
    margin-bottom: 24px;
}

.page-template-default .c-single__content ol ol {
    margin-top: 16px;
}

.page-template-default .c-single__content ol {
    margin-bottom: 24px;
}

.page-template-default .c-single__content strong {
    font-size: 20px;
    line-height: 1.3;
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Ads
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
#ad-sidebar-1 {
    min-height: 600px;
    width: 300px;
}

#ad-sidebar-2 {
    min-height: 90px;
    width: 300px;
}

#ad-sidebar-3 {
    min-height: 600px;
}

#ad-sidebar-4 {
    min-height: 250px;
}
.c-ad1--left, .c-ad1--right{
    margin-inline: auto;
}
#ad-topbar-01 {
    min-height: 100px;
    width: 728px;
    z-index: 2;
}

#ad-topbar-02 {
    width: 300px;
    min-height: 100px;
    z-index: 2;
}

#ad-topbar-03 {
    width: 728px;
    min-height: 100px;
}

.c-ads1 .c-ads1__wrapper .c-ad1__inner {
    /* justify-content: space-between; */
}

.c-ads__slot {
    position: relative;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.c-ads__slot:hover a,
.c-ads__slot a:hover,
.c-ads__slot a:hover img {
    opacity: 1 !important;
}

.c-ads__slot::after {
    content: 'AD';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #333333;
    pointer-events: none;
    z-index: -1;
    color: #eaeaea;
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
.u-spac__content {
    padding-left: 20px;
    padding-right: 20px;
}

.u-hidden {
    display: none !important;
}

.u-p16 {
    padding: 16px;
}

.u-pl10p {
    padding-left: 10%;
}

.u-pr10p {
    padding-right: 10%;
}

.u-pt5 {
    padding-top: 5px;
}

.u-pb5 {
    padding-bottom: 5px;
}

.u-pt10 {
    padding-top: 10px;
}

.u-pb10 {
    padding-bottom: 10px;
}

.u-pt20 {
    padding-top: 20px;
}

.u-pr20 {
    padding-right: 20px;
}

.u-pl20 {
    padding-left: 20px;
}

.u-pt24 {
    padding-top: 24px;
}

.u-pb24 {
    padding-bottom: 24px;
}

.u-mb12 {
    margin-bottom: 12px;
}

.u-mb4 {
    margin-bottom: 4px;
}

.u-mb6 {
    margin-bottom: 6px;
}

.u-mb8 {
    margin-bottom: 8px;
}

.u-mb16 {
    margin-bottom: 16px;
}

.u-mt16 {
    margin-top: 16px;
}

.u-mb20 {
    margin-bottom: 20px;
}

.u-mt30 {
    margin-top: 30px;
}

.u-mb30 {
    margin-bottom: 30px;
}

.u-mb24 {
    margin-bottom: 24px;
}

.u-mb28 {
    margin-bottom: 28px;
}

.u-mb45 {
    margin-bottom: 45px;
}

.u-space__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}

.u-text--2lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.u-text--center {
    text-align: center;
}

@-webkit-keyframes move1 {
    from {
        left: -50%;
        opacity: 1;
    }

    to {
        left: 100%;
        opacity: 1;
    }
}

@keyframes move1 {
    from {
        left: -50%;
        opacity: 1;
    }

    to {
        left: 100%;
        opacity: 1;
    }
}

@-webkit-keyframes move2 {
    from {
        left: -50%;
        opacity: 1;
    }

    to {
        left: 100%;
        opacity: 0.7;
    }
}

@keyframes move2 {
    from {
        left: -50%;
        opacity: 1;
    }

    to {
        left: 100%;
        opacity: 0.7;
    }
}

@-webkit-keyframes move3 {
    from {
        left: -50%;
        opacity: 0.4;
    }

    to {
        left: 100%;
        opacity: 1;
    }
}

@keyframes move3 {
    from {
        left: -50%;
        opacity: 0.4;
    }

    to {
        left: 100%;
        opacity: 1;
    }
}

.u-move1 {
    -webkit-animation: move1 12s linear infinite;
    animation: move1 12s linear infinite;
    left: -100%;
}

.u-move2 {
    -webkit-animation: move2 20s linear infinite;
    animation: move2 20s linear infinite;
}

.u-move3 {
    -webkit-animation: move3 15s linear infinite;
    animation: move3 15s linear infinite;
}

.u-move4 {
    -webkit-animation: move1 14s linear infinite;
    animation: move1 14s linear infinite;
    left: -100%;
}

.u-move5 {
    -webkit-animation: move2 10s linear infinite;
    animation: move2 10s linear infinite;
}

@-webkit-keyframes fading {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fading {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.p-page404__content p{
    font-size: 1.6rem;
    color: #fff;
    font-family: "Open Sans", sans-serif;
}