/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}


.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

/* .owl-carousel .owl-item img {
    display: block;
    width: 100%; } */
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  /*background: url("owl.video.play.png") no-repeat;*/
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}


.slider_1 {
  height: 480px;
  display: flex;

  align-items: center;


}

.owl-slide {

  /* width: 50%;
  display: flex;
  justify-content: flex-end;
  padding-right: 130px; */
  width: 61%;

  margin-left: auto;
  margin-right: auto;



}

/* .toogle-height{
  width: 465px;
} */

.clider-responsive-inner-item-img-title {
  color: #ffffff;
  font-size: 32px;
  font-weight: 400;

}

.clider-responsive-inner-item-img-text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;

}


.clider-responsive-inner-item-img-buttom button {
  width: 170px;
  height: 45px;
  border-width: 1px;
  border-color: #ffffff;
  border-radius: 5px;
  background-color: #00000000;
  margin-top: 60px;
  cursor: pointer;


}

.clider-responsive-inner-item-img-buttom button:hover {
  background-color: #0194C8;
  border-width: 0px;
}



.clider-responsive-inner-item-img-buttom button a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;

}



.slider-responsive-controls a {
  text-decoration: none;

}

.slider-button {
  display: flex;
  text-align: center;
  justify-content: center;
  z-index: 10;
  position: relative;
  margin-top: -80px;

  font-size: 16px;
  color: #ffffff;
  align-items: center;

}

.slider-button button {
  background-color: #00000000;
  border: #00000000;
  color: #ffffff;
  font-size: 30px;
  cursor: pointer;

}

.slider-button button:hover {
  color: #0194C8;
}


.slide-counter {
  padding-right: 18px;
  padding-left: 18px;
}


.slider-end {
  background-color: #000;
}


.slide-progress-bar {
  display: flex;
  height: 5px;
  background-color: #F2F4F6;
  margin-top: 24px;

}

.slide-progress-bar-fill {
  height: 100%;
  background-color: #0194C8;
  animation: slide-progress-animation 5s linear forwards;
}

@keyframes slide-progress-animation {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}


/* ---------------------------------------------------------------- */






.news-list {
  height: 500px;
}


.block-3 {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;

  display: flex;
  padding: 20px;
  align-items: center
}

.block-3 .block-3-l-title h2 {
  font-size: 32px;
  font-weight: 400;
}

.block-3 .block-3-l-text p {
  max-width: 400px;
  font-size: 16px;
  font-weight: 400;
  color: #575757;
}

.block-3 .block-3-container {
  width: 50%;
}

.block-3 .block-3-r .slider_2 {
  display: flex;
  justify-content: center
}

.block-3 .block-3-r .slider_2 img {
  width: auto;
}










.slider-button1 {
  display: flex;
  text-align: center;
  justify-content: center;
  z-index: 10;
  position: relative;
  /* margin-top: -80px; */
  weight: 400;
  font-size: 16px;
  color: #575757;
  align-items: center;

}

.slider-button1 button {
  background-color: #00000000;
  border: #00000000;
  color: #575757;
  font-size: 30px;
  cursor: pointer;

}

.slider-button1 button:hover {
  color: #0194C8;
}

.slider-button1 {
  padding-right: 18px;
  padding-left: 18px;
}



.slide1 {
  display: none;
  width: 100%;
  background-color: #000;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}




/* ---------------------------------------------------------------- */



.slider-button4 {
  display: flex;
  text-align: center;
  justify-content: center;
  z-index: 10;
  position: relative;
  /* margin-top: -80px; */
  weight: 400;
  font-size: 16px;
  color: #575757;
  align-items: center;

}

.slider-button4 button {
  background-color: #00000000;
  border: #00000000;
  color: #575757;
  font-size: 30px;
  cursor: pointer;

}

.slider-button4 button:hover {
  color: #0194C8;
}

.slider-button4 {
  padding-right: 18px;
  padding-left: 18px;
}


.slider-button-six {
  display: flex;
  text-align: center;
  justify-content: center;
  z-index: 10;
  position: relative;
  /* margin-top: -80px; */
  weight: 400;
  font-size: 16px;
  color: #575757;
  align-items: center;

}

.slider-button-six button {
  background-color: #00000000;
  border: #00000000;
  color: #575757;
  font-size: 30px;
  cursor: pointer;

}

.slider-button-six button:hover {
  color: #0194C8;
}

.slider-button4-six {
  padding-right: 18px;
  padding-left: 18px;
}


.block-4 {
  background-color: #F2F4F6;
  min-height: 650px;
}

.block-4 .block-4-osn {
  max-width: 1180px;
  min-height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.block-4 .block-4-osn .block-4-osn-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 50px;
}

.block-4 .block-4-osn .block-4-osn-top .block-4-osn-top-title h2 {
  max-width: 400px;
  font-size: 32px;
  font-weight: 400;
}

.block-4 .block-4-osn .block-4-osn-top .block-4-osn-top-text p {
  max-width: 500px;
  font-size: 16px;
  font-weight: 400;
  color: #575757;
  line-height: 26px;
}

.block-4 .block-4-osn .block-4-osn-bottom {
  background-color: #F2F4F6;
}

.slider_container_4 {
  margin: 0 10px;
  background-color: #ffffff;
  height: 340px;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  border-radius: 5px;


}

.slider_4 img {
  height: 224px;
  width: 316px;
  padding-top: 34px;
}

.slider_4 p {
  width: 316px;
  text-align: center;

}

/* ---------------------------------------------------------------- */

.slider-button5 {
  display: flex;
  text-align: center;
  justify-content: center;
  z-index: 10;
  position: relative;
  /* margin-top: -80px; */


  color: #575757;
  align-items: center;

}

.slider-button5 button {
  background-color: #00000000;
  border: #00000000;
  color: #575757;
  font-size: 30px;
  cursor: pointer;

}

.slider-button5 button:hover {
  color: #0194C8;
}

.slider-button5 {
  padding-right: 18px;
  padding-left: 18px;
}


.block-5 {

  min-height: 300px;

}

.block-5 .block-5-osn {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.block-5 .block-5-osn .block-5-osn-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.block-5 .block-5-osn .block-5-osn-top .block-5-osn-top-title h2 {
  font-size: 32px;
  font-weight: 400;
}

.block-5 .block-5-osn .block-5-osn-bottom {}

.slider_container_5 {

  /* width: 180px;
  height: 100px; */
  display: flex;
  justify-content: space-around;
  border-radius: 5px;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  margin-left: 10px;
  margin-right: 10px;
  border-color: #F0F0F0;



}

.slider_5 {
  width: 180px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center
}


.slider_5 img {

  max-width: 160px;
  max-height: 80px;
  filter: grayscale(100%);

}

.slider_5 img:hover {

  max-width: 160px;
  max-height: 80px;
  filter: grayscale(0%);

}


/* 
------------------------------------------------------------- */
/* .block-55-osn-top{
  display: flex;
  justify-content: space-between;
} */




.slider-button55 {
  display: flex;
  text-align: center;
  justify-content: center;
  z-index: 10;
  position: relative;
  /* margin-top: -80px; */
  weight: 650;
  font-size: 16px;
  color: #575757;
  align-items: center;

}

@media(max-width:1180px) {

  .slider-button55 {
    display: none;
    width: 220px;
  }

  .mob {
    display: flex;
  }
}

@media(min-width:1180px) {

  .mob {
    display: none;
  }
}

.slider-button55 button {
  background-color: #00000000;
  border: #00000000;
  color: #575757;
  font-size: 30px;
  cursor: pointer;

}

.slider-button55 button:hover {
  color: #0194C8;
}

.slider-button55 {
  padding-right: 18px;
  padding-left: 18px;
  justify-content: flex-end;


}


.block-55 {
  /* background-color: #F2F4F6; */
  height: auto;
}

@media(min-width:500px) {
  .block-55 .block-55-osn {
    width: 1180px;
  }
}

.block-55 .block-55-osn {
  /* width: 1180px;  */
  height: 750px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.block-55 .block-455-osn .block-55-osn-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 50px;
}

.block-55 .block-55-osn .block-55-osn-top .block-55-osn-top-title h2 {
  /* width: 400px; */
  font-size: 32px;
  font-weight: 400;
}

@media(max-width:640px) {
  .block-55 .block-55-osn .block-55-osn-top .block-55-osn-top-title h2 {
    /* width: 400px;  */
    font-size: 28px;
  }
}

.block-55 .block-55-osn .block-55-osn-top .block-55-osn-top-text p {
  /* width: 500px; */
  font-size: 16px;
  font-weight: 400;
  color: #575757;
  line-height: 26px;
}

@media(max-width:1180px) {
  .block-55 .block-55-osn .block-55-osn-top .block-55-osn-top-text p {
    /* width: 368px;  */
    font-size: 12px;
  }
}

/* .block-55 .block-55-osn .block-55-osn-bottom {
  background-color: #F2F4F6;
} */

.slider_container_55 {
  background-color: #F2F4F6;
  width: 380px;
  height: 480px;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  border-radius: 5px;


}

@media(max-width:500px) {
  .slider_55 {
    padding-right: 41px;
  }
}

.slider_55 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.slider_55 img {
  width: 228px;
  padding-top: 34px;
  cursor:pointer;
}

.slider_55 p {
  width: 316px;
  text-align: center;

}

/* ---------------------------------------------- */
.slider-button61 {
  display: flex;
  text-align: center;
  justify-content: center;
  z-index: 10;
  position: relative;
  /* margin-top: -80px; */
  weight: 650;
  font-size: 16px;
  color: #575757;
  align-items: center;

}

.slider-button61 button {
  background-color: #00000000;
  border: #00000000;
  color: #575757;
  font-size: 30px;
  cursor: pointer;

}

.slider-button61 button:hover {
  color: #0194C8;
}

.slider-button61 {
  padding-right: 18px;
  padding-left: 18px;
  justify-content: flex-end;


}


.block-61 {
  /* background-color: #F2F4F6; */
  height: auto;
}

.block-61 .block-61-osn {
  max-width: 1180px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.block-61 .block-61-osn .block-61-osn-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  /* padding-bottom: 50px; */
}

.block-61 .block-61-osn .block-61-osn-top .block-61-osn-top-title h2 {
  /* width: 400px; */
  font-size: 28px;
  font-weight: 400;
}

.block-61 .block-61-osn .block-61-osn-top .block-61-osn-top-text p {
  /* width: 500px; */
  font-size: 16px;
  font-weight: 400;
  color: #575757;
  line-height: 26px;
}

/* .block-55 .block-55-osn .block-55-osn-bottom {
  background-color: #F2F4F6;
} */

.slider_container_61 {
  /* background-color: #F2F4F6; */

  height: 500px;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  border-radius: 5px;


}

.slider_61 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.slider_61 img {
  width: 280px;
  padding-top: 34px;
}

.slider_61 .hade {
  margin-top: 15px;
  width: 280px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.slider_61 p {

  width: 280px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;



}

/*__________________________________________________*/

.slider-button7 {
  display: flex;
  text-align: center;
  justify-content: center;
  z-index: 10;
  position: relative;
  /* margin-top: -80px; */
  weight: auto;
  font-size: 16px;
  color: #575757;
  align-items: center;

}

.slider-button7 button {
  background-color: #00000000;
  border: #00000000;
  color: #575757;
  font-size: 30px;
  cursor: pointer;

}

.slider-button7 button:hover {
  color: #0194C8;
}

.slider-button7 {
  padding-right: 18px;
  padding-left: 18px;
  justify-content: flex-end;


}


.block-7 {
  /* background-color: #F2F4F6; */
  height: auto;
}

.block-7 .block-7-osn {
  width: 1180px;
  height: 750px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.block-7 .block-7-osn .block-7-osn-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  /* padding-bottom: 50px; */
}

.block-7 .block-7-osn .block-7-osn-top .block-7-osn-top-title h2 {
  /* width: 400px; */
  font-size: 28px;
  font-weight: 400;
}

.block-7 .block-7-osn .block-7-osn-top .block-7-osn-top-text p {
  /* width: 500px; */
  font-size: 16px;
  font-weight: 400;
  color: #575757;
  line-height: 26px;
}

/* .block-55 .block-55-osn .block-55-osn-bottom {
  background-color: #F2F4F6;
} */

.slider_container_7 {
  /* background-color: #F2F4F6; */
  width: 280px;
  height: 500px;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  border-radius: 5px;


}

.slider_7 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.slider_7 img {
  width: 280px;
  padding-top: 34px;
}

.slider_7 .hade {
  width: 280px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;


}

.slider_7 p {

  width: 280px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}




/*-----------10---------------------*/


.slider-button10 {
  display: flex;
  text-align: center;
  justify-content: center;
  z-index: 10;
  position: relative;
  /* margin-top: -80px; */

  font-size: 16px;
  color: #575757;
  align-items: center;

}

.slider-button10 button {
  background-color: #00000000;
  border: #00000000;
  color: #575757;
  font-size: 30px;
  cursor: pointer;

}

.slider-button10 button:hover {
  color: #0194C8;
}

.slider-button10 {
  padding-right: 18px;
  padding-left: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hide {
  display: none;
}

@media screen and (max-width: 600px) {
  .block-5{
    margin-top: 15px;
  }
  .slider_container_4{
    text-align: center;
  }
  .slider_4 img{
    width: 90%;
  }
  .block-3 {
    flex-direction: column;
    align-items: start;
  }

  .block-3 .block-3-container {
    width: 100%;
  }

  .block-3 .block-3-l-title h2 {
    text-align: center;
  }

  .block-3 .block-3-l-text p {
    text-align: center;
  }

  .block-4 .block-4-osn .block-4-osn-top {
    flex-direction: column;
  }

  .block-4 .block-4-osn .block-4-osn-top .block-4-osn-top-title h2 {
    text-align: center;
  }

  .block-4 .block-4-osn .block-4-osn-top .block-4-osn-top-text p {
    text-align: center;
  }

  .block-5 .block-5-osn .block-5-osn-top {
    justify-content: center;
  }
}