body.tp_background, div, dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend, input, button, textarea, select, span, a, p, sub, blockquote, th, td {
    font-family: 'Comfortaa', sans-serif;
}

@font-face {
    font-family: 'SVN-Gotham';
    font-style: normal;
    font-weight: normal;
    font-display: block;
    src: url(/fonts/SVNGotham/SVN-Gotham-Book.ttf)
}

@font-face {
    font-family: 'SVN-Gotham';
    font-style: normal;
    font-weight: 600;
    font-display: block;
    src: url(/fonts/SVNGotham/SVN-Gotham-Regular.ttf)
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'SVN-Gotham', san-serif;
}

span.text_gradient.tp_title {
    font-family: 'SVN-Gotham', san-serif;
}

.menu-item{
    justify-content: center;
    display: flex;
    align-items: center;
}
.card_news_body{
    height: 160px;
}
.contact_footer ul li{
    display: flex;
    align-items: center;
}
.contact_footer ul li p{
    margin: 0;
}
.quantity-button{
    display: flex;
}
.quantity-button button a{
    display: block;
    color: #fff;
}
.quantity-button a:hover{
    background: #fff;
    transition: all 0.5s;
    border: 1px solid #91ad41;
    color: #91ad41;
}
.quantity_wanted_p .btnOther {
    background: -webkit-linear-gradient(35deg, #91ad41 0%, #ff8a6c 100%);
    box-shadow: none;
    font-size: 15px;
    border-radius: 25px;
    border: none;
    width: 50%;
    height: 45px;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-bag, .lare-icon .user {
    display: none;
}
.group-action, .product:hover .group-action {
    display: none !important;
}

.banner_product .banner_content {
    background-position: center;
    background-size: contain;
}
.banner_product .banner_content .content_ .btn_xem{
    display: none;
}
.section_about .title .infor_content{
    color: #000;
    font-size: 16px;
}
.logo_small {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.logo_small img{
    width: 105px;
}
.product-tabs .select-cate,.footer-right_first {
    display: none;
}

.banner_content .content_ h3 {
    display: none;
}

.hotline_banner {
    background-attachment: unset;
}

.hotline_banner .hotline {
    color: #000;
}

li.nav-item.tp_product_detail_comment {
    display: none;
}
.slider_4 .owl-nav button:before{
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
}
.slider_4 .owl-nav button.owl-next:before{
    content: '\f105';
    display: block;
    font-family: Fontawesome;
    right: 0;
    font-size: 28px;
}
.slider_4 .owl-nav button.owl-prev:before{
    content: '\f104';
    font-family: Fontawesome;
    left: 0;
    font-size: 28px;
}
.slider_4 .owl-nav button span{
    font-size: 0;
}
.slider_4.owl-theme .owl-nav [class*=owl-]:hover{
    color: #000;
}
@media (max-width: 991px) {
    #menu a {
        color: #333;
    }
    #menu {
        background-color: #fff;
    }
}
.brand-wrapper .brand_img img{
    height: 100px;
}