.icon_new{
    display:inline-block !important;
}
/* Điểu chỉnh font thay thế cho font Tahoma */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body,
input, button, select, textarea,
ul.slimmenu > li > a,
.news .panel-body ul li p,
.language .nv_change_site_lang  {
    font-family: 'Roboto' !important;
    font-weight: normal !important;
}
.news .panel-body ul li a,
ul.slimmenu li ul li a {
    font-family: 'Roboto' !important;
    font-weight: bold !important;
    font-size: 13px !important;
}
.breadcrumbs a:before {
    padding-right: 0.5px;
}
.breadcrumbs a:after {
    padding-left: 0.5px;
}
.login-box {
    width: 332px !important;
}
#tip {
    z-index: 999;
}
.featured-products .fix-col .margin-bottom > a {
    font-size: 16px;
    text-align: center;
    display: block;
    margin-top: 8px;
}
.top .second-nav {
    top: -48px;
    left: 25%;
}
@media (min-width: 1600px) {
    .top .second-nav {
        left: 30%;
    }
}