
@media (min-width: 992px) {
    .hiddenDesktop {
        display: none !important;
    }

    .article-body {
        padding: 0 50px;
    }

}

@media screen and (min-width: 1140px) {

}

@media (min-width: 1200px) {
    .container {
        max-width: 1155px;
    }
}

@media (min-width: 1300px) {
    .container {
        max-width: 1250px;
    }
}

@media (min-width: 1450px) {
    .container {
        max-width: 1350px;
    }
    .container_padding{
        padding: 0 70px;
    }
    .subTabNews.container {
        max-width: 750px;
    }
    .col-lg-75{
        max-width: 60%;
        flex: 0 0 60%;
    }
    .col-lg-45{
        max-width: 40%;
        flex: 0 0 40%;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1500px;
    }
    .container_padding{
        padding: 0 100px;
    }
}
@media (min-width: 1800px) {
    .container {
        max-width: 1643px;
    }
    .container_padding{
        padding: 0 150px;
    }
}
@media (min-width: 1900px) {
    .container {
        max-width: 1780px;
    }
}

@media screen and (max-width: 992px) {
    .hiddenMobile {
        display: none !important;
    }
    .bannerMainHome{
        padding: 0;
        height: 100%;
    }
    .bannerMainHome img{
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .headerMobile {
        display: flex;
        align-items: center;
        padding: 15px 0;
    }
    .openMenu{
        width: 40px;
        margin-right: 0;
    }
    .openMenuMobile, .openCartMobile{
        display: inline-block;
        width: 40px;
    }
    .open_menu_header i, .openCartMobile i{
        font-size: 25px;
    }
    .logoMobile{
        width: calc(100% - 80px);
    }
    .section_home .swiper-container-vertical>.swiper-pagination-bullets{
        right: 15px;
        bottom: 25%;
    }
    .section_home .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
        width: 15px;
        height: 15px;
        background-color: transparent;
        border: 2px solid #fff;
    }
    .section_home .swiper-pagination-bullet-active{
        background-color: #fff!important;
    }
    .top2_banner img{
        max-height: 100%;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .top2_banner a, .top2_banner, .bannerGroup{
        height: 100%;
    }
    .blockHeightFooterMobile {
        display: flex;
        height: 100%;
        flex-wrap: wrap;
    }
    .body_footer_mobile {
        width: 100%;
    }
    .itemFooter {
        text-align: center;
    }
    .title_footer{
        font-size: 20px;
        text-align: center;
        font-weight: 500;
    }
    .content_footer {
        display: inline-block;
        margin: 0 auto;
        text-align: left;
    }
    .header_footer_mobile {
        width: 100%;
        padding-top: 100px;
        padding-bottom: 100px;
        text-align: center;
        text-transform: uppercase;
    }
    .header_footer_mobile h4{
        font-size: 30px;
        font-weight: normal;
    }
    .header_footer_mobile a{
        font-size: 18px;
        font-weight: normal;
        display: inline-block;
        margin: 0 10px;
    }
    .menuFixed{
        width: 100%;
        padding: 15px;
    }
    .actionLeftHeader{
        padding-top: 0;
        align-items: center;
    }
    .menuFixed .menuTab{
        padding: 30px 0 0 0;
    }
    .menu_level_1{
        margin-right: 15px;
    }
    .menuTab a{
        font-size: 13px;
    }
    .sub-menu{
        padding-top: 20px;
    }
    .fixed_phone a{
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    .fixed_phone{
        left: 15px!important;
    }
    .footer_menu_mobile {
        position: absolute;
        z-index: 1;
        bottom: 10px;
        display: flex;
        justify-content: space-between;
        width: 100%;
        left: 0;
        padding: 15px;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 13px;
    }
    .search_mobile {
        position: absolute;
        z-index: 1;
        top: 100%;
        right: 15px;
        width: 150px;
    }
    .formSearch label{
        display: none;
    }
    .formSearch input, .formSearch input:active, .formSearch input:focus{
        width: 100%;
        border: none;
        border-bottom: 1px solid #000;
        outline: unset;
        background-color: transparent;
    }
    #formAcount_signin, #formAcount_signup{
        padding: 0 15px;
    }
    .formAcount_hd input, .formAcount_hd select, .formAcount_hd select:active,
    .formAcount_hd select:focus, .formEditUser input, .formEditUser select,
    .formEditUser input:focus, .formEditUser select:active{
        border-radius: 0;
        font-size: 15px;
        height: 50px;
        padding: 0 15px;
    }
    .btn_user, .btn_user:hover, .btnSubmitEditInfo, .btnSubmitChangePassword{
        height: 50px;
        line-height: 50px;
    }
    .btn_user, .btn_user:hover, .btnSubmitEditInfo, .btnSubmitChangePassword{
        font-size: 14px;
    }
    .titleGetPw {
        margin: 20px 0;
    }
    header{
        height: 120px;
    }
    #formAcount_signup .width40, #formAcount_signup .width60{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .selectBgrImage:before{
        right: 5px;
    }
    #btnsignup_hd{
        width: 51%;
        margin: 0 auto;
    }
    .back_link_Sign_in{
        display: block;
        margin: 50px 0 0;
        text-decoration: underline;
        color: #759ed9;
        font-size: 16px;
        width: 100%;
        text-align: center;
    }
    .back_link_Sign_in i{
        padding-right: 6px;
    }
    .headerUser h1{
        font-size: 16px;
    }
    .customer-menu ul li {
        margin-bottom: 10px;
        margin-right: 10px;
    }
    .customer-menu ul a{
        font-size: 12px;
    }
    .customer-menu ul{
        display: flex;
        position: relative;
    }
    .customer-menu ul li:last-child{
        position: absolute;
        right: 0;
        z-index: 1;
        margin-right: 0;
    }
    .customer-menu ul li:last-child a{
        border-bottom: none!important;
    }
    .customer-menu ul a.active{
        border-bottom: 1px solid #000;
    }
    .headerUser{
        padding-bottom: 5px;
    }
    .row33Edit .w_50{
        width: 100%;
        padding: 0;
    }
    .formEditUser .row33Edit{
        margin: 0;
    }
    .formEditUser .row33Edit .w_33{
        width: 50%;
    }
    .formEditUser .row33Edit .w_33:first-child{
        padding-left: 0;
    }
    .formEditUser .row33Edit .w_33:nth-child(2){
        padding-right: 0;
    }
    .formEditUser .row33Edit .w_33:nth-child(3){
        padding: 0;
    }
    .order-col-40, .order-col-15{
        padding: 10px 5px;
    }
    .news_item a{
        display: inline-block;
        margin: 0 auto;
    }
    .news_item{
        text-align: center;
        width: 100%;
    }
    .content_article .sub_name_policy{
        padding: 0 10px;
        height: 70px;
        line-height: 70px;
        font-size: 18px;
        max-width: 150px;
    }
    .content_article .sub_name_policy:after{
        border-top: 39px solid transparent
    }
    .sourceLink{
        font-size: 14px;
        width: calc(100% - 150px);
        margin-left: 150px;
        padding-left: 10px;
    }
    .group_sub{
        padding-bottom: 10px;
    }
    .content_article{
        padding: 5px 30px 30px;
        margin: 20px 0 20px;
    }
    .title_small_news{
        font-size: 14px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .news_item a{
        font-size: 18px;
    }
    .double_products{
        padding: 0;
    }
    .double_products .item_p_double{
        padding: 0;
        width: 100%;
        margin-bottom: 30px;
    }
    .title_double {
        width: 50%;
        margin: 0 auto;
        font-size: 20px;
    }
    .sub_title_double {
        font-size: 13px;
        width: 50%;
        margin: 0 auto;
    }
    .double_products .product_box {
        padding-left: 0;
        width: 50%;
        margin: 15px auto;
    }
    .product-item-col {
        margin-bottom: 30px;
    }
    .product-list .product_box .product-title, .product-list .product_box .product-price, .description_p_box{
        display: block;
        overflow: hidden;
    }
    .product-list .product_box .product-title a{
        font-size: 14px;
        text-align: left;
        font-weight: 500;
    }
    .product-list .product_box .description_p_box, .product-list .product_box .product-price{
        text-align: left;
    }
    .product-price{
        font-size: 14px;
    }
    .back_top, .back_top:active, .back_top:focus {
        display: block;
        margin-bottom: 50px;
        text-decoration: underline;
        font-size: 16px;
    }
    .image_product_thumb{
        width: 100%;
        margin: 0;
    }
    .image_product_thumb .swiper-slide.swiper-slide-thumb-active, .image_product_thumb .swiper-slide{
        border: none;
    }
    .sliderNextPrev{
        display: none;
    }
    .image_product_thumb .gallery-thumbs{
        height: calc(100vw*4/3);
    }
    .image_product_thumb .swiper-container-horizontal>.swiper-pagination-bullets{
        position: absolute;
        bottom: 30px;
        transform: unset;
        z-index: 1;
        right: 0;
        text-align: center;
    }
    .image_product_thumb .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
        border: 2px solid #fff;
        background-color: transparent;
        opacity: 1;
    }
    .image_product_thumb .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active{
        background-color: #fff;
    }
    .product_info_view{
        padding-left: 0;
        margin-top: 30px;
    }
    .name_h1_pro{
        font-size: 18px;
        margin-bottom: 2px;
    }
    .blockShip{
        display: none;
    }
    .action_button{
        margin-top: 20px;
    }
    .swatch-color, .swatch-size.swatch{
        border: none;
        padding-top: 0;
    }
    .titleSelectSize{
        display: none;
    }
    .size.req{
        display: block!important;
    }
    .size.req a{
        display: inline-block;
        min-width: 50px;
        margin-right: 15px;
        padding: 0 5px;
        height: 50px;
        border: 1px solid transparent;
        line-height: 50px;
        text-align: center;
    }
    .size.req a.active{
        border: 1px solid #000;
    }
    .openCartMobile{
        text-align: center;
    }
    .openCartMobile a{
        position: relative;
        display: block;
    }
    .openCartMobile .numberCart{
        position: absolute;
        top: 60%;
        transform: translate(-50%, -50%);
        left: 50%;
        z-index: 1;
        font-size: 9px;
    }
    .div_price{
        margin-top: 0;
        text-align: left;
    }
    .size_guide_c{
        display: none;
    }
    .descriptionTop p{
        margin-bottom: 5px;
    }
    #buyCart{
        display: none;
    }
    .div_price .save{
        text-align: left;
    }
    .product-btn-buy .btnCart{
        width: auto;
        padding: 0 25px;
    }
    .title_site, .title_cart_sub .sub_title{
        font-size: 20px;
        line-height: normal;
    }
    .section_slide_Block{
        border: none;
        position: relative;
    }
    .section_slide_Block:after{
        content: "";
        position: absolute;
        top: 0;
        width: 60%;
        height: 1px;
        background-color: #000;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        opacity: .7;
    }
    .edit_content_p_mobile{
        margin: 15px 0;
        overflow: hidden;
    }
    .product-btn-buy{
        margin-top: 15px;
    }
    .group_button_cart{
        text-align: center;
    }
    .group_button_cart .btn_cart{
        width: auto;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    .popup_item_img{
        width: 70px;
    }
    .popup_item_info, .popup_item_price, .newCart_quantity{
        padding-left: 7px;
        width: calc((100% - 70px)/3);
        font-size: 11px;
    }
    .popup_item_price .line_total_price{
        font-size: 12px;
    }
    .title_cart_sub{
        margin-bottom: 20px;
    }
    .quantityGroup input{
        width: 20px;
        font-size: 13px;
    }
    .removeCartItem{
        top: 0;
    }
    .removeCartItem i{
        font-size: 16px;
    }
    .title_total_price{
        display: block;
    }
    .total_price .total .price{
        font-size: 18px;
    }
    .total_price .total .price p{
        margin-bottom: 0;
    }
    .total_price .total{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .search_mobile{
        display: none;
    }
    .item_p_double .product-title, .item_p_double .product-price{
        display: none;
    }
    img.logo {
        max-height: 90px;
    }
    .itemFooter{
        font-size: 14px;
    }
    .group_name_view {
        position: relative;
        width: 100%;
    }
    .group_name_view .name_h1_pro{
        width: calc(100% - 30px);
    }
    .group_name_view .addBookmark{
        position: absolute;
        z-index: 1;
        right: 0;
        top: 0;
        font-size: 30px;
        width: 30px;
        text-align: right;
    }
    .addBookmark.active_wl {
        background-image: url(/tp/T0488/img/bookmart_fill.svg);
        background-size: 22px;
        background-repeat: no-repeat;
        background-position-x: right;
        background-position-y: center;
    }
    .addBookmark.active_wl i{
        opacity: 0;
    }
    .title_cart_sub .sub_title{
        padding-bottom: 3px;
    }
    .title_cart_sub{
        margin-right: 40px;
    }
    .title_cart_sub .sub_title.active{
        border-bottom: 1px solid #000;
    }
    .titleGetPw a{
        font-size: 15px;
    }
    .column-reverse-sm {
        flex-direction: column-reverse;
    }
    .top_info_maps {
        display: flex;
        width: 80%;
        margin-left: 10%;
    }
    .top_info_maps select {
        width: 50%;
        display: block;
        max-width: unset;
        margin-bottom: 5px;
        border-radius: 0;
    }
    .top_info_maps select#cityId {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .top_info_maps select#districtId {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-left: 0;
    }
    .list_shop {
        display: none;
        padding: 5px;
    }
    .list_shop h3 {
        margin-bottom: 5px;
        font-size: 15px;
    }
    .list_shop ul {
        font-size: 12px;
    }
    .form-group .form-control::placeholder{
        font-size: 15px;
    }
    .labelNotInput{
        height: 50px;
        border-radius: 0;
        padding: 0 15px;
        font-size: 15px;
    }
    #captchaTextBox{
        width: 100%;
    }
    .captcha_text{
        max-width: 200px;
        width: auto;
    }
    .afterRankMobile.rowBlog[rank='Normal'] .news_item:nth-child(1) a {
        padding: 15px 20px;
        font-size: 18px;
    }
    .rowBlog .news_item a{
        width: 130px;
    }
    .rowLeftMobile.rowBlog[rank='Normal'] .news_item.selected{
        text-align: left;
    }
    .rowLeftMobile.rowBlog[rank='Normal'] .news_item.selected a{
        width: auto;
        font-size: 18px;
        padding: 15px 20px;
    }
    .title_news_main{
        font-size: 18px;
    }
    footer{
        padding-top: 40px;
    }
    .bg-blog-title h2, .bg-blog-title h1{
        font-size: 19px;
        height: auto;
        line-height: normal;
    }
    #blog .news-item .news-img {
        width: 100%;
    }
    #blog .news-item .news-detail {
        width: 100%;
        text-align: center;
    }
    .tagShowHome, .product_box .outstock {
        font-size: 12px;
        padding: 3px 5px;
    }
}

@media screen and (max-width: 576px) {
    .product-list .product-item-col:nth-child(2n){
        padding-left: 7px;
    }
    .product-list .product-item-col:nth-child(2n + 1){
        padding-right: 7px;
    }
}