.archive-blog .row {
    row-gap: clamp(32px, 5vw, 60px);
}
/*.mb-post {*/
/*    margin-bottom: clamp(32px, 5vw, 58px);*/
/*}*/
.slider-box {
    position: relative;
    margin: 24px auto;
}
.swiper.swiper-slider {
    clip-path: polygon(83.844% 0.305%, 83.844% 0.305%, 84.217% 0.326%, 84.586% 0.389%, 84.951% 0.493%, 85.31% 0.637%, 85.662% 0.82%, 86.006% 1.043%, 86.341% 1.304%, 86.666% 1.603%, 86.979% 1.939%, 87.28% 2.311%, 97.83% 16.298%, 97.83% 16.298%, 98.217% 16.86%, 98.568% 17.474%, 98.883% 18.136%, 99.161% 18.84%, 99.4% 19.582%, 99.598% 20.358%, 99.754% 21.161%, 99.868% 21.989%, 99.937% 22.835%, 99.96% 23.696%, 99.96% 76.492%, 99.96% 90.595%, 99.96% 90.595%, 99.887% 92.121%, 99.677% 93.568%, 99.339% 94.917%, 98.886% 96.149%, 98.33% 97.245%, 97.682% 98.185%, 96.952% 98.95%, 96.154% 99.52%, 95.297% 99.877%, 94.394% 100%, 18.704% 100%, 10.053% 100%, 10.053% 100%, 9.599% 99.968%, 9.151% 99.876%, 8.711% 99.723%, 8.282% 99.511%, 7.864% 99.242%, 7.461% 98.918%, 7.073% 98.539%, 6.704% 98.107%, 6.355% 97.625%, 6.028% 97.092%, 1.687% 89.414%, 1.687% 89.414%, 1.404% 88.873%, 1.147% 88.299%, 0.918% 87.697%, 0.717% 87.069%, 0.546% 86.418%, 0.403% 85.746%, 0.292% 85.058%, 0.211% 84.355%, 0.162% 83.641%, 0.146% 82.918%, 0.146% 9.709%, 0.146% 9.709%, 0.219% 8.184%, 0.43% 6.737%, 0.767% 5.387%, 1.22% 4.155%, 1.776% 3.059%, 2.425% 2.119%, 3.154% 1.355%, 3.952% 0.784%, 4.809% 0.428%, 5.712% 0.305%);
}
.slider-box::after {
    content: '\e917';
    font-family: icomoon;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 22px;
    line-height: 1;
    color: var(--color1);
}
.slider-box::before {
    content: '';
    width: 88%;
    height: 100%;
    background: var(--color1);
    clip-path: polygon(91.473% 0%, 8.482% 0%, 8.482% 0%, 6.876% 0.22%, 5.381% 0.85%, 4.021% 1.847%, 2.82% 3.166%, 1.801% 4.764%, 0.988% 6.597%, 0.404% 8.62%, 0.072% 10.789%, 0.017% 13.061%, 0.261% 15.391%, 13.104% 90.353%, 13.104% 90.353%, 13.698% 92.761%, 14.574% 94.853%, 15.687% 96.604%, 16.991% 97.992%, 18.443% 98.991%, 19.996% 99.579%, 21.606% 99.732%, 23.228% 99.426%, 24.817% 98.637%, 26.327% 97.342%, 96.475% 22.38%, 96.475% 22.38%, 98.164% 20.035%, 99.282% 17.338%, 99.861% 14.428%, 99.933% 11.448%, 99.528% 8.539%, 98.68% 5.842%, 97.418% 3.498%, 95.775% 1.649%, 93.783% 0.436%);
    position: absolute;
    left: 10px;
    top: -8px;
}
.slider-item {
    display: block;
}
.slider-item img {
    width: 100%;
}
.slider-navigation.v2 {
    bottom: 16px;
    background: #FFFFFF80;
    backdrop-filter: blur(52px);
}
.widget-side:before {
    content: "";
    position: absolute;
    background: var(--color1);
    width: 104px;
    height: 12px;
    right: 50%;
    transform: translateX(50%);
    top: 0;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    z-index: 0;
}
/* sidebar */
.sidebar.sidebar-blog .widget-side:not(.widget_media_image) {
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #F2F2F2;
    background: white;
    box-shadow: 0px 10px 20px rgb(148 148 148 / 16%);
    padding: clamp(24px, 3vw, 32px) 20px;
}
.sidebar.sidebar-blog .widget-title h4 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1;
    font-family: var(--medium);
}
.sidebar.sidebar-blog .widget-title h4:before {
    content: "\e928";
    font-family: 'icomoon';
    width: 30px;
    height: 30px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color1);
}
.sidebar.sidebar-blog .widget-title .caticon {
    left: 0px;
    top: 8px;
}
.sidebar.sidebar-blog .widget-title .caticon::before {
    color: black;
}
.widget-side:not(.woocommerce-widget-layered-nav) > ul > li > a {
    display: block;
    position: relative;
    font-size: 16px;
}
.sidebar.sidebar-blog .widget-side > ul {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    gap: clamp(24px, 3vw, 32px);
}
.cat-parent {
    position: relative;
}
.children .cat-item {
    line-height: 1.5;
    display: flex;
    gap: 8px;
    align-items: center;
}
.children .cat-item:before {
    content: "";
    width: 5px;
    height: 5px;
    position: relative;
    display: inline-flex;
    background: #A6A6A6;
    border-radius: 50%;
    transition: 0.4s;
}
.children .cat-item:hover:before {
    background: var(--color1);
}
.cat-item a {
    display: block;
}
.widget-side .children {
    padding: 24px 12px 0 0;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.caticon {
    cursor: pointer;
    min-width: 14px;
    height: 14px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0px;
    top: 9px;
    transition: 0.4s ease;
    border-radius: 5px;
    line-height: 1;
    padding: 0px;
    font-size: 6px !important;
    /*left: 20px;*/
    /*top: 30px;*/
}
.caticon:before {
    content: "\e900";
    font-family: icomoon;
    transition: 0.4s ease;
}
.caticon.active {
    color: var(--color1);
    transform: rotate(180deg);
}
/*.caticon.active:before {*/
/*    content: "\e925";*/
/*}*/
/*.cat-parent.active > .caticon {*/
/*    transform: rotate(-135deg);*/
/*    color: var(--color3);*/
/*}*/
.children .caticon {
    top: 5px;
}
.widget-title .caticon {
    border-color: rgba(255, 255, 255, 0.3);
}
.widget_media_image {
    display: none;
    border-radius: 0;
    border: none;
    border-radius: 80px 0;
    filter: brightness(0.9);
    transition: 0.4s ease;
}
.widget_media_image img {
    width: 100%;
}
.widget_media_image:hover {
    filter: brightness(1.2);
}
#sidebar a {
    color: #252525;
}
#sidebar li.current-cat > a,
#sidebar a:hover {
    color: var(--color1);
}
#sidebar li.current-cat > a:before,
#more-tax-desc {
    padding: clamp(24px, 3vw, 32px) clamp(16px, 6vw, 78px) clamp(8px, 3vw, 40px);
    border-radius: clamp(10px, 2vw, 16px) clamp(32px, 5vw, 64px) clamp(10px, 2vw, 16px) clamp(10px, 2vw, 16px);
    position: relative;
    display: block;
    background: #F7F7F7;
    z-index: 1;
    overflow: hidden;
}
.widget-side:not(:nth-last-child(1)) {
    margin-bottom: 24px;
}
.slider-navigation {
    position: absolute;
    bottom: 41px;
}
@media screen and (min-width: 576px) {
    .slider-box::after {
        font-size: 33px;
    }
}
@media screen and (min-width: 992px) {
    .slider-box {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media screen and (min-width: 1200px) {
    .slider-box::after {
        font-size: 44px;
    }
    .slider-box {
        flex: 0 0 42%;
        max-width: 42%;
        margin-right: 80px;
    }
}
@media only screen and (max-width: 768px) {
    .sidebar.sidebar-blog .widget-side:not(.widget_media_image) {
        margin-bottom: 24px;
    }
}