Content currently not available for this country.
Content currently not available for this country.
The Russian Su-35S fighter jet is being used for airborne radar reconnaissance missions, a role typically assigned to larger, specialized aircraft like the A-50
The Franco-German Main Ground Combat System (MGCS) program advanced a step further with the formal establishment of a joint project company on April 10, 2025, in Cologne, Germany
Fincantieri and thyssenkrupp Marine Systems have announced a new strategic alliance aimed at delivering
The first 2025 activation of the Mine Countermeasures Group in the Black Sea (MCM Black Sea) was completed on April 16
$(document).ready(function() {
//on select country from dropdown
$('.country-dropdown').on('change', function() {
var _countryId = $(this).val();
$.ajax({
type: "POST",
data: { session_type: "company_country", placeholder_1: _countryId },
url:"/site/ajax",
}).done(function( data ) {
//reload page here
location.href = "/company";
});
});
// on select company from dropdown
$('.company-dropdown').on('change', function() {
var _companyId = $(this).val();
var _companyName = $('.company-dropdown option:selected').data('company');
location.href = "/company/U/" + _companyId + "/" + _companyName;
});
});
Black Sea Mine Countermeasures Group Completes First Activation under Bulgarian Command