:root {
    --dominant-color: #C00315 !important;
    --dominant-color-hover: #c00315cc !important;
}

.container-error {
    --color: var(--dominant-color);

    font-family: arial;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 0 30px;
    text-align: center;
    margin-top: 150px;
    margin-bottom: 200px;
}

.container-error>h1+div {
    color: var(--color);
}

.container-error a {
    background: var(--color);
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    margin: 30px 0 0 0;
}

@media screen and (min-width: 769px) {
    header {
        background: none;
        position: fixed;
    }
}

header .header-box .logo img {
    height: 60px;
}

@media screen and (max-width: 1024px) {
    header .header-box .logo img {
        height: 45px;
    }
}

.index2 .index2-box .text .summary {
    max-height: max-content !important;
}

.index2 {
    height: auto !important;
}

.index2 .index2-box {
    height: auto !important;
    position: initial !important;
}

.footer .footer-logo {
    margin-left: -10px;
}

@media screen and (max-width: 768px) {
    .footer .footer-logo {
        margin-left: -7px;
    }

}

.footer .footer-box .right .link .item img {
    width: 100% !important;
}

.footer .footer-box {
    padding-bottom: 0 !important;
}

.slider .item .show.f-email {
    background: var(--dominant-color);
    color: #fff;
    width: max-content;
    padding: 0 20px;
    height: 40px;
}

@media screen and (max-width: 768px) {
    .index2 .index2-box {
        padding-top: 8vh;
    }
}
.index2 .index2-box .text .summary {
    margin-top: 50px;
}

.news-detail {
    padding-bottom: 20px !important;
}

@media screen and (max-width: 768px) {
    .news-detail .news-detail-box {
        margin-bottom: 0px !important;
    }
}
.product-menu .items .first-item .icon {
    min-width: 34px;
}
@media screen and (max-width: 768px) {
    .product-menu .items .first-item .icon {
        min-width: 20px;
    }
}

.footer .footer-box .right .link.facebook .item {
    background: #0866FF !important;
    border-color: #0866FF !important;
    color: #fff !important;
}