/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */


/* Các tùy chỉnh CSS của giao diện nên để vào đây */

@font-face {
    font-family: trajan;
    src: url(/themes/vuta-shop/assets/webfonts/trajan.ttf);
}
@font-face {
    font-family: "Myanmar MN", sans-serif;
    src: url(MyanmarMN-Bold.woff2) format("woff2"), url(MyanmarMN-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

h1,
h2,
h3 {
    font-family: "Myanmar MN"
}
:root {
    --font-1: "Myanmar MN";
}

.box-title h2 {
    font-family: var(--font-1);
    font-size: 30px;
}

.box-title h2 span {
    font-size: 30px;
}

.breadcrumb ul {
    padding: 10px 0;
    display: flex;
    gap: 20px;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.breadcrumb ul li {
    position: relative;
}

.breadcrumb ul li::before {
    content: "/";
    right: -12px;
    position: absolute;
}

.breadcrumb ul li:last-child::before {
    display: none;
}

.breadcrumb ul li a {
    color: #131313;
}

.breadcrumb ul li:last-child a {
    color: var(--primary);
}

.blog-detail-2 {
    padding: 0px 0 20px;
}

.blog-detail-2 .date {
    margin-bottom: 10px;
    display: block;
}

.blog-detail-2 .detail-content {
    padding: 0;
    max-width: 100%;
}

.blog-detail-2 .main-detail h1 {
    font-size: 28px;
    color: var(--primary);
    margin-bottom: 10px;
}

.aside .aside-item h3 {
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.blog-detail {
    padding: 20px 0;
}

.blog-detail .top-detail .vuta-row {
    align-items: flex-end;
}

.blog-detail .top-detail .vuta-row .short-desc {
    border-radius: 0 150px;
    padding: 60px 90px;
    background: var(--primary);
}

.blog-detail .top-detail .vuta-row .short-desc p {
    color: rgba(255, 255, 255, .7);
    margin-bottom: 25px;
}

.blog-detail .top-detail .vuta-row .short-desc p b {
    color: #fff;
}

.blog-detail .top-detail .info {
    background-color: rgb(234, 230, 217);
    border-radius: 150px 0;
    padding: 60px 90px;
}

.blog-detail .top-detail .info .top-info {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    align-items: flex-end;
}

.blog-detail .top-detail .info .top-info .avatar {
    height: 50px;
    width: 50px;
    aspect-ratio: 1/1;
    overflow: hidden;
    flex-shrink: 0;
    border-radius: 50%;
}

.blog-detail .top-detail .info .top-info .avatar img {
    height: 100%;
}

.blog-detail .top-detail .info .top-info .right-info p {
    color: #000;
    margin-bottom: 15px;
}

.blog-detail .top-detail .info .top-info .right-info .box-info {
    padding-left: 20px;
    position: relative;
}

.blog-detail .top-detail .info .top-info .right-info .box-info::before {
    height: 100%;
    width: 3px;
    background: var(--primary);
    content: "";
    position: absolute;
    left: 0;
}

.blog-detail .top-detail .info .top-info .right-info .box-info span {
    display: block;
}

.blog-detail .top-detail .info .top-info .right-info .box-info span:first-child {
    color: var(--primary);
    font-weight: 700;
    font-size: 20px;
}

.blog-detail .top-detail .info .bottom-info {
    display: flex;
    justify-content: space-between;
}

.blog-detail .top-detail .info .bottom-info b {
    color: var(--primary);
}

.blog-detail .detail-content article {
    text-align: justify;
}

.blog-detail .detail-content article h2 {
    color: var(--primary);
    margin-bottom: 20px;
}

.blog-detail .detail-content article p {
    margin-bottom: 1rem;
}

.blog-detail .detail-content article ul {
    padding-left: 15px;
}

.blog-detail .detail-content article ul li {
    list-style: disc;
    margin-bottom: 10px;
}

.blog-detail .detail-content .social {
    display: flex;
    justify-content: right;
    width: 100%;
    gap: 10px;
    border-top: 1px solid rgba(14, 55, 70, 0.15);
    padding-top: 15px;
}

.blog-detail .detail-content .social ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-detail .detail-content .social ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primary);
    color: #fff;
    border-radius: 8px;
    height: 30px;
    width: 30px;
}

.blog-detail .box-detail .toc-wrap {
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
    background-color: #f9fafb;
    border-width: 1px;
    border-color: #d2d6dc;
    margin-bottom: 15px
}

.blog-detail .box-detail .toc-wrap h2 {
    margin-bottom: 0;
    font-size: 20px
}

.blog-detail .box-detail .toc-wrap .toc-title {
    border-radius: 12px 12px 0 0;
    font-size: 18px;
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 12px 15px;
    padding-left: 20px;
    background: #fff6e5;
    position: relative;
    cursor: pointer
}

.blog-detail .box-detail .toc-wrap .toc-title::before {
    position: absolute;
    top: 8px;
    right: 15px;
    content: "\f0d7";
    font-family: fontawesome;
    transition: all ease .5s;
    -webkit-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    -o-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important
}

.blog-detail .box-detail .toc-wrap .toc-title.active::before {
    -webkit-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    -o-transform: rotate(0) !important;
    transform: rotate(0) !important
}

.blog-detail .box-detail .toc-wrap #toc {
    max-height: 0;
    overflow: hidden;
    transition: all ease .4s
}

.blog-detail .box-detail .toc-wrap #toc.active {
    max-height: 5000px
}

.blog-detail .box-detail .toc-wrap #toc ul {
    padding: 15px
}

.blog-detail .box-detail .toc-wrap #toc ul li {
    list-style: none
}

.blog-detail .box-detail .toc-wrap #toc ul li a {
    color: #111
}

.blog-detail .box-detail .toc-wrap #toc ul li.toc-h3 a,
.blog-detail .box-detail .toc-wrap #toc ul li.toc-h4 a,
.blog-detail .box-detail .toc-wrap #toc ul li.toc-h5 a {
    color: #666
}

.blog-detail .box-detail .toc-wrap #toc a:hover {
    color: var(--primary) !important
}

.blog-detail .box-detail .toc-wrap #toc .toc-active {
    font-weight: 700;
    color: #2563eb
}

.blog-detail .box-detail .toc-wrap #toc .toc-item {
    padding: .1em 0
}

.blog-detail .box-detail .toc-wrap #toc .toc-item a {
    padding: .25em .5em
}

.blog-detail .box-detail .toc-wrap #toc .toc-h2 {
    margin-left: .5em
}

.blog-detail .box-detail .toc-wrap #toc .toc-h3 {
    margin-left: 1.75em
}

.blog-detail .box-detail .toc-wrap #toc .toc-h4 {
    margin-left: 3em
}

.blog-detail .box-detail .toc-wrap #toc .toc-h5 {
    margin-left: 4.25em
}

.blog-detail .box-detail .toc-wrap #toc .toc-h6 {
    margin-left: 5.5em
}

@media screen and (max-width:996px) {
    .blog-detail .box-detail article h2 {
        font-size: 20px;
        margin-bottom: 20px
    }
}

@media screen and (max-width:996px) {
    .blog-detail .box-detail article h3,
    .blog-detail .box-detail article h4 {
        font-size: 16px
    }
}

.blog-detail figcaption {
    text-align: center;
    color: #616161;
    padding-top: 5px;
    font-style: italic;
    padding-bottom: 4px
}

.list-cat-products .products-cat-item .box-img {
    aspect-ratio: 4/5;
}

.list-cat-products .products-cat-item .box-img img {
    height: 100%;
}

.box-products .aside .aside-item h3 {
    font-size: 16px;
}

.box-products-detail .gift {
    border-radius: 20px;
    border: 1px solid #cbc8c2;
    margin-bottom: 30px;
    padding: 20px 10px;
}

.box-products-detail .gift li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #222;
    border-bottom: 1px solid #cbc8c2;
}

.box-products-detail .gift li .icon {
    flex-shrink: 0;
}

.box-products-detail .gift li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.box-products-detail .gift li a {
    color: var(--fs-color-primary);
}

.box-products-detail .box-btn {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.box-products-detail .box-btn a {
    display: flex;
    align-items: center;
    border: 1px solid var(--primary);
    justify-content: center;
    border-radius: 15px;
    transition: all ease 0.4s;
    height: 40px;
    width: calc(50% - 5px);
    text-transform: uppercase;
    font-weight: 500;
    color: var(--primary);
}

.box-products-detail .box-btn a:hover {
    background: var(--primary);
    color: #fff;
}

.box-products-detail .box-btn a:last-child {
    background: var(--primary);
    color: #fff;
}

.box-products-detail .box-btn a:last-child:hover {
    filter: brightness(1.1);
}

.box-products-detail {
    padding-left: 40px;
}

.box-products-detail .gift {
    border: 1px solid var(--primary);
}

.product-info {
    padding-top: 40px;
}

.product-info h3 {
    font-weight: 500;
}

.slider-nav {
    padding-top: 10px;
}

.slider-nav .box-img {
    aspect-ratio: 3/2;
}

.slider-nav .box-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.slider-nav .item {
    margin: 3px;
    border: 1px solid #666;
    cursor: pointer;
}

.slider-nav .item.slick-active.slick-current {
    border: 1px solid var(--primary);
}

.box-products-detail h1 {
    font-size: 28px;
    font-family: var(--font-1);
    color: var(--primary);
    font-weight: 500;
}

.box-products-detail .price {
    font-size: 32px;
    color: #ff0000;
    font-weight: 500;
}

.breadcrumb {
    margin-bottom: 0;
}

.aside-item .blog-item-2 {
    display: flex;
}

.aside-item .blog-item-2 .box-img {
    height: 112px;
    width: 120px;
    flex-shrink: 0;
}

.aside-item .blog-item-2 .box-content h4 {
    color: #000;
    font-size: 14px;
    transition: all ease 0.4s;
}

.aside-itemt .blog-item-2 .box-content h4 {
    color: #000;
    font-size: 14px;
    transition: all ease 0.4s;
}

.aside-item .blog-item-2 .box-content .content {
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.aside-item .blog-item-2 .box-content .date {
    color: #000;
    font-weight: 400;
}

.aside-item .blog-item-2 .box-content .content p,
.news-list .blog-item-2 .box-content .content p {
    font-size: 14px;
}

.aside-item .blog-item-2,
.news-list .blog-item-2 {
    margin-bottom: 15px;
}

.aside-item .blog-item-2,
.news-list .blog-item-2 {
    position: relative;
}

.aside-item .blog-item-2 a,
.news-list .blog-item-2 a {
    position: absolute;
    inset: 1;
    content: "";
}

.aside-item .blog-item-2:hover img,
.news-list .blog-item-2:hover img {
    transform: scale(1, 1);
}

.aside-item .blog-item-2:hover .box-content h4,
.news-list .blog-item-2:hover .box-content h4 {
    color: var(--primary);
}

.banner-page .box-img {
    max-height: 300px;
}

.banner-page {
    position: relative;
}

.banner-page::before {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.banner-page .box-img img {
    height: 100%;
    width: 100%;
    max-height: 300px;
    object-position: top center;
    object-fit: cover;
}

.banner-page .box-content {
    position: absolute;
    left: 50%;
    width: 100%;
    top: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
    text-align: center;
}

.banner-page .box-content h1 {
    text-transform: uppercase;
    font-family: var(--font-1);
    color: #fff;
    font-size: 40px;
}

.blog {
    padding: 60px 0;
}

.blog .blog-item-2 {
    position: relative;
    border-radius: 10px;
    height: 100%;
    overflow: hidden;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
}

.blog .blog-item-2>a {
    position: absolute;
    inset: 0;
    z-index: 2;
    content: "";
}

.feedback .feedback-slider-item .box-img {
    width: 40%;
    flex-shrink: 0;
    aspect-ratio: 240/320;
}

.feedback .feedback-slider-item .box-img img {
    height: 100%;
    object-position: top center;
}

.blog .blog-item-2 .box-img {
    aspect-ratio: 1/1;
    overflow: hidden;
}

.blog .blog-item-2 .box-img img {
    height: 100%;
    width: 100%;
    transition: all ease 0.4s;
}

.blog .blog-item-2 .box-content {
    padding: 15px;
    background: #fff;
}

.blog-detail-2 .blog-item-2 h4,
.blog .blog-item-2 h4 {
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    transition: all ease 0.4s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog .blog-item-2 .content {
    font-size: 16px;
    font-weight: 300;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog .blog-item-2 .date {
    color: #888;
}

.blog-detail-2 .blog-item-2:hover h4,
.blog .blog-item-2:hover h4 {
    color: var(--primary) !important;
}

.blog-detail-2 .blog-item-2:hover .box-img img,
.blog .blog-item-2:hover .box-img img {
    transform: scale(1.1);
}

.list-cat-products .products-cat-slider .item .products-cat-item .box-abs {
    max-height: 0;
    -webkit-transition: max-height .5s ease-in-out;
    -o-transition: max-height .5s ease-in-out;
    transition: max-height .7s ease-in-out;
    overflow: hidden;
}

.blog-detail .aside h3 {
    text-align: left;
    color: #000;
    background: transparent;
    margin-bottom: 0;
    padding-left: 0;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 0;
}

.blog-detail-2 .main-detail h1 {
    font-size: 28px;
    color: var(--primary);
    margin-bottom: 10px;
}

.blog-detail .aside .aside-item {
    box-shadow: none;
    overflow: unset;
    border-radius: 0;
}

.aside-item .blog-item-2 .box-img {
    height: 90px;
    width: 90px;
    overflow: hidden;
    border-radius: 6px;
    flex-shrink: 0;
}

.aside-item .blog-item-2 {
    gap: 10px;
    position: relative;
}

.aside-item .blog-item-2>a {
    position: absolute;
    z-index: 2;
    inset: 0;
}

.blog-detail-2 .blog-item-2 .content {
    line-height: 1.5;
    font-size: 14px;
}

.mobile-btn #mobile-btn span {
    margin-bottom: 5px;
    background: var(--primary);
}

.mobile-btn #mobile-btn span:last-child {
    margin-bottom: 0;
}

.mobile-btn {
    display: none;
}

.vuta-header .header-top {
    padding: 10px 0;
    background: #fff;
}

.vuta-header.fixed-top .header-top {
    display: none;
}

.mobile-logo {
    text-align: center;
    margin-bottom: 20px;
}

.mobile-logo img {
    height: 45px;
    margin: 0 auto;
}

@media (max-width:1200px) {
    .mobile-btn {
        display: block;
    }
    .header-contact {
        display: none;
    }
    .vuta-header .header-main {
        display: none;
    }
    .vuta-header.fixed-top .header-top {
        display: block;
    }
    .vuta-header.fixed-top .header-top img {
        height: 40px;
    }
    .vuta-header .vuta-container {
        flex-wrap: wrap;
    }
    .vuta-header .vuta-container .header-search {
        position: relative;
        margin-top: 10px;
        width: 100%;
        min-width: unset;
    }
    .vuta-header {
        border-bottom: 2px solid var(--primary);
    }
    .vuta-header .logo {
        text-align: center;
        width: calc(100% - 30px)
    }
    .feedback .feedback-slider-item {
        flex-direction: column;
    }
    .feedback .feedback-slider-item .box-img {
        width: 100%;
        aspect-ratio: 1/1;
    }
    .feedback .feedback-slider-item .box-img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}

h1,
h2,
h3,
h4,
h5 {
    line-height: 1.5;
}

#button-contact-vr {
    position: fixed;
    bottom: 150px;
    right: 15px;
    z-index: 99;
}

#button-contact-vr .button-contact {
    margin-bottom: 15px;
}

.back-to-top {
    position: fixed;
    right: 15px;
    bottom: 100px;
    width: 51px;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primary);
    color: #fff;
    border-radius: 50%;
    z-index: 99;
    transition: all ease 0.4s;
    bottom: -100px;
}

#result {
    background: #fff !important;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
    top: calc(100% + 10px);
}

#result li a {
    display: flex;
    align-items: center;
    transition: all ease 0.4s;
    padding: 5px 20px;
}

#result li a:hover {
    background: #f5f5f5;
    color: var(--primary);
}

.middle {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
}

.middle input {
    min-width: 150px;
    order: 1;
}

.price {
    height: auto;
}

.products-detail-slider .slider-for .box-img {
    aspect-ratio: 4/5;
}

.products-detail-slider .slider-for .box-img img {
    height: 100%;
}

.aside-item .blog-item-2 .box-img img {
    height: 100%;
}

.fanpage img {
    width: 100%;
}

.vuta-footer .footer-copyright {
    padding: 5px 0;
}

.fixed-top {
    z-index: 9;
}

.about {
    padding: 60px 0;
}

.about .about-item {
    max-width: 996px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.about .about-item .box-content {
    padding-top: 40px;
}

.about .about-item .box-content h2 {
    color: var(--primary);
    text-transform: uppercase;
    margin-bottom: 25px;
}

.about .about-item .box-content p,
.about .about-item .box-content li {
    text-align: justify;
}

.about .about-item .box-content li {
    margin-bottom: 10px;
    list-style: disc;
}

.about .about-item .box-content ul {
    padding-left: 15px;
}

.about .about-item:nth-child(odd) [class^="vuta-col-"]:first-child {
    order: 2;
}

.about .about-item:nth-child(odd) [class^="vuta-col-"]:last-child {
    order: 1;
}

.box-products-detail .price .old-price {
    color: #888;
    font-weight: 300;
    text-decoration: line-through;
    font-size: 20px;
}

@media (max-width:996px) {
    .home-products .box-title {
        padding: 20px 0;
    }
    .about .about-item .box-content {
        padding-top: 20px;
    }
    .about .about-item .box-content h2 {
        margin-bottom: 10px;
        font-size: 20px;
    }
    .about .about-item .box-content h2 span {
        display: block;
        font-size: 24px;
    }
    .about .about-item {
        margin-bottom: 10px;
    }
    .about {
        padding: 20px 0;
    }
    .contact {
        padding: 20px 0;
    }
    .about .about-item:nth-child(odd) [class^="vuta-col-"]:first-child {
        order: 1;
    }
    .about .about-item:nth-child(odd) [class^="vuta-col-"]:last-child {
        order: 2;
    }
    .slider-nav .box-img {
        aspect-ratio: 1/1;
    }
    .box-products-detail {
        padding-left: 0px;
        padding-top: 10px;
    }
    .blog-detail .aside h3 {
        font-size: 20px;
    }
    .box-title h2,
    .box-title h2 span {
        font-family: var(--font-1);
        font-size:24px !important;
        margin-bottom: 0px !important;
    }
    .home-about {
        padding: 20px 0;
    }
    .products-detail-slider .slider-for .box-img {
        aspect-ratio: 1/1;
    }
    .home-about .box-title span:first-child::before {
        content: "";
        display: block;
        width: 56px;
        height: 1px;
        background: #bababa;
        margin-right: 10px;
    }
    .home-about .box-title span:nth-child(2)::after {
        content: "";
        display: block;
        width: 56px;
        height: 1px;
        background: #bababa;
        margin-left: 10px;
    }
    .list-cat-products .products-cat-slider .item .products-cat-item .box-content {
        padding: 10px;
    }
    .list-cat-products .products-cat-slider .item .products-cat-item .box-content h4 {
        font-size: 16px;
    }
    .home-about .box-img::before {
        right: 0px;
    }
    .home-about .slogan h3 {
        font-weight: 500;
    }
    .home-about .wraper h4 {
        font-size: 18px;
    }
    .home-1 {
        padding: 40px 0 0;
    }
    .home-1 .d-flex {
        display: flex;
        align-items: center;
        margin-bottom: 0px;
        gap: 15px;
    }
    .home-1 .box-btn {
        margin-bottom: 20px;
    }
    .home-1 .box-img::before {
        right: 0;
    }
    .home-service .box-title h2 {
        color: var(--primary);
    }
    .home-service .box-title h2::before {
        display: none;
    }
    .home-service .box-title h2::after {
        display: none;
    }
    .home-service .service-item .box-img {
        aspect-ratio: 1/1;
    }
    .home-service .service-item .box-img a::before {
        content: "";
        height: 87%;
        display: block;
        position: absolute;
        width: 80%;
        border: 1px solid #fff;
        z-index: 2;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        transition: all ease .4s;
        margin: auto;
        animation: show-text .8s;
    }
    .home-service .service-item .box-img a::after {
        content: "XEM CHI TIẾT";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        width: 200px;
        transition: all ease .4s;
        height: 50px;
        margin: auto;
        color: #392e4a;
        display: flex;
        justify-content: center;
        padding: 16px 30px;
        font-size: 14px;
        background: #f2f2f2;
        font-weight: 300;
        animation: show-text .8s;
    }
    .blog {
        padding: 20px 0;
    }
    .feedback {
        padding: 30px 0;
    }
    .feedback h2::before,
    .feedback h2::after {
        display: none;
    }
    .vuta-footer .footer-top .logo img {
        height: 70px;
    }
    .vuta-footer .footer-top .logo {
        text-align: center;
    }
    .products-item .box-content h4 {
        font-size: 14px;
    }
    .products-item .box-content .price {
        display: flex;
        gap: 0px;
        justify-content: center;
        font-size: 14px;
        flex-direction: column;
    }
    .home-cat .cat-item {
        margin-bottom: 20px;
    }
    .products-item {
        height: 100%;
    }
    .products-item .box-content {
        padding: 5px 10px;
        background: #fff;
        text-align: center;
    }
    .box-products .vuta-container .aside {
        display: none;
    }
    .blog-detail .detail-content .social {
        border-bottom: 1px solid rgba(14, 55, 70, 0.15);
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .breadcrumb ul {
        padding: 0;
    }
    .blog-detail {
        padding-top: 0;
    }
    .blog-detail-2 .main-detail h1 {
        font-size: 20px;
    }
    .list-wrapper .item {
        flex: 0 0 calc((100% - (10px * (4 - 1))) /4);
    }
}

.back-to-top a {
    color: #fff;
}

.back-to-top.active {
    bottom: 100px;
}
.home-products ul li {
    font-size: 20px;
    font-weight: 500;
}


