body {
    font-family: "Roboto", sans-serif !important;
}
a:hover{
  text-decoration:none !important;
}
#headerMain {
  display:block !important;
  background: black;
}
#navbarContact {
  height:100%;
}
.menu-phone-number {
    color: white;
    background-size: contain;
    background: #77c042;
    border-radius: 30px;
    padding: 0px 5px;
    font-family: "Roboto", sans-serif;
    font-size: .9em;
}

.fixed-top{
  position: relative;
  margin-bottom: 20px;
}

.navbar-collapse{
  flex-grow: 0 !important;
}

.nav-top-link {
    color: white;
}

.nav-search-link {
    color: gray;
    padding-top: 14px;
}

.nav-margin {
    margin-left: 10px;
}

.btn-cart{
    border: 2px solid #ffc107  !important;
    border-radius: 0px !important;
    font-weight: bold !important;
    font-size: 0.9em  !important;;
}

.btn-success{
  background: #005b23 !important;
  padding: 3px 6px!important;
  border-radius: 0px !important;
}

.btn-cart:hover{
    color: white !important;
}
/*carrt*/
.dropdown-cart {
  padding:0 10px;
}
.collum-cart .cart-text {
  display: flex;
  border-bottom: 1px solid;
}


.nav-search-margin {
    margin: 14px 30px 0px 20px;
}

.logo-main {
    background: white;
    margin-left: 45%;
    border-radius: 50%;
}

.navbar {
    padding-left: 67px;
    font-size: 14px;
    font-weight: 600;
    background-color: white;
    height: 100px;
    top: 0;
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
}

@media only screen and (max-width: 992px){
  .toolbar-for-desktop{
    display: none;
  }
}

@media only screen and (min-width: 992px){
  .toolbar-for-desktop{
    display: block;
  }
}


@media only screen and (max-width: 992px){
  .content-category-mobile{
    margin-top: 10px;
    text-transform: uppercase;
    display: block;
  }
}

@media only screen and (min-width: 992px){
  .content-category-mobile{
    display: none;
  }
}

@media only screen and (max-width: 992px){
  .category-mobile-ntr{
    display: block;
  }
}

@media only screen and (min-width: 992px){
  .category-mobile-ntr{
    display: none;
  }
}

.sort-product{
  background-color: rgba(255,255,255,0.2);
  color: #fff;
  margin-top: 10px;
  padding: 7px;
  border-radius: 50px;
}

.sort-product option{
    color: #000;
}

@media only screen and (min-width: 992px){
  .content-header-mobile{
    display: none;
  }
}

@media only screen and (max-width: 991px){
  .content-header-mobile{
    display: block;
      height: 100%;
  }
}


@media only screen and (max-width: 991px){
  #navbarContact{
    display:none !important;
  }
}


.pagination {
    text-align: right;
    display: inline-flex;
    margin: auto;
    padding: 40px 0px;
}
.page-link{
    border: 2px solid #f8b742 !important;
    font-size: 15px;
    font-weight: 500;
    margin-right: 5px;
    color: #f8b742 !important;
}

.page_number{
  display: flex;
  justify-content: center;
}

.pagination .select {
  background: #f8b742;
  color: #fff !important;
  border-color: #f8b742 !important;
}

.page-link:hover {
  background: #f8b742 !important;
  color: #fff !important;
  border-color: #f8b742 !important;
}

.page-link:focus {
  box-shadow: none !important;
}


/*.pagination {*/
/*  margin:0;*/
/*}*/

/*.pagination .select {*/
/*  background: #f8b742;*/
/*  color: #fff;*/
/*  border: 1px solid #f8b742 !important;*/
/*  border-radius: 0px !important;*/
/*}*/

/*.page-item{*/
/*  border: 1px solid #f8b742 !important;*/
/*}*/

/*.page-item a{*/
/*  color: #f8b742;*/
/*}*/


/*.page-item:hover a{*/
/*  color: #fff;*/
/*  text-decoration: none;*/
/*}*/

/*.page-item:hover .page-link{*/
/*  background: #f8b742;*/
/*  color: #fff;*/
/*  border: 1px solid #f8b742 !important;*/
/*  border-radius: 0px !important;*/
/*}*/


/*.page-link{*/
/*  border: none!important;*/
/*}*/

/*.page-link:focus {*/
/*  box-shadow: none !important;*/
/*}*/

.btn-cart-mobile{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.btn-show-menu{
  height: 100%;
  display: flex;
  align-items: center;
}

.banner {
    width: 100%;
    height: 800px;
    overflow: hidden;
    box-sizing: border-box;
}

.li-menu {
    margin: 10px 10px 10px 10px;
    text-transform: uppercase;
    font-weight: bold;
    color:white!important;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    background-color: white;
    background-size: contain;
    display: none;
    z-index: 2;
    position: absolute;
    border: 2px solid gray;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
}


.nav-search-dropdown {
    width: 285px;
    text-align: center;
    padding-top: -20px;
    padding: 10px;
}

.dropdown-menu-product {
    position: absolute;
    min-width: 260px;
    max-height: 0;
    z-index: 9;
    padding: 20px 0 20px;
    opacity: 0;
    margin: 0;
    transition: opacity .25s;
    box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    border: 2px solid #ddd;
    color: #777;
    background-color: #fff;
    text-align: center;
    display: table;
    right:0;
}

.dropdown:hover .dropdown-content {
    opacity: 1;
    visibility: visible;
}

.product-isnull{
  font-size: 0.8em;
}

.menu-item {
    background: red;
}

/* banner */

.slide1 {
    height: 870px;
    background-image: url(https://mauweb.monamedia.net/naturalhoney/wp-content/uploads/2018/01/slides_1.jpg);
    background-size: cover;
}

.slide2 {
    height: 870px;
    background-image: url(https://mauweb.monamedia.net/naturalhoney/wp-content/uploads/2018/01/slides_2.jpg);
    background-size: cover;
    padding-top: 60px;
    padding-left: 50%;
}

.slide3 {
    height: 870px;
    background-image: url(https://mauweb.monamedia.net/naturalhoney/wp-content/uploads/2018/01/slides_3.jpg);
    background-size: cover;
}

.text-align1 {
    text-align: center;
    color: white;
    margin-top: 20%;
    font-size: 2em;
}

.slide2-content {
    margin-top: 150px;
    padding-top: 150px;
    text-align: center;
    height: 480px;
    width: 480px;
    background-color: black;
    border-radius: 100%;
    color: white;
}




@media only screen and (max-width: 1920px) {
    .text-align1 {
        text-align: center;
        color: white;
        margin-top: 20%;
        font-size: 2em;
    }
    .slide2-content {
        margin-top: 150px;
        padding-top: 150px;
        height: 480px;
        width: 480px;
    }
}

@media only screen and (max-width: 1024px) {
    .text-align1 {
        text-align: center;
        color: white;
        margin-top: 20%;
        font-size: 2em;
    }
    .slide2-content {
        margin-top: 130px;
        padding-top: 130px;
        height: 400px;
        width: 400px;
    }
}

@media only screen and (max-width: 768px) {
    .slide1 {
        height: 688px;
        padding: 0px 50px 0px 50px;
    }
    h3 {
        font-size: 1.8em;
    }
    .slide3 {
        height: 688px;
        padding: 0px 40px 0px 40px;
    }
    .slide2 {
        padding-left: 42%;
        height: 688px;
    }
    .text-align1 {
        text-align: center;
        color: white;
        margin-top: 40%;
        font-size: 1.2em;
    }
    .slide2-content {
        margin-top: 120px;
        padding-top: 80px;
        height: 380px;
        width: 380px;
        font-size: 1.4em;
    }
    p {
        font-size: 0.8em;
    }
}

@media only screen and (max-width: 601px) {
    .slide1 {
        height: 688px;
        padding: 0px 50px 0px 50px;
    }
    h3 {
        font-size: 1.8em;
    }
    .slide3 {
        height: 688px;
        padding: 0px 40px 0px 40px;
    }
    .slide2 {
        padding-left: 40%;
        height: 688px;
    }
    .text-align1 {
        text-align: center;
        color: white;
        margin-top: 50%;
        font-size: 1em;
    }
    .slide2-content {
        margin-top: 130px;
        padding-top: 80px;
        height: 300px;
        width: 300px;
        font-size: 1.3em;
    }
    .slide2 .btn {
        font-size: 0.6em !important;
    }
    p {
        font-size: 0.8em;
    }
}

@media only screen and (max-width: 415px) {
    .slide1 {
        height: 688px;
        padding: 130px 40px 0px 40px;
    }
    h3 {
        font-size: 1.3em;
    }
    .slide3 {
        height: 688px;
        padding: 130px 40px 0px 40px;
    }
    .slide2 {
        padding-left: 10%;
        height: 688px;
    }
    .text-align1 {
        text-align: center;
        color: white;
        margin-top: 50%;
        font-size: 0.8em;
    }
    .slide2-content {
        margin-top: 100px;
        padding-top: 80px;
        height: 300px;
        width: 300px;
        font-size: 1.3em;
    }
    .slide2 .btn {
        font-size: 0.6em !important;
    }
    p {
        font-size: 0.8em;
    }
}

@media only screen and (max-width: 320px) {
    .slide1 {
        height: 688px;
        padding: 130px 40px 0px 40px;
    }
    h3 {
        font-size: 1.3em;
    }
    .slide3 {
        height: 688px;
        padding: 130px 40px 0px 40px;
    }
    .slide2 {
        padding-left: 6%;
        height: 688px;
    }
    .text-align1 {
        text-align: center;
        color: white;
        margin-top: 50%;
        font-size: 0.8em;
    }
    .slide2-content {
        margin-top: 130px;
        padding-top: 20px;
        height: 250px;
        width: 250px;
        font-size: 1.3em;
    }
    .slide2 .btn {
        font-size: 0.6em !important;
    }
    p {
        font-size: 0.8em;
    }
}

@media only screen and (max-width: 376px) {
    .slide1 {
        height: 688px;
        padding: 10 0px 40px 0px 40px;
    }
    h3 {
        font-size: 1.3em;
    }
    .slide3 {
        height: 688px;
        padding: 100px 40px 0px 40px;
    }
    .slide2 {
        padding-left: 7%;
        height: 688px;
    }
    .text-align1 {
        text-align: center;
        color: white;
        margin-top: 50%;
        font-size: 0.8em;
    }
    .slide2-content {
        margin-top: 70px;
        padding-top: 90px;
        height: 300px;
        width: 300px;
        font-size: 1em;
    }
    .slide2 .btn {
        font-size: 0.6em !important;
    }
    p {
        font-size: 0.8em;
    }
}

.titleaboutus {
    text-align: center;
    padding: 30px 0px;
    font-weight: bolder;
}

.title-font {
    font-family: "Coiny", sans-serif;
    color: #f8b742!important;
    font-size: 1.6em;
}

.btn-buy-now {
    padding: 10px 35px;
    font-size: 1em;
    border-radius: 40px;
    border: 2px solid;
}

.title-product {
    text-transform: uppercase;
    color: #1c1c1c;
    font-size: 1.25em;
    text-align: center;
    font-weight: 1200;
    margin: 20px;
}

.title-product h3 {
    font-size: 14px;
    font-weight: bold;
}

.content-product {
    padding: 10px 10px;
    transition: all .3s;
}

.svg-content-product {
    border-width: 1px;
    color: rgb(248, 183, 66);
    display: flex !important;
    justify-content: center !important;
}

.text-product {
    text-align: center;
}

.share-product {
    /*margin-top: 50px;*/
    /*margin-bottom: 70px;*/
}

.icon-content {
    padding: 10px;

}

.icon-content svg {
    fill: rgb(248, 183, 66);
    background-color: white;
    height: 75px;
    border-radius: 50%;
    border: 1px solid #f8b742;
    padding: 15px;
}

.icon-content:hover svg {
    fill: white;
    background-color: rgb(248, 183, 66);
}


.footer {
    background-color: #372b2b;
    padding: 40px;
}

.footer-img {
    text-align: right;
}

@media only screen and (max-width: 600px) {
    .footer-img img {
        width: 80%;
    }
    .footer-img {
      display: flex;
      align-items: center;
      justify-content: center;
    }
}

@media only screen and (min-width: 601px) {
    .footer-img img {
        width: 50%;
    }
    .footer-img {
      display: flex;
      align-items: center;
      justify-content: center;
    }
}


@media only screen and (min-width: 767px) {
    .footer-img img {
        width: 100%;
    }
    .footer-img {
      display: flex;
      align-items: center;
      justify-content: center;
    }
}

@media only screen and (min-width: 998px) {
    .footer-img img {
        width: 60%;
    }
    .footer-img {
      display: flex;
      align-items: center;
      justify-content: center;
    }
}



.footer a {
    color: white !important;
}

.footer a:hover {
    color: #f8b742 !important;
    text-decoration: none;
}

.footer-contact {
    color: white;
    text-align: left;
}

.footer-contact b {
    color: #797979;
}

.footer-margin-left{
  margin-left: -20px;
}

.footer-product {
    color: white;
    text-align: left;
}

.footer-link {
    color: white;
    text-align: left;
}

.footer-social {
    color: white;
    text-align: left;
}

.ul-style-none {
    list-style-type: none;
}

.ul-style-triangle {
    list-style-type: none;
}

.copyright-footer {
    background-color: #FFF;
    /*#f1f1f1*/
    color: #000;
    text-align: center;
    padding: 5px;
    font-weight: 600;
}

.map-container-4 iframe {
    height: 250px;
    width: 100%;
}

.product-box {
    padding: 20px 30px;
    width: 94%;
    height: 96%;
    border: black;
    -webkit-box-shadow: -5px -5px -5px -5px #999;
    -moz-box-shadow: -5px -5px -5px -6px #999;
    box-shadow: 5px 5px 5px -6px #999;
}

.product-box:hover {
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
}

.product-box-title {
    text-transform: uppercase;
    color: silver;
    font-size: x-small;
    margin-top: 10px;
}

.product-box-introduce {
    color: #005b23;
    font-weight: bold;
    font-size: 0.9 em;
    height: 50px;
    overflow: hidden;
}

.product-box-introduce:hover {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9 em;
}

.product-meta-a{
    color: #005b23;
}

.product-meta-a:hover{
  color: #000;
  text-decoration: none;
}


.product-box-cost {
    color: #000;
    font-weight: 600;
}

.product-box-btn-add {
    background-color: #f8b742;
    color: #fff;
    border-width: 2px;
    border: rgb(131, 86, 4);
    margin: 7px 0px 20px 0px;
    padding: 3px 10px;
    cursor: pointer;
}

.product-box-btn-add:hover {
    background-color: yellow;
    background-color: #446084;
    opacity: 0.5;
}


.btn-more-product {
    text-align: center;
    margin-bottom: 50px;
}

.sec-doi-tac {
    background-image: url(https://mauweb.monamedia.net/naturalhoney/wp-content/uploads/2018/01/bg-bee-human.jpg);
    margin-bottom: 20px;
    padding-bottom:35px;
}


.sec-doi-tac-img img {
    height: 150px;
    margin: 15px;
}

.sec-doi-tac-text {
    text-align: center;
    padding-top: 20px;
    color: white;
}

.mypartner {
    margin: 5% 0%;
    width: 100%;
}

.btn-left {
    margin-left: -110% !important;
}

.btn-right {
    margin-right: -110% !important;
}

.main-share-product {
    height: 460px;
    border-width: 2px;
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
    position: relative;
}

.main-share-product img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-share {
  position:relative;
}


.info-main-product {
  background-color:rgba(255,255,255,0.8);
  padding:20px 15px;
  position: absolute;
  bottom:0;
  width: 100%;
}

.share-product-title {
    font-size: 1.3em;
    font-weight: bold;
    color: black !important;
    opacity: 0.8;
}

.share-product-date {
    font-size: 12px;
    color: #000;
}

.share-product-introduce {
    font-weight: initial;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.link-share-product {
    text-transform: uppercase;
    color: green;
    font-size: x-small;
    font-weight: bold;
}

.link-share-product:hover {
    color: #212529;;
    text-decoration: none;
}


.is-divider {
    height: 3px;
    display: block;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 0.5em 0 0.5em;
    width: 100%;
    max-width: 30px;
}

.product-title {
    font-size: 1.3em;
    font-weight: bold;
    color: black !important;
}

.second-share-product {
    /*height: 190px;*/
    border-width: 2px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
}


@media only screen and (max-width: 768px){
  .second-share-product{
    margin-top: 30px !important;
  }
  .third-share-product{
    margin-top: 30px !important;
  }
  .content-cart img {
      width: 50px !important;
      height: 50px !important;
  }
}

/*@media only screen and (width: 768px){*/
/*  .second-share-product{*/
/*    margin-top: 30px !important;*/
/*  }*/
/*  .third-share-product{*/
/*    margin-top: 30px !important;*/
/*  }*/
/*}*/
@media only screen and (min-width: 768px){
  .second-share-product{
    margin-top: 0px !important;
  }
  .third-share-product{
    margin-top: 0px !important;
  }
}

.info-second-product {
    background-color:rgba(255,255,255,0.8);
    width: 100%;
    opacity: 0.8;
    position: absolute;
    bottom: 0;
    padding: 10px;
}

.second-share-product img {
    width: 100%;
    height: 230px;
    object-fit:cover;
}

.info-third-product {
    background-color:rgba(255,255,255,0.8);
    width: 100%;
    opacity: 0.8;
    position: absolute;
    bottom: 0;
}

.share-card:hover .product-heart{
    display: block;
}

.product-heart{
    position: absolute;
    background: none;
    right: 40px;
    top: 45px;
    padding: 5px 9px;
    color: #c0c0c0;
    border: 2px solid #c0c0c0;
    border-radius: 50%;
    display: none;
}

.product-heart:hover{
    background-color: #b20000 !important;
    border: 2px solid #b20000 !important;
    color: #FFF !important;
}


.product-heart-category{
    position: absolute;
    background: none;
    right: 30px;
    top: 15px;
    padding: 5px 9px;
    color: #c0c0c0;
    border: 2px solid #c0c0c0;
    border-radius: 50%;
}

.product-heart-category:hover{
    background-color: #b20000 !important;
    border: 2px solid #b20000 !important;
    color: #FFF !important;
}


.infor-user{
  font-weight: bold;
  text-align: center;
}

.label-user{
  color: #005b23;
  font-weight: bold;
  padding-bottom: 3px;
  border-bottom: 1px solid #ddd;
}

.label-user a{
  color: #005b23;
  font-weight: bold;
}

.label-user a:hover{
  text-decoration: none;
}


.item-user{
  padding-left: 20px;
  margin: 3px 0px;
}

.item-user a{
  color: #000;
}

.item-user a:hover{
  color: #000;
  text-decoration: none;
}

.active-user{
    border-left: 4px solid #f8b742;
    background: #eee;
    padding: 5px 5px 5px 20px;
}

.label-history{
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  padding: 10px;
  border-top: 5px solid #ddd;
}

.third-share-product {
    background-color:rgba(255,255,255,0.8);
    width: 100%;
    width: 100%;
    height: 200px;
}

.third-share-product img {
    width: 100%;
    height: 200px;
    object-fit:cover;
}

.third-share-product-title {
    background-color: white;
    font-weight: 600;
    opacity: 0.8;
    position: absolute;
    bottom: 0;
    padding: 10px;
    width: 100%;
}

.third-share-product a {
    text-transform: uppercase;
    color: green;
    font-size: x-small;
}

.contact-us-margin {
    margin: 5px;
}

.form-control {
    border-radius: 0px!important;
}

.btn-contact-us {
    width: 180px;
    font-weight: 600;
    color: white;
    text-align: center;
    margin-bottom: 15px;
}

.btn-contact-us:hover {
    color: white !important;
}

.form-control:focus {
    outline: none !important;
    border: 1px solid #f8b742;
    box-shadow: 0 0 10px #f8b742;
}



/* Contact page */

.lb {
    font-weight: 700;
    font-size: 1.15em;
    color: #353535;
    font-family: "Roboto", sans-serif;
}

.infor-contact {
    margin-top: 50px;
}

.infor-contact a {
    color: green;
    font-size: 1.15em;
}

.slide-contact {
    /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
    
    /* Set a specific height */
    height: 50%;
    min-height: 300px;
    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* Place text in the middle of the image */

.slide-contact-content {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.slide-contact-content-title {
    font-weight: 700;
    font-size: 1.7em;
    line-height: 1.3;
}

/* Place text in the middle of the image */

.slide-contact-content a {
    color: white;
}


.td-icon-menu-right{
  
}


.product-box-btn-more {
    margin: 50px;
    background: #77c042 !important;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
    padding: 0px 14px;
    text-transform: uppercase;

}

.ntr-product-center{
    display: flex;
    justify-content: center;
}

.td-icon-menu-right{
      display: flex;
    justify-content: center;
}

.product-box-btn-more:hover {
    margin: 50px;
    background: #fff !important;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
    padding: 0px 14px;
    text-transform: uppercase;
}

.product-box-btn-more a{
    color: #fff !important;
}

.product-box-btn-more:hover a{
    color: #77c042 !important;
    text-decoration: none;
}

.product-box-btn-more a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border-right: 32px solid #f7f7f7;
    border-bottom: 32px solid transparent;
    opacity: 0.25;
}

.product-box-btn-more a:after {
    content: "";
    display: block;
    position: absolute;
    border-right: 32px solid #222;
    border-top: 32px solid transparent;
    opacity: 0.3;
    top: 0;
    right: 0;
}

.menu-active {
    color: white!important;
    background: #f8b742;
    border-radius: 30px;
    padding: 0px 5px;
    font-family: "Roboto", sans-serif;
    font-size: .9em;
}

.menu-active a {
    /*color: white !important;*/
}

.accept-buy {
    margin-top: 20px;
    margin-left: -5px;
    display: block;
    font-size: 0.8em;
}

.share-container a:hover{
  text-decoration: none;
}

.accept-buy .btn {
    border-radius: 20px;
    padding: 2px 15px;
    font-size: 1em;
}

.ui-widget.ui-widget-content {
    height: 5px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    /* border: 1px solid #c5c5c5; */
    background: #666 !important;
    font-weight: normal;
    margin-top: -3px;
}

/* partner page */

.partner {
    margin-top: 50px;
}

.partner-logo {
    margin-top: -50px;
    margin-bottom: 30px;
}

/* Share page */

.share-page {
    margin-top: 10px;
    margin-bottom: 100px;
}

.share-card {
    /* Add shadows to create the "card" effect */
    margin-top: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}


.share-card p {
    font-size: 15px;
}

.share-card-blog {
    /* Add shadows to create the "card" effect */
    margin-top: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

.share-card-blog img {
    height: 180px;
}

/* On mouse-over, add a deeper shadow */

.share-card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.share-card:hover .post-date {
  background: #f8b742;
  color: #fff;
}

/* Add some padding inside the card container */

.share-container {
    padding: 2px 16px;
}

.badge {
    display: table;
    z-index: 20;
    pointer-events: none;
    height: 2.8em;
    width: 2.8em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding-bottom: -90px;
}

.itemDB {
    border-bottom: 1px solid #ddd;
    padding: 15px 0px;
    margin-bottom: 10px;
}

.itemDB a {
    color: #005b23!important;
    font-weight: bold;
    font-size: 0.8em;
    display: flex;
    align-items: center;
}

.itemDB-title {
    font-weight: 900;
}

/* page product */

.product-page {
    margin-top: 35px;
    margin-bottom: 70px;
}

.product-card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    margin-bottom: 30px;
}


.product-title-page {
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #353535;
    font-family: "Roboto", sans-serif;
}

.list-product-page {
    margin: 10px 0px 10px 0px;
}

.list-product-page ul {
    list-style: none;
    margin-left: -40px;
}

.item-list-page {
    border-top: 1px solid #ececec;
    padding: 10px;
    padding-left: 0px;
    font-weight: bold;
}

.item-list-page a {
    color: #005b23;
}

.item-list-page a:hover {
    color: #334862;
    text-decoration: none;
}

.list-product-page-2 ul {
    list-style: none;
    margin-left: -40px;
}

.item-list-page-2 {
    border-top: 1px solid #ececec;
    padding: 10px;
    padding-left: 0px;
}

.item-list-page-2 a {
    color: #005b23;
}

.item-list-page-2 a:hover {
    color: #334862;
    text-decoration: none;
}

.item-list-page-2 img {
    height: 60px;
    width: 60px;
}

element.style {
    left: 53.098%;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border-radius: 50%;
}

/* 
    introduce page */

.slide-introduce {
    /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://mauweb.monamedia.net/naturalhoney/wp-content/uploads/2018/01/bg-bee-human.jpg");
    /* Set a specific height */
    height: 50%;
    min-height: 300px;
    margin-bottom: 60px;
    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* Place text in the middle of the image */

.slide-introduce-content {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.slide-introduce-content-title {
    font-weight: 700;
    font-size: 1.7em;
    line-height: 1.3;
}

/* Place text in the middle of the image */

.slide-introduce-content a {
    color: white;
}

.introduce-page {
    margin-bottom: 50px;
}

.icon-svg {
    float: left;
}

.title-introduce {
    text-transform: uppercase;
    font-weight: 600;
}

.text-introduce {
    margin-left: 95px;
}

.text-introduce {
    margin-left: 95px;
}

.introduce-product {
    margin-bottom: 50px;
}

.name-company {
    color: #333333;
    font-size: 110%;
    line-height: 1.3;
    font-weight: 700;
    font-size: 1.7em;
}

.introduce-product span {
    font-weight: 400;
}

.show-mess {
    border-radius: 10px;
    text-align: center;
    padding: 5px;
}

.svg-footer {
    width: 17px;
    height: 17px;
    fill: rgb(248, 183, 66);
}

#fbMsg {
    position: fixed;
    z-index: 1000;
    right: 0;
    float: right;
    top: 30%;
    margin-top: -25px;
    cursor: pointer;
    width: 55px;
    height: 55px;
}


.main-logo{
    display: flex;
    justify-content: center;
    align-items: center;
}


#img-logo-web {
    top: 33px;
    animation-duration: 0.6s;
}

#main-logo img {
    position: fixed;
    z-index: 2000;
    cursor: pointer;
    width: 150px;
    background-color: white;

}

/* contact animation */

.animation-infor {
    position: relative;
    animation-name: animationInfor;
    animation-duration: 1.5s;
        left: 20px;
}

@keyframes animationInfor {
    0% {
        left: -100px;
    }
    100% {
        left: 20px;
    }
}

.animation-input {
    position: relative;
    animation-name: animationInput;
    animation-duration: 1.5s;
}

@keyframes animationInput {
    0% {
        right: -100px;
    }
    100% {
        right: 0px;
    }
}

/* partner page animation */

.something-about-us {
    position: relative;
    animation-name: somethingaboutus;
    animation-duration: 1.5s;
    padding-top: 40px;
}

@keyframes somthingaboutus {
    0% {
        padding-top: 400px;
    }
    100% {
        padding-top: 20px;
    }
}

/* Cart page */

.content-cart {
    margin-top: 30px;
    margin-bottom: 70px;
}

.btn-remove {
    float: left;
    margin: 20px 5px;
    width: 24px;
    height: 24px;
    font-size: 15px !important;
    line-height: 19px !important;
    border-radius: 100%;
    color: #ccc;
    font-weight: bold;
    text-align: center;
    border: 2px solid currentColor;
    display: inline-block;
}

.content-table{
    display: flex;
    align-items: center;
}

.btn-center{
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-warning-ntr{
    border-radius:0px !important;
    color: #fff !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
}
.btn-warning-ntr:hover{
    text-decoration: none;
}

.btn-buy-ntr{
    background: #005b23 !important;
    border-radius:0px !important;
    color: #005b23 !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    border-radius: 1px solid #9abba7 !important;
    width: 100%;
}
.btn-buy-ntr:hover{
    text-decoration: none;
}

.content-cart img {
    height: 72.5px;
    display: inline-block;
}

.link-sp-cart {
    color: #005b23;
}

.link-sp-cart:hover {
    color: #334862;
    text-decoration: none;
}

.cost-product {
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 600;
}

.cart-product-table td {
    padding: 5px;
}

.tr-table {
    border-bottom: 1px solid #ccc;
}

.tr-table-3 {
    border-bottom: 3px solid #ececec;
}

.label-table {
    text-align: left;
    font-size: 0.9em;
    margin-top: 20px;
}

.cost-table {
    font-size: 0.9em;
    text-align: right;
    padding: 10px 0px 10px 0px;
}

.text-bold {
    font-weight: bold;
}

.free-ship {
    color: #888;
    font-size: 0.9em;
    text-align: right;
    padding: 10px 0px 10px 0px;
}

.btn-pay {
    margin-top: 20px;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    width: 100%;
    background-color: #005b23;
    background-size: cover;
    text-align: center;
    padding: 7px 0px;
}

.btn-pay:hover {
    color: white !important;
    text-decoration: none;
    background-color: #446084;
}

.discount-code {
    margin-top: 12px;
    font-weight: 700;
    color: black;
    padding: 10px 0px;
    border-bottom: 3px solid #ececec;
    border-radius: 0%;
}

.input-text {
    width: 100%;
}

.btn-apply-code {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0%;
    margin: 20px 0px;
}

.btn-border-null {
    border-radius: 0%;
}


.input-number{
    width: 30px !important;
    text-align: center;
}


@media only screen and (min-width: 992px){
  .vertical {
      border-right: 1px solid #ececec;
      padding-right: 30px;
  }
}

@media only screen and (max-width: 767px){
    .ntr-price{
        display: none !important;
    }
    
    .btn-remove{
      position: absolute;
      margin-top: -40px;
      margin-left: -7px;
    }
    
    .link-sp-cart{
        font-size: 0.9em;
    }
    
    .cost-product{
        font-size: 0.8em;
    }
    
    .input-number{
      max-width: 20px;
      margin: 0px -5px;
    }
}



@media only screen and (max-width: 380px){
    .btn-seen-more-product{
        width: 100%;
    }
    
    .btn-update-cart{
        margin-top: 10px;
        width: 100%;
    }
}

.showCart {
	background: #fff;background-image:url(images/icon-user-header.jpg);
	background-repeat: no-repeat;
	font-family: Open Sans,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	height: 100%;
	width: 0;
	position: fixed;
	top: 0;
	right: 0;
	display: block;
	overflow-x: hidden;
	transition: 0.3s;
	z-index: 3000;
}

.showMenuMobile{
  background: #f8f8f8;
	background-repeat: no-repeat;
	font-family: Open Sans,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	height: 100%;
	width: 0;
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	overflow-x: hidden;
	transition: 0.1s;
	z-index: 3000;
}

.btn-close {
    position: absolute;
    color: black;
    font-size: 25px;
    text-align: right;
    padding: 5px 10px;
    width: 100%;
    right: 5px;
    top: 0;
}

.bgOverlay{
  background: #000;
  width: 0%;
  height: 100%;
  opacity: 0.7;
  position: fixed;
  z-index:2500;
}

.list-product-in-cart{
  padding: 5px;
}

.show-list-product{
  padding: 5px;
  width: 100%;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}

.border-bottom-cart{
  border-bottom: 1px solid #ececec; margin: 0px 0px 15px 0px;
}




.lable-cart{
  text-transform: uppercase;
  font-size: 1.5em;
  text-align: center;
  font-weight: bold;
}

.nav-link{
  color: white!important;
}

@media (min-width: 992px){
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.padding-10 {
    padding-left: 30px;
}

.td-padding-20 {
    padding-top: 20px;
}

.icon-tag {
    color: #ccc;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */

input[type=number] {
    width: 20px;
    -moz-appearance: textfield;
}

/* checkout page */

.info-checkout {
    line-height: 1.7em;
}

#gridCheck {
    margin-top: 10px;
}

.info-checkout .btn {
    border-radius: 0px;
    font-size: 1em;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
}

.info-checkout a {
    color: #005b23;
}

.info-checkout a:hover {
    color: #353535;
    text-decoration: none;
}

/* Style the search field */

form.example input[type=text] {
    padding: 5px 0px 5px 10px;
    font-size: 17px;
    border: 1px solid #ddd;
    float: left;
    width: 80%;
}

form.example input[type=text]:focus-within {
    border: 1px solid #ddd;
}

/* Style the submit button */

form.example button {
    float: left;
    width: 20%;
    padding: 7px;
    background: #f8b742;
    color: white;
    font-size: 15px;
    border: 1px solid #f8b742;
    border-left: none;
    /* Prevent double borders */
    cursor: pointer;
}

form.example button:hover {
    background-color: #446084;
}

/* Clear floats */

form.example::after {
    content: "";
    clear: both;
    display: table;
}

.login-checkout {
    background-color: #f7f7f7;
    overflow-y: hidden;
    height: 0px;
    padding: 0px 0px;
    margin: 10px 0px;
    animation-duration: 0.5s;
}

@keyframes showloginCheckout {
    from {
        height: 0px;
        padding: 0px 20px;
        margin: 10px 0px;
    }
    to {
        height: 300px;
        padding: 30px 20px;
        margin: 10px 0px;
    }
}

@keyframes hiddenloginCheckout {
    from {
        height: 300px;
        padding: 30px 20px;
        margin: 10px 0px;
    }
    to {
        height: 0px;
        padding: 0px 20px;
        margin: 10px 0px;
    }
}

.discount-code-show {
    padding: 0px 20px 0px 20px;
    height: 0px;
    margin: 10px 0px;
    border: 0px dashed #f8b742;
    overflow-y: hidden;
    animation-duration: 0.3s;
}

@keyframes showDiscountCode {
    from {
        height: 0px;
        padding: 0px 20px 0px 20px;
        margin: 10px 0px;
        border: 2px dashed #f8b742;
    }
    to {
        height: 74px;
        padding: 10px 20px 20px 20px;
        margin: 10px 0px;
        border: 2px dashed #f8b742;
    }
}

@keyframes hiddenDiscountCode {
    from {
        height: 74px;
        padding: 10px 20px 20px 20px;
        margin: 10px 0px;
        border: 2px dashed #f8b742;
    }
    to {
        height: 0px;
        padding: 0px 20px 0px 20px;
        margin: 10px 0px;
        border: 2px dashed #f8b742;
    }
}

.title-checkout {
    border-top: 2px solid #ddd;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2em;
    padding: 10px 0px;
}

.select-Country {
    height: 34px;
}

.textarea-checkout {
    padding: 10px;
    height: 100px;
    border-color: #ddd;
}

.title-order-checkout {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2em;
    padding: 10px 0px;
}

.order-checkout {
    padding: 20px;
    border: 2px solid #f8b742;
    ;
}

.btn-order {
    text-transform: uppercase;
    color: white;
    font-weight: 600;
    background-color: #005b23;
    background-size: cover;
    border:none;
    border-radius:5px;
    text-align: center;
    padding: 5px 10px;
    font-size: 18px;
    cursor: pointer;
}

.name-product {
    color: #888;
}

.recheck {
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 600;
    text-decoration: bold;
}



/* Position the image container (needed to position the left and right arrows) */



/* Hide the images by default */

.mySlides {
    display: none;
}

/* Add a pointer when hovering over the thumbnail images */



/* Next & previous buttons */

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */

.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Container for image text */

.caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}



/* Add a transparency effect for thumnbail images */

.demo {
    opacity: 0.6;
}

.active, .demo:hover {
    opacity: 1;
}

.zoom {
    display: inline-block;
    position: relative;
}


.zoom:after {
    content: '';
    display: block;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(icon.png);
    cursor: pointer;
}

.zoom img {
    display: block;
    cursor: pointer;
}

.zoom img::selection {
    background-color: transparent;
}

#ex2 img:hover {
    cursor: url(grab.cur), default;
}

#ex2 img:active {
    cursor: url(grabbed.cur), default;
}

.product_meta span {
    display: block;
    border-top: 1px dotted #ddd;
    padding: 5px 0;
}

.cost-add-product{
  margin-top: 30px;
  margin-bottom: 30px;
}

.btn-cong{
  background-color: #f7f7f7;
  padding:7px;
  width: 30px;
  margin: 0px;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border: 1px solid#e3e3e3;
}

.btn-text{
  background-color: #f7f7f7;
  padding: 7px;
  width: 50px;
  text-align: center;
  margin: -3px;
  border: 1px solid #e3e3e3;
  border-left: none;
  border-right: none;
  outline: none;
}

.btn-tru{
  background-color: #f7f7f7;
  padding:7px;
  width: 30px;
  margin: 0px;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 1px solid #e3e3e3;
}

.btn-add-item{
  padding: 10px 30px;
  font-size: .8em;
  border-radius: 30px;
}

.btn-contact-us {
  width: 180px;
  font-weight: 600;
  color: white;
  text-align: center;
  margin-bottom: 30px;
}

.btn-seen-more-product{
    border-radius: 0px !important;
}

.btn-seen-more-product a{
  color: #f9ba47;
  border: #f8b742;
  font-size: 0.8em;
  font-weight: bold;
  display: block;
}

.btn-seen-more-product:hover a{
  color: white;
  border: #f8b742;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.8em;
}

.btn-update-cart{
  color: white !important;
  font-size: 0.8em !important;
  font-weight: bold !important;
  border-radius: 0px !important;
}

.ntr-border-top{
  border-top: 1px solid #ececec;
  margin-top: 50px;
  padding-top: 30px;
  margin-left: 20px;
}

.ntr-border-left{
  border-left: 1px solid #ececec;
  padding-left: 30px;
}

.post-title{
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.post-content{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.post-content-home{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.post-date{
  background: #fff;
  margin-top: 15px;
  margin-left: -7px;
  padding: 5px;
  text-align: center;
  border: 2px solid #f8b742;
  color: #f8b742;
  font-size: 0.8em;
  font-weight: bold;
  position: absolute;
}

.post-date-aside{
  margin: 5px;
  width: 50px;
  height: 50px;
  position: absolute;
  color: #fff;
	text-align: center;
  font-weight: bold;
  font-size: 0.9em;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.linkpost{
  color: #005b23;
  height: 50px;
  display: block;
    overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.linkpost:hover{
  color: #000 !important;
  text-decoration: none;
}

.img-blog-aside{
  float:left;
  margin: 5px;
}

.scrolltop {
	display:none;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom:10px;
	right:-3px;	
	z-index: 9999;
}

.scroll {
	position:absolute;
	right:20px;
	bottom:20px;
	padding: 10px 14px 7px 14px;
	text-align: center;
	margin: 0 0 0 0;
	cursor:pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
	color: black;
	border-radius: 50%;
	border: 2px solid black;
}

.scroll:hover {
	background: #f8b742;
	border: #fff;
	color: #fff;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}

.scroll .fa {
  font-size:20px;
  margin-top:-5px;
  margin-left:1px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s; 	
}


/*login*/
.ntr-login{
  margin-top: 30px;
  margin-bottom: 50px;
}

.ntr-login h5{
  font-weight: bold;
  text-transform: uppercase;
}

.infor-in-login{
  margin-top: 20px;
}

.ntr-label-login{
  font-weight: bold;
}

.form-control{
  margin-bottom: 20px;
}

/* start buy susscess */

.success-color {
    color: #7a9c59;
    font-weight: bold;
}

.ntr-buy-success{
    margin: 50px 0px;
}


.ntr-buy-success table.buy-success-page th{
    font-weight: bold;
    padding: 5px 0px;
    border-bottom: 2px solid #eee;
}

.ntr-buy-success table.buy-success-page td{
    padding: 5px 0px;
    border-bottom: 1px solid #eee;
}

.ntr-buy-success table.buy-success-page td span{
    font-weight: bold;
    color: #888;
}


.ntr-buy-success table.buy-success-page td.buy-success-right{
    font-weight: bold;
}

.ntr-buy-success h5{
    font-weight: bold;
}

.buy-success-left{
    text-align: left;
}

.buy-success-right{
    text-align: right;
}

.is-well {
    padding: 30px;
    background-color: rgba(0,0,0,0.02);
    box-shadow: 1px 1px 3px 0px rgb(0 0 0 / 20%), 0 1px 0 rgb(0 0 0 / 7%), inset 0 0 0 1px rgb(0 0 0 / 5%);
}

.is-well p{
    margin: 5px;
}

.is-well p span{
    font-weight: bold;
}

.is-well p span.id-product{
    font-weight: bold;
    color: #c4996b;
    font-size: .8em;
}

.is-form{
  overflow: hidden;
    position: relative;
    background-color: #f9f9f9;
    text-shadow: 1px 1px 1px #fff;
    color: #888;
    border: 1px solid #ddd;
    text-transform: none;
    font-weight: normal;
    padding: 7px;
}


@media only screen and (min-width: 768px) {
  .btn-text-cart{
      width: 50px !important;
      padding: 0px !important;
      margin: 0px -4px;
  }
}


.content-blog img{
    width: 100%;
}

.btn-text-cart{
    outline: none;
    margin-top: -2px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 .75em;
    height: 2.58em;
    font-size: .97em;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    transition: color .3s, border .3s, background .3s, opacity .3s;
}

.discount-code--success{
  font-weight: 600;
  padding: 10px;
  width: 100%;
  text-align: center;
  color: #0d6efd;
}

.discount-code--error {
    font-weight: 600;
    padding: 10px;
    width: 100%;
    text-align: center;
    color: red;
}

.logo-pancake {
  text-align: end;
  margin-top: 2px;
  font-size:13px;
}
.logo-pancake img {
  width: 100px;
  height: 30px;
}

.logo-pancake span a {
    position: relative;
    top: -2px;
}
.img-product{
  max-height:250px;
  object-fit: contain;
}
.list-cate {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0;
}
.list-cate .col-cate {
    padding: 0;
}
.list-cate .col-cate .content-product img {
              -webkit-transition: .3s;
              transition: .3s;
              -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1); }
@media (max-width: 1024px){
  .list-cate.hidescroll {
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch;
      overflow-y: hidden;
      scrollbar-width: none;
  }
}
@media (max-width: 480px){
.list-cate.hidescroll .col-cate {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}
}

@media (max-width: 767px){
 .list-cate.hidescroll .col-cate {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
}
}
@media (max-width: 991px){
 .list-cate.hidescroll .col-cate {
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
}
 .list-cate .col-cate .content-product img  {
    width: 40px;
    height: 40px;
}
.title-product h3 {
    font-size: 10px;
    font-weight: bold;
}
}
@media (min-width: 992px){
.list-cate.hidescroll .col-cate {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
 .list-cate .col-cate .content-product:hover img {
    -webkit-transform: scale3d(1.15, 1.15, 1);
    transform: scale3d(1.15, 1.15, 1); 
  
} 
}
 .messenger {
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 99;
    bottom: 80px;
    right: 15px;
    border: none;
    outline: none;
    border-radius: 50%;
    background-color: #00a5ff;
    text-align:center;
}

.style-icon {
    font-size: 30px;
    color: white;
    padding:10px;
}

.style-icon2 {
    font-size: 20px;
    color: black;
    padding-top: 5px;
}

.zalo {
    width: 50px;
    height: 50px;
    position: fixed;
    /* position: absolute; */
    z-index: 99;
    bottom: 135px;
    right: 15px;
    border: none;
    outline: none;
    border-radius: 50%;
    background-color: #0167ff;
    text-align:center;
}

.zalo img {
  width:100%;
  height:100%;
    object-fit: cover;
}

.call-number {
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 99;
    bottom: 190px;
    right: 15px;
    border: none;
    outline: none;
    align-items: center;
    border-radius: 50%;
    background-color: green;
    text-align:center;
}

.border-icon {
    position: absolute;
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 50%;
    line-height: 30px;
    /* top: 0; */
    left: 20%;
    bottom: 20%;
}


/* hiệu ứng */

.hotline-phone-ring-wrap {
    /*position: fixed !important;*/
    /* bottom: 0; */
    right: 0;
    z-index: 999999;
}

.hotline-phone-ring {
    position: fixed;
    visibility: visible;
    background-color: transparent;
    width: 70px;
    height: 70px;
    cursor: pointer;
    z-index: 11;
    transition: visibility .5s;
    right: 20px;
    bottom: 135px;
    display: block;
}
#myBtn {
    display: none;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 25px;
    border: none;
    outline: none;
    background-color: rgba(0, 0, .8);
    color: white;
    cursor: pointer;
    line-height: 25px;
    border-radius: 50%;
}
.hotline-phone-ring2 {
    position: fixed;
    visibility: visible;
    background-color: transparent;
    width: 70px;
    height: 70px;
    cursor: pointer;
    z-index: 11;
    transition: visibility .5s;
    right: 20px;
    bottom: 80px;
    display: block;
}

.hotline-phone-ring-circle-fill {
    width: 60px;
    height: 60px;
    top: 15px;
    left: 20px;
    position: absolute;
    background-color: gray;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.hotline-phone-ring-circle-fill2 {
    width: 60px;
    height: 60px;
    top: 15px;
    left: 20px;
    position: absolute;
    background-color: gray;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim2 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim2 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.arrows-menu{
      position: absolute;
      right: 0;
      background:unset;
      border:none;
      top:7px;
}

@keyframes phonering-alo-circle-fill-anim2 {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}

@keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}
