/*
 *
 *    [Table of contents]
 *
 *    Summary:
 *
 *    1. Tab
 *
 *
 *
 */

 /*----------  1. Tag  ----------*/
    .slz-tag ul {
        margin: 0;
        padding: 0;
    }
    .slz-tag .tag {
        display: block;
        font-size: 14px;
        border-bottom: 1px solid transparent;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .slz-tag .tag:hover {
        border-bottom-color: #c8ac48;
    }
    .slz-tag .tag:hover {
        background-color: #c8ac48;
    }