@media (min-width: 1200px) {
    .header-top nav .dropdown-lv0 > li:nth-child(2) {
        padding-left: 0px;
    }
}

@media (min-width: 993px) {
    .nav-menu li:hover > .dropdown-lv {
        display: block;
    }

    .header-cate.fixed .dropdown-lv0 {
        display: none !important;
    }

    .category:hover .dropdown-lv0 {
        display: block !important;
    }
}

@media (max-width: 1200px) {
    .col-w-l {
        width: 25%;
        padding: 0 15px;
    }

    .col-w-r {
        width: 75%;
        padding: 0 15px;
    }

    .header-top .col-w-r {
        width: 100%;
    }

    .product figure a img {
        height: 280px;
    }
}

@media (max-width: 992px) {
    #slideshow {
        margin: -15px -15px 15px -15px;
    }

    #product-deal {
        margin-bottom: 15px;
    }

    .logo img.logo-pc {
        display: none;
    }

    .logo img.logo-mb {
        display: block;
    }

    .logo {
        margin-top: 0;
    }

    .menu-click, .icon-dropdown {
        display: inline-block;
    }

    .nav-menu {
        position: fixed;
        top: 0px;
        left: 0;
        background-color: #333;
        bottom: 0px;
        width: 280px;
        padding: 20px;
        z-index: 99;
        overflow-x: hidden;
        overflow-y: auto;
        visibility: hidden;
        -webkit-transform: translate3d(-280px, 0, 0);
        transform: translate3d(-280px, 0, 0);
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        max-height: 100%;
    }

    .header-main .nav-menu {
        z-index: 100;
    }

    .nav-menu.active {
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .category {
        margin: 0;
        border: 0;
        padding: 0;
        width: 0;
    }

    .header-cate {
        background: #000;
        padding: 7px 0 !important;
    }

    .header-cate .col-w-l {
        width: 220px;
        display: flex;
        align-items: center;
    }

    .header-cate .col-w-l .logo {
        margin-left: 10px;
    }

    .header-cate .col-w-r {
        width: calc(100% - 220px);
    }

    .header-cate .search {
        width: calc(100% - 120px)
    }

    .header-cate .search form {
        height: 40px;
        margin-right: 10px;
    }

    .header-cate .cart {
        width: 120px;
    }

    .header-cate .cart ul {
        width: calc(100% - 4px);
    }

    .header-cate .cart ul li .img {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border: 0px;
        font-size: 30px;
    }

    .header-cate .cart ul li {
        margin-left: 0px !important;
        margin-right: 7px;
    }

    .header-cate .cart .cart-quantity {
        top: 0;
        right: -5px;
        width: 17px;
        height: 17px;
        font-size: 10px;
        line-height: 17px;
    }

    .header-cate .cart ul li p {
        display: none;
    }

    .header-cate .cart .menu-click {
        width: 13px;
        display: flex;
    }

    .header-cate .cart .menu-click div:first-child {
        margin-right: 3px;
    }

    .header-cate .category .menu-click {
        float: left;
    }

    .header-cate .category h3 {
        display: none;
    }

    #slideshow .container-full {
        padding: 0px;
    }

    #slideshow .col-w-r {
        width: 100%;
        padding: 0px;
    }

    #slideshow .row {
        margin: 0px;
    }

    .nav-menu .dropdown-lv {
        position: static !important;
        min-width: auto;
        box-shadow: none !important;
        background: none !important;
        border: none;
    }

    .nav-menu .dropdown-lv:not(.dropdown-lv0) {
        float: left;
        padding-left: 15px;
        min-width: auto !important;
    }

    .nav-menu .dropdown-lv:not(.dropdown-lv0) li > a:before {
        content: "›";
        margin-right: 5px;
    }

    .nav-menu .dropdown-lv li {
        display: inline-block !important;
        width: 100%;
        padding: 0px !important;
        vertical-align: middle;
    }

    .header-cate .dropdown-lv0 {
        display: block;
    }

    .nav-menu .dropdown-lv0 > li:not(.special) {
        border-top: 1px solid rgba(255, 255, 255, 0.1)
    }

    .nav-menu .dropdown-lv a {
        color: #ddd !important;
        padding: 8px 0 !important;
        border: 0px !important;
        font-size: 13px !important;
        text-align: left !important;
    }

    .nav-menu .dropdown-lv li.haschild > a:after {
        content: initial;
    }

    .nav-menu .dropdown-lv li.haschild > a {
        width: calc(100% - 35px);
        display: inline-block;
        float: left;
    }

    .nav-menu .dropdown-lv li > a i {
        font-style: normal;
        color: #888;
    }

    .nav-menu .dropdown-lv li .icon-dropdown, .nav-menu .dropdown-lv li > .menu-close {
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: #666;
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        color: #fff;
        float: right;
    }

    .nav-menu .dropdown-lv li.special a {
        text-transform: uppercase;
        font-weight: 400;
        height: 35px;
        line-height: 35px;
        font-size: 20px !important;
        padding: 0 !important;
    }

    .nav-menu .dropdown-lv li > .menu-close {
        background: none;
        font-weight: 400;
        color: #ddd;
    }

    #wrapper .col-w-r, footer .col-w-r, .banner-footer .col-w-r {
        width: 100%;
    }

    #wrapper .col-w-l {
        display: none;
    }

    .product figure a img {
        height: 32vw;
    }

    .logo img {
        max-height: 40px;
    }

    #department {
        display: none;
    }

    #giohanggoiy .cart-f .image img {
        height: 18vw;
    }

    article.blog figure img {
        height: 32vw;
    }

    .ltt-page article.blog figure img {
        height: 30vw;
    }

    .header-top {
        padding: 5px 0;
    }

    .header-cate .search form {
        border-radius: 4px;
        border-color: #8e8e8e;
    }

    .header-cate .search input {
        background: none;
    }

    .header-cate .search button {
        border-radius: 0 4px 4px 0;
        background: #3a3a3a;
    }

    .header-top nav .dropdown-lv0 > li > a .tag {
        top: 5px;
    }
    #giohanggoiy .cart-f .action a {
        font-size: 14px;
        padding: 2px 7px;
    }
    #giohanggoiy .cart-f .action a.btn-ghgy-cart {
        font-size: 12px;
        padding: 3px 7px;
    }
}

@media (max-width: 768px) {
    #product-deal .title h2 a img {
        width: 180px;
    }

    #popup-account .content .left {
        display: none
    }

    #popup-account .content .right {
        max-width: 100%;
        flex: 100%
    }

    .product .action .view {
        display: none;
    }

    .product .action .add-to-cart {
        width: 100%;
    }

    .product .action .add-to-cart i {
        width: 30px;
        height: 27px;
        display: inline-block;
        line-height: 27px;
        text-align: center;
        border: 1px solid #e1e1e1;
        border-radius: 3px;
        color: #ccc;
    }

    #giohanggoiy .cart-f .image, #giohanggoiy .cart-f .caption {
        width: 100%;
    }

    .header-cate .search {
        text-align: right;
        margin: 2px 0;
    }

    .header-cate {
        position: relative;
    }

    .search-click {
        display: inline-block;
        font-size: 23px;
        color: #777;
    }

    .header-cate .search form {
        display: none;
        position: absolute;
        top: 100%;
        z-index: 9;
        background: #fff;
        width: 100%;
        min-width: 250px;
        left: 0;
        height: 40px;
        border-radius: 0;
    }

    .header-cate .cart .cart-quantity {
        width: 15px;
        height: 15px;
        font-size: 10px;
        right: -5px;
        top: 0;
        line-height: 15px;
    }

    .footer-2 .item-5 {
        margin-top: 30px;
    }

    .footer-3 .row > div {
        text-align: center !important;
    }

    #brand-filter .brand-item, #brand-filter .btn-action {
        max-width: 16.6667%;
        flex: 16.6667%;
    }

    .lsp-page .main-content .product {
        flex: 32%;
        max-width: 32%;
        margin-right: 2%;
    }

    .lsp-page .product:nth-child(3n) {
        margin-right: 0%;
    }

    .footer-3 .row > div:nth-child(2) {
        margin: 10px 0;
    }

    /*#giohanggoiy .cart-f .image img {
        height: 34vw;
    }*/
    article.blog figure img, .ltt-page article.blog figure img {
        height: 45vw;
    }

    .header-cate .search button {
        border-radius: 0;
    }

    .header-cate .cart ul li .img {
        font-size: 25px;
    }

    #giohanggoiy .cart-f {
        flex-wrap: wrap;
    }

    .blog-meta-info img {
        width: 25px;
        height: 25px;
        min-width: 25px;
    }

    .blog-meta-info .box-info {
        width: calc(100% - 25px);
    }

    article.blog h3 {
        font-size: 14px;
    }

    #wrapper {
        padding: 15px 0;
    }

    #slideshow {
        margin-bottom: 15px;
    }

    #product-deal {
        margin-bottom: 15px;
    }

    .module {
        margin-bottom: 15px;
    }

    .btn-categories {
        margin-left: 10px;
    }

    .nav-blog li {
        padding: 0 2px;
    }

    .blog-meta-info span {
        font-size: 12px;
    }

    .module .title.style-1 h2 {
        font-size: 20px;
    }

    .nav-blog li a {
        font-size: 14px;
        padding: 2px 8px;
    }

    .module .title.style-1 h2:before {
        height: 2px;
    }

    .l-contact iframe {
        height: 300px;
    }

    .ctsp-page .main-content h1 {
        margin-top: 20px;
    }

    #giohanggoiy .cart-f .image img {
        height: 28vw;
    }
	#nhomtm .title.style-1 h2 {
		font-size: 18px;
	}
	.module .title.style-1 .readmore {
		font-size: 13px;
	}
}

@media (max-width: 576px) {
    #giohanggoiy .cart-f .image img {
        height: 50vw;
    }

    .header-cate .search {
        margin: 0;
    }

    .module .title.style-1 .readmore {
        font-size: 12px;
    }

    .wrap-item-slider .owl-item
    .owl-auto-width .owl-item {
        width: 210px !important;
    }

    .slider {
        margin: 0 -10px;
    }

    .header-cate .cart ul li .img {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .footer-2 .item-4 {
        margin-top: 30px;
    }

    #brand-filter .brand-item, #brand-filter .btn-action {
        max-width: 20%;
        flex: 20%;
    }

    .lsp-page .main-content .product {
        flex: 49%;
        max-width: 49%;
        margin-right: 2%;
    }

    .lsp-page .product:nth-child(2n) {
        margin-right: 0%;
    }

    .product figure a img {
        height: 50vw;
    }

    .table-cart .caption .left, .table-cart .caption .right {
        width: 100%;
        padding: 0px;
    }

    .header-cate .cart ul li {
        margin-right: 10px;
    }

    .header-cate .cart {
        width: 105px;
    }

    .header-cate .search {
        width: calc(100% - 105px);
        padding-right: 15px;
    }

    .header-top ul.nav-top-0 > li {
        font-size: 13px;
    }

    .banner-footer li {
        max-width: 100%;
        flex: 100%;
		margin-bottom: 15px
    }
	.banner-footer li:last-child {
		margin-bottom: 0;
	}

    .main-banner, .sub-banner {
        max-width: 100%;
        flex: 100%;
    }

    .sub-banner {
        display: flex;
        flex-wrap: wrap;
        margin-top: 1%;
        padding: 0;
    }

    .sub-banner .item {
        max-width: 32.66667%;
        flex: 32.66667%;
        height: auto;
        width: auto;
    }

    .sub-banner .item {
        margin-bottom: 0;
        margin-right: 1%
    }

    .sub-banner .item:last-child {
        margin-right: 0;
    }

    .sub-banner .item img {
        height: 18vw;
    }

    .fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget iframe {
        width: 100% !important;
    }

    /*.nav-blog-wrapper {
        padding: 0 5px;
    }*/
	.module .slider {
		padding: 0;
	}
}

@media (max-width: 480px) {
    #brand-filter .brand-item, #brand-filter .btn-action {
        max-width: 25%;
        flex: 25%;
    }

    article.blog figure img {
        height: 80vw;
    }

    .ltt-page .child-page-content .item-blog {
        flex: 100%;
        max-width: 100%;
    }

    article.blog figure img, .ltt-page article.blog figure img {
        height: 45vw;
    }

    #giohanggoiy .cart-f {
        flex: 100%;
        max-width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }

    #giohanggoiy .cart-f:last-child {
        margin-bottom: 0;
    }
    #product-deal .title h2 a img {
        width: 150px;
    }
    .count-down-time span {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 11px;
        padding: 0;
    }
}

@media (max-width: 380px) {
    .footer-2 .item-5, .footer-2 .item-4 {
        flex: 100%;
        max-width: 100%;
    }

    #brand-filter .brand-item, #brand-filter .btn-action {
        max-width: 33.3333%;
        flex: 33.3333%;
    }

    .lsp-page .main-content .product {
        flex: 100%;
        max-width: 100%;
        margin-right: 0%;
    }

    .table-cart .caption .right .soluong, .table-cart .caption .right .price {
        width: 100%;
    }

    .table-cart .caption .right .soluong {
        margin-top: 10px;
    }

    .header-cate .col-w-l {
        width: 175px;
    }

    .header-cate .col-w-r {
        width: calc(100% - 175px);
    }

    .search-click {
        font-size: 20px;
    }

    .header-cate .cart ul li .img {
        font-size: 22px;
        height: 37px;
        line-height: 37px;
    }

    .header-cate .search {
        margin: 3px 0;
        padding-right: 10px;
    }

    .header-cate .cart ul li {
        margin-right: 5px;
    }

    .header-cate .cart {
        width: 97px;
    }

    .header-cate .search {
        width: calc(100% - 97px);
    }
    .cart-page .product .box-label .label-left {
        flex-wrap: wrap;
    }
    .cart-page .product .box-label .label-left .booking {
        margin-bottom: 5px;
        flex: 100%;
    }
}