 /* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { }

/* XX-Large devices */
@media (max-width: 1919px) {
    .header-sticky {
        padding: 0 50px;
    }
    .navigate > li > a {
        margin-right: 5px;
    }
}
 /* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
    .lg-hidden {
        display: block;
    }
    .xs-hidden {
        display: none;
    }
    .header-fill {
        height: 60px;
    }
    .header-sticky {
        height: 60px;
    }
    .header__img {
        max-width: 170px;
    }
    .header-sticky {
        padding: 0 15px;
    }
    .header__item.left {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .toggle img {
        max-width: 30px;
    }
    .heading__title {
        font-size: 24px;
    }
    .heading__desc {
        font-size: 15px;
    }
    .policy-item {
        width: 100%;
        margin: 0 0 12px 0;
    }

    .featured-product__item {
        flex-direction: column;
    }
    .featured-product__item .product-featured-info {
        margin-top: 15px;
    }
    .featured-product .product-featured-img,
    .featured-product .product-featured-info {
        width: 100%;
        padding-right: 0;
    }
    .owl-product .owl-nav {
        width: calc(100% + 30px);
        margin-left: -15px;
        padding: 0 15px;
    }
    .product-heading .title {
        font-size: 24px;
    }
    .product-heading .desc {
        font-size: 15px;
    }
    .customer-item {
        width: 100%;
    }
    .customer-item-info h3 a {
        font-size: 16px;
        line-height: 15px;
    }
    .customer-item-info p {
        font-size: 15px;
    }
    .partner-wrap {
        flex-wrap: wrap;
    }
    .partner-wrap .partner-left,
    .partner-wrap .partner-right {
        width: 100%;
    }
    .partner__heading {
        padding: 15px 0 5px;
        text-align: center;
        font-size: 24px;
    }
    .partner__desc {
        text-align: center;
        font-size: 15px;
        margin-bottom: 15px;
    }
    .partnerBox {
        filter: grayscale(0);
    }
    .logo-app {
        margin-bottom: 12px;
    }
    .footer-navigate {
        margin-bottom: 10px;
    }
    .post__title {
        font-size: 24px;
        line-height: 35px;
    }
    .widgets {
        align-items: flex-start;
        flex-direction: column;
    }
    .widgets .date-comment,
    .widgets .social2 {
        margin-bottom: 3px;
    }
    .news-bottom-menu {
        align-items: flex-start;
        flex-direction: column;
    }
    .api-socials div {
        margin-right: 3px;
    }
    .box-one {
        margin-bottom: 30px;
    }
    .th-news-item.main .images-form .img-content {
        max-height: 260px;
    }
    .th-news-item .images-form .img-content {
        max-height: 250px;
    }
    .bg-themes {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        height: 780px;
    }
    .sidebar-heading-text,
    .template-img,
    .template-info-head,
    .template-info-name {
        padding: 0 35px;
    }
    .sidebar-heading-text {
        margin-top: 25px;
    }
    .sidebar-heading-text h1 {
        font-size: 26px;
        line-height: 40px;
    }
    .owl-template .item .template-img,
    .owl-template .item .template-info {
        width: 100%;
    }
    .owl-template .owl-nav {
        right: 0;
        bottom: -50px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .sidebar-heading-text p {
        font-size: 20px;
    }
    .owl-template .item {
        flex-direction: column;
    }
    .owl-template .item .template-info {
        margin-left: 0;
        text-align: center;
        padding-top: 20px;
    }
    .template-info-head {
        font-size: 18px;
    }
    .template-info-name {
        font-size: 28px;
    }
    .owl-template .item .template-info {
        width: 100%;
    }
    .template-pricing .price {
        font-size: 24px;
    }
    .btn-action {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .btn-action .btn-order,
    .btn-action .btn-detail {
        font-size: 14px;
        font-weight: 600;
        padding: 0 30px;
    }
    .industry {
        padding-bottom: 10vh;
    }
    .category-link {
        margin-bottom: 20px;
    }
    .category-link .icon {
        width: 180px;
        height: 180px;
    }
    .productBox__image {
        max-height: 380px;
    }
    .post-author li a {
        font-size: 14px;
    }
    .post-author li a i {
        font-size: 20px;
    }
    .post-author li a span {
        margin-left: 24px;
    }
    .card.pricing {
        margin-top: 0;
        margin-bottom: 15px;
    }
    .footer {
        min-height: 135vh;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { }

 /* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { }

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1300px;
    }
}