.fix{
    max-width: 1920px;
    margin:  auto;
    background: #ffffff;
    z-index: 999;
    border-bottom: 1px solid #e1e1e1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: anim_titles;
    -moz-animation-duration: 5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: .7s;
    -moz-animation-duration: .7s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    box-shadow: rgb(58 78 95 / 20%) 0 1px 16px, rgb(58 78 95 / 5%) 0 -2px 16px;
}

.bg-body{
    background: rgb(0 0 0 / 5%);
}
.w-80{
    width: 80%;
}
.article-category {
    font-weight: 600;
}
.logo-section img{
    max-height: 80px;
}

/*Module search */
.box-search .btn-submit{
    border-radius: 0 5px 5px 0;
    background-color: var(--main);
}
.box-search input{
    border-radius: 5px 0 0 5px;
}
/*Module search */

/*Module san pham theo danh muc*/
.line-bottom{
    border-bottom: 2px solid var(--red);
    padding-bottom: 5px;
}
/*Module san pham theo danh muc*/

.bg-copyright{
    background-color: #004d82;
}

.mw-200{
    max-width: 300px;
}

.color-hightlight{
    color: var(--color-hightlight);
}


.btn-contact{
    transition: all .4s;
}
.btn-contact:hover{
    background-color: var(--red) !important;
    color: var(--white) !important;
}

.img-qrcode {
    position: absolute;
    top: 0;
    right: 50px;
    width: 150px;
}

/*Button right*/
.list-btn-fix {
    position: fixed;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    z-index: 10;
}
.list-btn-fix img{
    width: 45px;
}
/*Button right*/

.entire-info-website .logo-section img{
    padding: 10px;
    background: #fff;
    display: inline-block;
    border-radius: 5px;
}
.footer-menu-section img,
.footer-menu-section iframe{
    overflow: hidden;
    border-radius: 5px;
}

/*hien thi san pham*/
.cus-khung-hover .product-action {
    opacity: 0;
}

.product-item:hover .cus-khung-hover .product-action {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}
/*hien thi san pham END*/

/*Footer */
    /*logo*/
    .title-footer {
      color: var(--white);
      text-transform: capitalize;
      font-weight: 600;
      margin-bottom: 42px; 
    }

.coppyright-payment {
  border-top: 1px solid rgba(102, 102, 102, 0.2); }
  .coppyright-payment .coppyright {
    margin-bottom: 0; }
.bg-main {
    background: var(--color-highlight) !important;
}
/*Footer END*/

@media (max-width: 992px){
    .container {
        max-width: 1170px;
    }
    
    .h-mb-auto{
        height: auto !important;
    }
    
}
    