.section-album-promotion {
    display: block !important;
}

.inventory-store .stock-box-mobile .stock span {
    display: block;
}

/*social button*/
.social-fixed.show {
    right: 25px;
}

.social-fixed {
    position: fixed;
    bottom: 27px;
    right: -80px;
    z-index: 999;
}
.social-fixed ul {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.social-fixed .btn-support {
    background: #d70018;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    background-image: url(/tp/T0458/img/customer-icon-service.svg);
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
}
.social-fixed .btn-support:after {
    content: "";
    background-color: rgba(215, 0, 24, 0.9);
    animation: 2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 80px;
    left: -10px;
    z-index: 99;
    position: absolute;
    top: -10px;
    transform-origin: 50% 50% 0;
    transition: all .5s ease;
    width: 80px;
}
.social-fixed .btn-support.active-show {
    background-image: url(/tp/T0458/img/cancel-while.svg);
    background-size: 20px;
}
.social-fixed ul.overflow-active {
    overflow: initial;
}
.social-fixed ul.active {
    max-height: 500px;
    visibility: visible;
}
.social-fixed ul li.hotline {
    background: #e9242f;
}

.social-fixed ul li {
    font-size: 25px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 15px;
    position: relative;
}
.social-fixed ul li.zalo {
    background: #008FE5;
    line-height: 42px;
}
.social-fixed ul li.tiktok img{
    width: 25px;
}
.social-fixed ul li.tiktok {
    background: #000;
    line-height: 42px;
}
.social-fixed ul li.twitter {
    background: #03A9F4;
}
.social-fixed ul li.facebook {
    background: #0080f7;
}
.social-fixed ul li.youtube {
    background: #FF0000;
}
.social-fixed ul li.instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.social-fixed ul li a {
    color: #fff;
    display: block;
}

.zalo-chat-widget{
    bottom: 25px!important;
    right: 25px!important;
}
.header-wrap-icon>span.icon-account{
    display: none;
}

@keyframes suntory-alo-circle-fill-anim {
    0% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    50% {
        opacity: 0.2;
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
}

.sidebar-body .sub-menu-child,
.sidebar-body .sub-menu {
    margin-left: 10px;
}

@media (max-width: 767px) {
    body footer {
        height: unset;
    }

    .product-main-owl .owl-nav .owl-prev {
        left: 0px;
    }
    .product-main-owl .owl-nav .owl-next {
        right: 0px;
    }
    .filter-box .product-filter{
        display: block;
    }
    .filter-box .product-filter .filter-container.active{
        display: block;
    }
    .sort-by-filter .filter-container.active{
        display: block;
    }
    .filter-box .product-filter{
        position: unset;
    }
    .filter-box{
        position: relative;
        width: 100%;
    }
    .section-main-banner{
        height: auto;
    }
}

@media (min-width: 1200px) {
    body .section-category-home {
        height: unset;
    }
}
.section-category-home{
    display: none;
}
.product-policy{
    display: none !important;
}

.footer-shop iframe {
    display: none !important;
}

.img_bct {
    margin-bottom: 30px;
}

.img_bct img {
    width: auto !important;
    height: 80px;
}
.footer-shop:nth-child(2) {
    display: none;
}