::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}

::-webkit-scrollbar-thumb {
  background: #ec1e2b;
}

::-webkit-scrollbar-track {
  background: #eee;
}

body {
  scrollbar-face-color: #ec1e2b;
  scrollbar-track-color: #eee;
}

html,
body,
a,
p {
  font-family: "Roboto", sans-serif;
}

.padding-side-40 {
  padding: 0 40px;
}

.section {
  padding: 80px 0;
}

a,
a:hover,
a:focus,
a:active {
  outline: none;
  border: 0;
}

img {
  max-width: 100%;
  object-fit: contain;
}

.scroll {
  height: 500px;
  padding: 20px 0;
}

.content {
  color: #222;
}
.content blockquote {
  position: relative;
  font-style: italic;
  font-size: 90%;
  margin-left: 30px;
}
.content blockquote::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  height: 100%;
  width: 3px;
  background: #0071ba;
}

.slick-slider.slick-dotted {
  margin-bottom: 0;
}
.slick-slider .item {
  overflow: hidden;
}
.slick-slider .item img {
  width: 100%;
}
.slick-slider .slick-dots {
  position: static;
}
.slick-slider .slick-dots li {
  margin: 0;
}
.slick-slider .slick-dots li button {
  text-align: center;
}
.slick-slider .slick-dots li button::before {
  width: 12px;
  height: 4px;
  background: #ccc;
  color: transparent;
  opacity: 1;
}
.slick-slider .slick-dots li.slick-active button::before {
  color: transparent;
  background: #0071ba;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  display: inline-block;
  font-family: "Ionicons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
}
.slick-slider .slick-next:before {
  content: "\f125";
}
.slick-slider .slick-prev:before {
  content: "\f124";
}
.slick-slider:hover .slick-next {
  right: 10%;
  z-index: 2;
}
.slick-slider:hover .slick-prev {
  left: 10%;
  z-index: 2;
}

.article {
  background: #f7f8fa;
  padding-bottom: 40px;
}
.article .content {
  padding: 25px 35px;
  background: #fff;
  font-size: 85%;
}
.article.service .content .content_galleria {
  -webkit-transition: all 5s ease-in-out;
  -moz-transition: all 5s ease-in-out;
  transition: all 5s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.article.service .content .content_galleria img {
  -webkit-transition: all 5s ease-in-out;
  -moz-transition: all 5s ease-in-out;
  transition: all 5s ease-in-out;
  height: 0;
  width: 0;
}
.article.service .content .gallery {
  margin-bottom: 20px;
}
.article.service .content .gallery.active .content_galleria {
  visibility: visible;
  opacity: 1;
}
.article.service .content .gallery.active .content_galleria img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.article-title {
  font-size: 26px;
  color: #0071ba;
  font-weight: 700;
  margin-bottom: 15px;
}

.content-text {
  line-height: 1.5;
  font-size: 112%;
  font-weight: 300;
}

.cat-cover {
  height: 250px;
  text-align: center;
  background-color: #efefef;
  position: relative;
  background-position: center center !important;
}
.cat-cover::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 150%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 150%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 150%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}
.cat-cover .cover-title {
  position: absolute;
  bottom: 30px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
}
.cat-cover img {
  height: 100%;
  object-fit: cover;
}

.pagination {
  display: flex;
  justify-content: center;
  /* margin-bottom: 40px; */
}
.pagination span,
.pagination a {
  border: 1px solid #ccc;
  /* margin-right: 5px; */
  /* padding: 3px 8px; */
  font-size: 12px;
  color: #888;
  text-transform: uppercase;
  background: gainsboro;
  border-radius: 3px;
}
.pagination span {
  color: #fff;
}
.pagination a {
  border-color: #ccc;
  background: #0071ba;
  color: #fff;
}

header.padding-side-40 {
  padding-left: 0;
  padding-right: 0;
}
header.padding-side-40 .mobile-menu .navbar-toggler {
  font-size: 1rem;
}
header.padding-side-40 .mobile-menu .navbar-brand {
  width: 50%;
}
header.padding-side-40 .mobile-menu .dropdown-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
header.padding-side-40 .mobile-menu .dropdown-menu .dropdown-item {
  white-space: inherit;
  font-size: 14px;
  font-weight: 500;
}
header.padding-side-40 .mobile-menu .dropdown-menu .dropdown-item a {
  color: #444;
}
header.padding-side-40 .mobile-menu .dropdown-menu .dropdown-item ul {
  padding-left: 10px;
}
header.padding-side-40 .mobile-menu .dropdown-menu .dropdown-item ul a {
  font-size: 13px;
  font-weight: 400;
}
header.padding-side-40 .mobile-menu .search {
  border-top: 1px solid #ccc;
  padding-top: 8px;
}
header.padding-side-40 .mobile-menu .search ul {
  margin: 0;
  padding: 0;
}
header.padding-side-40 .mobile-menu .search ul li {
  margin-bottom: 12px;
}
header.padding-side-40 .mobile-menu .search ul li a {
  color: #222;
}
header.padding-side-40 .mobile-menu .search ul li .search-wrap {
  position: relative;
}
header.padding-side-40 .mobile-menu .search ul li .search-wrap input {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
header.padding-side-40 .mobile-menu .search ul li .search-wrap i {
  font-size: 29px;
  position: absolute;
  top: 1px;
  right: 0px;
  background: #0071ba;
  color: #fff;
  padding: 1px 8px;
  height: 39px;
  line-height: 35px;
  border-radius: 0 5px 5px 0;
}
header.padding-side-40 .mobile-menu .search ul li#langbar {
  padding-top: 7px;
  text-align: center;
}
header.padding-side-40 .mobile-menu .search ul li#langbar a {
  margin-right: 3px;
  background: #0071ba;
  color: #fff;
  border-radius: 5px;
  padding: 5px 8px;
}
header.padding-side-40 .mobile-menu .search ul li#langbar a.active {
  background: #ec1e2c;
}

header .desktop-menu {
  display: none;
}
header .header-top {
  display: flex;
  padding: 40px 0 10px;
}
header .header-top .search {
  display: table;
  margin-left: auto;
}
header .header-top .search .middle {
  display: table-cell;
  vertical-align: middle;
}
header .header-top .search .middle ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style-type: none;
}
header .header-top .search .middle ul li {
  padding-right: 15px;
  position: relative;
}
header .header-top .search .middle ul li:last-child {
  padding-right: 40px;
}
header .header-top .search .middle ul li a {
  color: #444;
  position: relative;
  font-size: 12px;
}
header .header-top .search .middle ul li .first {
  padding-right: 10px;
}
header .header-top .search .middle ul li .first::before {
  content: "";
  position: absolute;
  top: 0;
  right: 2px;
  height: 14px;
  width: 1px;
  background: #444;
}
header .header-top .search .middle ul li input {
  background: #ebebeb;
  border: 0;
  padding: 4px 10px;
  font-size: 80%;
  color: #444;
}
header .header-top .search .middle ul li i {
  font-size: 22px;
  color: #222;
  line-height: 1;
  position: absolute;
  top: 1px;
  right: 15px;
}
header .header-top .search .middle ul li .lang.active {
  font-weight: 600;
}
header .mobile-menu .navbar {
  padding-left: 5px;
  padding-right: 5px;
}
header .mobile-menu .navbar .navbar-brand {
  width: 40%;
}
header .mobile-menu .navbar .navbar-toggler-icon {
  width: 1em;
  height: 1em;
}
header .mobile-menu .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #0071ba;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 90%;
}
header
  .mobile-menu
  .navbar
  .navbar-collapse
  .navbar-nav
  .nav-item
  .nav-link.dropdown-toggle::after {
  color: #0071ba;
}
header
  .mobile-menu
  .navbar
  .navbar-collapse
  .navbar-nav
  .nav-item
  .dropdown-menu {
  max-width: 90%;
}
header
  .mobile-menu
  .navbar
  .navbar-collapse
  .navbar-nav
  .nav-item
  .dropdown-menu
  ul {
  margin: 0;
  padding: 0;
  padding-left: 8px;
}
header
  .mobile-menu
  .navbar
  .navbar-collapse
  .navbar-nav
  .nav-item
  .dropdown-menu
  ul
  .dropdown-item {
  padding-left: 8px;
}
header
  .mobile-menu
  .navbar
  .navbar-collapse
  .navbar-nav
  .nav-item
  .dropdown-menu
  ul
  .dropdown-item
  a {
  display: block;
  word-break: break-all;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  font-size: 13px;
  color: #707070;
}
header
  .mobile-menu
  .navbar
  .navbar-collapse
  .navbar-nav
  .nav-item
  .dropdown-menu
  ul
  .dropdown-item:active,
header
  .mobile-menu
  .navbar
  .navbar-collapse
  .navbar-nav
  .nav-item
  .dropdown-menu
  ul
  .dropdown-item:hover {
  background: none;
  color: #fff;
}
header
  .mobile-menu
  .navbar
  .navbar-collapse
  .navbar-nav
  .nav-item
  .dropdown-menu
  ul
  .dropdown-item
  .item
  a {
  color: #222;
}
header .mobile-menu .navbar .navbar-collapse .search {
  display: flex;
  justify-content: center;
  background: #ececec;
  padding-bottom: 5px;
  margin-left: -20px;
  margin-right: -20px;
}
header .mobile-menu .navbar .navbar-collapse .search ul {
  padding: 0;
  margin: 0;
  display: flex;
}
header .mobile-menu .navbar .navbar-collapse .search ul li {
  margin-bottom: 2px;
}
header .mobile-menu .navbar .navbar-collapse .search ul #langbar {
  margin-right: 10px;
  position: relative;
  top: 10px;
}
header .mobile-menu .navbar .navbar-collapse .search ul #langbar a {
  color: #0071ba;
  font-weight: 600;
  font-size: 12px;
}
header .mobile-menu .navbar .navbar-collapse .search ul .search-wrap input {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 5px;
}
header .mobile-menu .navbar .navbar-collapse .search ul .search-wrap i {
  font-size: 24px;
  color: #666;
  position: relative;
  top: 5px;
  left: 3px;
}

.slider-wrap {
  overflow: hidden;
}
.slider-wrap .item {
  overflow: hidden;
  padding-bottom: 5px;
}
.slider-wrap .item img {
  height: 360px;
  width: 100%;
  max-width: auto;
  object-fit: cover;
  object-position: center;
}
.slider-wrap .item .description_info {
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  font-weight: 300;
  position: absolute;
  top: 12%;
  left: 0;
  background: #0070bac5;
}
.slider-wrap .item .description_info h2 {
  color: #fff;
  font-size: 18px;
}
.slider-wrap .item .description_info .desc {
  color: #fff;
  font-size: 14px;
}
.slider-wrap .item .description_info .desc.ac {
  margin-top: 25px;
}
.slider-wrap .item.slick-active .description_info {
  -ms-transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  opacity: 1;
}

.consider-it {
  background-position: right top;
  position: relative;
  background-size: cover;
}
.consider-it::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e5e5e5+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(left, rgba(229, 229, 229, 0) 0%, black 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(229, 229, 229, 0) 0%,
    black 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to left, rgba(229, 229, 229, 0) 0%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e5e5e5', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
.consider-it .section {
  position: relative;
}
.consider-it .section .title {
  color: #ec1f2c;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 1.2;
}
.consider-it .section .desc {
  color: #fff;
}

.leatest_news {
  background: #0071ba;
  padding: 15px;
}
.leatest_news .item {
  margin-bottom: 20px;
}
.leatest_news .item:last-child {
  margin-bottom: 0;
}
.leatest_news .item .title {
  font-size: 14px;
  text-align: justify;
  line-height: 1.2;
  margin: 5px 0;
}
.leatest_news .item .title a {
  color: #fff;
  text-decoration: none;
}
.leatest_news .item .pic img {
  border: 1px solid transparent;
}
.leatest_news .item:hover .pic img {
  border: 1px solid #fff;
  object-fit: cover;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.leatest_news .item:hover .title a {
  color: #eee;
}

.about-dayan {
  text-align: center;
  background: #f9f9fb;
}
.about-dayan .container {
  background: #fff;
  color: #666;
}
.about-dayan .container .section {
  padding-left: 20px;
  padding-right: 20px;
}
.about-dayan .container .section h2 {
  color: #0071ba;
  font-size: 1.5rem;
  margin-bottom: 40px;
  font-weight: 600;
  line-height: 1.2;
}
.about-dayan .container .section .desc {
  text-align: left;
  font-weight: 300;
}
.about-dayan .container .section .more {
  margin-top: 40px;
}
.about-dayan .container .section .more a {
  background: #bbbbbb;
  padding: 10px 15px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.about-dayan .container .section .more a:hover {
  background: #7b7b7b;
}

.our-serivce .title {
  font-size: 2.3rem;
  color: #0071ba;
  margin-bottom: 50px;
  font-weight: 700;
  text-align: center;
}
.our-serivce .service-list .row {
  flex-flow: row wrap;
}
.our-serivce .service-list .row .item {
  margin: 0 15px;
}
.our-serivce .service-list .row .item .img {
  overflow: hidden;
}
.our-serivce .service-list .row .item .img img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  filter: grayscale(20%);
}
.our-serivce .service-list .row .item .caption-title {
  font-weight: 700;
  font-size: 1.3rem;
  margin: 10px 0 5px;
}
.our-serivce .service-list .row .item .caption-title a {
  color: #0071ba;
}
.our-serivce .service-list .row .item .desc {
  margin: 0;
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: 14px;
  font-weight: 300;
}
.our-serivce .service-list .row .item .readmore {
  color: #ec1e2b;
  font-size: 14px;
  letter-spacing: 0.3px;
}
.our-serivce .service-list .row .item .readmore i {
  font-size: 11px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.our-serivce .service-list .row .item:hover .img img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transform: scale(1.09);
  filter: grayscale(0);
}
.our-serivce .service-list.more-than .row {
  justify-content: center;
}

.recent-news {
  padding: 50px 0;
  position: relative;
}
.recent-news::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 113, 186, 0.58);
}
.recent-news .wrap {
  z-index: 2;
}
.recent-news .wrap .title {
  font-size: 2.5rem;
  margin: 0px 0 40px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  z-index: 2;
  position: relative;
}
.recent-news .wrap .recent-list .item {
  padding: 15px 30px;
  background: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.recent-news .wrap .recent-list .item .recent-title a {
  color: #444;
}
.recent-news .wrap .recent-list .item .desc {
  color: #666;
  font-weight: 300;
  line-height: 1.4;
}
.recent-news .wrap .recent-list .item .readmore {
  color: #0071ba;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
.recent-news .wrap .recent-list .item:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.recent-news .wrap .recent-list .item:hover .recent-title a {
  text-decoration: underline;
}
.recent-news .wrap .recent-list .item:hover .readmore {
  text-decoration: underline;
}
.recent-news .wrap .recent-list .news-more {
  position: relative;
  text-align: center;
  margin: 40px 0 20px;
}
.recent-news .wrap .recent-list .news-more a {
  padding: 10px 15px;
  background: #7b7b7b;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.recent-news .wrap .recent-list .news-more:hover a {
  background: #0071ba;
}

#content_gallery {
  padding: 20px 0 20px 0;
}
#content_gallery .item {
  position: relative;
  height: 80px;
  float: left;
  width: 50%;
  overflow: hidden;
  break-inside: avoid;
  display: flex;
}
#content_gallery .item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
#content_gallery .item i {
  position: absolute;
  bottom: 10px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#content_gallery .item a {
  display: block;
  position: relative;
}
#content_gallery .item a img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#content_gallery .item:hover a img {
  transform: scale(1.09);
}
#content_gallery .item:hover i {
  opacity: 1;
  visibility: visible;
  color: #fff;
  font-size: 22px;
}

.news-list {
  margin-bottom: 40px;
}
.news-list .item {
  margin-bottom: 10px;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 10px;
}
.news-list .item:last-child {
  border-bottom: 0;
}
.news-list .item .news-title {
  margin-bottom: 0;
}
.news-list .item .news-title a {
  color: #0071ba;
}
.news-list .item .desc {
  margin: 0;
  font-weight: 300;
  font-size: 100%;
  line-height: 1.4;
  margin-bottom: 10px;
}
.news-list .item .publish_date {
  margin: 8px 0;
  line-height: 1;
}
.news-list .item .publish_date ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  font-size: 12px;
  font-weight: 300;
}
.news-list .item .publish_date ul li {
  color: #444;
  margin-right: 10px;
  text-transform: uppercase;
}
.news-list .item .img img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.news-list .item .readmore {
  color: #ec1e2b;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.3px;
}
.news-list .item .readmore i {
  font-size: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.news-list .item:hover .img img {
  transform: scale(1.09);
  filter: grayscale(0);
}
.news-list .search-result {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #eaeaea;
}
.news-list .search-result h3 {
  text-transform: uppercase;
  color: #0071ba;
  margin: 0;
}
.news-list .search-result h3 i {
  color: #ec1e2b;
  position: relative;
  bottom: 6px;
  right: 2px;
  cursor: pointer;
}

.archive-list .title {
  font-size: 18px;
  color: #0071ba;
  text-transform: uppercase;
}
.archive-list .year-search ul {
  list-style-type: none;
  padding-left: 5px;
}
.archive-list .year-search ul li {
  padding-bottom: 2px;
}
.archive-list .year-search ul li a {
  color: #444;
}
.archive-list .year-search ul li a i {
  font-size: 12px;
  padding-right: 8px;
  height: 100%;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.archive-list .year-search ul li a .count {
  font-size: 85%;
  position: relative;
  top: -2px;
}
.archive-list .year-search ul li:hover a {
  color: #0071ba;
}
.archive-list .year-search ul li:hover a i {
  padding-right: 10px;
}

.article .publish_date ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
}
.article .publish_date ul li {
  position: relative;
  text-transform: uppercase;
  margin-right: 15px;
  color: #666;
}
.article .publish_date ul li:last-child::before {
  content: "";
  position: absolute;
  left: -9px;
  top: 5px;
  height: 11px;
  width: 1px;
  background: #666;
}

.vacancies .slick-slider .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 350px;
  margin: 0 auto;
  background: whitesmoke;
}
.vacancies .slick-slider .slick-slide img {
  height: 100%;
  object-position: center;
}
.vacancies .slick-slider .slick-dots {
  bottom: 20px;
}
.vacancies .slick-slider .slick-dots li button::before {
  height: 4px;
  border-radius: 0;
}

.category_news {
  background: #f9f9fb;
}
.category_news .news-list,
.category_news .archive-list {
  background: #fff;
  padding: 40px 35px;
}

.slider-wrap2 {
  overflow: hidden;
}
.slider-wrap2 .item {
  height: 412px;
  overflow: hidden;
}
.slider-wrap2 .item img {
  height: 100%;
}

.slogan {
  padding: 18px 20px;
  text-align: center;
  background: #ec1e2b;
}
.slogan h2 {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

footer {
  background: #646464;
  border-top: 3px solid #0071ba;
  color: #fff;
}
footer .social {
  margin-top: 20px;
  text-align: center;
}
footer .social ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
footer .social ul li {
  line-height: 1;
  text-align: center;
  font-size: 22px;
  margin-right: 15px;
}
footer .social ul li:last-child {
  margin-right: 0;
}
footer .social ul li i {
  color: #fff;
}
footer .copyright {
  text-align: center;
}
footer .footer-menu {
  padding: 30px 0 30px;
}
footer .footer-menu .item {
  margin-bottom: 20px;
  text-align: center;
}
footer .footer-menu .item .item-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
footer .footer-menu .item .desc {
  font-size: 85%;
}
footer .footer-menu .item .desc ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
footer .footer-menu .item .desc ul li {
  margin-bottom: 1px;
}
footer .footer-menu .item .desc ul li .ser-title {
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer .footer-menu .item .desc ul li .ser-title:hover {
  padding-left: 1px;
}
footer .footer-menu .item .desc ul li a {
  color: #fff;
}
footer .footer-menu .item.contact .desc {
  font-style: normal;
}
footer .footer-menu .item.contact .desc .services-list-ul li:first-child {
  margin-bottom: 10px;
}
footer .footer-bottom {
  background: #3c3c3c;
  padding: 20px 0;
}

.footer {
  background: #fff;
  padding: 40px 40px 80px 40px;
}
.footer .address ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: list-item;
}
.footer .address ul li {
  margin-right: 40px;
  padding-left: 45px;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  font-size: 14px;
}
.footer .address ul li i {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  text-align: center;
  margin-right: 10px;
}
.footer .address .fields {
  display: block;
}
.footer .address .fields h2 {
  color: #0071ba;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.footer .address .fields .context {
  font-size: 95%;
  font-weight: 300;
}
.footer .social-color {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.footer .social-color ul {
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
.footer .social-color ul li {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #0071ba;
  margin-right: 20px;
  text-align: center;
  border-radius: 50%;
}
.footer .social-color ul li:last-child {
  margin-right: 0;
}
.footer .social-color ul li i {
  color: #fff;
}
.footer .social-color ul li:nth-child(1) {
  background: #033b73;
}
.footer .social-color ul li:nth-child(2) {
  background: #02adee;
}
.footer .social-color ul li:nth-child(3) {
  background: #ec1e2b;
}
.footer .social-color ul li:nth-child(4) {
  background: #0076e8;
}
.footer .second-copyright {
  margin-top: 40px;
  font-size: 14px;
  color: #7b7b7b;
}

.side-menu {
  height: auto;
}
.side-menu > ul > li {
  position: relative;
}
.side-menu > ul > li i {
  position: absolute;
  right: 15px;
}
.side-menu ul {
  border-top: 3px solid #0071ba;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.side-menu ul li {
  background: #fff;
  border-bottom: 1px solid #eee;
  position: relative;
  padding: 10px 20px;
}
.side-menu ul li a {
  color: #707070;
  text-decoration: none;
  font-size: 14px;
  z-index: 1;
}
.side-menu ul li i {
  position: absolute;
  right: 20px;
  z-index: 5;
  color: #a0a0a0;
  pointer-events: all;
}
.side-menu ul li i:hover {
  color: #ec1f2c;
}
.side-menu ul li.active a {
  color: #ec1e2b;
}
.side-menu ul li .sub {
  height: 0;
  visibility: hidden;
  border-top: 0;
}
.side-menu ul li .sub li {
  text-align: left;
}
.side-menu ul li .sub li a {
  font-size: 14px;
  color: #707070;
}
.side-menu ul li .sub li.active a {
  color: #ec1e2b;
}
.side-menu ul li .sub li:first-child {
  border-top: 1px solid #eee;
}
.side-menu ul li .sub li:last-child {
  border-bottom: 0;
}
.side-menu ul li .sub li:hover > a {
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.side-menu ul li.expand .sub {
  height: 100%;
  visibility: visible;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.side-menu ul li:hover > a {
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.side-news h4 {
  border-bottom: 1px solid #eee;
  color: #ec1e2b;
  padding-bottom: 5px;
  margin-top: 0;
  font-weight: 600;
  font-size: 18px;
}
.side-news ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.side-news ul .item {
  margin-bottom: 25px;
}
.side-news ul .item .news-title {
  margin-top: 5px;
  font-size: 14px;
  color: #444;
  line-height: 1.1;
  display: block;
}

.gallery .slide #content_gallery .it {
  height: 250px;
  overflow: hidden;
}
.gallery .slide #content_gallery .it img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.gallery .thumb #content_gallery {
  position: relative;
  height: 250px;
  overflow: hidden;
}
.gallery .thumb #content_gallery .slick-arrow {
  top: 25%;
}
.gallery .thumb #content_gallery .it {
  height: 120px;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.gallery .thumb #content_gallery .it::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  border: 0px solid #02adee;
}
.gallery .thumb #content_gallery .it.slick-active.slick-current::before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 3px solid #02adee;
  background: rgba(0, 0, 0, 0.1);
}
.gallery .thumb #content_gallery .it img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.article-list .type-title {
  font-size: 26px;
  margin-bottom: 45px;
  padding-bottom: 10px;
  position: relative;
}
.article-list .type-title::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 80px;
  height: 3px;
  background: #ec1e2b;
}
.article-list .item .title a {
  color: #444;
  display: block;
  line-height: 1.2;
  margin: 10px 0;
}

.about_partner table {
  border-collapse: collapse;
  max-width: 100%;
  width: 100%;
}
.about_partner table tr td {
  width: 50%;
  border: 1px solid #eee;
  padding: 16px 16px 15px;
}

.content-text .galleria-stage {
  background: #e6e6e6;
}
.content-text .galleria-bar {
  background: #444;
}
.content-text .galleria-bar .galleria-s1,
.content-text .galleria-bar .galleria-s2,
.content-text .galleria-bar .galleria-s3,
.content-text .galleria-bar .galleria-s4 {
  background: #505050;
  width: 1px;
}
.content-text .galleria-bar .galleria-counter {
  background: none;
  border-right: 1px solid #505050;
}

@media (min-width: 240px) {
  .slider {
    background-color: #f9f9f9;
  }
  .slider .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .slider-wrap .item .description_info {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 992px) {
  header .desktop-menu {
    display: block;
  }
  header .desktop-menu .menu-container {
    display: inline-flex;
    width: 100%;
  }
  header .desktop-menu .menu-container .logo {
    width: 160px;
  }
  header .desktop-menu .menu-container .main-menu-wrap {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 0;
  }
  header .desktop-menu .menu-container .main-menu-wrap .main-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
  }
  header .desktop-menu .menu-container .main-menu-wrap .main-menu .item {
    position: relative;
    margin-right: 5px;
    padding: 5px 20px 20px;
  }
  header .desktop-menu .menu-container .main-menu-wrap .main-menu .item a {
    font-size: 12px;
    font-weight: 500;
  }
  header
    .desktop-menu
    .menu-container
    .main-menu-wrap
    .main-menu
    .item:last-child {
    margin-right: 0;
  }
  header .desktop-menu .menu-container .main-menu-wrap .main-menu .item i {
    position: absolute;
    top: 7px;
    right: 0;
    font-size: 14px;
    color: #0071ba;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
  }
  header
    .desktop-menu
    .menu-container
    .main-menu-wrap
    .main-menu
    .item
    i:hover {
    color: #ec1e2b;
  }
  header .desktop-menu .menu-container .main-menu-wrap .main-menu .item a {
    font-size: 12px;
    font-weight: 400;
    color: #0071ba;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  header
    .desktop-menu
    .menu-container
    .main-menu-wrap
    .main-menu
    .item
    a:hover {
    color: #707070;
  }
  header
    .desktop-menu
    .menu-container
    .main-menu-wrap
    .main-menu
    .item
    .submenu {
    min-width: 300px;
    border-bottom: 3px solid #0071ba;
    position: absolute;
    left: 0;
    top: 45px;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  header
    .desktop-menu
    .menu-container
    .main-menu-wrap
    .main-menu
    .item
    .submenu
    ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  header
    .desktop-menu
    .menu-container
    .main-menu-wrap
    .main-menu
    .item
    .submenu
    ul
    li {
    background: #fff;
    margin-right: 0;
    padding-left: 18px;
    padding-right: 12px;
    border-bottom: 1px solid #f7f7f7;
    padding: 7px 20px;
    position: relative;
  }
  header
    .desktop-menu
    .menu-container
    .main-menu-wrap
    .main-menu
    .item
    .submenu
    ul
    li:last-child {
    border-bottom: 0;
  }
  header
    .desktop-menu
    .menu-container
    .main-menu-wrap
    .main-menu
    .item
    .submenu
    ul
    li
    a {
    color: #707070;
    font-weight: 400;
    display: block;
    font-size: 14px;
    text-transform: unset;
  }
  header
    .desktop-menu
    .menu-container
    .main-menu-wrap
    .main-menu
    .item
    .submenu
    ul
    li
    .submenu-sub {
    min-width: 260px;
    position: absolute;
    right: 100%;
    top: 0;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
  }
  header
    .desktop-menu
    .menu-container
    .main-menu-wrap
    .main-menu
    .item
    .submenu
    ul
    li
    .submenu-sub
    ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  header
    .desktop-menu
    .menu-container
    .main-menu-wrap
    .main-menu
    .item
    .submenu
    ul
    li
    .submenu-sub
    ul
    li {
    background: #fff;
    padding: 7px 10px;
  }
  header
    .desktop-menu
    .menu-container
    .main-menu-wrap
    .main-menu
    .item
    .submenu
    ul
    li
    .submenu-sub
    ul
    li
    a {
    color: #707070;
    font-weight: 400;
  }
  header
    .desktop-menu
    .menu-container
    .main-menu-wrap
    .main-menu
    .item
    .submenu
    ul
    li
    .submenu-sub
    ul
    li:hover {
    background: #ebebeb;
  }
  header
    .desktop-menu
    .menu-container
    .main-menu-wrap
    .main-menu
    .item
    .submenu
    ul
    li
    .submenu-sub
    ul
    li:hover
    a {
    color: #ec1e2b;
  }
  header
    .desktop-menu
    .menu-container
    .main-menu-wrap
    .main-menu
    .item
    .submenu
    ul
    li:hover {
    background: #ebebeb;
  }
  header
    .desktop-menu
    .menu-container
    .main-menu-wrap
    .main-menu
    .item
    .submenu
    ul
    li:hover
    a {
    color: #ec1e2c;
  }
  header
    .desktop-menu
    .menu-container
    .main-menu-wrap
    .main-menu
    .item
    .submenu
    ul
    li:hover
    .submenu-sub {
    z-index: 3;
    opacity: 1;
    visibility: visible;
  }
  header
    .desktop-menu
    .menu-container
    .main-menu-wrap
    .main-menu
    .item:hover
    i {
    color: #707070;
  }
  header
    .desktop-menu
    .menu-container
    .main-menu-wrap
    .main-menu
    .item:hover
    .submenu {
    top: 49px;
    z-index: 2;
    opacity: 1;
    visibility: visible;
  }
  header .header-top {
    padding-bottom: 25px;
  }

  .slider .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .slider-wrap .item .description_info {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1210px) {
  header .desktop-menu {
    display: block;
  }
  header .desktop-menu .menu-container {
    display: inline-flex;
    width: 100%;
    padding-bottom: 15px;
  }
  header .desktop-menu .menu-container .logo {
    width: 26%;
  }
  header .desktop-menu .menu-container .main-menu-wrap {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
    margin-bottom: -15px;
  }
  header .desktop-menu .menu-container .main-menu-wrap .main-menu li {
    width: auto;
  }
  header .desktop-menu .menu-container .main-menu-wrap .main-menu .item {
    text-align: left;
    margin-right: 0;
  }
  header .desktop-menu .menu-container .main-menu-wrap .main-menu .item a {
    font-size: 12px;
    font-weight: 500;
  }
  header
    .desktop-menu
    .menu-container
    .main-menu-wrap
    .main-menu
    .item:hover
    .submenu {
    top: 49px;
  }
  header .header-top {
    display: flex !important;
    padding-bottom: 10px;
  }
  header.padding-side-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  footer .social {
    margin-top: 0;
    text-align: right;
  }
  footer .social ul {
    justify-content: flex-end;
  }
  footer .social ul li {
    margin-right: 20px;
  }
  footer .social ul li:last-child {
    margin-right: 0;
  }
  footer .copyright {
    text-align: left;
  }
  footer .footer-menu .item {
    margin-bottom: 0;
    text-align: left;
  }

  .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .footer .address ul {
    display: inline-flex;
  }
  .footer .address ul li {
    margin-bottom: 0;
    width: 40%;
  }
  .footer .address ul li:nth-child(1),
  .footer .address ul li:nth-child(2),
  .footer .address ul li:nth-child(3) {
    width: 20%;
  }

  .cat-cover {
    background-position: right bottom !important;
  }

  #content_gallery .item {
    position: relative;
    height: 185px;
    width: 33.3%;
  }

  .slick-slider .slick-dots {
    position: absolute;
    bottom: 10px;
  }
  .slick-slider .slick-dots li button::before {
    width: 12px;
    height: 12px;
    border-radius: 50%;
  }

  .about-dayan .container .section .desc {
    column-count: 2;
    column-gap: 30px;
  }
  .about-dayan .container .section .desc p {
    margin: 0;
  }

  .our-serivce .service-list .row .item {
    margin: 0;
  }

  .category_news {
    padding-top: 0;
  }

  .vacancies .slick-slider .slick-slide {
    height: 550px;
  }

  .slider {
    background-color: #f9f9f9;
  }
  .slider .container {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-wrap .item {
    width: 100%;
    height: 750px;
    padding-bottom: 0;
  }
  .slider-wrap .item img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .slider-wrap .item .description_info {
    position: absolute;
    top: 12%;
    left: 30px;
    max-width: 45%;
    margin-left: 80px;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    padding: 15px;
    background: rgba(0, 113, 186, 0.75);
    color: #fff;
  }
  .slider-wrap .item .description_info .title h2 {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.2;
  }
  .slider-wrap .item .description_info .desc {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
  }
  .slider-wrap .item .description_info:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: rgba(255, 255, 255, 0.95);
  }
  .slider-wrap .item .description_info:hover a {
    text-decoration: none;
  }
  .slider-wrap .item .description_info:hover .title h2 {
    color: #0071ba;
  }
  .slider-wrap .item .description_info:hover .desc {
    color: #444;
  }

  .consider-it {
    height: 380px;
    background-position: center center;
  }
  .consider-it::before {
    width: 60%;
  }
  .consider-it .section {
    width: 50%;
  }
  .consider-it .section .title {
    font-size: 2.2rem;
  }

  .about-dayan .container .section h2 {
    font-size: 2.5rem;
  }

  .leatest_news {
    height: 100%;
  }

  .right-slider {
    height: 100%;
    background: #ec1e2c;
  }

  .side-menu {
    height: 600px;
  }

  .gallery .col-md-9 {
    padding-right: 0;
  }
  .gallery .col-md-9 .slide #content_gallery {
    height: 450px;
  }
  .gallery .col-md-9 .slide #content_gallery .it {
    height: 450px;
  }
  .gallery .col-md-3 {
    padding-left: 0;
  }
  .gallery .col-md-3 .thumb #content_gallery {
    height: 450px;
  }
  .gallery .col-md-3 .thumb #content_gallery .it {
    height: 150px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1360px;
  }

  header .desktop-menu .menu-container .main-menu li {
    padding: 7px 20px;
    width: 185px;
  }
  header .desktop-menu .menu-container .main-menu li.item {
    text-align: left !important;
    text-align: center;
  }
  header .desktop-menu .menu-container .main-menu li.child-item {
    text-align: left;
  }

  .slider-wrap .item .description_info {
    margin-left: 0;
  }
}
@media (min-width: 1560px) {
  .container {
    max-width: 1440px;
  }
}
@media (min-width: 1680px) {
  header .desktop-menu .menu-container .main-menu-wrap .main-menu .item {
    margin-right: 20px;
  }
  header .desktop-menu .menu-container .main-menu-wrap .main-menu .item a {
    font-size: 14px;
    font-weight: 600;
  }
  header
    .desktop-menu
    .menu-container
    .main-menu-wrap
    .main-menu
    .item:hover
    .submenu {
    top: 63px;
  }
  header
    .desktop-menu
    .menu-container
    .main-menu-wrap
    .main-menu
    .item
    .submenu
    .child-item
    a {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}

/*# sourceMappingURL=main.css.map */
