@import url('https://fonts.googleapis.com/css2?family=K2D:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
body{
  font-family:'K2D', sans-serif !important
}
:root{
  --main-color:#f44336
}
ul{
  list-style:none;
  margin:unset;
  padding:unset;
}

a{
  color:black !important;
  text-decoration: none !important;
}

a:hover{
  color: unset !important;
}
.mess-zalo{
  position: fixed;
    right: -125px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    z-index: 10;
}

.mess-zalo a{
    margin-bottom: 30px;
   
}
.social-active.active{
 
  visibility: visible;
  transform: scale(1);
  opacity: 1;
}
.support-online.btn-support{
    display:none;
    position: fixed;
    z-index: 9;
    left: 10px;
    bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    background: #FFF;
    padding: 4px;
    color: #fff;
    font-size: 18px;
    visibility: hidden;
    opacity:0;
}
.scrolltop {
    position: fixed;
    right: 20px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 100%;
    z-index: 10000;
    background:var(--main-color);
    color:white;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    display:flex;
    align-items:center;
    justify-content:center;
    
}
.top-header{
  background:var(--main-color);
  padding-top:3px;
  padding-bottom:10px;
}
.mid-headerPC{
  background:var(--main-color);
   padding-top:7px;
}
.title-text-holine{
  display: flex;
  align-items: center;
}
.title-text-header-dnt{
 font-size: 14px;
  color:white !important;
}
.title-text-holine span {
    margin-left: 8px;
    background: #c10000;
    border-radius: 25px;
    padding: 0 10px;
    color: #fff;
}
.category-PC {
    background: #fff;
    border-radius: 10px;
    padding: 5px 10px;
    height: 50px;
    color: #000;
    display:flex;
    align-items:center;
    font-size:13px;
    font-weight:700;
    
    /*position: relative;*/
    
}
.category-search-PC{
  flex:1;
}
.ux-menu-icon{
  margin-right: 5px;
}
.category-PC i{
  margin-left: 5px;
}
div#masthead .searchform input {
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    border: 0;
    height: 50px;
    line-height: 40px;
    font-size: 15px;
    width:100%;
    outline:none;
   
}
div#masthead{
   margin-right: 60px;
}
.flex-1{
  flex:1;
}
.searchform{
  position:relative;
  
}
.bnt-search-PC{
   position:absolute;
   right:10px;
   bottom:10px;
}
.bnt-search-PC button{
  background:none;
  outline:none;
  border:none;
  font-size:18px;
}
.cart-PC {
    color: #fff;
    background-color: #dc0f00 ;
    border: 0;
    align-items: center;
    border-radius: 10px !important;
    margin-bottom: 15px;
    display:flex;
    padding:0px 10px;
}
.cart-PC:hover{
  box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
  opacity: 1;
   outline: 0;
}
[data-icon-label]{
  position:relative;
}
[data-icon-label]:after {
    right: -12px;
    top: -12px;
}
[data-icon-label]:after {
    background-color: #d26e4b;
    border-radius: 99px;
    box-shadow: 1px 1px 3px 0 rgb(0 0 0 / 30%);
    color: #fff;
    content: attr(data-icon-label);
    font-family: Arial,Sans-serif !important;
    font-size: 11px;
    font-style: normal;
    font-weight: bolder;
    height: 17px;
    letter-spacing: -.5px;
    line-height: 17px;
    min-width: 17px;
    opacity: .9;
    padding-left: 2px;
    padding-right: 2px;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -10px;
    transition: transform .2s;
    z-index: 1;
}
.tab-category-PC{
    position: absolute;
    width: 100%;
    display:none;
     right:0;
     left:0;
     top:95px;
     z-index:99;
     background:white;
}
.category-PC:hover{
  cursor: pointer;
}
.category-PC:hover > .tab-category-PC{
  transition: all .6s ease;
  display:block;
  padding:12px;
}
.tab-category-PC::before{
  position: fixed;
    content: '';
    width: 100%;
    right: 0;
    left: 0;
    background: none;
    width: 100%;
    height: 16px;
    top: 91px;
}
.width-20{
  width:20% !important;
  margin-bottom:1.5em;
 
  
}
.row-link{
  display:none !important;
}
.tablinks{
 
    background: white;
    color:black;
    font-weight: 700;
    border-radius: 8px;
    font-size: 16px;
    padding: 10px 6px 10px 10px;
    transition: all .2s;
}
.tablinks.active{
    background:var(--main-color);
    color:white;
    font-weight: 700;
    border-radius: 8px;
    font-size: 16px;
    padding: 10px 6px 10px 10px;
    transition: all .2s;
}
.row-link.active{
  display:flex !important;
}
.category-chirden-PC{
  border-radius: 5px;
  text-align:center;
   border: 1px solid #e3e3e3;
   padding: 5px;
}
.category-chirden-PC .title-chirden-PC{
    font-weight: 400;
    text-transform: initial;
    color: #000;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.2;
    height: 36px;
}
.tab-category-PC .container-dnt-fix{
  padding:12px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.mid-headerMB{
  display:none;
  background:var(--main-color);
  padding-top:7px;
  padding-bottom:15px;
}
.cart-MB{
  float:right;
  color: #fff;
  background-color: #dc0f00 ;
  border: 0;
  display:flex;
  align-items: center;
  justify-content:center;
  border-radius: 10px !important;
   padding:9px 10px;
  
}
.menu-barMB{
  float:left;
  color: #fff;
  background-color: #dc0f00 ;
  border: 0;
  display:flex;
  align-items: center;
  justify-content:center;
  border-radius: 5px !important;
   padding:9px 10px;
}
.overplay{
  display:none;
  position: fixed;
  background: #0b0b0b;
  opacity: .6;
  top: 0;
  left:0;
  right:0;
  bottom:0;
  transition: opacity .25s;
  z-index:99;
}
.menu-category-mobile{
  position: fixed;
  background: white;
  top: 0;
  left:0;
  right:0;
  bottom:0;
  transition: opacity .25s;
  z-index:100;
  overflow:hidden;
  overflow-y:scroll;
  transform: translateX(-100%);
  transition: all .5s;
}

.tab-links__MB{
  display:flex;
}
.tabTitle-MB{
  width:45%;
  text-align:center;
  color: #000;
  font-weight: 400;
  font-size: 15px;
  padding: 8px;
}
.closeMenu-btn{
  width:10%;
  text-align:center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left:1px solid var(--main-color);
   border-bottom:1px solid var(--main-color);
   color:white;
   font-size:20px;
  background:black;
  opacity:0.9;
}
.closeMenu:hover{
  color:white;
  
}
.menu-MB-ul{
  padding:unset !important;
   margin:unset !important;
}
.tab-rowContent__MB{
  display:none;
}
.tab-rowContent__MB.active{
   display:block;
}
.tabTitle-MB.active{
  background-color: var(--main-color);
    color: #fff;
}
.menu-MB-ul li{
  border-top: 1px solid #ececec;
    padding-bottom: 15px;
    padding-top: 15px;
}
.menu-MB-ul li:first-child{
  border-top: none
}
.menu-MB-ul li a{
    color: #000;
    font-weight: 400;
    font-size: 14px;
    padding: 10px 0;
}
.cart-full-template{
    position: fixed;
    background: white;
    top: 0;
    right:0;
    bottom:0;
    z-index:100;
    overflow:hidden;
    overflow-y:scroll;
    transform: translateX(100%);
    transition: all .5s;
    width: 320px;
    padding:10px;
  
}
#close-cart{
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    font-size: 23px;
    width: 40px;
    height: 40px;
}
.top-cart h4{
  line-height: 1.2;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
    letter-spacing: .05em;
    font-size: 1.125em;
    text-align:center;
} 
.is-divider {
   
    background-color: rgba(0,0,0,.1);
    display: block;
    height: 3px;
    margin: 1em 0;
    max-width: 30px;
    width: 100%;
     margin-left: auto;
    margin-right: auto;
}
.ul-menu-mb {
    list-style-type: none;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}
.tpl-img-item {
    max-width: 80px;
}

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

.txt-service {
    line-height: 8px;
    margin-top: 15px;
}

.txt-service-chirld2 {
    font-size: 11px;
    color: #f3e995;
    text-transform: uppercase;
}

.txt-cart {
    color: #fff;
    float: right;
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 5px 10px;
    align-items: center;
    text-align: center;
    margin-top: 10px;
}
.dnt-price-prod{
  flex-wrap: wrap;
}
.txt-cart i {
    font-size: 1.2em;
}

.mid-header {
    background-color: #F1C40F;
}

.ul-menu-pc {
    display: flex;
    position: relative;
    align-items: center;
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
    justify-content: space-between;
    list-style-type: none;
}

.menu-pc {
    max-height: 100%;
    text-align:center;
}

.number-quantity-index {
    width: 20px;
    height: 20px;
    color: white;
    border-radius: 50%;
    background: #F1C40F;
    position: absolute;
    top: 0;
    right: 10px;
    text-align: center;
}
.name-item-cart2 {
    padding: 0px 20px;
    text-align: start;
    /*max-width: 200px;*/
}
.name-item-cart2 a{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.pricex-item2{
  color:#111;
  opacity: 0.5;
}
.remove-item2 i{
  font-size: 20px;
  color: var(--main-color);
}
.item-cart-mobile{
    padding: 15px 0px;
   border-bottom: 1px solid #ececec;
}
.total-price-cart {
    text-align: center;
    padding: 10px 0px;
    border-bottom: 2px solid #ececec;
    font-weight: 600;
}
.control-cart-dnt a {
  margin-top:1.2em;
    display: block;
    width: 50%;
    width: 49.5%;
    padding: 0;
    font-weight: 400;
    text-transform: initial;
    font-size: 14px;
    background: var(--main-color);
    text-align: center;
    color: white !important;
    padding: 7px 0px;

}
.searchMB-dnt{
  position:relative;
}
.searchMB-dnt input{
    width:100%;
    border-radius: 10px;
    padding: 10px;
    background: var(--main-color);
    border: 0;
    height: 50px;
    line-height: 40px;
    font-size: 15px;
    outline:none;
    color:white !important;
}
.bnt-search-MB{
   color: white;
    position: absolute;
    top: 16px;
    right: 0px;
    width: 47px;
    height: 50px;
}
.bnt-search-MB button{
  width: 100%;
    height: 100%;
    border: none;
    color: white;
    background: none;
    outline:none;
}
.img-border-10 img {
  border-radius:10px;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
   color: var(--main-color);
    font-size: 30px;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  color: var(--main-color);
    font-size: 30px;
}
.swiper-button-next, .swiper-button-prev{
  border:1px solid var(--main-color);
  border-radius:3px;
}
.title-index{
    font-weight: 700;
    font-style: normal;
    font-size: 1.6em;
    margin-bottom: 0.5em;
}
.category-prod{
  border-bottom: 30px solid #eee;
}
.category-ul-index{
  border: 1px solid #ececec;
  border-radius:10px;
}
.title-category-index{
  background: var(--main-color);
    color: #fff;
    text-align: center;
    padding: 8px;
    text-transform: uppercase;
    border-radius: 10px 10px 0 0;
    
}
.category-name-index{
  margin:unset;
  padding:unset;
}
.category-name-index li{
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
   width: 100%;
   border-bottom: 1px solid #ececec;
   font-weight: 400;
    text-transform: initial;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
   padding-left: 10px;
}
.dnt-produc-box{
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
}
.dnt-infor-product{
  padding: 10px 8px 13px 8px;
}
.dnt-loading{
  display:none;
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: red;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.img-product{
  width:100%;
  height:100%;
}
.image-prod-last{
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  opacity:0;
   transition: all 0.3s ease;
}
.dnt-tpm-img:hover .image-prod-last{
  opacity:1;
}
.dnt-name-prod{
    font-size: 15px;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 45px;
    margin-bottom: 10px;
}
.product-sale-price{
  color: #ff9400;
    font-size: 18px;
}
.button-add-cart{
  background-color: #f44336;
    border-radius: 6px;
    width: 100%;
    font-weight: 300;
    color: #fff;
    font-size: 16px;
    text-transform: inherit;
    padding: 0;
    line-height: 28px;
    min-height: 2em;
    text-align: center;
    cursor: pointer;
}
.see-more-prod{
  background: var(--main-color);
    color: #fff;
    border-radius: 25px;
    text-transform: inherit;
    font-weight: 300;
    border:none;
    outline:none;
    min-height: 2.5em;
    padding: 0 1.2em;
    text-align:center;
}
.img-center-nhathuoc img{
  padding:8px;
  border-radius:15px;
}
.hethongcuahang{
  min-height:500px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  position: relative;
}
.ovverplay-backgound{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(7, 7, 7, 0.285);
}
.content-hethong{
  z-index:99;
}
.post-image{
  position:relative;
}
.post-image img{
    aspect-ratio: 3/2;
    object-fit: cover;
}
.title-news-index{
  font-size: 1.15em;
  font-weight: 700;
  font-style: normal;
  text-align:center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.post-excerpt{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.post-excerpt-date{
  position: absolute;
    top: 10px;
    border-radius: 100%;
    left: 10px;
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    background: var(--main-color);
    font-size: 12px;
    text-align: center;
    color: white;
}
.footer-dnt{
  background:var(--main-color);
  color:white;
}
.title-footer{
  font-weight:700;
  text-transform: uppercase;
  font-size:18px;
}
.icon-social-box{
  padding:5px;
  background:black;
  margin-right:5px;
  border-radius:10px;
  
}
.hotline-call{
  padding:5px;
  border: 1px solid white;
  border-radius:10px;
}