/* home */

.wg-category .cover {padding-top: 160px; height: unset;}
.wg-banner .cover {padding-top: 200px;}
/* .wg-contact .tab-content .title-address {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 28px;
} */
.social.-ft img { margin-right: 10px;}


/* popup-alert */
.body-alert {border: 5px solid #0072bc;}
.body-alert .btn-close-alert {
  background-color: #0072bc;
  color: #fff;
}

/* breakpoint */

@media (max-width: 1440px) {
  .wg-banner .cover {padding-top: 170px;}
}

@media (max-width: 1190px) {
  .wg-banner .cover {padding-top: 130px;}
}

@media (max-width: 991px) {
  .wg-banner .cover {padding-top: 200px;}

  .site-header .main .menu .menu-header {padding: 15px;}
  .site-header .main .menu .link {padding: 10px 15px;}
  .site-header .main .menu .action {padding: 15px; margin-top: 0;}
  .site-header .main .menu .social .link {width: 28px; height: 28px;}
  .site-header .main .menu .lang {padding: 4px 0;}
}

@media (max-width: 575px) {
  .wg-category .cover {padding-top: 100%;}
  .wg-banner .cover {padding-top: 100px;}

  .topbar-custom h2.title,
  .topbar-custom .block-control {margin-bottom: 10px;} 

  .site-footer {background-size: cover;}

}
  
