/*================= BEGIN: style ==================*/
.pagination{
  text-align: center;
}
.footer_content::before{
  display: none;
}
.page-not-found{
  padding: 30px 0px;
}
.page-not-found a{
  color: #0000ff;
}
.page-not-found span{
  line-height: 35px;
}
.searchTop .popup form{
  display: flex;
  align-items: center;
}
.searchTop .popup button[name="btn-search"]{
  width: 50px;
  height: 40px;
  background: #fff;
  border: 1px solid #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 5px;
  outline: none;
}
.searchTop .popup button[name="btn-search"]:hover{
  background-color: #b8262d;
}
.searchTop .popup button[name="btn-search"]:hover i.fa{
  color: #fff;
}
.socialFoot li a img{
  font-size: 15px;
  line-height: 23px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 12px;
}
.titleAll .tileLine h2, .titleAll .tileLine h1,
#vnt-slide-home .itemGrip .itemtxt .t1,
.sliderInfoHome .itemSl .decs .tileD{
  font-family: 'Open Sans';
}
/*================= END: style ==================*/

/*================= BEGIN: product 1, 2, 3 ==================*/
.productLv .decs {
  text-align: center;
  padding: 0 20px;
}
div#vnt-thumbnail-for .item .img img{
  max-width: 85%;
  max-height: unset;
}
.submenuMb li.current .m-sub > a,
.submenuMb li.current > a{
  color: #ec1a23;
}
/*================= END: product 1, 2, 3 ==================*/

/********************* loading page ****************************/
/* https://stephanwagner.me/only-css-loading-spinner */
.loadOverlay{
  position: relative;
  min-height: 360px;
}
.loadOverlay:before{
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 70px;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-top: -30px;
  /* margin-left: -10px; */
  border-radius: 50%;
  border-top: 2px solid #007b3c;
  border-right: 2px solid transparent;
  animation: spinner .6s linear infinite;
  z-index: 99;
}
.loadOverlay:after{
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
  background: #f5f5f5;
  opacity: .8;
}
.loadOverlay.loadOverlay-40:before{
  left: 40%;
}
.loadOverlay.loadOverlay-45:before{
  left: 45%;
}
@-webkit-keyframes spinner {
  to {transform: rotate(360deg);}
}
@keyframes spinner {
  to {transform: rotate(360deg);}
}
/********************* loading page ****************************/


@media all and (max-width: 768px){
  .footer_bot .linkBoot ul{
    flex-wrap: wrap;
  }
  .footer_bot .linkBoot ul li a::before{
    display: none;
  }
  .footer_bot .linkBoot ul li,
  .footer_bot .linkBoot ul li a{
    margin-left: 0px;
  }
  .footer_bot .linkBoot ul li{
    margin-right: 10px;
  }
  .footer_bot .linkBoot ul li a{
    padding-left: 0px;
  }
  #vnt-footer{
    background-position: center !important;
    background-size: contain !important;
  }
}