/* === Ã†Âzizxan SadÃ„Â±yev
sadiyev.eziz@gmail.com ==== */
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}


body {
    animation: myfadeInAnimation 1.6s;
} 
@keyframe myfadeInAnimation {
    from {
opacity: 0.3;
} 
    to {
opacity: 1;
} 
} 
@-webkit-keyframes myfadeInAnimation {
    from {
opacity: 0.3;
} 
    to {
opacity: 1;
} 
} 

@font-face {
  font-family: "Roboto";
  src: url("../fonts/subset-Roboto-Light.eot");
  src: url("../fonts/subset-Roboto-Light.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/subset-Roboto-Light.woff2") format("woff2"),
    url("../fonts/subset-Roboto-Light.woff") format("woff"),
    url("../fonts/subset-Roboto-Light.ttf") format("truetype"),
    url("../fonts/subset-Roboto-Light.svg#Roboto-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/subset-Roboto-Regular.eot");
  src: url("../fonts/subset-Roboto-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/subset-Roboto-Regular.woff2") format("woff2"),
    url("../fonts/subset-Roboto-Regular.woff") format("woff"),
    url("../fonts/subset-Roboto-Regular.ttf") format("truetype"),
    url("../fonts/subset-Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/subset-Roboto-Bold.eot");
  src: url("../fonts/subset-Roboto-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/subset-Roboto-Bold.woff2") format("woff2"),
    url("../fonts/subset-Roboto-Bold.woff") format("woff"),
    url("../fonts/subset-Roboto-Bold.ttf") format("truetype"),
    url("../fonts/subset-Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/*! Roboto end */

@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/subset-RobotoCondensed-Light.eot");
  src: url("../fonts/subset-RobotoCondensed-Light.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/subset-RobotoCondensed-Light.woff2") format("woff2"),
    url("../fonts/subset-RobotoCondensed-Light.woff") format("woff"),
    url("../fonts/subset-RobotoCondensed-Light.ttf") format("truetype"),
    url("../fonts/subset-RobotoCondensed-Light.svg#RobotoCondensed-Light")
      format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/subset-RobotoCondensed-Regular.eot");
  src: url("../fonts/subset-RobotoCondensed-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/subset-RobotoCondensed-Regular.woff2") format("woff2"),
    url("../fonts/subset-RobotoCondensed-Regular.woff") format("woff"),
    url("../fonts/subset-RobotoCondensed-Regular.ttf") format("truetype"),
    url("../fonts/subset-RobotoCondensed-Regular.svg#RobotoCondensed-Regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/subset-RobotoCondensed-Bold.eot");
  src: url("../fonts/subset-RobotoCondensed-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/subset-RobotoCondensed-Bold.woff2") format("woff2"),
    url("../fonts/subset-RobotoCondensed-Bold.woff") format("woff"),
    url("../fonts/subset-RobotoCondensed-Bold.ttf") format("truetype"),
    url("../fonts/subset-RobotoCondensed-Bold.svg#RobotoCondensed-Bold")
      format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/*! Roboto Condensed end*/
body{
  font-family: "Roboto Condensed";
}
.page::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 880px;
  max-height: 880px;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/network_Bg.png");
}
.page {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  min-width: 310px;
  /* max-width: 1024px; */
  background-color: transparent;
  overflow: hidden;
}
.main_center {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

body.mm_noscroll {
  overflow-y: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.fixed_header {
  position: fixed;
  top: 0px;
  width: 100%;
}
/*! ====  HEADER START  ===== */
header {
  display: block;
  position: relative;
  width: 100%;
  padding: 30px 0 15px 0;
}
.header_top {
  display: block;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: column-reverse;
}
.header_bottom {
  display: block;
  width: 100%;
  z-index: 999;
}
.visible {
  position: fixed;
  top: 0px;
  left: 0;
  padding: 15px;
  background-color: #f5f5f5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  animation: fix 1s ease;
  -webkit-animation: fixdesk 1s ease;
}
.header_bottom.visible {
  background-color: #224285;
}
.header_bottom.visible ul.hdr_menu > li > a {
  color: #fff;
}
.header_bottom.visible ul.hdr_menu ul {
  top: 69px;
}

.header_bottom.visible ul.hdr_menu ul ul{
  top: 0px;
}


.header_bottom.visible nav {
  max-width: 1200px;
  margin: 0 auto;
}
@keyframes fixdesk {
  0% {
    top: -120px;
  }
  100% {
    top: 0px;
  }
}
.logo_sect {
  display: block;
  float: left;
  width: auto;
  max-width: 650px;
}
.logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: auto;
}
.logo_img {
  display: block;
  float: left;
  width: 80px;
  height: 80px;
}
.logo_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.logo_name {
  display: block;
  float: left;
  width: calc(100% - 80px);
  padding: 0 10px 0 15px;
}

.lg_comp {
  display: block;
  width: 100%;
  text-align: left;
  font-family: "Roboto Condensed";
  font-size: 22px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 10px;
}
.lg_inst {
  display: block;
  width: 100%;
  text-align: left;
  font-family: "Roboto Condensed";
  font-size: 26px;
  font-weight: bold;
  color: #000000;
}

/* -------NAV PART  START========= */
a.menuicon {
  display: block;
  float: right;
  width: 30px;
  height: 22px;
  margin: 5px 40px 0px 0px;
  background-image: url("../img/menuicon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 99;
  transition: all 0.7s;
}

nav.mm-spn.mm-spn--light {
  color: #fff;
  background: #1b346a;
}

.mm-spn a {
  background: inherit;
  color: inherit;
  text-decoration: none;
  color: #fff;
  font-family: "Roboto Condensed";
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}

.mm-spn.mm-spn--navbar:after {
  color: #fff;
  font-family: "Roboto Condensed";
  font-weight: bold;
  font-size: 16px;
}
.mm-spn.mm-spn--navbar ul {
  padding: 0px 20px;
  width: 100%;
  height: calc(100% - 165px);
}

.mobile-social {
  display: block;
  position: absolute;
  width: 100%;
  margin: 0px auto;
  bottom: 0;
  left: 0;
  padding: 15px 20px;
  min-height: 25px;
  background-color: #162a55;
  z-index: 999;
}
.mb-row {
  display: block;
  width: 100%;
  min-height: 0px;
  padding: 10px 0;
}

.mb-row .icon_link {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  position: relative !important;
  width: auto !important;
  float: left !important;
  margin: 0px 15px 0px 0px !important;
  padding: 0 0 0 0px !important;
  text-align: left !important;
  font-weight: normal !important;
  color: #fff !important;
  border: none !important;
}
.mb-row .icon_link::after,
.mb-row .icon_link::before {
  border: none !important;
}

.mb-row .social_icons_list li {
  margin: 0 15px 0 0;
}
.mb-row .social_icons_list li:before,
.mb-row .social_icons_list li::after {
  display: none;
}
.mb-row .social_icons_list {
  position: relative !important;
  left: 0;
  top: 0 !important;
  width: auto;
  line-height: auto;
  display: flex;
  align-items: center;
  float: left;
  margin: 0 0 0 0px;
  padding: 0 0px !important;
  list-style: none;
  overflow: hidden;
}

/* .mm-spn ul{
  -webkit-overflow-scrolling:touch;
  position:fixed;
  top:0;
  left:100%;
  bottom:0;
  z-index:2;
  width:130%;
  padding-right:30%;
  line-height:24px;
  line-height:var(--mm-spn-line-height);
  overflow:visible;
  overflow-y:auto;
  background:inherit;} */
.mb-row .social_icons_list:after {
  display: none;
}

/* Menu light end */

nav.nav_desk {
  display: block;
  float: none;
  width: auto;
  padding: 0px 0px;
  margin: 10px auto 0 auto;
  height: auto;
  z-index: 999;
  position: relative;
  /* transition:height 0.5s ease-out; */
  /* height:auto; */
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  -ms-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
ul.hdr_menu {
  display: block;
  float: none;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: max-content;
}

ul.hdr_menu > li {
  display: flex;
  float: left;
  position: relative;
  /* margin: 0px 0px 0px 0px; */
  padding: 10px 0 10px 0;
  list-style: none;
  align-items: center;
  margin: 0 0 0 37px;
  /* border-top: 1px solid transparent; */
}
ul.hdr_menu > li:first-child {
  margin: 0 0 0 0;
}
ul.hdr_menu > li:last-child ul {
  right: 0;
}
ul.hdr_menu > li:last-child ul::before {
  left: 80%;
}

ul.hdr_menu > li > a {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  padding: 3px 0px 3px 0px;
  text-align: center;
  font-family: "Roboto Condensed";
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  word-break: break-word;
  transform: translate3d(0, 0, 0);
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

ul.hdr_menu > li:hover > a {
  color: #2e56ab;
  /* font-weight: bold; */
}
ul.hdr_menu > li.menu_active > a {
  color: #2e56ab;
  font-weight: bold;
}

ul.hdr_menu > li:hover {
  color: #2e56ab;
  /* border-color: #2e56ab; */
}
ul.hdr_menu > li.menu_active {
  color: #2e56ab;
  /* border-color: #737986; */
}

/* Sub menu */

ul.hdr_menu > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

ul.hdr_menu ul::before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 9px;
  top: -9px;
  left: 45%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/dropm_arw.png");
}
ul.hdr_menu ul {
  display: block;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 227px;
  padding: 10px 0;
  border-radius: 10px;
  top: 61px;
  right: calc(50% - 115px);
  list-style: none;
  background-color: #224285ed;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 9999999;
}

ul.hdr_menu ul li:last-child {
  border: none;
}
ul.hdr_menu ul li {
  display: block;
  position: relative;
  float: none;
  padding: 0px 20px;
  list-style: none;
}

ul.hdr_menu ul li a {
  display: block;
  padding: 7px 0px;
  text-align: left;
  font-family: "Roboto Condensed";
  font-weight: normal;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0px;
  color: #f7f7f9;
  text-decoration: none;
  word-break: break-word;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

ul.hdr_menu ul ul {
  top: 0px;
  left: 227px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 9999999;
  border-radius: 0px 10px 10px 0px;
}

ul.hdr_menu ul ul::before {
  display: none;
}

ul.hdr_menu ul li a:hover {
  color: #92b4fd;
}
ul.hdr_menu ul li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.close_menu {
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding: 0 0px;
}

.menu-btn {
  display: none;
  float: right;
  position: relative;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0 10px 0 0px;
}
.menu-icon {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  padding: 0;
  background-color: transparent;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  border: none;
  outline: none;
  cursor: pointer;
}
.mobile_show {
  display: block;
  background-image: url("../img/menu_icon.png");
}

button.mobile-menu-close {
  display: block;
  position: absolute;
  float: right;
  width: 24px !important;
  height: 24px;
  margin: 13px 20px 0px 20px;
  background: url("../img/close_icon.svg") no-repeat center;
  z-index: 99999;
  right: 0;
  outline: none;
  border: none;
}
/* Sub menu */

.header_right {
  display: block;
  width: auto;
  float: right;
  top: 0;
  z-index: 999;

  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.header_right.visible_mob {
  position: fixed;
  top: 0px;
  left: 0;
  animation: fix 1s ease;
  -webkit-animation: fix 1s ease;
  /* transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; */
}

@keyframes fix {
  0% {
    top: -120px;
  }
  100% {
    top: 0px;
  }
}
.hd_row {
  display: flex;
  padding: 7px 0 9px 0;
  justify-content: flex-end;
}
.hd_inline {
  display: inline-block;
  width: auto;
}

.icon_link {
  display: flex;
  align-items: center;
  position: relative;
  float: left;
  margin-left: 32px;
  padding: 0 0 0 0px;
  font-family: "Roboto Condensed";
  text-align: center;
  font-weight: normal;
  font-size: 17px;
  color: #252525;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icon_link:hover {
  /* text-decoration: underline; */
  color: #2e56ab;
}
.icon_link::before {
  content: "";
  display: block;
  position: relative;
  float: left;
  margin-right: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.icon_link.video {
  margin-left: 15px;
}
.icon_link.foto {
  margin-left: 0px;
}

.icon_link.foto::before {
  background-image: url("../img/top_foto.png");
  width: 28px;
  height: 21px;
}

.icon_link.top_sitemap::before {
  background-image: url("../img/sitemap.png");
  width: 28px;
  height: 21px;
}
.icon_link.video::before {
  background-image: url("../img/top_video.png");
  width: 25px;
  height: 20px;
}
.icon_link.mail::before {
  background-image: url("../img/top_mail.png");
  width: 25px;
  height: 18px;
}

.mobile-social .icon_link.foto::before {
  background-image: url("../img/mb_foto.png");
  width: 24px;
  height: 24px;
}
.mobile-social .icon_link.video::before {
  background-image: url("../img/mb_video.png");
  width: 24px;
  height: 24px;
}
.mobile-social .icon_link.mail::before {
  background-image: url("../img/mb_mail.png");
  width: 24px;
  height: 24px;
}

.desk_lang {
  display: block;
  float: left;
  margin-left: 30px;
}
.desk_lang li {
  display: block;
  float: left;
  list-style: none;
  padding: 0 0px 0 8px;
  margin: 0 0px 0 0px;
  /* border-left: 1px solid #80A6C7; */
}
.desk_lang li a {
  display: block;
  font-family: "Roboto Condensed";
  text-align: center;
  font-weight: normal;
  font-size: 17px;
  color: #252525;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.desk_lang li a:hover {
  color: #1b346a;
  text-decoration: underline;
  /* font-weight: bold; */
}
.desk_lang li a.active {
  color: #224285;
  text-decoration: underline;
  font-weight: bold;
}

.mob_lang {
  display: none;
  position: absolute;
  left: 0;
  top: 22px;
  background-color: #1b346a;
  padding: 5px;
  z-index: 99;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.mob_lang li {
  display: block;
  float: none;
  list-style: none;
  padding: 0 0px 3px 0px;
  margin: 0 0px 0 0px;
  /* border-left: 1px solid #80A6C7; */
}
.mob_lang li a {
  display: block;
  font-family: "Roboto Condensed";
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mob_lang li a:hover {
  color: #1b346a;
  text-decoration: underline;
}
.mob_lang li a.active {
  color: #1b346a;
  text-decoration: underline;
}
.lang_shw {
  display: block;
  padding: 2px 5px;
  font-family: "Roboto Condensed";
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #1b346a;
  text-decoration: underline;
}

.mob_lang_sect {
  display: none;
  position: relative;
  width: auto;
  float: left;
}
/* Social icons */

.social_icons_list {
  display: flex;
  align-items: center;
  float: left;
  margin: 0 0 0 0px;
  padding: 0;
  list-style: none;
}
.social_icons_list li {
  display: block;
  float: left;
  list-style: none;
  padding: 0;
  margin: 0 0px 0 10px;
}
.social_icons_list li .social_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  background-size: 100%;
  /* border-bottom: 1px solid transparent; */
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social_icons_list li .social_icon img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.social_icons_list li .social_icon:hover img {
  display: block;
  width: 100%;
  height: 100%;
  transform: translateY(0px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social_icons_list li .social_icon:hover {
  transform: translateY(-3px);
}
.mobile-social .social_icons_list li .social_icon:hover {
  transform: translateY(0px);
}
.social_icons_list li .social_icon:hover img {
  transform: translateY(-3px);
  /* transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1); */
}

/* Social icons */

/* Search part */

.date_search .src_left{margin:0;width: 30%;}
.date_search .src_opn_sect .select_src{max-width: 100%;}
.date_search .src_right{width: 70%;}
.src_full_sect {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.search_btn {
  float: left;
  margin: 0 0 0 30px;
}

.src_link {
  display: flex;
  width: auto;
  align-items: center;
  padding-top: 2px;
}
/* .src_link:hover .src_info{color: #FB8C00;} */
.src_icon {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  background: url("../img/src_icon.png") no-repeat center;
}
.src_info {
  display: block;
  width: auto;
  float: left;
  margin: 0 0 0 8px;
  text-align: left;
  font-family: "Roboto Condensed";
  font-weight: normal;
  font-size: 18px;
  color: #007236;
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
/* .src_link.clicked .src_info{display: none;} */
.src_link.clicked .src_icon {
  background-image: url("../img/close_opn.svg");
}

.src_opn_sect {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 61px 16px;
  background-color: #1b346af0;
  z-index: 9999;
}
.src_left {
  display: block;
  float: left;
  width: 50%;
  padding: 0 10px 0 0;
}
.src_right {
  display: block;
  float: left;
  width: 50%;
}
.src_opn_sect .result_form {
  padding: 0 0 0px 0;
}
.src_opn_sect .rest_row {
  padding: 0 0 0px 0;
}
.src_opn_sect .src_btn {
  float: left;
  width: 50px;
  height: 50px;
  padding: 6px 6px;
  background-size: 23px 23px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/search_opn.svg");
}
.src_opn_sect .src_btn.close {
  background-image: url("../img/close_icon.svg");
  margin: 0 0 0 10px;
}
.src_opn_sect .src_inpt {
  width: calc(100% - 120px);
  padding: 14px 15px 12px 15px;
  margin: 0 10px 0 0;
}

.src_opn_sect .select_src {
  width: 100%;
  max-width: 45%;
  padding: 0 10px 0 0;
}
.src_opn_sect .select_s {
  padding: 15px 28px 15px 15px;
  background-position: calc(100% - 16px) 24px;
}
.src_opn_sect .date_interval_btn {
  display: block;
  /* width: 50px; */
  height: 50px;
  padding: 15px 12px;
  white-space: nowrap;
  /* background-position: center; */
  /* background-repeat: no-repeat; */
  /* background-size: 24px 24px; */
  /* background-image: url("../img/date_icon.png"); */
}
.src_opn_sect .date_src {
  display: none;
  max-width: 55%;
  padding: 0;
}
.src_opn_sect .date_range {
  min-width: 460px;
  /* padding: 15px 0px 5px 0px; */
}
.src_opn_sect .d_range_inpt:first-child {
  margin: 0 5px 0 0;
}
.src_opn_sect .d_range_inpt:last-child {
  margin: 0 0px 0 5px;
}
.src_opn_sect .d_range_inpt {
  width: calc(50% - 5px);
  height: 50px;
  padding: 12px 10px;
}
/* Search part end */

/*! ====  HEADER FINISH  ===== */

/*! ====  FOOTER START  ===== */
footer {
  display: block;
  position: relative;
  width: 100%;
}

.ftr_top {
  display: block;
  width: 100%;
  padding: 60px 0;
  background-color: #1b346a;
}
ul.ftr_menu {
  display: flex;
  width: 100%;
}
ul.ftr_menu > li {
  display: block;
  float: left;
  width: 25%;
  padding: 0px 20px 0px 0;
  /* max-width: 180px; */
  /* margin-right: 35px; */
}
/* ul.ftr_menu > li:last-child {
  margin-right: 0px;
} */

.footer-head {
  display: block;
  width: 100%;
}
ul.ftr_menu li .footer-head a {
  display: block;
  padding-bottom: 6px;
  font-family: "Roboto Condensed";
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin: 0 0 15px 0;
}
ul.ftr_menu li .footer-head a:hover {
  cursor: default;
  text-decoration: none;
}
ul.ftr_dropdown {
  display: block;
  width: 100%;
  margin-top: 12px;
}
ul.ftr_dropdown li {
  padding: 7px 0px 7px 0;
}

ul.ftr_dropdown a {
  text-align: left;
  font-family: "Roboto Condensed";
  font-weight: 300;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: 0px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

ul.ftr_dropdown a:hover {
  /* font-weight: 400; */
  /* color: #fff; */
  color: #91a3c9;
}
.click_hd {
  position: relative;
  padding-left: 25px;
}
.click_hd::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../img/plusw.png");
}
.click_hd.actv::before {
  background-image: url("../img/minus.png");
}

.ftr_bottom {
  display: block;
  width: 100%;
  padding: 35px 0 35px 0;
  background-color: #162a55;
}

div.copyrite {
  display: flex;
  width: 100%;
  padding: 40px 5px 0 5px;
  text-align: center;
  font-family: "Roboto";
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #fff;
  justify-content: center;
  border-top: 1px solid #aeaeae;
}

/* Footer little menu  */
.ftr_little_menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  float: left;
  margin: 0 0px 30px 0px;
  padding: 10px 0;
  list-style: none;
}
.ftr_little_menu li {
  display: block;
  float: left;
  list-style: none;
  padding: 0;
  margin: 0 5px 0 5px;
}

.ftr_little_menu li a {
  text-align: left;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: normal;
  line-height: 19px;
  color: #ffffff;
  padding: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ftr_little_menu li a:hover {
  color: #91a3c9;
}
/* Footer little menu  */

/* Footer Social icons */

.ftr_social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  float: left;
  margin: 0 0px 30px 0px;
  padding: 10px 0;
  list-style: none;
}
.ftr_social li {
  display: block;
  float: left;
  list-style: none;
  padding: 0;
  margin: 0 8px 0 8px;
}
.ftr_social li .social_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border-bottom: 1px solid transparent;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ftr_social li .social_icon img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.ftr_social li .social_icon:hover img {
  display: block;
  width: 100%;
  height: 100%;
  transform: translateY(0px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ftr_social li .social_icon:hover {
  /* border-color: #fff; */
  transform: translateY(-3px);
}
.ftr_social li .social_icon:hover img {
  transform: translateY(-3px);
  /* transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1); */
}

/* Footer Social icons */

/* Footer Contact icons */
.ftr_contact {
  display: block;
  flex-wrap: wrap;
  width: 100%;
  padding: 35px 0;
}
.ftr_address::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  float: left;
  width: 16px;
  height: 22px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/address.png");
}
.ftr_address {
  /* display: flex; */
  /* align-items: flex-start; */
  /* position: relative; */
  /* float: left; */
  /* width: auto; */
  /* width: auto; */
  /* padding: 0 10px 0 30px; */
  /* text-align: left; */
  /* font-family: "Roboto"; */
  /* font-size: 17px; */
  /* font-weight: 300; */
  /* line-height: 1.1; */
  /* color: #fff; */
  /* word-wrap: break-word; */
}
.ftr_address span {
  display: block;
  max-width: calc(100% - 30px);
}

.ftr_cnt {
  /* display: block; */
  /* float: right; */
  /* width: auto; */
  /* max-width: 50%; */
}
.ft_tel::before,
.ft_mail::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  float: left;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.ft_tel::before {
  width: 16px;
  height: 16px;
  background-image: url("../img/ft_tel.png");
}
.ft_mail::before {
  width: 17px;
  height: 13px;
  background-image: url("../img/ft_mail.png");
}
.ft_tel, .ft_mail, .ftr_address {
  display: flex;
  align-items: center;
  position: relative;
  float: left;
  width: auto;
  padding: 0 10px 0 30px;
  margin-left: 85px;
  text-align: left;
  font-family: "Roboto";
  font-size: 17px;
  font-weight: 300;
  line-height: 19px;
  color: #ffffff;
  word-wrap: break-word;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Footer Contact icons */

/* backtotop */
.backtotop.active {
  opacity: 1;
}
.backtotop {
  display: block;
  position: fixed;
  width: 40px;
  height: 40px;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  z-index: 999;
  background-color: #071a44;
  background-size: 24px;
  background-image: url("../img/backtop.png");
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
/* backtotop */
/*! ====  FOOTER FINISH  ===== */

/*! ====  MAIN START  ===== */
main {
  display: block;
  position: relative;
  width: 100%;
}
.section_wrap {
  display: block;
  position: relative;
  width: 100%;
}
.section_manshet {
  display: block;
  position: relative;
  width: 100%;
  background-color: transparent;
}

.left_sect {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  max-width: 930px;
}
.right_sect {
  display: block;
  float: left;
  width: 100%;
  max-width: 250px;
  margin-left: 20px;
}

.top_slider .swiper-pagination {
  display: block;
  top: 25px;
  right: 25px;
  outline: none;
}
.top_slider .swiper-pagination-bullet {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 0;
  background: #f0eff5 !important;
  opacity: 1;
  margin-left: 5px;
}
.top_slider .swiper-pagination-bullet:focus {
  border: 0;
  background: none;
  outline: none;
}
.top_slider .swiper-pagination-bullet-active {
  background-color: #2c52a3 !important;
}

/*? slide in */
.swiper-link {
  display: block;
  width: 100%;
  background-color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.mnsh_img {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.mnsh_img::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  padding-top: 57%;
}
.mnsh_img img,
.mnsh_img video,
.mnsh_img iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.mnsh_over {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: absolute;
  padding: 40px 35px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.mnsh_title_date {
  display: block;
  width: 100%;
  max-width: 500px;
  padding: 35px 25px;
  background-color: rgb(0 0 0 / 60%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mnsh_title {
  display: block;
  width: 100%;
  text-align: left;
  font-family: "Roboto Condensed";
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
  margin-bottom: 15px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.date_category {
  display: block;
  width: 100%;
}
.mnsh_date_catg {
  display: inline-block;
  width: auto;
  text-align: left;
  font-family: "Roboto Condensed";
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}
.top_items .mnsh_title {
  max-height: 38px;
}
.top_items .swiper-link:hover .mnsh_title {
  max-height: 55px;
}
/*? slide in */
.top_items:last-child {
  margin-bottom: 0;
}
.top_items {
  display: block;
  width: 100%;
  max-height: 167px;
  margin-bottom: 14px;
  border-radius: 5px;
  overflow: hidden;
}
/* .swiper-link:hover .mnsh_img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
} */
.top_item_slider {
  display: block;
  width: 100%;
  position: relative;
}

.top_item_slider .mnsh_over {
  padding: 12px 10px;
  background: -moz-linear-gradient(
    bottom,
    #000000 0%,
    rgba(255, 255, 255, 0) 68%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-linear-gradient(
    bottom,
    #000000 0%,
    rgba(255, 255, 255, 0) 68%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to top,
    #000000 0%,
    rgba(255, 255, 255, 0) 68%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=0 );
  background-color: transparent;
}

.top_item_slider .mnsh_title_date {
  max-width: 100%;
  padding: 0;
  background-color: transparent;
}
.top_item_slider .mnsh_title {
  font-size: 15px;
  font-weight: normal;
  line-height: 19px;
  color: #fefefe;
  margin-bottom: 0px;
}
.top_item_slider .mnsh_img::before {
  padding-top: 66.8%;
}

.top_item_slider .swiper-pagination {
  display: block;
  top: 15px;
  right: 15px;
  outline: none;
}
.top_item_slider .swiper-pagination-bullet {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 0;
  background: #f0eff5 !important;
  opacity: 1;
  margin-left: 5px;
}
.top_item_slider .swiper-pagination-bullet:focus {
  border: 0;
  background: none;
  outline: none;
}
.top_item_slider .swiper-pagination-bullet-active {
  background-color: #2c52a3 !important;
}
/* MAnhset section end */

.section_news {
  display: block;
  position: relative;
  width: 100%;
  padding: 65px 0;
  background-color: transparent;
}
.news_wrap {
  display: block;
  margin: 0px -15px;
}
.news_items {
  display: block;
  float: left;
  width: 50%;
  padding: 0 13px 30px 13px;
}
.news_item_link {
  display: block;
  width: 100%;
}

.loading {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ebebeb;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/loading.gif");
  z-index: 1;
}
.news_item_link:hover .news_img img,
.news_item_link:hover .news_img video,
.news_item_link:hover .news_img iframe {
  transform: scale(1.06);
}
.news_item_link:hover .news_img {
  -webkit-box-shadow: 0 0 8px 1px #0000003b;
  box-shadow: 0 0 8px 1px #0000003b;
}

.news_item_link:hover .news_title {
  color: #2e56ab;
  /* text-decoration: underline; */
}
.news_item_link:hover .news_dc {
  color: #2e56ab;
}

.news_img {
  display: block;
  float: left;
  width: 285px;
  max-height: 190px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.news_img::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  padding-top: 66.67%;
}
.news_img img,
.news_img video,
.news_img iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.news_content {
  display: block;
  float: left;
  width: calc(100% - 285px);
  padding: 10px 0 10px 10px;
}
.news_title {
  display: block;
  width: 100%;
  text-align: left;
  font-family: "Roboto Condensed";
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
  color: #252525;
  margin-bottom: 13px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  transition: all 0.3s ease-in-out;
}
.section_news .news_dc {
  display: inline-block;
  width: auto;
  text-align: left;
  font-family: "Roboto Condensed";
  font-size: 16px;
  font-weight: 500;
  color: #7d7d7d;
  transition: all 0.3s ease-in-out;
}
.more_news {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0px 5px 0px;
}
.more_btn:hover {
  background-color: #0e2f74;
}
.more_btn {
  display: inline-flex;
  width: auto;
  padding: 24px 24px;
  text-align: left;
  font-family: "Roboto";
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  background-color: #2e56ab;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

/* company icons */

.section_company {
  display: block;
  position: relative;
  width: 100%;
  padding: 100px 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/companyBg.png");
}

.comp_wrap {
  display: block;
  margin: 0 -12px;
}
.comp_row {
  display: block;
  width: 100%;
}
.compny_items {
  display: block;
  position: relative;
  float: left;
  width: 25%;
  /* max-width: 220px; */
  padding: 0 12px 0 12px;
  margin: 0 0 25px 0;
  background-color: transparent;
}
.compny_items a {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  min-height: 210px;
  padding: 12px 5px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 #81818196;
  box-shadow: 0 0 10px 0 #81818196;
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.compny_items:hover > a {
  transform: translateY(-5px);
}

.compny_items:hover > a {
  background-color: #2e56ab;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.compny_items:hover > a .company_name {
  color: #fff;
}
.comp_div {
  display: block;
  width: 100%;
}
.company_name {
  display: flex;
  width: 100%;
  padding: 5px 25px 10px 25px;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Roboto";
  font-size: 15px;
  font-weight: bold;
  line-height: 19px;
  letter-spacing: 0px;
  color: #252525;
  opacity: 1;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.company_img {
  display: flex;
  width: 100%;
  /* height: 100px; */
  margin: 20px auto;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cp_img {
  display: block;
  width: 95px;
  height: 80px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /* border-radius: 50%; */
  /* background-color: #363636; */
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cp_1 {
  background-image: url("../img/cp_1.png");
}
.compny_items:hover > a .cp_1 {
  background-image: url("../img/cp_1_hov.png");
}

.cp_2 {
  background-image: url("../img/cp_2.png");
}
.compny_items:hover > a .cp_2 {
  background-image: url("../img/cp_2_hov.png");
}

.cp_3 {
  background-image: url("../img/cp_3.png");
}
.compny_items:hover > a .cp_3 {
  background-image: url("../img/cp_3_hov.png");
}

.cp_4 {
  background-image: url("../img/cp_4.png");
}
.compny_items:hover > a .cp_4 {
  background-image: url("../img/cp_4_hov.png");
}

.cp_5 {
  background-image: url("../img/cp_5.png");
}
.compny_items:hover > a .cp_5 {
  background-image: url("../img/cp_5_hov.png");
}

.cp_6 {
  background-image: url("../img/cp_6.png");
}
.compny_items:hover > a .cp_6 {
  background-image: url("../img/cp_6_hov.png");
}

.cp_7 {
  background-image: url("../img/cp_7.png");
}
.compny_items:hover > a .cp_7 {
  background-image: url("../img/cp_7_hov.png");
}

.cp_8 {
  background-image: url("../img/cp_8.png");
}
.compny_items:hover > a .cp_8 {
  background-image: url("../img/cp_8_hov.png");
}

.cp_9 {
  background-image: url("../img/cp_9.png");
}
.compny_items:hover > a .cp_9 {
  background-image: url("../img/cp_9_hov.png");
}

.cp_10 {
  background-image: url("../img/cp_10.png");
}
.compny_items:hover > a .cp_10 {
  background-image: url("../img/cp_10_hov.png");
}

/* company icons */

/* Notification section */
.section_notification {
  display: block;
  position: relative;
  width: 100%;
  padding: 40px 0;
  background-color: #f3f6fb;
}
.notf_left {
  display: block;
  float: left;
  width: 50%;
  padding: 0 25px 0 0;
}
.notf_right {
  display: block;
  float: left;
  width: 50%;
  padding: 15px 0px 0 15px;
}

.notf_item:last-child {
  padding: 0;
}
.notf_item {
  display: block;
  width: 100%;
  padding: 0 0px 10px 0px;
}
.ntf_link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: 115px;
  padding: 20px 20px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.ntf_link::before {
  content: "";
  display: block;
  float: left;
  width: 65px;
  height: 65px;
  background-color: #224285;
  overflow: hidden;
  opacity: 0.2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 27px 23px;
  background-image: url("../img/notf_icon.png");
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.ntf_link:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 7px 1px #0000004d;
  box-shadow: 0 0 7px 1px #0000004d;
}
.ntf_link:hover:before {
  opacity: 1;
}
.ntf_content {
  display: block;
  float: left;
  width: calc(100% - 65px);
  padding: 0px 0px 0px 25px;
  background-color: transparent;
}

.ntf_title {
  width: 100%;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 10px 0px;
  text-align: left;
  font-family: "Roboto Condensed";
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #000;
  opacity: 1;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
}
.ntf_date {
  display: block;
  width: 100%;
  text-align: left;
  font-family: "Roboto Condensed";
  font-size: 16px;
  font-weight: normal;
  /* line-height: 1.3; */
  letter-spacing: 0px;
  color: #7d7d7d;
  word-break: break-word;
}

.popular_video {
  display: block;
  width: 100%;
  position: relative;
}
.pop_link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  position: relative;
  padding: 0 0 0 110px;
}
.pop_link:hover .pop_video_cover img,
.pop_link:hover .pop_video_cover video,
.pop_link:hover .pop_video_cover iframe {
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
}
.pop_title {
  display: block;
  width: auto;
  max-width: 270px;
  max-height: 300px;
  padding: 30px 30px;
  position: absolute;
  /* top: calc(50% - 90px); */
  left: 0;
  background-color: rgba(255, 255, 255, 0.747);
  -webkit-box-shadow: 0 0 7px 1px #00000026;
  box-shadow: 0 0 7px 1px #00000026;
  z-index: 3;
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 25px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0px;
  color: #2e56ab;
  word-break: break-word;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pop_video_cover {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 7px 1px #0000004d;
  box-shadow: 0 0 7px 1px #0000004d;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.pop_video_cover::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0000002b;
}
.vd_icon {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 25px;
  right: 25px;
  z-index: 3;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../img/video_icon.png");
}
.pop_video_cover::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  padding-top: 70%;
}
.pop_video_cover img,
.pop_video_cover video,
.pop_video_cover iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

/* Modal style */
.modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000000a6;
  z-index: 99999;
}
.modal_body {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 20px 16px;
}
.modal_content {
  display: block;
  position: relative;
  width: 100%;
  max-width: 700px;
  height: auto;
  padding: 30px 25px;
  background-color: #f3f7ff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

.close_modal {
  display: block;
  position: absolute;
  width: 27px;
  height: 27px;
  top: -12px;
  right: -12px;
  background-color: #3d4d6e;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../img/close_icon.svg");
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  cursor: pointer;
}

.pop_video_sect {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 7px 1px #0000004d;
  box-shadow: 0 0 7px 1px #0000004d;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.pop_video_sect::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  padding-top: 70%;
}
.pop_video_sect img,
.pop_video_sect video,
.pop_video_sect iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
/* Modal style */
/* Notification section */
/*! ====  MAIN FINISH  ===== */

/* !NEWS_IN PAGE START--- */

.section_static_page .news_in_gallery {margin-top: 20px;}
.section_static_page {
  display: block;
  position: relative;
  width: 100%;
  padding: 0px 0 25px 0;
  background-color: transparent;
}
.section_headers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 0 60px 0;
}
.section_headers::before {
  content: "";
  display: block;
  background-color: #224285;
  width: 100%;
  padding: 0 0 20px 0;
}

.content_title a{
  display: inline-block;
  width: auto;
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 26px;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}
.nw_top_icons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 280px;
  max-width: 1200px;
  padding: 15px 30px 18px 30px;
  margin: -15px 0 0 0;
  background-color: #224285;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.section_static_page .section_body {
  display: block;
  width: 100%;
  padding: 0px 0px;
}

.static_image {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
/* .static_image::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  padding-top: 46.3%;
} */
.static_image img,
.static_image video,
.static_image iframe {
  display: block;
  /* width: auto; */
  width: 75%;
  max-height: 600px;
  max-width: 100%;
  margin: 0px auto 20px auto;
  /* min-height: 100%; */
  /* position: absolute; */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
}

.static_content {
  display: block;
  width: 100%;
  padding: 40px 0;
  text-align: justify;
  font-family: "Roboto";
  font-size: 22px;
  font-weight: normal;
  line-height: 36px;
  color: #000000;
  opacity: 1;
}
.date_bnt {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 20px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../img/date_icon.png");
  color: transparent;
  overflow: hidden;
  cursor: pointer;
}

.eye_nw {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 0 5px 0 45px;
  text-align: left;
  font-family: "Roboto Condensed";
  font-weight: normal;
  font-size: 18px;
  color: #fff;
}
.eye_nw::before {
  content: "";
  display: inline-flex;
  position: absolute;
  left: 0;
  width: 37px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../img/eye.png");
}

.news_in_header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 0 15px 0;
}

.news_in_title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 34px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #252525;
  opacity: 1;
}
.date_category_in {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 15px auto 15px auto;
}

.news_dc {
  text-align: center;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0px;
  color: #1b346a;
  opacity: 1;
}

.static_content {
  display: block;
  width: 100%;
  padding: 0px 0 40px 0;
  text-align: justify;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: normal;
  line-height: 1.8;
  color: #252525;
  opacity: 1;
  overflow: hidden;
}
.shobe_struktur {
  display: block;
  width: 100%;
}
.shobe_struktur  tr:first-child td{padding-right: 20px;word-break: break-word;}
.shobe_struktur * {word-break: break-word;}

.other_news {
  display: block;
  width: 100%;
}
.other_nw_head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 50px 0 20px 0;
}
.other_nw_head::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-color: #224285;
  width: 100%;
  padding: 0 0 8px 0;
}

.oth_hd {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: auto;
  min-width: 190px;
  padding: 14px 20px;
  /* margin: -15px 0 0 0; */
  background-color: #224285;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 26px;
  font-weight: normal;
  color: #fff;
  opacity: 1;
  z-index: 2;
}
.static_content ul,.static_content ol {
  position: relative;
  padding-left: 20px;
  list-style-type:disc;
}

.static_content img,
.static_content video {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

.static_content iframe {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto;
}

.news_in_share {
  display: block;
  width: 100%;
  position: relative;
}
.share_icons_sect {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
  margin: 15px auto 15px auto;
}

.share_icon {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  margin: 0 0px 0 0px;
  /* border-radius: 50%; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
}
/* .icon_lnk_copy {
  background-image: url("../img/copy_coding.svg");
  background-color:  #FFFFFF;
  border: 1px solid #E8EAED;
} */

.icon_lnk_wp {
  background-image: url("../img/sh_whatsapp.svg");
  background-color: #4caf50;
}
.icon_lnk_gtr {
  background-image: url("../img/sh_google_tr.svg");
  background-color: #2c72c8;
}

.icon_lnk_ms {
  background-image: url("../img/sh_messenger.svg");
  background-color: #0084ff;
}

.icon_lnk_twt {
  background-image: url("../img/sh_twitter.svg");
  background-color: #03a9f4;
}
.icon_lnk_add {
  background-image: url("../img/sh_add.svg");
  background-color: #ff6550;
}

/* Gallery slider */
.nw_gallery_slide {
  display: block;
  width: 100%;
  max-width: 930px;
  padding: 25px 25px 15px 25px;
  margin: 0 auto;
  /* background-color: #e1e9f8; */
  margin-bottom: 25px;
}

.nw_gallery_slide .gallery-top {
  display: block;
  width: 100%;
  /* height: 340px; */
  margin: 0px auto;
}
.nw_gallery_slide .gallery-thumbs {
  display: block;
  width: 100%;
  /* height: 75px; */
  margin: 15px auto 10px auto;
}

.nw_gallery_slide .swiper-button-next:hover,
.nw_gallery_slide .swiper-button-prev:hover {background-color: #ffffff;} 
.nw_gallery_slide .swiper-button-next,
.nw_gallery_slide .swiper-button-prev {
  width: 40px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  border: 0;
  outline: 0;
  margin: 0;
  top: calc(50% - 30px);
  opacity: 1;
  background-color: #ffffffc9;
  border-radius: 0;
  transition: all 0.3s ease;
}
.nw_gallery_slide .swiper-button-next {
  background-image: url("../img/next.svg");
  right: 20px;
}
.nw_gallery_slide .swiper-button-prev {
  background-image: url("../img/prev.svg");
  left: 20px;
}

.sld_img {
  display: block;
  position: relative;
  width: 100%;
  /* max-width: 75px; */
  border-radius: 10px;
  overflow: hidden;
  /* height: 100%; */
}
.sld_img::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-top: 56%;
}
.sld_img img,
.sld_img video,
.sld_img iframe {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  object-fit: cover;
}
.sld_thumb_img {
  display: block;
  position: relative;
  width: 100%;
  /* max-width: 75px; */
  border-radius: 5px;
  overflow: hidden;
  /* height: 100%; */
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
/* .gallery-thumbs .swiper-slide.swiper-slide-active .sld_thumb_img {border: 1px solid #2196f3;} */
.gallery-thumbs .swiper-slide:hover .sld_thumb_img {
  border: 1px solid #2196f3;
}
.gallery-thumbs .swiper-slide:hover .sld_thumb_img img {
  transform: scale(1.1);
}

.sld_thumb_img::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.sld_thumb_img img,
.sld_thumb_img video,
.sld_thumb_img iframe {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.3s ease;
}

/* !NEWS_INN PAGE FINISH--- */

/* !NEWS PAGE START--- */

.section_news_page {
  display: block;
  position: relative;
  width: 100%;
  padding: 0px 0 25px 0;
  background-color: transparent;
}
.news_catg_slct {
  display: block;
  padding: 5px 10px;
  width: auto;
  min-width: 190px;
  background-color: #ffffff;
  text-align: left;
  font-family: "Roboto Condensed";
  font-size: 16px;
  font-weight: normal;
  color: #252525;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  outline: none;
  border: none;
  appearance: none;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  background-position: calc(100% - 12px) 13px;
  background-image: url(../img/arw_slct.png);
}
.section_news_page .section_news {
  padding-top: 0;
}
/* !NEWS PAGE FINISH--- */

/* !LEADERSHIP PAGE START--- */

.collapse_sect {
  display: block;
  width: 100%;
  margin: 0 auto 50px auto;
}

.collapse_row {
  display: block;
  width: 100%;
  margin: 0 auto 10px auto;
}

/* .collapse_row:first-child .collapse_content {
  display: block;
} */
.collapse_btn:hover {
  color: #fff;
  background-color: #2e56ab;
}
.collapse_btn:hover:before {
  background-image: url("../img/plusw.png");
}
.collapse_btn.clp_clicked {
  color: #fff;
  background-color: #2e56ab;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.static_content .collapse_btn {font-family: "Roboto Condensed" !important;font-size: 20px !important;}

.collapse_btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 30px 45px 30px 30px;
  text-align: left;
  font-family: "Roboto Condensed";
  font-size: 20px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0px;
  color: #252525;
  word-wrap: break-word;
  opacity: 1;
  background-color: #e2e9f4;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.collapse_btn::before {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  /*bottom: 20px;
  */
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/plus.png");
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.collapse_btn.clp_clicked::before {
  background-image: url("../img/minus.png");
}
.collapse_content {
  display: none;
  width: 100%;
  padding: 30px 30px;
  background-color: #fff;
  text-align: left;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #252525;
  word-wrap: break-word;
  opacity: 1;
}

.b_tit {
  font-weight: bold;
  margin-right: 5px;
}
.r_tit {
  font-weight: normal;
  margin-right: 5px;
}
.b_tit a,
.r_tit a {
  color: #2e56ab;
}

.ldr_row {
  display: block;
  width: 100%;
  margin: 0 0 15px 0;
  line-height: 30px;
}
.ldr_row .b_tit {
  min-width: 100px;
  margin: 0 5px 5px 0;
}
.ldr_row .r_tit {
  min-width: 100px;
  margin: 0 5px 5px 0;
}

/* !LEADERSHIP PAGE FINISH--- */

/* !ATTRIBUTE PAGE START--- */
.logotip_left {
  display: block;
  float: left;
  width: 35%;
}
.logotip_right {
  display: block;
  float: left;
  width: 65%;
  padding-left: 10px;
}
/* !ATTRIBUTE PAGE FINISH--- */

/* !SEARCH PAGE START--- */
.result_form {
  display: block;
  width: 100%;
  padding: 0 0 40px 0;
}
.rest_row {
  display: block;
  width: 100%;
  padding: 0 0 25px 0;
}

.src_input_sect {
  display: block;
  width: 100%;
}

.src_inpt:focus {
  border-color: #2e56ab;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.src_inpt:hover {
  border-color: #2e56ab;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.src_inpt {
  display: block;
  float: left;
  width: calc(100% - 120px);
  padding: 18px 20px;
  margin: 0 20px 0 0;
  background-color: #f7f7f9;
  text-align: left;
  font-family: "Roboto Condensed";
  font-size: 17px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0px;
  color: #252525;
  word-wrap: break-word;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 7px 7px 0 #00000030;
  box-shadow: 0 7px 7px 0 #00000030;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.src_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  width: 100px;
  height: 60px;
  padding: 10px 10px;
  margin: 0 0px 0 0;
  background-color: #197b30;
  text-align: left;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0px;
  color: #fff;
  word-wrap: break-word;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-box-shadow: 0 7px 7px 0 #00000030;
  box-shadow: 0 7px 7px 0 #00000030;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.src_btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #0f5a21;
}

.select_src {
  display: block;
  float: left;
  width: 100%;
  max-width: 50%;
  padding: 0 10px 0 0;
}
.select_s {
  display: block;
  width: 100%;
  padding: 18px 15px;
  background-color: #f7f7f9;
  text-align: left;
  font-family: "Roboto Condensed";
  font-size: 17px;
  font-weight: normal;
  /* line-height: 1.3; */
  letter-spacing: 0px;
  color: #000000;
  word-wrap: break-word;
  outline: none;
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  appearance: none;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  background-position: calc(100% - 16px) 25px;
  background-image: url("../img/arw_slct.png");
}

.date_src {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  max-width: 50%;
  /* height: 60px; */
  padding: 0 0 0 10px;
}
.from_sect {
  display: block;
  float: left;
  width: 50%;
  padding: 0 5px 0 0;
}
.end_sect {
  display: block;
  float: left;
  width: 50%;
  padding: 0 0px 0 5px;
}

.date_interval_btn {
    display: block;
    width: 100%;
    /* height: 60px; */
    padding: 15px 15px 12px 15px;
    background-color: #ffffff;
    text-align: left;
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-weight: normal;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #000;
    word-wrap: break-word;
    outline: none;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    background-position: calc(100% - 16px) 25px;
    background-image: url(../img/arw_slct.png);
    border: 1px solid transparent;
    -webkit-box-shadow: 0 4px 6px 0px #00000030;
    box-shadow: 0 4px 6px 0px #00000030;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.d_range_inpt:first-child {
  margin: 0 10px 0 0;
}
.d_range_inpt:last-child {
  margin: 0 0px 0 10px;
}
.d_range_inpt::placeholder {
  color: #fff;
}
.d_range_inpt {
  display: block;
  float: left;
  width: calc(50% - 10px);
  height: 60px;
  padding: 18px 15px;
  background-color: #2e56ab;
  text-align: left;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0px;
  color: #fff;
  word-wrap: break-word;
  outline: none;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.date_range_sect .ui-datepicker {
  width: 100%;
}
.d_range_h {
  display: block;
  width: 100%;
  padding: 0px 0 10px 0;
  text-align: justify;
  font-family: "Roboto Condensed";
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3;
  color: #252525;
  opacity: 1;
  overflow: hidden;
}
.date_range_sect {
  display: block;
  position: relative;
  width: 100%;
}
.date_range {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  padding: 15px 15px 15px 15px;
  margin-top: 10px;
  background-color: #fff;
  z-index: 6;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.inpL {
  display: block;
  width: 50%;
  height: 300px;
  padding: 30px;
  background-color: #ddd;
  float: left;
  position: relative;
}
.src_word_result {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0px;
  color: #0ca32f;
  word-wrap: break-word;
}


.src_word_noresult {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0px;
  color: #ed1c24;
  word-wrap: break-word;
}

.result_gallery {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.result_wrap {
  display: block;
  margin: 0 -15px;
}

.gallery_item {
  display: block;
  float: left;
  width: 33.33%;
  padding: 0 15px 30px 15px;
}
.gallery_item:hover .glr_news a {
  background-color: #1b346a;
}
.gallery_item:hover .grl_zm_link::after {
  visibility: visible;
  opacity: 1;
}

.glr_zoom {
  display: block;
  width: 100%;
}

.grl_zm_link {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.grl_zm_link::after {
  content: "";
  display: block;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0000005c;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/zoom.png");
  z-index: 2;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.grl_zm_link::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-top: 67%;
}
.grl_zm_link img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  object-fit: cover;
}

.glr_news {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: -24px 0 0 0;
}

.glr_news a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74%;
  padding: 10px 12px;
  background-color: #2e56ab;
  text-align: left;
  font-family: "Roboto Condensed";
  font-size: 22px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0px;
  color: #fff;
  word-wrap: break-word;
  z-index: 5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

/* Search news result */
.result_gallery.active {
  display: block;
}
.result_news.active {
  display: block;
}
.result_news {
  display: none;
  width: 100%;
}
.result_nw_body {
  display: block;
  width: 100%;
}
.row_rslt_nw {
  display: block;
  width: 100%;
  margin: 0 auto 40px auto;
}

.row_rslt_nw:hover .nw_rsl_img img,
.row_rslt_nw:hover .nw_rsl_img video,
.row_rslt_nw:hover .nw_rsl_img iframe {
  transform: scale(1.06);
}
.row_rslt_nw:hover .nw_rsl_img {
  -webkit-box-shadow: 0 0 10px 1px #00000096;
  box-shadow: 0 0 10px 1px #00000096;
}
.row_rslt_nw:hover .nw_rsl_h,
.row_rslt_nw:hover .nw_rsl_info {
  color: #2e56ab;
}

.nw_rsl_img {
  display: block;
  float: left;
  width: 285px;
  max-height: 190px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.nw_rsl_img::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  padding-top: 66.67%;
}
.nw_rsl_img img,
.nw_rsl_img video,
.nw_rsl_img iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.nw_rsl_content {
  display: block;
  float: left;
  width: calc(100% - 285px);
  padding: 5px 0 5px 15px;
}
.no_img .nw_rsl_content {
  float: none;
  width: 100%;
  padding: 5px 0 5px 0px;
}
.nw_rsl_h {
  display: block;
  width: 100%;
  text-align: left;
  font-family: "Roboto Condensed";
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  color: #252525;
  margin-bottom: 5px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  transition: all 0.3s ease-in-out;
}
.nw_rsl_info {
  display: block;
  width: 100%;
  text-align: left;
  font-family: "Roboto Condensed";
  font-size: 20px;
  font-weight: normal;
  line-height: 1.3;
  color: #252525;
  margin-bottom: 15px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  transition: all 0.3s ease-in-out;
  text-align: justify;
}
.nw_rsl_catg {
  display: block;
  width: 100%;
  margin-top: 5px;
}
.nw_catg_item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px 9px 16px;
  text-align: center;
  font-family: "Roboto Condensed";
  font-size: 20px;
  font-weight: normal;
  line-height: 1.3;
  color: #fff;
  background-color: #2e56ab;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
/* Search news result */
/* !SEARCH PAGE FINISH--- */

/*? ------ DATEPICKER  start   ----- */
.datepicker-container {
  font-size: 12px;
  line-height: 30px;
  position: fixed;
  z-index: 9999999 !important;
  top: 0;
  left: 0;
  width: 210px;
  background-color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  direction: ltr !important;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.datepicker-container ul li:before {
  content: none;
}
.datepicker-container:before,
.datepicker-container:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  content: " ";
  border: 5px solid transparent;
}
.datepicker-dropdown {
  position: absolute;
  z-index: 1;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid #ccc;
}
.datepicker-inline {
  position: static;
}
.datepicker-top-left,
.datepicker-top-right {
  border-top-color: #3f51b5;
}
.datepicker-top-left:before,
.datepicker-top-left:after,
.datepicker-top-right:before,
.datepicker-top-right:after {
  top: -5px;
  left: 10px;
  border-top: 0;
}
.datepicker-top-left:before,
.datepicker-top-right:before {
  border-bottom-color: #3f51b5;
}
.datepicker-top-left:after,
.datepicker-top-right:after {
  top: -4px;
  border-bottom-color: #fff;
}
.datepicker-bottom-left,
.datepicker-bottom-right {
  border-bottom-color: #70be55;
}
.datepicker-bottom-left:before,
.datepicker-bottom-left:after,
.datepicker-bottom-right:before,
.datepicker-bottom-right:after {
  bottom: -5px;
  left: 10px;
  border-bottom: 0;
}
.datepicker-bottom-left:before,
.datepicker-bottom-right:before {
  border-top-color: #70be55;
}
.datepicker-bottom-left:after,
.datepicker-bottom-right:after {
  bottom: -4px;
  border-top-color: #fff;
}
.datepicker-top-right:before,
.datepicker-top-right:after,
.datepicker-bottom-right:before,
.datepicker-bottom-right:after {
  right: 10px;
  left: auto;
}
.datepicker-panel {
  font-size: 13px;
}
.datepicker-panel > ul:before,
.datepicker-panel > ul:after {
  display: table;
  content: " ";
}
.datepicker-panel > ul:after {
  clear: both;
}
.datepicker-panel > ul {
  width: 102%;
  margin: 0;
  padding: 0;
}
.datepicker-panel > ul > li {
  float: left;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: pointer;
  text-align: center;
  background-color: #fff;
}
.datepicker-panel > ul > li:hover {
  background-color: #eee;
}
.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
  color: #999;
}
.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
  color: #3f51b5;
  font-weight: 600;
}
.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
  cursor: default;
  color: #ccc;
  background-color: #fff;
}
.datepicker-panel > ul > li[data-view="years prev"],
.datepicker-panel > ul > li[data-view="year prev"],
.datepicker-panel > ul > li[data-view="month prev"],
.datepicker-panel > ul > li[data-view="years next"],
.datepicker-panel > ul > li[data-view="year next"],
.datepicker-panel > ul > li[data-view="month next"],
.datepicker-panel > ul > li[data-view="next"] {
  font-size: 18px;
}
.datepicker-panel > ul > li[data-view="years current"],
.datepicker-panel > ul > li[data-view="year current"],
.datepicker-panel > ul > li[data-view="month current"] {
  width: 150px;
  font-weight: 600;
}
.datepicker-panel > ul[data-view="years"] > li,
.datepicker-panel > ul[data-view="months"] > li {
  line-height: 52.5px;
  width: 52.5px;
  height: 52.5px;
}
.datepicker-panel > ul[data-view="week"] > li,
.datepicker-panel > ul[data-view="week"] > li:hover {
  cursor: default;
  background-color: #fff;
  font-weight: 600;
}
.datepicker-hide {
  display: none;
}
div.selc_date {
  margin: 0 5px 0 5px;
  display: inline-block;
}
div.selc_date input {
  display: block;
  border: 1px solid #e1e1e1;
  outline: none;
  color: #000;
  border-radius: 2px;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 1.5px;
  padding: 7px 14px;
  position: relative;
  min-width: 100px;
}
@media only screen and (max-width: 560px) {
  div.selc_date {
    margin: 0 auto 5px auto;
    display: block;
    width: 100%;
  }
  div.selc_date input {
    display: block;
    min-width: 100%;
    width: 100%;
  }
}
/*? ---- DATEPICKER  finish   ---- */






ul.ftr_menu > li > a {
    display: block;
    padding-bottom: 6px;
    font-family: "Roboto Condensed";
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin: 0 0 15px 0;
}

.ftr_cnt a:hover {
    color: #91a3c9;
}

/*.mnsh_over:hover .mnsh_title_date {
    background: rgb(0 0 0 / 78%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}*/


.all_announce a{background-color: #fff;height: auto;border: 1px solid #e1e9f8;}
.all_announce {
  float: left;
  width: 50%;
  height: auto;
  background-color: transparent;
  padding: 10px 10px 10px 10px !important;
  overflow: hidden;
  border-radius: 5px;
}

.copyright_content {
    display: block;
    width: 100%;
    padding: 0px 0 40px 0;
    text-align: justify;
    font-family: "Roboto";
    font-size: 18px;
    font-style: italic;
    font-weight: normal;
    color: #252525;
    opacity: 1;
    overflow: hidden;
}

.show_all_items {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
}

a.error-content__link {
    display: inline-flex;
    width: auto;
    padding: 15px 24px;
    text-align: left;
    font-family: "Roboto";
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    background-color: #007236;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

a.error-content__link:hover {
    background-color: #00421f;
}

span.error {
    text-align: center;
    display: block;
    font-size: 30px;
    line-height: 45px;
    font-family: 'Roboto Condensed';
    font-weight: bold;
}

img.error_img {
    margin: 0px auto 0px;
    display: block;
    width: 75%;
}


.wrapper {
  width: 100%;
  text-align: center;
  margin: 40px 0px 40px 0px;
}
.wrapper span {
  -webkit-text-stroke-width: 1.25px;
  -webkit-text-stroke-color: #000;
  font-size: 200px;
  /* text-shadow: 0 0px #f3c623, 0 0px #f2aaaa; */
  transform: translate(0, 100%) rotate(4deg);
  animation: jump 2s ease-in-out infinite;
  /* display: inline-block;*/
  font-family: roboto;
  color: #1b346a;
}
.wrapper span:nth-child(1) {
  animation-delay: 120ms;
}
.wrapper span:nth-child(2) {
  animation-delay: 240ms;
}
.wrapper span:nth-child(3) {
  animation-delay: 360ms;
}
.wrapper span:nth-child(4) {
  animation-delay: 480ms;
}
.wrapper span:nth-child(5) {
  animation-delay: 600ms;
}
.wrapper span:nth-child(6) {
  animation-delay: 720ms;
}
.wrapper span:nth-child(7) {
  animation-delay: 840ms;
}

@keyframes jump {
  45% {
    text-shadow: 0 60px #f37121, 0 150px #f2aaaa;
  }
  50% {
    transform: translate(0, 0) rotate(-4deg);
    text-shadow: 0 0px #8fc0a9, 0 0px #84a9ac;
  }
  60% {
    text-shadow: 0 -60px #d54062, 0 -150px #8fc0a9;
  }
}

a.src_link:hover span {
    color: #00723696;
}

.sitemap>li>a{text-decoration: none;color: #1b346a !important;font-size: 17px;line-height: 30px;font-family: 'Roboto Condensed';font-weight: bold;} 
.sub_map>li>a{text-decoration: none;color: #010101;font-size: 18px;line-height: 30px;font-family: 'Roboto Condensed';-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;} 
ul.sub_map {
    margin-left: 55px;
} 
ul.sitemap {
    line-height: 25px;
}
.sub_map>li>a:hover {
    color: #2e56ab;
    font-size: 19px;
}





/*PhotoGALLERY Css Start*/

.news_wrap .snip0016{
    width: 100%;
    /* width: 282px; */
    /*    height: 206px;
    border: 5px solid #ebebeb;
    width: 275px;*/
    display: block;
    /* float: left; */
    position: relative;
    margin: 0px ;
    /* margin: 0px 10px 25px 15px; */
    /* height: 271px; */
    border: 10px solid #f5f5f5;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #fff;
    border: 1px solid #1b346a33;
    padding: 5px 5px 5px 5px;
} 
.news_wrap .snip0016:nth-child(4n){margin-right: 0;} 
.gallery-inside iframe{
padding: 15px;
} 
.photog_col {
  display: block;
  float: left;
  width: 25%;
  padding: 0 15px 20px 15px;
}
.snip0016 {
  /* position: relative; */
  /* margin: 35px 0px 35px 43px; */
  /* overflow: hidden; */
  /* background: #000000e8; */
  /* text-align: center; */
  /* float: left; */
  /* height: 206px; */
  /* margin-left: 16px;
margin-bottom: 15px;
 */
  } 
.snip0017 {
  border: 5px solid #ebebeb;
  position: relative;
  margin: 0px 10px 10px 0px;
  overflow: hidden;
  background: #000000e8;
  text-align: center;
  float: left;
  height: 150px;
  /* margin-left: 16px;
margin-bottom: 15px;
 */} 
.snip_img::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  padding-top: 66%;
}
.snip_img {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.snip_img img{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

.snip0017:hover img {
opacity: 0.5;
transition: 0.5s;
} 
.snip0016 .manshet-cont {top: 0;line-height: 18px;/* background-color: white; */bottom: 0px;left: 0;padding: 15px 10px 15px 10px;} 
.snip0016 span, .snip0016 p {/* opacity: 0; *//* -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; *//* transition: opacity 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s; */} 
.snip0016 span {font-family: 'Roboto Condensed';/* -webkit-transform: translate3d(30%, 0%, 0); *//* transform: translate3d(30%, 0%, 0); *//* -webkit-transition-delay: 0.2s; *//* transition-delay: 0.2s; */color: #2d2d2d;font-weight: bold;font-size: 18px;} 
.snip0016 p {margin: 0px 0px 0px 0px;font-size: 17px;font-family: 'Roboto Condensed';color: black;-webkit-transform: translate3d(0%, 30%, 0);transform: translate3d(0%, 12%, 0);-webkit-transition-delay: 0s;transition-delay: 0s;line-height: 21px;} 
.snip0016:hover img {/* opacity: 0.5; *//* transition: 0.5s; */} 
.snip0016:hover .manshet-cont span {/* opacity: 1; *//* -webkit-transform: translate3d(0%, 0%, 0); *//* transform: translate3d(0%, 0%, 0); *//* -webkit-transition-delay: 0.4s; *//* transition-delay: 0.4s; *//* font-family: 'Roboto Condensed'; */} 
.snip0016:hover .manshet-cont p {/* opacity: 1; *//* -webkit-transform: translate3d(0%, 0%, 0); *//* transform: translate3d(0%, 0%, 0); *//* -webkit-transition-delay: 0.6s; *//* transition-delay: 0.6s; */} 
.gallery-inside.static-left .manshet-img {
width: 275px !important;
height: 206px !important;
} 

.primery-carousel{
width: 700px;
} 
.primery-carousel .owl-nav{
max-width: 1200px;
margin: 0 auto;
position: absolute;
top: 33%;
left:0;
right: 0;
z-index: 0;
} 
.primery-carousel .owl-prev{
display: block !important;
position:absolute;
cursor:pointer;
width: 36px;
height: 53px;
border-radius: 0px 10px 10px 0px;
} 
.primery-carousel .owl-next{
display: block !important;
position:absolute;
cursor:pointer;
width: 36px;
height: 53px;
border-radius: 10px 0px 0px 10px;
} 
.primery-carousel .owl-prev:hover{
background: url(../img/prev-h.png) no-repeat 6px 14px, linear-gradient(to right, #a52320,#dcacac) no-repeat;
} 
.primery-carousel .owl-next:hover{
background: url(../img/next-h.png) no-repeat 14px 14px,linear-gradient(to left,#a52320,#dcacac) no-repeat;
} 
.primery-carousel .owl-prev{
transition: background 1s;
top: 48px;
left: -2px;
background: url(../img/prev.png) no-repeat 9px 14px,linear-gradient(to right,#cfd0d0,#efefef) no-repeat;
} 
.primery-carousel .owl-next{
transition: background 1s;
top: 48px;
right: 0px;
background: url("../img/next.png") no-repeat 11px 14px,linear-gradient(to left,#cfd0d0,#efefef) no-repeat;
} 
.primery-carousel:before{
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
} 
.owl-carousel .owl-item img {
transform-style: initial;
height: 100%;
object-fit: cover;
} 
.slide-one .owl-thumb-item img {
width: 102px;
height: 57px;
border: 2px solid #d9d7d4;
} 
.slide-one .owl-thumb-item.active img{
border: 2px solid #a52320;
} 
.slide-one .owl-thumbs {
background: white;
position: absolute;
top: 0px;
right: -112px;
display: table;
width: 112px;
} 
.slide-one .owl-thumb-item {
display: table-cell;
border: none;
background: none;
padding: 0;
opacity: .4;
} 
.slide-one .owl-thumb-item.active,.slide-one .owl-thumb-item:focus {
opacity: 1;
outline:0;
} 
.slide-one .owl-thumb-item{
opacity: 0.5;
background:transparent;
border: 0;
padding: 4.8px 8px;
} 
.slide-one .owl-thumb-item:nth-child(6){
margin-right:0 !important;
} 
.label {
position: absolute;
top: 20px;
right: 20px;
background-color: #0a6cff;
color: white;
padding: 10px 20px;
z-index: 5;
text-align: center;
} 
.slide-one .owl-item img{
height: 400px;
} 
.slide-three, .slide-two{
background: white;
height: 206px;
padding-right: 0px;
margin-left: 0px;
} 
.third-slider, .second-slider{
margin-top: 7px;
width: 100% !important;
height: 276px;
} 
.third-slider .owl-prev, .second-slider .owl-prev{
display: block !important;
position:absolute;
cursor:pointer;
width: 25px;
height: 40px;
} 
.third-slider .owl-next, .second-slider .owl-next{
display: block !important;
position:absolute;
cursor:pointer;
width: 25px;
height: 40px;
} 
.third-slider .owl-prev, .second-slider .owl-prev:hover{
background: url(../img/foot-prev.png) no-repeat 6px 9px #832a2c;
} 
.third-slider .owl-next, .second-slider .owl-next:hover{
background: url(../img/foot-next.png) no-repeat 8px 9px #832a2c;
} 
.third-slider .owl-prev, .second-slider .owl-prev{
transition: background 1s;
top: 115px;
left: 10px;
background: url(../img/foot-prev.png) no-repeat 6px 9px #b8b8b8;
} 
.third-slider .owl-next, .second-slider .owl-next{
transition: background 1s;
top: 115px;
right: 12px;
background: url(../img/foot-next.png) no-repeat 8px 9px #b8b8b8;
} 

/* .news_wrap .manshet-img{height: 175px;width: 270px;object-fit: cover;}  */
a.snip0016:hover {
    -webkit-box-shadow: 0 0 7px 1px #0000004d;
    box-shadow: 0 0 7px 1px #0000004d;
}

/*PhotoGALLERY CSS End*/



.ntf_link:hover .ntf_title {
    /* font-weight: bold; */
    color: #2e56ab;
}





.search-text:hover{
    border-color: #197b30;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.search-text{
  display: block;
  float: left;
  width: calc(100% - 120px);
  padding: 17px 20px;
  margin: 0px 20px 25px 0px;
  background-color: #fff;
  text-align: left;
  font-family: "Roboto Condensed";
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0px;
  color: #252525;
  word-wrap: break-word;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 4px 6px 0px #00000030;
  box-shadow: 0 4px 6px 0px #00000030;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.select-cat{
    display: block;
    width: 100%;
    padding: 15px 15px 12px 15px;
    background-color: #ffffff;
    text-align: left;
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-weight: normal;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #000000;
    word-wrap: break-word;
    outline: none;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    appearance: none;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    background-position: calc(100% - 16px) 25px;
    background-image: url(../img/arw_slct.png);
    display: block;
    float: left;
    width: 100%;
    max-width: 50%;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 4px 6px 0px #00000030;
    box-shadow: 0 4px 6px 0px #00000030;
    /* transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; */
}
.sform .select-cat{max-width: 50%;}
.sform.date_search .select-cat{max-width: 100%;}
.sform .show_calendar  .select-cat{max-width: 50%;}
.sform.date_search .show_calendar  .select-cat{max-width: 100%;}

.search-btn{cursor:  pointer;}

.adv_search{width:100%;margin-bottom: 50px;background-color: #e0e8f8;padding: 30px;border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;-ms-border-radius: 5px;-o-border-radius: 5px;}
.adv_search .search-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 100px;
    height: 60px;
    padding: 10px 10px;
    margin: 0px 0px 25px 0px;
    background-color: #197b30;
    text-align: left;
    font-family: "Roboto";
    font-size: 20px;
    font-weight: normal;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #fff;
    word-wrap: break-word;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-box-shadow: 0 7px 7px 0 #00000030;
    box-shadow: 0 7px 7px 0 #00000030;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.adv_search .search-btn:hover{
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #0f5a21;
}
.s_result{width:100%;margin-bottom: 13px;font-size: 25px;color: #887857;line-height: 25px;font-family: FF_DIN_Pro_Bold;}
.search-block{margin-bottom: 0px;background: #f5f5f5;border-radius: 5px;padding: 25px 15px 10px 20px;margin-bottom: 20px;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
.search-block .date{display:  inline-block;padding: 5px 10px;margin-bottom: 10px;font-size: 18px;color: #ffffff;background: #b90816;border-radius: 5px;}
.search-block .text{display: block;color: #464646;font-family: 'Roboto';font-size: 17px;line-height: 25px;font-weight: normal;margin: 10px 0px 10px 0px;}
.search-block .s_res{display: block;font-weight: bold;font-size: 22px;font-family: 'Roboto Condensed';line-height: 25px;letter-spacing: 0px;color: #000000;border-radius: 5px;}

.page-inside{width: 100%;margin:30px 0;}
.search-list{margin-top: 28px;padding: 10px 0px 10px 0px;background: #FFF;}

span#search {display: block;width: 0%;overflow: hidden;position: absolute;margin: 0 !important;top: -7px;right: 0px;padding: 0 !important;-webkit-box-shadow: 0 0 6px 0.4px #000000;box-shadow: 0 0 6px -1.6px #4e4e4e;-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-ms-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;}

p.search-block:hover {
    background: #ffecec;
}

.lg-outer .lg-pager-outer{display: none !important;}
.lg-sub-html {
    font-family: "Roboto Condensed";
    font-size: 17px;
    line-height: 19px;
    color: #fff;
    word-break: break-word;
}
.nw_gallery_slide .gallery-top {cursor: zoom-in;}
.nw_gallery_slide .gallery-thumbs li {cursor: pointer;}
.nw_gallery_slide .grl_zm_link {border-radius: 0;position: relative;}

.nw_gallery_slide .gallery-thumbs .grl_zm_link::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000005c;
    opacity: 1;
    visibility: visible;
    z-index: 2;
}
.nw_gallery_slide .gallery-thumbs .grl_zm_link:hover:after{background: transparent;}

.nw_gallery_slide .swiper-button-disabled {
  cursor: pointer !important;
  pointer-events: all !important;
}



/* Light gallery */
.news_in_gallery {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  float: left;
}

.demo-gallery {
  width: 100%;
}

.demo-gallery-poster .ststic_content_zoomimg {
  width: 20px;
  height: 20px;
}



.news_in_gallery .prosmotr_ul {
  display: block;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
#lg-counter span::after {
  display: inline;
}

.news_in_gallery .prosmotr_ul li {
  display: block;
  position: relative;
  float: left;
  list-style: none;
  width: 100%;
  max-width: calc(20% - 12px);
  margin: 0px 15px 15px 0px;
  padding: 0;
  overflow: hidden;
}
.news_in_gallery .prosmotr_ul li:nth-child(5n) {
  margin: 0 0px 15px 0;
}

.news_in_gallery .prosmotr_ul li::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  padding-top: 80%;
}
.news_in_gallery .prosmotr_ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.demo-gallery > ul > li a:hover > img {
  transform: scale(1.02);
}
/* .product_gallery_images_upload {
  width: 100%;
  height: 150px;
  background-size: cover;
  background-position: 50%;
  border-radius: 10px;
} */

/* .lg_img {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: red;
}
.lg_img::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  padding-top: 68%;
} */

img.product_gallery_images_upload {
  display: block;
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
}

.demo-gallery > ul > li a:hover .demo-gallery-poster > .ststic_content_zoomimg {
    opacity: 1;
}

.pop_link:hover .pop_title{
    background-color: #ffffffe6;
}

/*a.swiper-link:hover .mnsh_title_date{
 box-shadow: -20px 20px 0 -17px #000,
              20px -20px 0 -17px #000,
              20px 20px 0 -20px #fff,
              0 0 0 2px #fff;

    }*/

p.news-in-name {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 34px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #252525;
    opacity: 1;
}

p.news-in-date {
    text-align: center;
    font-family: "Roboto";
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #1b346a;
    opacity: 1;
    margin-bottom: 25px;
}

.forphotogallery {
    margin: 50px 0 50px 0;
}

.static_content p span,.static_content p strong , .static_content ul li span, .static_content ol li span, .static_content a, .static_content a strong, .static_content tr td span, .static_content p span em {
    
    font-family: "Roboto" !important;
    font-size: 19px !important;
}

.static_content table{
    width:100% !important;
    height:auto !important;
}
.scroll_table_static table {
  width: auto !important;
}
.contentpaneopen {
  width: 100%;
}
.contentpaneopen tr::after, .contentpaneopen td::after{content: "";clear: both;display: block;}
.contentpaneopen td {
  /* display: block; */
  /* float: none; */
  text-align: left !important;
  /* width: 100% !important; */
  height: auto !important;
  /* padding: 5px 0 !important; */
  word-break: break-word;
}

p {
    margin: 10px 0 10px;
}

.kiv a {
    width: 100%;
    float: left;
    display: block;
    background-color: white;
    padding: 20px 15px 20px 20px;
    margin: 10px 0px 10px 0px;
    font-family: "Roboto Condensed";
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    color: #252525;
    /* height: 115px; */
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    border: 1px solid #1b346a33;
}

.kiv_img {
    float: left;
    width: 160px;
}

.kiv_datename {
  float: right;
  width: calc(100% - 160px);
  padding: 0 0 0 20px;
}

.kiv_img img {
    width: 100%;
    /* height: auto; */
    /* object-fit: cover; */
    max-height: 75px;
}
.kiv a:hover {    
    background-color: #fff;
    -webkit-box-shadow: 0 0 7px 1px #0000004d;
    box-shadow: 0 0 7px 1px #0000004d;
}

h3.kiv_name {
    font-weight: normal;
    margin-bottom: 7px;
}

span.kiv_date {
    color: #7d7d7d;
}

a.link_samenews{
    text-align: center;
    font-family: "Roboto";
    font-size: 15px;
    font-weight: 500;
    line-height: 0.8;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    margin: 0px auto 35px auto;
    display: block;
    background-color: #007236;
    max-width: 170px;
    padding: 10px 5px 10px 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    }
    
    a.link_samenews:hover {
    background-color: #00401e;
}

.videogallery_vd_icon {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 0;
  right: 5px;
  z-index: 3;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60% 60%;
  background-image: url("../img/video_icon.png");
}


.photogallery_photo_icon {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 0;
    right: 5px;
    z-index: 3;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60% 60%;
    background-image: url(../img/photogallery_icon.png);
}



table tr td {
    /*vertical-align: middle;*/
}

a.hesabat_rm:last-child {
    margin: 15px 0px 0px 0px;
}


a.muhum_netice:hover {background-color: #224285;color:#fff;}

a.muhum_netice {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #e2e9f4;
    padding: 15px 15px 15px 15px;
    color: #000;
    border-radius: 10px;
    width: calc(50% - 20px);
    float: left;
    margin: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

a.hesabat_rm:hover {background-color: #224285;color:#fff;}

a.hesabat_rm {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #e2e9f4;
    padding: 15px 15px 15px 15px;
    color: #000;
    border-radius: 10px;
    width: calc(49.33% - 16px);
    float: left;
    margin: 15px 47px 0px 0px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
a.hesabat_rm:nth-child(3n) {margin-right: 0;}

a.hesabat:hover {background-color: #224285;color:#fff;}

a.hesabat {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #e2e9f4;
    padding: 15px 15px 15px 15px;
    color: #000;
    border-radius: 10px;
    width: calc(25% - 20px);
    float: left;
    margin: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
a.resmi_senedler_content:hover {background-color: #224285;color:#fff;}
a.resmi_senedler_content {
    display: block;
    width: 100%;
    background-color: #e2e9f4;
    margin: 10px 0px;
    padding: 20px 20px 20px 20px;
    border-radius: 10px;
    color: #000;
    line-height: 25px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}


.newssearchtitle {
    background-color: #017337;
}

.forstaticsearch {
    width: 100%;
}

.icon_fb {
    background-image: url(../img/fb.png);
}

.icon_tw {
    background-image: url(../img/twt.png);
}

.icon_insta {
    background-image: url(../img/insta.png);
}
.icon_ytb {
    background-image: url(../img/ytb.png);
}
.icon_rss {
    background-image: url(../img/rss.png);
}



.icon_ft_fb {
    background-image: url(../img/ft_fb.png);
}

.icon_ft_tw {
    background-image: url(../img/ft_twt.png);
}

.icon_ft_insta {
    background-image: url(../img/ft_insta.png);
}
.icon_ft_ytb {
    background-image: url(../img/ft_ytb.png);
}
.icon_ft_rss {
    background-image: url(../img/ft_rss.png);
}





.mb-row .social_icons_list .icon_ft_fb {
    background-image: url(../img/ft_fb.png) !important;
}

.mb-row .social_icons_list .icon_ft_tw {
    background-image: url(../img/ft_twt.png) !important;
}

.mb-row .social_icons_list .icon_ft_insta {
    background-image: url(../img/ft_insta.png) !important;
}
.mb-row .social_icons_list .icon_ft_ytb {
    background-image: url(../img/ft_ytb.png) !important;
}
.mb-row .social_icons_list .icon_ft_rss {
    background-image: url(../img/ft_rss.png) !important;
}

.top_slider a.swiper-link:hover .mnsh_title_date {
    background-color: rgb(0 0 0 / 80%);
}


.kivsearchtitle {
        display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px 2px 14px;
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2;
    color: #fff;
    background-color: #017337;
    margin-right: 10px;
}

.search_daterange {display: block;width: 100%;padding: 13px 20px;margin: 0 20px 0 0;background-color: #f7f7f9;text-align: left;font-family: "Roboto Condensed";font-size: 17px;font-weight: normal;line-height: 1.3;letter-spacing: 0px;color: #252525;word-wrap: break-word;border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;-ms-border-radius: 5px;-o-border-radius: 5px;border: 1px solid transparent;-webkit-box-shadow: 0 7px 7px 0 #00000030;box-shadow: 0 7px 7px 0 #00000030;transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;}
.search_daterange_inside {display: block;width: 100%;padding: 14px 20px;margin: 0 20px 0 0;background-color: #ffffff;text-align: left;font-size: 17px;font-weight: normal;line-height: 1.3;letter-spacing: 0px;color: #252525;word-wrap: break-word;border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;-ms-border-radius: 5px;-o-border-radius: 5px;border: 1px solid transparent;-webkit-box-shadow: 0 4px 6px 0px #00000030;box-shadow: 0 4px 6px 0px #00000030;
  transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;}
.error_input{border:1px solid red;}
.date_search .date_src{display:none;}

.calendar_option{margin:0;position: absolute;right: 13px;top: 16px;}
.calendar_icon{margin:0;float: right;width: 20px;height: 24px;font-size: 41px;background-size: 100%;background-image: url('../img/calendar_icon.png');background-repeat: no-repeat;}
.reset_calendar_icon{margin-right: 10px;margin-top: 3px;float: right;width: 15px;height: 16px;font-size: 41px;background-size: 100%;background-image: url('../img/remove_calendar.png');background-repeat: no-repeat;}

.adv_search  .date_src{display:none;}
.adv_search.show_calendar  .date_src{display:block;}




.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
    width: 100%;
}


.pagination ul{
  display: inline-flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
}
.pagination ul li{
  display: block;
  list-style: none;
  float: left;
  margin: 5px 7px;
}

.pagination a {
  display: flex;
  width: 35px;
  height: 35px;
  color: #000;
  float: left;
  font-family: 'Roboto';
  font-weight: normal;
  font-size: 15px;
  padding: 8px 16px;
  text-decoration: none;
  background-color: #e2e9f8;
  transition: background-color .3s;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.pagination a.active {
  background-color: #224285;
  color: #fff;
}

.pagination a:hover:not(.active_pagin) {background-color: #1b346a;color: #fff;}

/* Last change css file */
.shobe_struktur tr td {
  height: auto !important;
}
.shobe_struktur tr td:first-child  {
  width: 35% !important;
}
.shobe_struktur tr td:last-child {
  width: 65% !important;
}
.contentpaneopen td div {
  display: inline-block;
}
.scroll_table_static {
  display: block;
  width: 100%;
  overflow: auto;
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.scroll_table_static table {
  min-width: 900px !important;
  width: 100% !important;
}
.scroll_table_static table td {
  padding-right: 12px !important;
}
.scroll_table_static img {
  width: 30px !important;
  height: 30px !important;
}
.organization_table img {
  max-width: none !important;
  width: 207px !important;
  height: 138px !important;
}
.ra_table_1 img {
  max-width: none !important;
  width: 225px !important;
  height: 290px !important;
}
/* Last change css file */


table.organization_table tr td {
     vertical-align: middle; 
}


/* Header custom changes */

html.font_size_12 ,
html.font_size_12 *{
  font-size: 24px !important;
}

html.font_size_10 ,
html.font_size_10 * {
  font-size: 16px !important;
}

html.font_size_8 ,
html.font_size_8 * {
  font-size: 12px !important;
}

html.html_serif,
html.html_serif * {
  font-family: Serif !important
}

html.html_serif body ,
html.html_serif body *{
  font-family: Serif !important
}

.body--hide-img img {
  opacity: 0  !important;
  -webkit-filter: brightness(0) saturate(100%) invert(44%) sepia(76%) saturate(0) hue-rotate(230deg) brightness(98%) contrast(92%) !important ;
  filter: brightness(0) saturate(100%) invert(44%) sepia(76%) saturate(0) hue-rotate(230deg) brightness(98%) contrast(92%) !important ;
}

.body--hide-img *,
.body--hide-img * img,
.body--hide-img * ::after,
.body--hide-img * ::before {
  background-image: unset !important;
}

.body--hide-img footer {
  background-color: #7099af  !important;
}

html.body--color-gray {
  -moz-filter: grayscale(100%)  !important;
  -webkit-filter: grayscale(100%) !important ;
  filter: grayscale(100%) !important ;
}

/* html.body--color-gray img {
  -webkit-filter: brightness(0) saturate(100%) invert(44%) sepia(76%) saturate(0) hue-rotate(230deg) brightness(98%) contrast(92%) !important ;
  filter: brightness(0) saturate(100%) invert(44%) sepia(76%) saturate(0) hue-rotate(230deg) brightness(98%) contrast(92%) !important ;
} */



.glasses_block {
  display: block;
  /* float: left; */
  position: relative;
}

.glasses_icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../img/glasses.svg?v2);
  height: 19px;
  width: 28px;
  float: left;
  margin-left: 30px;
  cursor: pointer;
}

.page {
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
}
.openGlass .page{
  padding-top: 112px;
}

/* .openGlass header {
  top: 96px;
} */

.openGlass .glasses_items {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
}

.glasses_items {
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  flex-direction: row;
  background-color: #ffffff73;
  border-bottom: 2px solid #2c52a3;
  width: 100%;
  position: absolute;
  top: -112px;
  left: 0;
  padding: 18px;
  z-index: 99999;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
}

.glasses_items .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 -10px;
}

.glasses_items .col {
  display: flex;
  float: left;
  width: auto;
  padding: 0 10px;
}

.btn_top_items {
  display: flex;
  flex-direction: column;
  width: auto;
  align-items: center;
}

.btn_top_title {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #181d23;
}

.btn_top_icons {
  display: block;
}

.btn_clicked {
  cursor: pointer;
}

.btn_clicked:hover {
  color: #2c52a3;
}

.font_size_8 {
  display: inline-block;
  margin: 0 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #181d23;
}

.font_size_10 {
  display: inline-block;
  margin: 0 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #181d23;
}

.font_size_12 {
  display: inline-block;
  margin: 0 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  color: #181d23;
}

.font_sanserif,
.font_serif {
  display: inline-block;
  margin: 0 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #181d23;
}

.switch {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 24px;
}

.switch input {
  height: 0;
  opacity: 0;
  width: 0;
}

.switch .toggle {
  background-color: #c9ced6;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.switch .toggle:before {
  content: "";
  background-color: #fff;
  bottom: 2px;
  left: 2px;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.switch input:checked + .toggle {
  background-color: #2c52a3;
}

.switch input:checked + .toggle:before {
  transform: translateX(16px);
  -webkit-transform: translateX(16px);
  -moz-transform: translateX(16px);
  -ms-transform: translateX(16px);
  -o-transform: translateX(16px);
}

/* Header custom changes */


.newsinvideo {
    display: block;
    width: 100%;
    max-width: 930px;
    padding: 25px 25px 15px 25px;
    margin: 0 auto;
    background-color: #e1e9f8;
    margin-bottom: 75px;
}