
<!-- ********** SLIDER CODE HERE ************ -->
<!-- Owl Stylesheets -->
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css">

    <!-- javascript -->
    <script src="../assets/vendors/jquery.min.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.js"></script>
    <!-- header -->
   <!--  Demos -->
        <div class="owl-carousel owl-theme">
          <div class="item" style="width:300px; margin: 0 10px;">
              <div class="service-item" id="pg-block-1-service">
                  <div class="service-item__content">
                      <h4 class="service-item__title">
                          مرحلة ما قبل التدريب                      </h4>
                      <p class="service-item__desc">
                          يستخدم فريق ساتيه الأفكار المكتسبة والتي تم تجميعها من خلال نماذج تقييم احتياجات التدريب لاستخدامها في تصميم دورات التعلم الإلكتروني أو وجهًا لوجه مع المحتوى ذي الصلة الذي يساعد المتعلمين على الأداء الجيد في وظائفهم                      </p>
                      <a href="/ar/sate-education-training-strategy/the-before-training-phase/" class="btn btn__secondary btn__link" style="text-align:left;">
                          <i class="icon-arrow-right"></i>قراءة المزيد                       </a>
                  </div>
                  <div class="service-item__overlay bg-overlay bg-overlay-primary bg-img" style="background-image: url('https://swiss-academy.org/wp-content/uploads/2021/02/1-1.jpg'); background-size: cover; background-position: center center;"></div>
              </div>
            </div>
			
            <div class="item" style="width:300px; margin: 0 10px;">
				<div class="service-item" id="pg-block-2-service">
					<div class="service-item__content">
						<h4 class="service-item__title">
              مرحلة أثناء التدريب            </h4>
						<p class="service-item__desc">
                في هذا المستوى من استراتيجية التدريب والتعلم في ساتيه ، يضمن فريق ساتيه التشغيلي أن الدورات التدريبية بما في ذلك دورات التعلم الإلكتروني تنقل المعنى الكامل بكفاءة وتخلق تجربة تعليمية لا تُنسى            </p>
            <a href="/ar/sate-education-training-strategy-2/the-phase-during-training" class="btn btn__secondary btn__link" style="text-align:left;">
              <i class="icon-arrow-right"></i>قراءة المزيد             </a>
					</div>
					<div class="service-item__overlay bg-overlay bg-overlay-primary bg-img" style="background-image: url('https://swiss-academy.org/wp-content/uploads/2021/02/2.jpg'); background-size: cover; background-position: center center;"> </div>
				</div>
            </div>
			
            <div class="item" style="width:300px; margin: 0 10px;">
                <div class="service-item" id="pg-block-3-service">
                    <div class="service-item__content">
                    <h4 class="service-item__title">
                      مرحلة ما بعد التدريب                    </h4> 
                    <p class="service-item__desc">
                        من المهم لفريق ساتيه قياس ما إذا كانت دوراتها قد ساعدت المشاركين على تحقيق أهدافهم التعليمية أم لا                    </p>
                    <a href="/ar/sate-education-training-strategy-2/the-post-training-phase" class="btn btn__secondary btn__link" style="text-align:left;">
                      <i class="icon-arrow-right"></i>قراءة المزيد                   </a>
                    </div>
                    <div class="service-item__overlay bg-overlay bg-overlay-primary bg-img" style="background-image: url(&quot;https://swiss-academy.org/wp-content/uploads/2021/02/3.jpg&quot;); background-size: cover; background-position: center center;"> </div>
                </div>
            </div>
			
            <div class="item" style="width:300px; margin: 0 10px;">
              <div class="service-item" id="pg-block-4-service">
                <div class="service-item__content">
                    <h4 class="service-item__title">
                      الشهادات                    </h4>
                    <p class="service-item__desc">
                            بمجرد أن يكمل المشارك البرنامج الذي اختاره وانتسب إليه ، سيحصل على شهادة رسمية تقديراً لعمله و إقراراً على مشاركته في البرنامج                        </p>
                    <a href="/ar/sate-education-training-strategy-2/certificates"class="btn btn__secondary btn__link" style="text-align:left;">
                          <i class="icon-arrow-right"></i>قراءة المزيد                       </a>
                </div>
                <div class="service-item__overlay bg-overlay bg-overlay-primary bg-img" style="background-image: url('https://swiss-academy.org/wp-content/uploads/2021/02/4.jpg'); background-size: cover; background-position: center center;"> </div>
            </div>
            </div>
		  </div>
    <script>
            $(document).ready(function() {
              var owl = $('.owl-carousel');
              owl.owlCarousel({
                rtl: true,
                nav: false,
				dots: true,
                loop: true,
                responsive: {
                  0: {
                    items: 1
                  },
                  600: {
                    items: 1
                  },
                  768: {
                    items: 2
                  },
                  1024: {
                    items: 2
                  },
                  1300: {
                    items: 3
                  }
                }
              })
            })
          </script>
		  <style>
		  .owl-item.cloned.active, .owl-item, .owl-item.cloned {
    margin: 0 10px !important;
    min-width:300px !important;
}
			  .owl-stage-outer {
    max-height: 390px !important;
}.owl-theme .owl-dots .owl-dot.active span{
    width: 26px !important;
    background-color: #d50002;
}.owl-dots {
    text-align: right !important;
}.owl-theme .owl-dots .owl-dot span {
    width: 15px !important	;
    height: 5px !important;
}div#pg-block-1-service:hover {
    background: linear-gradient(0deg, rgba(69, 69, 69, .85), rgba(69, 69, 69, .85)),url('https://swiss-academy.org/wp-content/uploads/2021/02/1-1.jpg') !important;
	background-size: cover !important;
    background-position: center center !important;
}
div#pg-block-2-service:hover {
    background: linear-gradient(0deg, rgba(69, 69, 69, .85), rgba(69, 69, 69, .85)),url('https://swiss-academy.org/wp-content/uploads/2021/02/2.jpg') !important;
	background-size: cover !important;
    background-position: center center !important;
}div#pg-block-3-service:hover {
    background: linear-gradient(0deg, rgba(69, 69, 69, .85), rgba(69, 69, 69, .85)),url('https://swiss-academy.org/wp-content/uploads/2021/02/3.jpg') !important;
	background-size: cover !important;
    background-position: center center !important;
}div#pg-block-4-service:hover {
    background: linear-gradient(0deg, rgba(69, 69, 69, .85), rgba(69, 69, 69, .85)),url('https://swiss-academy.org/wp-content/uploads/2021/02/4.jpg') !important;
	background-size: cover !important;
    background-position: center center !important;
}
</style>
 
<style>
.owl-dots {
  text-align: right !important;
}
</style>
<!--******************************************-->

<!-- ********** SLIDER CODE HERE ************ -->
<!-- Owl Stylesheets -->
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css">

    <!-- javascript -->
    <script src="../assets/vendors/jquery.min.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.js"></script>
    <!-- header -->
   <!--  Demos -->
        <div class="owl-carousel owl-theme">
          <div class="item" style="width:300px; margin: 0 10px;">
              <div class="service-item" id="pg-block-1-service">
                  <div class="service-item__content">
                      <h4 class="service-item__title">
                          مرحلة ما قبل التدريب                      </h4>
                      <p class="service-item__desc">
                          يستخدم فريق ساتيه الأفكار المكتسبة والتي تم تجميعها من خلال نماذج تقييم احتياجات التدريب لاستخدامها في تصميم دورات التعلم الإلكتروني أو وجهًا لوجه مع المحتوى ذي الصلة الذي يساعد المتعلمين على الأداء الجيد في وظائفهم                      </p>
                      <a href="/ar/sate-education-training-strategy/the-before-training-phase/" class="btn btn__secondary btn__link" style="text-align:left;">
                          <i class="icon-arrow-right"></i>قراءة المزيد                       </a>
                  </div>
                  <div class="service-item__overlay bg-overlay bg-overlay-primary bg-img" style="background-image: url('https://swiss-academy.org/wp-content/uploads/2021/02/1-1.jpg'); background-size: cover; background-position: center center;"></div>
              </div>
            </div>
			
            <div class="item" style="width:300px; margin: 0 10px;">
				<div class="service-item" id="pg-block-2-service">
					<div class="service-item__content">
						<h4 class="service-item__title">
              مرحلة أثناء التدريب            </h4>
						<p class="service-item__desc">
                في هذا المستوى من استراتيجية التدريب والتعلم في ساتيه ، يضمن فريق ساتيه التشغيلي أن الدورات التدريبية بما في ذلك دورات التعلم الإلكتروني تنقل المعنى الكامل بكفاءة وتخلق تجربة تعليمية لا تُنسى            </p>
            <a href="/ar/sate-education-training-strategy-2/the-phase-during-training" class="btn btn__secondary btn__link" style="text-align:left;">
              <i class="icon-arrow-right"></i>قراءة المزيد             </a>
					</div>
					<div class="service-item__overlay bg-overlay bg-overlay-primary bg-img" style="background-image: url('https://swiss-academy.org/wp-content/uploads/2021/02/2.jpg'); background-size: cover; background-position: center center;"> </div>
				</div>
            </div>
			
            <div class="item" style="width:300px; margin: 0 10px;">
                <div class="service-item" id="pg-block-3-service">
                    <div class="service-item__content">
                    <h4 class="service-item__title">
                      مرحلة ما بعد التدريب                    </h4> 
                    <p class="service-item__desc">
                        من المهم لفريق ساتيه قياس ما إذا كانت دوراتها قد ساعدت المشاركين على تحقيق أهدافهم التعليمية أم لا                    </p>
                    <a href="/ar/sate-education-training-strategy-2/the-post-training-phase" class="btn btn__secondary btn__link" style="text-align:left;">
                      <i class="icon-arrow-right"></i>قراءة المزيد                   </a>
                    </div>
                    <div class="service-item__overlay bg-overlay bg-overlay-primary bg-img" style="background-image: url(&quot;https://swiss-academy.org/wp-content/uploads/2021/02/3.jpg&quot;); background-size: cover; background-position: center center;"> </div>
                </div>
            </div>
			
            <div class="item" style="width:300px; margin: 0 10px;">
              <div class="service-item" id="pg-block-4-service">
                <div class="service-item__content">
                    <h4 class="service-item__title">
                      الشهادات                    </h4>
                    <p class="service-item__desc">
                            بمجرد أن يكمل المشارك البرنامج الذي اختاره وانتسب إليه ، سيحصل على شهادة رسمية تقديراً لعمله و إقراراً على مشاركته في البرنامج                        </p>
                    <a href="/ar/sate-education-training-strategy-2/certificates"class="btn btn__secondary btn__link" style="text-align:left;">
                          <i class="icon-arrow-right"></i>قراءة المزيد                       </a>
                </div>
                <div class="service-item__overlay bg-overlay bg-overlay-primary bg-img" style="background-image: url('https://swiss-academy.org/wp-content/uploads/2021/02/4.jpg'); background-size: cover; background-position: center center;"> </div>
            </div>
            </div>
		  </div>
    <script>
            $(document).ready(function() {
              var owl = $('.owl-carousel');
              owl.owlCarousel({
                rtl: true,
                nav: false,
				dots: true,
                loop: true,
                responsive: {
                  0: {
                    items: 1
                  },
                  600: {
                    items: 1
                  },
                  768: {
                    items: 2
                  },
                  1024: {
                    items: 2
                  },
                  1300: {
                    items: 3
                  }
                }
              })
            })
          </script>
		  <style>
		  .owl-item.cloned.active, .owl-item, .owl-item.cloned {
    margin: 0 10px !important;
    min-width:300px !important;
}
			  .owl-stage-outer {
    max-height: 390px !important;
}.owl-theme .owl-dots .owl-dot.active span{
    width: 26px !important;
    background-color: #d50002;
}.owl-dots {
    text-align: right !important;
}.owl-theme .owl-dots .owl-dot span {
    width: 15px !important	;
    height: 5px !important;
}div#pg-block-1-service:hover {
    background: linear-gradient(0deg, rgba(69, 69, 69, .85), rgba(69, 69, 69, .85)),url('https://swiss-academy.org/wp-content/uploads/2021/02/1-1.jpg') !important;
	background-size: cover !important;
    background-position: center center !important;
}
div#pg-block-2-service:hover {
    background: linear-gradient(0deg, rgba(69, 69, 69, .85), rgba(69, 69, 69, .85)),url('https://swiss-academy.org/wp-content/uploads/2021/02/2.jpg') !important;
	background-size: cover !important;
    background-position: center center !important;
}div#pg-block-3-service:hover {
    background: linear-gradient(0deg, rgba(69, 69, 69, .85), rgba(69, 69, 69, .85)),url('https://swiss-academy.org/wp-content/uploads/2021/02/3.jpg') !important;
	background-size: cover !important;
    background-position: center center !important;
}div#pg-block-4-service:hover {
    background: linear-gradient(0deg, rgba(69, 69, 69, .85), rgba(69, 69, 69, .85)),url('https://swiss-academy.org/wp-content/uploads/2021/02/4.jpg') !important;
	background-size: cover !important;
    background-position: center center !important;
}
</style>
 
<style>
.owl-dots {
  text-align: right !important;
}
</style>
<!--******************************************-->
{"id":1191,"date":"2021-01-28T10:38:31","date_gmt":"2021-01-28T10:38:31","guid":{"rendered":"https:\/\/swiss-academy.org\/home\/"},"modified":"2024-07-04T11:11:52","modified_gmt":"2024-07-04T11:11:52","slug":"home","status":"publish","type":"page","link":"https:\/\/swiss-academy.org\/ar\/","title":{"rendered":"\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_section el_class=&#8221;about-layout1&#8243; css=&#8221;.vc_custom_1669800736776{padding-right: 20px !important;padding-left: 20px !important;}&#8221;][vc_row equal_height=&#8221;yes&#8221; content_placement=&#8221;middle&#8221;][vc_column width=&#8221;1\/2&#8243; el_class=&#8221;heading-layout2 colm-1&#8243;][vc_column_text]<\/p>\n<h2 class=\"heading__subtitle\">\u0633\u0627\u062a\u064a\u0647<\/h2>\n<h3 class=\"heading__title mb-30\">\u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0644\u0633\u0648\u064a\u0633\u0631\u064a\u0629 \u0644\u0644\u062a\u062f\u0631\u064a\u0628 \u0648\u0627\u0644\u062a\u0637\u0648\u064a\u0631<\/h3>\n<p>\u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0644\u0633\u0648\u064a\u0633\u0631\u064a\u0629 \u0644\u0644\u062a\u062f\u0631\u064a\u0628 \u0648\u0627\u0644\u062a\u0637\u0648\u064a\u0631 (\u064a\u0634\u0627\u0631 \u0625\u0644\u064a\u0647\u0627 \u0641\u064a\u0645\u0627 \u064a\u0644\u064a \u0628\u0627\u0633\u0645 \u0633\u0627\u062a\u064a\u0647 ) \u0647\u064a \u0645\u0624\u0633\u0633\u0629 \u0645\u0642\u0631\u0647\u0627 \u062c\u0646\u064a\u0641\u060c \u0648\u064a\u0646\u0638\u0645\u0647\u0627 \u0627\u0644\u0642\u0627\u0646\u0648\u0646 \u0627\u0644\u0645\u062f\u0646\u064a \u0627\u0644\u0633\u0648\u064a\u0633\u0631\u064a \u0644\u0644\u0645\u0624\u0633\u0633\u0627\u062a. \u0633\u0627\u062a\u064a\u0647 \u0647\u064a \u0639\u0628\u0627\u0631\u0629 \u0639\u0646 \u0645\u0646\u0635\u0629 \u062f\u0648\u0644\u064a\u0629\u060c \u062a\u0648\u0641\u0631 \u062a\u062f\u0631\u064a\u0628\u064b\u0627 \u0627\u0641\u062a\u0631\u0627\u0636\u064a\u064b\u0627 \u0648\u062a\u0639\u0644\u064a\u0645\u064a\u064b\u0627 \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u064b\u0627 \u0623\u0648 \u0648\u062c\u0647\u0627\u064b \u0644\u0648\u062c\u0647 \u064a\u0645\u0643\u0646 \u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u064a\u0647 \u0645\u0646 \u0623\u064a \u0645\u0643\u0627\u0646 \u0648\u0628\u0633\u0631\u0639\u0629 \u0648\u0639\u0646\u062f \u0627\u0644\u0637\u0644\u0628 \u0645\u0646 \u062e\u0644\u0627\u0644 \u062a\u0642\u062f\u064a\u0645 \u062f\u0648\u0631\u0627\u062a \u062a\u062d\u0633\u064a\u0646 \u0645\u0647\u0627\u0631\u0627\u062a \u0645\u0647\u0646\u064a\u0629 \u0648\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u062a\u063a\u0637\u064a \u0645\u062c\u0645\u0648\u0639\u0629 \u0645\u062a\u0646\u0648\u0639\u0629 \u0645\u0646 \u0627\u0644\u0645\u0648\u0636\u0648\u0639\u0627\u062a \u0648\u0627\u0644\u062a\u062e\u0635\u0635\u0627\u062a.<\/p>\n<p>\u062a\u0644\u0628\u064a \u0633\u0627\u062a\u064a\u0647 \u0627\u062d\u062a\u064a\u0627\u062c\u0627\u062a \u0627\u0644\u0637\u0644\u0627\u0628\u060c \u0627\u0644\u0645\u0647\u0646\u064a\u064a\u0646\u060c \u0627\u0644\u0645\u062f\u064a\u0631\u064a\u0646 \u0627\u0644\u062a\u0646\u0641\u064a\u0630\u064a\u064a\u0646 \u0623\u0648 \u0623\u064a \u0634\u062e\u0635 \u064a\u062e\u062a\u0627\u0631 \u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0645\u0639\u0631\u0641\u0629 \u0627\u0644\u0646\u0638\u0631\u064a\u0629 \u0648\u0627\u0644\u0639\u0645\u0644\u064a\u0629 \u0641\u064a \u0623\u064a \u0645\u062c\u0627\u0644 \u0645\u0639\u064a\u0646 \u0645\u0646 \u062e\u0644\u0627\u0644 \u062a\u0642\u062f\u064a\u0645 \u062f\u0648\u0631\u0627\u062a \u062a\u062f\u0631\u064a\u0628\u064a\u0629 \u0648\u0646\u062f\u0648\u0627\u062a \u0648\u0648\u0631\u0634 \u0639\u0645\u0644 \u0645\u062a\u062e\u0635\u0635\u0629 \u0648\u062c\u0647\u0627\u064b \u0644\u0648\u062c\u0647 \u0623\u0648 \u0627\u0641\u062a\u0631\u0627\u0636\u064a\u064b\u0627.[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/2&#8243; el_class=&#8221;colm-2&#8243;][vc_single_image image=&#8221;79&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; el_class=&#8221;img-fluid&#8221;][\/vc_column][\/vc_row][\/vc_section][vc_section full_width=&#8221;stretch_row_content&#8221; parallax=&#8221;content-moving&#8221; el_class=&#8221;services-layout2 services-carousel bg-gray&#8221; css=&#8221;.vc_custom_1670435302277{padding-top: 80px !important;padding-bottom: 80px !important;}&#8221;][vc_row][vc_column width=&#8221;2\/3&#8243; css=&#8221;.vc_custom_1669804670669{margin-bottom: 0px !important;padding-bottom: 0px !important;}&#8221; el_class=&#8221;colmm1&#8243;][vc_column_text][\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/3&#8243; el_class=&#8221;colmm2&#8243;][vc_column_text]<div class=\"service-item service-item-custom bg-overlay bg-overlay-primary\">\r\n    <div class=\"bg-img\"> <img decoding=\"async\" src=\"https:\/\/swiss-academy.org\/wp-content\/uploads\/2021\/02\/6-1024x640.jpg\" alt=\"background\"> <\/div>\r\n    <div>\r\n    <h4 class=\"service-item__title\">\u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0644\u0633\u0648\u064a\u0633\u0631\u064a\u0629 \u0644\u0644\u062a\u062f\u0631\u064a\u0628 \u0648\u0627\u0644\u062a\u0637\u0648\u064a\u0631 (\u0633\u0627\u062a\u064a\u0647)<\/h4>\r\n    <p class=\"service-item__desc\">\u062a\u0639\u062f \u0639\u0645\u0644\u064a\u0629 \u0646\u0642\u0644 \u0627\u0644\u062a\u0639\u0644\u0645 \u0648\u062a\u0645\u0631\u064a\u0631 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0639\u0645\u0644\u064a\u0629 \u0635\u0639\u0628\u0629 \u062d\u064a\u062b \u064a\u062e\u062a\u0644\u0641 \u0645\u0633\u062a\u0648\u0649 \u0627\u0644\u0625\u062f\u0631\u0627\u0643 \u0648\u062a\u0637\u0628\u064a\u0642 \u0627\u0644\u0645\u0639\u0631\u0641\u0629 \u0639\u0646 \u0628\u0639\u0636\u0647\u0645\u0627 \u0627\u0644\u0628\u0639\u0636\u060c \u0645\u0645\u0627 \u064a\u062c\u0639\u0644 \u0645\u0646 \u0627\u0644\u0635\u0639\u0628 \u0627\u0644\u062a\u0646\u0628\u0624 \u0628\u0645\u062f\u0649 \u0627\u0633\u062a\u062c\u0627\u0628\u0629 \u0643\u0644 \u0645\u0633\u062a\u0642\u0628\u0644 \u0644\u0644\u062f\u0648\u0631\u0629 \u0627\u0644\u062a\u062f\u0631\u064a\u0628\u064a\u0629 \u0639\u0646 \u0627\u0644\u0623\u062e\u0631.<\/p>\r\n    <\/div>\r\n    <a href=\"https:\/\/swiss-academy.org\/courses-programmes\/\" class=\"btn btn__white btn__bordered btn__icon btn__xl\"> <span>\u0627\u0628\u062d\u062b \u0639\u0646 \u0627\u0644\u062a\u062f\u0631\u064a\u0628 \u0627\u0644\u062e\u0627\u0635 \u0628\u0643<\/span> <i class=\"icon-arrow-right\"><\/i> <\/a> \r\n  <\/div>[\/vc_column_text][\/vc_column][\/vc_row][\/vc_section][vc_row css=&#8221;.vc_custom_1669799696380{padding-top: 50px !important;padding-bottom: 50px !important;}&#8221;][vc_column][vc_column_text]<\/p>\n<div class=\"container\">\n<div class=\"vc_row wpb_row vc_row-fluid\">\n<div class=\"wpb_column vc_column_container vc_col-sm-12\">\n<div class=\"vc_column-inner vc_custom_1619087901138\">\n<div class=\"wpb_wrapper\">\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<h2 style=\"text-align: center;\">\u0625\u0630\u0627 \u0643\u0646\u062a \u0645\u0647\u062a\u0645\u064b\u0627 \u0628\u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0641\u0631\u064a\u0642 \u0627\u0644\u0645\u0639\u0644\u0645\u064a\u0646 \u0648\u0627\u0644\u0645\u062f\u0631\u0628\u064a\u0646 \u0644\u062f\u064a\u0646\u0627 \u0641\u064a \u0633\u0627\u062a\u064a\u0647<\/h2>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p>[\/vc_column_text][vc_btn title=&#8221;\u0633\u062c\u0644 \u0647\u0646\u0627&#8221; color=&#8221;danger&#8221; align=&#8221;center&#8221; link=&#8221;url:https%3A%2F%2Fswiss-academy.org%2Fregister|title:%D8%AA%D8%B3%D8%AC%D9%8A%D9%84&#8243;][\/vc_column][\/vc_row][vc_section disable_element=&#8221;yes&#8221; el_class=&#8221;about-layout1&#8243; css=&#8221;.vc_custom_1670417368287{padding-right: 20px !important;padding-left: 20px !important;}&#8221;][vc_row equal_height=&#8221;yes&#8221; content_placement=&#8221;middle&#8221;][vc_column width=&#8221;1\/2&#8243; el_class=&#8221;heading-layout2 colm-1&#8243;][vc_column_text]<\/p>\n<h2 class=\"heading__subtitle\">(\u0633\u0627\u062a\u064a\u0647)<\/h2>\n<h3 class=\"heading__title mb-30\">\u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0644\u0633\u0648\u064a\u0633\u0631\u064a\u0629 \u0644\u0644\u062a\u062f\u0631\u064a\u0628 \u0648\u0627\u0644\u062a\u0637\u0648\u064a\u0631<\/h3>\n<p class=\"heading__desc mb-25\">\u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0644\u0633\u0648\u064a\u0633\u0631\u064a\u0629 \u0644\u0644\u062a\u062f\u0631\u064a\u0628 \u0648\u0627\u0644\u062a\u0637\u0648\u064a\u0631 (\u064a\u0634\u0627\u0631 \u0625\u0644\u064a\u0647\u0627 \u0641\u064a\u0645\u0627 \u064a\u0644\u064a \u0628\u0627\u0633\u0645 \u0633\u0627\u062a\u064a\u0647 ) \u0647\u064a \u0645\u0624\u0633\u0633\u0629 \u0645\u0642\u0631\u0647\u0627 \u062c\u0646\u064a\u0641\u060c \u0648\u064a\u0646\u0638\u0645\u0647\u0627 \u0627\u0644\u0642\u0627\u0646\u0648\u0646 \u0627\u0644\u0645\u062f\u0646\u064a \u0627\u0644\u0633\u0648\u064a\u0633\u0631\u064a \u0644\u0644\u0645\u0624\u0633\u0633\u0627\u062a. \u0633\u0627\u062a\u064a\u0647 \u0647\u064a \u0639\u0628\u0627\u0631\u0629 \u0639\u0646 \u0645\u0646\u0635\u0629 \u062f\u0648\u0644\u064a\u0629 \u060c \u062a\u0648\u0641\u0631 \u062a\u062f\u0631\u064a\u0628\u064b\u0627 \u0627\u0641\u062a\u0631\u0627\u0636\u064a\u064b\u0627 \u0648\u062a\u0639\u0644\u064a\u0645\u064a\u064b\u0627 \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u064b\u0627 \u0623\u0648 \u0648\u062c\u0647\u0627\u064b \u0644\u0648\u062c\u0647 \u064a\u0645\u0643\u0646 \u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u064a\u0647 \u0645\u0646 \u0623\u064a \u0645\u0643\u0627\u0646 \u0648\u0628\u0633\u0631\u0639\u0629 \u0648\u0639\u0646\u062f \u0627\u0644\u0637\u0644\u0628 \u0645\u0646 \u062e\u0644\u0627\u0644 \u062a\u0642\u062f\u064a\u0645 \u062f\u0648\u0631\u0627\u062a \u062a\u062d\u0633\u064a\u0646 \u0645\u0647\u0627\u0631\u0627\u062a \u0645\u0647\u0646\u064a\u0629 \u0648\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u062a\u063a\u0637\u064a \u0645\u062c\u0645\u0648\u0639\u0629 \u0645\u062a\u0646\u0648\u0639\u0629 \u0645\u0646 \u0627\u0644\u0645\u0648\u0636\u0648\u0639\u0627\u062a \u0648\u0627\u0644\u062a\u062e\u0635\u0635\u0627\u062a.<\/p>\n<p>\u062a\u0644\u0628\u064a \u0633\u0627\u062a\u064a\u0647 \u0627\u062d\u062a\u064a\u0627\u062c\u0627\u062a \u0627\u0644\u0637\u0644\u0627\u0628 , \u0627\u0644\u0645\u0647\u0646\u064a\u064a\u0646 ,\u0627\u0644\u0645\u062f\u064a\u0631\u064a\u0646 \u0627\u0644\u062a\u0646\u0641\u064a\u0630\u064a\u064a\u0646 \u0623\u0648 \u0623\u064a \u0634\u062e\u0635 \u064a\u062e\u062a\u0627\u0631 \u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0645\u0639\u0631\u0641\u0629 \u0627\u0644\u0646\u0638\u0631\u064a\u0629 \u0648\u0627\u0644\u0639\u0645\u0644\u064a\u0629 \u0641\u064a \u0623\u064a \u0645\u062c\u0627\u0644 \u0645\u0639\u064a\u0646 \u0645\u0646 \u062e\u0644\u0627\u0644 \u062a\u0642\u062f\u064a\u0645 \u062f\u0648\u0631\u0627\u062a \u062a\u062f\u0631\u064a\u0628\u064a\u0629 \u0648\u0646\u062f\u0648\u0627\u062a \u0648\u0648\u0631\u0634 \u0639\u0645\u0644 \u0645\u062a\u062e\u0635\u0635\u0629 \u0648\u062c\u0647\u0627\u064b \u0644\u0648\u062c\u0647 \u0623\u0648 \u0627\u0641\u062a\u0631\u0627\u0636\u064a\u0627\u064b.[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/2&#8243; el_class=&#8221;colm-2&#8243;][vc_single_image image=&#8221;79&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; el_class=&#8221;img-fluid&#8221;][\/vc_column][\/vc_row][\/vc_section][vc_section full_width=&#8221;stretch_row_content&#8221; parallax=&#8221;content-moving&#8221; disable_element=&#8221;yes&#8221; el_class=&#8221;services-layout2 services-carousel bg-gray&#8221; css=&#8221;.vc_custom_1670417414772{padding-top: 80px !important;padding-bottom: 80px !important;}&#8221;][vc_row el_class=&#8221;colmm2&#8243;][vc_column width=&#8221;2\/3&#8243; css=&#8221;.vc_custom_1669804752390{margin-bottom: 0px !important;padding-bottom: 0px !important;}&#8221; el_class=&#8221;colmm1&#8243;][vc_column_text][\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/3&#8243;][vc_column_text]<div class=\"service-item service-item-custom bg-overlay bg-overlay-primary\">\r\n    <div class=\"bg-img\"> <img decoding=\"async\" src=\"https:\/\/swiss-academy.org\/wp-content\/uploads\/2021\/02\/6-1024x640.jpg\" alt=\"background\"> <\/div>\r\n    <div>\r\n    <h4 class=\"service-item__title\">\u0625\u0633\u062a\u0631\u0627\u062a\u064a\u062c\u064a\u0629 \u0633\u0627\u062a\u064a\u0647 \u0644\u0644\u062a\u0639\u0644\u064a\u0645 \u0648\u0627\u0644\u062a\u062f\u0631\u064a\u0628\u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0644\u0633\u0648\u064a\u0633\u0631\u064a\u0629 \u0644\u0644\u062a\u062f\u0631\u064a\u0628 \u0648\u0627\u0644\u062a\u0637\u0648\u064a\u0631 (\u064a\u0634\u0627\u0631 \u0625\u0644\u064a\u0647\u0627 \u0641\u064a\u0645\u0627 \u064a\u0644\u064a \u0628\u0627\u0633\u0645 \u0633\u0627\u062a\u064a\u0647 ) \u0647\u064a \u0645\u0624\u0633\u0633\u0629 \u0645\u0642\u0631\u0647\u0627 \u062c\u0646\u064a\u0641\u060c \u0648\u064a\u0646\u0638\u0645\u0647\u0627 \u0627\u0644\u0642\u0627\u0646\u0648\u0646 \u0627\u0644\u0645\u062f\u0646\u064a \u0627\u0644\u0633\u0648\u064a\u0633\u0631\u064a \u0644\u0644\u0645\u0624\u0633\u0633\u0627\u062a.<\/h4>\r\n    <p class=\"service-item__desc\">\u062a\u0639\u062f \u0639\u0645\u0644\u064a\u0629 \u0646\u0642\u0644 \u0627\u0644\u062a\u0639\u0644\u0645 \u0648 \u062a\u0645\u0631\u064a\u0631 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0639\u0645\u0644\u064a\u0629 \u0635\u0639\u0628\u0629 \u062d\u064a\u062b \u064a\u062e\u062a\u0644\u0641 \u0645\u0633\u062a\u0648\u0649 \u0627\u0644\u0625\u062f\u0631\u0627\u0643 \u0648\u062a\u0637\u0628\u064a\u0642 \u0627\u0644\u0645\u0639\u0631\u0641\u0629 \u0639\u0646 \u0628\u0639\u0636\u0647\u0645\u0627 \u0627\u0644\u0628\u0639\u0636 \u060c \u0645\u0645\u0627 \u064a\u062c\u0639\u0644 \u0645\u0646 \u0627\u0644\u0635\u0639\u0628 \u0627\u0644\u062a\u0646\u0628\u0624 \u0628\u0645\u062f\u0649 \u0627\u0633\u062a\u062c\u0627\u0628\u0629 \u0643\u0644 \u0645\u0633\u062a\u0642\u0628\u0644 \u0644\u0644\u062f\u0648\u0631\u0629 \u0627\u0644\u062a\u062f\u0631\u064a\u0628\u064a\u0629 \u0639\u0646 \u0627\u0644\u0623\u062e\u0631.<\/p>\r\n    <\/div>\r\n    <a href=\"http:\/\/localhost\/swiss\/training\/\" class=\"btn btn__white btn__bordered btn__icon btn__xl\"> <span>\u0627\u0628\u062d\u062b \u0639\u0646 \u0627\u0644\u062a\u062f\u0631\u064a\u0628 \u0627\u0644\u062e\u0627\u0635 \u0628\u0643<\/span> <i class=\"icon-arrow-right\"><\/i> <\/a> \r\n  <\/div>[\/vc_column_text][\/vc_column][\/vc_row][\/vc_section][vc_row disable_element=&#8221;yes&#8221; css=&#8221;.vc_custom_1670417382268{padding-top: 50px !important;padding-bottom: 50px !important;}&#8221;][vc_column][vc_column_text]<\/p>\n<div class=\"container\">\n<div class=\"vc_row wpb_row vc_row-fluid\">\n<div class=\"wpb_column vc_column_container vc_col-sm-12\">\n<div class=\"vc_column-inner vc_custom_1619087901138\">\n<div class=\"wpb_wrapper\">\n<div class=\"wpb_text_column wpb_content_element \">\n<div class=\"wpb_wrapper\">\n<h2 style=\"text-align: center;\">\u0625\u0630\u0627 \u0643\u0646\u062a \u0645\u0647\u062a\u0645\u064b\u0627 \u0628\u0627\u0644\u0627\u0646\u0636\u0645\u0627\u0645 \u0625\u0644\u0649 \u0641\u0631\u064a\u0642 \u0627\u0644\u0645\u0639\u0644\u0645\u064a\u0646 \u0648\u0627\u0644\u0645\u062f\u0631\u0628\u064a\u0646 \u0644\u062f\u064a\u0646\u0627 \u0641\u064a \u0633\u0627\u062a\u064a\u0647<\/h2>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<p>[\/vc_column_text][vc_btn title=&#8221;\u0633\u062c\u0644 \u0647\u0646\u0627&#8221; color=&#8221;danger&#8221; align=&#8221;center&#8221; link=&#8221;url:https%3A%2F%2Fswiss-academy.org%2Fsate-education-training-strategy%2Fregistration|title:%D8%AA%D8%B3%D8%AC%D9%8A%D9%84|&#8221;][\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_section el_class=&#8221;about-layout1&#8243; css=&#8221;.vc_custom_1669800736776{padding-right: 20px !important;padding-left: 20px !important;}&#8221;][vc_row equal_height=&#8221;yes&#8221; content_placement=&#8221;middle&#8221;][vc_column width=&#8221;1\/2&#8243; el_class=&#8221;heading-layout2 colm-1&#8243;][vc_column_text] \u0633\u0627\u062a\u064a\u0647 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0644\u0633\u0648\u064a\u0633\u0631\u064a\u0629 \u0644\u0644\u062a\u062f\u0631\u064a\u0628 \u0648\u0627\u0644\u062a\u0637\u0648\u064a\u0631 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0644\u0633\u0648\u064a\u0633\u0631\u064a\u0629 \u0644\u0644\u062a\u062f\u0631\u064a\u0628 \u0648\u0627\u0644\u062a\u0637\u0648\u064a\u0631 (\u064a\u0634\u0627\u0631 \u0625\u0644\u064a\u0647\u0627 \u0641\u064a\u0645\u0627 \u064a\u0644\u064a \u0628\u0627\u0633\u0645 \u0633\u0627\u062a\u064a\u0647 ) \u0647\u064a \u0645\u0624\u0633\u0633\u0629 \u0645\u0642\u0631\u0647\u0627 \u062c\u0646\u064a\u0641\u060c \u0648\u064a\u0646\u0638\u0645\u0647\u0627 \u0627\u0644\u0642\u0627\u0646\u0648\u0646 \u0627\u0644\u0645\u062f\u0646\u064a \u0627\u0644\u0633\u0648\u064a\u0633\u0631\u064a \u0644\u0644\u0645\u0624\u0633\u0633\u0627\u062a. \u0633\u0627\u062a\u064a\u0647 \u0647\u064a \u0639\u0628\u0627\u0631\u0629 \u0639\u0646 \u0645\u0646\u0635\u0629 \u062f\u0648\u0644\u064a\u0629\u060c \u062a\u0648\u0641\u0631 \u062a\u062f\u0631\u064a\u0628\u064b\u0627 \u0627\u0641\u062a\u0631\u0627\u0636\u064a\u064b\u0627 \u0648\u062a\u0639\u0644\u064a\u0645\u064a\u064b\u0627 \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u064b\u0627 \u0623\u0648 \u0648\u062c\u0647\u0627\u064b \u0644\u0648\u062c\u0647 \u064a\u0645\u0643\u0646 \u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u064a\u0647 \u0645\u0646 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":115,"comment_status":"closed","ping_status":"closed","template":"index.php","meta":{"footnotes":""},"class_list":["post-1191","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629 - SWISS Academy for Training and Evolution<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/swiss-academy.org\/ar\/\" \/>\n<meta property=\"og:locale\" content=\"ar_AR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629 - SWISS Academy for Training and Evolution\" \/>\n<meta property=\"og:description\" content=\"[vc_section el_class=&#8221;about-layout1&#8243; css=&#8221;.vc_custom_1669800736776{padding-right: 20px !important;padding-left: 20px !important;}&#8221;][vc_row equal_height=&#8221;yes&#8221; content_placement=&#8221;middle&#8221;][vc_column width=&#8221;1\/2&#8243; el_class=&#8221;heading-layout2 colm-1&#8243;][vc_column_text] \u0633\u0627\u062a\u064a\u0647 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0644\u0633\u0648\u064a\u0633\u0631\u064a\u0629 \u0644\u0644\u062a\u062f\u0631\u064a\u0628 \u0648\u0627\u0644\u062a\u0637\u0648\u064a\u0631 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0644\u0633\u0648\u064a\u0633\u0631\u064a\u0629 \u0644\u0644\u062a\u062f\u0631\u064a\u0628 \u0648\u0627\u0644\u062a\u0637\u0648\u064a\u0631 (\u064a\u0634\u0627\u0631 \u0625\u0644\u064a\u0647\u0627 \u0641\u064a\u0645\u0627 \u064a\u0644\u064a \u0628\u0627\u0633\u0645 \u0633\u0627\u062a\u064a\u0647 ) \u0647\u064a \u0645\u0624\u0633\u0633\u0629 \u0645\u0642\u0631\u0647\u0627 \u062c\u0646\u064a\u0641\u060c \u0648\u064a\u0646\u0638\u0645\u0647\u0627 \u0627\u0644\u0642\u0627\u0646\u0648\u0646 \u0627\u0644\u0645\u062f\u0646\u064a \u0627\u0644\u0633\u0648\u064a\u0633\u0631\u064a \u0644\u0644\u0645\u0624\u0633\u0633\u0627\u062a. \u0633\u0627\u062a\u064a\u0647 \u0647\u064a \u0639\u0628\u0627\u0631\u0629 \u0639\u0646 \u0645\u0646\u0635\u0629 \u062f\u0648\u0644\u064a\u0629\u060c \u062a\u0648\u0641\u0631 \u062a\u062f\u0631\u064a\u0628\u064b\u0627 \u0627\u0641\u062a\u0631\u0627\u0636\u064a\u064b\u0627 \u0648\u062a\u0639\u0644\u064a\u0645\u064a\u064b\u0627 \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u064b\u0627 \u0623\u0648 \u0648\u062c\u0647\u0627\u064b \u0644\u0648\u062c\u0647 \u064a\u0645\u0643\u0646 \u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u064a\u0647 \u0645\u0646 [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/swiss-academy.org\/ar\/\" \/>\n<meta property=\"og:site_name\" content=\"SWISS Academy for Training and Evolution\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/SwissacademySATE\/\" \/>\n<meta property=\"article:modified_time\" content=\"2024-07-04T11:11:52+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u0648\u0642\u062a \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u064f\u0642\u062f\u0651\u0631\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 \u062f\u0642\u0627\u0626\u0642\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/swiss-academy.org\/ar\/\",\"url\":\"https:\/\/swiss-academy.org\/ar\/\",\"name\":\"\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629 - SWISS Academy for Training and Evolution\",\"isPartOf\":{\"@id\":\"https:\/\/swiss-academy.org\/ar\/#website\"},\"datePublished\":\"2021-01-28T10:38:31+00:00\",\"dateModified\":\"2024-07-04T11:11:52+00:00\",\"inLanguage\":\"ar\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/swiss-academy.org\/ar\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/swiss-academy.org\/ar\/#website\",\"url\":\"https:\/\/swiss-academy.org\/ar\/\",\"name\":\"SWISS Academy for Training and Evolution\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/swiss-academy.org\/ar\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/swiss-academy.org\/ar\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ar\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/swiss-academy.org\/ar\/#organization\",\"name\":\"SWISS Academy for Training and Evolution\",\"url\":\"https:\/\/swiss-academy.org\/ar\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ar\",\"@id\":\"https:\/\/swiss-academy.org\/ar\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/swiss-academy.org\/wp-content\/uploads\/2021\/01\/logo-light.png\",\"contentUrl\":\"https:\/\/swiss-academy.org\/wp-content\/uploads\/2021\/01\/logo-light.png\",\"width\":270,\"height\":73,\"caption\":\"SWISS Academy for Training and Evolution\"},\"image\":{\"@id\":\"https:\/\/swiss-academy.org\/ar\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/SwissacademySATE\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629 - SWISS Academy for Training and Evolution","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/swiss-academy.org\/ar\/","og_locale":"ar_AR","og_type":"article","og_title":"\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629 - SWISS Academy for Training and Evolution","og_description":"[vc_section el_class=&#8221;about-layout1&#8243; css=&#8221;.vc_custom_1669800736776{padding-right: 20px !important;padding-left: 20px !important;}&#8221;][vc_row equal_height=&#8221;yes&#8221; content_placement=&#8221;middle&#8221;][vc_column width=&#8221;1\/2&#8243; el_class=&#8221;heading-layout2 colm-1&#8243;][vc_column_text] \u0633\u0627\u062a\u064a\u0647 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0644\u0633\u0648\u064a\u0633\u0631\u064a\u0629 \u0644\u0644\u062a\u062f\u0631\u064a\u0628 \u0648\u0627\u0644\u062a\u0637\u0648\u064a\u0631 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0627\u0644\u0633\u0648\u064a\u0633\u0631\u064a\u0629 \u0644\u0644\u062a\u062f\u0631\u064a\u0628 \u0648\u0627\u0644\u062a\u0637\u0648\u064a\u0631 (\u064a\u0634\u0627\u0631 \u0625\u0644\u064a\u0647\u0627 \u0641\u064a\u0645\u0627 \u064a\u0644\u064a \u0628\u0627\u0633\u0645 \u0633\u0627\u062a\u064a\u0647 ) \u0647\u064a \u0645\u0624\u0633\u0633\u0629 \u0645\u0642\u0631\u0647\u0627 \u062c\u0646\u064a\u0641\u060c \u0648\u064a\u0646\u0638\u0645\u0647\u0627 \u0627\u0644\u0642\u0627\u0646\u0648\u0646 \u0627\u0644\u0645\u062f\u0646\u064a \u0627\u0644\u0633\u0648\u064a\u0633\u0631\u064a \u0644\u0644\u0645\u0624\u0633\u0633\u0627\u062a. \u0633\u0627\u062a\u064a\u0647 \u0647\u064a \u0639\u0628\u0627\u0631\u0629 \u0639\u0646 \u0645\u0646\u0635\u0629 \u062f\u0648\u0644\u064a\u0629\u060c \u062a\u0648\u0641\u0631 \u062a\u062f\u0631\u064a\u0628\u064b\u0627 \u0627\u0641\u062a\u0631\u0627\u0636\u064a\u064b\u0627 \u0648\u062a\u0639\u0644\u064a\u0645\u064a\u064b\u0627 \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u064b\u0627 \u0623\u0648 \u0648\u062c\u0647\u0627\u064b \u0644\u0648\u062c\u0647 \u064a\u0645\u0643\u0646 \u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u064a\u0647 \u0645\u0646 [&hellip;]","og_url":"https:\/\/swiss-academy.org\/ar\/","og_site_name":"SWISS Academy for Training and Evolution","article_publisher":"https:\/\/www.facebook.com\/SwissacademySATE\/","article_modified_time":"2024-07-04T11:11:52+00:00","twitter_card":"summary_large_image","twitter_misc":{"\u0648\u0642\u062a \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u064f\u0642\u062f\u0651\u0631":"3 \u062f\u0642\u0627\u0626\u0642"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/swiss-academy.org\/ar\/","url":"https:\/\/swiss-academy.org\/ar\/","name":"\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629 - SWISS Academy for Training and Evolution","isPartOf":{"@id":"https:\/\/swiss-academy.org\/ar\/#website"},"datePublished":"2021-01-28T10:38:31+00:00","dateModified":"2024-07-04T11:11:52+00:00","inLanguage":"ar","potentialAction":[{"@type":"ReadAction","target":["https:\/\/swiss-academy.org\/ar\/"]}]},{"@type":"WebSite","@id":"https:\/\/swiss-academy.org\/ar\/#website","url":"https:\/\/swiss-academy.org\/ar\/","name":"SWISS Academy for Training and Evolution","description":"","publisher":{"@id":"https:\/\/swiss-academy.org\/ar\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/swiss-academy.org\/ar\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ar"},{"@type":"Organization","@id":"https:\/\/swiss-academy.org\/ar\/#organization","name":"SWISS Academy for Training and Evolution","url":"https:\/\/swiss-academy.org\/ar\/","logo":{"@type":"ImageObject","inLanguage":"ar","@id":"https:\/\/swiss-academy.org\/ar\/#\/schema\/logo\/image\/","url":"https:\/\/swiss-academy.org\/wp-content\/uploads\/2021\/01\/logo-light.png","contentUrl":"https:\/\/swiss-academy.org\/wp-content\/uploads\/2021\/01\/logo-light.png","width":270,"height":73,"caption":"SWISS Academy for Training and Evolution"},"image":{"@id":"https:\/\/swiss-academy.org\/ar\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/SwissacademySATE\/"]}]}},"_links":{"self":[{"href":"https:\/\/swiss-academy.org\/ar\/wp-json\/wp\/v2\/pages\/1191","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/swiss-academy.org\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/swiss-academy.org\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/swiss-academy.org\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/swiss-academy.org\/ar\/wp-json\/wp\/v2\/comments?post=1191"}],"version-history":[{"count":39,"href":"https:\/\/swiss-academy.org\/ar\/wp-json\/wp\/v2\/pages\/1191\/revisions"}],"predecessor-version":[{"id":1775,"href":"https:\/\/swiss-academy.org\/ar\/wp-json\/wp\/v2\/pages\/1191\/revisions\/1775"}],"wp:attachment":[{"href":"https:\/\/swiss-academy.org\/ar\/wp-json\/wp\/v2\/media?parent=1191"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}