@media (min-width: 1920px) {}

@media (max-width: 1919.98px) and (min-width: 1500px) {}

@media (max-width: 1919.98px) {}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1224px;
    }
}

@media (max-width: 1399.98px) {
    :root {
        --font-size-base: 15px;
        --font-size-small: 13px;
        --font-size-tini: 11px;
        --font-size-h1: 42px;
        --font-size-h2: 36px;
        --font-size-h3: 30px;
        --font-size-h4: 24px;
        --font-size-h5: 18px;
        --font-size-h6: 16px;
        --space-size-1: 8px;
        --space-size-2: 16px;
        --space-size-3: 24px;
        --space-size-4: 32px;
        --space-size-5: 40px;
        --input-height: 40px;
    }

    .site-header {
        padding: 24px 0;
    }

    .site-header .site-branding a {
        height: 44px;
    }

    .site-header .menu li {
        padding: 0px 0px 0 20px;
    }

    .loading-more svg {
        width: 30px;
    }

    .section-banner {
        height: 280px;
    }

    .list-image img {
        height: 58px;
    }
}

@media (max-width: 1199.98px) {
    :root {
        --font-size-base: 14px;
        --font-size-small: 12px;
        --font-size-tini: 10px;
        --font-size-h1: 38px;
        --font-size-h2: 30px;
        --font-size-h3: 26px;
        --font-size-h4: 22px;
        --font-size-h5: 16px;
        --font-size-h6: 15px;
        --space-size-1: 6px;
        --space-size-2: 12px;
        --space-size-3: 18px;
        --space-size-4: 24px;
        --space-size-5: 32px;
        --input-height: 40px;
    }

    .site-header {
        padding: 20px 0;
    }

    .site-header .site-branding a {
        height: 36px;
    }

    .down .site-header .site-branding a {
        height: 36px;
    }

    .site-header .menu li {
        padding: 0px 0px 0 16px;
    }

    .section-banner {
        height: 240px;
    }

    .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }

    .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 4px;
    }

    .box-title {
        padding: 5px 50px 5px 20px;
    }

    .post-list .content {
        bottom: 20px;
        right: 70px;
        padding: 10px 20px 10px 10px;
    }

    .post-list .content::after {
        right: 10px;
        zoom: 0.75;
    }

    .post-list .content h6 a::after {
        left: 100%;
    }
}

@media (max-width: 991.98px) {
    .section-img .big-box {
        position: relative;
        margin-top: var(--space-size-2);
    }

    .content.has-box {
        height: auto !important;
    }

    .row>div:first-child .content.has-box {
        margin-bottom: var(--space-size-5);
    }

    .gallery .gal-item {
        width: calc(100% / 2 - 1rem);
    }
}

@media (max-width: 767.98px) {
    .section-banner {
        height: 150px;
    }

    .list-image img {
        height: 50px;
    }

    .item-testi .avt-wrap {
        display: none;
    }

    .item-testi .content-wrap {
        padding-right: calc(1.5rem * .5);
        padding-left: calc(1.5rem * .5);
        padding-bottom: calc(var(--space-size-5) + var(--space-size-4));
    }

    .item-testi .content-wrap .content,
    .item-testi .content-wrap .name {
        text-align: center;
    }

    .nav-tabs .nav-item {
        width: 100%;
    }

    .nav-tabs .nav-item .nav-link {
        margin: 0 auto;
    }

    .project-filter {
        flex-wrap: wrap;
    }

    .project-filter>* {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .list-image img {
        height: 30px;
    }
}