.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: 1150px) {
	ul.slimmenu > li {
	    margin-right: -3px;
	}
	ul.slimmenu li a {
	    padding: 13px 18px 15px;
	}
}

@media (max-width: 992px) {
	#header .col-md-9 {
	    bottom: 60px;
	    float: right;
	}
	.header-navv{
		bottom: 8px;
        float: right;
	}
    .search_head {
       position: relative;
       right: 0;
       top: 0;
       float: right;
   }
   #header .logo h2{
   		font-size: 30px;
   }
   #header .logo {
        width: 100%;
    }
}

@media (min-width:1030.1px) and (max-width:1130px) {
    ul.slimmenu li a {
        padding: 13px 20px 15px!important;
    }
}

@media (min-width:912.1px) and (max-width:1030px) {
    ul.slimmenu li a {
        padding: 13px 14px 13px !important;
    }
    ul.slimmenu li .sub-collapser{
    	right: -8px!important;
    }
}

@media (min-width:870.1px) and (max-width:912px) {
	ul.slimmenu li a {
        padding: 13px 12px 13px !important
    }
    ul.slimmenu li .sub-collapser{
    	right: -10px!important;
    	display: block!important;
    }
}

@media (min-width:825.1px) and (max-width:870px) {
	ul.slimmenu li a {
        padding: 13px 10px 13px !important
    }
    ul.slimmenu li .sub-collapser{
    	right: -10px!important;
    	display: block!important;
    }
}

@media (min-width:784px) and (max-width:825px) {
	ul.slimmenu li a {
        padding: 13px 8px 13px !important
    }
    ul.slimmenu li .sub-collapser{
    	right: -12px!important;
    	display: block!important;
    }
}

@media (max-width: 800px) {
	#header .logo h2{
	   		font-size: 27px;
	   }
}

@media (max-width: 783px) {
	#menusite .menu-collapser .collapse-button {
		top : 24px!important;
		left : 480px;
		display : none;
	}
	.mobile-menu-toggle-btn {
        display: block;
        order: 3;
    }
    .open-menu .mobile-menu-bg {
        display: block;
    }
    .open-menu .mobile-menu-wrap {
        visibility: visible;
        transform: translateX(0);
    }
    .personalArea {
	    margin: 0 0px 0px 8px;
	}
    #header .col-md-9 {
        bottom: -6px;
        float: right;
        position: absolute;
    }
    #header {
        padding-bottom: 10px;
    }
    #menusite .menu-collapser {
    	display: none!important;
    }
}

@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: -58px;
    }
    #tip .bg {
        width: 266px;
    }
}

@media (max-width: 767px) {
.mobile-menu-toggle-btn {
        display: block;
        order: 3;
    }
    #header .logo h2 {
        font-size: 30px;
    }
    .header-navv .social-icons {
    	margin: 0 0px;
    }
}

@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;
    }
    #header .logo h2 {
        font-size: 27px;
    }
}

@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;
    }
}

/* 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;
}