* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    margin-top: 0 !important;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
    letter-spacing: 0;
}
ul li, ol li {
    margin: 0;
}
.elementor-menu-toggle svg {
    width: auto;
    height: auto;
}
.menu-mobile .elementor-menu-toggle {
    padding: 0;
}
.entry-content li {
    margin-bottom: 0;
}
.blog {
    position: relative;
}
img.bg-blog {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;
}
@media(max-width: 767px) {
    img.bg-blog {
        display: none;
    }
}
.container-blog {
    max-width: 1280px;
    margin: auto;
    position: relative;
    z-index: 1;
}
.content-wrap-blog {
    padding: 38px 22px 115px 93px;
}
.content-wrap-detail {
    padding: 38px 22px 115px 103.8px;
}
@media(max-width: 1024px) {
    .content-wrap-blog {
        padding: 40px 20px 60px;
    }
    .content-wrap-detail {
        padding: 40px 20px 60px;
    }
}
.btn-back {
    width: 50px;
    height: 50px;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FAFAFA !important;
    border: 2px solid #F0F3F5;
    border-radius: 10px !important;
    outline: none !important;
}
@media(max-width: 767px) {
    .btn-back {
        box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.05);
    }
}
.blog-main {
    padding-top: 40px;
    display: flex;
    gap: 61px;
}
.detail-main {
    padding-top: 5px;
    display: flex;
    gap: 61px;
}
@media(max-width: 767px) {
    .blog-main {
        padding-top: 26px;
    }
    .detail-main {
        padding-top: 26px;
    }
}
.blog-list-wrap {
    flex: 1;
    padding-right: 24px;
}
.blog-list-wrap.detail {
    padding-top: 17px;
    padding-right: 10px;
}
@media(max-width: 1024px) {
    .blog-list-wrap {
        padding-right: 0;
    }
}
.blog-list-wrap h2.blog-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    color: #35318F;
}
@media(max-width: 1024px) {
    .blog-list-wrap h2.blog-title {
        font-size: 24px;
        line-height: 36px;
    }
}
.blog-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 32px;
}
@media(max-width: 767px) {
    .blog-list {
        gap: 20px;
        margin-top: 20px;
    }
}
.blog-item {
    display: flex;
    gap: 28px;
}
@media(max-width: 767px) {
    .blog-item {
        gap: 19px;
    }
}
.blog-item_img {
    width: 200px;
    flex-shrink: 0;
    padding-top: 6px;
}
@media(max-width: 767px) {
    .blog-item_img {
        width: 120px;
    }
}
.blog-item_img img {
    width: 100%;
    height: auto;
}
.blog-item_text {
    flex: 1;
}
.blog-item_text h3 > a {
    display: flex;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #3B4043;
}
@media(max-width: 1024px) {
    .blog-item_text h3 > a {
        font-size: 20px;
        line-height: 30px;
    }
}
.blog-item_text p {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    color: #3B4043;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media(max-width: 1024px) {
    .blog-item_text p {
        margin-top: 11px;
    }
}
@media(max-width: 767px) {
    .blog-item_text p {
        margin-top: 5px;
        font-size: 11px;
        line-height: 18px;
        -webkit-line-clamp: 2;
    }
}
.blog-item_text > a {
    font-size: 12px;
    font-weight: 700;
    line-height: 100%;
    color: #35318F;
    display: flex;
    justify-content: flex-end;
    margin-top: 13px;
}
@media(max-width: 767px) {
    .blog-item_text > a {
        font-size: 11px;
    }
}
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 23px;
    margin-top: 50px;
    position: relative;
    left: -11px;
}
@media(max-width: 767px) {
    .pagination {
        gap: 12px;
    }
}
.pagination .prev {
    margin-right: 10px;
}
.pagination .next {
    margin-left: 10px;
}
.pagination .prev, .pagination .next {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FAFAFA;
    border: 2px solid #F0F3F5;
    border-radius: 10px;
}
@media(max-width: 767px) {
    .pagination .prev, .pagination .next {
        width: 40px;
        height: 40px;
        border: 1px solid #F0F3F5;
    }
}
.pagination .prev svg, .pagination .next svg {
    width: 24px;
    height: 21px;
}
@media(max-width: 767px) {
    .pagination .prev svg, .pagination .next svg {
        width: 24px;
        height: 24px;
    }
}
.pagination .page-numbers {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #98A6B5;
}
@media(max-width: 767px) {
    .pagination .page-numbers {
        font-size: 18px;
        line-height: 27px;
    }
}
.pagination .page-numbers.current {
    color: #35318F;
}
.sidebar {
    width: 216px;
    flex-shrink: 0;
    margin-top: -2px;
}
@media(max-width: 1024px) {
    .sidebar {
        display: none;
    }
}
.sidebar-search {
    position: relative;
}
.sidebar-search input {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #CDD6DD;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #3B4043;
    padding: 12px 35px 12px 20px;
}
.sidebar-search input::placeholder {
    color: #CDD6DD;
}
.sidebar-search input:focus {
    background: #FFF;
    outline: none;
    box-shadow: none;
    border: 1px solid #CDD6DD !important;
}
.sidebar-search button {
    background: transparent !important;
    padding: 0 !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    display: flex;
}
.sidebar-search button:focus {
    outline: none !important;
}
.sidebar-search button svg {
    width: 16px;
    height: 16px;
}
.sidebar-cate {
    margin-top: 59px;
}
.sidebar-cate h6.sidebar-cate-title {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    color: #98A6B5;
    letter-spacing: 0;
}
.sidebar-cate-wrap {
    margin-top: 23px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.parent-category {
    display: flex;
    align-items: center;
    gap: 8.9px;
    letter-spacing: 0;
}
.parent-category svg {
    cursor: pointer;
    transition: all .3s linear;
}
.parent-category svg.rotate {
    transform: rotate(90deg);
}
.parent-category a {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #3B4043;
}
.category-item ul.subcategory-list {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    max-height: 0;
    overflow: hidden;
    transition: all .3s linear;
}
.category-item ul.subcategory-list::-webkit-scrollbar {
    display: none;
}
.category-item ul.subcategory-list.show {
    margin-top: 35px;
    max-height: 300px;
    overflow: auto;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.category-item ul.subcategory-list li a {
    display: flex;
    align-items: center;
    gap: 8.9px;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: #3B4043;
}
.content-detail-blog {
    margin-top: 23px;
}
@media(max-width: 767px) {
    .content-detail-blog {
        margin-top: 20px;
    }
}
.date-detail {
    margin-top: 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
}
.number-list ol {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.error404 #page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.error404 #page header, .error404 #page footer {
    flex-shrink: 0;
}
.error404 #page #content {
    flex: 1;
    display: flex;
    flex-direction: column;
}
span.elementor-button-icon {
    display: flex;
}
.wp-caption .wp-caption-text {
    margin: 16px 0px 4px;
    font-size: 12px;
}
.elementor-754 .elementor-element.elementor-element-88bb674.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs[data-touch-mode='true'] > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover {
	border-color: transparent !important;
}
#menu-mobile .menu-mobile-header .elementor-button-wrapper {
    display: flex;
}
header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    transition: all .3s linear;
}
#page {
    padding-top: 119.48px;
}
#menu-mobile {
    top: 0;
}
@media(max-width: 1024px) {
    #page {
        padding-top: 80px;
    }
}
@media(max-width: 767px) {
    #page {
        padding-top: 71px;
    }
    #Close-menu svg {
        width: 18px;
        height: 18px;
    }
    
}
#menu-mobile {
    max-height: 0;
    min-height: 0;
    transition: all .3s linear;
    overflow: hidden;
}
#menu-mobile.show {
    max-height: auto;
    min-height: 100vh;
}
#menu-mobile .elementor-nav-menu--dropdown {
    margin-top: 0;
}
.menu-hidden nav.elementor-nav-menu--dropdown {
    display: none;
}
@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed;
    }
}
#wpadminbar + #page {
    padding-top: 151.48px;
    header {
        padding-top: 32px;
    }
}
@media(max-width: 1024px) {
    #wpadminbar + #page {
        padding-top: 112px;
        header {
            padding-top: 32px;
        }
        #menu-mobile {
            top: 32px;
        }
        #menu-mobile.show {
            min-height: calc(100vh - 32px);
        }
    }
}
@media(max-width: 767px) {
    #wpadminbar + #page {
        padding-top: 117px;
        header {
            padding-top: 46px;
        }
        #menu-mobile {
            top: 46px;
        }
        #menu-mobile.show {
            min-height: calc(100vh - 46px);
        }
    }
}
