.content-1 span {
    font-size: 18px;
    font-family: 'UTM Copperplate';
    display: block;
    text-align: center;
    position: relative;
    padding-top: 30px;
    margin-bottom: 10px;
    /* font-weight: bold; */
}

.new-content span {
    display: block;
    text-transform: uppercase;
    font-family: 'UTM Copperplate';
    color: #000000;
    font-size: 18px;
}

.new-content-p p {
    font-family: 'UTM Neo Sans Intel';
    font-size: 16px;
    color: #666666;
}

.line-bot {
    width: 100%;
    height: 2px;
    background: red;
}

header .menu::before {
    position: absolute;
    top: 100%;
    left: 0;
    content: '';
    width: 100%;
    height: 8px;
    background-color: #dddcdc;
    z-index: 200;
}

.abc {
    border-bottom: 1px solid #dddcdc;
    max-width: 100%;
}

.menu-product {
    background-image: linear-gradient(to right, #d71920 50%, #e2e2e2 50%);
    position: relative;
}

.menu-product .list-group .product-right {
    position: relative;
}

.menu-product .list-group .product-right:before {
    position: absolute;
    content: '';
    background-image: url(../images/layoutSanpham_2.png);
    width: 61px;
    height: 49px;
    top: 0;
    right: 0;
}

.menu-product .list-group .product-left {
    position: relative;
    text-align: left;
}

.menu-product .list-group .product-left::after {
    position: absolute;
    content: '';
    background-image: url(../images/layoutSanpham_1.png);
    width: 57px;
    height: 49px;
    top: 0;
    right: 0;
}

.list-group {
    flex-direction: row;
}

.product-right a {
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    font-family: 'UTM Copperplate';
}

.product-left a {
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'UTM Avo';
}

.list-group-item:first-child {
    width: 25%;
    text-align: left;
    background: #d71920;
    color: white;
    position: relative;
    border: none;
    margin-bottom: 0;
}

.list-group-item:first-child:hover {
    background: transparent;
}

.list-group-item:first-child::before {}

.list-group-item:last-child {
    width: 75%;
    text-align: center;
    border: none;
}

@media (max-width:769px) {
    .list-group-item:first-child {
        font-size: 0.75rem;
        width: 50%;
    }
    .list-group-item:last-child {
        font-size: 0.75rem;
    }
    .menu-product .list-group .product-right {
        text-align: left;
    }
    .menu-product .list-group .product-left {
        text-align: left;
    }
    .menu-product .list-group .product-right:before {
        display: block;
        position: absolute;
        content: '';
        background-image: url(../images/layoutSanpham_2.png);
        width: 60px;
        height: 42px;
        top: 0px;
        right: 0;
    }
    .menu-product .list-group .product-left::after {
        display: block;
        position: absolute;
        content: '';
        background-image: url(../images/layoutSanpham_3.png);
        width: 55px;
        height: 42px;
        top: 0;
        right: 0;
    }
    .new-content-p p{
        text-align: justify;
    }
    .abc{
        margin: 0 !important;
    }
}

@media (max-width:600px) {
    .list-group-item:first-child {
        font-size: 0.75rem;
        width: 50%;
    }
    .list-group-item:last-child {
        font-size: 0.75rem;
    }
    .menu-product .list-group .product-right {
        text-align: center;
    }
    .menu-product .list-group .product-left {
        text-align: center;
    }
    .menu-product .list-group .product-right:before {
        display: none;
    }
    .menu-product .list-group .product-left::after {
        display: none;
    }
}