@media screen and (max-width: 1331px) {
    .tab-custom-c {
        overflow: auto;
        white-space: nowrap;
        padding: 10px;
        flex-wrap: nowrap;
        background: #F6F6F6;
        border: 1px solid #EFEFEF;
        border-radius: 6px 6px 0 0;
    }

    .tab-custom-c .nav-item-c {
        margin-left: 3px;
        margin-right: 3px;
    }

    .filter .flex-box {
        display: block;
    }
}


.shop-info-text {
    line-height: 30px;
}

/* infoshop */
.info-shop {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 4px;
    padding: 15px 16px 13px;
    margin-bottom: 10px;
    /* font-weight: 500; */
    font-size: 13px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.7);
}

.carousel.slide {
    width: 50%;
    height: 240px;
    padding: 1px 10px;

}

.carousel-control-next-icon {
    width: 18px;
    height: 29px;
    padding: -3px 23px;
    margin-left: 33px;
    background-color: rgba(0, 0, 0, .18);
}

.carousel-control-next-icon:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.carousel-control-prev-icon {
    width: 18px;
    height: 29px;
    padding: -3px 23px;
    margin-right: 33px;
    background-color: rgba(0, 0, 0, .18);
}

.carousel-control-prev-icon:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.carousel-indicators li {
    background-color: rgba(0, 0, 0, .18);
}

.carousel-indicators .active {
    background-color: red;
}

.shop-text {
    max-height: 240px;
    overflow: auto;
}

@media (max-width:767px) {
    .carousel.slide {
        width: 100%;
        height: 240px;
        padding: 1px 10px;
    }
}

@media (max-width:991px) {

    /* .shop-product{
        width: 63%;
        padding: 0 10px;
    } */
    .carousel.slide {
        width: 100%;
        height: 240px;
        padding: 1px 10px;
    }
}

.product_shop {
    display: flex;
}

.content-page-loai-sp {
    padding: 0px !important;
}

.header-bar {
    position: fixed;
    /* top: 74px; */
    z-index: 1000;
    height: 54px;
    width: 100%;
    display: flex;
    background: #1454B8;
    align-items: center;
}

.btn-back {
    padding: 5px;
    border-radius: 100px;
}

.header-bar .uil {
    color: #fff;
    font-size: 24px;
}

.header-bar .btn-back {
    width: 60px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.txtTitle {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}

.container-mobile {
    margin-top: 50px;
}

.list-sort .filter-order {
    color: #9797A9;
}

.list-sort .nav-item-c {
    width: 22%;
    padding: 10px 0px;
    padding-bottom: 7px;
    text-align: center;
    border-bottom: 3px solid transparent;
}

.list-sort .nav-item-c.active {
    color: #124CA7;
    border-bottom: 3px solid #124CA7;
    text-align: center;
}

.list-sort .nav-item-c.active .filter-order {
    color: #124CA7;
}

.list-sort .tab-custom-c {
    display: flex;
    list-style: none;
    justify-content: space-between;
    font-size: 12px;
    background: #fff;
    border-radius: 0px;
    padding: 0px !important;
    margin-bottom: 12px;
}

.number-star {
    display: flex !important;
    align-items: center;
    margin: 0px !important;
}

.list-sp .number-star .fas.fa-star,
.list-sp .number-star .far.fa-star,
.list-sp .number-star .fas.fa-star-half-alt {
    font-size: 9px !important;
    margin-right: 0;
}

.sp-item {
    background: #fff !important;
    max-width: calc(50vw - 16px) !important;
    border-radius: 3px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    box-shadow: 0 0.0625rem 0.125rem 0 #0000001a;
}

.sp-item .content-product {
    padding: 8px;
}

.list-sp.row-grid.column-5 {
    background: #E7E8EA !important;
    border-radius: 4px;
    padding: 12px 12px 12px !important;
    grid-gap: 8px 8px !important;
}

.pagination .page-item:nth-last-child(2),
.pagination .page-item:nth-last-child(3),
.pagination .page-item:nth-last-child(4) {
    display: block !important;
}

.pagination-style ul {
    justify-content: center !important;
}

.nav-pills .nav-link,
.nav-pills>.nav-link {
    background-color: #1454B8 !important;
    border-bottom-color: #1454B8 !important;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    flex-direction: column;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff;
}

.nav-pills .nav-link.active .active-tab,
.nav-pills .show>.nav-link .active-tab {
    background: #fff;
}

.active-tab {
    width: 32px;
    height: 4px;
    background: transparent;
    border-radius: 2px;
    margin-top: 12px;
}

.name-menu {
    font-size: 16px;
    font-weight: 500;
}

.filter {
    margin-bottom: -12px;
}

.tab-content {
    padding: 0px !important;
}

.category-item {
    display: flex;
    padding: 15px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    color: #5C5D76;
}

.image-category {
    width: 55px;
    height: 55px;
}

.name-category {
    width: calc(100% - 100px);
}

.btn-right {
    text-align: center;
    width: 25px;
}

table#quangcaoapp {
    border: none !important;
}

.break-line {
    width: auto;
    margin: 0px -15px;
    height: 10px;
    background: #F6F6F6;
}

.sp-item .image {
    border-radius: 0px;
    border: none !important;
    border-bottom: 1px solid #F5F5F5 !important;
}

.giam-gia-sale {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1;
}

.giam-gia-sale img {
    height: 11px;
    aspect-ratio: auto !important;
    width: auto !important;
}

.item-product-category .giam-gia-sale img {
    border-bottom-left-radius: 0px;
}

.giam-gia-sale span {
    position: absolute;
    right: 2px;
    font-size: 8px;
    line-height: 12px;
    font-weight: 700;
    color: #fff;
}