The next level of Lab Software
The choice of market leaders in the Mena Region
Our News & Events

/* =========================================================
NATIONAL TECHNOLOGY — BRIDGING THE GAP 2026 NEWS
========================================================= */
.nt-event-news{
--blue:#174b8e;
--blue-dark:#10396e;
--blue-soft:#f4f8fc;
--red:#b5231b;
--red-soft:#fff7f6;
--text:#19283b;
--body:#4c5d71;
--muted:#77869a;
--border:#e2e9f0;
position:relative;
width:100vw;
margin-inline:calc(50% - 50vw);
overflow:hidden;
padding:35px 0 85px;
background:#ffffff;
color:var(--text);
font-family:Tahoma, Arial, "Segoe UI", sans-serif;
text-align:right;
}
.nt-event-news *,
.nt-event-news *::before,
.nt-event-news *::after{
box-sizing:border-box;
}
.nt-event-container{
position:relative;
z-index:2;
width:min(1180px, calc(100% - 50px));
margin:0 auto;
}
.nt-event-ltr{
direction:ltr;
unicode-bidi:isolate;
display:inline-block;
}
/* =========================================================
DECORATIVE BACKGROUND
========================================================= */
.nt-event-circle{
position:absolute;
pointer-events:none;
border-radius:50%;
}
.nt-event-circle-one{
width:320px;
height:320px;
top:760px;
left:-245px;
border:1px solid rgba(23,75,142,.07);
animation:ntEventFloat 11s ease-in-out infinite;
}
.nt-event-circle-two{
width:200px;
height:200px;
top:1550px;
right:-145px;
border:1px solid rgba(181,35,27,.06);
animation:ntEventFloat2 14s ease-in-out infinite;
}
@keyframes ntEventFloat{
0%,100%{transform:translateY(0)}
50%{transform:translateY(-20px)}
}
@keyframes ntEventFloat2{
0%,100%{transform:translateY(0)}
50%{transform:translateY(17px)}
}
/* =========================================================
BREADCRUMB
========================================================= */
.nt-event-breadcrumb{
display:flex;
align-items:center;
gap:9px;
margin-bottom:24px;
color:#8993a1;
font-size:14px;
}
.nt-event-breadcrumb a{
color:#667486;
text-decoration:none;
transition:.25s ease;
}
.nt-event-breadcrumb a:hover{
color:var(--blue);
}
/* =========================================================
HERO IMAGE
========================================================= */
.nt-event-main-image{
position:relative;
width:100%;
margin:0 auto 52px;
overflow:hidden;
border-radius:26px;
background:#f3f5f7;
box-shadow:
0 22px 60px
rgba(19,55,98,.10);
}
.nt-event-main-image img{
display:block;
width:100%;
height:auto;
object-fit:cover;
transition:
transform 1s cubic-bezier(.2,.8,.2,1);
}
.nt-event-main-image:hover img{
transform:scale(1.012);
}
.nt-event-main-image::after{
content:"";
position:absolute;
right:0;
bottom:0;
width:135px;
height:5px;
background:var(--red);
}
/* =========================================================
ARTICLE HEADER
========================================================= */
.nt-event-header{
max-width:1050px;
margin:0 auto 42px;
}
.nt-event-label{
display:inline-flex;
align-items:center;
gap:9px;
margin-bottom:17px;
color:var(--blue);
font-size:15px;
font-weight:700;
}
.nt-event-label::before{
content:"";
width:7px;
height:7px;
border-radius:50%;
background:var(--red);
}
.nt-event-header h1{
margin:0 0 24px;
color:#17263a;
font-size:clamp(34px,4vw,49px);
font-weight:700;
line-height:1.55;
}
.nt-event-header h1 strong{
color:var(--blue-dark);
}
.nt-event-header h1 .nt-event-name{
direction:ltr;
unicode-bidi:isolate;
display:inline;
color:var(--blue);
}
.nt-event-intro{
margin:0;
color:var(--body);
font-size:19px;
line-height:2;
}
.nt-event-intro strong{
color:#233e60;
}
/* =========================================================
EVENT INFO
========================================================= */
.nt-event-info{
max-width:1050px;
margin:0 auto 48px;
display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:13px;
}
.nt-event-info-card{
position:relative;
padding:21px 22px;
border:1px solid var(--border);
border-radius:14px;
background:#ffffff;
transition:
transform .25s ease,
box-shadow .25s ease,
border-color .25s ease;
}
.nt-event-info-card:hover{
transform:translateY(-3px);
border-color:#d3dfeb;
box-shadow:
0 12px 28px
rgba(23,75,142,.06);
}
.nt-event-info-label{
display:block;
margin-bottom:7px;
color:var(--red);
font-size:12px;
font-weight:700;
}
.nt-event-info-value{
margin:0;
color:#30465f;
font-size:16px;
font-weight:600;
line-height:1.8;
}
/* =========================================================
MAIN CONTENT
========================================================= */
.nt-event-content{
max-width:1080px;
margin:0 auto;
}
/* =========================================================
MAIN STATEMENT
========================================================= */
.nt-event-statement{
position:relative;
margin:0 0 48px;
padding:27px 30px;
border-right:4px solid var(--blue);
border-radius:11px;
background:
linear-gradient(
90deg,
#ffffff,
#f6f9fd
);
color:#35495f;
font-size:20px;
font-weight:500;
line-height:2.05;
}
.nt-event-statement strong{
color:var(--blue-dark);
}
/* =========================================================
SECTION HEAD
========================================================= */
.nt-event-section-head{
margin-bottom:26px;
}
.nt-event-section-head span{
display:block;
margin-bottom:7px;
color:var(--red);
font-size:14px;
font-weight:700;
}
.nt-event-section-head h2{
margin:0;
color:#1c3049;
font-size:clamp(27px,3vw,35px);
line-height:1.55;
}
/* =========================================================
PARTICIPATION
========================================================= */
.nt-event-participation{
margin-bottom:55px;
}
.nt-event-grid{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:14px;
}
.nt-event-card{
position:relative;
min-height:145px;
padding:25px 25px 24px;
overflow:hidden;
border:1px solid #e3e9f0;
border-radius:14px;
background:#ffffff;
transition:
transform .3s ease,
box-shadow .3s ease,
border-color .3s ease;
}
.nt-event-card:hover{
transform:translateY(-3px);
border-color:#d5e0eb;
box-shadow:
0 14px 32px
rgba(23,75,142,.06);
}
.nt-event-number{
position:absolute;
left:14px;
top:2px;
color:rgba(23,75,142,.05);
font-size:52px;
font-weight:800;
direction:ltr;
}
.nt-event-card h3{
position:relative;
z-index:2;
margin:0 0 8px;
color:#24415f;
font-size:18px;
}
.nt-event-card p{
position:relative;
z-index:2;
margin:0;
color:#596a7e;
font-size:15.5px;
line-height:1.9;
}
/* =========================================================
CUSTOMER PARTNERSHIP
========================================================= */
.nt-event-partnership{
position:relative;
margin:10px 0 58px;
overflow:hidden;
display:grid;
grid-template-columns:1fr 1.25fr;
border:1px solid #dfe8f1;
border-radius:18px;
background:
linear-gradient(
135deg,
#f5f9fd 0%,
#ffffff 72%
);
}
.nt-event-partnership-side{
position:relative;
min-height:230px;
display:flex;
align-items:center;
justify-content:center;
padding:35px;
background:
linear-gradient(
145deg,
var(--blue-dark),
var(--blue)
);
color:#ffffff;
}
.nt-event-partnership-side::after{
content:"";
position:absolute;
width:170px;
height:170px;
border:1px solid rgba(255,255,255,.12);
border-radius:50%;
right:-80px;
bottom:-95px;
}
.nt-event-partnership-side-content{
position:relative;
z-index:2;
}
.nt-event-partnership-small{
display:block;
margin-bottom:9px;
color:#dfeafa;
font-size:13px;
font-weight:700;
}
.nt-event-partnership-side h2{
margin:0;
color:#ffffff;
font-size:30px;
line-height:1.55;
}
.nt-event-partnership-body{
padding:34px 36px;
}
.nt-event-partnership-body p{
margin:0 0 15px;
color:#4e6074;
font-size:17px;
line-height:2;
}
.nt-event-partnership-body p:last-child{
margin-bottom:0;
}
.nt-event-partnership-body strong{
color:var(--blue-dark);
}
.nt-event-ldm{
color:var(--red) !important;
}
/* =========================================================
THANK YOU SECTION
========================================================= */
.nt-event-thanks{
margin-bottom:55px;
padding:28px 31px;
border-right:4px solid var(--red);
border-radius:11px;
background:
linear-gradient(
90deg,
#ffffff,
#fff8f7
);
}
.nt-event-thanks h2{
margin:0 0 10px;
color:#263e59;
font-size:24px;
}
.nt-event-thanks p{
margin:0;
color:#536479;
font-size:17px;
line-height:2;
}
.nt-event-thanks strong{
color:var(--blue-dark);
}
/* =========================================================
CTA
========================================================= */
.nt-event-cta{
margin-top:15px;
display:flex;
align-items:center;
justify-content:space-between;
gap:30px;
padding:31px 33px;
border:1px solid #dde7f1;
border-radius:17px;
background:
linear-gradient(
135deg,
#f6f9fd,
#ffffff
);
}
.nt-event-cta-small{
display:block;
margin-bottom:7px;
color:var(--red);
font-size:12px;
font-weight:700;
direction:ltr;
text-align:right;
}
.nt-event-cta h2{
margin:0 0 8px;
color:#1c334e;
font-size:25px;
}
.nt-event-cta p{
margin:0;
color:#687587;
font-size:15px;
line-height:1.85;
}
.nt-event-button{
flex:0 0 auto;
display:inline-flex;
align-items:center;
justify-content:center;
gap:10px;
padding:14px 25px;
border-radius:9px;
background:var(--blue-dark);
color:#ffffff;
font-size:15px;
font-weight:700;
text-decoration:none;
transition:
transform .25s ease,
background .25s ease,
box-shadow .25s ease;
}
.nt-event-button:hover{
transform:translateY(-2px);
background:var(--blue);
box-shadow:
0 12px 28px
rgba(16,57,110,.17);
}
/* =========================================================
CONTACT CTA AFTER PARTNERSHIP
========================================================= */
.nt-event-contact-after-partnership{
display:flex;
justify-content:center;
margin:-30px 0 55px;
}
.nt-event-contact-after-partnership .nt-event-button{
min-width:170px;
}
@media(max-width:600px){
.nt-event-contact-after-partnership{
margin:-22px 0 42px;
}
.nt-event-contact-after-partnership .nt-event-button{
width:100%;
}
}
/* =========================================================
REVEAL ANIMATION
========================================================= */
.nt-event-reveal{
opacity:0;
transform:translateY(22px);
transition:
opacity .75s ease,
transform .75s cubic-bezier(.2,.8,.2,1);
}
.nt-event-reveal.nt-event-visible{
opacity:1;
transform:translateY(0);
}
/* =========================================================
TABLET
========================================================= */
@media(max-width:900px){
.nt-event-container{
width:calc(100% - 32px);
}
.nt-event-header h1{
font-size:35px;
}
.nt-event-intro{
font-size:17px;
}
.nt-event-info{
grid-template-columns:1fr;
}
.nt-event-grid{
grid-template-columns:1fr;
}
.nt-event-partnership{
grid-template-columns:1fr;
}
.nt-event-partnership-side{
min-height:auto;
justify-content:flex-start;
}
.nt-event-statement{
font-size:18px;
}
.nt-event-cta{
flex-direction:column;
align-items:flex-start;
}
}
/* =========================================================
MOBILE
========================================================= */
@media(max-width:600px){
.nt-event-news{
padding-top:20px;
padding-bottom:55px;
}
.nt-event-container{
width:calc(100% - 24px);
}
.nt-event-main-image{
border-radius:18px;
margin-bottom:36px;
}
.nt-event-header{
margin-bottom:32px;
}
.nt-event-header h1{
font-size:27px;
line-height:1.6;
}
.nt-event-intro{
font-size:16px;
line-height:1.95;
}
.nt-event-statement{
padding:21px 18px;
font-size:16px;
line-height:2;
}
.nt-event-card{
min-height:auto;
padding:22px 20px;
}
.nt-event-card h3{
font-size:17px;
}
.nt-event-card p{
font-size:14.5px;
}
.nt-event-partnership-side{
padding:27px 23px;
}
.nt-event-partnership-side h2{
font-size:25px;
}
.nt-event-partnership-body{
padding:25px 22px;
}
.nt-event-partnership-body p{
font-size:15.5px;
}
.nt-event-thanks{
padding:22px 18px;
}
.nt-event-thanks h2{
font-size:21px;
}
.nt-event-thanks p{
font-size:15px;
}
.nt-event-button{
width:100%;
}
}
@media(prefers-reduced-motion:reduce){
.nt-event-reveal{
opacity:1;
transform:none;
transition:none;
}
.nt-event-circle{
animation:none;
}
}
<!-- =====================================================
BREADCRUMB
====================================================== -->
<!-- =====================================================
HERO IMAGE
====================================================== -->
<img
src="https://nationaltechnology.net/wp-content/uploads/2026/09/Website-banner.png"
alt="National Technology في فعالية Bridging the Gap 2026 بالإسكندرية"
loading="eager"
>
<!-- =====================================================
ARTICLE HEADER
====================================================== -->
أخبار National Technology
National Technology
تشارك في فعالية
Bridging the Gap 2026
الطبية بالإسكندرية
شاركت
National Technology
في فعاليات
Bridging the Gap – The Grand Medical Event 2026
التي نظمتها مجموعة معامل شلبي بمدينة الإسكندرية،
في تجمع مهني ضم نخبة من الخبراء والمتخصصين
في مجال المختبرات الطبية والقطاع الصحي.
<!-- =====================================================
EVENT INFORMATION
====================================================== -->
التاريخ
27 أغسطس 2026
المكان
فندق هلنان أنطونيادس – الإسكندرية
تنظيم
مجموعة معامل شلبي
<!-- =====================================================
MAIN CONTENT
====================================================== -->
<!-- =================================================
MAIN MESSAGE
================================================== -->
شهدت الفعالية مناقشات حول أحدث التطورات
في مجال التحاليل الطبية،
ودور النتائج المخبرية في دعم القرارات الطبية،
وأهمية توظيف
التكنولوجيا والحلول الرقمية
في تطوير خدمات المختبرات
ورفع كفاءة عملياتها.
<!-- =================================================
PARTICIPATION
================================================== -->
Bridging the Gap
National Technology في قلب مجتمع المختبرات الطبية
01
التواصل مع خبراء القطاع
التواصل المباشر مع الخبراء والمتخصصين
في المختبرات الطبية ومناقشة احتياجات
وتحديات العمل الفعلية داخل المعامل.
02
متابعة احتياجات السوق
التعرف على المتطلبات المتطورة للمختبرات
واتجاهات القطاع بما يدعم تطوير حلول
أكثر ارتباطًا بالعمليات اليومية.
03
التكنولوجيا في خدمة المختبر
مناقشة دور الأنظمة الرقمية في إدارة
العمليات المعملية ودعم تدفق العمل
والتكامل ورفع مستوى الرؤية التشغيلية.
04
تبادل المعرفة والخبرات
المشاركة في بيئة مهنية تجمع المتخصصين
والقيادات والخبرات المختلفة لمناقشة
مستقبل تكنولوجيا المختبرات الطبية.
<!-- =================================================
SHALABY + LDM
================================================== -->
CUSTOMER PARTNERSHIP
ثقة تمتد إلى بيئة العمل اليومية
تفخر
National Technology
بثقة مجموعة معامل شلبي واختيارها
LDM – Laboratory Data Manager
لإدارة عملياتها المعملية.
ويعكس هذا التعاون أهمية بناء علاقات طويلة الأمد
ترتكز على فهم احتياجات المختبرات
وتوفير أنظمة متخصصة تدعم العمليات اليومية
والتطور المستمر.
<!-- =================================================
CONTACT US
================================================== -->
<a
href="https://nationaltechnology.net/about-us/"
target="_blank"
rel="noopener noreferrer"
>
Contact Us
←
<!-- =================================================
THANK YOU
================================================== -->
30 عامًا من التميز لمعامل شلبي
تتقدم
National Technology
بالشكر والتقدير إلى مجموعة معامل شلبي
على تنظيم الفعالية،
وعلى مسيرتها الممتدة لأكثر من
30 عامًا
في مجال المختبرات الطبية.
<!-- =================================================
CTA
================================================== -->
Laboratory Data Manager
اكتشف منظومة LDM لإدارة المختبرات الطبية
تعرف على الحلول التي تقدمها National Technology
لدعم وإدارة دورة العمل داخل المختبرات الطبية.
<a
href="https://nationaltechnology.net/products-laboratory-data-manager/"
target="_blank"
rel="noopener noreferrer"
>
تعرف على LDM
←

/* =========================================================
NATIONAL TECHNOLOGY — BBM NEWS
========================================================= */
.ntbbm-news{
--blue:#174b8e;
--blue-dark:#10396e;
--blue-soft:#f3f7fb;
--red:#b5231b;
--red-soft:#fff6f5;
--text:#1c2939;
--body:#4e5e72;
--muted:#788598;
--border:#e2e9f0;
position:relative;
width:100vw;
margin-inline:calc(50% - 50vw);
overflow:hidden;
padding:38px 0 85px;
background:#ffffff;
color:var(--text);
font-family:Tahoma, Arial, "Segoe UI", sans-serif;
text-align:right;
}
.ntbbm-news *,
.ntbbm-news *::before,
.ntbbm-news *::after{
box-sizing:border-box;
}
.ntbbm-container{
position:relative;
z-index:2;
width:min(1180px, calc(100% - 50px));
margin:0 auto;
}
.ntbbm-ltr{
direction:ltr;
unicode-bidi:isolate;
display:inline-block;
}
/* =========================================================
BACKGROUND DETAILS
========================================================= */
.ntbbm-circle{
position:absolute;
pointer-events:none;
border-radius:50%;
}
.ntbbm-circle-one{
width:330px;
height:330px;
top:720px;
left:-245px;
border:1px solid rgba(23,75,142,.07);
animation:ntFloat 10s ease-in-out infinite;
}
.ntbbm-circle-two{
width:190px;
height:190px;
top:1800px;
right:-130px;
border:1px solid rgba(181,35,27,.06);
animation:ntFloat2 13s ease-in-out infinite;
}
@keyframes ntFloat{
0%,100%{transform:translateY(0)}
50%{transform:translateY(-22px)}
}
@keyframes ntFloat2{
0%,100%{transform:translateY(0)}
50%{transform:translateY(18px)}
}
/* =========================================================
BREADCRUMB
========================================================= */
.ntbbm-breadcrumb{
display:flex;
align-items:center;
gap:9px;
margin-bottom:25px;
color:#8993a1;
font-size:14px;
}
.ntbbm-breadcrumb a{
color:#667486;
text-decoration:none;
transition:.25s ease;
}
.ntbbm-breadcrumb a:hover{
color:var(--blue);
}
/* =========================================================
FIRST IMAGE
========================================================= */
.ntbbm-main-image{
position:relative;
width:100%;
margin:0 auto 48px;
overflow:hidden;
border-radius:27px;
background:#f4f6f8;
box-shadow:
0 22px 60px
rgba(19,55,98,.09);
}
.ntbbm-main-image img{
display:block;
width:100%;
height:auto;
object-fit:contain;
transition:
transform
1s
cubic-bezier(.2,.8,.2,1);
}
.ntbbm-main-image:hover img{
transform:scale(1.012);
}
.ntbbm-main-image::after{
content:"";
position:absolute;
right:0;
bottom:0;
width:100px;
height:5px;
background:var(--blue);
}
/* =========================================================
NEWS HEADER
========================================================= */
.ntbbm-header{
max-width:1040px;
margin:0 auto 43px;
}
.ntbbm-news-label{
display:inline-flex;
align-items:center;
gap:9px;
margin-bottom:18px;
color:var(--blue);
font-size:15px;
font-weight:700;
}
.ntbbm-news-label::before{
content:"";
width:7px;
height:7px;
border-radius:50%;
background:var(--red);
}
.ntbbm-header h1{
margin:0 0 25px;
color:#162436;
font-size:clamp(36px,4vw,52px);
font-weight:700;
line-height:1.5;
}
.ntbbm-header h1 strong{
color:var(--blue-dark);
}
.ntbbm-intro{
margin:0 0 17px;
color:var(--body);
font-size:20px;
line-height:2;
}
.ntbbm-intro strong{
color:#213c5e;
}
/* =========================================================
MAIN CONTENT
========================================================= */
.ntbbm-main-content{
max-width:1080px;
margin:0 auto;
}
/* =========================================================
MAIN STATEMENT
========================================================= */
.ntbbm-statement{
position:relative;
margin:0 0 27px;
padding:25px 28px;
border-right:4px solid var(--blue);
border-radius:10px;
background:
linear-gradient(
90deg,
#ffffff,
#f7fafe
);
color:#35485e;
font-size:21px;
font-weight:500;
line-height:2;
}
.ntbbm-statement strong{
color:var(--blue-dark);
}
/* =========================================================
STANDARD LOGOS
========================================================= */
.ntbbm-standards{
display:flex;
align-items:center;
justify-content:center;
gap:65px;
margin:25px 0 30px;
min-height:90px;
}
.ntbbm-standard{
display:flex;
align-items:center;
justify-content:center;
height:75px;
min-width:145px;
}
.ntbbm-standard img{
display:block;
width:auto;
max-width:155px;
height:auto;
max-height:65px;
object-fit:contain;
transition:
transform .25s ease,
opacity .25s ease;
}
.ntbbm-standard:hover img{
transform:translateY(-2px);
opacity:.9;
}
.ntbbm-standard-aabb img{
max-width:150px;
}
.ntbbm-standard-isbt img{
max-width:135px;
}
/* =========================================================
DOWNLOAD BROCHURE
========================================================= */
.ntbbm-download-action{
display:flex;
align-items:center;
justify-content:center;
margin:20px auto 52px;
}
/* =========================================================
COMMON ACTION BUTTON
========================================================= */
.ntbbm-action-button{
min-width:205px;
display:inline-flex;
align-items:center;
justify-content:center;
gap:10px;
padding:14px 24px;
border-radius:9px;
font-size:15px;
font-weight:700;
text-decoration:none;
transition:
transform .25s ease,
box-shadow .25s ease,
background .25s ease,
border-color .25s ease;
}
/* =========================================================
DOWNLOAD BUTTON
========================================================= */
.ntbbm-action-primary{
background:var(--blue-dark);
color:#ffffff;
border:1px solid var(--blue-dark);
}
.ntbbm-action-primary:hover{
transform:translateY(-2px);
background:var(--blue);
border-color:var(--blue);
box-shadow:
0 12px 28px
rgba(16,57,110,.17);
}
/* =========================================================
CONTACT BUTTON
========================================================= */
.ntbbm-action-secondary{
background:#ffffff;
color:var(--blue-dark);
border:1px solid #cfdbea;
}
.ntbbm-action-secondary:hover{
transform:translateY(-2px);
background:var(--blue-soft);
border-color:var(--blue);
box-shadow:
0 10px 24px
rgba(23,75,142,.08);
}
/* =========================================================
CLIENTS
========================================================= */
.ntbbm-clients{
padding-top:36px;
border-top:1px solid var(--border);
}
.ntbbm-clients-title{
margin:0 0 17px;
color:var(--blue);
font-size:21px;
font-weight:700;
}
.ntbbm-clients-intro{
margin:0 0 24px;
color:#263d57;
font-size:25px;
font-weight:600;
line-height:1.8;
}
.ntbbm-clients-intro strong{
color:var(--red);
font-size:1.08em;
}
.ntbbm-hospitals{
display:flex;
flex-wrap:wrap;
gap:10px;
margin-bottom:28px;
}
.ntbbm-hospitals span{
padding:10px 15px;
border:1px solid #dbe5ef;
border-radius:40px;
background:#ffffff;
color:#50657b;
font-size:15px;
font-weight:600;
transition:
transform .25s ease,
box-shadow .25s ease;
}
.ntbbm-hospitals span:hover{
transform:translateY(-2px);
box-shadow:
0 8px 20px
rgba(23,75,142,.06);
}
/* =========================================================
CUSTOMER IMAGE
========================================================= */
.ntbbm-customers-image{
width:100%;
margin:10px auto 45px;
overflow:hidden;
border-radius:16px;
border:1px solid #e6ebf0;
background:#ffffff;
}
.ntbbm-customers-image img{
display:block;
width:100%;
height:auto;
margin:0 auto;
}
/* =========================================================
EXPERIENCE
========================================================= */
.ntbbm-experience{
margin:0;
padding:28px 31px;
border-right:4px solid var(--blue);
border-radius:10px;
background:
linear-gradient(
90deg,
#ffffff 0%,
#f7fafe 100%
);
}
.ntbbm-experience p{
margin:0;
color:#485a6e;
font-size:20px;
font-weight:500;
line-height:2.05;
}
.ntbbm-experience strong{
color:var(--blue-dark);
}
.ntbbm-experience .ntbbm-support{
color:var(--red);
}
/* =========================================================
CONTACT US AFTER EXPERIENCE
========================================================= */
.ntbbm-contact-action{
display:flex;
align-items:center;
justify-content:center;
margin:24px auto 60px;
}
/* =========================================================
CAPABILITIES
========================================================= */
.ntbbm-capabilities{
margin-top:15px;
}
.ntbbm-section-head{
margin-bottom:28px;
}
.ntbbm-section-head span{
display:block;
margin-bottom:7px;
color:var(--red);
font-size:14px;
font-weight:700;
}
.ntbbm-section-head h2{
margin:0;
color:#1c3049;
font-size:clamp(28px,3vw,36px);
line-height:1.5;
}
.ntbbm-cap-grid{
display:grid;
grid-template-columns:
repeat(2,minmax(0,1fr));
gap:14px;
}
.ntbbm-cap-card{
position:relative;
min-height:115px;
display:flex;
align-items:center;
padding:22px 24px;
overflow:hidden;
border:1px solid #e3e9f0;
border-radius:14px;
background:#ffffff;
transition:
transform .3s ease,
box-shadow .3s ease,
border-color .3s ease;
}
.ntbbm-cap-card:hover{
transform:translateY(-3px);
border-color:#d3e1ef;
box-shadow:
0 14px 32px
rgba(23,75,142,.06);
}
.ntbbm-cap-number{
position:absolute;
left:13px;
top:5px;
color:
rgba(23,75,142,.05);
font-size:46px;
font-weight:800;
direction:ltr;
}
.ntbbm-cap-card p{
position:relative;
z-index:2;
margin:0;
color:#536175;
font-size:17px;
line-height:1.9;
}
/* =========================================================
FINAL CTA
========================================================= */
.ntbbm-cta{
margin-top:58px;
display:flex;
align-items:center;
justify-content:space-between;
gap:30px;
padding:30px 32px;
border:1px solid #dde7f1;
border-radius:17px;
background:
linear-gradient(
135deg,
#f7fafe,
#ffffff
);
}
.ntbbm-cta-small{
display:block;
margin-bottom:7px;
color:var(--red);
font-size:12px;
font-weight:700;
direction:ltr;
text-align:right;
}
.ntbbm-cta h2{
margin:0 0 8px;
color:#1c334e;
font-size:25px;
}
.ntbbm-cta p{
margin:0;
color:#687587;
font-size:15px;
line-height:1.8;
}
.ntbbm-button{
flex:0 0 auto;
display:inline-flex;
align-items:center;
justify-content:center;
gap:10px;
padding:14px 25px;
border-radius:9px;
background:var(--blue-dark);
color:#ffffff;
font-size:15px;
font-weight:700;
text-decoration:none;
transition:
transform .25s ease,
background .25s ease,
box-shadow .25s ease;
}
.ntbbm-button:hover{
transform:translateY(-2px);
background:var(--blue);
box-shadow:
0 12px 28px
rgba(16,57,110,.17);
}
/* =========================================================
REVEAL
========================================================= */
.ntbbm-reveal{
opacity:0;
transform:translateY(22px);
transition:
opacity .75s ease,
transform .75s cubic-bezier(.2,.8,.2,1);
}
.ntbbm-reveal.ntbbm-visible{
opacity:1;
transform:translateY(0);
}
/* =========================================================
TABLET
========================================================= */
@media(max-width:900px){
.ntbbm-container{
width:calc(100% - 32px);
}
.ntbbm-header h1{
font-size:35px;
}
.ntbbm-intro{
font-size:18px;
}
.ntbbm-statement{
font-size:18px;
}
.ntbbm-standards{
gap:35px;
}
.ntbbm-cap-grid{
grid-template-columns:1fr;
}
.ntbbm-experience p{
font-size:18px;
}
.ntbbm-cta{
flex-direction:column;
align-items:flex-start;
}
}
/* =========================================================
MOBILE
========================================================= */
@media(max-width:600px){
.ntbbm-news{
padding-top:20px;
padding-bottom:55px;
}
.ntbbm-container{
width:calc(100% - 24px);
}
.ntbbm-main-image{
border-radius:18px;
margin-bottom:35px;
}
.ntbbm-header h1{
font-size:28px;
line-height:1.55;
}
.ntbbm-intro{
font-size:16px;
line-height:1.95;
}
.ntbbm-statement{
padding:21px 18px;
font-size:17px;
line-height:2;
}
.ntbbm-standards{
gap:20px;
flex-wrap:wrap;
margin-bottom:25px;
}
.ntbbm-standard{
min-width:90px;
height:60px;
}
.ntbbm-standard img{
max-width:105px;
max-height:48px;
}
.ntbbm-download-action{
margin:18px auto 42px;
}
.ntbbm-action-button{
width:100%;
min-width:0;
}
.ntbbm-clients-title{
font-size:18px;
}
.ntbbm-clients-intro{
font-size:20px;
}
.ntbbm-hospitals span{
font-size:13px;
}
.ntbbm-experience{
padding:22px 18px;
}
.ntbbm-experience p{
font-size:16px;
line-height:2;
}
.ntbbm-contact-action{
margin:20px auto 45px;
}
.ntbbm-cap-card p{
font-size:15px;
}
.ntbbm-button{
width:100%;
}
}
/* =========================================================
REDUCED MOTION
========================================================= */
@media(prefers-reduced-motion:reduce){
.ntbbm-reveal{
opacity:1;
transform:none;
transition:none;
}
.ntbbm-circle{
animation:none;
}
}
<!-- =====================================================
BREADCRUMB
====================================================== -->
<!-- =====================================================
FIRST IMAGE
====================================================== -->
<img
src="https://nationaltechnology.net/wp-content/uploads/2026/08/ChatGPT-Image-Aug-30-2026-12_02_27-PM.png"
alt="برنامج BBM أصبح مسجلاً بهيئة الشراء الموحد المصرية"
loading="eager"
>
<!-- =====================================================
NEWS HEADER
====================================================== -->
أخبار National Technology
برنامج
BBM – Blood Bank Manager
أصبح مسجلاً بهيئة الشراء الموحد المصرية
ومتاحاً للجهات الحكومية
أعلنت
National Technology
عن تسجيل برنامج
BBM – Blood Bank Manager
ضمن الهيئة المصرية للشراء الموحد والإمداد والتموين الطبي
وإدارة التكنولوجيا الطبية
UPA
ليصبح النظام متاحاً للجهات والمؤسسات الصحية وفقاً
لإجراءات التعاقد المعتمدة لهيئة الشراء الموحد.
ويأتي هذا الإنجاز في سياق دعم جهود الدولة المصرية
لتحقيق مستهدفات رؤية مصر 2030 في تطوير جودة الخدمات الصحية
وتعزيز التحول الرقمي في قطاع الرعاية الصحية.
<!-- =====================================================
MAIN CONTENT
====================================================== -->
<!-- =================================================
MAIN STATEMENT
================================================== -->
توفر
National Technology
حلاً رقمياً متكاملاً يساعد بنوك الدم على إدارة عملياتها
بكفاءة وأمان، ويحقق الالتزام بكافة المتطلبات والمعايير
المحلية والدولية مثل معايير وزارة الصحة المصرية و
WHO
و
AABB
و
ISBT
<!-- =================================================
WHO / AABB / ISBT
================================================== -->
<img
src="https://www.who.int/images/default-source/fallback/header-logos/h-logo-blue1820eae93c154e37b2588ab90fdbc17e.svg?sfvrsn=aaed4f35_20"
alt="WHO"
loading="lazy"
>
<img
src="https://www.aabb.org/images/default-source/default-album/logos/aabb-logo.svg"
alt="AABB"
loading="lazy"
>
<img
src="https://www.isbtweb.org/static/83457283-0c51-44ee-acaeef6a5308c309/0e0cce97-0394-4d82-b83a4e8a947182b3/400x200_highestperformance__4c12c4ffb459/ISBT-Logo.png"
alt="ISBT"
loading="lazy"
>
<!-- =================================================
DOWNLOAD BROCHURE
================================================== -->
<a
href="https://drive.google.com/uc?export=download&id=1GR50j1Gyv1GrQ_LkXGGFFVHuFaOjwTzE"
target="_blank"
rel="noopener noreferrer"
>
Download Brochure
↓
<!-- =================================================
CLIENTS
================================================== -->
العملاء
حيث يعمل الآن في أكثر من
26 مستشفى
حكومية وخاصة مثل:
مستشفيات جامعة عين شمس
معهد ناصر
هيئة المعاهد والمستشفيات التعليمية
جامعة أسيوط
جامعة الزقازيق
دار الفؤاد
مستشفى شفاء الأورمان
<img
src="https://nationaltechnology.net/wp-content/uploads/2026/08/1.png"
alt="نماذج من عملاء BBM"
loading="lazy"
>
<!-- =================================================
EXPERIENCE
================================================== -->
ويعكس هذا الإنجاز خبرة
National Technology
الممتدة لأكثر من
28 عاماً
في تطوير وتقديم حلول التكنولوجيا الصحية وأنظمة إدارة
المعلومات للقطاع الصحي في مصر ومنطقة الشرق الأوسط
وشمال أفريقيا، إلى جانب منظومة دعم فني وتشغيلي
متاحة على مدار الساعة
24/7
لضمان استمرارية العمل وسرعة الاستجابة لاحتياجات العملاء.
<!-- =================================================
CONTACT US
================================================== -->
<a
href="https://nationaltechnology.net/about-us/"
target="_blank"
rel="noopener noreferrer"
>
Contact Us
←
<!-- =================================================
CAPABILITIES
================================================== -->
BBM
من أبرز إمكانيات برنامج BBM
01
إدارة المتبرعين وسجل التبرعات
ومتابعة حالات التأجيل.
02
إدارة حملات التبرع بالدم في المواقع
الثابتة والحملات الخارجية.
03
إدارة فحص وتبويب الدم وفقاً
لأعلى المعايير المحلية والدولية.
04
تتبع وحدات الدم من التبرع وحتى نقل الدم
باستخدام معايير وترميز
ISBT 128
.
05
إدارة مخزون الدم ومتابعة وحدات الدم
وتقليل الهدر باستخدام أنظمة
FIFO
و
FEFO
.
06
إدارة عمليات نقل الدم والتحقق من هوية
المريض ووحدة الدم قبل عملية النقل.
07
التكامل مع أنظمة
HIS
و
LIS
و
ERP
من خلال
HL7
وواجهات
APIs
.
08
التقارير والتحليلات لمتابعة مؤشرات
الأداء الخاصة بعمليات بنك الدم.
<!-- =================================================
FINAL CTA
================================================== -->
Blood Bank Manager
تعرف على جميع إمكانيات BBM
يمكنك التعرف على جميع إمكانيات
BBM – Blood Bank Manager
من خلال صفحة المنتج.
<a
href="https://nationaltechnology.net/products-blood-bank-manager"
target="_blank"
rel="noopener noreferrer"
>
تعرف على BBM
←


Glad that We’ve successfully completed the implementation of LDM LIS solution at Al-Ahli Hospital -Doha , Qatar, in collaboration with Scientific & Technical Services Co. ,and we're truly proud of what we've achieved together.
A big thank you to the amazing team at Al-Ahli Hospital and STS teams — your support, collaboration, and professionalism made all the difference.
Special thanks to
Dr. Jamal Hammad
Dr. Mohamed Elahmady
Eng. ASMAEIL KATTAN
Mr. Maamoor Elmolla
And everyone else who helped make this happen — we truly appreciate you all.
To everyone who contributed, thank you. This success wouldn’t have been possible without you!

We are honored to receive this recognition from Ain Shams University.
This is a reminder that partnerships built on trust, consistency, and meaningful work create real impact.
We are grateful for the appreciation; and even more grateful to the teams who make it possible.


For three decades, our footprint has grown across Egypt, earning the trust of both public and private healthcare institutions.
As part of this ongoing expansion in Assiut, the LDM system has officially gone live at the Azhar University Hospital – Assiut Clinical Pathology Lab, marking our newest customer activation.
We extend our special thanks and deepest gratitude to Prof. Dr. Ali Sobhy, Head of the Clinical Pathology Department, for his leadership and support throughout this activation
We’re grateful for their confidence in our solutions and proud to support their laboratory operations.
Key Statistics:
10 interfaced automated analyzers
1-350 requests daily
750 samples daily
1,500 tests daily
Looking forward to continued success together.

We’re Proud to share that we’ve successfully implemented our LDM solution at Souad Kafafi University Hospital
Big thanks to the hospital team for the trust.
Curious how this system can transform your lab’s performance? Contact Us.
فخورين بمشاركتكم خبر تنفيذ مشروع (LDM) في مستشفى سعاد كفافي الجامعي!
كل الشكر لفريق المستشفى على ثقتهم.
حابب تعرف إزاي النظام ده ممكن يطوّر أداء معملك؟ تواصل معنا!


فخورين بكل خطوة.
قدرنا نوصل لإنجازات كبيرة في مشروع ميكنة المعامل، وغطينا 6 محافظات بـ 33 مستشفى و262 وحدة ومركز طبي، ده غير 295 منشأة إجمالاً.
والأرقام دي مش مجرد إحصائيات، دي نتيجة 26 سنة من الشغل والخبرة، ولسه مكملين!
لو مؤسستك بتدور على حلول رقمية لإدارة المعامل أو الربط بين الفروع، إحنا جاهزين نشتغل معاكم.
تواصل معانا واعرف إزاي نقدر نساعدك

We would love to congratulate Abha Private Hospital for passing the AABB accreditation. This international accreditation, plus Saudi FDA accreditation, reflects the Blood Bank’s commitment to the highest levels of quality, patient safety, and care. We are honored that the Blood Bank Manager Software was part of these great achievements. We celebrate this accreditation with Abha Private Hospital wishing them more success.


We’re excited to share our new partnership with SRTA city!
National Technology (NT) has developed the NT LIMS (Laboratory Information Management System) for SRTA city, enhancing their research operations with:
Automated Data Management
Enhanced Security
User-Friendly Interface
Scalability
This partnership marks an important milestone in our mission to deliver top-tier IT solutions for the research industry. Stay tuned for more updates! Mohamed A. Rashad


Proud to partner with Ahl Masr Foundation - مؤسسة أهل مصر ! Together with NationalTechnology, we're creating new healthcare solutions.
Looking forward to continued success
فخورون بالشراكة مع مؤسسة اهل مصر.
معا نسعي لايجاد حلول متطوره في مجال الرعايه الصحية و نتطلع دائما الي استمرار النجاح و التعاون


National Technology is proud to participate in the "African Medical Exhibition and Conference" to showcase its groundbreaking advancements in the digital transformation of the medical field.
This participation aligns with the ongoing collaboration between National Technology and the Egyptian Healthcare Authority, as they work together to enhance medical facilities, implement digital transformation strategies in the healthcare and insurance sectors, and establish a comprehensive patient database linked to the Ministry of Health and all healthcare authorities across the Republic.
The following is part of the results achieved by National Technology under the umbrella of the Health Care Authority in the Universal Health Insurance project:
The project was implemented on a geographical scale of six governorates, which are (Port Said - Ismailia - South Sinai - Luxor - Aswan – Suez)
1. The number of mechanized facilities affiliated with the project (202) medical facilities.
2. The total number of analysis devices automatically connected to the system during this stage (319) analysis devices.
3. The total number of medical tests is 9.9 million.
4. The total number of visits to establishments is 2.9 million.
5. The total number of patients is 1.3 million.


نتشرف بالشراكة مع الهيئه العامه للرعاية الصحيه و تنفيذ مشروع ميكنه معامل ٦ محافظات في مصر


We are thrilled to announce our participation as a Sponsor and Exhibitor at the upcoming HealthTech Innovation Summit & Expo in KSA! 

This event will display cutting-edge health technologies and fosters collaboration between industry leaders. Do not miss this opportunity to explore the future of healthcare and witness groundbreaking innovations firsthand. 

Mark your calendars for June 5-6, 2023, and join us at Booth B14 in the Hilton Riyadh.
For more details, visit the official website:


National Technology continues its efforts in automating the laboratories of the Universal Health Insurance System in the governorates of Egypt, and we are pleased to have completed several stages of the project, which is still under implementation to extend to all Egyptian governorates. The following has been accomplished in Port Said and Luxor governorates:
- Operating LDM system on an integrated network between 7 main hospitals and 34 health units in Port Said, and in 6 main hospitals and 54 health units in Luxor.
- Raising the capacity of the health units of the comprehensive health insurance system in the cities of Port Said and Luxor.
- Training hundreds of medical personnel to use LDM system professionally and to coordinate between the various medical units.
- Digital linkage and integration between laboratory systems, Hospital Information Systems (HIS), and the EMR system.
National Technology continuous efforts have led to improving the speed and quality of results in the health insurance system, as well as improving the economic performance of laboratories and providing accurate statistics for decision makers.
National Technology thanks all the bodies that contributed in completing this national project, which are the Ministry of Communications and Information Technology, the Ministry of Health, and the Universal Health Insurance. We sincerely thank all of them for their great efforts and providing all the required infrastructure and laboratory equipment. We also thank the whole work-team for their unlimited support which contributed to completing the project in unprecedented record time.







