:root{
  
}

.mrt-10{
  margin-top:10px;
}
.mrt-20{
  margin-top:20px;
}
.mrt-30{
  margin-top:30px;
}
.mrb-10{
  margin-bottom:10px;
}
.mrb-20{
  margin-bottom:20px;
}
.mrb-30{
  margin-bottom:30px;
}
.pdt-10{
  padding-top:10px;
}
.pdt-20{
  padding-top:20px;
}
.pdt-30{
  padding-top:30px;
}
.pdb-10{
  padding-bottom:10px;
}
.pdb-20{
  padding-bottom:20px;
}
.pdb-30{
  padding-bottom:30px;
}
.dnt-title-home{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.dnt-title-home h2{
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0px;
    color: #23344f;
}
.product-box{
    border: thin #d9d9d9 solid;
    text-align: left;
    overflow: hidden;
    background:#fff;
    position: relative;
}
.product-box:hover{
 border-color: #faa12d;
}
.product-box:hover .dnt-content-varition{
  bottom: 2%;
}
.template-img-product{
  position: relative;
  aspect-ratio: 4/6;
  overflow: hidden;
}
.dnt-img-first{
   position: relative;
    width: 100%;
    height: 100%;
    transition: all .8s;
}

.template-img-product:hover .dnt-img-first {
    opacity: 0;
}
.dnt-img-last{
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  opacity:0;
  transition: all .5s;
}

.template-img-product:hover .dnt-img-last{
 opacity:1;
}
.dnt-content-vari{
    text-align: left;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px;
}
.dnt-content-vari .dnt-opent-modal{
  color:#0d6efd;
  cursor: pointer;
}

.dnt-opent-modal button {
    border: none;
    background-color: rgba(255, 255, 255, 0);
    padding: 0;
}

.dnt-opent-modal button:hover {
  color: #337ab7;
  text-decoration: underline;
}

.dnt-content-varition{
    position: absolute;
    padding:5px;
    bottom: -100%;
    left: 0;
    right: 0;
    transition: all .5s ease;
}
.dnt-infor-product{
    padding: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom:10px;
}
.dnt-infor-product h4{
    font-size: 14px;
    margin: 0px;
    margin-bottom: 3px;
    color: #004b91;
    height: 20px;
    overflow: hidden;
    padding-right: 25px;
}
.dnt-infor-product p{
   color: #777;
    margin-bottom: 0px;
    font-size: 13px;
    padding-bottom:20px;
}
.dnt-transition{
  transform:translateX(-150px);
  transition: all .5s;
}
.product-box:hover .price-trasition{
  left:100%;
}
.product-box:hover .dnt-see-more{
  left:0%;
}
.price-trasition{
   width: 100%;
   position: absolute;
   bottom:0;
   left:0;
   padding-left:10px;
   transition: all .5s;
   color: rgb(153, 0, 0);
    font-size: 16px;
}
.dnt-see-more{
   width: 100%;
   text-align:center;
   position: absolute;
   bottom:0;
   left:-100%;
   transition: all .5s;
}
.dnt-see-more2{
   width: 100%;
   text-align:center;
   margin-bottom:15px;
}
.dnt-see-more2 a {
  color: #fff;
    background: linear-gradient(to bottom, #FFDF93, #F0B111);
      font-weight: 700;
      display: inline-block;
      padding: 6px 12px;
      margin-bottom: 0;
      font-size: 14px;
      line-height: 1.42857143;
      text-align: center;
      white-space: nowrap;
      border-radius: 4px;
}
.dnt-see-more a{
    color: #fff;
    background: linear-gradient(to bottom, #FFDF93, #F0B111);
      font-weight: 700;
      display: inline-block;
      padding: 6px 12px;
      margin-bottom: 0;
      font-size: 14px;
      line-height: 1.42857143;
      text-align: center;
      white-space: nowrap;
      border-radius: 4px;
}
/*btn back top*/
.btn-to-top-dnt{
  position:fixed;
  bottom:70px;
  right:30px;
  /*display:none;*/
  z-index: 1;
}

/*modal-addcart*/
.dnt-modal-addcart{
  position: fixed;
    bottom: 0;
    right: 0;
    top:0;
    left:0;
    z-index:9;
    background:rgba(0,0,0,0.8);
    display:none
}

.dnt-content-modal{
  background:#f9f9f9;
  height: auto;
  margin-top: 100px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
}

#modal-product_info-text p {
  margin-bottom: 0;
}

.modal-product_info-icon {
    display: inline-block;
}

.modal-product_info-icon li {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 9px;
    font-size:14px;
}

.modal-product_info-icon a {
    display: inline-block;
    padding: 7px 4px;
    border: 3px double #e5e5e5;
    border-radius: 0px;
    color: #292929;
    text-decoration: none;
}

li.facebook a:hover {
    background: #435F9F;
    color: #fff;
}

li.twitter a:hover {
    background: #00AAF0;
    color: #fff;
}

li.googleplus a:hover {
    background: #E04B34;
    color: #fff;
}

li.pinterest a:hover {
    background: #CE1F21;
    color: #fff;
}

.mySlidesindex img {
  width: 100%;
}

div#modal-product_info-color {
    display: inline-block;
}

.modal-product_info-color-img-pup {
  display: inline-block;
  cursor: pointer;
  margin-right: 5px;
}

.slider-nav-md,
.slider-nav.slick-initialized,
.slick-list.draggable {
  height: 100% !important;
}

.btn_close {
  position: absolute;
  right: -11px;
  top: -15px;
}

.slider-nav-md .slick-current {
  opacity: 1 !important;
}

.slider-nav-md .slick-slide {
  opacity: 0.5;
  cursor: pointer;
}

.modal-product-form {
  border: 1px solid #d9d9d9;
}

.btn_close {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #000;
    padding: 2px;
}

.btn_close .fa-times {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #000;
    color: #fff;
}

.select-wrapper input,
.select-wrapper .input-qty{
  background: #f9f9f9;
}

#quantity-modal {
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  border-top: none;
  border-bottom: none;
  border-left: 0;
  border-right: 0;
  padding: 0;
  outline: none;
}

.ModalContent ul li {
    margin-right: 5px !important;
    min-width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    border: 1px solid #ccc;
    cursor: pointer;
    padding: 0 10px;
    display: inline-flex;
    position: relative;
}

.ModalContent ul li .hethang {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.ModalContent ul li .activept {
    position: absolute;
    bottom: 0;
    right: 0;
}

.ModalContent ul li.selected {
    border: 1px solid orange;
}

.ModalContent ul {
    display: inline-block;
}

.ModalContent ul li.selected .activept{
  display:block;
}

.ModalContent ul li .hethang,
.ModalContent ul li .activept{
  display:none;
}

.ModalContent ul li .mona-bg{
  width:100%;
  height:100%;
}
.page-link{
   color: #faa12d;
}
.page-item{
  border-color:#faa12d;
}
.page-link.select{
 background: #faa12d;
 color: #fff;
}
#information-cate{
  margin-bottom: 20px;
    max-height: 120px;
    overflow: hidden;
    position: relative;
}
#information-cate .wrap_btn_more {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    background: linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.5));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.5));
}
.dnt-xmss{
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    font-weight: 700;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    border-radius: 4px;
}
.dnt-xmss:hover{
   color: #fff;
   opacity:0.6;
}

.zalo-chat-widget{
  bottom: 120px !important;
    right: 25px !important;
}

