.loadicon {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 500px;
    margin: -300px 0 0 -250px;
    z-index: 110000;
}

.load-present {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.mask {
    position: fixed;
    height: 100%;
    overflow: hidden;
    top: 0;
    z-index: 9999;
}

.mask::before {
    content: "";
    height: 100%;
    background-color: #6e6664;
    background-image: linear-gradient(
        -252deg,
        #968e8c 0%,
        #7a7270 10%,
        #8b7877 100%
    );
    border-radius: 0;
    transition: all 5s ease;
    z-index: 1000;
    width: 100%;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
}

.mask.finish {
    z-index: -99999;
    opacity: 0;
}

.vt-default.finish {
    /*overflow: visible;*/
    height: initial;
}

.text-danger {
    color: red;
    font-size: 1.4rem;
}

.text-success {
    color: green;
    font-size: 1.4rem;
}
.vp-surface__bg{
    zoom: 0.6;
}
.vp-utility__bg {
    zoom: 0.7;
}
.vp-utility__ribbon {
    zoom: 1.5;
}
.vp-utility__icon {
    zoom: 1.2;
}
.vp-surface__info {
    zoom: 1.4;
}
.vp-surface--map1 .vp-surface__ribbon {
    zoom: 1.2;
}

input[name=phone]::-webkit-outer-spin-button,
input[name=phone]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[name=phone] {
  -moz-appearance: textfield;
}

@media only screen and (max-width: 1699.98px) {
    .inner .vp-utility__icon {
        zoom: 1.5;
    }
}

@media (max-width: 996px) {
    .vp-utility__ribbon {
        zoom: 1.3;
    }
    .vp-utility__icon {
        zoom: 0.8;
    }
}
@media (max-width: 768px) {
    .vp-surface__bg,
    .vp-utility__bg {
        zoom: 0.6;
    }
    .vp-utility__ribbon {
        zoom: 1.7;
    }
    .vp-utility__icon {
        zoom: 1.3;
    }
    .vp-surface__info {
        zoom: 2.2;
    }
}
@media (max-width: 668px) {
    .vp-surface__bg,
    .vp-utility__bg {
        zoom: 0.5;
    }
}
@media (max-width: 569px) {
    .vp-surface__bg,
    .vp-utility__bg {
        zoom: 0.4;
    }
    .vp-surface__info {
        zoom: 3;
    }
}
@media (max-width: 485px) {
    .vp-surface__bg,
    .vp-utility__bg {
        zoom: 0.35;
    }
    .vp-utility__ribbon {
        zoom: 2;
    }
    .vp-utility__icon {
        zoom: 2;
    }
}

@media (max-width: 376px) {
    .vp-surface__bg,
    .vp-utility__bg {
        zoom: 0.3;
    }
}
@media (max-width: 320px) {
    .vp-surface__bg,
    .vp-utility__bg {
        zoom: 0.25;
    }
}

/* pxla 20260413*/
/* Giải pháp khắc phục lỗi Typography không scale trên màn hình độ phân giải lớn */
@media (min-width: 1921px) {
    html {        
        font-size: 0.520833vw !important;

/* 1. Giải pháp Typography Fluid toàn trang: Scale từ màn hình Laptop trở lên */
@media (min-width: 1366px) {
    html {
        /* 
           Giúp chữ bắt đầu co giãn mượt mà từ 1366px. 
           Tỉ lệ này đảm bảo tại 1920px font-size gốc vẫn là 10px.
        */
        font-size: calc(100vw / 192) !important;
    }
}

/* Đồng bộ hóa tỷ lệ scale cho Typography trong vc-product__card */
/* 2. Đồng bộ hóa Typography và Layout trong vc-product__card */
@media (min-width: 1200px) {
    .vc-product__ttl {
        font-size: clamp(2.8rem, 2.35vw, 5.5rem) !important;
        /* Chuyển vw thành vmax để cùng nhịp scale với hình ảnh */
        font-size: clamp(2.8rem, 2.35vmax, 5.5rem) !important;
        /* BẮT BUỘC: Bỏ giới hạn chiều ngang để chữ không bị vỡ dòng khi scale lớn */
        max-width: none !important;
        display: block !important;
    }
}

.section-product-category .vc-product__card:nth-child(3) .vc-product__avatar {
    padding-bottom: clamp(100px, 13.7vmax, 220px);
    margin-left: clamp(30px, 6.8vmax, 130px);
}

.section-product-category .vc-product__card:nth-child(3) .vc-product__avatar img {
    margin-bottom: clamp(20px, 2.1vmax, 40px);
}

.section-product-category .vc-product__card:nth-child(2) .vc-product__avatar img {
    margin-bottom: clamp(15px, 2.65vmax, 50px);
}