.tamphat_box_products .section-title {
    justify-content: center;
    position: relative;
    margin: 0 0 20px 0;
}
.tamphat_box_products .viewmore a {
    background: #DD3333;
    padding: 7px 24px;
    border-radius: 17px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
}

.tamphat_box_products .viewmore a i {
    height: unset;
    line-height: unset;
    position: relative;
    top: 2px;
    padding: 0 0 0 5px;
}

body.home .tamphat_box_products:nth-child(odd){
    background: rgba(245, 245, 245, 0.942);
    padding: 55px 0px 50px 0;
}

body.home .tamphat_box_products:nth-child(odd) .section-title span {
    background: #ebebeb;
}
.tamphat_box_products {
    padding: 45px 0;
    margin: 0 0 45px 0;
}

.tamphat_box_products {
    padding: 45px 0;
    margin: 0 0 45px 0;
}
.tamphat_box_products .section-title:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #e6e6e6;
    position: absolute;
    z-index: 1;
}

.tamphat_box_products .section-title span {
    position: relative;
    z-index: 9;
    background: #f6f7f7;
    padding: 5px 50px;
    font-size: 24px;
    color: #000;
}

.tamphat_box_products .section-title a {
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 9;
}

.home-category-product {
    padding: 0!Important;
}

.home-category-product .dev-category-title .read-more {
    white-space: nowrap;
    font-size: 12px;
    padding: .5rem 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #b20000;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    width: auto;
    display: inline-block;
    transition: 0.4s;
    margin-right: 0;
}

.dev-category-title h3 a {
    font-size: 20px;
    color: #b20000;
}

.home-category-product .dev-category-title h3 {
    margin: 0;
}

.home-category-product .dev-category-title .read-more:hover {
    opacity: .8;
    transition: 0.4s;
}

.list-brand-items a {
    font-size: 12px;
    margin: 0 10px 0 0;
    padding: .5rem 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #f3f4f6;
    color: #444;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    width: auto;
    display: inline-block;
}

.list-brand-items a:last-child {
    margin-right: 0;
}
.list-brand-items a:hover {
    color: #000;
    background: #cecece;
    box-shadow: 0 0 2px #ccc;
}
.home-gird-category .custom-row-slider {
    margin-top: 25px;
}

.home-gird-category .taxonomy-item h3 {
    font-size: 15px;
    margin: 10px 0 5px 0;
    transition: 0.4s;
}

.home-gird-category .taxonomy-item:hover h3 {
    color: #b20000;
    transition: 0.4s;
}

.home-gird-category .taxonomy-item:hover img {
    transform: scale(1.1);
    transition: 0.4s;
}

.home-gird-category .taxonomy-item img {
    transition: 0.4s;
}

.home-gird-category .taxonomy-item .box-thumb {
    overflow: hidden;
}

.home-gird-category .taxonomy-item p {
    text-transform: uppercase;
    font-size: 10px;
}

.home-categories {
    padding: 0!important;
}
.home-category-product .flickity-slider {
    padding-top: 15px;
    padding-bottom: 15px;
}
.home-socials .iframe iframe {
    width: 100%;
}
.footer-2 {
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: color-burn;
    background-color: rgba(8, 4, 4, .76);
    background-size: cover;
}
@media (max-width: 767px) {
    .list-brand-items {
        display: none;
    }
}