.price-product {
    display: flex;
    align-items: center;
}
.product-preview {
    background: #488cd6;
    margin-left: 25px;
    height: 40px;
    width: 115px;
    text-align: center;
}
.product-preview a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
.footer-map iframe {
    width: 100%;
}
.hotline-phone-ring img {
    border-radius: 50%;
}
.contentRight img {
    height: auto;
}
.purchase-product {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
div#proNew ul li {
    list-style: outside;
}
div#proNew ul {
    padding: 20px;
}
.box-news-container .img-top img {
    width: 100%;
    max-height: 130px;
    object-fit: cover;
}
@media(max-width: 768px){
    .purchase-product .btn-addCart{
        height: 48px;
        width: max-content;
        padding: 10px 8px !important;
    }
    #pContent .title>span {
        border-radius: 15px;
    }
    .back-to-top.display {
        bottom: 45px !important;
    }
    .box-news-container .img-top img {
        max-height: 100%;
        object-fit: scale-down;
    }
}
#pContent .title{
    flex-wrap: unset !important;
}
.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 90px;
    right: 15px;
    z-index: 999999;
}
.fixed-item.btn-zalo-fixed {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 156px;
    right: 9px;
}
.fixed-item.btn-zalo-fixed img{
    border-radius: 50%;
    width: 57px;
    height: 55px;
    object-fit: cover;
}
.product_header {
    padding: 0 50px;
}
select#pageSize {
    width: 100%;
    height: 40px;
    outline: none;
    color: #333;
    font-size: 14px;
}
.product-info span {
    margin-left: 10px;
}
body .main-whynote {
    display: none;
}

.mt-custom {
    margin-top: 25px;
}
.box-news {
    position: relative;
}
.main-news .box-news .date, .main-news .box-news-container .box-news .date {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    right: 0;
    margin: 0;
    flex-direction: row;
    padding: 5px 10px;
    gap: 5px;
}
.img-top {
    margin-bottom: 20px;
}
.main-nav-menu .menu__list {
    gap: 20px;
}
.main_item_cat .dropdown-filter .tp_title {
    color: #fff !important;
}
.footer-container .email-footer .img-lk {
    display: none;
}
select#pageSize option:last-child, .item_code {
    display: none !important;
}
.icon-account a {
    padding: 0 5px;
}

.icon-account a .account-menu img{
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 5px;
}
.box-product .discount-percent {
    opacity: 1;
}
.progress {
    position: relative;
    height: 15px;
    border-radius: 10px;
    background: #a1a1a1;
}

.buyed-product {
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 12px;
}
.progress-bar{
    background-color: #bf0b0b;
}
@media(max-width: 767px) {
    .banner-top img {
        height: 85px;
    }
    .home-page #tab-caption{
        width: max-content;
    }
    .tabs_cap{
        overflow: scroll;
    }
    #formCheckout .sidebar .col-md-6.col-lg-6{
        padding: 0!important;
    }
    #formCheckout .sidebar__content{
        margin-top: 30px;
    }
}
@media(min-width: 1366px) {
    .list-sps .box_tab_index .item.col-lg-3.col-md-4.col-xs-6.col-sm-6{
        min-height: 445px;
    }
}