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

@media (min-width:768px) and (max-width:1024px) {}

@media only screen and (max-width: 768px) {
    .item-donhang {
        flex-basis: 100%;
        display: flex;
        gap: 16px;
        flex-direction: column;
    }
    .img-item-donhang img {
        width: 100%;
        object-fit: contain;
        height: 100%;
    }
    div#contact-box {
        margin-top: 10px;
    }
    .frm-ip textarea {
        height: 100px;
    }
    .menu-nav {
        background: #353535;
        width: 70%;
        position: fixed;
        left: -100%;
        top: 0;
        -moz-transition: left ease .4s;
        -webkit-transition: left ease .4s;
        transition: left ease .4s;
        bottom: 0;
        height: 100%;
        z-index: 9200;
        -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.48);
        -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.48);
        box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.48);
        overflow: auto;
        margin: 0;
    }
    li.search-menu {
        display: none;
    }
    .maps-home iframe {
        width: 100%;
        height: 200px;
    }
    .patner-home img {
        height: 200px;
        float: none;
    }
    div#footer {
        margin: 0;
    }
    .img-album img {
        height: 100px;
    }
    div#gioithieu {
        margin: 0;
    }
    .logo img {
        max-height: 40px;
    }
    div#gioithieu iframe {
        width: 100%;
        height: 300px;
    }
    .title-slide {
        position: relative;
        width: 100%;
        padding: 10px;
        color: #333;
    }
    ul.submenu-nav li a {
        text-transform: none;
    }
    .text-slide h2 {
        font-size: 20px;
        font-weight: bold;
        font-family: sans-serif;
        padding-top: 30px;
        line-height: 30px;
        letter-spacing: 2px;
        text-align: center;
        margin: 0;
    }
    .btn-dk {
        text-align: center;
        float: left;
        padding: 30px 0;
        width: 100%;
    }
    .desc-gt {
        padding: 30px 0;
    }
    h2.title-gt {
        font-size: 18px;
    }
    div#dichvu {
        background: #fff;
        height: auto;
        padding: 15px 0;
        float: left;
        width: 100%;
        margin-bottom: 0px;
        margin-top: 0;
    }
    .item-dv-home {
        margin-bottom: 20px;
    }
    h2.title-ts {
        font-size: 20px;
    }
    .item-duan {
        float: left;
        width: 100%;
        margin-bottom: 10px;
        padding: 10px;
    }
    .title-ct-frms {
        padding-left: 0;
        padding-top: 20px;
    }
    .mobile {
        display: block;
        position: absolute;
        right: 20px;
        top: 10px;
        font-size: 15px;
    }
    .topheader {
        position: relative;
    }
    .menu-nav ul li a {
        float: left;
        width: 100%;
        padding: 10px 15px;
        line-height: normal;
        text-align: left;
        font-size: 13px;
    }
    .item-hd-img img {
        height: auto;
    }
    .icontool {
        float: left;
        margin-right: 25px;
        margin-bottom: 15px;
    }
    h1.title-prd-detail {
        font-size: 15px;
    }
    h1.title-cate-detail {
        font-size: 15px;
    }
    ul.submenu-nav {
        position: static;
        width: 100%;
        top: 0;
        z-index: 999;
        background: none;
        left: 0;
        box-shadow: none;
        display: block;
    }
    .menu-nav ul li {
        float: left;
        width: 100%;
    }
    .menu-nav.pull-right.open {
        left: 0;
    }
    .xemtiep {
        margin-bottom: 20px;
    }
    .tab-donhang ul li a {
        padding: 10px 5px;
        font-size: 12px;
        text-transform: none;
    }
    .box-donhang table tbody td a {
        font-size: 12px;
        padding: 5px 0;
    }
    h2.title-head span {
        font-size: 15px;
    }
}