body, html {
  font-size: 16px;
}

.header.style-9 .nav > .nav-item .item-dropdown {
  width: 400px;
  font-size: 16px;
}

#index .news-list .item .category,
.news-list .item .info .category {
  font-size: 14px;
  max-width: 220px;
  white-space: nowrap;
  padding: 5px 10px;
  text-align: center;
  line-height: 1.3;
}

.news-list .item .info .category {
  max-width: 180px;
}

#footer.style-easyfong .footer .sitemap .figure {
  max-width: 20%;
}

.app .item .app-info {
  line-height: 1.45;
  min-height: 600px;
}
.app .item .app-info .fs-xl-16 {
  font-size: 16px;
}
@media (max-width: 767px) {
  .app .item .app-info {
    min-height: auto;
  }
}

.form-contact .form-group .form-label, .cal-form-contact .form-group .form-label {
  width: 12vw;
}

.form-contact .form-group .form-control, .cal-form-contact .form-group .form-control,
.form-contact .form-group .content_checkbox, .cal-form-contact .form-group .content_checkbox {
  width: calc(100% - 12vw);
}

.block-list .item, .world .item {
  height: 100%;
}

.brand .item {
  min-height: 410px;
}
.brand .title {
  line-height: 1.3;
}