.box-home-product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #d92429;
}

ul.list-child-term {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    list-style: none;
}

ul.list-child-term li {
    margin: 0 0 0 15px;
}

h3.title-term {
    width: auto;
    text-transform: uppercase;
    font-weight: bold;
    max-width: 30%;
    background: #d92429;
    margin-bottom: 0;
    font-weight: 700;
}
h3.title-term a {
    color: #fff;
    padding: 10px;
}
.box-home-product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
ul.list-child-term li a:hover {
    color: #d92429;
}
ul.list-child-term li a {
    transition: all 0.2s;
}
a.last-term {
    color: #d92429;
}

.title-sg {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
    display: inline-block;
    font-size: 25px;
}
.title-sg span {
    color: #F63C25;
    font-weight: 700;
    padding: 0px 0px 0px 0px;
}
.title-center {
    text-align: center;
}
.title-right{
    text-align: right;
}

/*Icon Box*/
.icon-box-sg {
    display: flex;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 8px;
}
.thumbnail-icon {
    width: 50px;
    flex-shrink: 0;
    margin-right: 15px;
}
.desc-icon-sg h3 {
    font-size: 16px;
    margin-bottom: 5px;
}
.desc-icon-sg p {
    font-size: 14px;
    margin-bottom: 0;
}


/*Mobile*/

@media screen and ( max-width: 767px ) {
    .icon-box-sg {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    h3.title-term a {
        color: #fff;
        display: block;
    }
    ul.list-child-term {
        min-height: 70px;
    }
}
