/*adđ style */

.footer {
    margin-top: 20px;
    margin-bottom: 10px;
}

.footer h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
    border-bottom: 2px solid #f3942f;
}

.footer_info {
    font-size: 16px;
    line-height: 30px;
}

.footer_info i.fa {
    margin-right: 8px;
}

.footer_info i.fa {
    color: #ed6d1e;
}

.hotline-support {
    position: fixed;
    bottom: 0px;
    background: #f3942f;
    padding: 10px;
    border-top-right-radius: 10px;
}
.hotline-title span {
    color: white;
    font-size: 16px;
    font-weight: bold;
}