.gui-popover { position: fixed; left: 50%; top: 50%; width: 80%; max-width: 800px; }
.gui-popover { -moz-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }

.home-blog { position: relative; }
	.home-blog .more, .sidebar + * .home-blog.more-than-4 .more { position: absolute; right: 0; top: -3000em; z-index: 9; }
	.home-blog.more-than-4 .more, .sidebar + * .home-blog.more-than-3 .more { top: 19px; }
  
.home-blog .articles .article, .sidebar + * .home-blog .articles .article:first-child + * + * + * { position: absolute; left: -3000em; top: -3000em; }
.home-blog .articles .article:first-child, .home-blog .articles .article:first-child + *, .home-blog .articles .article:first-child + * + *, .home-blog .articles .article:first-child + * + * + * { position: relative; left: 0; top: 0; }

@media (max-width: 991px) {
.home-blog .articles .article:first-child + * + * + * { position: absolute; left: -3000em; top: -3000em; }
.home-blog.more-than-3 .more { top: -3000em; }
.home-blog.more-than-4 .more, .sidebar + * .home-blog.more-than-4 .more { top: 19px; }
}

.e-404 {
  background: url(404.png?20230515164011);
  height: calc(100vh - 216px) ;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 18px -15px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.e-404 .content{
	width: 75%;
  text-align: center;
  color: white;
}
.e-404 .content h1{
  font-size: 25rem;
  color: white;
}
.e-404 .content p{
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 70px;
}
.e-404 .content a{
  background: #df7d62;
  padding: 20px 48px;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  font-size: 1.1rem;
}
.filter-box span {
  font-size: 13px;
}
.namm {
  width: 90px;
  padding: 10px;
  height: 90px;
}
.list-news .owl-nav div.owl-prev:after, .list-news .owl-nav div.owl-next:after {
  content: '';
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 30px;
  width: 28px;
  display: block;
    margin-top: 7px;
}
.list-news .owl-nav div.owl-prev:after {
  background-image: url(chevron-left.svg?20230515164011?20210618145529);
  margin-left: 4px;
}
.list-news .owl-nav div.owl-next:after {
  background-image: url(chevron-right.svg?20230515164011?20210618145529);
  margin-left: 5px;
}
.blog-article iframe {
 max-width: 100%; 
}
.price-filter-range {
    position: initial;
}

@media (max-width: 1480px) {
  .namm {
    display: none;	
  }
}
@media only screen and (max-width: 47.5em) {
  .e-404 .content{
    width: 90%;
    text-align: center;
    color: white;
  }
	.e-404 .content h1{
  	font-size: 10rem;
	}
  .e-404 .content p{
    font-size: 1.5rem;
	}
  .module-news .owl-nav div.owl-next {
    right: 0px;
  }
  .mobile-tab {
   	display: block
  }