@media only screen and (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1170px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .main-navigation .main-nav ul li {
        padding: 0 13px;
    }

    .btn-fix a {
        right: 30px;
    }

    .home_banner .slider_home {
        margin: 0 -15px;
    }
}

@media only screen and (max-width: 1024px) {

    .navigation-search input[type="submit"] {
        display: block;
        float: right;
        width: auto;
        margin-top: 20px;
        padding: 20px;
        background-color: #fff;
        color: #0264b1;
    }

    .navigation-search input[type="search"],
    .navigation-search input[type="search"]:active {
        background: #fff !important;
        border: none;
        border-radius: 0;
        color: #0264b2 !important;
        line-height: 60px;
        font-size: 30px;
        height: 60px;
    }

    .navigation-search {
        position: fixed;
        width: 100vw;
        height: 110vh;
        top: 0;
        left: 0;
        background: #0065b2;
        transform: translateX(100%);
        transition: .5s all ease-in-out;
        padding: 150px 15px;
    }

    .navigation-search label {
        display: block;
        width: 100%;
        text-align: left;
        line-height: 50px;
        font-size: 30px;
        color: #fff;
        height: 50px;
        margin-bottom: 20px;
    }

    .navigation-search.nav-search-active {
        top: 0;
        transform: translateX(0);
    }

    section.product-sumary .col-md-5 {
        z-index: unset;
    }

    .main-navigation .menu-toggle {
        display: block;
        width: max-content;
        float: right;
        font-size: 0;
    }

    .site-logo {
        margin-left: 20px;
        position: relative;
        z-index: 200;
    }

    .inside-navigation {
        position: static;
    }

    .main-nav {
        position: absolute;
        top: 65px;
        left: 0;
        width: 100vw;
        max-height: calc(100vh - 65px);
        overflow-y: auto;
        transform: translateX(-100vw);
        transition: .3s all ease-in-out;
        background-color: #78c2e9;
        padding: 60px 0 30px;
    }

    .menu-active .main-nav {
        transform: translateX(0);
    }

    .main-navigation .main-nav ul li a {
        display: inline-block;
        font-size: 16px;
    }

    .main-navigation.toggled .menu li.search-item,
    .main-navigation .main-nav ul li {
        padding: 10px 30px;
        text-align: center !important;
        float: none;
        clear: both;
        display: block !important;
    }

    .main-navigation.toggled .main-nav li {
        text-align: center !important;
    }

    .cat_link {
        margin-top: 20px;
    }

    ul.list-socials {
        text-align: center;
    }

    ul.list-socials li {
        margin-top: 5px;
    }

    .zalo-contacts {
        left: 0;
        bottom: 40px;
    }

    .about_sec5 .desc {
        padding: 0;
    }

    .btn-fix a {
        right: 0;
    }

    .wrap-filter .filter-item:first-child {
        width: 20%;
    }

    .wrap-filter .filter-item {
        padding: 0 20px;
        width: 40%;
    }

    .link-product {
        margin-top: 10px;
    }

    .products li.product-loop {
        width: 50%;
    }

    .solution img {
        height: 200px;
    }

    #page {
        margin-top: 70px;
    }

    .slick-slider:not(.slider-time) .slick-arrow.prev {
        left: -20px;
    }

    .slick-slider:not(.slider-time) .slick-arrow.next {
        right: -20px;
    }
}

@media only screen and (max-width: 991px) {
    .wrap-services:not(.wrap-tech-recipe) .col-md-4:nth-child(2) img {
        height: 410px;
    }

    .recipe_page_title h1 {
        font-size: 25px;
        line-height: 35px;
    }

    .tech-solution {
        padding-left: 15px;
        padding-right: 15px;
    }

    .wrap-gallery .item img,
    .wrap-gallery .item:nth-child(3) img,
    .wrap-gallery .item:nth-child(4) img {
        height: auto;
    }

    .wrap-gallery .item {
        width: 50%;
    }

    .solution img {
        height: 150px;
    }

    .solution-title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* number of lines to show */
        -webkit-box-orient: vertical;
    }

    .content ul li {
        line-height: 20px;
    }

    .product-sumary .overflow-auto {
        max-height: unset;
        margin-bottom: 30px;
    }

    .slider_home .content {
        padding: 0 15px;
        font-size: 25px;
        line-height: 35px;
    }

    .logo-fixed img {
        right: 25px;
        bottom: 30px;
    }

    .item-cat .col-md-6:nth-child(2) {
        padding: 0 15px;
    }

    .cat_desc {
        font-size: 14px;
        line-height: 18px;
    }

    .cat_content {
        padding: 15px 0;
    }

    .cat_name {
        font-size: 20px;
        line-height: 25px;
    }

    .cat_featured img,
    .cat_featured {
        height: 100%;
        object-fit: cover;
    }

    .cat_link a {
        font-size: 13px;
        padding: 5px 25px;
        line-height: 20px;
    }

    .item-service img {
        height: 200px;
    }

    .home_sec4 .col-video img,
    .post img {
        height: auto;
    }

    .wrap-filter .filter-item:first-child {
        width: 100%;
        background-color: #f2f2f2;
    }

    .wrap-filter .filter-item {
        width: 50%;
    }

    .wrap-filter .filter-item+.filter-item {
        border-left: none;
    }

    .wrap-filter .filter-item:last-child {
        border-left: 1px solid #e1e1e1;
    }

    .product-sumary h1 {
        font-size: 25px;
    }

    .content {
        font-size: 13px;
        line-height: 20px;
    }

    .product-actions {
        width: 100%;
    }

    .mb-30 {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    #page {
        margin-top: 82px;
    }

    .home_sec1 {
        margin-top: 30px;
    }

    .main-navigation.toggled .menu li.search-item {
        display: none !important;
    }

    .main-navigation ul,
    .gen-sidebar-nav {
        display: block;
    }

    .site-logo {
        position: absolute;
        margin: 0 !important;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
    }

    .inside-navigation {
        padding: 25px 0 30px;
    }

    .mobile-bar-items {
        left: 0;
        right: unset;
        line-height: 74px;
    }

    .main-navigation .mobile-bar-items a {
        line-height: 74px;
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .category-posts .post{
        margin-bottom: 20px;
    }
    .category-posts .post:not(:first-child) {
        margin-top: 10px;
    }
    .wrap-contact-form {
        margin-top: 30px;
    }

    .wrap-contact-address {
        margin-left: -15px;
        margin-right: -15px;
    }

    .download-item {
        width: 100%;
    }

    .download-item img {
        height: auto !important;
    }

    .wrap-gallery .item {
        width: 100% !important;
    }

    li.cat-item {
        margin: 5px;
    }

    .wrap-single-post {
        margin-top: 30px;
    }

    .table .t-col .t-content:before {
        display: none !important;
    }

    .recipe_sec h2 {
        line-height: 30px;
    }

    .col-recipe_sec-img {
        margin-top: 15px;
    }

    .col-recipe_sec-content {
        width: 100%;
    }

    .wrap-recipe_sec-content {
        flex-wrap: wrap;
        padding: 30px 15px;
    }

    button.action-calc {
        line-height: 20px;
    }

    .col-calc,
    .col-img {
        width: 100%;
    }

    .col-img {
        margin-top: 15px;
    }

    .list-tech-sol+.wrap-paged {
        margin-top: 20px;
    }

    .col-tech-sol {
        width: 100%;
    }

    .solution img {
        height: 200px;
    }

    .content-service-2 .col-md-12 {
        max-width: 100%;
        overflow-y: auto;
    }

    .content-service-2 table {
        width: 1000px !important;
    }

    .content-service img,
    .content img {
        margin-top: 20px;
    }

    .wrap-item-gallery img {
        height: 150px !important;
    }

    .nav-tabs .nav-item {
        width: 100%;
        text-align: center;
    }

    .wrap-item-gallery:nth-child(6n + 5),
    .wrap-item-gallery:nth-child(6n + 6),
    .wrap-item-gallery:nth-child(6n + 2),
    .wrap-item-gallery:nth-child(6n + 1) {
        width: 50%;
    }

    .product-sumary h1 {
        display: none;
    }

    .product-sumary h1.hidden {
        display: block;
    }

    .sidebar-product ul.pro_cats {
        max-height: calc(100vh - 127px);
        overflow-y: auto;
    }

    .no-product {
        text-align: center;
        font-size: 20px;
        margin-top: 40px;
    }

    .sidebar-solution h2 i,
    .sidebar-product h4 i {
        display: block;
        float: right;
        font-size: 20px;
    }

    .sidebar-solution h2,
    .sidebar-product h4 {
        padding: 15px;
    }

    .sidebar-solution.active,
    .sidebar-product.active {
        transform: translateY(0);
    }

    .toggle-sidebar-product {
        display: block;
        position: fixed;
        z-index: 3000;
        left: 0;
        top: 315px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background-color: #0065b2;
        color: #fff;
        box-shadow: 0 0 6px 0 #fff;
    }

    .wrap-filter .filter-item:first-child {
        width: 100%;
        background-color: #0065b2;
        color: #fff;
    }

    .h1,
    h1 {
        font-size: 35px;
    }

    .col-12 {
        padding: 0;
    }

    .products li.product-loop {
        width: 100%;
    }

    .wrap-filter .filter-item {
        width: 100%;
    }

    .sidebar-solution,
    .sidebar-product {
        position: fixed;
        width: 100%;
        left: 0;
        z-index: 4000;
        bottom: 0;
        transform: translateY(100%);
        transition: .5s all ease-in-out;
    }

    .site-logo a {
        padding: 7px 5px;
    }

    .mt-50 {
        margin-top: 30px;
    }

    .bf-hand {
        margin-bottom: 30px;
    }

    .bf-hand::before {
        background-size: contain;
        width: 100vw;
        height: 122px;
    }

    .item-his .content {
        padding: 20px 15px;
    }

    .item-his .time {
        font-size: 120px;
        line-height: 140px;
    }

    .home_sec4 .col-md-8 {
        padding-left: 15px;
    }

    .home_sec4 .col-md-4.col-video {
        padding-right: 15px;
    }

    .mb-40 {
        margin-bottom: 25px;
    }

    .post:not(:first-child) {
        margin-top: 35px;
    }

    .home_sec4 .container {
        padding-bottom: 45px;
    }

    .cat_content {
        padding: 25px 0;
    }

    .item-service {
        margin-top: 10px;
    }

    .wrap-services:not(.wrap-tech-recipe) .col-md-4:nth-child(2) img {
        height: 200px;
    }

    .mb-25 {
        margin-bottom: 15px;
    }

    .slider_home .content {
        bottom: 30px;
        font-size: 20px;
        line-height: 23px;
    }

    ul.slick-dots {
        bottom: 15px;
    }

    .logo-fixed img {
        max-width: 40px;
    }

    h2,
    h3 {
        font-size: 25px;
    }

    .title-list-td,
    .rec_steps h4 {
        font-size: 25px;
    }

    .col-step {
        width: 100%;
    }

    .col-step:nth-child(3) .wrap-step>div,
    .wrap-step>div {
        height: auto;
    }

    .home_sec1 {
        margin-top: 30px;
    }

    #page {
        padding-left: 0;
        padding-right: 0;
    }

    .wrap-breadcrumbs {
        min-width: auto;
    }

    .banner {
        margin-left: -15px;
        margin-right: -15px;
    }

    .wrap-breadcrumbs {
        position: static;
    }

    section.mt-50 {
        margin-top: 30px;
    }
    .footer-bottom p {
        text-align: center;
    }
    img.logo_center {
        max-width: 55vw;
    }
    .main-navigation.toggled .menu-item-has-children .dropdown-menu-toggle {
        position: absolute;
    }
    .sidebar-product h4 {
        visibility: unset !important;
    }

    .sidebar-product ul.pro_cats {visibility: unset !important;}
}