@charset "UTF-8";

@font-face {
  font-family: 'Mongolian White';
  src:local('Mongolian White'), url('../fonts/mnglwhiteaat.ttf') format('truetype');
  src:local('Mongolian White'), url('../fonts/mnglwhiteotf.ttf') format('truetype');
}

@font-face {
  font-family: 'Mongolian Writing';
  src:local('Mongolian Writing'), url('../fonts/mnglwritingaat.ttf') forfonts/mat('truetype');
  src:local('Mongolian Writing'), url('../fonts/mnglwritingotf.ttf') format('truetype');
  }

:root {
  --mg-font1: 'Roboto', sans-serif;
  --mg-font2: 'Roboto', sans-serif;
  --mg-font3: 'Roboto Condensed', sans-serif;

  --mg-c1: #0D2E43;
  --mg-c1-hover: #010E17;
  --mg-c1-alt: #355B74;

  --mg-c2: #FFC107;
  --mg-c2-hover: #9E7700;

  --mg-c3: #5C8499;
  --mg-c3-hover: #1F4D66;

  --mg-c4: #C5D1DA;
  --mg-c4-hover: #96AABA;
}
body {
  font-family: var(--mg-font1);
  font-size: 14px;
  color: #333;
  font-weight: 400;
}
a {
  color: var(--mg-c1);
  text-decoration: none;
}
a:hover {
  color: var(--mg-c1-hover);
}
.btn-primary {
  background-color: var(--mg-c1);
  border-color: var(--mg-c1);
}
.btn-primary:hover {
  background-color: var(--mg-c1-hover);
  border-color: var(--mg-c1-hover);
}
.bg-white{
  background-color: white;
}
.bg-white-gray{
  background-color: #f5f5f5;
}

.bg-c1{
  background-color: var(--mg-c1);
}
.bg-c1.tc4{
  background: linear-gradient(180deg, var(--mg-c4) 48px, var(--mg-c1) 48px);
}

.bg-c2{
  background-color: var(--mg-c2);
}

.bg-c3{
  background-color: var(--mg-c3);
}
.bg-c3.bc4{
  background: linear-gradient(180deg, var(--mg-c3) calc(100% - 48px), var(--mg-c4) 48px);
}
.bg-c4{
  background-color: var(--mg-c4);
}
.bg-c4.tc1{
  background: linear-gradient(180deg, var(--mg-c1) 48px, var(--mg-c4) 48px);
}

.bg1-bg3{
  background: linear-gradient(180deg, var(--mg-c1) 50%, var(--mg-c3) 50%);
}

.boxshodow{
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
}

.crop-text-1 {
  -webkit-line-clamp: 1;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.crop-text-2 {
  -webkit-line-clamp: 2;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
/* ------------------------------------ */
.mg_table thead th{
  background-color: var(--mg-c3);
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 16px;
}
.mg_table tbody td{
  padding: 10px 16px;
  background-color: #F9FAFB;
}
.mg_table.table>:not(:first-child) {
  border-top: none;
}
.mg_table tbody td b{
  color: #4B5563;
}
.mg_table tbody .tmore{
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
}
/* ------------------------------------ */
.mtitle{
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: var(--mg-c1);
  padding-left: 22px;
  position: relative;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.mtitle:before{
  position: absolute;
  display: block;
  content: '';
  width: 6px;
  height: 30px;
  background-color: var(--mg-c2);
  top: 0;
  left: 0;
}
.mtitle a.showall{
  font-size: 14px;
  line-height: 30px;
  float: right;
}
.mtitle.white{
  color: #fff;
}
.mtitle.white a.showall{
  color: #fff;
}
/* ------------------------------------ */
.mainlogo img{
  height: 48px;
  width: auto;
  margin-right: 8px;
  float: left;
}
.mainlogo a{
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 19px;
}
.mainlogo span{
  display: block;
  line-height: 1.2em;
}
.mainlogo span.r2{
  font-size: 12px;
}
/* ------------------------------------ */
/* nav#mainmenu {
  min-height: 170px;
  height: auto;
}
nav#mainmenu .wrap-core-nav-list {
  background: var(--mg-c1);
}
nav#mainmenu > .wrap-core-nav-list.bottom > .nav-container {
  padding-left: 0;
  padding-right: 0;
}
nav#mainmenu .nav-header {
  background: transparent;
}
nav#mainmenu .brand {
  display: block;
  position: relative;
  width: 170px;
  padding: 20px 0;
}
nav#mainmenu .brand img {
  width: 100%;
}
nav#mainmenu .menu li a {
  display: block;
  padding: 20px 25px;
  text-decoration: none;
  color: #fff;
  border-left: solid 1px var(--mg-c3);
}
nav#mainmenu .menu li a:hover {
  background-color: var(--mg-c1-hover);
}
nav#mainmenu .menu li:last-child a {
  border-right: solid 1px var(--mg-c3);
}
nav#mainmenu .dropdown-content {
  background-color: var(--mg-c1);
}
nav#mainmenu .menu .dropdown-content li a {
  padding: 10px 30px;
} */
nav#mainmenu {
   z-index: 999999999999; 
}
nav#mainmenu .nav-header{
  background-color: var(--mg-c1);
  color: #fff;
  padding: 8px 0;
}
nav#mainmenu .nav-header .brand{
  vertical-align: baseline;
}
nav#mainmenu .nav-header .brand img{
  height: 40px;
  width: auto;
  float: left;
  margin-right: 13px;
}
nav#mainmenu .nav-header .brand span{
  color: #fff;
  display: block;
  font-weight: 500;
  letter-spacing: -0.011em;
  text-transform: uppercase;
}
nav#mainmenu .nav-header .brand span.line1{
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
}
nav#mainmenu .nav-header .brand span.line2{
  font-size: 12px;
  line-height: 11px;
}
nav#mainmenu .nav-header .inlinesocial li a{
  color: #fff;
  font-size: 20px;
  line-height: 36px;
}
nav#mainmenu .wrap-core-nav-list{
  text-align: center;
}
nav#mainmenu .menu li a {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  padding: 8px;
  text-transform: uppercase;
}
nav#mainmenu .menu li.homebutt a{
  font-size: 1.3em;
}
nav#mainmenu .menu li.dropdown > a{
  padding-right: 30px;
  position: relative;
}
nav#mainmenu .menu li.dropdown > a::after{
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  right: 8px;
  top: 50%;
  transform: translate(0,-50%);
  line-height: 20px;
  text-align: center;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: all .3s ease-in-out;
}
nav#mainmenu .menu li.dropdown.open > a::after{
  transform: translate(0,-50%) rotate(180deg);
}
nav#mainmenu .menu li.searchnav{
  margin-left: 15px;
}
nav#mainmenu .dropdown .dropdown-content {
  border: none;
}
nav#mainmenu .dropdown .dropdown-content > li > a{
  background-color: var(--mg-c1);
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  display: block;
  line-height: 18px;
  border-bottom: solid 1px rgba(255, 255, 255, .1);
  padding: 10px 13px;
  transition: all .3s ease-in-out;
}
nav#mainmenu .dropdown .dropdown-content > li > a:hover{
  background-color: var(--mg-c1-alt);
}
nav#mainmenu .dropdown > .dropdown-content .dropdown > .dropdown-content {
  top: 0;
  right: 100%;
}
nav#mainmenu .menu > li:nth-child(-n+3) .dropdown-content .dropdown > .dropdown-content{
  right: auto;
  left: 100%;
}

nav#mainmenu .dropdown > .dropdown-content .dropdown > .dropdown-content li a{
  border-right: solid 1px rgba(255, 255, 255, .1);
}
.zdtg_home nav#mainmenu .menu > li > a {
  color: #fff;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 1);
}
nav#mainmenu.on-scroll > .wrap-core-nav-list{
  background-color: #fff;
  backdrop-filter: blur(10px);
}
nav#mainmenu.on-scroll > .wrap-core-nav-list .menu > li > a{
  color: var(--mg-c1);
  text-shadow: none;
}
nav#mainmenu.open-responsive .menu > li > a{
  color: #fff;
}
/* style2 */
nav#mainmenu.style2{
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
}
nav#mainmenu.style2 .nav-header{
  background-color: #fff;
  color: var(--mg-c1);
}
nav#mainmenu.style2 .nav-header .brand span.line1,
nav#mainmenu.style2 .nav-header .brand span.line2 {
  color: var(--mg-c1);
}
nav#mainmenu.style2 .nav-header .inlinesocial li a {
  color: var(--mg-c1);
}
nav#mainmenu.style2 .wrap-core-nav-list {
  background-color: var(--mg-c1);
}
nav#mainmenu.style2 .menu li a{
  color: #fff;
}
nav#mainmenu.style2 .core-nav-toggle{
  color: var(--mg-c1);
}
/* ------------------------------------ */
/* .languagesection {} */
.languagesection button {
  font-size: 60%;
  height: 20px;
}
.languagesection button img {
  margin-left: 30px;
  margin-top: -9px;
}
/* .languagesection .dropdown-menu li {} */
.languagesection .dropdown-menu li a {
  text-transform: uppercase;
  font-size: 60%;
  font-weight: 700;
  text-align: right;
}
.languagesection .dropdown-menu li a img {
  margin-left: 10px;
}
/* ------------------------------------ */
.inlinesocial li {
  display: inline-block;
  margin-right: 15px;
}
.inlinesocial li:last-child {
  margin-right: 0px;
}
/* ------------------------------------ */
.lang_social{
  margin: 0;
  list-style: none;
  display: inline-block;
}
.lang_social li{
  display: inline-block;
  font-size: 18px;
  margin-left: 15px;
}
.lang_social li a{
  color: #fff;
}
/* ------------------------------------ */
.ratio-slider {
  --bs-aspect-ratio: 35%;
}
#mainslider .item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#mainslider .slidercontent {
  width: 100%;
  height: auto;
  top: auto;
  left: 0;
  bottom: 0;
  padding: 30px 30px 70px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
#mainslider .owl-nav {
  margin: 0;
}
#mainslider .owl-prev,
#mainslider .owl-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  color: rgba(255, 255, 255, 0.7);
  padding: 0;
  margin: 0;
  font-size: 28px;
}
#mainslider .owl-prev:hover,
#mainslider .owl-next:hover {
  color: rgba(255, 255, 255, 1);
  background: none;
}
#mainslider .owl-prev {
  left: 30px;
}
#mainslider .owl-next {
  right: 30px;
}
#mainslider .owl-dots {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 10px;
}
/* ------------------------------------ */
.search_result .item img{
  width: 220px;
  height: auto;
}
/* ------------------------------------ */
/* .contactus {} */
/* ------------------------------------ */
.edtext img{
  max-width: 100%;
  height: auto;
}
/* ------------------------------------ */
.errors ul li{
  list-style: none;
  color: #AA3939;
  margin-bottom: 8px;
}
/* ------------------------------------ */
#bigloader {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
#bigloader:before {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  content: "\f1ce";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--mg-c1);
  font-size: 44px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin-top: -22px;
  margin-left: -22px;
  -webkit-animation: 1s linear infinite spinner-border;
  animation: 1s linear infinite spinner-border;
}
/* ------------------------------------ */
footer {
  background: var(--mg-c1);
  padding-top: 50px;
}
footer .copyright {
  background: #214566;
  color: #fff;
  padding: 5px 0;
  font-size: 12px;
  line-height: 16px;
  margin-top: 50px;
}
footer .ftitle{
  color: var(--mg-c2);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
footer .listmenu{
  list-style: none;
  padding: 0;
}
footer .listmenu li{
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}
footer .listmenu li a{
  color: #fff;
  transition: all .3s ease-in-out;
}
footer .listmenu li a:hover{
  text-decoration: underline;
}
footer .clist{
  padding: 0;
  list-style: none;
}
footer .clist li{
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 25px;
  position: relative;
  padding-left: 30px;
  text-transform: uppercase;
}
footer .clist li .fa{
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  transform: translate(0%,-50%);
  font-size: 18px;
  line-height: 20px;
}
footer .clist li a{
  color: #fff;
}
/*--------------------- featurebox ---------------------*/
.featurebox {
  width: 100%;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 180px;
  vertical-align: top;
}
.featurebox .icon{
  display: inline-block;
  width: 100px;
  height: 50px;
  padding: 8px 32px;
  background: var(--mg-c1);
  position: relative;
  margin: 25px 0;
}
.featurebox .icon::before {
  border-bottom: 25px solid #bbbcbc;
  border-bottom-color: var(--mg-c1);
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: -25px;
  width: 0;
}
.featurebox .icon::after {
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 25px solid #bbbcbc;
  border-top-color: var(--mg-c1);
  bottom: -25px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}
.featurebox .title{
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 16px;
}
/*--------------------- intro ---------------------*/
body.intro {
  background-color: var(--mg-c4);
}
.intro{
  height: 100vh;
  position: relative;
  width: 100%;
}
.introslider .item{
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.introslider .item .image{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  animation: shrink 10s infinite alternate;
  /* animation: mgslide 10s infinite alternate; */
}
@keyframes mgslide {
  0% {
    /* background-position: 30% 30%; */
    left: -20%;
  }
  100% {
    /* background-position: 70% 70%; */
    left: 0%;
  }
}
@keyframes shrink {
  0% {
    transform: scale(1.0);
  }
  100% {
    transform: scale(1.1);
  }
}
.introslider .item .intro_text{
  position: absolute;
  right: 50px;
  color: #fff;
  text-shadow: 0px 0px 3px #000000;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 100px 200px 30px 50px;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.45) 25%, rgba(0, 0, 0, 0.8) 100%);
  font-size: 18px;
  font-weight: 300;
  font-family: var(--mg-font3);
  letter-spacing: .2px;
}
.introslider .item .intro_text h4 {
  font-size: 28px;
  font-weight: 400;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  text-transform: uppercase;
}
.introslider .item .intro_text h4:before {
  position: absolute;
  display: block;
  content: '';
  width: 50px;
  height: 1px;
  background-color: var(--mg-c2);
  left: 0;
  bottom: 0;
}
.introslider .item .intro_text a{
  color: #fff;
}
.intro .intrologo_but,
.intro .intromenu_but{
  position: absolute;
  z-index: 4;
  top: 50px;
}

.intro .intromenu_but{
  color: #fff;
  font-size: 28px ;
  right: 50px;
  text-shadow: 0px 0px 3px #000000;
}

.intro .intrologo_but{
  left: 50px;
}
.intro .intrologo_but img{
  height: 90px;
  width: auto;
  max-width: 100%;
  text-shadow: 0px 0px 3px #000000;
}
.intro .intrologo_but span  {
  padding: 0px;
  font-family: 'Mongolian Writing';
  font-size : 60px;
  -moz-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  -o-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: tb-lr;
  -webkit-text-orientation: sideways-right;
  text-justify: inter-ideograph;
  text-align:center;
  color: #fff;
  display: block;
  text-shadow: 0px 0px 3px #000000;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 1em;
  line-height: .5em;
}

.intro .intromenu_list{
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
  align-items: center;
}
.intro .intromenu_list li{
  margin-bottom: 15px;
  /* padding-bottom: 15px; */
  /* border-bottom: 1px solid var(--mg-c3); */
}
.intro .intromenu_list li a{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
  transition: all 0.3s ease 0s;
}
.intro .intromenu_list li a:hover{
  padding-right: 5px;
}
.intro .intromenu_list li:last-child{
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.intro .intromenu_list li .fa{
  margin-left: 10px;
}
.intro .intro_lang{
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.intro .intro_lang a{
  display: inline-block;
  margin-right: 10px;
  color: #666;
  font-weight: 700;
  transition: all 0.3s ease 0s;
}
.intro .intro_lang a:last-child{
  margin-right: 0;
}
.intro .intro_lang a img{
  height: 18px;
  width: auto;
  margin-right: 5px;
  opacity: .5;
  transition: all 0.3s ease 0s;
}
.intro .intro_lang a.active,
.intro .intro_lang a:hover{
  color: var(--mg-c1);
}
.intro .intro_lang a.active img,
.intro .intro_lang a:hover img{
  opacity: 1;
}
.in_award_list .item{
  width: 150px;
  text-align: center;
  margin-left: 3em;
  margin-right: 3em;
  position: relative;
}
.in_award_list .item + .item{
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px solid var(--mg-c1);
}
.in_award_list .item .image{
  margin-bottom: 10px;
}
.in_award_list .item h4{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 20px;
  margin: 0;
}
.in_award_list .item h4 span{
  display: block;
  margin-top: 5px;
  font-size: 14px;
  color: var(--mg-c1);
}
.in_award_list .item .descrip{
  position: absolute;
  padding: 20px;
  background: rgba(255, 255, 255, .9);
  color: #000;
  left: calc(100% + 3em);
  top: 50%;
  transform: translate(0,-50%);
  max-width: 400px;
  width: calc( 100vw - 150px - 6em );
  display: none;
  transition: all 0.3s ease 0s;
}
.in_award_list .item::before{
  position: absolute;
  display: none;
  content: '\f101';
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900;
  font-size: 28px;
  left: 100%;
  top: 50%;
  transform: translate(15px,-50%);
  z-index: 99;
  color: #999;
  transition: all 0.3s ease 0s;
}
.in_award_list .item:hover .descrip,
.in_award_list .item:hover:before{
  display: block;
}
/* ----------- */
.offmenu_list {
  margin: 0;
  padding: 0;
}

.offmenu_list li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
}

.offmenu_list li a {
  color: #000;
  font-size: 18px;
  transition: all 0.3s ease 0s;
  font-weight: 300;
  font-family: var(--mg-font3);
}
.offmenu_list li a img{
  height: 25px;
  width: auto;
  margin-right: 15px;
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: all 0.3s ease 0s;
}
.offmenu_list li a:hover {
  color: var(--mg-c1);
}
.offmenu_list li a:hover img {
  -webkit-filter: grayscale(0);
  filter: none;
}

.offmenu_list li a i {
  width: 25px;
}
/*--------------------- intro ---------------------*/
.home_top{
  padding: 150px 0 80px;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../img/top_bg.jpeg');
  margin-top: -50px;
  position: relative;
}
.home_top::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 25%;
  /* height: 517px; */
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(13, 46, 67, 0) 0%, rgba(13, 46, 67, 0.6) 12.3%, #0D2E43 32.28%, #0D2E43 100%);
  z-index: 0;
}
.home_top .container{
  /* z-index: 1; */
  position: relative;
}
.home_top .top_title,
.home_top .top_title_small{
  text-align: center;
  color: #fff;
}
.home_top .top_title{
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  text-transform: uppercase;
  text-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
}
.home_top .top_title_small{
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 160px;
}
.top_item{
  padding: 16px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #FFFFFF;
  backdrop-filter: blur(10px);
  border-radius: 8px;
  margin-bottom: 10px;
  transition: all .3s ease-in-out;
  height: 100%;
  display: flex;
}
.top_item img{
  width: 48px;
  height: auto;
  margin-right: 16px;
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: all .3s ease-in-out;
}
.top_item .tit{
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  transition: all .3s ease-in-out;
}
.top_item:hover{
  background: rgba(255, 255, 255, 1);
}
.top_item:hover .tit{
  color: var(--mg-c1);
}
.top_item:hover img{
  -webkit-filter: grayscale(0);
  filter: none;
}
/*--------------------- stat_item ---------------------*/
.stat_item{
  padding: 8px;
  background: #FFFFFF;
  mix-blend-mode: normal;
  border: 1px solid var(--mg-c3);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(20px);
  border-radius: 4px;
  margin-top: 16px;
}
.stat_item img{
  width: 48px;
  height: auto;
  margin-right: 8px;
}
.stat_item .tit{
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: var(--mg-c1);
}
.stat_item .tit span{
  float: right;
}
.stat_item .tit span small{
  font-weight: 300;
  font-size: 60%;
  float: right;
}
.stat_item .desc{
  font-size: 12px;
  line-height: 14px;
  color: var(--mg-c3);
  opacity: 0.5;
}
.stat_item .desc span{
  float: right;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #28A745;
}
.stat_item .desc span.negative{
  color: #DC3545;
}
/*--------------------- news_item ---------------------*/
.news_item{
  background-color: #fff;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
}
.news_item .image{
  position: relative;
}
.news_item .image img{
  width: 100%;
  height: auto;
}
.news_item .image .date{
  background-color: var(--mg-c1);
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 140%;
  position: absolute;
  padding: 8px;
  top: 10px;
  right: 10px;
}
.news_item .image .date span{
  display: block;
  font-size: 20px;
  font-weight: 700;
}
.news_item .image .tag{
  position: absolute;
  font-size: 12px;
  line-height: 140%;
  color: #FFFFFF;
  background-color: var(--mg-c1);
  padding: 4px 8px;
  border-radius: 4px;
  bottom: 10px;
  left: 10px;
}
.news_item .desc{
  padding: 32px;
  font-size: 14px;
  line-height: 140%;
  color: #4B5563;
}
.news_item .desc .title{
  margin-bottom: 8px;
}
.news_item .desc a{
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 120%;
  color: var(--mg-c1-hover);
}
/*--------------------- home_sameh ---------------------*/
.home_sameh{
  height: 480px;
}
/*--------------------- hr_item ---------------------*/
.hr_item{
  margin-bottom: 16px;
}
.hr_item + .hr_item{
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #E5E7EB;
}
.hr_item .date{
  font-size: 14px;
  line-height: 20px;
  color: #9CA3AF;
  font-weight: 300;
  margin-bottom: 5px;
}
.hr_item .date .fa{
  margin-right: 10px;
}
.hr_item .tit{
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  /* text-transform: uppercase; */
  color: #111827;
  margin-bottom: 5px;
}
.hr_item a{
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--mg-c1-alt);
  transition: all .3s ease-in-out;
}
.hr_item a:hover{
  color: var(--mg-c1);
  padding-left: 5px;
}
/*--------------------- tender_item ---------------------*/
.tender_item{
  margin-bottom: 8px;
}
.tender_item + .tender_item{
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #E5E7EB;
}
.tender_item .date{
  width: 85px;
  text-align: center;
  background-color: var(--mg-c1);
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 32px;
  font-weight: 300;
  margin-right: 15px;
  box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.15);
}
.tender_item .date span{
  display: block;
  background-color: #F3F4F6;
  color: #343A40;
  font-size: 20px;
  line-height: 36px;
  height: 36px;
  font-weight: 500;
}
.tender_item .title{
  font-weight: bold;
  font-size: 14px;
  line-height: 1em;
  /* text-transform: uppercase; */
  color: var(--mg-c1);
  display: block;
  margin-bottom: 10px;
  transition: all .3s ease-in-out;
}
.tender_item .title:hover{
  color: var(--mg-c1-alt);
}
.tender_item .desc{
  font-size: 14px;
  line-height: 1em;
  text-transform: uppercase;
  color: #6B7280;
}
/*--------------------- intro ---------------------*/
.partner_links .item{
  background: #FFFFFF;
  border-radius: 8px;
  padding: 8px;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  min-height: 80px;
  transition: all .3s ease-in-out;
  border: 1px solid transparent;
}
.partner_links .item a{
  color: #525252;
  border: 1px solid transparent;
}
.partner_links .item img{
  width: 80px;
  margin-right: 8px;
}
.partner_links .item:hover{
  border-color: var(--mg-c4-hover);
}
.partner_links .item a:hover{
  color: var(--mg-c1-alt);
}
/* .partner_links .owl-stage-outer{
  padding: 1.5rem !important;
} */

/* #searchmodal{} */
#searchmodal .modal-dialog{
  padding-top: 15%;
}
.modal{
  z-index: 999999990;
}
.modal-backdrop.show{
  opacity: .8;
  z-index: 99999999;
}

#searchmodal .btn-primary{
  background-color: var(--mg-c2);
  border-color: var(--mg-c2);
}
#searchmodal .form-control{
  padding: 0.9rem 0.75rem;
}
#searchmodal .btn {
  padding: 0.375rem 1rem;
}
/*--------------------- sidemenu ---------------------*/
.sidemenu{
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}
.sidemenu li a{
  padding: 8px;
  padding-left: 0px;  
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 18px;
  border-top: 1px dotted #b1aaaa;
  transition: all .3s ease-in-out;
}
.sidemenu li:first-child a{
  border-top: none;
}
.sidemenu li a:hover,
.sidemenu li.active a{
  background-color: var(--mg-c1);
  color: #fff;
  padding-left: 10px;
}
.sidemenu .dropdown-content{
  max-height: 0;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
  list-style: none;
  /* transition: all .3s ease-in-out; */
}
.sidemenu li.dropdown.open > ul{
  max-height: 5000px;
  transition: max-height 0.25s ease-in;
}
/*--------------------- pageheader ---------------------*/
.pageheader{
  position: relative;
  background-image: url(../img/bg_head.jpg);
  background-repeat: no-repeat;
  background-position: 50% 90%;
  background-size: cover;
  padding: 50px 0 50px;
  margin-bottom: 30px;
}
.pageheader:before{
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(13, 46, 67, .50);
}
.pageheader h1{
  position: relative;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  text-transform: uppercase;
  text-shadow: 3px 2px 4px #000000;
  margin: 0;
}
.pageheader.service{
  background-image: url(../img/service_bg.jpg);
  background-position: 50% 63%;
}
.pageheader.feedback{
  background-image: url(../img/feedback_bg.jpg);
  background-position: 50% 60%;
}
/*--------------------- detail ---------------------*/
.detail{
  margin-bottom: 30px;
}
.detail .maintitle{
  font-size: 1.4em;
  color: var(--mg-c1);
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--mg-c1);
}
.detail .mainimage{
  margin-bottom: 30px;
}
.detail .date{
  color:var(--mg-c3);
  margin-bottom: 10px;
}
.detail .shortdesc{
  background-color: #ececec;
  padding: 15px 20px;
  margin-bottom: 30px;
}
.detail .sharer{
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid #ececec;
}
.detail .cats .badge.bg-primary{
  background-color: var(--mg-c2) !important;
  padding: 0.65em 0.85em;  
  font-size: .85em;
  font-weight: 700;  
}
/*--------------------- mgpagination ---------------------*/
.mgpagination{
  text-align: center;
}
.mgpagination .page-link{
  border: none;
  color: var(--mg-c1-alt);
}
.mgpagination .active .page-link{
  background-color: var(--mg-c1);
}
/*--------------------- mainlist ---------------------*/
.mainlist .title{
  font-size: 1.5em;
}
.mainlist .readmore{
  text-transform: uppercase;
}
/*--------------------- socialButton ---------------------*/
.socialButton{
  width: 100%;
  display: block;
  padding: 6px 12px;
  border: 1px solid transparent;
  background-image: none;
  border-radius: 4px;
  cursor: pointer;

  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.socialButton.inlineblock{
  display: inline-block;
  width: auto;
  margin-right: 10px;
}

.socialButton.facebook{
  color: #fff !important;
  background-color: #3b5998;
  border-color: rgba(0,0,0,0.2);
}
.socialButton.facebook:hover{
  color: #fff !important;
  background-color: #2d4373;
  border-color: rgba(0,0,0,0.2);
  text-decoration: none;
}
.socialButton.facebook:before{
  position: absolute;
  display: block;
  width: 32px;
  height: 100%;
  content: '\f39e';
  top: 0;
  left: 0;
  border-right: 1px solid rgba(0,0,0,0.2);
  font-family: "Font Awesome 5 Brands";
  font-size: 16px;
  text-align: center;
  line-height: 33px;
}

.socialButton.instagram{
  color: #fff !important;
  background-color: #e1306c;
  border-color: rgba(0,0,0,0.2);
}
.socialButton.instagram:hover{
  color: #fff !important;
  background-color: #c13584;
  text-decoration: none;
}
.socialButton.instagram:before{
  position: absolute;
  display: block;
  width: 32px;
  height: 100%;
  content: '\f16d';
  top: 0;
  left: 0;
  border-right: 1px solid rgba(0,0,0,0.2);
  font-family: "Font Awesome 5 Brands";
  font-size: 14px;
  text-align: center;
  line-height: 33px;
}
/*********/
.socialButton.twitter{
  color: #fff !important;
  background-color: #55acee;
  border-color: rgba(0,0,0,0.2);
}
.socialButton.twitter:hover{
  color: #fff !important;
  background-color: #2795e9;
  border-color: rgba(0,0,0,0.2);
  text-decoration: none;
}
.socialButton.twitter:before{
  position: absolute;
  display: block;
  width: 32px;
  height: 100%;
  content: '\f099';
  top: 0;
  left: 0;
  border-right: 1px solid rgba(0,0,0,0.2);
  font-family: "Font Awesome 5 Brands";
  font-size: 14px;
  text-align: center;
  line-height: 33px;
}

.socialButton.google{
  color: #fff !important;
  background-color: #de5246;
  border-color: #de5246;
}
.socialButton.google:hover{
  color: #fff !important;
  background-color: #bd463c;
  border-color: #bd463c;
  text-decoration: none;
}
.socialButton.google:before{
  position: absolute;
  display: block;
  width: 32px;
  height: 100%;
  content: '\f1a0';
  top: 0;
  left: 0;
  border-right: 1px solid rgba(0,0,0,0.2);
  font-family: "Font Awesome 5 Brands";
  font-size: 16px;
  text-align: center;
  line-height: 33px;
}
/*--------------------- smain_cat ---------------------*/
.smain_cat{
  list-style: none;
  margin: 0;
  padding: 0;
}
.smain_cat li{
  margin-bottom: 5px;
}
.smain_cat li a{
  display: block;
  width: 100%;
  padding: 5px 10px;
}
.smain_cat li{
  position: relative;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 300;
}
.smain_cat li .fa{
  margin-right: 10px;
  color: var(--mg-c2);
}
.smain_cat li span{
  display: inline-block;
  margin-left: 10px;
  font-size: 10px;
  font-weight: 300;
  background-color: #f9f9f9;
  padding: 1px 6px;
  border: 1px solid var(--mg-c1);
  border-radius: 3px;
}
.smain_cat li a.active{
  background-color: var(--mg-c1);
  color: #fff;
  border-radius: 3px;
}
.smain_cat li a.active span{
  background-color: var(--mg-c1-alt);
  border-color: var(--mg-c1-hover);
}
/*  */
.ssub_cat{
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
.ssub_cat li{
  padding: 8px 0;
  border-bottom: 1px solid #ececec;
}
.ssub_cat li a{
  font-weight: 300;
  text-transform: uppercase;
}
.ssub_cat li a span{
  display: inline-block;
  margin-left: 10px;
  font-size: 10px;
  font-weight: 300;
  background-color: #f9f9f9;
  padding: 1px 6px;
  border: 1px solid var(--mg-c1);
  border-radius: 3px;
}
/*  */
.sback{
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--mg-c1);
}
.sback a.ser_cats_sub{
  font-size: 16px;
  text-transform: uppercase;
}
/*  */
.ser_item{
  margin-bottom: 30px;
  padding: 15px;
  border-radius: 4px;
  /* border: 1px solid #ececec; */
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
}
.ser_item .title{
  margin-bottom: 5px;
  font-size: 16px;
  text-transform: uppercase;
}
.ser_item .descrip{
  margin-bottom: 10px;
  font-weight: 300;
}
.ser_item ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.ser_item ul li{
  display: inline-block;
}
.ser_item ul li a{
  display: inline-block;
}
/*--------------------- resaponsive ---------------------*/
@media (max-width: 1199px) {
  nav#mainmenu .menu li a{
    font-weight: 400;
    font-size: 12px;
    padding: 5px;
  }
  nav#mainmenu .menu li.dropdown > a {
    padding-right: 25px;
    position: relative;
  }
  nav#mainmenu .menu li.dropdown > a::after {
    right: 5px;
  }
}

@media (max-width: 992px) {

  nav#mainmenu .core-nav-toggle{
    color: #fff;
    height: 36px;
    line-height: 36px;
    font-size: 36px;
    float: right;
  }
  .core-nav.open-responsive .wrap-core-nav-list{
    background-color: var(--mg-c1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    height: auto;
    max-height: none;
  }
  nav#mainmenu .dropdown .dropdown-content{
    background-color: transparent;
  }
  /* -------------------------------- */
  .home_top{
    padding: 100px 0 40px;
  }
  .home_top .top_title_small{
    margin-bottom: 50px;    
  }
  .top_item img{
    width: 35px;
  }
  .home_top::before {
    height: 35%;
  }
  /* -------------------------------- */
  /* .stat_item{
    display: flex;
    height: 100%;
    margin-bottom: 30px;
  }
  .stat_item img {
    height: 30px;
    width: auto;
  } */
  /* nav#mainmenu .nav-header {
    min-height: 170px;
  }
  nav#mainmenu .nav-header .brand {
    margin: 0 auto 5px;
    float: none;
    position: relative;
    top: 17px;
    padding: 0;
  }
  nav#mainmenu .nav-header .toggle-bar {
    font-size: 18px;
    position: absolute;
    top: 17px;
    left: 15px;
  }
  nav#mainmenu .menu li a {
    padding: 10px 15px;
    border: 0;
    border-bottom: solid 1px var(--mg-c3);
  }
  nav#mainmenu .menu li:last-child a {
    border: 0;
    border-bottom: none;
  } */
}

@media (max-width: 767px) {
  nav#mainmenu .nav-header .brand span.line1,
  nav#mainmenu .nav-header .brand span.line2{
    display: none;
  }
  nav#mainmenu .languagesection button img{
    margin-left: 20px;
  }
  nav#mainmenu .inlinesocial li{
    margin-right: 10px;
  }
  /* -------------  ------------------- */
  .mtitle{
    font-size: 16px;
    padding-left: 12px;    
  }
  .mtitle a.showall {
    font-size: 12px;
    display: none;
  }
  .mtitle:before {
    width: 3px;
  }
  /* -------------  ------------------- */
  footer .copyright{
    margin-top: 30px;
  }
  /* -------------  ------------------- */
  .home_sameh{
    height: auto;
  }
  /* -------------  ------------------- */
  .home_top{
    padding: 80px 0 30px;    
  }
  .home_top .top_title{
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-bottom: 10px;
  }
  .home_top .top_title_small{
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 30px;
  }
  .top_item {
    padding: 8px;
    text-align: center;
    flex-direction: column;
  }
  .top_item img{
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
  }
  /* -------------------------------- */
  .mainlogo span{
    display: none;
  }
  /* nav#mainmenu .nav-header .toggle-bar {
    left: 15px;
  } */
  .introslider .item .intro_text{
    padding: 100px 20px 30px 20px;
    font-size: 16px;
  }
  .intro .intrologo_but{
    top: 30px;
    left: 30px;
  }
  .intro .intromenu_but{
    top: 30px;
    right: 30px;
  }
  .intro .intrologo_but img{
    height: 70px;
  }
  .intro .intrologo_but span {
    font-size: 30px;
    margin-top: 15px;
  }
  .menu-wrap {
    padding: 3em 2em 3em 1em;
    min-width: 100px;
  }
  .in_award_list .item{
    width: 130px;
    margin-left: 1em;
    margin-right: 1em;
  }
  .in_award_list .item:before{
    transform: translate(5px,-50%);
    font-size: 14px;
  }

  .in_award_list .item .descrip{
    padding: 10px;
    left: calc(100% + 1em);
    width: calc( 100vw - 130px - 2em );
  }
  .offmenu_list li a{
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .top_item{
    flex-direction: column;
  }
  .top_item .tit{
    line-height: 16px;
  }
  .top_item .row{
    width: 100%;
  }
}