/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

.contactList__icon-phone {
    height: 16px;
    width: 20px;
    display: inline-block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 95%;
    background-position: 0 center;
    background-image: url('../images/v2/icons/phone-02.png');
}

.contactList__icon-envelop {
    height: 16px;
    width: 20px;
    display: inline-block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 95%;
    background-position: 0 center;
    background-image: url('../images/v2/icons/mail-02.png');
}

#contactList ul li a {
    color: #14212a;
}

#contactList ul li a:hover {
    color: #d00a2b;
}