.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;
}