.top-header .menu-item>ul>li>a{
    color: red;
}
.top-header .menu-item>ul>li>ul.list_sp>li>a{
    color: blue;
}
.top-header .menu-item>ul>li>ul.list_sp>li>ul.list_sp_2>li>a{
    color: orange;
}
.post-share .facebook{
    background: #3b5998;
    padding: 0 5px;
    border-radius: 3px;
}
.post-share .facebook a{
    color: #fff;
}
.post-share .facebook a i{
    padding-right: 5px;
}
.post-share .zalo-share-button {
    top: 5px;
    height: 21px !important;
}
#content .category-child{
    justify-content: start;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
#content .category-child a{
    color: rgb(0, 177, 86);
    font-size: medium;
    border-radius: 6px;
    padding: 16px;
    width: max-content;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    border: 1px solid rgb(0, 177, 86);
}
#content .category-child a:hover{
    color: #fff !important;
    background: rgb(0, 177, 86);
}
.searchmini{
    transform: translateX(50%);
}
.pro-detail-tabs .tab-content>.active {
    display: block;
}