@import url('https://fonts.googleapis.com/css2?family=Lexend&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rowdies&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rowdies:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Norican&family=Rowdies:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Norican&family=Rowdies:wght@300;400;700&display=swap');

.site-footer {
    display: none;
}

body.home {
    overflow: hidden;
}

body:not(.home) main#content {
    position: relative !important;
}

body:not(.home) .hn__logo-img {
	opacity: 1 !important;
	animation: none !important;
}

/* =================== */
/* Them so luong cua icon gio hang */
/* =================== */
.icon-cart {
    position: relative;
    display: inline-block;
}

.icon-cart .cart-count {
    position: absolute;
    top: -6px;
    right: -8px;
    background: #5E6532;
    color: white;
    font-size: 12px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    text-align: center;
}

/* =================== */
/* Them ... cho title News */
/* =================== */
@media screen and (max-width: 991px) {
.title-post {
  display: -webkit-box; 
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 2;   
  overflow: hidden;        
  text-overflow: ellipsis; /* dấu ... */
  word-break: break-word;      
  line-height: 1.4em;         
  max-height: 3em;         
}
}
