/* Pagination alanı */
.pagination {
  text-align: center;
  margin: 40px auto;
}

.pagination-container {
  display: inline-flex;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
}

.pagination-container a,
.pagination-container span {
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
  color: #333;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.pagination-container a:hover {
  background-color: #f5f5f5;
  color: #000;
}

.pagination-container .current {
  background-color: #0056d2;
  color: #fff;
  border-color: #0056d2;
}




.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.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;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -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 {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  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-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.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;
}
.owl-carousel .animated {
  animation-duration: 1s;
  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-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.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;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s 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-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: 0 0;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-iframe,
.fancybox-video {
  background: 0 0;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: 0;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: 0;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.fancybox-caption {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.85) 0,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    transparent
  );
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right))
      max(25px, env(safe-area-inset-bottom))
      max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  animation: a 1s linear infinite;
  background: 0 0;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: 0 0;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: 0;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
#noty_layout__bottom,
#noty_layout__bottomCenter,
#noty_layout__bottomLeft,
#noty_layout__bottomRight,
#noty_layout__center,
#noty_layout__centerLeft,
#noty_layout__centerRight,
#noty_layout__top,
#noty_layout__topCenter,
#noty_layout__topLeft,
#noty_layout__topRight,
.noty_layout_mixin {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 9999999;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  filter: blur(0);
  -webkit-filter: blur(0);
  max-width: 90%;
}
#noty_layout__top {
  top: 0;
  left: 5%;
  width: 90%;
}
#noty_layout__topLeft {
  top: 20px;
  left: 20px;
  width: 325px;
}
#noty_layout__topCenter {
  top: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - 0.5px)) translateZ(0)
    scale(1, 1);
  transform: translate(calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}
#noty_layout__topRight {
  top: 20px;
  right: 20px;
  width: 325px;
}
#noty_layout__bottom {
  bottom: 0;
  left: 5%;
  width: 90%;
}
#noty_layout__bottomLeft {
  bottom: 20px;
  left: 20px;
  width: 325px;
}
#noty_layout__bottomCenter {
  bottom: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - 0.5px)) translateZ(0)
    scale(1, 1);
  transform: translate(calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}
#noty_layout__bottomRight {
  bottom: 20px;
  right: 20px;
  width: 325px;
}
#noty_layout__center {
  top: 50%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(
      -webkit-calc(-50% - 0.5px),
      -webkit-calc(-50% - 0.5px)
    )
    translateZ(0) scale(1, 1);
  transform: translate(calc(-50% - 0.5px), calc(-50% - 0.5px)) translateZ(0)
    scale(1, 1);
}
#noty_layout__centerLeft {
  top: 50%;
  left: 20px;
  width: 325px;
  -webkit-transform: translate(0, -webkit-calc(-50% - 0.5px)) translateZ(0)
    scale(1, 1);
  transform: translate(0, calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}
#noty_layout__centerRight {
  top: 50%;
  right: 20px;
  width: 325px;
  -webkit-transform: translate(0, -webkit-calc(-50% - 0.5px)) translateZ(0)
    scale(1, 1);
  transform: translate(0, calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}
.noty_progressbar {
  display: none;
}
.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #646464;
  opacity: 0.2;
}
.noty_bar {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);
  -ms-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden;
}
.noty_effects_open {
  opacity: 0;
  -webkit-transform: translate(50%);
  -ms-transform: translate(50%);
  transform: translate(50%);
  -webkit-animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.noty_effects_close {
  -webkit-animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.noty_fix_effects_height {
  -webkit-animation: noty_anim_height 75ms ease-out;
  animation: noty_anim_height 75ms ease-out;
}
.noty_close_with_click {
  cursor: pointer;
}
.noty_close_button {
  position: absolute;
  top: 2px;
  right: 2px;
  font-weight: 700;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.noty_close_button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.noty_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
  opacity: 0.3;
  left: 0;
  top: 0;
}
.noty_modal.noty_modal_open {
  opacity: 0;
  -webkit-animation: noty_modal_in 0.3s ease-out;
  animation: noty_modal_in 0.3s ease-out;
}
.noty_modal.noty_modal_close {
  -webkit-animation: noty_modal_out 0.3s ease-out;
  animation: noty_modal_out 0.3s ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.noty_theme__nest.noty_bar {
  margin: 0 0 15px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.098039) 5px 4px 10px 0;
}
.noty_theme__nest.noty_bar .noty_body {
  padding: 10px;
  font-size: 14px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.noty_theme__nest.noty_bar .noty_buttons {
  padding: 10px;
}
.noty_layout .noty_theme__nest.noty_bar {
  z-index: 5;
}
.noty_layout .noty_theme__nest.noty_bar:nth-child(2) {
  position: absolute;
  top: 0;
  margin-top: 4px;
  margin-right: -4px;
  margin-left: 4px;
  z-index: 4;
  width: 100%;
}
.noty_layout .noty_theme__nest.noty_bar:nth-child(3) {
  position: absolute;
  top: 0;
  margin-top: 8px;
  margin-right: -8px;
  margin-left: 8px;
  z-index: 3;
  width: 100%;
}
.noty_layout .noty_theme__nest.noty_bar:nth-child(4) {
  position: absolute;
  top: 0;
  margin-top: 12px;
  margin-right: -12px;
  margin-left: 12px;
  z-index: 2;
  width: 100%;
}
.noty_layout .noty_theme__nest.noty_bar:nth-child(5) {
  position: absolute;
  top: 0;
  margin-top: 16px;
  margin-right: -16px;
  margin-left: 16px;
  z-index: 1;
  width: 100%;
}
.noty_layout .noty_theme__nest.noty_bar:nth-child(n + 6) {
  position: absolute;
  top: 0;
  margin-top: 20px;
  margin-right: -20px;
  margin-left: 20px;
  z-index: -1;
  width: 100%;
}
#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(2),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(2) {
  margin-top: 4px;
  margin-left: -4px;
  margin-right: 4px;
}
#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(3),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(3) {
  margin-top: 8px;
  margin-left: -8px;
  margin-right: 8px;
}
#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(4),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(4) {
  margin-top: 12px;
  margin-left: -12px;
  margin-right: 12px;
}
#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(5),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(5) {
  margin-top: 16px;
  margin-left: -16px;
  margin-right: 16px;
}
#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(n + 6),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(n + 6) {
  margin-top: 20px;
  margin-left: -20px;
  margin-right: 20px;
}
.noty_theme__nest.noty_type__alert,
.noty_theme__nest.noty_type__notification {
  background-color: #073b4c;
  color: #fff;
}
.noty_theme__nest.noty_type__alert .noty_progressbar,
.noty_theme__nest.noty_type__notification .noty_progressbar {
  background-color: #fff;
}
.noty_theme__nest.noty_type__warning {
  background-color: #ffd166;
  color: #fff;
}
.noty_theme__nest.noty_type__error {
  background-color: #ef476f;
  color: #fff;
}
.noty_theme__nest.noty_type__error .noty_progressbar {
  opacity: 0.4;
}
.noty_theme__nest.noty_type__info,
.noty_theme__nest.noty_type__information {
  background-color: #118ab2;
  color: #fff;
}
.noty_theme__nest.noty_type__info .noty_progressbar,
.noty_theme__nest.noty_type__information .noty_progressbar {
  opacity: 0.6;
}
.noty_theme__nest.noty_type__success {
  background-color: #06d6a0;
  color: #fff;
}
@-webkit-keyframes noty_modal_in {
  100% {
    opacity: 0.3;
  }
}
@keyframes noty_modal_in {
  100% {
    opacity: 0.3;
  }
}
@-webkit-keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}
@keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}
@keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}
@-webkit-keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
    transform: translate(50%);
    opacity: 0;
  }
}
@keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
    transform: translate(50%);
    opacity: 0;
  }
}
@-webkit-keyframes noty_anim_height {
  100% {
    height: 0;
  }
}
@keyframes noty_anim_height {
  100% {
    height: 0;
  }
}
body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
@keyframes menuOpen {
  0% {
    opacity: 0;
    transform: translate(-75%, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes buttonPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }
  70% {
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.lazy-hidden {
  opacity: 0;
}
.lazy-loaded {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}
.contain {
  width: 1234px;
  max-width: 95%;
  margin: 0 auto;
}
.header {
  width: 100%;
  float: left;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #0059a6;
  padding: 0 30px;
  box-shadow: 0 3px 12px #bababa;
  z-index: 3;
}
.logo {
  width: 30%;
  min-height: 1px;
  float: left;
  position: relative;
}
.logo a {
  width: 240px;
  height: 112px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 0 0 20px 20px;
}
.logo img {
  width: auto;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.menu {
  width: 40%;
  min-height: 1px;
  float: left;
}
.menu ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}
.menu .main-menu {
  width: auto;
  max-width: 100%;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
}
.menu .menu-inner {
  width: 100%;
  height: calc(100% - 68px);
  float: left;
}
.menu li {
  width: auto;
  float: left;
  position: relative;
  list-style-type: none;
}
.menu a {
  width: 100%;
  float: left;
  position: relative;
  color: #fff;
  padding: 31px 19px;
  font-weight: 500;
}
.main-menu li:first-child a {
  padding-left: 0;
}
.main-menu li:last-child a {
  padding-right: 0;
}
.menu input[type="checkbox"] {
  display: none;
}
.menu label {
  width: 100%;
  float: left;
}
.menu .menu-btn {
  display: none;
}
.menu .menu-icon {
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
.menu .menu-icon img {
  width: 10px;
  height: 10px;
  float: right;
  margin: 20px;
}
.menu .sub-menu {
  width: 230px;
  float: left;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  text-align: left;
  border-radius: 0 0 20px 20px;
  padding: 12px 0;
  display: none;
}
.menu .sub-menu li {
  width: calc(100% + 10px);
  float: left;
  padding: 12px 24px 12px 24px;
}
.menu .sub-menu a {
  width: 100%;
  padding: 0;
  color: #323233;
}
.menu .sub-menu a span {
  width: auto;
  max-width: 100%;
  float: left;
  position: relative;
}
.menu .sub-menu a span:after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #2759a0;
  transition: 0.3s ease;
  margin-top: 3px;
  opacity: 0;
}
.menu input[type="checkbox"]:checked + .sub-menu {
  display: block;
}
.menu .sub-menu .sub-menu {
  top: -12px;
  left: 100%;
  border-radius: 20px;
}
.menu-close {
  width: 48px;
  height: 48px;
  float: left;
  position: absolute;
  top: 0;
  right: -48px;
  background-color: #fff;
  border-left: 1px solid #e5e5e5;
  text-align: center;
  line-height: 48px;
  z-index: 4;
  display: none;
}
.menu-close img {
  width: 14px;
  height: 14px;
  display: inline-block;
}
.menu-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
  display: none;
}
.user-buttons {
  width: 30%;
  float: left;
}
.user-buttons a {
  width: auto;
  float: right;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  background-color: #005aa5;
  box-shadow: inset 3px 2px 6px #ffffff27, 2px 3px 6px #00000015;
  border-radius: 25px;
  margin-top: 15px;
  margin-left: 20px;
  padding: 17px 26px;
  transition: 0.3s ease;
  user-select: none;
  cursor: pointer;
}
.user-buttons .btn-filled {
  width: 125px;
  background-color: #f5f5f5;
  color: #323233;
  box-shadow: none;
  border-radius: 0;
  margin-top: 0 !important;
  padding: 32px 16px;
}
.user-buttons .btn-filled span {
  height: 16px;
  float: left;
  text-align: right;
  overflow: hidden;
}
.user-buttons .btn-filled p {
  width: 100%;
  height: 100%;
  float: left;
  margin: 0;
  transition: 0.3s ease;
  text-align: left;
}
.user-buttons .btn-filled .text-hide {
  margin-top: 32px;
}
.user-buttons img {
  width: 16px;
  height: 16px;
  float: left;
  margin-right: 12px;
}
.mobil-buttons {
  width: 100%;
  float: left;
  display: none;
}
.slider {
  width: 100%;
  float: left;
  position: relative;
}
.home-slider {
  width: 100%;
  height: 100%;
  float: left;
}
.home-slider .owl-item,
.home-slider .owl-stage,
.home-slider .owl-stage-outer {
  height: 100%;
}
.home-slider a {
  width: 100%;
  height: 100%;
  float: left;
}
.home-slider .owl-item img {
  width: 100%;
  height: 100%;
  float: left;
  object-fit: cover;
}
.owl-nav {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  margin: 0 !important;
}
.owl-nav button {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 50px;
  background: transparent
    linear-gradient(316deg, #fff 0, #fefefe 27%, #e5e5e5 100%) 0 0 no-repeat
    padding-box !important;
  box-shadow: inset -3px -6px 6px #00000012, 3px 3px 6px #0000002b;
  border-radius: 14px !important;
  margin: 0 !important;
  transition: 0.3s ease;
}
.owl-nav button img {
  width: 15px;
  display: inline-block;
}
.owl-nav .disabled {
  cursor: not-allowed !important;
}
.owl-nav .owl-next {
  right: 50px;
  left: unset;
}
.owl-dots {
  width: 100%;
  float: left;
  margin-bottom: 0 !important;
}
.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  background: 0 0;
  border: 1px solid #fff;
  border-radius: 100%;
  margin: 0 0 0 10px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}
.slider-counter {
  width: auto;
  max-width: 100%;
  float: left;
  position: absolute;
  bottom: 20px;
  right: 50px;
  color: #000;
  font-size: 30px;
  z-index: 1;
  display: none;
}
.slider-counter p {
  width: auto;
  float: left;
  margin: 0;
}
.slider-counter span {
  width: auto;
  float: left;
  margin: 0 5px;
}
.slider-counter .total {
  font-size: 15px;
  position: absolute;
  bottom: 1px;
  right: -5px;
}
.slider-logos {
  width: 788px;
  max-width: 100%;
  height: 158px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  background-image: url("../svg/slider-bg.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
}
.slider-logos .logo-center {
  width: auto;
  max-width: 100%;
  height: 75px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
}
.slider-logos .logo-center img {
  width: auto;
  max-width: 50%;
  height: 100%;
}
.slider-logos .logo-center img:first-child {
  margin-right: 55px;
}
.slogans {
  width: 100%;
  min-height: 248px;
  float: left;
  border-radius: 20px;
  margin-top: 60px;
  overflow: hidden;
  background: url("../svg/slogans-bg.svg"),
    transparent linear-gradient(107deg, #2b7bb9 0, #1da1f2 100%) 0 0 no-repeat
      padding-box;
  background-repeat: no-repeat;
  background-position: right center;
}
.slogan-slider {
  width: 100%;
  float: left;
}
.slogans-picture {
  width: 300px !important;
  height: 265px;
  float: right;
  object-fit: cover;
}
.slogan-quote {
  width: 46px !important;
  float: left;
  margin-right: 34px;
}
.slogan-center {
  width: 100%;
  float: left;
  padding-left: 75px;
}
.slogans-text {
  width: calc(100% - 300px);
  float: left;
  margin-top: 88px;
}
.slogans-text p {
  width: calc(100% - 84px);
  float: left;
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  margin: 0;
}
.slogans-text p span {
  width: 100%;
  float: left;
  font-weight: 700;
  font-size: 14px;
  margin-top: 12px;
}
.slogan-slider .owl-dots {
  width: calc(100% - 300px);
  position: absolute;
  bottom: 20px;
  left: 0;
  margin: 0 !important;
  text-align: right !important;
  padding-right: 20px;
}
.news {
  width: 100%;
  float: left;
  background-color: #e2eef8;
  margin-top: 65px;
  padding: 40px 0 10px;
}
.home-new-box {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.home-title {
  width: 100%;
  float: left;
  color: #323233;
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  margin: 0;
}
.home-sub-title {
  width: 100%;
  float: left;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}
.home-new-box a {
  width: 100%;
  float: left;
  position: relative;
}
.general-news-slider {
  width: 100%;
  float: left;
  margin-top: 30px;
  border-radius: 20px;
}
.general-news-slider .owl-item img {
  height: 500px;
  object-fit: cover;
}
.branch-new-slider .owl-stage-outer,
.branch-new-slider img,
.general-news-slider .owl-stage-outer,
.general-news-slider img {
  border-radius: 20px;
}
.branch-new-slider .owl-nav,
.general-news-slider .owl-nav {
  width: 60px;
  right: 20px;
  bottom: 50px;
  top: unset;
  transform: unset;
}
.general-news-slider .owl-dots {
  width: auto;
  position: absolute;
  bottom: 46px;
  left: 50%;
  transform: translate(-50%, 0);
}
.branch-new-slider .owl-nav button,
.general-news-slider .owl-nav button {
  width: 100%;
  float: left;
  position: unset;
  top: unset;
  left: unset;
}
.branch-new-slider .owl-nav .owl-next,
.general-news-slider .owl-nav .owl-next {
  right: unset;
  margin-top: 10px !important;
}
.news-bg {
  width: 400px;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  border-radius: 0 20px 20px 0;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 43px 40px 72px;
  z-index: 1;
}
.news-bg p {
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}
.news-bg p:after {
  content: "";
  width: 50%;
  height: 4px;
  position: absolute;
  bottom: -22px;
  left: 0;
  background-color: #2759a0;
}
.branch-new-slider {
  width: 65%;
  float: left;
  margin-top: 30px;
  border-radius: 20px;
}
.twitter-card {
  width: 35%;
  height: 400px;
  float: left;
  overflow: auto;
  margin-top: 30px;
  padding-left: 30px;
}
.branch-new-slider .owl-item img {
  height: 400px;
  object-fit: cover;
}
.branch-news-center {
  width: auto;
  max-width: 100%;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
}
.branch-news-center h2 {
  width: auto;
  max-width: 70%;
  float: left;
  margin: 0;
  background-color: #0059a6;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  border-radius: 12px;
  padding: 14px;
}
.branch-news-center p {
  width: auto;
  max-width: 70%;
  float: left;
  margin-top: 10px;
  margin-bottom: 0;
  background-color: #fff;
  color: #323233;
  border-radius: 12px;
  padding: 14px;
  clear: left;
}
.branch-new-slider .owl-nav {
  bottom: 20px;
}
.grant-box {
  max-width: 100%;
  float: left;
  position: relative;
  margin-top: 50px;
  text-align: center;
  background-color: #0059a6;
  border-radius: 20px;
}
.grant-one {
  width: 100%;
  height: 160px;
}
.grant-two {
  width: calc(50% - 15px);
  height: 160px;
}
.grant-two:nth-of-type(1) {
  margin-right: 30px;
}
.grant-three {
  width: calc(33.3333333333% - 20px);
  height: 200px;
}
.grant-three:nth-of-type(4n-2),
.grant-three:nth-of-type(4n-3) {
  margin-right: 30px;
}
.grant-box > img {
  width: auto;
  max-width: 100%;
  float: left;
  object-fit: cover;
  border-radius: 20px;
}
.grant-text {
  width: 100%;
  float: left;
}
.grant-text p {
  width: 100%;
  float: left;
  margin: 35px 0 0;
  font-weight: 600;
  font-size: 26px;
  color: #fff;
  text-align: center;
  padding: 0 30px;
}
.grant-text a {
  width: 160px;
  height: 50px;
  display: inline-block;
  color: #fff;
  background-color: #2a7cba;
  border-radius: 25px;
  box-shadow: inset 3px 2px 6px #ffffff27, 2px 3px 6px #00000015;
  margin-top: 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 50px;
  transition: 0.3s ease;
}
.grant-text a img {
  float: right;
  margin-top: 15px;
  margin-right: 20px;
}
.events {
  width: 100%;
  float: left;
  margin-top: 60px;
  border-radius: 20px;
  padding-top: 50px;
  background-image: url("../svg/event-bg.svg");
  background-repeat: no-repeat;
  background-position: top center;
}
.event-slider {
  width: 100%;
  float: left;
  margin-top: 40px;
}
.event-box {
  width: 100%;
  float: left;
  border-radius: 20px;
  background-color: #fff;
  transition: 0.3s ease;
}
.event-category span {
  display: inline-block;
  border-radius: 14px;
  border: 1px solid #2759a0;
  color: #005aa5;
  font-size: 12px;
  padding: 6px 10px;
  margin-top: 24px;
}
.event-box a {
  width: 100%;
  float: left;
}
.event-box .text-height-box {
  width: 100%;
  height: 64px;
  float: left;
  margin-top: 18px;
}
.event-box > a .text-height-box > p {
  width: 100%;
  height: 100%;
  font-weight: 700;
  font-size: 16px;
  margin: 0;
  line-height: 32px;
  display: inline;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#2759a0),
    to(#2759a0)
  );
  background-image: -webkit-linear-gradient(left, #2759a0 0, #2759a0 100%);
  background-image: -o-linear-gradient(left, #2759a0 0, #2759a0 100%);
  background-image: linear-gradient(to right, #2759a0 0, #2759a0 100%);
  background-size: 0 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s ease;
  padding-bottom: 5px;
}
.event-box a {
  width: 100%;
  float: left;
  text-align: center;
  color: #000;
}
.event-img {
  width: 100%;
  height: 180px;
  float: left;
  position: relative;
  margin-top: 44px;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
.event-img > img {
  width: calc(100% + 35px) !important;
  height: 100%;
  float: left;
  object-fit: cover;
  border-radius: 150px 150px 20px 20px;
  margin-left: -15px;
}
.event-slider .owl-stage-outer {
  width: calc(100% + 60px);
  padding: 6px 30px 50px 30px;
  margin-left: -30px;
}
.event-slider .owl-nav {
  top: 100px;
}
.event-slider .owl-prev {
  left: -85px;
}
.event-slider .owl-next {
  right: -85px;
}
.event-img-overlay {
  width: calc(100% + 35px) !important;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 150px 150px 0 0;
  margin-left: -15px;
  transition: 0.3s ease;
  opacity: 0;
}
.event-img-overlay p {
  width: auto;
  max-width: 100%;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin: 0;
  background-color: #005aa5;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 15px;
  transform: translate(-50%, 0);
  transition: 0.3s ease;
}
.event-img-overlay span {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -50px;
  left: 50%;
  background: #0000 linear-gradient(316deg, #fff 0, #fefefe 27%, #e5e5e5 100%) 0
    0 no-repeat padding-box !important;
  box-shadow: inset -3px -6px 6px #00000012, 3px 3px 6px #0000002b;
  border-radius: 14px;
  transition: 0.3s ease;
  transform: translate(-50%, 0);
  opacity: 0;
  transition: 0.3s ease;
  text-align: center;
}
.event-img-overlay span img {
  width: auto !important;
  height: auto;
  display: inline-block !important;
  margin-top: 10px;
}
.tab-header {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}
.tab-header li {
  width: 50px;
  height: 50px;
  float: left;
  position: relative;
  list-style-type: none;
  margin-right: 10px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 12px;
  font-weight: 500;
  font-size: 16px;
  color: #005aa5;
  transition: width 0.3s ease;
  user-select: none;
}
.tab-header-inline {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  padding: 12px 14px;
  overflow: hidden;
}
.tab-header li.active {
  width: auto;
  background-color: #005aa5;
  color: #fff;
}
.tab-header li.active:before {
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translate(-50%, 0) rotate(45deg);
  background-color: #005aa5;
  border-radius: 8px;
}
.tab-header li:last-child {
  margin-right: 0 !important;
}
.tab-header li img {
  width: 25px;
  height: 25px;
  float: left;
}
.tab-header li.active img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
}
.tab-header li p {
  min-width: 150px;
  position: absolute;
  top: 15px;
  left: 50px;
  margin: 0;
}
.tab-header li.active,
.tab-header li:hover {
  width: 150px;
}
.tab-body {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.tab-window {
  width: 100%;
  float: left;
  display: none;
}
.tab-window.active {
  display: block;
}
.suggestions {
  width: 100%;
  float: left;
  margin-top: 44px;
  border-radius: 20px;
  padding-top: 50px;
  background-image: url("../svg/suggestion-bg.svg");
  background-repeat: no-repeat;
  background-position: top center;
}
.suggestions-tab {
  width: 65%;
  float: left;
  margin-top: 24px;
}
.suggestions-tab .tab-body {
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 13px 36px #00000014;
  margin-top: 26px;
}
.suggestion-slider {
  width: 100%;
  float: left;
  padding: 27px 82px 20px 25px;
}
.suggestion-inner {
  width: 100%;
  float: left;
}
.suggestion-text {
  width: calc(100% - 415px);
  float: left;
  margin-right: 65px;
}
.suggestion-inner h2 {
  width: 100%;
  float: left;
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}
.suggestion-inner p {
  width: 100%;
  float: left;
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 24px;
}
.suggestion-img {
  width: 350px;
  float: left;
  position: relative;
  border-radius: 20px;
}
.suggestion-img > img {
  height: 350px;
  object-fit: cover;
}
.suggestion-inner a {
  width: 150px;
  height: 50px;
  position: absolute;
  left: -100%;
  bottom: 0;
  background-color: #323233;
  color: #fff;
  border-radius: 25px;
  box-shadow: inset 3px 2px 6px #ffffff66, 2px 3px 6px #00000015;
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
  padding: 0 20px;
  transition: 0.3s ease;
  margin-left: 5px;
}
.suggestion-inner a img {
  width: 10px !important;
  height: 20px;
  float: right;
  margin-top: 15px;
}
.magazine-tab {
  width: calc(35% - 30px);
  float: left;
  margin-top: 24px;
  margin-left: 30px;
}
.magazine {
  width: 100%;
  float: left;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 13px 36px #00000014;
  margin-top: 26px;
}
.magazine-slider {
  width: 100%;
  float: left;
  padding: 7px 82px 20px 25px;
}
.magazine-slider a {
  width: 100%;
  float: left;
}
.magazine-slider .owl-item img {
  height: 350px;
  object-fit: cover;
}
.magazine-slider .owl-item,
.magazine-slider .owl-stage-outer,
.magazine-slider img,
.suggestion-slider .owl-item,
.suggestion-slider img {
  border-radius: 20px;
}
.magazine-slider .owl-nav,
.suggestion-slider .owl-nav {
  width: 50px;
  right: 20px;
  bottom: 20px;
  top: unset;
  transform: unset;
}
.magazine-slider .owl-nav button,
.suggestion-slider .owl-nav button {
  width: 100%;
  height: 50px;
  float: left;
  position: unset;
  top: unset;
  left: unset;
}
.magazine-slider .owl-nav .owl-next,
.suggestion-slider .owl-nav .owl-next {
  right: unset;
  margin-top: 10px !important;
}
.magazine-tab .tab-header li {
  font-size: 13px;
}
.magazine-tab .tab-header li.active,
.magazine-tab .tab-header li:hover {
  width: 180px;
}
.agd-tv {
  width: 100%;
  float: left;
  background-color: #efefef;
  margin-top: 60px;
  padding: 25px 60px 40px;
}
.agd-tv-slider {
  width: 100%;
  float: left;
  margin-top: 45px;
}
.agd-tv-slider .owl-item a {
  width: 100%;
  float: left;
}
.agd-tv-slider .owl-item a p {
  width: 100%;
  float: left;
  color: #000;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
}
.agd-tv-slider .owl-item img {
  border-radius: 20px;
}
.agd-tv-slider .owl-dots {
  margin-top: 45px !important;
}
.agd-tv-slider .owl-dots .owl-dot.active span,
.agd-tv-slider .owl-dots .owl-dot:hover span {
  background-color: #005aa5;
}
.agd-tv-slider .owl-dots .owl-dot span {
  border-color: #005aa5;
}
.instagram-posts {
  width: 100%;
  float: left;
  background-color: #e2eef8;
  padding-top: 35px;
  padding-bottom: 48px;
}
.instagram-posts a {
  width: calc(16.6666666667% - 30px);
  float: left;
  border-radius: 20px;
  margin-top: 56px;
  margin-right: 30px;
  display: flex;
  position: relative;
}
.instagram-posts img {
  width: 100%;
  height: 175px;
  float: left;
  border-radius: 20px;
  object-fit: cover;
}
.instagram-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
  transition: 0.3s ease;
  opacity: 0;
}
.instagram-overlay img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.partners {
  width: 100%;
  float: left;
  margin-top: 118px;
}
.partner-slider {
  width: 100%;
  float: left;
}
.partner-slider img {
  border-radius: 16px;
}
.social-media {
  width: 100%;
  float: left;
  margin-top: 60px;
}
.social-media a {
  width: calc(20% - 30px);
  height: 80px;
  float: left;
  font-size: 16px;
  font-weight: 500;
  margin: 52px 15px 0 15px;
  border-radius: 14px;
  color: #fff;
  text-align: center;
  line-height: 80px;
  user-select: none;
  transition: 0.3s ease;
}
.social-media a img {
  width: 30px;
  height: 30px;
  float: left;
  position: relative;
  left: 24px;
  margin-top: 25px;
}
.social-media-box {
  width: 100%;
  float: left;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.facebook-btn {
  background-color: #1877f2;
}
.instagram-btn {
  background-color: #e4405f;
}
.twitter-btn {
  background-color: #1da1f2;
}
.youtube-btn {
  background-color: #cd201f;
}
.linkedin-btn {
  background-color: #0a66c2;
}
.footer {
  width: 100%;
  float: left;
  border-top: 1px solid #2759a0;
  margin-top: 100px;
  padding: 50px 0;
  background-color: #edebec;
}
.footer-col {
  width: 25%;
  float: left;
}
.footer-col h3 {
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}
.footer-col h3 img {
  display: none;
}
.footer-col ul {
  width: 100%;
  float: left;
  padding: 0;
  margin-top: 26px;
  margin-bottom: 0;
}
.footer-col li {
  width: 100%;
  float: left;
  list-style-type: none;
}
.footer-col a,
.footer-col p {
  width: 100%;
  float: left;
  font-size: 12px;
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
}
.footer-col a img {
  margin-right: 15px;
}
.footer-contact-col h3 {
  display: none;
}
.footer-contact-col ul {
  margin-top: 0;
}
.footer-mtop0 {
  margin-top: 0 !important;
}
.copyright {
  width: 100%;
  float: left;
  background-color: #005aa5;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 14px 0;
}
.page-content {
  width: 100%;
  float: left;
  padding-top: 50px;
}
.breadcrumb {
  width: 100%;
  float: left;
}
.breadcrumb ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}
.breadcrumb li {
  width: auto;
  float: left;
  list-style-type: none;
}
.breadcrumb a {
  width: 100%;
  float: left;
  color: #000;
  margin-right: 12px;
}
.breadcrumb img {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 10px;
}
.page-title {
  width: 100%;
  float: left;
  margin-top: 20px;
  margin-bottom: 50px;
}
.page-title h1 {
  width: auto;
  max-width: 100%;
  float: left;
  max-width: 100%;
  background-color: #005aa5;
  color: #fff;
  border-radius: 20px;
  font-size: 32px;
  font-weight: 700;
  padding: 20px 30px;
  margin: 0;
}
.page-list {
  width: 65%;
  float: left;
}
.new-box {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.new-img-box {
  width: 200px;
  height: 200px;
  float: left;
}
.new-img-box a {
  width: 100%;
  height: 100%;
  float: left;
  color: #000;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.new-img-box img {
  width: 100%;
  height: 100%;
  float: left;
  border-radius: 20px;
  object-fit: cover;
  transition: 0.3s ease;
}
.new-img-box a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(8, 89, 166, 0.84);
  border-radius: 20px;
  transition: 0.3s ease;
  opacity: 0;
}
.new-text-box {
  width: calc(100% - 220px);
  float: left;
  position: relative;
  margin-left: 20px;
  border: 1px solid #efefef;
  border-radius: 20px;
  padding: 30px 35px 18px 35px;
  transition: 0.3s ease;
  overflow: hidden;
}
.new-text-box a {
  width: 100%;
  float: left;
  color: #000;
}
.new-category {
  width: 100%;
  float: left;
  color: #005aa5 !important;
  font-size: 10px !important;
  margin-top: 0 !important;
  margin-bottom: 26px !important;
}
.new-category a {
  width: auto;
  float: unset;
  display: inline-block;
  color: #005aa5 !important;
}
.new-text-box h2 {
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  margin: 0;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: inline;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#2759a0),
    to(#2759a0)
  );
  background-image: -webkit-linear-gradient(left, #2759a0 0, #2759a0 100%);
  background-image: -o-linear-gradient(left, #2759a0 0, #2759a0 100%);
  background-image: linear-gradient(to right, #2759a0 0, #2759a0 100%);
  background-size: 0 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  padding-bottom: 5px;
  transition: background-size 0.3s ease;
}
.new-text-box p {
  width: 100%;
  float: left;
  font-size: 12px;
  margin-top: 26px;
  margin-bottom: 35px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.new-date {
  font-size: 10px !important;
  margin: 0 !important;
  color: #939393;
  overflow: visible !important;
}
.new-date span {
  width: auto;
  max-width: 50%;
  float: left;
  margin-right: 35px;
}
.new-date img {
  width: 15px;
  height: 15px;
  float: left;
  margin-right: 10px;
  margin-top: -2px;
}
.new-detail-btn {
  position: absolute;
  bottom: -40px;
  right: 20px;
  margin: 0 !important;
  transition: 0.3s ease;
}
.paging {
  width: 100%;
  float: left;
  margin-top: 60px;
}
.paging a {
  width: 42px;
  height: 42px;
  float: left;
  font-weight: 300;
  color: #707070;
  border: 1px solid #efefef;
  margin-right: 10px;
  border-radius: 100%;
  text-align: center;
  line-height: 42px;
  transition: 0.3s ease;
}
.paging img {
  width: 12px;
  height: 12px;
  display: inline-block;
}
.paging .active {
  background-color: #0059a6;
  color: #fff;
}
.sidebar {
  width: calc(35% - 30px);
  float: left;
  margin-left: 30px;
}
.sidebar-title {
  width: 100%;
  float: left;
  font-size: 24px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 15px;
}
.sidebar-box {
  width: 100%;
  float: left;
  background-color: #f7f7f7;
  margin-bottom: 25px;
  border-radius: 20px;
  padding: 17px 25px 30px 25px;
}
.page-search {
  width: 100%;
  float: left;
  margin: 0;
}
.page-search label {
  width: 100%;
  float: left;
  position: relative;
}
.page-search input[type="text"] {
  width: 100%;
  height: 50px;
  float: left;
  border-radius: 20px;
  border: none;
  outline: 0;
  background-color: #fff;
  color: #cbc4c4;
  font-weight: 500;
  text-align: center;
  padding: 0 55px 0 20px;
}
.page-search input[type="text"]:-moz-placeholder {
  font-weight: 500;
  color: #cbc4c4;
}
.page-search input[type="text"]::placeholder {
  font-weight: 500;
  color: #cbc4c4;
}
.page-search button {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 15px;
  cursor: pointer;
  border: none;
  outline: 0;
  background-color: transparent;
  padding: 0;
}
.page-search button img {
  width: 100%;
  height: 100%;
  float: left;
}
.sidebar .twitter-card {
  width: 100%;
  margin-top: 0;
  margin-bottom: 25px;
  padding: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.sidebar .instagram-posts {
  padding: 0;
  background-color: transparent;
}
.sidebar .instagram-posts img:not(.instagram-overlay img) {
  height: 130px;
}
.sidebar .contain {
  width: 100%;
  max-width: 100%;
  float: left;
}
.sidebar .instagram-posts a {
  width: calc(33.3333333333% - 5px);
  margin-top: 8px;
  margin-right: 5px;
}
.sidebar .new-box {
  margin-bottom: 10px;
}
.sidebar .new-img-box {
  width: 70px;
  height: 70px;
}
.sidebar .new-img-box a,
.sidebar .new-img-box img {
  border-radius: 100%;
}
.sidebar .new-text-box {
  width: calc(100% - 80px);
  margin-left: 10px;
  border: none;
  border-radius: 35px;
  background-color: #fff;
  padding: 22px 37px 14px 25px;
}
.sidebar .new-text-box h2 {
  font-size: 12px;
  color: #323233;
  font-weight: 500;
  padding-bottom: 1px;
  -webkit-line-clamp: 2;
  overflow: visible;
}
.contact {
  width: 100%;
  float: left;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  padding: 50px;
}
.contact-box {
  width: 50%;
  float: left;
}
.stcky {
  position: sticky;
  top: 100px;
  left: 0;
}
.contact-box h2 {
  width: 100%;
  float: left;
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 400;
}
.contact-box p {
  width: 100%;
  float: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
}
.contact-box a {
  width: 100%;
  float: left;
  color: #000;
}
.contact-box iframe {
  width: 100%;
  height: 230px;
  float: left;
  margin-top: 22px;
  border-radius: 20px;
  border: none;
}
.custom-button {
  width: auto !important;
  max-width: 50% !important;
  float: left;
  border-radius: 30px;
  background-color: #005aa5;
  margin-top: 22px;
  transition: 0.3s ease;
  cursor: pointer;
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 30px;
  user-select: none;
  border: none;
  outline: 0;
  font-family: Montserrat, sans-serif;
}
.custom-button img {
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
  display: inline-block;
  margin-right: 8px;
}
.custom-button:active,
.custom-button:focus {
  background-color: #323233;
}
.button-space {
  margin-right: 20px;
}
.contact-box form {
  width: 100%;
  float: left;
  padding-left: 50px;
}
.contact-box form h2 {
  margin-bottom: 20px;
}
.contact-box-full {
  width: 100%;
  float: left;
}
.branch-contact {
  width: 50%;
  float: left;
  border-bottom: 1px solid #efefef;
  padding: 20px 0;
}
.branch-contact:nth-child(2n) {
  border-left: 1px solid #efefef;
  padding-left: 20px;
}
.branch-contact p {
  width: 100%;
  float: left;
  margin-top: 10px;
  margin-bottom: 0;
}
.branch-contact h2 {
  width: 100%;
  float: left;
  margin-top: 0;
}
.branch-map svg {
  width: 60%;
  /*float: left;*/
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.branch-map svg g:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.2s ease;
}
.branch-map-detail .branch-contact {
  width: 100%;
  border: none;
}
.branch-map {
  overflow: hidden;
}
/*
.branch-map svg {
  margin-top: -100px;
}
*/
#maptooltip {
  background: #fff8dc;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  display: none;
}
.input-field {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 20px;
}
.input-field-half {
  width: calc(50% - 5px);
}
.input-field-half-five {
  width: calc(20% - 8px);
}
.input-field-half-four {
  width: calc(25% - 8px);
}
.half-input-space {
  margin-right: 10px;
}
.input-desc {
  width: 100%;
  float: left;
  color: #272727;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
}
.input-desc-null {
  float: left;
  color: #272727;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
}
.input-baslik {
  width: 100%;
  float: left;
  color: #272727;
  margin: 30px 0;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}
.duplicate-btn {
  width: 70px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: -80px;
}
.duplicate-btn span {
  width: calc(50% - 5px);
  height: 100%;
  float: left;
  background-color: #0059a6;
  color: #fff;
  border-radius: 10px;
  margin-left: 5px;
  text-align: center;
  padding: 8px;
  cursor: pointer;
  user-select: none;
}
.duplicate-btn img {
  width: 100%;
  height: 100%;
  display: inline-block;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
}
.input-bottom {
  margin-bottom: 0;
}
.custom-label,
.custom-label-title {
  width: 100%;
  float: left;
  margin: 0;
  font-weight: 400;
  cursor: text;
}
.custom-input {
  width: 100%;
  height: 50px;
  float: left;
  padding: 0 20px;
  font-size: 16px;
  color: #272727;
  border: 1px solid #a3a3a3;
  border-radius: 25px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
}
.custom-input:empty + .custom-label-title:before {
  content: attr(title);
  position: absolute;
  top: 0;
  left: 20px;
  line-height: 50px;
  font-size: 16px;
  color: #a3a3a3;
  transition: 0.3s ease;
}
.custom-input:-moz-placeholder,
.custom-input::placeholder {
  color: #a3a3a3;
}
.custom-input:focus {
  outline: 0;
  border: 2px solid #0859a6;
}
.custom-input:-webkit-autofill,
.custom-input:-webkit-autofill:active,
.custom-input:-webkit-autofill:focus,
.custom-input:-webkit-autofill:hover {
  transition: background-color 5000s ease-in-out 0s;
}
.custom-input:not([value=""]) + .custom-label-title:before {
  top: -10px;
  left: 9px;
  font-size: 12px;
  font-weight: 600;
  background-color: #fff;
  padding: 0 6px;
  line-height: 20px;
}
.custom-input:-webkit-autofill + .custom-label-title:before,
.custom-input:focus + .custom-label-title:before {
  top: -10px;
  left: 9px;
  font-size: 12px;
  font-weight: 600;
  background-color: #fff;
  padding: 0 6px;
  line-height: 20px !important;
  color: #0859a6;
}
textarea.custom-input {
  height: 190px;
  padding-top: 20px;
  resize: none;
}
select.custom-input {
  color: #a3a3a3;
  appearance: none;
  background-image: url("../svg/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
}
select.custom-input option {
  color: #272727;
}
.custom-radio {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.custom-radio:checked + .custom-input {
  border-color: #085aa5;
  border-width: 2px;
  color: #085aa5;
}
label.custom-input {
  font-weight: 500;
  text-align: center;
  line-height: 50px;
  color: #a3a3a3;
  cursor: pointer;
  user-select: none;
  padding: 0;
}
.check-label input {
  width: 23px;
  height: 23px;
  position: absolute;
  opacity: 0;
  margin: 0;
  cursor: pointer;
}
.checkmark {
  width: 23px;
  height: 23px;
  float: left;
  background-color: #fff;
  border-radius: 8px;
  border: 2px solid #939393;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.check-label input:checked ~ .checkmark {
  background-color: #939393;
}
.check-label input:checked ~ .checkmark:after {
  content: "";
  width: 4px;
  height: 10px;
  position: absolute;
  top: 4px;
  left: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.check-label p {
  width: calc(100% - 33px);
  float: left;
  cursor: pointer;
  color: #939393;
  margin: 0 0 0 10px;
}
.check-label a {
  width: auto;
  float: unset;
  display: inline-block;
  color: #000;
}
.page-img {
  width: 100%;
  height: 500px;
  float: left;
  position: relative;
  margin-bottom: 25px;
}
.page-img > img {
  width: 100%;
  height: 100%;
  float: left;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}
.page-img-overlay {
  width: 100%;
  height: 490px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent linear-gradient(180deg, #0859a600 0, #000000af 100%) 0
    0 no-repeat padding-box;
  border-radius: 20px;
}
.page-img-inner {
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
  padding-left: 40px;
}
.page-img-overlay .breadcrumb a {
  color: #fff;
}
.page-img-overlay .breadcrumb {
  margin-bottom: 20px;
}
.page-img-overlay .new-date {
  width: 100%;
  float: left;
  color: #fff;
}
.page-img-overlay .breadcrumb img,
.page-img-overlay .new-date img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
}
.page-detail {
  width: 65%;
  float: left;
}
.page-detail .page-title {
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 600;
}
.page-detail p {
  width: 100% !important;
  float: left;
  margin: 0;
  font-size: 16px;
  line-height: 26px;
}
.page-detail .blockquote {
  width: 100%;
  float: left;
  margin: 55px 0;
}
.page-detail .blockquote img {
  width: 80px;
  height: 60px;
  float: left;
  margin-right: 25px;
  margin-top: 10px;
}
.page-detail .blockquote p {
  width: calc(100% - 110px) !important;
  font-size: 24px;
  font-weight: 600;
  font-style: italic;
  color: #0859a6;
  line-height: 38px;
  padding-right: 80px;
}
.page-detail ul {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}
.page-detail li {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  list-style-position: inside;
}
.page-detail * {
  font-family: unset !important;
}
.page-gallery {
  width: 100%;
  float: left;
  margin-top: 30px;
}
.page-gallery h3 {
  width: 100%;
  float: left;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
}
.gallery-slider {
  width: 100%;
  float: left;
  position: relative;
}
.gallery-slider:after {
  content: "";
  width: 135px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent
    linear-gradient(270deg, #fff 0, #ffffffe2 49%, #efefef00 100%) 0 0 no-repeat
    padding-box;
  border-radius: 10px 0 0 10px;
}
.gallery-slider .owl-item img {
  height: 150px;
  object-fit: cover;
  border-radius: 20px;
}
.gallery-slider .owl-item:first-child {
  margin-left: -30px;
}
.gallery-slider .owl-nav {
  width: 85px;
  top: -50px;
  right: 0;
  transform: unset;
}
.gallery-slider .owl-nav button {
  width: 40px;
  height: 40px;
  float: left;
  position: unset !important;
  left: unset !important;
  right: unset !important;
  border: 1px solid #2759a0 !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: unset;
}
.gallery-slider .owl-nav .owl-next {
  margin-left: 5px !important;
}
.gallery-slider .owl-nav button img {
  width: 10px;
  margin-top: 4px;
}
.gallery-slider .owl-item a > span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff3;
  transition: 0.3s ease;
  opacity: 0;
}
.gallery-slider .owl-item a > span img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.member-application {
  padding-left: 0;
}
.member-application img {
  width: auto;
  max-width: 100%;
  float: left;
  border-radius: 0 20px 20px 0;
}
.member-application-text {
  width: 100%;
  float: left;
  margin-bottom: 40px;
  padding-left: 70px;
}
.member-application-text h2 {
  width: 100%;
  float: left;
  margin: 10px 0;
  font-size: 22px;
  font-weight: 400;
}
.member-application-text p {
  width: 100%;
  float: left;
  margin: 0;
}
.member-application .contact-box form .custom-button {
  float: left;
  margin-top: 0;
}
.page-detail-full {
  width: 100%;
  float: left;
}
.page-detail-shadow {
  box-shadow: 0 0 30px #00000010;
  border-radius: 20px;
  padding: 50px;
}
.document-box {
  width: calc(25% - 22.5px);
  float: left;
  border: 1px solid #707070;
  border-radius: 20px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 16px;
  transition: 0.3s ease;
  padding: 65px 15px 30px 15px;
}
.document-box:nth-of-type(4n-1),
.document-box:nth-of-type(4n-2),
.document-box:nth-of-type(4n-3) {
  margin-right: 30px;
}
.document-box a {
  width: 100%;
  float: left;
  color: #000;
}
.document-box p {
  width: 100%;
  float: left;
  font-weight: 700;
  line-height: 32px;
  margin: 45px 0;
}
.document-box .document-line {
  width: 100%;
  float: left;
}
.document-box img {
  width: auto;
  max-width: 100%;
  display: inline-block;
}
.document-box .document-line span {
  background-color: #939393;
  color: #fff;
  border-radius: 30px;
  font-weight: 500;
  padding: 15px 50px;
  transition: 0.3s ease;
  display: inline-block;
}
.document-search {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.document-search label {
  width: 30%;
  float: left;
  position: relative;
}
.document-search input[type="text"] {
  width: 100%;
  height: 50px;
  float: left;
  border-radius: 20px;
  border: none;
  outline: 0;
  background-color: #efefef;
  color: #cbc4c4;
  font-weight: 500;
  padding: 0 55px 0 20px;
}
.document-search input[type="text"]:-moz-placeholder {
  color: #cbc4c4;
  font-weight: 500;
}
.document-search input[type="text"]::placeholder {
  color: #cbc4c4;
  font-weight: 500;
}
.document-search button {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 15px;
  cursor: pointer;
  border: none;
  outline: 0;
  background-color: transparent;
  padding: 0;
}
.document-search button img {
  width: 100%;
  height: 100%;
  float: left;
}
.staff-box {
  width: calc(25% - 20px);
  float: left;
  background-color: #efefef;
  border-radius: 20px;
  margin-bottom: 178px;
  transition: 0.3s ease;
  border: 2px solid transparent;
}
.staff-box:not(.president-box):nth-of-type(4n),
.staff-box:not(.president-box):nth-of-type(4n-1),
.staff-box:not(.president-box):nth-of-type(4n-2) {
  margin-right: 26px;
}
.staff-image {
  width: 100%;
  float: left;
  padding: 0 38px;
  margin-top: -100px;
}
.staff-image img {
  width: 100%;
  float: left;
  border-radius: 20px;
}
.staff-text {
  width: 100%;
  float: left;
  margin-top: 18px;
}
.staff-image > a,
.staff-text > a {
  width: 100%;
  float: left;
  color: #000;
}
.staff-text span {
  width: 100%;
  float: left;
  font-size: 14px;
  color: #085aa5;
  text-align: center;
}
.staff-text h2 {
  width: 100%;
  float: left;
  font-weight: 500;
  font-size: 19px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}
.staff-sm:not(.president-box .staff-sm) {
  width: auto;
  max-width: 100%;
  float: left;
  position: relative;
  bottom: -14px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #005aa5;
  border-radius: 10px 10px 20px 20px;
  padding: 18px 42px;
  text-align: center;
}
.staff-sm a {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 8px;
}
.staff-sm img {
  width: 100%;
  height: 100%;
  float: left;
}
.president-box {
  width: calc(100% - 172px);
  max-width: 100%;
  float: left;
  padding: 24px 0 16px;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
.president-box .staff-image {
  width: 200px;
  float: left;
  padding: 0;
  margin: 0;
}
.president-box .staff-image img {
  width: auto;
  float: right;
  position: relative;
  top: 32px;
  border-radius: 20px;
}
.president-box .staff-text {
  width: calc(100% - 260px);
  float: left;
  margin-left: 60px;
  margin-top: 0;
}
.president-box .staff-text span {
  width: auto;
  max-width: 100%;
  float: left;
  border: 1px solid #085aa5;
  border-radius: 8px;
  font-size: 12px;
  color: #085aa5;
  padding: 8px 15px;
}
.president-box .staff-text h2 {
  width: 100%;
  float: left;
  font-weight: 600;
  font-size: 44px;
  margin: 30px 0;
  text-align: left;
}
.president-box .staff-text p {
  width: 100%;
  float: left;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.president-box .staff-text > a {
  width: auto;
  max-width: 50%;
  float: right;
  padding: 15px 45px;
  margin-right: -45px;
  margin-top: 32px;
}
.president-box .staff-sm {
  width: auto;
  max-width: 50%;
  float: left;
  margin-top: 40px;
}
.president-box .staff-sm a {
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 10px;
}
.president-box .staff-sm img {
  width: 100%;
  height: 100%;
  float: left;
}
.staff-detail {
  width: 100%;
  float: left;
  background-color: #fff;
  box-shadow: 0 0 30px rgb(0 0 0 / 6%);
  border-radius: 20px;
  padding: 50px 50px 50px 0;
}
.staff-detail-box {
  width: 50%;
  float: left;
}
.staff-detail-box > img {
  width: auto;
  max-width: 100%;
  float: left;
  border-radius: 0 20px 20px 0;
}
.staff-detail-box h1 {
  width: 100%;
  float: left;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 44px;
  font-weight: 600;
}
.staff-detail-box p {
  width: 100% !important;
  float: left;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}
.staff-detail-box p > a {
  width: 100%;
  float: left;
  color: #000;
  font-weight: 500;
}
.staff-detail-sm {
  width: 100%;
  float: left;
  margin: 20px 0;
}
.staff-detail-sm a {
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 8px;
}
.staff-detail-sm img {
  width: 100%;
  height: 100%;
  float: left;
}
.commission-box {
  width: calc(25% - 22.5px);
  height: 360px;
  float: left;
  position: relative;
  margin-bottom: 30px;
  border-radius: 20px;
  transition: 0.3s ease;
  background-color: #efefef;
  color: #000;
  border: 2px solid #0059a6;
}
.commission-box:nth-of-type(4n-1),
.commission-box:nth-of-type(4n-2),
.commission-box:nth-of-type(4n-3) {
  margin-right: 30px;
}
.commission-box span {
  width: 100%;
  height: 58px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.commission-box p {
  width: 100%;
  height: 100%;
  float: left;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  transition: 0.3s ease;
}
.commission-box img:not(.commission-box .commission-detail) {
  width: 100%;
  height: 100%;
  float: left;
  object-fit: cover;
  border-radius: 20px;
}
.commission-box .commission-detail {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0) scale(0);
  opacity: 0;
  transition: 0.3s ease;
}
#captcha {
  width: 100%;
  float: left;
}
#captcha > div {
  float: left;
}
#captcha > div > div {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
}
#captcha iframe {
  height: auto !important;
  margin: 0;
  border-radius: 0;
}
#captcha textarea {
  height: auto !important;
}
#aydinlatma-metni {
  width: 50%;
}
.notfound {
  width: 100%;
  float: left;
  text-align: center;
}
.notfound {
  max-width: 100%;
}
.content-share {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.content-share p {
  width: 100%;
  float: left;
  margin-top: 0;
  margin-bottom: 10px;
}
.content-share a {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 10px;
  border-radius: 100%;
  padding: 10px;
}
.content-share img {
  width: 100%;
  height: 100%;
  float: left;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
}
.content-share .facebook {
  background-color: #3b5998;
}
.content-share .twitter {
  background-color: #3cf;
}
.content-share .whatsapp {
  background-color: #4dc247;
}
.content-share .linkedin {
  background-color: #0077b5;
}
.content-share .telegram {
  background-color: #08c;
}
.content-share .pinterest {
  background-color: #cb2027;
}
.content-share .flipboard {
  background-color: #f52828;
}
.content-share .email {
  background-color: #a19fa4;
}
.recommended-box {
  margin-top: 40px;
}
.recommended-box .sidebar-title {
  text-align: left;
}
.recommended-box .sidebar-title a {
  float: right;
  font-size: 12px;
  color: #000;
  margin-top: 12px;
  font-weight: 400;
}
.recommended-box .new-box {
  width: 50%;
}
.recommended-box .new-text-box {
  width: calc(100% - 190px);
  background-color: #fff;
  padding: 18px 15px 18px 15px;
}
.recommended-box .new-text-box h2 {
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 2px;
}
.recommended-box .new-img-box {
  width: 150px;
  height: 150px;
}
.to-top {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #0059a6;
  border-radius: 100%;
  cursor: pointer;
  text-align: center;
  z-index: 5;
  display: none;
}
.to-top img {
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 10px;
  transform: rotate(270deg);
}
.form-burs {
  width: 80%;
  float: left;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (hover: hover) {
  .menu .sub-menu li:hover > a span:after {
    width: 100%;
    opacity: 1;
    transition: 0.3s ease;
  }
  .menu li:hover > input[type="checkbox"] ~ .sub-menu {
    display: block;
  }
  .owl-nav button:hover {
    transform: scale(1.1);
  }
  .event-box:hover {
    margin-top: -6px;
    box-shadow: 0 30px 32px #00000029;
  }
  .event-box:hover a .text-height-box > p {
    background-size: 100% 2px;
  }
  .event-box:hover .event-img-overlay {
    opacity: 1;
  }
  .event-box:hover .event-img-overlay p {
    bottom: 10px;
  }
  .event-box:hover .event-img-overlay span {
    opacity: 1;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .suggestion-inner a:hover {
    bottom: 4px;
  }
  .instagram-posts a:hover .instagram-overlay {
    opacity: 1;
  }
  .social-media a:hover {
    margin-top: 42px;
  }
  .facebook-btn:hover {
    box-shadow: 0 13px 36px rgba(24, 119, 242, 0.4);
  }
  .instagram-btn:hover {
    box-shadow: 0 13px 36px rgba(228, 64, 95, 0.4);
  }
  .twitter-btn:hover {
    box-shadow: 0 13px 36px rgba(29, 161, 242, 0.4);
  }
  .youtube-btn:hover {
    box-shadow: 0 13px 36px rgba(205, 32, 31, 0.4);
  }
  .linkedin-btn:hover {
    box-shadow: 0 13px 36px rgba(10, 102, 194, 0.4);
  }
  .page-list .new-box:hover .new-img-box a:after {
    opacity: 1;
  }
  .page-list .new-box:hover .new-text-box {
    border-color: #0859a6;
  }
  .new-box:hover .new-text-box h2 {
    background-size: 100% 2px;
  }
  .page-list .new-box:hover .new-detail-btn {
    bottom: 18px;
    transform: rotate(360deg);
    transition: 0.3s ease;
  }
  .new-box:hover .new-img-box img {
    transform: scale(1.1);
  }
  .paging a:hover:not(.active) {
    border-color: #0059a6;
    color: #0059a6;
  }
  .custom-button:hover {
    background-color: #0e4c80;
  }
  .gallery-slider .owl-item a:hover span {
    opacity: 1;
  }
  .document-box:hover {
    border-color: #085aa5;
  }
  .document-box:hover .document-line span {
    background-color: #085aa5;
  }
  .staff-box:hover:not(.president-box) {
    border-color: #085aa5;
  }
  .commission-box:hover {
    background-color: rgba(239, 239, 239, 0.42);
    box-shadow: 0 20px 42px #00000029;
    color: #0059a6;
  }
  .commission-box:hover .commission-detail {
    transform: translate(-50%, 0) scale(1);
    opacity: 1;
  }
  .commission-box:hover p {
    transform: translateY(-100%);
  }
}
@media only screen and (max-width: 1850px) {
  .logo {
    width: 20%;
  }
  .logo a {
    max-width: 100%;
  }
  .menu {
    width: 45%;
  }
  .user-buttons {
    width: 35%;
  }
}
@media only screen and (max-width: 1600px) {
  .menu {
    width: 40%;
  }
  .user-buttons {
    width: 40%;
  }
  .menu a {
    padding: 31px 10px;
  }
  .slider-logos {
    height: 115px;
  }
  .slider-logos .logo-center {
    height: 55px;
  }
  .slider-logos .logo-center img:first-child {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 1500px) {
  .menu {
    width: 45%;
  }
  .menu a {
    padding: 31px 10px;
  }
  .user-buttons {
    width: 35%;
  }
  .user-buttons a {
    padding: 15px 15px;
    font-size: 10px;
    margin-top: 17px;
  }
  .user-buttons .btn-filled {
    width: 115px;
  }
}
@media only screen and (max-width: 1420px) {
  .user-buttons a {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 1300px) {
  .logo {
    width: 15%;
  }
  .logo img {
    width: 80%;
  }
  .menu {
    width: 45%;
  }
  .user-buttons {
    width: 40%;
  }
}
@media only screen and (max-width: 1200px) {
  .logo {
    width: 20%;
  }
  .menu {
    width: 80%;
  }
  .user-buttons {
    display: none;
  }
  .magazine-tab .tab-header li.active,
  .magazine-tab .tab-header li:hover {
    width: 155px;
  }
  .magazine-tab .tab-header li {
    font-size: 11px;
  }
}
@media only screen and (max-width: 991px) {
  .form-burs {
    width: 100%;
  }
  .input-field-half-four {
    width: calc(50% - 8px);
  }
  .input-field-half-five {
    width: calc(50% - 8px);
  }
  .duplicate-btn {
    position: unset;
    top: 0;
    right: 0;
    float: right;
    margin-bottom: 10px;
    margin-top: -10px;
  }
  .career-label:nth-child(n + 2):nth-child(-n + 4) {
    margin-left: 0px !important;
  }
  .career-label {
    width: 100% !important;
  }
  .stcky {
    position: relative;
    top: 0;
    left: 0;
  }
  .contain {
    width: 100%;
  }
  .header {
    position: relative;
    top: unset;
    left: unset;
    padding: 0;
    z-index: 4;
  }
  .logo {
    width: 50%;
  }
  .logo a {
    width: 100%;
    height: auto;
    float: left;
    position: unset;
    top: unset;
    left: unset;
    padding: 6px 20px;
    border-radius: 0;
  }
  .logo img {
    width: 100%;
    position: unset;
    top: unset;
    left: unset;
    transform: unset;
  }
  .menu {
    width: 50%;
  }
  .menu .main-menu {
    width: 70%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    animation: menuOpen 0.3s ease;
    transform: unset;
    text-align: left;
    z-index: 4;
    display: none;
  }
  .menu .menu-inner {
    overflow: auto;
  }
  #menu-button:checked ~ .main-menu {
    display: block;
  }
  #menu-button:checked ~ .main-menu + .menu-overlay {
    display: block;
  }
  .menu-close {
    display: block;
  }
  .menu li {
    width: 100%;
  }
  .menu a {
    color: #000;
    padding: 15px !important;
    border-bottom: 1px solid #e5e5e5;
  }
  .main-menu li:first-child a {
    padding-left: 15px;
  }
  .menu .sub-menu {
    width: 100%;
    position: relative;
    top: unset !important;
    left: unset !important;
    border-radius: 0;
    padding: 0 0 0 10px;
  }
  .menu input[type="checkbox"]:checked ~ .sub-menu {
    display: block;
  }
  .menu .sub-menu li {
    width: 100%;
    padding: 0;
  }
  .menu-overlay {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 3;
  }
  .menu .menu-btn {
    width: auto;
    float: right;
    padding: 25px;
    color: #fff;
    font-weight: 700;
    display: block;
  }
  .menu .menu-icon {
    display: block;
  }
  .menu .menu-minus {
    display: none;
  }
  .menu input[type="checkbox"]:checked + .menu-icon .menu-minus {
    display: block;
  }
  .menu input[type="checkbox"]:checked + .menu-icon .menu-plus {
    display: none;
  }
  .user-buttons {
    display: none;
  }
  .mobil-buttons {
    display: block;
  }
  .mobil-buttons a {
    width: 33.3333333333%;
    text-align: center;
    font-size: 12px;
    border-bottom: none;
    border-top: 1px solid #e5e5e5;
    padding: 10px !important;
  }
  .mobil-buttons a:nth-child(1) {
    background-color: #f5f5f5;
    border-right: 1px solid #e5e5e5;
  }
  .mobil-buttons a:nth-child(2) {
    background-color: #efefef;
    border-right: 1px solid #e5e5e5;
  }
  .mobil-buttons a:nth-child(3) {
    background-color: #e1e1e1;
  }
  .mobil-buttons p {
    width: 100%;
    float: left;
    margin: 0;
  }
  .mobil-buttons img {
    width: 14px;
    height: 14px;
    display: inline-block;
  }
  .owl-nav button {
    width: 30px;
    height: 30px;
    left: 20px;
  }
  .owl-nav .owl-next {
    right: 20px;
  }
  .owl-nav button img {
    width: 6px;
  }
  .slider-logos {
    width: 100%;
    max-width: 100%;
    height: 75px;
  }
  .slider-logos .logo-center {
    bottom: 5px;
  }
  .slider-logos .logo-center img {
    width: calc(50% - 15px);
    float: left;
  }
  .slider-logos .logo-center img:first-child {
    margin-right: 30px;
  }
  .slider-counter {
    bottom: 85px;
    left: 50%;
    right: unset;
    transform: translate(-50%, 0);
  }
  .slogans {
    margin-top: 20px;
  }
  .slogans-picture {
    width: 100%;
    height: auto;
  }
  .slogans-text {
    width: 100%;
    margin-top: 20px;
  }
  .slogan-slider {
    width: 100%;
  }
  .slogan-center {
    margin-top: 20px;
    padding: 0 20px;
  }
  .slogan-slider .owl-dots {
    width: 100%;
    text-align: left !important;
    padding-left: 10px;
  }
  .branch-news-center h2,
  .branch-news-center p {
    max-width: 80%;
  }
  .news {
    margin-top: 30px;
    padding: 20px 0 0;
  }
  .home-new-box:last-child {
    margin-bottom: 20px;
  }
  .news-bg {
    width: 80%;
    top: unset;
    bottom: 20px;
    transform: unset;
    padding: 20px;
  }
  .news a img {
    height: 400px;
    object-fit: cover;
  }
  .news-bg p {
    font-size: 14px;
    line-height: 22px;
  }
  .news-bg p:after {
    bottom: -10px;
  }
  .branch-new-slider .owl-nav,
  .general-news-slider .owl-nav {
    width: 30px;
    right: 15px;
    bottom: 20px;
  }
  .home-title {
    font-size: 22px;
  }
  .branch-new-slider {
    width: 100%;
  }
  .twitter-card {
    display: none;
  }
  .branch-new-slider .owl-item img {
    object-fit: cover;
  }
  .grant-box {
    margin-top: 20px;
  }
  .grant-two {
    width: 100%;
    margin-right: 0;
  }
  .grant-three {
    width: 100%;
    height: 160px;
    margin-right: 0;
  }
  .grant-text p {
    font-size: 22px;
    text-align: center;
    margin-top: 20px;
  }
  .grant-text a {
    width: 130px;
    margin-top: 20px;
  }
  .events {
    padding-top: 20px;
    margin-top: 20px;
  }
  .event-slider {
    margin-top: 20px;
  }
  .event-slider .owl-nav {
    top: 50%;
  }
  .event-slider .owl-prev {
    left: 20px;
  }
  .event-category span {
    margin-top: 15px;
  }
  .event-img {
    margin-top: 15px;
  }
  .event-slider .owl-stage-outer {
    width: 100%;
    padding: 0;
    margin-left: 0;
  }
  .event-slider .owl-item:first-child {
    margin-left: 0px;
  }
  .suggestions {
    padding-top: 20px;
    margin-top: 20px;
  }
  .suggestions-tab {
    width: 100%;
    margin-top: 20px;
  }
  .magazine-tab {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
  .suggestion-slider {
    padding: 20px;
  }
  .suggestion-inner p {
    margin-top: 15px;
  }
  .suggestion-inner a {
    width: 130px;
    position: unset;
    left: unset;
    bottom: unset;
    float: left;
    margin-top: 15px;
    margin-left: 0;
  }
  .suggestion-text {
    width: 100%;
    margin-left: 0;
  }
  .suggestion-img {
    width: 100%;
    margin-top: 20px;
  }
  .agd-tv {
    padding: 20px;
    margin-top: 40px;
  }
  .agd-tv-slider {
    margin-top: 20px;
  }
  .instagram-posts {
    padding: 20px 0;
  }
  .instagram-posts a {
    width: calc(50% - 30px);
    margin: 30px 15px 0;
  }
  .partners {
    margin-top: 40px;
  }
  .social-media {
    margin-top: 40px;
  }
  .social-media a {
    width: calc(20% - 6px);
    height: 50px;
    margin: 15px 3px 0 3px;
    line-height: 52px;
    font-size: 14px;
  }
  .social-media a span {
    display: none;
  }
  .social-media a img {
    width: 20px;
    height: 20px;
    margin-top: 15px;
  }
  .footer {
    margin-top: 40px;
    padding: 20px 0;
  }
  .footer-col {
    width: 100%;
  }
  .footer-col h3 {
    margin-bottom: 20px;
  }
  .footer-contact-col h3 {
    display: block;
  }
  .footer-col ul {
    margin-top: 0;
    margin-bottom: 10px;
    display: none;
  }
  .footer-logo {
    display: none;
  }
  .footer-col .active + ul {
    display: block;
  }
  .footer-col h3 img {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 5px;
    right: 0;
  }
  .footer-col .footer-minus {
    display: none;
  }
  .footer-col .footer-plus {
    display: block;
  }
  .footer-col .active .footer-minus {
    display: block;
  }
  .footer-col .active .footer-plus {
    display: none;
  }
  .footer-col a,
  .footer-col p {
    margin-bottom: 10px;
  }
  .footer-col a img {
    width: 14px;
    height: 14px;
    margin-right: 5px;
  }
  .page-content {
    padding-top: 30px;
  }
  .page-list {
    width: 100%;
  }
  .page-title {
    margin-bottom: 20px;
  }
  .page-title h1 {
    font-size: 24px;
  }
  .new-img-box {
    width: 100%;
  }
  .new-text-box {
    width: 100%;
    margin-left: 0;
    margin-top: -20px;
    padding: 40px 20px 20px;
    border-radius: 0 0 20px 20px;
    border-top: none;
    z-index: -1;
  }
  .new-img-box a,
  .new-img-box img {
    border-radius: 20px 20px 0 0;
  }
  .new-category {
    margin-bottom: 15px;
  }
  .new-text-box p {
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .sidebar {
    display: none;
  }
  .paging {
    margin-top: 10px;
  }
  .contact {
    padding: 20px;
  }
  .contact-box {
    width: 100%;
  }
  .contact-box:first-child {
    margin-bottom: 20px;
  }
  .contact-box form {
    padding-left: 0;
  }
  .custom-button {
    width: calc(50% - 5px) !important;
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
  }
  .button-space {
    margin-right: 10px;
  }
  .page-img {
    height: 200px;
    margin-bottom: 0;
  }
  .page-img-overlay {
    height: 100%;
  }
  .page-img-inner {
    bottom: 15px;
    padding-left: 25px;
  }
  .page-img-overlay .breadcrumb {
    margin-bottom: 10px;
  }
  .page-detail {
    width: 100%;
  }
  .page-detail .page-title {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .breadcrumb a {
    font-size: 10px;
    margin-right: 5px;
  }
  .breadcrumb img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
  }
  .new-date span {
    margin-right: 10px;
  }
  .page-detail p {
    font-size: 14px;
  }
  .page-detail .blockquote {
    margin: 25px 0;
  }
  .page-detail .blockquote img {
    width: 40px;
    height: 30px;
    margin-right: 20px;
  }
  .page-detail .blockquote p {
    width: calc(100% - 60px);
    font-size: 20px;
    padding-right: 0;
    line-height: 28px;
  }
  .member-application-text {
    padding: 0;
    margin-bottom: 20px;
  }
  .member-application-text h2 {
    margin-top: 0;
  }
  .member-application img {
    border-radius: 20px;
    margin-bottom: 20px;
  }
  .custom-input {
    height: 50px;
    font-size: 12px;
  }
  .custom-input:empty + .custom-label-title:before {
    font-size: 10px;
  }
  .input-desc {
    font-size: 12px;
  }
  .input-baslik {
    font-size: 12px;
  }
  .document-box {
    width: calc(50% - 5px);
    padding: 15px;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .document-box:nth-of-type(4n-1),
  .document-box:nth-of-type(4n-3) {
    margin-right: 10px;
  }
  .document-box:nth-of-type(4n-2) {
    margin-right: 0;
  }
  .document-box p {
    margin: 15px 0;
    line-height: 22px;
  }
  .document-box img {
    width: 30px;
  }
  .document-box .document-line span {
    padding: 10px 30px;
  }
  .document-search label {
    width: 100%;
  }
  .document-search {
    margin-bottom: 20px;
  }
  .president-box {
    width: 100%;
    left: unset;
    transform: unset;
    padding: 15px;
  }
  .president-box .staff-image {
    width: 100%;
  }
  .president-box .staff-image img {
    width: 100%;
    top: unset;
  }
  .president-box .staff-text {
    width: 100%;
    margin-top: 18px;
    margin-left: 0;
  }
  .president-box .staff-text h2 {
    margin: 20px 0;
    font-size: 30px;
  }
  .president-box .staff-sm {
    margin-top: 20px;
  }
  .president-box .staff-text > a {
    float: left;
    clear: left;
  }
  .staff-box {
    width: 100%;
    margin-bottom: 128px;
    margin-right: 0;
  }
  .staff-detail {
    padding: 20px;
  }
  .staff-detail-box {
    width: 100%;
  }
  .staff-detail-box > img {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 20px;
  }
  .staff-detail-box h1 {
    font-size: 34px;
  }
  .staff-detail-box p {
    font-size: 14px;
  }
  .check-label p {
    font-size: 12px;
  }
  .commission-box {
    width: calc(50% - 5px);
    height: 150px;
    margin-bottom: 10px;
  }
  .commission-box:nth-of-type(4n-1),
  .commission-box:nth-of-type(4n-3) {
    margin-right: 10px;
  }
  .commission-box:nth-of-type(4n-2) {
    margin-right: 0;
  }
  .commission-box p {
    font-size: 18px;
  }
  .commission-box span {
    height: 45px;
  }
  #aydinlatma-metni {
    width: 100%;
  }
  .recommended-box .new-box {
    width: 100%;
  }
  .recommended-box .sidebar-title a {
    float: left;
    margin-top: 5px;
  }
  .recommended-box .new-img-box {
    width: 100px;
    height: 100px;
  }
  .recommended-box .new-img-box a,
  .recommended-box .new-img-box img {
    border-radius: 20px;
  }
  .recommended-box .new-text-box {
    width: calc(100% - 110px);
    border-radius: 20px;
    margin-left: 10px;
    margin-top: 0;
    z-index: 1;
  }
  .content-share a {
    width: 30px;
    height: 30px;
    padding: 7px;
    margin-right: 5px;
  }
  .sidebar-title {
    font-size: 20px;
  }
  .instagram-posts img {
    height: 140px;
  }
  .branch-contact {
    width: 100%;
  }
  .branch-contact:nth-child(2n) {
    border-left: none;
    padding-left: 0;
  }
  .branch-map svg {
    margin-top: 0;
  }
}
.career-label {
  width: calc(33% - 4px);
  margin-bottom: 20px;
  float: left;
  font-weight: 400;
}
.myclass + label {
  font-size: 15px;
  font-weight: 800;
  color: #0059a6;
  border-radius: 16px;
  height: 42px;
  border: 1px solid #a3a3a3;
  display: flex;
  align-items: center;
  justify-content: center;
}
input[type="file"] {
  display: block;
}
.myclass {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.career-label img {
  width: 20px;
  margin: 0 5px;
}
.career-label:nth-child(n + 2):nth-child(-n + 4) {
  margin-left: 10px;
}
.menu .bagis-buton {
  width: auto !important;
  float: right !important;
  margin: 0px !important;
  border: none;
  color: #ffffff;
  padding: 24px 5px !important;
}
