@media (max-width: 1360px) {

}

@media (max-width: 1200px) {
    .padding-50 {
        padding: 40px 0;
    }

    .box-title .title {
        font-size: 28px;
    }
}

@media (max-width: 1024px) {

    header#header, header#header.active {
        padding: 0;
        background-size: cover;
    }

    header#header .toggle-menu {
        display: flex !important;
    }

    header#header .header-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 21px 15px;
    }

    header#header .header-mobile {
        display: flex;
    }

    header#header .header-top .list-cart {
        position: relative;
        top: auto;
        transform: unset;
        display: flex;
        align-items: center;
    }

    header#header .wrap-menu .item-menu .nav-link {
        padding: 10px 20px;
        justify-content: flex-start;
    }

    header#header .wrap-menu .item-menu:first-child .nav-link {
        padding-left: 20px !important;
    }

    header#header .wrap-menu .item-menu .nav-link {
        font-weight: 500;
        font-size: 17px;
        line-height: 26px;
        color: #333333;
    }

    header#header .wrap-menu .item-menu:last-child .nav-link {
        padding-right: 20px !important;
    }

    header#header .header-top * {
        line-height: 1;
    }

    header#header .header-top .logo img {
        height: 43px;
    }

    header#header.active .logo img {
        width: auto;
    }

    header#header .wrap-menu {
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
        width: 100%;
    }

    .wrap-menu-main {
        position: fixed;
        top: 0px !important;
        left: 0;
        width: 375px;
        background: #FFF;
        height: 100% !important;
        justify-content: flex-start !important;
        transform: translateX(-375px);
        transition: all .3s;
        overflow: scroll;
        padding-bottom: 0px;
    }

    .wrap-menu-main.active {
        transform: translateX(0);
        transition: all .3s;
        z-index: 9999999999;
    }

    .wrap-menu-main .social-mobile {
        display: flex;
        align-items: center;
        padding-left: 25px;
        padding-bottom: 30px;
    }

    .wrap-menu-main .social-mobile li a {
        display: block;
        padding: 10px 20px;
    }

    header#header .wrap-menu-main .logo {
        display: none;
    }

    body.active-menu {
        overflow: hidden;
        position: relative;
    }

    body.active-menu::before {
        content: "";
        background-color: rgba(0, 0, 0, .45);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 29;
    }

    header#header .wrap-menu .item-menu {
        width: 100%;
    }

    header#header .wrap-menu .item-menu ul {
        position: relative;
        top: auto;
        min-width: 100%;
        opacity: 1;
        visibility: visible;
        transform: unset;
        display: none;
        transition: unset;
        border-top: none;
        padding-left: 20px;
    }

    header#header .wrap-menu .item-menu > ul ul {
        left: 0;
        top: auto;
    }

    header#header .wrap-menu .item-menu ul i {
        top: 0;
        padding-top: 2px;
    }

    header#header .wrap-menu .item-menu a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    header#header .wrap-menu .item-menu ul a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    header#header .wrap-menu .item-menu i {
        width: 40px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 32;
        top: 0px;
        font-size: 15px;
    }

    header#header .wrap-menu li:hover > ul {
        opacity: unset;
        visibility: unset;
        transition: unset;
        transition-delay: unset;
        transform: unset;
    }

    .nav_product ul {
        display: flex !important;
        flex-wrap: nowrap !important;
        white-space: nowrap !important;
        overflow-x: auto !important;
    }

    .nav_product {
        width: 100%;
        box-sizing: content-box;
        position: relative;
    }

    .nav_product ul {
        overflow-y: scroll;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* Internet Explorer 10+ */
    }

    .nav_product ul::-webkit-scrollbar { /* WebKit */
        width: 0;
        height: 0;
    }
    .nav_product:after, .nav_product:before {
        font-size: 0.8rem;
        position: absolute;
        background-color: white;
        top: 0px;
        z-index: 3;
    }
    .nav_product:before {
        content: "◀";
        left: 0;
        padding: 10px 0px 11px 2px;
    }
    .nav_product:after {
        content: "▶";
        right: 0;
        padding: 10px 2px 11px 0px;
    }


}

@media (max-width: 991px) {

}

@media (max-width: 850px) {

}

@media (max-width: 768px) {
    .logo-menu {
        display: block;
        position: relative;
    }

    .logo {
        width: 100%;
        text-align: center;
        padding: 20px 0px;
    }

    .logo img {
        max-height: 35px;
    }

    .block-title {
        font-size: 20px;
        line-height: 14px;
        margin-bottom: 10px;
    }

    .block-description {
        margin-bottom: 15px;
        font-size: 13px;
        line-height: 20px;
    }

    .b__category {
        margin-bottom: 20px;
    }

    .wrap-banner-text-title {
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .wrap-banner-text-desc {
        font-weight: 400;
        font-size: 13px;
        line-height: 19px;
        text-transform: inherit;
    }

    .wrap-banner {
        max-height: 350px;
        min-height: 350px;
        position: relative;
    }

    .wrap-banner-text {
        top: 40px;
    }

    .wrap-banner--desc {
        padding-top: 150px;
    }

    .b__category .b__block--content .cen-col .b__items .b__items-title {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .b__category .b__block--content .cen-col .b__items .b__items--desc .cen-text-bold {
        font-size: 11px;
        line-height: 18px;
        font-weight: 500;
    }

    .b__category .b__block--content .cen-col .b__items .b__items--desc .decs-small {
        display: none;
    }

    .b__category .b__block--content .cen-col .b__items .item-icon {
        margin-bottom: 10px;
        height: 30px;
    }

    .b__footer .b__footer--top ul {
        display: none;
    }

    .b__footer .b__footer--top {
        border-bottom: 0px solid #888888;
    }

    .b__footer--ls {
        margin-bottom: 15px;
    }

    .cen-col {
        margin-bottom: 10px;
    }

    .b__tabcontent--search-block {
        width: 100%;
        display: block;
    }

    .wrap-banner--desc .b__tabcontent--search {
        padding: 20px;
    }

    .wrap-banner--desc .b__tabcontent--search {
        display: block;
    }

    .box_input {
        width: 100%;
        order: 0;
    }

    .box_select {
        width: 100%;
    }

    .box_input input {
        border: none;
        padding: 10px;
        font-size: 13px;
        border-radius: 20px;
    }

    .box_input button {
        width: 50px;
        height: 40px;
        border-radius: 40px;
        font-size: 16px;
    }

    .box_select select {
        border-radius: 5px;
        border: none;
        padding: 10px 10px;
        font-size: 12px;
    }

    #sync2 .item img {
        height: 70px;
    }

    .banner-breacrum-product {
        display: none !important;
    }

    .thumbnail-sl {
        margin-top: 10px;
    }

    #sync1 .item img {
        height: 250px;
        width: 100%;
    }

    .brand_detail_product .info h3.name {
        font-size: 18px;
        margin-top: 10px;
    }

    .tab-title {
        margin: 0;
        padding: 10px 0 10px;
        text-align: center;
    }

    .tab-title h4 {
        font-size: 1.2rem;
        margin-bottom: 10px;
        line-height: 18px;
        letter-spacing: 0px;
    }
}

@media (max-width: 576px) {
    .b__footer .b__footer--top ul {
        display: none;
    }

    .b__footer .b__footer--top {
        border-bottom: 0px solid #888888;
    }

    .b__footer--ls {
        margin-bottom: 15px;
    }

    .cen-col {
        margin-bottom: 10px;
    }
}

@media (max-width: 414px) {


}
