@media (min-width: 992px) {
    .news-menu>ul>li:hover>ul {
        display: block;
    }
    .news-menu>ul>li:hover>i {
        color: #444;
    }
    .menu>li:hover>ul {
        display: flex;
    }
}

@media (max-width: 768px) {
    .banner-category {
        flex-wrap: nowrap;
        max-width: 100%;
        overflow-x: auto;
        margin: 0;
        position: unset;
    }

    header {
        background: #746f6f !important;
    }

    .iconUser img, .hd-cart img {
        filter: invert(1);
    }

    .hd-cart>a {
        width: 34px;
        height: 34px;
        padding-top: 2px;
        padding-bottom: 0;
    }

    .logo {
        margin-right: 0;
        width: 55px;
        height: 45px;
    }

    .form-search {
        width: calc(100% - 55px);
    }

    .bhd-left {
        padding-right: 0;
    }

    .form-search input {
        width: 75%;
        border-radius: 4px 0 0 4px;
        background: #fff;
    }

    .form-search button {
        width: 25%;
        border-radius: 0 4px 4px 0;
        background: #fff;
    }

    .hd-cart>a>span {
        left: calc(50% + 5px);
        transform: translateX(-50%);
        top: -5px;
    }

    .iconUser {
        width: 100%;
        height: 30px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .open-menu-mb i {
        font-size: 32px;
        color: #fff;
    }

    .hd-open-mb {
        padding: 0;
    }

    .open-menu-mb a {
        display: block;
        width: 34px;
        position: relative;
    }

    .open-menu-mb span {
        display: block;
        width: 100%;
        height: 0.1rem;
        margin-bottom: 5px;
        background: #fff;
    }

    .open-menu-mb p {
        position: absolute;
        width: 100%;
        top: calc(100% + 2px);
        color: #fff;
        left: 0;
        font-size: 12px;
    }

    .bottom-header {
        padding: 10px 0;
    }

    .banner-home .container, .main>.container {
        padding: 0;
    }

    .owl-home .owl-dots {
        bottom: 0;
        height: 30px;
    }

    .owl-carousel.owl-home button.owl-dot {
        margin: 0 5px;
    }

    .item-title {
        text-align: left;
        font-size: 18px;
    }

    .item-title a {
        font-size: 18px;
        font-weight: 600;
        margin-left: 10px;
    }

    .product-list {
        white-space: nowrap;
        max-width: 100%;
        overflow-x: auto;
        background: transparent;
    }

    .w-25 {
        width: calc(50% - 12px) !important;
        margin-right: 12px;
    }

    .w-33 {
        width: 50% !important;
    }

    .product-item {
        background: #fff;
        padding: 10px;
    }

    .product-item.w-33 .item-img {
        width: 100%;
        height: auto;
    }

    .product-item.w-33 .item-info {
        width: 100%;
    }

    .product-item.w-33 {
        flex-direction: column;
    }

    .product-item.w-33:nth-child(3n) {
        border-right: 1px solid #ddd;
    }

    .product-item.w-33:nth-child(2n) {
        border-right: none;
    }

    .ph-item {
        width: calc((100%/4) - 10px);
    }

    .banner-category .item-img {
        height: auto;
        border-radius: 50%;
        padding: 15px;
        box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    }

    .product-hot .product-item.w-33:nth-child(9) {
        display: none;
    }

    .product-hot .item-title span {
        font-weight: 600;
        padding-left: 0;
    }

    .view-more {
        text-align: center;
    }

    .view-more a {
        font-size: 13px;
        color: #0090fd;
    }

    .block-main>.container {
        padding: 0;
    }

    .product-history-wrapper {
        padding: 0 10px;
    }

    .product-history-wrapper .item-title {
        font-size: 18px;
        font-weight: 600;
    }

    .list-news {
        padding: 10px;
    }

    .news-item-3>a {
        width: 25%;
    }

    .news-title-3 {
        width: 70%;
    }

    .news-wrapper {
        margin-top: 15px;
    }

    .news-wrapper .item-title {
        padding-top: 0;
    }

    footer {
        display: flex;
        flex-direction: column-reverse;
    }

    .subcribe {
        display: none;
    }

    .bottom-footer {
        background: #fff;
        color: #000;
        padding-bottom: 0;
    }

    .bottom-footer a {
        color: #000;
    }

    .bf-left h3, .bf-left a {
        color: #0090fd;
    }

    .bottom-footer>.container>.row {
        flex-direction: column-reverse;
    }

    .bf-left li:before {
        display: none;
    }

    .bf-left li {
        padding-left: 0;
    }

    .bf-left li::marker {
        color: #0090fd;
    }

    .bf-left ul {
        list-style: inside;
    }

    .store-info {
        padding-bottom: 15px;
        border-bottom: 1px solid #ddd;
    }

    .bf-left>.row>a {
        position: relative;
        margin: 20px 0;
    }

    .bf-left>.row>a:after {
        content: "";
        position: absolute;
        top: 8px;
        right: calc(50% - 60px);
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 5px solid #0090fd;
    }

    .bf-left>.row>a.up:after {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-bottom: 5px solid #0090fd;
        border-top: none;
    }

    .social>ul {
        justify-content: flex-start;
    }

    .top-footer {
        border-top: 1px solid #ddd;
        padding: 10px 0;
    }

    .menu-wrapper {
        background: #fff;
        display: none;
        z-index: 99;
        position: fixed;
        width: 85%;
        height: 100%;
        left: 0;
        top: 0;
        overflow: auto;
    }

    .menu-wrapper .container {
        padding: 0 8px;
    }

    .menu {
        flex-wrap: wrap;
        padding: 8px 0;
        margin-top: 65px;
    }

    .menu>li {
        width: 100%;
        margin-bottom: 8px;
        padding: 5px 10px;
        position: relative;
    }

    .menu>li>i {
        position: absolute;
        right: 10px;
        top: 2px;
        font-weight: 600;
        transform: rotate(0);
        transition: all .3s;
    }

    .menu>li>i.rotate {
        transform: rotate(180deg);
    }

    .menu>li>a {
        color: #000;
        line-height: 18px;
        font-size: 16px;
        font-weight: 600;
    }

    .menu>li>ul {
        position: unset;
        display: none;
        margin-left: 15px;
        box-shadow: none;
    }

    .menu>li>ul>li {
        width: 100%;
    }

    .close-menu-mb img {
        width: 100%;
        height: 100%;
        padding: 13px;
    }

    .w-sm-50 {
        width: 50% !important;
        margin-right: 0 !important;
        flex: 0 0 50%;
    }

    .bottom-header.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #746f6f;
        z-index: 8;
    }

    /*Category*/
    .section-top {
        flex-direction: column;
        align-items: unset !important;
    }

    .section-top>span {
        display: none;
    }

    .section-top>span.btn-filter {
        margin-left: 20px;
    }

    .btn-filter {
        border: 1px solid #ddd;
        margin: 0 0 15px 15px;
        background: transparent;
    }

    .filter-list {
        display: block;
        padding: 15px 30px;
    }

    .section-top .list-title {
        font-weight: 600;
        font-size: 1.2rem;
    }

    .sort-list>li>a {
        font-size: 13px;
    }

    .brand-logo {
        padding-bottom: 15px;
        border-bottom: 1px solid #ddd;
    }

    .sort-list {
        margin-top: 15px;
    }

    /*Pview*/
    .details-product, .pview-left {
        flex-wrap: wrap;
    }

    .details-product, .navigation, .pview-title, .upsale, .pview-bottom {
        padding: 0 10px;
    }

    .details-product .pview-left,.details-product  .pview-right,.details-product .wrapperImage,.details-product .details-pro {
        width: 100%;
        padding: 0;
    }

    .details-pro, .upsale {
        margin: 20px 0;
    }

    .pview-bottom {
        flex-wrap: wrap;
    }

    .product-list {
        flex-wrap: nowrap;
    }

    .pview-tab {
        margin: 20px 0;
    }

    .listImgZoom {
        white-space: nowrap;
        width: 100%;
        overflow-x: auto;
        display: block;
        padding-bottom: 10px;
    }

    .listImgZoom li {
        display: inline-block;
    }

    .product-history {
        display: block;
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 10px;
    }

    .ph-item {
        display: inline-block;
    }

    .title-pview {
        text-align: left !important;
        background: transparent;
        font-weight: 700;
        font-size: 17px;
    }

    .hl-title {
        font-size: 17px;
    }

    .navigation>li>a {
        color: #333;
        display: block;
        line-height: 24px;
        font-size: 13px;
    }

    /*News*/
    .top-news, .bottom-news {
        flex-wrap: wrap;
    }

    .left-news, .right-news {
        width: 100%;
        padding: 10px;
    }

    .big-news {
        padding: 0;
    }

    .big-news img {
        height: 180px;
    }

    .big-news span {
        padding: 10px;
        font-size: 18px;
    }

    .owl-news img {
        height: 168px;
    }

    .news-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 85%;
        height: 100vh;
        overflow: auto;
        background: #fff;
        z-index: 99;
        display: none;
    }

    .news-menu>ul {
        flex-direction: column;
        margin: 0 20px;
    }

    .news-menu>ul>li {
        width: 100%;
        justify-content: flex-start;
        margin-bottom: 15px;
        flex-wrap: wrap;
    }

    .news-menu>ul>li>a {
        color: #444;
        text-align: left;
        text-transform: uppercase;
        font-weight: 600;
        display: block;
        width: 100%;
    }

    .search-mb {
        margin: 20px 0;
        padding-bottom: 20px;
        border-bottom: 1px solid #ddd;
    }

    .form-search {
        width: 100%;
        padding: 0 20px;
    }

    .news-menu>ul>li>ul {
        position: unset;
        width: 100%;
        display: none;
        box-shadow: none;
    }

    .news-menu>ul>li>ul>li {
        padding: 0;
    }

    .news-menu>ul>li>i {
        top: 3px;
        color: #444;
        transform: none;
    }

    .news-menu>ul>li>a.active {
        color: #ff4800;
    }

    header>.container>.row {
        justify-content: space-between;
        padding: 0 15px;
    }

    .news-search {
        width: auto;
    }

    .news-logo {
        margin: 0;
    }

    header.header-news {
        padding: 8px 0;
        position: relative;
    }

    .btn-search-mb {
        color: #fff;
        background: transparent;
        border: none;
        font-size: 20px;
    }

    .news-search .form-search {
        display: none;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        height: auto;
        background: #fff;
        z-index: 10;
        padding: 20px;
        box-shadow: 0 1px 4px rgba(0,0,0,.09);
    }

    .news-search .form-search input {
        width: 90%;
        border: 1px solid #ddd;
        height: 42px;
        border-right: none;
        border-radius: 0;
    }

    .news-search .form-search button {
        width: 10%;
        border: 1px solid #ddd;
        height: 40px;
        border-left: none;
        border-radius: 0;
    }

    .close-news-mb {
        position: fixed;
        right: 10px;
        top: 10px;
        color: #ddd;
        display: none;
        font-size: 23px;
        z-index: 99;
        background: transparent;
        border: none;
    }

    .header-news .form-search input {
        height: 40px;
    }

    .header-news .form-search input::placeholder {
        font-style: normal;
    }

    /*News-category*/
    .left-top, .right-top {
        width: 100%;
    }

    .top-news {
        padding: 0 10px;
    }

    .item-news img {
        width: 100%;
        max-width: 100%;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .right-top {
        display: block;
        flex-wrap: nowrap;
        max-width: 100%;
        overflow: auto;
        white-space: nowrap;
    }

    .left-top, .right-top {
        height: auto;
    }

    .right-top .item-news {
        width: calc(50% - 10px) !important;
        height: auto;
        display: inline-block;
        margin-right: 10px;
    }

    .left-news .news-item-3>a {
        width: 35%;
    }

    .left-news .news-title-3 {
        width: 60%;
    }

    .news-desc-3, .left-news .news-title-3 a.view-news {
        display: none;
    }

    .left-news .news-title-3 a {
        font-size: 13px;
    }

    .right-top {
        margin-left: 0;
        margin-top: 10px;
    }

    .modal-dialog {
        margin: 25% auto;
    }

    .menu-cateHeader>a{
        color: #000;
        line-height: 18px;
        font-size: 16px;
        font-weight: 600;
    }
    .block-main .product-new .item-title a span{
        font-size: 18px;
        font-weight: 600;
        padding-left: 0;
        color: #333;
    }
    .main .pview-bottom{
        display: block;
    }
    .pview-bottom .pview-left,.pview-bottom .pview-right{
        width: 100%;
    }
}
