﻿section#combo ul.nav.nav-tabs {
    padding: 0;
}

    section#combo ul.nav.nav-tabs li {
        list-style: none;
    }

        section#combo ul.nav.nav-tabs li a {
            text-decoration: none;
            text-align: center;
            display: block;
            width: 100%;
            height: 100%;
        }

            section#combo ul.nav.nav-tabs li a .img-menu-tab-item img {
                display: block;
                width: 100%;
                height: 340px;
                object-fit: cover;
            }

            section#combo ul.nav.nav-tabs li a h2 {
                margin: 0;
                font-family: 'Montserrat-Medium';
                color: #96300a;
                font-size: 14px;
                font-weight: normal;
                text-transform: uppercase;
                margin-top: 17px;
            }

            section#combo ul.nav.nav-tabs li a h3 {
                margin: 0;
                font-size: 18px;
                color: #551b15;
                font-family: 'Montserrat-Medium';
                font-weight: normal;
                margin-top: 7px;
                overflow: hidden;
                text-overflow: ellipsis;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                display: -webkit-box;
            }

section#combo {
    background: #f9f4ea;
    padding-top: 54px;
    padding-bottom: 66px;
}

.WTopHomecombo {
    text-align: center;
}

.combo-list-cate {
    padding-top: 33px;
    overflow: hidden;
}

section#combo ul.nav.nav-tabs li a span {
    font-size: 16px;
    font-family: 'Montserrat-Bold';
    color: #1f1f1f;
    font-weight: normal;
    display: block;
    margin-top: 12px;
}