@media only screen and (max-width: 2400px) and (min-width: 1801px) {
    .sidebar-open .side-bar {
        left: 200px;
    }
}

@media only screen and (max-width: 1800px) and (min-width: 1681px) {
    .sidebar-open .side-bar {
        left: 150px;
    }
}

@media only screen and (max-width: 1680px) and (min-width: 1581px) {
    .sidebar-open .side-bar {
        left: 80px;
    }
}
@media only screen and (max-width: 1580px) and (min-width: 1280px) {
    .sidebar-open .side-bar {
        left: 35px;
    }
}

@media only screen and (max-width: 1279px) and (min-width: 750px) {
    .sidebar-open .side-bar {
        left: 10px;
    }
}
@media only screen and (max-width: 780px) and (min-width: 1024px) {
    .col-md-7.img-res-prod-left {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .ps-form--quick-search {
        min-width: 320px;
    }

    .ps-product .ps-product__thumbnail {
        max-height: 300px;
    }

    .page-search
        .images-res-prod
        .img-res-prod-left
        .ps-product
        .ps-product__thumbnail {
        height: 360px;
    }

    .images-res-prod .ps-product .ps-product__thumbnail {
        height: 170px;
    }
    .page-search-image .overlay-owl-left {
        left: 100%;
    }
    .page-products .all-res-left-wrap {
        max-width: 100%;
        width: calc(100% - 240px);
    }
    .page-products .right-adv-prod.row-grid {
        gap: 5px;
    }
    .custom-radio svg {
        width: 11px;
    }

    .custom-radio .checkmark {
        width: 14px;
        height: 14px;
    }
    .custom-radio .checkmark:after {
        top: 2px;
        left: 2px;
    }
    .custom-radio {
        padding-left: 17px;
    }
    .custom-radio .d-flex {
        gap: 3px;
    }
    .page-products .right-adv-prod.row-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .page-products .images-res-prod .ps-product .ps-product__thumbnail {
        height: 200px;
    }
}
@media (min-width: 990px) {
    .kp-item.kp-item-grow-3 {
        max-width: 66.66666667%;
    }
    .container-cus-xxl {
        width: 90%;
    }
    .kp-item {
        min-width: 33.33333333%;
        max-width: 33.33333333%;
    }
    .ps-filter__header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
@media (min-width: 768px) {
    .sidebar-open .side-bar {
        background: #f5f5f5;
        z-index: 99;
    }
    .sidebar-open .side-bar .side-bar__content {
        padding: 0 15px;
    }
}
@media (min-width: 1100px) {
    .sidebar-open .side-bar {
        background: #f5f5f5;
        z-index: 99;
    }
    .kp-right-item-dcol-box {
        padding: 10px 16px;
    }
    .container-cus-xl.container {
        width: 930px;
        min-width: unset;
    }

    .res-right-thumb img {
        height: 75px;
    }

    .res-right-thumb {
        max-width: 85px;
    }
    .kp-right-item-new > a {
        display: inline-block;
        height: 150px;
        width: 100%;
    }
    .kp-right-item-new a img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }
    .page-search-all .ps-form--quick-search {
        min-width: 550px;
    }
}
@media (min-width: 1024px) {
    .ps-form--quick-search {
        min-width: 550px;
    }
    .container-cus-xl {
        max-width: 1000px;
    }
    .all-res-left-wrap .img-res-prod-left .row-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .page-search-image .row-grid.d-flex {
        grid-template-columns: repeat(5, minmax(0, 195px));
    }
}
@media (min-width: 1280px) {
    .page-search-all .ps-form--quick-search {
        min-width: 570px;
    }
}
@media (min-width: 1400px) {
    .page-search-all .ps-form--quick-search {
        min-width: 700px;
    }
    .page-search-image .row-grid.d-flex {
        grid-template-columns: repeat(7, minmax(200px, 1fr));
    }
    #my-page.page-search-image
        .all-res-left-wrap
        .images-res-prod
        .col-cus-padding {
        max-width: 195px;
    }
    #my-page.page-search-image.open-right-sidebar
        .all-res-left-wrap
        .images-res-prod
        .col-cus-padding {
        max-width: unset;
    }
    .container-cus-xl {
        max-width: 1300px;
    }
    .page-search
        .images-res-prod
        .img-res-prod-left
        .ps-product
        .ps-product__thumbnail {
        height: 192px;
    }
    .all-res-left-wrap .img-res-prod-left .row-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (min-width: 1500px) {
    .container-cus-xl.container {
        width: 1170px;
        min-width: unset;
    }
    .res-right-thumb img {
        height: 92px;
        width: 92px;
    }

    .res-right-thumb {
        max-width: unset;
    }
    .container-cus-xxl {
        width: 1350px;
    }
    .kp-item {
        flex-grow: 1;
        min-width: 20%;
        max-width: 20%;
        padding: 0 8px;
        margin-bottom: 16px;
        height: 302px;
    }

    .kp-item.kp-item-grow-3 {
        flex-grow: 3;
        max-width: unset;
        flex: 1;
    }
    .page-search-image .row-grid.d-flex {
        grid-template-columns: repeat(9, minmax(195px, 1fr));
    }
    .page-products .all-res-left-wrap {
        max-width: 1122px;
    }
    .page-products .right-adv-prod.row-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 14px;
    }
}

@media (min-width: 1910px) {
    .container-cus-xxl {
        width: 1548px;
    }

    .kp-item.kp-item-grow-3 {
        max-width: 606px;
    }
    /* .kp-right-item-new > a {
      display: inline-block;
      height: 150px;
      width: 100%;
    }
    .kp-right-item-new a img {
      height: 100%;
      object-fit: cover;
      width: 100%;
    } */
}
@media (min-width: 2100px) {
    .page-search-image .row-grid.d-flex {
        display: flex;
        flex-wrap: wrap;
    }
    .page-search-image .overlay-owl-right {
        right: 100%;
    }
    .page-search-image .overlay-owl-left {
        left: 100%;
    }
    .open-right-sidebar.page-search-image .overlay-owl-right {
        right: 100%;
    }
}

@media (min-width: 992px) {
    .container-cus-xl.container {
        width: 830px;
    }
}

@media (max-width: 1024px) {
    .container {
        width: 620px;
    }
    .container-cus-xl {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media only screen and (max-width: 1280px) and (min-width: 1100px) {
    .sidebar-open .side-bar {
        left: 20px;
    }
}

@media (max-width: 980px) {
    .container {
        max-width: 100%;
    }
    .container-cus-xxl {
        width: 100%;
    }
    .wrap-row.home-kp-line .col-row {
        flex-direction: row;
    }
    .kp-right-item-new-content .owl-home-kp-box-content-tag-left {
        display: flex;
    }
    .kp-item.kp-item-grow-3 {
        max-width: 100%;
        flex-grow: 1;
    }
    .kp-item {
        min-width: 50%;
        max-width: 50%;
        height: auto;
    }
    .kp-right-item-new a {
        display: inline-block;
        width: 100%;
    }
    .kp-right-item-new a img {
        width: 100%;
    }
    .kp-right-item-dcol-box > .d-flex {
        justify-content: space-between;
    }
    .all-res-left-wrap .img-res-prod-left .row-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .owl-carousel.owl-cate-only .owl-stage-outer {
        max-height: 37px;
    }
    /* .page-search-image .row-grid.d-flex {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    } */
    .page-search-image .row-grid.d-flex {
        grid-template-columns: repeat(3, minmax(200px, 1fr));
    }
    #my-page.page-search-image
        .all-res-left-wrap
        .images-res-prod
        .col-cus-padding {
        max-width: 100%;
    }
    .wrap-prod-right.js-sticky-widget {
        width: 100%;
        min-width: 100%;
        position: fixed;
        top: 0;
        left: 0;
    }
    .open-right-sidebar .all-prod-wrap {
        width: 0;
        padding: 0;
        display: none;
    }
    /* .row-flex-wrap {
      flex-direction: column;
    } */
    /* .side-bar-wrap {
      width: 100%;
    } */
}

@media (max-width: 767px) {
    body,
    html {
        overflow-x: hidden;
        overflow-y: auto;
    }
    .index-search-form-wrap.fixed {
        position: fixed;
        padding: 20px;
        width: 100%;
        top: 0;
        z-index: 99;
        background: rgba(0, 0, 0, 0.4);
        border-radius: 0;
    }
    .page-products .see-all-res > .row-flex-wrap {
        flex-direction: column;
    }
    .page-search-all.fixed .header-search-right {
        top: 5px;
    }

    .sidebar-open .page-search-all.fixed .search-block img {
        position: relative;
        top: -5px;
    }
    .page-products .side-bar-wrap {
        width: 100%;
    }
    .sidebar-open .page-products .side-bar-button-control {
        display: none;
    }
    .page-products .side-bar-location {
        display: none;
    }
    .page-search-image .top-result {
        padding: 0 10px;
    }
    .main-content-wrap {
        min-height: 100vh;
    }
    .page-search .main-content-wrap {
        padding: 0;
    }
    .page-products .widget_shop {
        padding: 7px;
        border-bottom: 1px solid #dadce0;
        border-radius: 0;
    }
    .home-service {
        margin-top: 30px;
        overflow-x: auto;
        max-width: 100%;
    }
    .page-search-image .row-grid.d-flex {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .images-res-prod .ps-product .ps-product__thumbnail {
        height: 170px;
    }
    .sidebar-open .see-all-res {
        position: relative;
        z-index: 9;
    }
    .res-pagi {
        z-index: 2;
        position: relative;
    }
    .sidebar-open .owl-nav button {
        display: none;
    }
    .sidebar-open .main-content-wrap > .container-fluid {
        padding: 0;
    }
    .sidebar-open .side-bar-button-control {
        margin-left: 15px;
    }
    .header-search-right a {
        color: black;
    }
    .owl-home-kp-box-content-source .source {
        color: #fff;
    }
    .owl-home-kp-box-content-source .source {
        color: #fff;
    }

    .home-service .menu .menu-item .menu-text {
        color: #fff;
    }
    .home-service.active .menu .menu-item .menu-text {
        color: #000;
    }
    .sidebar-open .page-search-image .all-prod-wrap {
        padding-left: 0;
        width: 100%;
    }
    /* .header-foot {
        overflow-x: auto;
    } */
    .all-prod-wrap .res-left-line {
        margin-bottom: 30px;
    }
    .ps-page--shop
        .ps-product:not(.ps-product--wide)
        .ps-product__content:not(.hover) {
        border: none;
    }
    .images-res-prod .res-place-title {
        padding-left: 10px;
    }
    .res-left-content {
        /* flex: 0 0 70%; */
        flex: 1;
    }
    .index-search-mb-item {
        display: flex;
        justify-content: space-between;
        margin-bottom: 15px;
        flex-wrap: wrap;
    }
    .index-search-mb-item .res-right-thumb {
        flex: 0 0 85px;
        margin-right: 10px;
        padding-left: 0;
    }
    .index-search-mb-item .res-right-thumb a {
        display: block;
        width: 100%;
    }
    .page-search-image .overlay-owl-left {
        left: 100%;
    }
    .index-search-mb-item .res-right-thumb a img {
        width: 100%;
    }
    .index-search-mb-item .res-left-content {
        flex: 1;
    }
    .index-search-mb-item .ITZIwc {
        line-height: 22px;
        font-size: 14px;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        overflow: hidden;
        word-break: break-word;
    }
    .index-search-form-wrap {
        width: 90%;
        margin: 0 auto;
        border-radius: 10px;
        margin-bottom: 30px;
        padding-top: 20px;
    }
    .index-search-mb-line {
        padding-right: 30%;
    }
    .index-search-mb-wrap {
        background: #fff;
        padding: 15px;
        width: 90%;
        margin: 0 auto;
        border-radius: 10px;
        box-shadow:
            0 0 0 1px rgba(0, 0, 0, 0.05),
            0 2px 3px 0 rgba(0, 0, 0, 0.1);
        margin-bottom: 10px;
    }

    .index-search-title {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        text-transform: uppercase;
        margin-bottom: 10px;
        color: #000;
    }
    .index-search-mb-sub {
        min-width: 50%;
        font-size: 18px;
    }
    .index-search-mb-social ul li {
        display: inline-flex;
        font-size: 30px;
        gap: 10px;
        margin-right: 20px;
    }
    .res-left-content-info h3,
    .res-left-content-top a h3 {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .header-foot-menu {
        min-width: 970px;
    }
    .sidebar-open .owl-sponser-product {
        display: none;
    }
    .page-search-all .header-search-right {
        justify-content: flex-end;
        margin-left: auto;
        position: absolute;
        right: 20px;
        top: 15px;
        margin-top: 5px;
    }
    .page-products .side-bar,
    .ps-layout__left-container {
        /* display: le; */
        height: 0;
        right: -400px;
        transition: all 0.3s ease-in-out;
        left: auto;
        position: absolute;
    }
    .ps-filter__header {
        display: flex;
        align-items: center;
        padding: 10px;
    }
    .page-products .breadcrumb {
        margin-top: 0;
    }

    .widget-title {
        display: flex;
        flex: 1;
    }
    .close-side-bar {
        margin-left: auto;
    }
    .sidebar-open .images-res-prod {
        display: none;
    }
    .sidebar-open .main-content-wrap {
        position: relative;
        z-index: 99;
    }
    .sidebar-open .side-bar,
    .sidebar-open .ps-layout__left-container {
        z-index: 99;
        width: 100%;
        right: 0;
        background: #fff;
        position: absolute;
        display: block;
        transition: all 0.3s ease-in-out;
        height: auto;
        left: auto;
    }
    .sidebar-open .overlay-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        z-index: 88;
    }
    .overlay-bg {
        background: transparent;
        z-index: 0;
    }
    .side-bar-button-control #filter {
        margin: 10px 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .side-bar-button-control #filter svg {
        position: relative;
        top: -0.5px;
        margin-left: 3px;
    }
    .side-bar-button-control i {
        margin-left: 3px;
    }

    .page-products .right-adv-prod.row-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .menu li img {
        min-width: 44px;
    }
    .home-service {
        padding: 5px 20px;
    }
    .home-service.active {
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    .home-service .menu {
        padding: 10px 5px;
        grid-template-columns: repeat(4, 1fr);
    }
    .home-service.active .shortcut_group .menu-show-all-list {
        padding: 0;
    }
    .menu-show-all-list li {
        justify-items: center;
        align-items: center;
        display: inline-block;
    }
    .shortcut_group h3 {
        padding: 10px 25px;
    }
    .menu-show-all-list li a {
        flex-direction: column;
    }
    .menu li p {
        color: #fff;
    }
    .page-search-image .images-res-prod .ps-product .ps-product__thumbnail {
        height: auto;
    }
    .page-search-image .images-res-prod .ps-product .ps-product__thumbnail a {
        height: auto;
        padding: 10px 10px 0px;
        background: #f5f5f5;
    }
    .page-search-image
        .images-res-prod
        .ps-product
        .ps-product__thumbnail
        a
        img {
        /* border-radius: 8px; */
        height: auto;
    }
    .row-grid-mb .col-cus-2 {
        margin-bottom: 10px;
    }
    .home-service.active .menu li p {
        color: #000;
    }

    .page-search-all .search-block img {
        height: auto;
        max-width: 150px !important;
    }

    .page-search-all.header-search {
        flex-direction: column;
    }
    .search-block-logo {
        min-height: 60px;
    }
    .page-search-all .ps-form--quick-search {
        width: 100%;
    }

    .page-search-all .header-search-left {
        flex: 0 0 100%;
        max-width: 100%;
        align-items: flex-start;
        width: 100%;
        flex-direction: column;
    }

    .page-search .menu-show-all {
        /* right: -75px; */
    }
    .page-search-all .menu-show-all {
        z-index: 100;
    }
    html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
        right: -29px;
    }

    .res-video-page.res-video-detail-page .res-right-thumb,
    .res-video-page .res-right-thumb {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .video-total-time {
        bottom: 15px;
    }

    /* .res-videos .res-left-line {
      flex-direction: column;
    } */

    .line-camp-3 span {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .index-search-mb-policy ul {
        margin-top: 20px;
    }
    .index-search-mb-policy ul li {
        display: inline-flex;
        margin-right: 10px;
    }
    .index-search-mb-policy ul li a {
        text-decoration: underline;
    }
    .index-search-mb {
        background-image: url(../images/NorthernHawkOwl.jpg) !important;
        background: fixed;
        background-size: 100%;
        position: relative;
        min-height: 100vh;
        padding-bottom: 30px;
    }

    .ps-list--categories li .sub-menu {
        height: auto;
    }

    .owl-sponser-product .owl-dots {
        position: absolute;
        top: 45%;
        width: 100%;
    }
    .owl-sponser-product .owl-dots button:first-child {
        left: 0;
    }
    .owl-sponser-product .owl-dots button:last-child {
        right: -172px;
    }
    /* .owl-sponser-product .owl-dots button.owl-dot.active span,
    .owl-sponser-product .owl-dots button.owl-dot:hover span {
      background-color: #feae00;
      border-radius: 50%;
      height: 15px;
      width: 15px;
      position: absolute;
      top: 1px;
      left: 1px;
    } */
    .owl-sponser-product .owl-dots button.owl-dot {
        display: inline-block;
        background: #f5f5f5;
        border-radius: 50%;
        background-image: url(../img/images/chevron-left.svg);
        background-repeat: no-repeat;
        background-size: 22px;
        background-position: center;
        width: 32px;
        height: 32px;
        position: absolute;
        left: 0;
        text-align: center;
    }
    .owl-sponser-product .owl-dots button:last-child.owl-dot {
        background-image: url(../img/images/chevron-right.svg);
        right: 0;
        left: auto;
    }

    .news-left-smBlock {
        width: 100%;
        margin: 0;
    }
    .news-left-smBlock .res-right-thumb {
        max-width: 100%;
    }
    .news-left-xlBlock {
        padding-right: 30px;
    }
    .owl-news-left-xlBlock .news-left-xlBlock-item {
        background: #f8f9fa;
        padding: 12px 16px;
    }
    .header-foot .container-cus-news,
    .gooogle-new-line .res-place-title-wrap {
        padding: 0 15px;
    }
    .d-flex.new-2col-spe-wrap {
        flex-wrap: wrap;
    }
    .new-2col-spe-wrap::before {
        content: none;
    }
    .container-cus-news.container-cus-news-vn {
        width: 100%;
    }
    .container-cus-news-vn .wrap-kp-right-item > .d-flex {
        flex-direction: column;
    }
    .container-cus-news-vn .wrap-kp-right-item .kp-right-item-dcol-box-left {
        order: 2;
    }
    .container-cus-news-vn .wrap-kp-right-item .kp-right-item-dcol-box-right {
        width: 100%;
    }
    .page-google-news .container-cus-news-vn .kp-right-item-dcol-box-right > a {
        width: 100%;
        height: 171px;
    }
    .page-google-news .container-cus-news-vn .kp-right-item-dcol-box-right img {
        width: 100%;
    }
    .page-google-news .page-search-all .header-search-left {
        max-width: none;
    }
    .avatar-wrap i.fa {
        color: #000;
    }
}
