.ql-editor {
    height: auto !important;
}

.vuta-header .mobile-btn {
    display: none
}

@media screen and (max-width: 1200px) {
    .vuta-header .mobile-btn {
        display: block;
    }
    
    .vuta-header .mobile-btn #mobile-btn span {
        background: #035493;
        margin-bottom: 5px;
    }
    
    #menu-mobile .mobile-logo {
        width: 200px;
        margin: 0 auto;
        padding-bottom: 30px;
    }
}

.header-top-right {
    display: flex;
    gap: 10px;
}

#kt_aside_logo .logo {
    height: 90px;
}

.vuta-header.header {
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
    background: #f5f5f5;
}

.vuta-header.header .menu .accordion li>.link>a {
    display: flex;
    align-items: center;
    height: 54px;
    font-size: 18px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
}

.vuta-header.header .menu .accordion li>.link>a:hover {
    color: #000;
}

.vuta-header.header .header-top-right a {
    background: var(--second);
    color: #fff;
    text-transform: uppercase;
    height: 45px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    border-radius: 6px;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
    transition: background .3s ease;
}

.aside {
    background: #00243e;
}

#kt_aside_logo .logo {
    height: 30px !important;
}

.menu-heading {
    color: #fff;
}

.aside .aside-menu .menu .menu-item .menu-link.active .menu-title {
    color: #fff;
}

.aside .aside-menu .menu .menu-item .menu-link .menu-title {
    color: rgba(255, 255, 255, 0.7);
}

.aside .aside-menu .menu .menu-item .menu-link .menu-icon,
.aside .aside-menu .menu .menu-item .menu-link .menu-icon .svg-icon,
.aside .aside-menu .menu .menu-item .menu-link .menu-icon i {
    color: rgba(255, 255, 255, 0.7);
}

.aside .aside-menu .menu .menu-item .menu-link.active .menu-icon,
.aside .aside-menu .menu .menu-item .menu-link.active .menu-icon .svg-icon,
.aside .aside-menu .menu .menu-item .menu-link.active .menu-icon i {
    color: #fff;
}

.aside .aside-menu .menu .menu-item.hover:not(.here)>.menu-link:not(.disabled):not(.active):not(.here) .menu-title,
.aside .aside-menu .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
    color: #fff;
}

#kt_aside_footer .ms-2 .text-hover-primary {
    color: #fff !important;
}

.aside .aside-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.aside .aside-menu .menu .menu-item.here>.menu-link .menu-title {
    color: rgba(255, 255, 255, 0.7);
}

@media (max-width:996px) {
    .auth .w-lg-500px.p-10 {
        padding: 0 !important;
        width: 100%;
    }
    .auth .d-flex.right-auth {
        display: none !important;
    }
}

.post.post--single {
    padding-top: 20px;
}

.modal {
    background: rgba(0, 0, 0, 0.3);
    z-index: 9;
}

.btn.btn-primary {
    font-weight: 600;
}

.none {
    display: none !important;
}

.home-table table tbody tr td {
    background: #f5f5f5 !important;
}

.home-table {
    padding: 40px 0;
    background: #fff;
}

.home-table .box-title h2 {
    color: #000 !important;
}

.home-table table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.home-table td,
.home-table th {
    border: 1px solid #ccc;
    padding: 8px 12px;
    text-align: left;
}

.home-table th {
    background: #f2f2f2;
    cursor: pointer;
    user-select: none;
}

.home-table th.sort-asc::after {
    content: " ▲";
    font-size: 12px;
}

.home-table th.sort-desc::after {
    content: " ▼";
    font-size: 12px;
}

.home-table tr {
    cursor: pointer;
}

.home-table tr:hover {
    background: #f9f9f9;
}

.home-table td button {
    cursor: pointer;
}

.home-table tr.details {
    display: none;
}

@media (max-width: 768px) {
    .home-table td.more,
    .home-table th.more {
        display: none;
    }
    .home-table tr.details {
        display: none;
    }
    .home-table tr.expanded+tr.details {
        display: table-row;
    }
}

.home-table tr.details td {
    border-top: none;
    background: #fff !important;
    text-align: left !important;
    padding: 10px 20px !important;
    border-top: 0 !important;
}

.home-table tr.details td ul li {
    margin-bottom: 15px;
}

.home-table tr.details td ul li:last-child {
    margin-bottom: 0;
}

.home-table .toggle-icon {
    cursor: pointer;
    font-size: 14px;
    margin-right: 5px;
    display: inline-block;
    width: 16px;
    text-align: center;
}

.home-table .box-table {
    border: 1px solid rgba(0, 0, 0, .2) !important;
}

.home-table table {
    color: #000;
    margin: 0;
}

.home-table table td,
.home-table table tr {
    border-bottom: 1px solid #434343 !important;
}

.home-table table tr th {
    background: #fff !important;
    color: #000;
}

@media (min-width: 996px) {
    .home-table table tr th:first-child {
        display: none;
    }
}

.home-table table tr th:nth-child(2) {
    text-align: left !important;
}

.home-table table tbody tr td {
    padding: 25px 10px;
}

@media (min-width: 996px) {
    .home-table table tbody tr td:first-child {
        display: none;
    }
}

.home-table table tbody tr td:last-child {
    padding-right: 20px;
}

.home-table table tbody tr:hover td {
    background: #f9f9f9 !important;
}

.home-table table tbody tr:hover button {
    border: 2px solid #000;
    background: #000;
    color: #fff !important;
}

.home-table table tbody tr button span {
    transition: all ease 0.4s;
}

.home-table table tbody tr:hover button span {
    color: #fff;
}

.home-table table tbody .box {
    display: flex;
    justify-content: left;
    gap: 10px;
    align-items: center;
}

.home-table table tbody .box .avatar {
    height: 40px;
    width: 40px;
    aspect-ratio: 1/1;
}

.home-table table tbody .box .avatar img {
    object-fit: cover;
    height: 100% !important;
    width: 100% !important;
}

.home-table table tbody .box .name h4 {
    color: #000;
    font-size: 14px;
    margin-bottom: 0;
}

.home-table table tbody .box .name span {
    font-size: 12px;
    color: #888;
}

.home-table table button {
    display: inline-flex;
    align-items: center;
    border: 2px solid #434343;
    border-radius: 340282000000000000000000000000000000000px;
}

.home-table table button .icon {
    border-radius: 50%;
    background: var(--primary);
    border-radius: 50%;
    padding: 0.375rem;
    margin: 0.25rem;
    height: 27px !important;
    width: 27px !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.vscomp-wrapper.has-clear-button .vscomp-toggle-button {
    border: none !important;
}

.home-table table button span {
    color: #000;
    margin-left: 0.25rem;
    font-weight: 700;
    margin-right: 0.75rem;
}

.detail {
    padding: 40px 0;
}

.detail .box-title {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
}

.detail .box-title h2 {
    text-align: left;
}

.detail .box-title .left {
    display: flex;
    gap: 30px;
}

.detail .box-title .left .text {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.detail .box-title .left .avatar {
    width: 62px;
    height: 62px;
    border-radius: 10px;
    padding: 3px;
    background: #fff;
}

.detail .box-title .left h2 {
    margin: 0;
    font-size: 40px;
    color: var(--primary);
}

.detail .box-title .left h2 span {
    color: #fff;
}

.detail .box-title {
    margin-bottom: 40px;
}

.detail .box-title .left .text .list-tag ul {
    display: flex;
    gap: 10px;
}

.detail .box-title .left .text .list-tag ul li a {
    display: flex;
    padding: 2px 10px;
    background: #00243e;
    border: 1px solid var(--primary);
    align-items: center;
    color: #fff;
    border-radius: 40px;
    gap: 3px;
}

.visit {
    display: inline-flex;
    align-items: center;
    border: 2px solid var(--primary);
    border-radius: 340282000000000000000000000000000000000px;
}

.visit .icon {
    background: var(--primary);
    border-radius: 50%;
    padding: 0.375rem;
    margin: 0.25rem;
    height: 27px !important;
    width: 27px !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.visit span {
    color: var(--primary);
    margin-left: 0.25rem;
    font-weight: 700;
    margin-right: 0.75rem;
}

.detail .box-list ul {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-bottom: 30px;
}

.detail .box-list ul li {
    text-align: center;
}

.detail .box-list ul li h4 {
    font-size: 14px;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 0;
}

.detail .box-list ul li span {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary);
}

.detail .box-list ul li p {
    font-size: 14px;
}

.box-detail h3 {
    margin-bottom: 20px;
    color: var(--primary);
}

.box-detail .detail-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cdcdcd;
}

.box-detail .home-table {
    padding: 0;
}

.footer .footer-top {
    border-top: 1px solid #cdcdcd;
}

.box-detail .detail-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

@media (max-width:996px) {
    .detail .box-title .left h2 {
        margin: 0;
        font-size: 20px;
        color: var(--primary);
    }
    .detail .box-title {
        flex-wrap: wrap;
        gap: 20px;
    }
    .detail .box-title .left .avatar {
        width: 36px;
        height: 36px;
        border-radius: 10px;
        margin-top: 5px;
        padding: 3px;
        background: #fff;
    }
    .detail .box-title .left {
        gap: 10px;
    }
    .detail .box-title .left .text .list-tag ul li a {
        font-size: 12px;
        padding: 2px 5px;
    }
    .detail .box-title .right {
        padding-left: 45px;
    }
    .detail .box-list ul {
        flex-wrap: wrap;
        gap: 15px;
    }
    .detail .box-list ul li {
        width: calc(100%/2 - 10px);
    }
    .detail .box-list ul li:last-child {
        width: 100%;
    }
    .detail .box-list ul li span {
        font-size: 20px;
        font-weight: 700;
        color: #fff;
    }
}

.row-hidden {
    display: none
}

.filter {
    margin-bottom: 40px
}

.filter .box-title h2 {
    font-size: 30px;
    color: #fff
}

.filter .box-filter {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 1px 3px 0 #ccc, 0 1px 2px -1px #ccc
}

.filter .box-filter label {
    color: #000;
    font-weight: 600;
    margin-bottom: 5px
}

.filter .box-filter .vuta-input {
    height: 40px;
    width: 100% !important;
    max-width: 100%
}

.home-whyus {
    margin: 85px 0;
    margin-bottom: 85px;
    padding: 55px 0;
    background: var(--primary);
}

@media screen and (max-width:996px) {
    .filter .box-filter .vuta-input {
        margin-bottom: 15px
    }
}

.filter .box-filter .vuta-input.vscomp-ele {
    padding: 0;
    line-height: 38px
}

.filter .box-filter .vuta-row {
    margin-bottom: 20px
}

@media screen and (max-width:996px) {
    .filter .box-filter .vuta-row:last-child {
        margin-bottom: 0
    }
}

.filter .box-filter .d-flex {
    gap: 10px
}

.filter .box-btn {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

@media screen and (max-width:996px) {
    .filter .box-btn {
        gap: 10px
    }
}

.filter .box-btn button {
    height: 41px;
    background: #ccc;
    padding: 0 20px;
    border-radius: 8px;
    justify-content: center;
    font-size: 14px;
    margin: 0;
    align-items: center;
    display: flex;
    background: var(--second);
    color: #fff
}

@media screen and (max-width:996px) {
    .filter .box-btn button:first-child {
        width: 100%
    }
}

.filter .box-btn button:nth-child(2) {
    background: #ccc;
    margin-left: auto;
    margin-right: 10px;
    color: #000
}

@media screen and (max-width:996px) {
    .filter .box-btn button:nth-child(2) {
        width: calc(50% - 5px);
        margin: 0
    }
}

.filter .box-btn button:last-child {
    background: var(--primary)
}

@media screen and (max-width:996px) {
    .filter .box-btn button:last-child {
        width: calc(50% - 5px)
    }
}

.home-count {
    background: var(--primary);
}

.breadcrumb-area {
    background-color: #f6f2ed;
    background-image: url(/themes/mmo/images/bg/title-bar-01-bg.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom-width: 0;
    padding-bottom: 131px;
    padding-top: 136px;
    position: relative;
    z-index: 3
}

@media only screen and (max-width: 767px),only screen and (min-width:768px)and (max-width:991px),only screen and (min-width:992px)and (max-width:1199px) {
    .breadcrumb-area {
        padding-bottom:80px;
        padding-top: 80px
    }
}

.breadcrumb-list {
    margin-top: 20px
}

.breadcrumb-list li {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.58;
    text-transform: uppercase
}

.breadcrumb-list li a {
    position: relative
}

.breadcrumb-list li a:after {
    background: currentColor;
    bottom: 0;
    content: "";
    height: 1px;
    left: auto;
    position: absolute;
    right: 0;
    transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
    width: 0;
    z-index: -1
}

.breadcrumb-list li a:hover:after {
    left: 0;
    right: auto;
    width: 100%;
    z-index: 0
}

.breadcrumb-list li.active {
    color: #6d70a6
}

.page-pagination li {
    display: inline-block
}

.page-pagination li a {
    border-radius: 5px;
    color: #ababab;
    display: block;
    font-weight: 500;
    height: 41px;
    letter-spacing: 2px;
    line-height: 41px;
    min-width: 41px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase
}

.page-pagination li a.current {
    background: #f6f5f9;
    color: #086ad8
}

.page-pagination li a:hover {
    color: #086ad8
}

.single-blog-item.blog-masonry {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 40px rgba(51,51,51,.1);
    margin-bottom: 30px;
    overflow: hidden;
    position: relative
}

.single-blog-item.blog-masonry .post-info {
    padding: 10px 25px 83px
}

.single-blog-item.blog-masonry .post-info .post-title {
    line-height: 1.5
}

.single-blog-item .post-read-more .btn-read-more {
    border-top: 1px solid #eee;
    bottom: 0;
    color: #086ad8;
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 56px;
    left: 0;
    line-height: 55px;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1
}

.single-blog-item .post-read-more .btn-read-more:before {
    background: #086ad8;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(100%);
    transition: all .7s cubic-bezier(.645,.045,.355,1);
    z-index: -1
}

.single-blog-item .post-read-more .btn-read-more:hover {
    color: #fff
}

.single-blog-item .post-read-more .btn-read-more:hover:before {
    transform: translateY(0)
}
.single-blog-item img {
    width: 100%;
}

.blog-pages-wrapper{
    padding-top:70px;
    padding-bottom:100px;
}

.single-blog-item .post-info .post-title {
    margin-bottom: 15px
}

.single-blog-item .post-info .post-meta {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px
}

.single-blog-item .post-info .post-meta .post-date,.single-blog-item .post-info .post-meta .post-view {
    padding: 5px 10px
}

.single-blog-item .post-info .post-meta .post-date .meta-icon,.single-blog-item .post-info .post-meta .post-view .meta-icon {
    margin-right: 6px
}

.single-blog-item .post-info {
    margin-top: 20px
}

.single-blog-item .post-info .post-categories {
    color: #d2a98e;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: uppercase
}
.single-blog-item .post-info .post-title {
    margin-bottom: 15px
}

.single-blog-item .post-info .post-meta {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px
}

.single-blog-item .post-info .post-meta .post-author {
    padding: 5px 10px 0
}

.single-blog-item .post-info .post-meta .post-author .avatar-96 {
    border-radius: 50%;
    margin-right: 6px;
    vertical-align: middle;
    width: 32px
}

.single-blog-item .post-info .post-meta .post-date,.single-blog-item .post-info .post-meta .post-view {
    padding: 5px 10px
}

.single-blog-item .post-info .post-meta .post-date .meta-icon,.single-blog-item .post-info .post-meta .post-view .meta-icon {
    margin-right: 6px
}

.single-blog-item.blog-masonry {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 40px rgba(51,51,51,.1);
    margin-bottom: 30px;
    overflow: hidden;
    position: relative
}

.single-blog-item.blog-masonry .post-info {
    padding: 10px 25px 83px
}

.single-blog-item.blog-masonry .post-info .post-title {
    line-height: 1.5
}

.single-blog-item .post-read-more .btn-read-more {
    border-top: 1px solid #eee;
    bottom: 0;
    color: #086ad8;
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 56px;
    left: 0;
    line-height: 55px;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1
}

.single-blog-item .post-read-more .btn-read-more:before {
    background: #086ad8;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(100%);
    transition: all .7s cubic-bezier(.645,.045,.355,1);
    z-index: -1
}

.single-blog-item .post-read-more .btn-read-more:hover {
    color: #fff
}

.single-blog-item .post-read-more .btn-read-more:hover:before {
    transform: translateY(0)
}
.single-blog-item img {
    width: 100%;
}

.blog-pages-wrapper{
    padding-top:70px;
    padding-bottom:100px;
}

.single-blog-item .post-info .post-title {
    margin-bottom: 15px
}

.single-blog-item .post-info .post-meta {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px
}

.related-posts-wrapper {
    margin-top: 66px;
}

