.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%;
    }
}

.featured-products {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.featured-products>.fix-col {
    width: 100% !important;
}

.featured-products>.fix-col,
.featured-products>.fix-col>div {
    height: 100%;
}

@media (max-width: 768px) {
    .featured-products {
        grid-template-columns: repeat(2, 1fr);
    }
    #header .logo h2 {
        padding-top: 8px;
        padding-left: 0px;
    }
    #header .logo .site_description {
        padding-top: 8px;
        padding-left: 0px;
    }
    .header-navv {
        position: relative;
        top: -60px;
        float: right;
    }
    #header .search_head {
        float: right;
        top: -50px;
        right: -20px;
    }
    #header .col-md-9 {
        position: absolute;
    	bottom: -52px;
    }
    .personalAreaa {
        margin-left: 0;
    }
    #tip .bg {
        width: 266px;
    }
}

@media (max-width:640px) {
	.pull-right .language{
        display: block;
    }
    #header .logo {
        width: 100%;
        text-align: left;
        padding: 10px;
    }
    .header-navv {
        float: right;
    }
    #header .search_head {
        top: -58px;
        right: 4px;
    }
    
    #tip {
        max-width: none;
        top: 35px;
        right: 0px;
    } 
    #tip .bg {
        width: 266px;
    }
}

@media (max-width: 499.98px) {
    .language {
        display: block;
        padding-right: 26px;
    }
    .header-navv {
        float: right;
    }
    #header .logo h2 {
        padding-left: 0px;
        font-size: 18px;
    }
    #header .logo .site_description {
        padding-left: 0px;
        font-size: 18px;
    }
    #header .logo img {
        max-height: 100px;
    }
    #tip {
        max-width: none;
        top: 35px;
        right: 0px;
    } 
    #tip .bg {
        width: 266px;
    }
   
}

@media (max-width: 360px) {
    .language {
        display: block;
        padding-right: 32px;
    }
    #header .logo img {
        max-height: 100px;
    }
    #header .logo h2 {
        padding-left: 10px;
        font-size: 16px;
    }
    #header .logo .site_description {
        padding-left: 10px;
        font-size: 16px;
    }
}

.personalAreaa {
    margin:0 10px;
}

.personalAreaa {
    margin:0 0px 0px 25px;
    order: 2;
}

.personalAreaa a.button.user,
.personalAreaa a.button.user:hover {
    border-radius:15px !important;
    -webkit-border-radius:15px !important;
    background-color: #f4f4f4;
    background-size:contain;
    width: 30px;
    height: 30px;
    display: block;
    border: 2px #0066cc solid;
}

.personalAreaa > span {
    display: block;
}

.personalAreaa a.button.user .fa-user {
    font-size: 1.8em !important;
}

/* Head-Navv */

.header-navv {
    position: relative;
    color:#fff;
    background: transparent;
}

.header-navv a,
.header-navv a:hover {
    color:#fff;
}

.header-navv a.button {
    display: block;
    color:#0066cc;
    border: 2px #0066cc solid;
    line-height: 22px;
    background: transparent;
    border-radius: 50%;
    font-size: 12px;
    width: 30px;
    height: 30px;
    text-align: center;
}

.header-navv a.button:hover,
.header-navv a.active {
    background:transparen !important;
}